.pcuc-psu-calculator {
	--pcuc-psu-blue: #1467f3;
	--pcuc-psu-blue-dark: #0756d8;
	--pcuc-psu-navy: #0b1628;
	--pcuc-psu-text: #172033;
	--pcuc-psu-muted: #617087;
	--pcuc-psu-line: #dfe6ef;
	--pcuc-psu-soft: #f5f8fc;
	--pcuc-psu-green: #087d5c;
	--pcuc-psu-orange: #f28a16;
	position: relative;
	width: min(100%, var(--wp--style--global--wide-size, 1440px));
	margin-right: auto;
	margin-left: auto;
	color: var(--pcuc-psu-text);
	font-family: inherit;
}

.pcuc-psu-calculator,
.pcuc-psu-calculator * {
	box-sizing: border-box;
}

.pcuc-psu-calculator [hidden] {
	display: none !important;
}

.pcuc-psu-calculator button,
.pcuc-psu-calculator input,
.pcuc-psu-calculator select {
	font: inherit;
}

.pcuc-psu-calculator button,
.pcuc-psu-calculator summary,
.pcuc-psu-calculator select {
	cursor: pointer;
}

.pcuc-psu-intro {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	align-items: center;
	gap: 22px;
	padding: clamp(26px, 4vw, 46px);
	background:
		radial-gradient(circle at 96% 0, rgba(20, 103, 243, .15), transparent 34%),
		linear-gradient(135deg, #f3f8ff 0%, #fff 65%, #f8f6ff 100%);
	border: 1px solid var(--pcuc-psu-line);
	border-radius: 24px 24px 0 0;
}

.pcuc-psu-intro-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	color: var(--pcuc-psu-blue);
	background: #fff;
	border: 1px solid #d7e6ff;
	border-radius: 20px;
	box-shadow: 0 10px 24px rgba(20, 103, 243, .12);
}

.pcuc-psu-intro-icon svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pcuc-psu-eyebrow {
	margin: 0 0 8px;
	color: var(--pcuc-psu-blue);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .085em;
	text-transform: uppercase;
}

.pcuc-psu-intro h2,
.pcuc-psu-panel h3,
.pcuc-psu-results-column h3,
.pcuc-psu-result-section h4,
.pcuc-psu-matches h3,
.pcuc-psu-match-card h4 {
	margin: 0;
	color: var(--pcuc-psu-navy);
	font-weight: 790;
	letter-spacing: -.025em;
}

.pcuc-psu-intro h2 {
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.08;
}

.pcuc-psu-intro > div:last-child > p:last-child {
	max-width: 880px;
	margin: 12px 0 0;
	color: var(--pcuc-psu-muted);
	font-size: 15px;
	line-height: 1.65;
}

.pcuc-psu-form {
	padding: clamp(18px, 2.2vw, 28px);
	background: #eef3f9;
	border-right: 1px solid var(--pcuc-psu-line);
	border-bottom: 1px solid var(--pcuc-psu-line);
	border-left: 1px solid var(--pcuc-psu-line);
	border-radius: 0 0 24px 24px;
}

.pcuc-psu-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(330px, .75fr);
	align-items: start;
	gap: 24px;
}

.pcuc-psu-input-column {
	display: grid;
	gap: 18px;
}

.pcuc-psu-panel {
	padding: clamp(20px, 3vw, 28px);
	background: #fff;
	border: 1px solid var(--pcuc-psu-line);
	border-radius: 19px;
	box-shadow: 0 8px 25px rgba(11, 22, 40, .045);
}

.pcuc-psu-panel-heading {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: start;
	gap: 13px;
	margin-bottom: 24px;
}

.pcuc-psu-panel-heading > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	background: var(--pcuc-psu-blue);
	border-radius: 12px;
	box-shadow: 0 6px 14px rgba(20, 103, 243, .2);
}

.pcuc-psu-panel h3 {
	font-size: 20px;
	line-height: 1.25;
}

.pcuc-psu-panel-heading p {
	margin: 4px 0 0;
	color: var(--pcuc-psu-muted);
	font-size: 13px;
	line-height: 1.45;
}

