.pcuc-library {
	--pcuc-library-blue: #1467f3;
	--pcuc-library-blue-dark: #0755ce;
	--pcuc-library-navy: #0c1b35;
	--pcuc-library-text: #344257;
	--pcuc-library-muted: #718096;
	--pcuc-library-line: #dce5f0;
	--pcuc-library-soft: #f4f7fb;
	--pcuc-library-green: #0d9f68;
	--pcuc-library-orange: #ff9f0a;
	position: relative;
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
	color: var(--pcuc-library-text);
	font-family: inherit;
}
.pcuc-library *,
.pcuc-library *::before,
.pcuc-library *::after {
	box-sizing: border-box;
}
.pcuc-library button,
.pcuc-library input,
.pcuc-library select {
	font: inherit;
}
.pcuc-library button,
.pcuc-library a {
	-webkit-tap-highlight-color: transparent;
}
.pcuc-library-hero {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	padding: 40px;
	background: linear-gradient(135deg,#f9fbff 0%,#eef5ff 100%);
	border: 1px solid #d4e2f5;
	border-radius: 24px;
	box-shadow: 0 18px 45px rgba(20,103,243,.07);
}
.pcuc-library-hero-copy {
	max-width: 850px;
}
.pcuc-library-eyebrow {
	margin: 0;
	color: var(--pcuc-library-blue);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .09em;
	line-height: 1.2;
	text-transform: uppercase;
}
.pcuc-library-hero h2 {
	margin: 7px 0 12px;
	color: var(--pcuc-library-navy);
	font-size: clamp(32px,4vw,54px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.02;
}
.pcuc-library-hero-copy > p:last-child {
	max-width: 760px;
	margin: 0;
	color: #617087;
	font-size: 16px;
	line-height: 1.65;
}
.pcuc-library-stats {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: flex-end;
	min-width: 190px;
	padding: 20px 22px;
	background: rgba(255,255,255,.82);
	border: 1px solid #d6e4f5;
	border-radius: 18px;
	box-shadow: 0 12px 28px rgba(12,27,53,.06);
}
.pcuc-library-stats strong {
	color: var(--pcuc-library-blue);
	font-size: 34px;
	font-weight: 850;
	line-height: 1;
}
.pcuc-library-stats span {
	margin-top: 7px;
	color: #718096;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
}
.pcuc-library-categories {
	display: grid;
	grid-template-columns: repeat(6,minmax(0,1fr));
	gap: 10px;
	margin: 18px 0;
}
.pcuc-library-category {
	display: grid;
	grid-template-columns: 42px minmax(0,1fr);
	align-items: center;
	gap: 10px;
	min-width: 0;
	min-height: 66px;
	padding: 10px 12px;
	color: var(--pcuc-library-text);
	text-align: left;
	background: #fff;
	border: 1px solid var(--pcuc-library-line);
	border-radius: 15px;
	box-shadow: 0 6px 18px rgba(12,27,53,.035);
	cursor: pointer;
	transition: border-color .16s ease,box-shadow .16s ease,transform .16s ease,background .16s ease;
}
.pcuc-library-category:hover,
.pcuc-library-category:focus-visible {
	border-color: #9fbff0;
	box-shadow: 0 10px 24px rgba(20,103,243,.09);
	outline: none;
	transform: translateY(-1px);
}
.pcuc-library-category.is-active {
	color: #fff;
	background: linear-gradient(135deg,var(--pcuc-library-blue) 0%,#0f5bd8 100%);
	border-color: var(--pcuc-library-blue);
	box-shadow: 0 12px 26px rgba(20,103,243,.22);
}
.pcuc-library-category-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: var(--pcuc-library-blue);
	background: #edf4ff;
	border: 1px solid #d5e5fb;
	border-radius: 12px;
}
.pcuc-library-category.is-active .pcuc-library-category-icon {
	color: #fff;
	background: rgba(255,255,255,.14);
	border-color: rgba(255,255,255,.26);
}
.pcuc-library-category-icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.pcuc-library-category-copy {
	min-width: 0;
}
.pcuc-library-category-copy strong,
.pcuc-library-category-copy small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pcuc-library-category-copy strong {
	color: inherit;
	font-size: 12px;
	font-weight: 790;
	line-height: 1.25;
}
.pcuc-library-category-copy small {
	margin-top: 3px;
	color: #8591a4;
	font-size: 9px;
	font-weight: 650;
	line-height: 1.2;
}
.pcuc-library-category.is-active small {
	color: rgba(255,255,255,.74);
}
.pcuc-library-browser {
	padding: 28px;
	background: #fff;
	border: 1px solid var(--pcuc-library-line);
	border-radius: 22px;
	box-shadow: 0 14px 38px rgba(12,27,53,.055);
}
.pcuc-library-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8eef5;
}
.pcuc-library-section-head h3 {
	margin: 5px 0 7px;
	color: var(--pcuc-library-navy);
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.1;
}
.pcuc-library-current-description {
	max-width: 780px;
	margin: 0;
	color: #69778b;
	font-size: 13px;
	line-height: 1.55;
}
.pcuc-library-result-count {
	flex: 0 0 auto;
	padding: 8px 12px;
	color: var(--pcuc-library-blue-dark);
	background: #eef5ff;
	border: 1px solid #d6e5fb;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
}
.pcuc-library-toolbar {
	display: grid;
	grid-template-columns: minmax(260px,1.7fr) repeat(4,minmax(150px,.7fr)) auto;
	gap: 10px;
	align-items: end;
	margin: 20px 0 12px;
}
.pcuc-library-search-wrap,
.pcuc-library-filter {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}
.pcuc-library-search-wrap {
	position: relative;
	justify-content: flex-end;
}
.pcuc-library-search-wrap svg {
	position: absolute;
	bottom: 13px;
	left: 14px;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: #78879c;
	stroke-width: 1.8;
	stroke-linecap: round;
	pointer-events: none;
}
.pcuc-library-search,
.pcuc-library-filter select {
	width: 100%;
	height: 45px;
	margin: 0;
	color: var(--pcuc-library-text);
	background: #fff;
	border: 1px solid #d4deea;
	border-radius: 12px;
	outline: none;
	font-size: 12px;
	line-height: 1.2;
	transition: border-color .16s ease,box-shadow .16s ease;
}
.pcuc-library-search {
	padding: 0 14px 0 42px;
}
.pcuc-library-filter select {
	padding: 0 34px 0 12px;
}
.pcuc-library-search:focus,
.pcuc-library-filter select:focus {
	border-color: var(--pcuc-library-blue);
	box-shadow: 0 0 0 3px rgba(20,103,243,.1);
}
.pcuc-library-filter > span {
	padding-left: 2px;
	color: #738196;
	font-size: 9px;
	font-weight: 820;
	letter-spacing: .05em;
	line-height: 1.2;
	text-transform: uppercase;
}
.pcuc-library-clear {
	height: 45px;
	padding: 0 14px;
	color: #536177;
	background: #f5f7fa;
	border: 1px solid #dbe3ed;
	border-radius: 12px;
	font-size: 11px;
	font-weight: 750;
	cursor: pointer;
}
.pcuc-library-clear:hover,
.pcuc-library-clear:focus-visible {
	color: var(--pcuc-library-blue-dark);
	background: #eef5ff;
	border-color: #bed3f4;
	outline: none;
}
.pcuc-library-status {
	min-height: 16px;
	color: #758297;
	font-size: 11px;
}
.pcuc-library-grid {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 14px;
	margin-top: 10px;
}
.pcuc-library-card {
	display: grid;
	grid-template-columns: 118px minmax(0,1fr);
	min-width: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dce5ef;
	border-radius: 17px;
	box-shadow: 0 7px 20px rgba(12,27,53,.045);
	transition: border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.pcuc-library-card:hover {
	border-color: #aec8ee;
	box-shadow: 0 13px 30px rgba(12,27,53,.085);
	transform: translateY(-1px);
}
.pcuc-library-card-media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	color: var(--pcuc-library-blue);
	background: linear-gradient(145deg,#eef5ff 0%,#e7edf5 100%);
	border-right: 1px solid #e1e8f0;
	font-size: 25px;
	font-weight: 850;
}
.pcuc-library-card-media img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: contain;
	background: #fff;
}
.pcuc-library-card-media small {
	position: absolute;
	right: 5px;
	bottom: 5px;
	left: 5px;
	padding: 4px 5px;
	color: #69778a;
	background: rgba(255,255,255,.9);
	border-radius: 7px;
	font-size: 7px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
}
.pcuc-library-card-body {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 14px;
}
.pcuc-library-card-topline {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	min-width: 0;
}
.pcuc-library-card-topline > span {
	padding-top: 3px;
	color: var(--pcuc-library-blue);
	font-size: 8px;
	font-weight: 850;
	letter-spacing: .055em;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
}
.pcuc-library-classification {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 4px;
	min-width: 0;
}
.pcuc-library-classification span {
	display: inline-flex;
	align-items: center;
	min-height: 18px;
	padding: 3px 6px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 7px;
	font-weight: 780;
	line-height: 1.1;
	white-space: nowrap;
}
.pcuc-library-classification .is-range {
	color: #805000;
	background: #fff5d9;
	border-color: #f1dfac;
}
.pcuc-library-classification .is-use {
	color: #36587e;
	background: #eef5fc;
	border-color: #d6e5f5;
}
.pcuc-library-classification.is-large {
	justify-content: flex-start;
	margin-top: 10px;
}
.pcuc-library-classification.is-large span {
	min-height: 22px;
	padding: 4px 8px;
	font-size: 9px;
}
.pcuc-library-card h4 {
	margin: 7px 0 0;
	color: var(--pcuc-library-navy);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: -.015em;
	line-height: 1.28;
}
.pcuc-library-series {
	margin: 3px 0 0;
	color: #8490a1;
	font-size: 9px;
	line-height: 1.3;
}
.pcuc-library-description {
	display: -webkit-box;
	overflow: hidden;
	margin: 9px 0 0;
	color: #657389;
	font-size: 10px;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.pcuc-library-specs {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 5px 9px;
	margin: 11px 0 0;
	padding-top: 10px;
	border-top: 1px solid #edf1f5;
}
.pcuc-library-specs > div {
	min-width: 0;
}
.pcuc-library-specs dt,
.pcuc-library-specs dd {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pcuc-library-specs dt {
	color: #8a96a8;
	font-size: 7px;
	font-weight: 750;
	line-height: 1.2;
}
.pcuc-library-specs dd {
	margin-top: 2px;
	color: #40506a;
	font-size: 9px;
	font-weight: 750;
	line-height: 1.25;
}
.pcuc-library-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: auto;
	padding-top: 13px;
}
.pcuc-library-actions button,
.pcuc-library-actions a,
.pcuc-library-detail-actions button,
.pcuc-library-detail-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 34px;
	padding: 7px 10px;
	border-radius: 10px;
	font-size: 9px;
	font-weight: 790;
	line-height: 1.15;
	text-decoration: none;
	cursor: pointer;
	transition: background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.pcuc-library-actions svg,
.pcuc-library-detail-actions svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.pcuc-library-detail {
	color: #52627a;
	background: #fff;
	border: 1px solid #d9e2ec;
}
.pcuc-library-detail:hover,
.pcuc-library-detail:focus-visible {
	color: var(--pcuc-library-blue-dark);
	background: #f3f7ff;
	border-color: #b9cff0;
	outline: none;
}
.pcuc-library-configure {
	color: #087d52;
	background: #effbf5;
	border: 1px solid #afe3ca;
}
.pcuc-library-configure:hover,
.pcuc-library-configure:focus-visible {
	color: #fff;
	background: var(--pcuc-library-green);
	border-color: var(--pcuc-library-green);
	box-shadow: 0 7px 18px rgba(13,159,104,.2);
	outline: none;
}
.pcuc-library-amazon {
	color: #17191d;
	background: var(--pcuc-library-orange);
	border: 1px solid #e88e00;
}
.pcuc-library-amazon:hover,
.pcuc-library-amazon:focus-visible {
	color: #111;
	background: #ffae2c;
	border-color: #e58b00;
	box-shadow: 0 7px 18px rgba(255,159,10,.2);
	outline: none;
}
.pcuc-library-amazon-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: #111;
	background: #fff;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 900;
	font-style: italic;
}
.pcuc-library-more-wrap {
	grid-column: 1 / -1;
	display: flex;
	justify-content: center;
	padding-top: 8px;
}
.pcuc-library-more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 43px;
	padding: 9px 15px;
	color: var(--pcuc-library-blue-dark);
	background: #eef5ff;
	border: 1px solid #c9dcf7;
	border-radius: 12px;
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
}
.pcuc-library-more span {
	color: #718099;
	font-size: 9px;
}
.pcuc-library-more:hover,
.pcuc-library-more:focus-visible {
	color: #fff;
	background: var(--pcuc-library-blue);
	border-color: var(--pcuc-library-blue);
	outline: none;
}
.pcuc-library-more:hover span,
.pcuc-library-more:focus-visible span {
	color: rgba(255,255,255,.78);
}
.pcuc-library-empty,
.pcuc-library-error {
	padding: 54px 20px;
	color: #718096;
	text-align: center;
	background: #f8fafc;
	border: 1px dashed #d4deea;
	border-radius: 16px;
}
.pcuc-library-empty strong,
.pcuc-library-error strong {
	color: var(--pcuc-library-navy);
	font-size: 17px;
}
.pcuc-library-empty p,
.pcuc-library-error p {
	margin: 7px 0 0;
	font-size: 12px;
}
.pcuc-library-skeleton {
	display: grid;
	grid-template-columns: 118px 1fr;
	min-height: 230px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 17px;
}
.pcuc-library-skeleton > span,
.pcuc-library-skeleton i {
	display: block;
	background: linear-gradient(90deg,#edf1f5 25%,#f7f9fb 50%,#edf1f5 75%);
	background-size: 200% 100%;
	animation: pcucLibrarySkeleton 1.2s linear infinite;
}
.pcuc-library-skeleton > span {
	height: 100%;
}
.pcuc-library-skeleton > div {
	padding: 18px;
}
.pcuc-library-skeleton i {
	height: 13px;
	margin-bottom: 12px;
	border-radius: 999px;
}
.pcuc-library-skeleton i:nth-child(1) { width: 55%; }
.pcuc-library-skeleton i:nth-child(2) { width: 90%; }
.pcuc-library-skeleton i:nth-child(3) { width: 70%; }
@keyframes pcucLibrarySkeleton { to { background-position: -200% 0; } }
body.pcuc-library-modal-open {
	overflow: hidden;
}
.pcuc-library-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px;
}
.pcuc-library-modal[hidden] {
	display: none;
}
.pcuc-library-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(6,15,31,.72);
	backdrop-filter: blur(4px);
}
.pcuc-library-modal-dialog {
	position: relative;
	z-index: 1;
	width: min(1080px,100%);
	max-height: calc(100vh - 44px);
	overflow: auto;
	background: #fff;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 22px;
	box-shadow: 0 28px 90px rgba(0,0,0,.3);
}
.pcuc-library-modal-close {
	position: sticky;
	top: 12px;
	float: right;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 12px 12px -50px 0;
	color: #526177;
	background: rgba(255,255,255,.94);
	border: 1px solid #d8e1eb;
	border-radius: 50%;
	font-size: 23px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 7px 18px rgba(12,27,53,.1);
}
.pcuc-library-modal-close:hover,
.pcuc-library-modal-close:focus-visible {
	color: #fff;
	background: var(--pcuc-library-blue);
	border-color: var(--pcuc-library-blue);
	outline: none;
}
.pcuc-library-modal-content {
	padding: 30px;
}
.pcuc-library-detail-hero {
	display: grid;
	grid-template-columns: 280px minmax(0,1fr);
	gap: 28px;
	align-items: start;
	padding-bottom: 26px;
	border-bottom: 1px solid #e5ebf2;
}
.pcuc-library-detail-image {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	overflow: hidden;
	color: var(--pcuc-library-blue);
	background: #f2f6fb;
	border: 1px solid #dce5ef;
	border-radius: 18px;
	font-size: 40px;
	font-weight: 850;
}
.pcuc-library-detail-image img {
	width: 100%;
	height: 250px;
	object-fit: contain;
	background: #fff;
}
.pcuc-library-detail-image small {
	width: 100%;
	padding: 9px 12px;
	color: #718096;
	background: #f5f7fa;
	font-size: 8px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}