.pcuc-psu-picker {
	position: relative;
}

.pcuc-psu-picker + .pcuc-psu-picker {
	margin-top: 23px;
	padding-top: 23px;
	border-top: 1px solid #e8edf3;
}

.pcuc-psu-picker > label,
.pcuc-psu-label-row label,
.pcuc-psu-manual-power label {
	display: block;
	margin: 0 0 8px;
	color: var(--pcuc-psu-navy);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.3;
}

.pcuc-psu-label-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.pcuc-psu-label-row > span {
	color: var(--pcuc-psu-muted);
	font-size: 11px;
	font-weight: 650;
}

.pcuc-psu-search-wrap {
	position: relative;
}

.pcuc-psu-search-wrap > svg {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 19px;
	height: 19px;
	fill: none;
	stroke: #738198;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	transform: translateY(-50%);
	pointer-events: none;
}

.pcuc-psu-component-search,
.pcuc-psu-unit-input input,
.pcuc-psu-select-field select {
	width: 100%;
	min-height: 48px;
	margin: 0;
	color: var(--pcuc-psu-text);
	font-size: 14px;
	line-height: 1.3;
	background: #fff;
	border: 1px solid #cfd9e7;
	border-radius: 12px;
	box-shadow: none;
	outline: none;
	transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.pcuc-psu-component-search {
	padding: 10px 44px 10px 45px;
}

.pcuc-psu-component-search:focus,
.pcuc-psu-unit-input input:focus,
.pcuc-psu-select-field select:focus {
	border-color: var(--pcuc-psu-blue);
	box-shadow: 0 0 0 3px rgba(20, 103, 243, .13);
}

.pcuc-psu-search-spinner {
	position: absolute;
	top: 50%;
	right: 16px;
	display: none;
	width: 18px;
	height: 18px;
	border: 2px solid #d6e0ec;
	border-top-color: var(--pcuc-psu-blue);
	border-radius: 50%;
	transform: translateY(-50%);
	animation: pcuc-psu-spin .7s linear infinite;
}

.pcuc-psu-search-spinner.is-active {
	display: block;
}

@keyframes pcuc-psu-spin {
	to { transform: translateY(-50%) rotate(360deg); }
}

.pcuc-psu-search-results {
	position: absolute;
	z-index: 30;
	top: 76px;
	left: 0;
	width: 100%;
	max-height: 320px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #cad7e7;
	border-radius: 14px;
	box-shadow: 0 20px 48px rgba(11, 22, 40, .16);
}

.pcuc-psu-search-results button {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 20px;
	align-items: center;
	gap: 12px;
	width: 100%;
	min-height: 62px;
	padding: 11px 14px;
	color: var(--pcuc-psu-text);
	text-align: left;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #edf1f6;
	border-radius: 0;
}

.pcuc-psu-search-results button:first-child {
	border-radius: 13px 13px 0 0;
}

.pcuc-psu-search-results button:last-child {
	border-bottom: 0;
	border-radius: 0 0 13px 13px;
}

.pcuc-psu-search-results button:hover,
.pcuc-psu-search-results button:focus-visible,
.pcuc-psu-search-results button.is-active {
	background: #f1f6ff;
	outline: none;
}

.pcuc-psu-search-results strong,
.pcuc-psu-search-results small {
	display: block;
}

.pcuc-psu-search-results strong {
	color: var(--pcuc-psu-navy);
	font-size: 13px;
	line-height: 1.3;
}

.pcuc-psu-search-results small {
	margin-top: 3px;
	color: var(--pcuc-psu-muted);
	font-size: 11px;
	line-height: 1.35;
}

.pcuc-psu-search-results svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--pcuc-psu-blue);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pcuc-psu-search-message {
	margin: 0;
	padding: 18px;
	color: var(--pcuc-psu-muted);
	font-size: 12px;
	line-height: 1.5;
}

.pcuc-psu-search-message.is-error {
	color: #a43b34;
}

.pcuc-psu-selected-component {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 32px;
	align-items: center;
	gap: 12px;
	min-height: 66px;
	padding: 10px 11px;
	background: #f1f6ff;
	border: 1px solid #b9d2fb;
	border-radius: 14px;
}

.pcuc-psu-picker.has-selection .pcuc-psu-search-wrap {
	display: none;
}

.pcuc-psu-selected-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: var(--pcuc-psu-blue);
	background: #fff;
	border: 1px solid #d3e2fb;
	border-radius: 12px;
}

.pcuc-psu-selected-icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pcuc-psu-selected-component strong,
.pcuc-psu-selected-component small {
	display: block;
}

.pcuc-psu-selected-component strong {
	color: var(--pcuc-psu-navy);
	font-size: 13px;
	line-height: 1.3;
}

.pcuc-psu-selected-component small {
	margin-top: 4px;
	color: var(--pcuc-psu-muted);
	font-size: 11px;
	line-height: 1.35;
}

.pcuc-psu-remove-component {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	color: #526179;
	font-size: 20px;
	line-height: 1;
	background: #fff;
	border: 1px solid #cedaec;
	border-radius: 9px;
}

.pcuc-psu-remove-component:hover,
.pcuc-psu-remove-component:focus-visible {
	color: #a43b34;
	border-color: #e4aaa5;
	outline: none;
}

.pcuc-psu-manual-power {
	margin-top: 9px;
}

.pcuc-psu-picker.has-selection .pcuc-psu-manual-power,
.pcuc-psu-picker.is-disabled .pcuc-psu-search-wrap,
.pcuc-psu-picker.is-disabled .pcuc-psu-manual-power {
	display: none;
}

.pcuc-psu-manual-power summary {
	width: fit-content;
	color: #53637a;
	font-size: 11px;
	font-weight: 700;
	list-style-position: inside;
}

.pcuc-psu-manual-power[open] {
	padding: 11px;
	background: var(--pcuc-psu-soft);
	border-radius: 11px;
}

.pcuc-psu-manual-power[open] summary {
	margin-bottom: 11px;
}

.pcuc-psu-manual-power label {
	font-size: 11px;
}

.pcuc-psu-unit-input {
	position: relative;
	max-width: 190px;
}

.pcuc-psu-unit-input input {
	min-height: 42px;
	padding: 7px 42px 7px 11px;
}

.pcuc-psu-unit-input span {
	position: absolute;
	top: 50%;
	right: 13px;
	color: var(--pcuc-psu-muted);
	font-size: 12px;
	font-weight: 750;
	transform: translateY(-50%);
}

.pcuc-psu-fields-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.pcuc-psu-fields-grid > label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 58px;
	margin: 0;
	padding: 9px 10px 9px 13px;
	color: var(--pcuc-psu-text);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	background: var(--pcuc-psu-soft);
	border: 1px solid #e1e8f1;
	border-radius: 12px;
}

.pcuc-psu-number {
	display: grid;
	grid-template-columns: 28px 36px 28px;
	flex: 0 0 auto;
	height: 32px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccd7e5;
	border-radius: 9px;
}

.pcuc-psu-number button,
.pcuc-psu-number input {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	color: var(--pcuc-psu-text);
	text-align: center;
	background: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	outline: none;
}

.pcuc-psu-number button {
	color: var(--pcuc-psu-blue);
	font-size: 17px;
	font-weight: 750;
}

.pcuc-psu-number button:hover,
.pcuc-psu-number button:focus-visible {
	background: #eaf2ff;
}

.pcuc-psu-number input {
	font-size: 12px;
	font-weight: 800;
	-moz-appearance: textfield;
}

.pcuc-psu-number input::-webkit-outer-spin-button,
.pcuc-psu-number input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.pcuc-psu-select-field {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(128px, .9fr);
}

.pcuc-psu-select-field select {
	min-height: 34px;
	padding: 5px 26px 5px 9px;
	font-size: 11px;
	font-weight: 650;
}

.pcuc-psu-check-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.pcuc-psu-check {
	display: grid;
	grid-template-columns: 19px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	margin: 0;
	padding: 14px;
	background: #f8fafc;
	border: 1px solid #dde5ef;
	border-radius: 12px;
	cursor: pointer;
}

.pcuc-psu-check:hover {
	border-color: #b9d0f3;
}