.pcuc-library-detail-heading h3 {
	margin: 7px 0 0;
	color: var(--pcuc-library-navy);
	font-size: clamp(27px,4vw,40px);
	font-weight: 820;
	letter-spacing: -.035em;
	line-height: 1.08;
}
.pcuc-library-detail-series {
	margin: 6px 0 0;
	color: #8290a3;
	font-size: 12px;
}
.pcuc-library-detail-description {
	max-width: 720px;
	margin: 16px 0 0;
	color: #5f6e83;
	font-size: 14px;
	line-height: 1.65;
}
.pcuc-library-detail-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 20px;
}
.pcuc-library-detail-actions > * {
	min-height: 40px !important;
	padding: 9px 13px !important;
	font-size: 10px !important;
}
.pcuc-library-official {
	color: #4f5f75;
	background: #fff;
	border: 1px solid #d6e0eb;
}
.pcuc-library-official:hover,
.pcuc-library-official:focus-visible {
	color: var(--pcuc-library-blue-dark);
	background: #f3f7ff;
	border-color: #bad0ef;
	outline: none;
}
.pcuc-library-detail-groups {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 14px;
	margin-top: 22px;
}
.pcuc-library-detail-group {
	min-width: 0;
	padding: 17px;
	background: #f8fafc;
	border: 1px solid #e1e8f0;
	border-radius: 15px;
}
.pcuc-library-detail-group h4 {
	margin: 0 0 11px;
	color: var(--pcuc-library-navy);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
}
.pcuc-library-detail-group dl {
	margin: 0;
}
.pcuc-library-detail-row {
	display: grid;
	grid-template-columns: minmax(120px,.8fr) minmax(0,1.2fr);
	gap: 12px;
	padding: 8px 0;
	border-top: 1px solid #e6ebf1;
}
.pcuc-library-detail-row:first-child {
	padding-top: 0;
	border-top: 0;
}
.pcuc-library-detail-row dt,
.pcuc-library-detail-row dd {
	margin: 0;
	min-width: 0;
	font-size: 10px;
	line-height: 1.45;
}
.pcuc-library-detail-row dt {
	color: #7b889a;
}
.pcuc-library-detail-row dd {
	color: #35455e;
	font-weight: 700;
	text-align: right;
	overflow-wrap: anywhere;
}
.pcuc-library-detail-row a {
	color: var(--pcuc-library-blue-dark);
	text-decoration: none;
}
.pcuc-library-value-tokens {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 4px;
}
.pcuc-library-value-tokens span {
	padding: 3px 6px;
	color: #4a5e7b;
	background: #edf3fa;
	border: 1px solid #d6e2ef;
	border-radius: 999px;
	font-size: 8px;
	line-height: 1.2;
}
@media (max-width: 1280px) {
	.pcuc-library-categories { grid-template-columns: repeat(4,minmax(0,1fr)); }
	.pcuc-library-toolbar { grid-template-columns: minmax(260px,1.4fr) repeat(2,minmax(150px,.7fr)); }
	.pcuc-library-clear { width: 100%; }
	.pcuc-library-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 900px) {
	.pcuc-library-hero { align-items: stretch; flex-direction: column; padding: 30px; }
	.pcuc-library-stats { align-items: flex-start; width: fit-content; }
	.pcuc-library-categories { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.pcuc-library-browser { padding: 22px; }
	.pcuc-library-toolbar { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.pcuc-library-search-wrap { grid-column: 1 / -1; }
	.pcuc-library-detail-hero { grid-template-columns: 220px minmax(0,1fr); }
	.pcuc-library-detail-image { min-height: 220px; }
	.pcuc-library-detail-image img { height: 195px; }
	.pcuc-library-detail-groups { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
	.pcuc-library { width: 100%; overflow: hidden; }
	.pcuc-library-hero { gap: 20px; padding: 24px 20px; border-radius: 18px; }
	.pcuc-library-hero h2 { font-size: 34px; }
	.pcuc-library-hero-copy > p:last-child { font-size: 14px; }
	.pcuc-library-stats { width: 100%; }
	.pcuc-library-categories {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		margin: 14px -2px;
		padding: 2px 2px 8px;
		scrollbar-width: thin;
		snap-type: x proximity;
	}
	.pcuc-library-category {
		flex: 0 0 190px;
		scroll-snap-align: start;
	}
	.pcuc-library-browser { padding: 18px 14px; border-radius: 18px; }
	.pcuc-library-section-head { align-items: flex-start; flex-direction: column; gap: 12px; }
	.pcuc-library-section-head h3 { font-size: 25px; }
	.pcuc-library-toolbar { grid-template-columns: 1fr; }
	.pcuc-library-search-wrap { grid-column: auto; }
	.pcuc-library-grid { grid-template-columns: 1fr; }
	.pcuc-library-card { grid-template-columns: 105px minmax(0,1fr); }
	.pcuc-library-card-media { min-height: 100%; }
	.pcuc-library-actions { gap: 5px; }
	.pcuc-library-actions button,
	.pcuc-library-actions a { flex: 1 1 auto; min-width: 0; padding: 7px 8px; }
	.pcuc-library-modal { align-items: stretch; padding: 6px; }
	.pcuc-library-modal-dialog { width: 100%; max-height: calc(100dvh - 12px); border-radius: 16px; }
	.pcuc-library-modal-content { padding: 48px 14px 18px; }
	.pcuc-library-modal-close { position: absolute; top: 8px; right: 8px; margin: 0; }
	.pcuc-library-detail-hero { grid-template-columns: 1fr; gap: 18px; }
	.pcuc-library-detail-image { min-height: 230px; }
	.pcuc-library-detail-image img { height: 205px; }
	.pcuc-library-detail-heading h3 { font-size: 29px; }
	.pcuc-library-detail-actions { align-items: stretch; flex-direction: column; }
	.pcuc-library-detail-actions > * { width: 100%; }
	.pcuc-library-detail-group { padding: 14px; }
	.pcuc-library-detail-row { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); }
}
@media (max-width: 430px) {
	.pcuc-library-card { grid-template-columns: 92px minmax(0,1fr); }
	.pcuc-library-card-body { padding: 12px; }
	.pcuc-library-card-topline { flex-direction: column; gap: 5px; }
	.pcuc-library-classification { justify-content: flex-start; }
	.pcuc-library-card h4 { font-size: 15px; }
	.pcuc-library-description { -webkit-line-clamp: 2; }
	.pcuc-library-specs { grid-template-columns: 1fr 1fr; }
	.pcuc-library-actions { display: grid; grid-template-columns: 1fr 1fr; }
	.pcuc-library-actions .pcuc-library-amazon { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) {
	.pcuc-library *,
	.pcuc-library *::before,
	.pcuc-library *::after {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}
}