.pcuc-psu-check input {
	width: 17px;
	height: 17px;
	margin: 2px 0 0;
	accent-color: var(--pcuc-psu-blue);
}

.pcuc-psu-check strong,
.pcuc-psu-check small {
	display: block;
}

.pcuc-psu-check strong {
	color: var(--pcuc-psu-navy);
	font-size: 12px;
	line-height: 1.35;
}

.pcuc-psu-check small {
	margin-top: 3px;
	color: var(--pcuc-psu-muted);
	font-size: 10.5px;
	line-height: 1.4;
}

.pcuc-psu-no-gpu {
	margin-top: 10px;
	padding: 10px 12px;
}

.pcuc-psu-picker.is-disabled .pcuc-psu-no-gpu {
	background: #eef7f3;
	border-color: #b9ddcf;
}

.pcuc-psu-form-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.pcuc-psu-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 50px;
	padding: 11px 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	background: var(--pcuc-psu-blue);
	border: 1px solid var(--pcuc-psu-blue);
	border-radius: 12px;
	box-shadow: 0 10px 22px rgba(20, 103, 243, .22);
}

.pcuc-psu-primary svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .18s ease;
}

.pcuc-psu-primary:hover,
.pcuc-psu-primary:focus-visible {
	color: #fff;
	background: var(--pcuc-psu-blue-dark);
	border-color: var(--pcuc-psu-blue-dark);
	outline: none;
}

.pcuc-psu-primary:hover svg,
.pcuc-psu-primary:focus-visible svg {
	transform: translateX(3px);
}

.pcuc-psu-reset {
	min-height: 42px;
	padding: 8px 11px;
	color: #56657a;
	font-size: 12px;
	font-weight: 750;
	background: transparent;
	border: 0;
	border-radius: 9px;
}

.pcuc-psu-reset:hover,
.pcuc-psu-reset:focus-visible {
	color: var(--pcuc-psu-blue);
	background: #e8f0fb;
	outline: none;
}

.pcuc-psu-form-error {
	margin: 0;
	padding: 12px 14px;
	color: #8d2e28;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.45;
	background: #fff1f0;
	border: 1px solid #efc4c0;
	border-radius: 11px;
}

.pcuc-psu-results-column {
	position: sticky;
	top: 96px;
	min-width: 0;
}

.pcuc-psu-empty-result,
.pcuc-psu-result {
	min-height: 390px;
	padding: clamp(22px, 3vw, 30px);
	background: #fff;
	border: 1px solid var(--pcuc-psu-line);
	border-radius: 19px;
	box-shadow: 0 10px 28px rgba(11, 22, 40, .06);
}

.pcuc-psu-empty-result {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.pcuc-psu-empty-result > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	margin-bottom: 19px;
	color: var(--pcuc-psu-blue);
	background: #edf4ff;
	border: 1px solid #d6e6ff;
	border-radius: 22px;
}

.pcuc-psu-empty-result svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pcuc-psu-empty-result h3 {
	max-width: 300px;
	font-size: 20px;
	line-height: 1.25;
}

.pcuc-psu-empty-result p {
	max-width: 315px;
	margin: 10px 0 0;
	color: var(--pcuc-psu-muted);
	font-size: 12px;
	line-height: 1.55;
}

.pcuc-psu-result {
	padding: 0;
	overflow: hidden;
	scroll-margin-top: 96px;
}

.pcuc-psu-result-hero {
	padding: 27px 28px 25px;
	color: #fff;
	background:
		radial-gradient(circle at 100% 0, rgba(95, 171, 255, .35), transparent 38%),
		linear-gradient(145deg, #0c1a30 0%, #0c3979 100%);
}

.pcuc-psu-result-hero > p {
	margin: 0 0 7px;
	color: #a9cafc;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .065em;
	text-transform: uppercase;
}

.pcuc-psu-result-hero > strong {
	display: block;
	font-size: clamp(43px, 5vw, 62px);
	font-weight: 820;
	line-height: 1;
	letter-spacing: -.055em;
}

.pcuc-psu-result-hero > strong small {
	font-size: 20px;
	font-weight: 760;
	letter-spacing: -.02em;
}

.pcuc-psu-result-hero > small {
	display: block;
	margin-top: 13px;
	color: #d7e5fa;
	font-size: 11px;
	line-height: 1.55;
}

.pcuc-psu-result-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-bottom: 1px solid var(--pcuc-psu-line);
}

.pcuc-psu-result-metrics > div {
	padding: 17px 20px;
}

.pcuc-psu-result-metrics > div + div {
	border-left: 1px solid var(--pcuc-psu-line);
}

.pcuc-psu-result-metrics span {
	display: block;
	min-height: 30px;
	color: var(--pcuc-psu-muted);
	font-size: 10px;
	font-weight: 650;
	line-height: 1.35;
}

.pcuc-psu-result-metrics strong {
	color: var(--pcuc-psu-navy);
	font-size: 23px;
	line-height: 1;
}

.pcuc-psu-result-metrics small {
	margin-left: 3px;
	color: var(--pcuc-psu-muted);
	font-size: 10px;
	font-weight: 750;
}

.pcuc-psu-result-section {
	padding: 18px 22px 0;
}

.pcuc-psu-result-section h4 {
	font-size: 13px;
	line-height: 1.35;
}

.pcuc-psu-connectors ul {
	display: grid;
	gap: 8px;
	margin: 11px 0 0;
	padding: 0;
	list-style: none;
}

.pcuc-psu-connectors li {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 8px;
	color: #445269;
	font-size: 10.5px;
	line-height: 1.45;
}

.pcuc-psu-connectors svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: var(--pcuc-psu-green);
	stroke-width: 2.3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pcuc-psu-standard p {
	margin: 8px 0 0;
	color: #526077;
	font-size: 10.5px;
	line-height: 1.55;
}

.pcuc-psu-breakdown {
	margin: 18px 22px 0;
	padding: 11px 13px;
	background: var(--pcuc-psu-soft);
	border-radius: 11px;
}

.pcuc-psu-breakdown summary {
	color: #40516a;
	font-size: 10.5px;
	font-weight: 750;
}

.pcuc-psu-breakdown > div {
	margin-top: 10px;
	padding-top: 7px;
	border-top: 1px solid #dde5ef;
}

.pcuc-psu-breakdown p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 0;
	padding: 4px 0;
	color: #536178;
	font-size: 10px;
	line-height: 1.35;
}

.pcuc-psu-breakdown p strong {
	color: var(--pcuc-psu-navy);
	white-space: nowrap;
}

.pcuc-psu-breakdown p.is-total {
	margin-top: 5px;
	padding-top: 8px;
	font-weight: 800;
	border-top: 1px solid #d7e0eb;
}

.pcuc-psu-disclaimer {
	margin: 18px 22px 22px;
	padding-top: 14px;
	color: #78859a;
	font-size: 9.5px;
	line-height: 1.55;
	border-top: 1px solid #edf0f4;
}

.pcuc-psu-matches {
	margin-top: 24px;
	padding: clamp(24px, 4vw, 38px);
	background: #fff;
	border: 1px solid var(--pcuc-psu-line);
	border-radius: 24px;
	box-shadow: 0 12px 34px rgba(11, 22, 40, .06);
}

.pcuc-psu-matches-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.pcuc-psu-matches h3 {
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.15;
}

.pcuc-psu-matches-heading > div > p:last-child {
	max-width: 780px;
	margin: 8px 0 0;
	color: var(--pcuc-psu-muted);
	font-size: 12px;
	line-height: 1.55;
}

.pcuc-psu-match-status {
	flex: 0 0 auto;
	color: #53637a;
	font-size: 11px;
	font-weight: 750;
}

.pcuc-psu-match-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
}

.pcuc-psu-match-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 18px;
	background: #fff;
	border: 1px solid #dce4ef;
	border-radius: 16px;
	box-shadow: 0 7px 20px rgba(11, 22, 40, .04);
}

.pcuc-psu-match-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 14px;
}

.pcuc-psu-match-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: var(--pcuc-psu-blue);
	background: #eef5ff;
	border: 1px solid #d6e6ff;
	border-radius: 11px;
}

.pcuc-psu-match-icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pcuc-psu-match-compatibility {
	padding: 5px 7px;
	font-size: 8.5px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .02em;
	border-radius: 999px;
}

.pcuc-psu-match-compatibility.is-verified {
	color: #08664c;
	background: #e7f6f0;
}

.pcuc-psu-match-compatibility.is-unknown {
	color: #8b5b00;
	background: #fff2d6;
}

.pcuc-psu-match-card h4 {
	font-size: 15px;
	line-height: 1.3;
}

.pcuc-psu-match-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 11px;
}

.pcuc-psu-match-badges strong,
.pcuc-psu-match-badges span {
	padding: 5px 7px;
	font-size: 9px;
	font-weight: 750;
	line-height: 1.2;
	background: #f2f5f9;
	border-radius: 7px;
}

.pcuc-psu-match-badges strong {
	color: #fff;
	background: var(--pcuc-psu-blue);
}

.pcuc-psu-match-card > p {
	margin: 12px 0 17px;
	color: var(--pcuc-psu-muted);
	font-size: 10px;
	line-height: 1.55;
}

.pcuc-psu-match-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: auto;
}

.pcuc-psu-match-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 10px;
	color: #315376;
	font-size: 9.5px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	background: #f1f5fa;
	border: 1px solid #d7e1ec;
	border-radius: 9px;
}

.pcuc-psu-match-actions a:hover,
.pcuc-psu-match-actions a:focus-visible {
	color: var(--pcuc-psu-blue);
	border-color: #9ec0f5;
	outline: none;
}

.pcuc-psu-match-actions a.is-amazon {
	color: #291700;
	background: #ffad32;
	border-color: #e99516;
}

.pcuc-psu-match-actions a.is-amazon span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	color: #fff;
	font-size: 10px;
	font-weight: 850;
	font-style: italic;
	background: #171717;
	border-radius: 50%;
}

.pcuc-psu-match-loading,
.pcuc-psu-no-matches {
	grid-column: 1 / -1;
	padding: 30px;
	text-align: center;
	background: var(--pcuc-psu-soft);
	border: 1px dashed #cad6e4;
	border-radius: 14px;
}

.pcuc-psu-match-loading span {
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 3px solid #d2dfef;
	border-top-color: var(--pcuc-psu-blue);
	border-radius: 50%;
	animation: pcuc-psu-spin-simple .7s linear infinite;
}

@keyframes pcuc-psu-spin-simple {
	to { transform: rotate(360deg); }
}

.pcuc-psu-match-loading p,
.pcuc-psu-no-matches p {
	margin: 9px 0 0;
	color: var(--pcuc-psu-muted);
	font-size: 11px;
	line-height: 1.5;
}

.pcuc-psu-no-matches strong {
	color: var(--pcuc-psu-navy);
	font-size: 13px;
}

.pcuc-psu-affiliate-note,
.pcuc-psu-noscript {
	margin: 17px 0 0;
	color: #78859a;
	font-size: 9.5px;
	line-height: 1.5;
}

@media (max-width: 1100px) {
	.pcuc-psu-layout {
		grid-template-columns: minmax(0, 1.35fr) minmax(300px, .8fr);
		gap: 18px;
	}

	.pcuc-psu-fields-grid {
		grid-template-columns: 1fr;
	}

	.pcuc-psu-match-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 880px) {
	.pcuc-psu-layout {
		grid-template-columns: 1fr;
	}

	.pcuc-psu-fields-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pcuc-psu-results-column {
		position: static;
	}

	.pcuc-psu-empty-result,
	.pcuc-psu-result {
		min-height: 0;
	}
}

@media (max-width: 620px) {
	.pcuc-psu-intro {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 23px 20px;
		border-radius: 18px 18px 0 0;
	}

	.pcuc-psu-intro-icon {
		width: 54px;
		height: 54px;
		border-radius: 15px;
	}

	.pcuc-psu-intro-icon svg {
		width: 27px;
		height: 27px;
	}

	.pcuc-psu-intro h2 {
		font-size: 30px;
	}

	.pcuc-psu-form {
		padding: 12px;
		border-radius: 0 0 18px 18px;
	}

	.pcuc-psu-panel {
		padding: 18px 15px;
		border-radius: 15px;
	}

	.pcuc-psu-panel-heading {
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 10px;
		margin-bottom: 20px;
	}

	.pcuc-psu-panel-heading > span {
		width: 34px;
		height: 34px;
		border-radius: 10px;
	}

	.pcuc-psu-fields-grid,
	.pcuc-psu-check-grid,
	.pcuc-psu-match-grid {
		grid-template-columns: 1fr;
	}

	.pcuc-psu-fields-grid > label {
		min-height: 54px;
	}

	.pcuc-psu-form-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.pcuc-psu-primary {
		width: 100%;
	}

	.pcuc-psu-reset {
		align-self: center;
	}

	.pcuc-psu-selected-component {
		grid-template-columns: 38px minmax(0, 1fr) 30px;
		gap: 9px;
	}

	.pcuc-psu-selected-icon {
		width: 38px;
		height: 38px;
	}

	.pcuc-psu-result-hero {
		padding: 24px 21px;
	}

	.pcuc-psu-result-metrics > div {
		padding: 15px;
	}

	.pcuc-psu-result-section {
		padding-right: 18px;
		padding-left: 18px;
	}

	.pcuc-psu-breakdown,
	.pcuc-psu-disclaimer {
		margin-right: 18px;
		margin-left: 18px;
	}

	.pcuc-psu-matches {
		padding: 21px 16px;
		border-radius: 18px;
	}

	.pcuc-psu-matches-heading {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pcuc-psu-calculator *,
	.pcuc-psu-calculator *::before,
	.pcuc-psu-calculator *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

/* Configuración compartida entre el configurador y las calculadoras. */
.pcuc-psu-calculator .pcuc-tool-toolbar {
	position: absolute;
	top: clamp(14px, 2vw, 22px);
	right: clamp(14px, 2vw, 22px);
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 9px;
	padding: 0;
}

.pcuc-psu-calculator .pcuc-tool-import-trigger {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid #b9cce2;
	border-radius: 11px;
	color: #0759b5;
	background: #fff;
	box-shadow: 0 4px 12px rgba(11, 22, 40, .06);
	cursor: pointer;
	transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease;
}

.pcuc-psu-calculator .pcuc-tool-import-trigger svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pcuc-psu-calculator .pcuc-tool-import-trigger:hover,
.pcuc-psu-calculator .pcuc-tool-import-trigger:focus-visible {
	color: #fff;
	border-color: #0867d5;
	background: #0867d5;
	transform: translateY(-1px);
}

.pcuc-psu-calculator .pcuc-tool-import-trigger:focus-visible {
	outline: 3px solid rgba(8, 103, 213, .2);
	outline-offset: 2px;
}

.pcuc-psu-calculator .pcuc-tool-import-trigger::after {
	position: absolute;
	top: calc(100% + 9px);
	right: 0;
	z-index: 4;
	padding: 7px 9px;
	border-radius: 7px;
	color: #fff;
	background: #102b4e;
	box-shadow: 0 5px 14px rgba(11, 22, 40, .18);
	content: attr(data-tooltip);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transform: translateY(3px);
	transition: opacity .14s ease, transform .14s ease;
}

.pcuc-psu-calculator .pcuc-tool-import-trigger:hover::after,
.pcuc-psu-calculator .pcuc-tool-import-trigger:focus-visible::after {
	opacity: 1;
	transform: translateY(0);
}

.pcuc-psu-calculator .pcuc-tool-return-button,
.pcuc-psu-calculator .pcuc-tool-import-button,
.pcuc-psu-calculator .pcuc-tool-import-cancel {
	min-height: 40px;
	padding: 9px 14px;
	border: 1px solid #0867d5;
	border-radius: 10px;
	font: inherit;
	font-size: 13px;
	font-weight: 750;
	cursor: pointer;
}

.pcuc-psu-calculator .pcuc-tool-return-button,
.pcuc-psu-calculator .pcuc-tool-import-cancel {
	color: #0759b5;
	background: #fff;
}

.pcuc-psu-calculator .pcuc-tool-return-button:hover,
.pcuc-psu-calculator .pcuc-tool-return-button:focus-visible,
.pcuc-psu-calculator .pcuc-tool-import-cancel:hover,
.pcuc-psu-calculator .pcuc-tool-import-cancel:focus-visible {
	background: #eaf4ff;
}

.pcuc-psu-calculator .pcuc-tool-import-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(6, 18, 36, .64);
	backdrop-filter: blur(3px);
}

.pcuc-psu-calculator .pcuc-tool-import-dialog {
	position: relative;
	width: min(620px, 100%);
	max-height: calc(100vh - 40px);
	overflow: auto;
	padding: clamp(22px, 4vw, 32px);
	border: 1px solid #cfe0f5;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(5, 18, 37, .28);
}

.pcuc-psu-calculator .pcuc-tool-import-close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0 0 2px;
	border: 0;
	border-radius: 10px;
	color: #526780;
	background: #f1f5f9;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}

.pcuc-psu-calculator .pcuc-tool-import-close:hover,
.pcuc-psu-calculator .pcuc-tool-import-close:focus-visible {
	color: #102b4e;
	background: #e5edf5;
}

.pcuc-psu-calculator .pcuc-tool-import-copy {
	display: flex;
	gap: 13px;
	align-items: flex-start;
	padding-right: 40px;
}

.pcuc-psu-calculator .pcuc-tool-import-icon {
	display: grid;
	place-items: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	color: #fff;
	background: #0867d5;
}

.pcuc-psu-calculator .pcuc-tool-import-icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pcuc-psu-calculator .pcuc-tool-import-dialog h3 {
	margin: 1px 0 5px;
	color: #102b4e;
	font-size: 20px;
	line-height: 1.25;
}

.pcuc-psu-calculator .pcuc-tool-import-dialog p {
	margin: 0;
	color: #526780;
	font-size: 13px;
	line-height: 1.5;
}

.pcuc-psu-calculator .pcuc-tool-import-controls {
	margin-top: 22px;
}

.pcuc-psu-calculator .pcuc-tool-import-controls > label {
	display: block;
	margin-bottom: 7px;
	color: #294563;
	font-size: 12px;
	font-weight: 700;
}

.pcuc-psu-calculator .pcuc-tool-import-text {
	display: block;
	width: 100%;
	min-height: 142px;
	padding: 12px 13px;
	resize: vertical;
	border: 1px solid #b9cce2;
	border-radius: 11px;
	background: #fff;
	color: #193552;
	font: 12px/1.45 ui-monospace, SFMono-Regular, Consolas, monospace;
	box-sizing: border-box;
}

.pcuc-psu-calculator .pcuc-tool-import-text:focus {
	outline: 3px solid rgba(8, 103, 213, .14);
	border-color: #0867d5;
}

.pcuc-psu-calculator .pcuc-tool-import-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 12px;
}

.pcuc-psu-calculator .pcuc-tool-import-button {
	color: #fff;
	background: #0867d5;
}

.pcuc-psu-calculator .pcuc-tool-import-button:hover,
.pcuc-psu-calculator .pcuc-tool-import-button:focus-visible {
	background: #0759b5;
}

.pcuc-psu-calculator .pcuc-tool-import-status {
	min-height: 20px;
	margin-top: 10px;
	font-weight: 650;
	color: #1a6a49;
}

.pcuc-psu-calculator .pcuc-tool-import-status.is-error {
	color: #a12d2d;
}

@media (max-width: 760px) {
	.pcuc-psu-calculator .pcuc-tool-toolbar {
		top: 14px;
		right: 14px;
	}

	.pcuc-psu-calculator .pcuc-tool-import-modal {
		align-items: end;
		padding: 10px;
	}

	.pcuc-psu-calculator .pcuc-tool-import-dialog {
		max-height: calc(100vh - 20px);
		padding: 21px 17px;
		border-radius: 18px;
	}

	.pcuc-psu-calculator .pcuc-tool-import-actions > button {
		flex: 1 1 160px;
	}
}
