
:root{color-scheme:light;--bg:#f5f6f3;--surface:#fff;--surface-2:#e9ede5;--ink:#171d15;--muted:#4b5647;--line:#d3d9cd;--accent:#c2ed78;--accent-ink:#294b08;--blue:#3d789e;--dark:#f0f2ed;--orange:#385f16;--orange-bright:#77a83b;--white:#fff;--mono:'DM Sans',sans-serif;--radius:18px;--shadow:0 20px 60px #17220b0a}
:root[data-theme=dark]{color-scheme:dark;--bg:#101310;--surface:#191d18;--surface-2:#232921;--ink:#f0f3ea;--muted:#a0a89a;--line:#30382c;--accent:#c2ed78;--accent-ink:#c2ed78;--blue:#91bdda;--dark:#191d18;--white:#191d18;--orange:#c2ed78;--orange-bright:#c2ed78;--shadow:0 20px 60px #0002}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.55 'DM Sans',Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}button{color:inherit}button,input,select{border-radius:10px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--accent-ink);outline-offset:4px}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:'Space Grotesk','DM Sans',sans-serif;line-height:1.15}h1{font-size:clamp(2.25rem,4vw,3.6rem);font-weight:500;letter-spacing:-.045em}h2{font-size:1.85rem;font-weight:500;letter-spacing:-.035em}h3{font-size:1.2rem;font-weight:500}svg{display:block;width:24px;height:24px}img{display:block;max-width:100%;height:auto}button svg{pointer-events:none}button:hover,a.button:hover{filter:brightness(.97)}[hidden]{display:none!important}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:fixed;top:-100px;left:16px;background:var(--accent);color:#17220d;padding:12px 20px;z-index:100}.skip:focus{top:12px}.muted{color:var(--muted);font-size:.875rem}.eyebrow{display:block;font:600 .75rem/1.5 'DM Sans',sans-serif;letter-spacing:.12em;color:var(--muted);margin:0 0 14px}.site-header{max-width:1440px;margin:auto;height:94px;padding:0 5%;display:flex;align-items:center;gap:30px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;font:700 1.12rem/1.1 'Space Grotesk',sans-serif;letter-spacing:-.03em;white-space:nowrap}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:var(--accent);color:#27331b}.brand-mark svg{width:29px;height:29px}.brand-sub{display:block;font:500 .82rem/1.5 'DM Sans',sans-serif;letter-spacing:0;color:var(--muted)}.site-header nav{display:flex;align-items:center;gap:32px;margin:auto;font-size:.875rem}.site-header nav a{color:var(--muted);padding:12px 0;position:relative}.site-header nav a:hover,.site-header nav [aria-current]{color:var(--ink)}.site-header nav [aria-current]:after{content:'';position:absolute;bottom:4px;left:0;right:0;height:2px;background:var(--accent-ink)}.theme-toggle{display:flex;align-items:center;gap:8px;padding:10px 12px;background:transparent;border:1px solid var(--line);font-size:.8rem;min-height:42px}.theme-toggle svg{width:18px;height:18px}.site-header~main{max-width:1440px;padding:0 5%;margin:auto;min-height:65vh}.site-footer{max-width:1440px;margin:80px auto 0;padding:28px 5% 36px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:30px}.site-footer>a{font:500 1rem 'Space Grotesk',sans-serif}.site-footer>a span{display:block;color:var(--muted);font:400 .8rem 'DM Sans',sans-serif;margin-top:6px}.site-footer>div{display:flex;gap:26px;font-size:.8rem;color:var(--muted)}.button{display:inline-flex;justify-content:center;align-items:center;gap:28px;min-height:48px;padding:13px 22px;font-size:.875rem;font-weight:600;border:1px solid transparent;border-radius:10px;transition:transform .2s}.button:hover{transform:translateY(-2px)}.primary{background:var(--accent);color:#20310c}.secondary{background:var(--surface);border-color:var(--line)}.subtle-link{font-size:.875rem;color:var(--muted)}.subtle-link:hover{color:var(--ink)}.text-button{background:none;border:0;padding:10px 0;font-size:.875rem;color:var(--muted)}.icon-button{display:grid;place-items:center;width:36px;height:36px;background:none;border:1px solid var(--line);font-size:1.4rem;font-weight:400;color:var(--muted)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.section-heading .eyebrow{margin-bottom:9px}
/* Home: generous typography paired with real hardware. */
.home-hero{display:grid;grid-template-columns:1fr 1.12fr;gap:6%;align-items:center;padding:60px 0 54px;min-height:640px}.hero-copy h1{font-size:clamp(3.5rem,5.65vw,5.4rem);line-height:1.03;letter-spacing:-.065em;margin:24px 0}.hero-copy h1 span{color:var(--accent-ink)}.hero-copy>p{font-size:1.0625rem;color:var(--muted);line-height:1.65;margin-bottom:28px}.hero-copy>.subtle-link{display:block;margin-top:22px;max-width:350px}.hero-copy>.eyebrow{font-size:.72rem;letter-spacing:.15em}.hero-matchup{display:block;position:relative;background:var(--surface);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden;transition:border-color .2s}.hero-matchup:hover{border-color:var(--accent-ink)}.matchup-top,.matchup-bottom{display:flex;justify-content:space-between;align-items:center;padding:22px 26px;font-size:.72rem;letter-spacing:.06em;color:var(--muted)}.matchup-top{border-bottom:1px solid var(--line)}.hero-product{position:relative;display:flex;flex-direction:column;padding:23px 28px 0;min-height:185px}.hero-product>div{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;align-items:center}.hero-product small{display:block;grid-column:1/-1;font-size:.65rem;letter-spacing:.13em;color:var(--muted)}.hero-product strong{display:block;font:500 1.65rem 'Space Grotesk',sans-serif;letter-spacing:-.04em}.hero-product span{font-size:.75rem;color:var(--muted)}.hero-product img{width:92%;height:125px;object-fit:contain;align-self:center;filter:drop-shadow(0 13px 9px #0002);transform:rotate(-7deg);margin-top:5px}.hero-product.first{background:linear-gradient(130deg,transparent 20%,#b4d87d12)}.hero-product.second{border-top:1px solid var(--line);background:linear-gradient(130deg,#8bbdda0c,transparent 80%);padding-top:25px}.hero-product.second img{width:86%;transform:rotate(7deg)}.versus{position:absolute;top:calc(50% - 6px);left:50%;z-index:2;transform:translate(-50%,-50%);display:grid;place-items:center;width:35px;height:35px;border:1px solid var(--line);border-radius:50%;background:var(--surface);font-size:.7rem;font-weight:600;color:var(--muted)}.matchup-bottom{border-top:1px solid var(--line);padding:16px 26px;letter-spacing:0;font-size:.8rem}.round-arrow{width:30px;height:30px;border-radius:50%;background:var(--accent);color:#26381a;display:grid;place-items:center;font-size:1.1rem}.home-bottom{border-top:1px solid var(--line);padding-top:32px}.home-bottom .section-heading h2{font-size:1.25rem}.quick-links{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.quick-links>a{display:flex;align-items:center;gap:18px;padding:20px 0}.quick-number{font-size:.75rem;color:var(--muted);border:1px solid var(--line);border-radius:50%;width:34px;height:34px;display:grid;place-items:center;flex-shrink:0}.quick-links h3{font-size:1.1rem;margin-bottom:5px}.quick-links p{font-size:.8rem;color:var(--muted)}.quick-links>a>span:last-child{margin-left:auto}.quick-links>a:hover h3{color:var(--accent-ink)}
/* Comparison workspace */
.page-heading{padding:48px 0 32px;display:flex;align-items:end;justify-content:space-between;gap:24px}.page-heading .eyebrow{margin-bottom:12px}.page-heading p{color:var(--muted);margin-top:14px;font-size:1rem}.compare-controls{display:flex;align-items:center;gap:16px;margin:0 0 25px}.segmented{display:flex;padding:4px;gap:3px;background:var(--surface-2);border:1px solid var(--line);border-radius:10px}.segmented button{background:none;border:0;padding:10px 19px;color:var(--muted);font-size:.875rem;border-radius:7px}.segmented button.active{background:var(--surface);color:var(--ink);box-shadow:0 2px 5px #0001}.more-category{margin-left:auto}.more-category select{padding:10px 32px 10px 14px;border:1px solid var(--line);background:var(--bg);color:var(--muted);font-size:.875rem}.comparison-cards{display:grid;grid-template-columns:repeat(var(--count,2),minmax(0,1fr));gap:22px}.product-card{position:relative;min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.product-card:before{content:'';position:absolute;top:0;left:24px;width:42px;height:3px;background:var(--series)}.product-top{padding:20px 24px 0;display:flex;justify-content:space-between;align-items:center}.product-index{font-size:.7rem;letter-spacing:.09em;font-weight:600;color:var(--muted)}.product-top .icon-button{border:0}.product-image{height:180px;padding:10px 30px;display:grid;place-items:center;background:radial-gradient(ellipse,#a6b88a0a,transparent 70%)}.product-image img{width:100%;height:100%;max-height:158px;object-fit:contain;filter:drop-shadow(0 15px 10px #0002);transition:transform .3s}.product-card:hover img{transform:translateY(-4px)}.product-heading{padding:16px 24px 23px}.product-heading .eyebrow{font-size:.7rem;margin-bottom:6px}.product-heading h2{font-size:clamp(1.3rem,2.25vw,2rem);letter-spacing:-.045em;overflow-wrap:anywhere}.product-heading>p{color:var(--muted);font-size:.875rem;margin:8px 0 20px}.change-product{width:100%;display:flex;justify-content:space-between;align-items:center;background:var(--surface-2);border:1px solid var(--line);padding:11px 14px;color:var(--ink);font-size:.875rem}.product-meta{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding:12px 24px;font-size:.75rem;color:var(--muted)}.photo-unavailable{display:grid;gap:6px;text-align:center;max-width:100%}.photo-unavailable span{font-size:.8rem;color:var(--muted);letter-spacing:.12em}.photo-unavailable strong{font:500 1.6rem 'Space Grotesk',sans-serif;overflow-wrap:anywhere}.photo-unavailable small{font-size:.75rem;color:var(--muted)}.empty-product{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:340px;background:transparent;border:1px dashed var(--line);border-radius:var(--radius);color:var(--muted)}.empty-product>span{font-size:2rem}.empty-product small{font-size:.875rem}.compare-options{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:12px 0 24px;border-bottom:1px solid var(--line)}.switch-label{display:flex;align-items:center;gap:9px;font-size:.875rem;color:var(--muted);cursor:pointer}.switch-label input{accent-color:var(--accent-ink);width:17px;height:17px}.comparison-data{padding-top:34px}.source-caption{font-size:.75rem;color:var(--muted);padding:5px 10px;border:1px solid var(--line);border-radius:6px}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.metric-card{border:1px solid var(--line);padding:22px 24px;background:var(--surface);border-radius:14px}.metric-card h3{font:500 .95rem 'DM Sans',sans-serif;display:flex;justify-content:space-between;gap:10px;margin-bottom:24px}.metric-card h3>span{font-size:.75rem;color:var(--muted)}.metric-row{margin-top:17px}.metric-row>div:first-child{display:flex;justify-content:space-between;gap:10px;margin-bottom:9px;font-size:.75rem;color:var(--muted);align-items:baseline}.metric-row strong{font:500 1.25rem 'Space Grotesk',sans-serif;color:var(--ink);font-variant-numeric:tabular-nums}.metric-track{height:5px;background:var(--surface-2);border-radius:3px;overflow:hidden}.metric-track>span{display:block;height:100%;border-radius:3px}.data-note{color:var(--muted);font-size:.75rem;margin:15px 0 34px}.specifications{margin-top:12px}.table-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:14px;background:var(--surface)}table{width:100%;border-collapse:collapse;font-size:.875rem;text-align:left}th{font-weight:500;color:var(--muted);background:var(--surface-2)}th,td{padding:17px 24px;border-bottom:1px solid var(--line);vertical-align:middle}tbody tr:last-child>*{border-bottom:0}td{font-variant-numeric:tabular-nums}th:not(:first-child),td:not(:first-child){text-align:right}thead th{white-space:normal}#comparison-table td:first-child{color:var(--muted);min-width:160px}#comparison-table td:not(:first-child){font-weight:500;min-width:130px}.source-details{margin-top:22px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0}.source-details summary{cursor:pointer;font-size:.875rem;color:var(--muted)}#comparison-sources{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding-top:24px}#comparison-sources strong{font-size:.875rem}#comparison-sources p{font-size:.875rem;color:var(--muted);margin:8px 0}#comparison-sources a{display:block;font-size:.8rem;text-decoration:underline;text-underline-offset:4px;margin-top:8px}.notice{padding:15px;border:1px solid var(--line);border-radius:10px;font-size:.875rem;margin-top:18px;color:var(--muted)}
/* Hardware library and reference pages */
.catalog-tools{display:flex;gap:12px;padding:18px;border:1px solid var(--line);background:var(--surface);border-radius:14px}.search-field{display:flex;align-items:center;gap:13px;flex:1;min-width:160px}.search-field>span{font-size:1.8rem;line-height:1;color:var(--muted)}.search-field input{border:0;background:transparent;color:var(--ink);width:100%;padding:8px;min-width:0}.catalog-tools select{padding:10px;max-width:190px;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-size:.875rem}.catalog-meta{display:flex;justify-content:space-between;gap:15px;padding:22px 0;color:var(--muted);font-size:.875rem}.count-label{font-size:.875rem;color:var(--muted);white-space:nowrap}.hardware-table td:first-child{min-width:230px}.hardware-table td strong{font-weight:500}.hardware-table td span{display:block;font-size:.75rem;color:var(--muted);margin-top:4px}.hardware-table td a:hover strong{text-decoration:underline;text-underline-offset:4px}.hardware-table th:not(:first-child),.hardware-table td:not(:first-child){text-align:left}.hardware-table td:last-child{text-align:right}.catalog-add{padding:8px 14px;white-space:nowrap;font-size:.8rem;background:var(--surface);border:1px solid var(--line)}.catalog-add.chosen{background:var(--surface-2);color:var(--accent-ink);border-color:var(--accent-ink)}.load-more{display:flex;margin:28px auto}.empty-message{padding:40px 22px;text-align:center;color:var(--muted);font-size:.875rem}.back-link{display:inline-block;margin-top:35px;font-size:.875rem;color:var(--muted)}.record-detail{display:grid;grid-template-columns:1.5fr 1fr;gap:48px}.record-detail h2{margin-bottom:20px}.record-detail>div{border:1px solid var(--line);border-radius:16px;padding:24px;background:var(--surface)}.record-detail th{background:none}.record-detail td{font-weight:500}.record-detail aside p{color:var(--muted);margin-bottom:25px}.record-detail aside{padding:24px 0}.reading-layout{display:grid;grid-template-columns:minmax(0,720px) 1fr;gap:80px}.reading-layout article h2{font-size:1.5rem;margin:30px 0 12px}.reading-layout article p{color:var(--muted);line-height:1.8}.reading-layout article a{text-decoration:underline}.reading-layout aside{padding:25px;border:1px solid var(--line);background:var(--surface);border-radius:16px;align-self:start;margin-top:30px}.reading-layout aside p{color:var(--muted);margin:12px 0 24px}
/* Search dialog */
dialog{background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:20px;width:min(620px,calc(100% - 32px));padding:25px;box-shadow:0 30px 90px #0006;max-height:80vh}dialog::backdrop{background:#070b0788;backdrop-filter:blur(5px)}.dialog-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.dialog-top h2{font-size:1.5rem}#picker-query{width:100%;padding:14px;border:1px solid var(--line);background:var(--bg);color:var(--ink)}#picker-results{max-height:48vh;overflow:auto;margin-top:15px}#picker-results button{display:flex;width:100%;justify-content:space-between;align-items:center;gap:20px;text-align:left;padding:16px 10px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent}#picker-results button:hover{background:var(--surface-2)}#picker-results strong{font-size:.875rem;font-weight:500}#picker-results small{display:block;font-size:.75rem;color:var(--muted);margin-top:4px}#toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:var(--ink);color:var(--bg);padding:12px 22px;border-radius:12px;font-size:.875rem;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:30;max-width:calc(100% - 32px);box-shadow:var(--shadow)}#toast.show{opacity:1;transform:translate(-50%,0)}
/* Preserve the existing builder, with the shared design system. */
body[data-page=builder] .builder{margin:0;padding-top:45px;border:0}body[data-page=builder] .builder-heading{align-items:center}body[data-page=builder] .builder-heading h2{font-size:3rem}body[data-page=builder] .builder-heading p{font-size:1rem}body[data-page=builder] .builder-actions{flex-wrap:wrap;gap:12px;justify-content:flex-end}body[data-page=builder] .builder-actions .primary{border:0;border-radius:10px;padding:12px 18px;font-size:.875rem}body[data-page=builder] .compat-toggle{min-width:0}body[data-page=builder] .compat-toggle strong{font-size:.875rem}body[data-page=builder] .builder-shell{background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr)}body[data-page=builder] .builder-column-head{color:var(--muted);font-size:.75rem;height:auto;min-height:48px;letter-spacing:0;gap:14px}body[data-page=builder] .builder-row{padding:15px;display:grid;grid-template-columns:25px 1fr;gap:8px;min-height:110px}body[data-page=builder] .builder-index{border:0;font-size:.8rem;grid-row:1/3}body[data-page=builder] .builder-type{padding:0;gap:10px}body[data-page=builder] .builder-type strong{font-size:.95rem}body[data-page=builder] .builder-type small{font-size:.75rem}body[data-page=builder] .builder-row select{background:var(--bg);border:1px solid var(--line);color:var(--ink);font-size:.875rem;padding:10px;width:100%;margin:0}body[data-page=builder] .builder-multi-control{grid-column:2;padding:0;min-width:0}body[data-page=builder] .builder-row>select{grid-column:2}body[data-page=builder] .builder-row-state{display:none}body[data-page=builder] .builder-selected-item{border:1px solid var(--line);border-radius:6px;background:var(--surface-2);color:var(--ink);font-size:.75rem}body[data-page=builder] .builder-selected-item button{color:var(--muted);border-color:var(--line);min-width:30px}body[data-page=builder] .builder-selected-items{gap:8px}body[data-page=builder] .builder-analysis{background:var(--surface-2);color:var(--ink);padding:24px}body[data-page=builder] .builder-rail{background:var(--surface-2);border-left:1px solid var(--line)}body[data-page=builder] .builder-analysis p,body[data-page=builder] .builder-analysis small,body[data-page=builder] .build-spec span,body[data-page=builder] .profile-score span,body[data-page=builder] .verdict-code,body[data-page=builder] .analysis-block h3{color:var(--muted);font-size:.75rem}body[data-page=builder] .analysis-block h3{font-weight:600}body[data-page=builder] .check-row strong{font-size:.875rem}body[data-page=builder] .check-row{margin:15px 0}body[data-page=builder] .build-spec strong{font-size:.875rem;color:var(--ink)}body[data-page=builder] .analysis-block,body[data-page=builder] .build-spec{border-color:var(--line)}body[data-page=builder] .performance-note{font-size:.75rem}body[data-page=builder] .profile-bars>div{font-size:.75rem;color:var(--muted);grid-template-columns:90px 1fr 30px}body[data-page=builder] .profile-bars strong{font-size:.75rem;color:var(--ink)}body[data-page=builder] .builder-limit{font-size:.8rem;margin-top:14px}body[data-page=builder] .pc-visual-panel{background:var(--surface-2);border-color:var(--line)}body[data-page=builder] .pc-visual-head h3{font-size:1rem}body[data-page=builder] .pc-visual-head p,body[data-page=builder] .pc-visual-status,body[data-page=builder] #pc-visual-count{font-size:.75rem}body[data-page=builder] .builder-shell .builder-primary-control label{font-size:.75rem}body[data-page=builder] .builder-type svg{stroke:currentColor;fill:none}
@media(min-width:1500px){.home-hero{min-height:700px}.hero-product{min-height:210px}.hero-product img{height:150px}.product-image{height:215px}.product-image img{max-height:180px}}
@media(max-width:1050px){.site-header nav{gap:20px}.theme-label{display:none}.home-hero{gap:4%;min-height:570px}.hero-copy h1{font-size:3.7rem}.hero-product{min-height:175px}.hero-product img{height:105px}.quick-links{gap:16px}.quick-links>a{gap:10px}.comparison-cards:has(.product-card:nth-child(3)){grid-template-columns:repeat(2,minmax(0,1fr))}.metric-grid{gap:12px}.metric-card{padding:18px}.catalog-tools{flex-wrap:wrap}.search-field{flex-basis:100%}.catalog-tools select{flex:1;max-width:none}.hardware-table td:nth-child(2),.hardware-table th:nth-child(2){display:none}.reading-layout{gap:35px}.builder-heading{flex-wrap:wrap}body[data-page=builder] .builder-shell{grid-template-columns:1fr 330px}}
@media(max-width:700px){.site-header{height:auto;min-height:112px;padding-top:16px;padding-bottom:8px;gap:12px;flex-wrap:wrap;justify-content:space-between}.brand{font-size:1rem}.brand-sub{font-size:.75rem}.brand-mark{width:34px;height:34px}.site-header nav{order:3;width:100%;justify-content:space-between;margin:0;gap:10px;font-size:.8rem}.site-header nav a{display:block!important;padding:10px 0}.theme-toggle{padding:8px;min-height:38px}.site-header~main{padding:0 5%}.home-hero{grid-template-columns:1fr;padding:40px 0 30px;gap:35px;min-height:0}.hero-copy h1{font-size:clamp(3.1rem,12vw,4rem);margin:15px 0}.hero-copy>p{font-size:1rem;margin-bottom:20px}.hero-copy h1 br{display:none}.hero-copy>.subtle-link{font-size:.8rem;margin-top:18px}.hero-copy>.eyebrow{font-size:.7rem}.hero-matchup{max-width:560px;width:100%}.hero-product{min-height:170px}.hero-product img{height:100px}.hero-product strong{font-size:1.5rem}.matchup-top{padding:18px 22px}.hero-product{padding-left:22px;padding-right:22px}.matchup-bottom{padding:14px 22px}.home-bottom .section-heading .muted{display:none}.quick-links{grid-template-columns:1fr;gap:0}.quick-links>a{border-bottom:1px solid var(--line);padding:20px 0;gap:18px}.quick-links>a:last-child{border:0}.page-heading{padding:32px 0 24px;align-items:flex-start}.page-heading h1{font-size:2.35rem}.page-heading p{font-size:.875rem;margin-top:10px}.page-heading>.button{font-size:.75rem;padding:10px 13px;gap:10px;min-height:40px;white-space:nowrap}.page-heading>.count-label{display:none}.compare-controls{gap:10px;flex-wrap:wrap;margin-bottom:18px}.segmented{width:100%;justify-content:space-between}.segmented button{padding:9px 10px;font-size:.8rem;flex:1}.more-category{margin-left:0}.more-category select{font-size:.8rem}.comparison-cards{gap:12px}.product-top{padding:12px 13px 0}.product-index{font-size:.65rem;letter-spacing:.025em}.product-top .icon-button{width:26px;height:30px;font-size:1.2rem}.product-image{height:115px;padding:8px 10px}.product-image img{max-height:95px}.product-heading{padding:12px 13px 16px}.product-heading h2{font-size:1.2rem;letter-spacing:-.04em}.product-heading .eyebrow{font-size:.65rem}.product-heading p{font-size:.75rem;margin:8px 0 15px}.change-product{font-size:.75rem;padding:9px;gap:6px;text-align:left}.product-meta{padding:10px 13px;font-size:.65rem;display:block}.product-meta span{display:block}.product-meta span+span{margin-top:3px}.empty-product{min-height:280px;padding:14px}.empty-product strong{font-size:.875rem}.empty-product small{font-size:.75rem}.photo-unavailable strong{font-size:1.1rem}.photo-unavailable small{font-size:.65rem}.compare-options{gap:12px;padding-bottom:20px}.compare-options .text-button,.switch-label{font-size:.75rem}.comparison-data{padding-top:25px}.section-heading{margin-bottom:20px}.section-heading h2{font-size:1.55rem}.source-caption{font-size:.65rem;text-align:right;max-width:105px}.metric-grid{grid-template-columns:1fr;gap:12px}.metric-card{padding:20px}.metric-card h3{margin-bottom:15px}.metric-row>div:first-child{font-size:.8rem}.metric-row strong{font-size:1.2rem}.data-note{font-size:.75rem;line-height:1.6}th,td{padding:14px;font-size:.8rem}#comparison-table td:first-child{min-width:125px}#comparison-table td:not(:first-child){min-width:105px}#comparison-table th{max-width:150px}#comparison-sources{grid-template-columns:1fr}.site-footer{margin-top:45px;display:block;padding:24px 5%}.site-footer>div{margin-top:22px;gap:16px;flex-wrap:wrap;font-size:.75rem}.catalog-tools{padding:12px;gap:10px}.catalog-tools select{font-size:.75rem;min-width:0}.catalog-meta{font-size:.75rem;align-items:center}.catalog-meta a{font-size:.75rem}.hardware-table td:first-child{min-width:190px}.hardware-table td:nth-child(3),.hardware-table th:nth-child(3),.hardware-table td:nth-child(4),.hardware-table th:nth-child(4){display:none}.catalog-add{padding:8px 10px;font-size:.75rem}.reading-layout,.record-detail{grid-template-columns:1fr;gap:25px}.record-detail>div{padding:18px}.record-detail h2{font-size:1.4rem}.back-link{margin-top:25px}.reading-layout aside{margin-top:0}.reading-layout article h2{font-size:1.35rem}.reading-layout article p{font-size:.95rem}body[data-page=builder] .builder-shell{grid-template-columns:1fr}body[data-page=builder] .builder-rail{border-left:0;border-top:1px solid var(--line)}body[data-page=builder] .builder-heading h2{font-size:2.3rem}body[data-page=builder] .builder-actions{justify-content:flex-start}body[data-page=builder] .builder-column-head{font-size:.65rem}body[data-page=builder] .builder-row{padding:15px 12px}body[data-page=builder] .builder-type strong{font-size:.875rem}body[data-page=builder] .builder-row select{font-size:.8rem}.theme-toggle:focus-visible{outline-offset:2px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.change-product,.segmented button,.more-category select,.switch-label,.compare-options .text-button,.catalog-tools select,.catalog-add,.catalog-meta,.catalog-meta a,.metric-row>div:first-child{font-size:.875rem}
:root{--chart-a:#638438;--chart-b:#3e7ea4}:root[data-theme=dark]{--chart-a:#c2ed78;--chart-b:#91bdda}
@media(max-width:700px){th,td{font-size:.875rem}.page-heading{flex-wrap:wrap}.product-heading h2{font-size:1.25rem}.change-product{line-height:1.35}.compare-options{flex-wrap:wrap}.product-meta{font-size:.75rem}.product-heading>p{font-size:.875rem}.photo-unavailable small{font-size:.75rem}.photo-unavailable strong{font-size:1rem}.segmented button{padding:9px 8px}}

/* Shared finishing layer: type, product imagery, navigation and dedicated pages. */
:root{--chart-c:#8450b5;--chart-d:#a86626;--photo-bg:#f1f2ef}
:root[data-theme=dark]{--chart-c:#c099ed;--chart-d:#e6b47c;--photo-bg:#e6e8e2}
body{line-height:1.6}main:focus{outline:none}h1{max-width:22ch;text-wrap:balance}h2,h3{text-wrap:balance}p{text-wrap:pretty}
:root:not([data-theme=dark]) .site-header nav a,:root:not([data-theme=dark]) .brand-sub,:root:not([data-theme=dark]) .theme-toggle{color:#394335}:root:not([data-theme=dark]) .site-header nav a:hover,:root:not([data-theme=dark]) .site-header nav a[aria-current="page"]{color:#11160f}:root:not([data-theme=dark]) .site-header nav a[aria-current="page"]{font-weight:600}
.site-header{height:100px;gap:28px}.brand-mark{width:44px;height:44px;border-radius:14px;background:var(--ink);color:var(--bg)}.brand-mark svg{width:34px;height:34px}.brand{font-size:1.125rem;letter-spacing:-.035em}.brand-sub{font-size:.8125rem}
.site-header nav{gap:2px;padding:5px;background:color-mix(in srgb,var(--surface) 68%,transparent);border:1px solid var(--line);border-radius:999px}.site-header nav a{padding:9px 20px;font-size:.875rem;white-space:nowrap;border-radius:999px}.site-header nav [aria-current]:after{display:none}.site-header nav a:hover,.site-header nav a[aria-current]{color:var(--ink)}
.theme-toggle{border-radius:999px;padding:10px 14px}.footer-brand{display:flex;align-items:center;gap:10px}.footer-logo svg{width:30px;height:30px}.site-footer>a span{display:inline;color:inherit;margin:0}.site-footer>div{font-size:.875rem;gap:23px}.site-footer{margin-top:75px}
.hero-kicker{font-size:.75rem;letter-spacing:.14em;color:var(--muted);font-weight:600}.hero-copy h1{font-size:clamp(3.25rem,5.2vw,4.9rem);letter-spacing:-.065em;max-width:13ch;line-height:1.06}.hero-copy>p{max-width:35ch;line-height:1.65}.hero-copy>.subtle-link{font-size:.875rem}.home-hero{padding-top:54px;padding-bottom:46px;min-height:615px;gap:5%}.hero-matchup{border-radius:26px}.hero-product small{font-size:.75rem}.hero-product img{max-width:100%}.matchup-top{letter-spacing:.04em;font-size:.75rem;gap:20px}.matchup-top>span:last-child{font-size:.75rem;text-transform:none;letter-spacing:0;display:flex;gap:10px}.hero-product span{font-size:.875rem}.versus{font-size:.75rem}.home-browse{padding-top:30px;border-top:1px solid var(--line)}.home-browse .section-heading h2{font-size:1.45rem}.category-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.category-links>a{display:flex;align-items:center;gap:16px;min-height:94px;padding:22px;background:var(--surface);border:1px solid var(--line);border-radius:16px}.category-links>a:hover{border-color:var(--accent-ink);transform:translateY(-3px)}.category-index{font-size:.75rem;color:var(--muted)}.category-links strong{font-size:1rem;font-weight:500}.category-links>a>span:last-child{margin-left:auto}
.page-heading{padding-top:44px;padding-bottom:32px}.page-heading h1{font-size:clamp(2.5rem,4vw,3.4rem);font-weight:500;letter-spacing:-.05em}.page-heading p{max-width:65ch;line-height:1.6}.eyebrow{font-size:.75rem;letter-spacing:.06em}.segmented{border-radius:999px;padding:5px}.segmented button{border-radius:999px}.more-category select{border-radius:999px;background:var(--surface)}
.more-category{position:relative;margin-left:auto;z-index:12}.category-menu{position:relative}.category-menu>summary{list-style:none;display:flex;align-items:center;gap:12px;min-width:238px;min-height:54px;padding:8px 13px 8px 9px;border:1px solid var(--line);border-radius:17px;background:var(--surface);cursor:pointer;box-shadow:0 7px 24px #00000008;transition:border-color 180ms,box-shadow 250ms,transform 350ms cubic-bezier(.16,1,.3,1)}.category-menu>summary::-webkit-details-marker{display:none}.category-menu>summary:hover{border-color:color-mix(in srgb,var(--accent-ink) 55%,var(--line));transform:translateY(-1px);box-shadow:0 12px 28px #0000000d}.category-menu[open]>summary{border-color:var(--accent-ink);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 35%,transparent)}.category-menu-icon,.category-option-icon{display:grid;place-items:center;flex-shrink:0;background:var(--surface-2);color:var(--accent-ink)}.category-menu-icon{width:38px;height:38px;border-radius:11px}.category-menu-icon svg{width:20px;height:20px;stroke:currentColor;fill:none}.category-menu-copy{display:flex;flex-direction:column;min-width:0;line-height:1.25}.category-menu-copy small{font-size:.6875rem;color:var(--muted);letter-spacing:.06em;text-transform:uppercase}.category-menu-copy strong{font-size:.875rem;font-weight:600;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-menu-chevron{margin-left:auto;color:var(--muted);font-size:1.1rem;transition:transform 300ms}.category-menu[open] .category-menu-chevron{transform:rotate(180deg)}.category-menu-panel{position:absolute;right:0;top:calc(100% + 10px);width:min(470px,calc(100vw - 32px));padding:14px;background:color-mix(in srgb,var(--surface) 94%,transparent);border:1px solid var(--line);border-radius:20px;box-shadow:0 24px 70px #0004;backdrop-filter:blur(18px)}.category-menu-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:6px 7px 13px}.category-menu-heading strong{font-size:1rem}.category-menu-heading span{font-size:.75rem;color:var(--muted)}.category-menu-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:min(520px,65vh);overflow:auto;padding:2px}.category-menu-options button{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:10px;border:1px solid transparent;border-radius:13px;background:transparent;color:var(--ink);text-align:left}.category-menu-options button:hover,.category-menu-options button.active{background:var(--surface-2);border-color:var(--line)}.category-menu-options button.active{border-color:color-mix(in srgb,var(--accent-ink) 60%,var(--line))}.category-option-icon{width:38px;height:38px;border-radius:10px}.category-option-icon svg{width:19px;height:19px;stroke:currentColor;fill:none}.category-menu-options button>span:nth-child(2){min-width:0}.category-menu-options strong,.category-menu-options small{display:block;overflow-wrap:anywhere}.category-menu-options strong{font-size:.8125rem;line-height:1.35}.category-menu-options small{font-size:.6875rem;line-height:1.4;color:var(--muted);margin-top:2px}.category-option-count{font-size:.6875rem;color:var(--muted);font-variant-numeric:tabular-nums}
.hardware-photo{margin:0;display:flex;flex-direction:column;justify-content:center;min-width:0;width:100%}.hardware-photo img{display:block;width:100%;height:100%;object-fit:contain;min-height:0}.hardware-photo figcaption{font-size:.75rem;line-height:1.5;color:var(--muted);margin-top:12px;overflow-wrap:anywhere}.product-image{height:228px;padding:16px 24px 0;display:flex;align-items:stretch;background:none}.product-image .hardware-photo{height:100%;justify-content:flex-start}.product-image img{max-height:none;flex:1;height:140px;width:100%;padding:14px;background:var(--photo-bg);border-radius:14px;filter:none}.product-image figcaption{min-height:36px;margin-top:10px;line-height:1.5;font-size:.75rem}.product-heading{padding-top:18px}.product-heading h2 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}.product-heading h2{font-size:clamp(1.375rem,2.1vw,1.85rem);line-height:1.2}.product-index{font-size:.75rem}.product-meta{font-size:.75rem;align-items:center}.product-meta a{white-space:nowrap;font-size:.8125rem}.comparison-cards{gap:20px}.comparison-cards:has(.product-card:nth-child(3)){grid-template-columns:repeat(2,minmax(0,1fr))}.change-product{border-radius:10px;min-height:44px}.compare-options .text-button{font-size:.875rem}.metric-card h3{font-size:1rem}.metric-card{border-radius:16px}.metric-row>div:first-child{align-items:center;line-height:1.4;min-height:24px}.metric-row>div:first-child>span{max-width:75%}.metric-row strong{font-size:1.2rem}.comparison-data .section-heading h2,.specifications .section-heading h2{font-size:1.65rem}.source-caption{font-size:.75rem}.data-note{font-size:.8125rem}
#comparison-table tbody th{background:none;color:var(--muted);text-align:left;min-width:155px;font-weight:400}.switch-label{position:relative;gap:10px}.switch-label input{position:absolute;opacity:0;width:38px;height:24px;left:0;margin:0;cursor:pointer}.switch-track{width:36px;height:22px;border-radius:99px;background:var(--line);padding:3px;display:inline-flex;transition:background 250ms;flex-shrink:0}.switch-track:before{content:'';width:16px;height:16px;border-radius:50%;background:var(--surface);box-shadow:0 1px 4px #0003;transition:transform 350ms cubic-bezier(.16,1.3,.3,1)}.switch-label input:checked+.switch-track{background:var(--accent-ink)}.switch-label input:checked+.switch-track:before{transform:translateX(14px);background:var(--bg)}.switch-label input:focus-visible+.switch-track{outline:3px solid var(--accent-ink);outline-offset:4px}
.image-credit{display:block;font-size:.75rem;color:var(--muted);margin-top:10px}.image-credit a{display:inline!important;font-size:inherit!important}.source-details{padding:20px 0}.source-details summary{color:var(--ink)}#comparison-sources article{border-left:2px solid var(--line);padding-left:18px}#comparison-sources p{font-size:.875rem}.photo-attribution summary{font-size:.875rem;cursor:pointer}.photo-attribution{margin-top:25px;border-top:1px solid var(--line);padding-top:18px}.photo-attribution p{font-size:.875rem}.photo-attribution a{font-size:.875rem;text-decoration:underline;text-underline-offset:4px}
.catalog-tools{border-radius:16px;align-items:center}.search-field>svg{width:21px;height:21px;flex-shrink:0;color:var(--muted)}.catalog-product{display:flex!important;align-items:center;gap:18px}.catalog-photo{width:92px;height:66px;flex-shrink:0;border-radius:9px;overflow:hidden;background:var(--photo-bg);padding:6px}.catalog-product-copy{display:block;min-width:0}.hardware-table td .catalog-product-copy{margin:0}.catalog-product-copy>strong{display:block;font-size:.9375rem;line-height:1.4;color:var(--ink)}.hardware-table .catalog-product-copy>span{font-size:.8125rem}.reference-label{font-size:.75rem;display:block;margin-top:4px;color:var(--muted)}.hardware-table td:first-child{min-width:310px}.hardware-table th,.hardware-table td{padding:18px}.hardware-table td:not(:first-child){font-size:.875rem}.selection-link{font-size:.875rem;font-weight:500;color:var(--accent-ink)}.catalog-add{min-height:40px}.picker-photo{height:54px;width:75px;flex-shrink:0;background:var(--photo-bg);padding:5px;border-radius:8px;overflow:hidden}.picker-info{flex:1;min-width:0}#picker-results button{gap:14px;padding:15px 10px;border-radius:9px}#picker-results small{font-size:.8125rem}#picker-category-label{font-size:.875rem;color:var(--muted);margin-top:5px}
.guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.guide-card{padding:32px;background:var(--surface);border:1px solid var(--line);border-radius:20px;display:flex;flex-direction:column;align-items:flex-start;min-height:270px;overflow:hidden}.guide-card:hover{transform:translateY(-5px);border-color:var(--accent-ink);box-shadow:var(--shadow)}.guide-card-top{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.guide-number{font-size:.75rem;color:var(--muted);padding-top:8px}.guide-icon{width:64px;height:64px;display:grid;place-items:center;flex:0 0 auto;border:1px solid color-mix(in srgb,var(--accent-ink) 35%,var(--line));border-radius:18px;color:var(--accent-ink);background:linear-gradient(145deg,color-mix(in srgb,var(--accent) 24%,var(--surface)),var(--surface));box-shadow:inset 0 1px 0 #fff2}.guide-icon svg{width:40px;height:40px;overflow:visible;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.guide-card h2{font-size:1.8rem}.guide-card p{font-size:1rem;color:var(--muted);margin-top:10px;margin-bottom:26px;max-width:34ch}.guide-link{font-size:.875rem;display:flex;justify-content:space-between;width:100%;margin-top:auto}.library-callout{margin-top:40px;padding-top:30px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:24px}.library-callout h2{font-size:1.4rem}.library-callout p{font-size:1rem;color:var(--muted);margin-top:9px}.guide-heading-icon{display:grid;place-items:center}.guide-heading-icon .guide-icon{width:88px;height:88px;border-radius:24px}.guide-heading-icon .guide-icon svg{width:52px;height:52px}.guide-reading{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(290px,.7fr);gap:70px}.guide-terms section{padding:30px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:44px minmax(0,1fr);gap:20px;align-items:start}.guide-terms section:first-child{padding-top:0}.guide-term-number{font:500 .75rem 'Space Grotesk',sans-serif;color:var(--accent-ink);letter-spacing:.08em;padding-top:6px}.guide-terms h2{font-size:1.5rem;margin-bottom:13px}.guide-terms p{color:var(--muted);font-size:1.0625rem;line-height:1.8;max-width:63ch}.guide-reading aside{align-self:start;padding:26px;background:var(--surface);border:1px solid var(--line);border-radius:18px;position:sticky;top:28px}.guide-reading aside p{font-size:1rem;color:var(--muted);margin-bottom:22px}.guide-reading aside .button{width:100%;gap:15px}.guide-reading aside .subtle-link{display:block;margin-top:20px}.method-grid{max-width:900px;display:grid;gap:16px}.method-grid details{border:1px solid var(--line);background:var(--surface);padding:24px 28px;border-radius:16px}.method-grid summary{font-size:1.125rem;font-weight:500;cursor:pointer}.method-grid p{font-size:1rem;line-height:1.8;color:var(--muted);margin-top:18px;max-width:75ch}.method-grid a{text-decoration:underline;text-underline-offset:4px}
.breadcrumbs{display:flex;gap:12px;align-items:center;flex-wrap:wrap;padding-top:32px;font-size:.8125rem;color:var(--muted);line-height:1.5}.breadcrumbs a:hover{color:var(--ink)}.breadcrumbs>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60ch}.part-hero{display:grid;grid-template-columns:1fr 1fr;gap:6%;align-items:center;padding:38px 0 45px}.part-visual{min-height:350px;background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:24px;display:flex;align-items:center}.part-visual .hardware-photo{height:100%}.part-visual .hardware-photo img{height:270px;object-fit:contain;background:var(--photo-bg);border-radius:14px;padding:16px}.part-visual figcaption{margin-top:16px;font-size:.8125rem}.part-brand{font-size:.8125rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:13px}.part-title h1{font-size:clamp(2rem,3.4vw,3.35rem);line-height:1.13;overflow-wrap:anywhere;letter-spacing:-.05em}.part-title>p{font-size:1.125rem;margin-top:16px;color:var(--muted)}.part-tags{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0}.part-tags>span{font-size:.8125rem;padding:6px 10px;border:1px solid var(--line);border-radius:8px;color:var(--muted)}.part-title .button{margin-top:8px}.record-detail{grid-template-columns:1.5fr 1fr;gap:6%}.record-detail>div{padding:26px;border-radius:20px}.record-detail h2{font-size:1.5rem}.record-detail aside{padding-top:26px}.record-detail p{font-size:1rem;line-height:1.7}.record-detail table th{font-weight:400;font-size:.9375rem}.record-detail table td{font-size:.9375rem}.record-detail .source-link{border:0;margin:0;padding:0;font-size:.875rem;color:var(--accent-ink);display:inline-flex;gap:12px}.not-found{padding:90px 0;text-align:center}.not-found h1{margin:20px auto;max-width:22ch}.not-found p{color:var(--muted)}.error-number{font:500 5rem 'Space Grotesk',sans-serif;color:var(--accent-ink)}.not-found>div{display:flex;gap:12px;justify-content:center;margin-top:28px}
/* The builder uses the same product photography and reveals secondary detail on demand. */
body[data-page=builder] .builder-heading{padding:52px 0 30px;margin:0;align-items:flex-end}body[data-page=builder] .builder-heading h1{font-size:clamp(2.8rem,5vw,4.5rem);letter-spacing:-.06em;line-height:1.02;max-width:12ch}body[data-page=builder] .builder-heading p{font-size:1.0625rem;line-height:1.7;margin-top:14px;color:var(--muted)}body[data-page=builder] .builder-actions{gap:10px}body[data-page=builder] .builder-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px;padding:0 4px;font-size:.875rem;color:var(--muted)}body[data-page=builder] .builder-toolbar .compat-toggle{display:flex;align-items:center;gap:11px}body[data-page=builder] .builder-toolbar .compat-toggle input{width:19px;height:19px;accent-color:var(--accent-ink)}body[data-page=builder] .builder-toolbar .compat-toggle strong{font-size:.9375rem;color:var(--ink)}body[data-page=builder] .builder-shell{grid-template-columns:minmax(0,1.5fr) minmax(350px,1fr);border-radius:24px;box-shadow:0 18px 55px #00000008}body[data-page=builder] .builder-column-head{min-height:58px;padding:15px 28px;font-size:.75rem}body[data-page=builder] .builder-row{position:relative;padding:25px 28px;grid-template-columns:28px minmax(0,1fr) 126px;column-gap:22px;row-gap:12px;min-height:144px}body[data-page=builder] .builder-index{grid-column:1;grid-row:1/3;align-self:stretch}body[data-page=builder] .builder-type{grid-column:2;grid-row:1;padding:0;gap:12px}body[data-page=builder] .builder-photo{grid-column:3;grid-row:1/3;align-self:center;display:block;text-align:center;padding-left:5px}body[data-page=builder] .builder-photo .hardware-photo{height:94px;background:var(--photo-bg);border:1px solid var(--line);border-radius:14px;padding:10px;box-shadow:0 8px 20px #0000000a}body[data-page=builder] .builder-photo .hardware-photo img{height:100%;width:100%;object-fit:contain}body[data-page=builder] .builder-photo>span{font-size:.75rem;color:var(--muted);line-height:1.35;display:block;margin-top:8px}body[data-page=builder] .builder-multi-control{grid-column:2;grid-row:2;padding:0;gap:9px}body[data-page=builder] .builder-row>select{grid-column:2;grid-row:2;min-height:45px;padding:11px 38px 11px 13px;border-radius:11px}body[data-page=builder] .builder-row:not(:has(.builder-photo)){grid-template-columns:28px minmax(0,1fr)}body[data-page=builder] .builder-multi-control select{font-size:.875rem;min-height:45px;border-radius:11px}body[data-page=builder] .builder-type svg{width:24px;height:24px}body[data-page=builder] .builder-type strong{font-size:1.0625rem;line-height:1.35}body[data-page=builder] .builder-type small{font-size:.8125rem;line-height:1.45;margin-top:3px}body[data-page=builder] .builder-analysis{background:var(--surface);padding:32px}body[data-page=builder] .builder-rail{background:var(--surface)}body[data-page=builder] .verdict-line strong{font-family:'Space Grotesk',sans-serif;font-size:1.65rem;line-height:1.25}body[data-page=builder] .builder-analysis p{font-size:.9375rem;line-height:1.65}body[data-page=builder] .analysis-block{padding-top:23px;margin-top:23px}body[data-page=builder] .analysis-block summary{font-size:1rem;cursor:pointer;font-weight:500;margin-bottom:17px}body[data-page=builder] .analysis-block:not([open]) summary{margin-bottom:0}body[data-page=builder] .check-row{gap:12px;margin:17px 0}body[data-page=builder] .check-row small{font-size:.8125rem;line-height:1.6}body[data-page=builder] .check-row strong{font-size:.9375rem;line-height:1.4}body[data-page=builder] .check-mark{border-radius:50%;width:21px;height:21px;font-size:.75rem}body[data-page=builder] .assembly-details{padding:24px 32px;border-top:1px solid var(--line)}body[data-page=builder] .assembly-details>summary{font-size:1rem;cursor:pointer}body[data-page=builder] .pc-visual-panel{margin:17px -12px 0;border:0;border-radius:14px}body[data-page=builder] .builder-limit{font-size:.875rem;max-width:90ch;line-height:1.7;margin-top:17px}body[data-page=builder] .builder-limit a{text-decoration:underline;text-underline-offset:4px}body[data-page=builder] .profile-score{display:none}body[data-page=builder] .profile-bars{display:none}body[data-page=builder] .performance-lead strong{font-size:1rem}body[data-page=builder] .performance-lead span{font-size:.75rem}body[data-page=builder] .performance-note{font-size:.8125rem}body[data-page=builder] .builder-option-note{font-size:.8125rem}
@media(max-width:1050px){.site-header{gap:18px}.site-header nav a{padding:9px 16px}.category-links{grid-template-columns:repeat(2,minmax(0,1fr))}.home-hero{gap:4%}.hero-copy h1{font-size:3.45rem}.guide-reading{gap:35px}.catalog-photo{width:80px;height:62px}.part-hero{gap:4%}.part-visual{min-height:300px}.part-visual img{height:230px!important}body[data-page=builder] .builder-shell{grid-template-columns:1fr}body[data-page=builder] .builder-rail{border-left:0;border-top:1px solid var(--line)}body[data-page=builder] .builder-row{grid-template-columns:28px minmax(0,1fr) 120px}body[data-page=builder] .builder-analysis{padding:28px}.part-title h1{font-size:2.25rem}}
@media(max-width:700px){.site-header{min-height:125px;height:auto;padding-top:16px;padding-bottom:12px;gap:12px}.brand-mark{width:38px;height:38px}.brand-mark svg{width:30px;height:30px}.site-header nav{margin-top:5px;gap:0;padding:4px;justify-content:space-between;width:100%}.site-header nav a{padding:8px 12px;font-size:.875rem;text-align:center;flex:1}.theme-toggle{padding:9px}.home-hero{padding:34px 0 30px;min-height:0;gap:30px}.hero-copy h1{font-size:clamp(2.8rem,10.5vw,4.2rem);max-width:15ch}.hero-copy h1 br{display:block}.desktop-break{display:none}.hero-copy>p{font-size:1rem;max-width:33ch}.matchup-top{font-size:.75rem;padding:16px 20px}.matchup-top>span:last-child{font-size:.75rem;max-width:130px;line-height:1.4;text-align:right}.hero-product{min-height:180px}.hero-product img{height:110px}.hero-product small{font-size:.75rem}.hero-product strong{font-size:1.5rem}.hero-product span{font-size:.8125rem}.home-browse{padding-top:24px}.home-browse .section-heading{align-items:center;gap:12px}.home-browse .section-heading h2{font-size:1.3rem;max-width:16ch}.home-browse .subtle-link{font-size:.8125rem;white-space:nowrap}.category-links{gap:10px}.category-links>a{padding:17px 14px;gap:9px;min-height:80px}.category-links strong{font-size:.875rem}.category-index{font-size:.75rem}.page-heading{padding:30px 0 24px;gap:20px}.page-heading h1{font-size:2.3rem;max-width:17ch}.page-heading p{font-size:1rem}.page-heading>.button{font-size:.875rem;min-height:42px}.segmented button{font-size:.8125rem;padding:10px 9px}.comparison-cards{gap:12px}.product-image{height:190px;padding:12px 13px 0}.product-image img{height:104px;padding:9px;border-radius:10px;max-height:none}.product-image figcaption{font-size:.75rem;line-height:1.4;min-height:50px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.product-index{font-size:.75rem}.product-heading{padding:12px 13px 16px}.product-heading h2{font-size:1.25rem;line-height:1.22}.product-heading p{font-size:.875rem}.product-meta{font-size:.75rem;display:flex;align-items:start;flex-wrap:wrap;gap:5px}.product-meta a{font-size:.75rem}.product-meta span+span{margin:0}.comparison-data .section-heading h2,.specifications .section-heading h2{font-size:1.45rem}.source-caption{font-size:.75rem}.guide-grid{grid-template-columns:1fr;gap:14px}.guide-card{padding:26px;min-height:218px}.guide-number{margin-bottom:20px}.guide-card h2{font-size:1.6rem}.guide-card p{font-size:1rem}.library-callout{flex-direction:column;align-items:flex-start;gap:18px}.library-callout h2{font-size:1.4rem}.guide-reading{grid-template-columns:1fr;gap:28px}.guide-reading aside{position:static}.guide-terms p{font-size:1rem}.guide-terms h2{font-size:1.4rem}.method-grid details{padding:20px}.method-grid summary{font-size:1rem}.method-grid p{font-size:1rem}.catalog-tools{gap:10px}.catalog-tools select{font-size:.875rem;padding:10px 8px}.catalog-tools select:first-of-type{flex-basis:100%}.catalog-meta{font-size:.8125rem;gap:10px}.selection-link{font-size:.8125rem}.hardware-table td:first-child{min-width:250px}.catalog-product{gap:12px}.catalog-photo{width:65px;height:59px}.catalog-product-copy>strong{font-size:.875rem}.hardware-table .catalog-product-copy>span{font-size:.75rem}.reference-label{font-size:.75rem}.hardware-table td,.hardware-table th{padding:14px 12px}.catalog-add{font-size:.8125rem;padding:8px 10px}.breadcrumbs{font-size:.8125rem;padding-top:25px;gap:8px}.breadcrumbs>span:last-child{max-width:100%}.part-hero{grid-template-columns:1fr;padding:26px 0 30px;gap:27px}.part-visual{min-height:270px;padding:20px}.part-visual img{height:220px!important}.part-title h1{font-size:2.1rem}.part-title>p{font-size:1.0625rem;margin-top:12px}.part-tags{margin:18px 0}.record-detail{grid-template-columns:1fr;gap:20px}.record-detail>div{padding:20px}.record-detail h2{font-size:1.35rem}.record-detail table th,.record-detail table td{font-size:.875rem;padding:14px 10px}.site-footer{margin-top:45px}.site-footer>div{font-size:.8125rem;gap:16px}.site-footer>a{font-size:.9375rem}body[data-page=builder] .builder-row{padding:20px 13px;grid-template-columns:20px minmax(0,1fr) 70px;gap:10px}body[data-page=builder] .builder-row:not(:has(.builder-photo)){grid-template-columns:20px minmax(0,1fr)}body[data-page=builder] .builder-photo .hardware-photo{height:62px;padding:5px}body[data-page=builder] .builder-photo>span{font-size:.75rem}body[data-page=builder] .builder-type strong{font-size:.9375rem}body[data-page=builder] .builder-type small{font-size:.75rem}body[data-page=builder] .builder-multi-control select{font-size:.875rem}body[data-page=builder] .builder-toolbar{align-items:flex-start;flex-direction:column;gap:10px;font-size:.8125rem}body[data-page=builder] .builder-column-head{font-size:.75rem}body[data-page=builder] .builder-column-head>span:last-child{display:none}.not-found{padding:60px 0}.not-found>div{flex-wrap:wrap}.part-hero:has(.photo-unavailable){grid-template-columns:1fr}.part-hero:has(.photo-unavailable) .part-visual{display:none}}
@media(min-width:701px){.part-hero:has(.photo-unavailable){grid-template-columns:1fr}.part-hero:has(.photo-unavailable) .part-visual{display:none}.part-hero:has(.photo-unavailable) .part-title{max-width:800px}}
a{transition:color 200ms ease,text-decoration-color 200ms ease}.site-footer a:hover,.breadcrumbs a:hover{color:var(--accent-ink)}.source-link:hover,.photo-attribution a:hover,.image-credit a:hover{text-decoration:underline;text-underline-offset:4px}
@media(max-width:380px){.site-header nav a{padding:8px 8px;font-size:.8125rem}.segmented{padding:3px;gap:0}.segmented button{font-size:.8125rem;padding:10px 5px}.product-heading h2{font-size:1.1rem}.product-meta a{white-space:normal}.category-links>a{padding:15px 11px;gap:7px}.category-index{display:none}}

/* Content owns its height; motion and decoration stay inside reserved space. */
.home-hero{grid-template-columns:minmax(0,1fr) minmax(0,1.12fr)}
.hero-product,.hero-product.second{min-height:0;padding:22px 26px 12px;border-top:0}
.hero-product>.hero-product-label{display:flex;flex-wrap:wrap;align-items:baseline;gap:5px 16px}
.hero-product-label small{flex-basis:100%;line-height:1.5}
.hero-product-label strong{line-height:1.25;overflow-wrap:anywhere}
.hero-product-label>span{margin-left:auto;line-height:1.5}
.hero-product>.hero-image-stage{display:flex;align-items:center;justify-content:center;position:static;height:160px;padding:26px 9%;isolation:isolate}
.hero-product .hero-image-stage img{width:100%;height:100%;max-height:100%;margin:0;object-fit:contain;transform:rotate(-3deg);filter:drop-shadow(0 8px 7px #0002)}
.hero-product.second .hero-image-stage img{width:100%;transform:rotate(3deg)}
.matchup-divider{display:flex;align-items:center;gap:14px;padding:0 26px}
.matchup-divider:before,.matchup-divider:after{content:'';flex:1;height:1px;background:var(--line)}
.matchup-divider .versus{position:static;transform:none;flex-shrink:0;width:34px;height:34px}
.matchup-top,.matchup-bottom{gap:20px;line-height:1.5}
.round-arrow{flex-shrink:0}
.hero-matchup:focus-visible{outline-offset:5px}
.home-guidance{margin-top:64px;padding-top:40px;border-top:1px solid var(--line)}
.home-guidance .section-heading h2{font-size:clamp(1.65rem,2.7vw,2.25rem)}
.home-guidance .section-heading p{color:var(--muted);margin-top:12px;font-size:1rem}
.upgrade-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}
.upgrade-grid article{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:8px 0}
.upgrade-grid h3{font-size:1.25rem;line-height:1.35}
.upgrade-grid p{font-size:1rem;line-height:1.75;color:var(--muted);margin:13px 0 22px;max-width:40ch}
.upgrade-grid article>.subtle-link,.guidance-links{margin-top:auto}
.upgrade-grid .subtle-link{color:var(--accent-ink);display:inline-flex;gap:10px;align-items:center;padding:5px 0;line-height:1.5}
.guidance-links{display:flex;gap:12px 24px;flex-wrap:wrap}
.home-fit{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:10%;padding:40px;margin-top:56px;border:1px solid var(--line);border-radius:24px;background:var(--surface)}
.fit-intro h2{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.15}
.fit-intro p{margin:18px 0 25px;max-width:29ch;color:var(--muted);font-size:1rem}
.fit-checklist{list-style:none;margin:0;padding:0;counter-reset:fit}
.fit-checklist li{counter-increment:fit;position:relative;padding:0 0 22px 46px;margin-bottom:22px;border-bottom:1px solid var(--line)}
.fit-checklist li:before{content:counter(fit,decimal-leading-zero);position:absolute;left:0;top:1px;color:var(--accent-ink);font-size:.875rem;line-height:1.6}
.fit-checklist li:last-child{border:0;margin:0;padding-bottom:0}
.fit-checklist h3{font-size:1.125rem;line-height:1.35}
.fit-checklist p{font-size:1rem;line-height:1.65;color:var(--muted);margin-top:8px}

/* Shared safeguards for long model names, enlarged text, and narrow layouts. */
.page-heading,.section-heading,.catalog-meta,.site-footer,.site-footer>div{flex-wrap:wrap}
.page-heading>div,.section-heading>div,.hero-copy,.hero-matchup,.part-title,.part-visual,.record-detail>*,.guide-reading>*,.metric-card,.catalog-tools,.catalog-product-copy,.dialog-top>div{min-width:0}
.button{max-width:100%;white-space:normal;line-height:1.5;text-align:center}
.button>span,.change-product>span,.icon-button{flex-shrink:0}
.category-links strong,.guide-card h2,.metric-card h3,.picker-info,.product-heading,.product-meta,.source-details,.record-detail,.part-tags,.guide-reading aside{overflow-wrap:anywhere}
.category-links>a{min-width:0}.category-links strong{flex:1}.category-index{flex-shrink:0}
.product-card{display:flex;flex-direction:column}
.product-image{height:auto;padding-bottom:0}
.product-image .hardware-photo{height:auto}
.product-image .hardware-photo img{flex:none;height:160px;max-height:none}
.product-image figcaption{display:block;min-height:0;overflow:visible;-webkit-line-clamp:unset;margin-top:12px;line-height:1.5}
.product-heading{flex:1;display:flex;flex-direction:column;align-items:stretch}
.change-product{margin-top:auto;gap:12px;line-height:1.5}
.product-meta{flex-wrap:wrap;gap:8px 16px}
.product-meta a{white-space:normal}
.metric-row>div:first-child{flex-wrap:wrap;align-items:baseline;gap:6px 12px}
.metric-row>div:first-child>span{max-width:100%;min-width:0;overflow-wrap:anywhere;flex:1 1 120px}
.metric-row strong{flex-shrink:0;white-space:nowrap}
.breadcrumbs>span:last-child{white-space:normal;overflow:visible;overflow-wrap:anywhere;text-overflow:clip}
.part-hero{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.record-detail{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr)}
.record-detail table{table-layout:fixed}
.record-detail th,.record-detail td{overflow-wrap:anywhere}
.catalog-tools{min-width:0}.table-scroll{max-width:100%}
.table-scroll :focus-visible{outline-offset:-3px}
.dialog-top{gap:18px}#picker-results{padding:4px 6px 6px}
#picker-results button{overflow-wrap:anywhere}#picker-results button>span:last-child{flex-shrink:0}
body[data-page=builder] .builder-heading{flex-wrap:wrap}
body[data-page=builder] .builder-toolbar,body[data-page=builder] .builder-column-head{flex-wrap:wrap;height:auto;padding-top:14px;padding-bottom:14px}
body[data-page=builder] .builder-type,body[data-page=builder] .builder-type>div,body[data-page=builder] .check-row>div{min-width:0;overflow-wrap:anywhere}
body[data-page=builder] .builder-selected-item>span{white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere;min-width:0;line-height:1.5}
body[data-page=builder] .builder-selected-item button{flex-shrink:0}
body[data-page=builder] .build-spec{flex-wrap:wrap;gap:6px 16px}
body[data-page=builder] .build-spec strong{overflow-wrap:anywhere;max-width:100%}
body[data-page=builder] .site-header{height:82px;min-height:82px;background:transparent}
body[data-page=builder] .site-header nav,body[data-page=builder] .site-header nav a{height:auto}
body[data-page=builder] .site-header nav a{display:flex;align-items:center}

@media(max-width:900px){
  .site-header{height:auto;min-height:125px;flex-wrap:wrap;justify-content:space-between;padding-top:16px;padding-bottom:12px;gap:12px}
  .site-header nav{order:3;width:100%;margin:4px 0 0;justify-content:space-between;gap:0}
  .site-header nav a{flex:1;text-align:center;padding:9px 10px}
  .home-hero{grid-template-columns:1fr;gap:34px;min-height:0}
  .hero-copy h1{font-size:clamp(2.8rem,7.8vw,4.2rem);max-width:16ch}
  .hero-matchup{max-width:640px;width:100%;justify-self:center}
  .hero-product>.hero-image-stage{height:170px}
  .upgrade-grid{gap:24px}
  .home-fit{gap:36px;padding:30px}
}
@media(max-width:700px){
  .hero-product,.hero-product.second{padding:20px 20px 10px}
  .hero-product>.hero-image-stage{height:150px;padding:24px 8%}
  .hero-product-label>span{margin-left:0}
  .hero-product-label strong{flex-basis:100%}
  .matchup-divider{padding:0 20px}
  .home-guidance{margin-top:40px;padding-top:30px}
  .home-guidance .section-heading{margin-bottom:14px}
  .upgrade-grid{grid-template-columns:1fr;gap:0}
  .upgrade-grid article{padding:23px 0;border-bottom:1px solid var(--line)}
  .upgrade-grid article:last-child{border-bottom:0}
  .upgrade-grid p{max-width:unset;margin-bottom:14px}
  .home-fit{grid-template-columns:1fr;padding:25px 22px;gap:30px;margin-top:30px}
  .fit-intro h2 br{display:none}.fit-intro p{max-width:unset}
  .fit-checklist li{padding-left:36px}
  .part-hero,.record-detail{grid-template-columns:minmax(0,1fr)}
  .product-image .hardware-photo img{height:125px}
  .catalog-meta{align-items:flex-start}
  .hardware-table td:first-child{min-width:0;width:auto}
  .hardware-table,.hardware-table tbody{display:block}
  .hardware-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
  .hardware-table tbody tr{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:16px 12px;gap:12px;border-bottom:1px solid var(--line)}
  .hardware-table tbody tr:last-child{border-bottom:0}
  .hardware-table td{border:0;padding:0;min-width:0}
  .catalog-product{gap:10px}.catalog-photo{width:55px;height:55px}
  .catalog-product-copy>strong{overflow-wrap:anywhere}
  .catalog-add{white-space:normal;line-height:1.5;max-width:82px}
  body[data-page=builder] .builder-row>select,body[data-page=builder] .builder-multi-control{grid-column:2/-1;grid-row:2}
  body[data-page=builder] .builder-photo{grid-row:1}
  body[data-page=builder] .builder-type{align-self:center}
}
@media(max-width:440px){
  .comparison-cards,.comparison-cards:has(.product-card:nth-child(3)){grid-template-columns:minmax(0,1fr)}
  .product-image .hardware-photo img{height:170px}
  .product-heading h2{font-size:1.5rem}
  .product-image,.product-heading{padding-left:20px;padding-right:20px}
  .category-links{grid-template-columns:1fr}
  .category-links>a{min-height:68px;padding:18px}.category-index{display:inline}
  .site-header nav a{white-space:normal;line-height:1.35;padding:9px 6px;min-width:0;font-size:.8125rem}
  .site-header nav{align-items:stretch}
  .segmented{flex-wrap:wrap;border-radius:18px}
  .segmented button{flex:1 1 40%}
  .matchup-top{align-items:flex-start;flex-wrap:wrap;gap:8px}
  .matchup-top>span:last-child{max-width:none;text-align:left}
  .catalog-product{flex-wrap:wrap}
  .catalog-product-copy{flex-basis:100%}
}

/* Compact builder controls and keep status copy on one clear text axis. */
body[data-page=builder] .builder-heading{padding:38px 0 24px;gap:24px}
body[data-page=builder] .builder-heading h1{font-size:clamp(2.65rem,4.3vw,3.75rem)}
body[data-page=builder] .builder-actions{align-items:center;flex-wrap:nowrap}
body[data-page=builder] #builder-starter{gap:12px;padding-inline:18px;white-space:nowrap}
body[data-page=builder] #builder-starter>span{margin:0;transform:none}
body[data-page=builder] #build-verdict{position:relative}
body[data-page=builder] #build-verdict .verdict-code{display:block;margin-left:31px}
body[data-page=builder] #build-verdict .verdict-line{position:relative;margin:8px 0 6px;align-items:flex-start}
body[data-page=builder] #build-verdict .status-dot{margin-top:8px}
body[data-page=builder] #build-verdict .verdict-line strong{display:block;min-width:0}
body[data-page=builder] #build-verdict>p{margin-left:31px;max-width:42ch}
body[data-page=builder] .builder-photo{padding-bottom:0}

@media(min-width:701px) and (max-width:900px){
  .site-header{height:82px;min-height:82px;flex-wrap:nowrap;padding-top:0;padding-bottom:0;gap:14px}
  .site-header nav{order:initial;width:auto;margin:auto;gap:0}
  .site-header nav a{flex:0 1 auto;padding:8px 12px;font-size:.8125rem}
  .brand-sub,.theme-label{display:none}
}
@media(max-width:700px){
  body[data-page=builder] .builder-heading{padding:28px 0 20px;gap:18px}
  body[data-page=builder] .builder-heading h1{font-size:clamp(2.35rem,10vw,3.15rem)}
  body[data-page=builder] .builder-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}
  body[data-page=builder] #builder-starter{white-space:normal}
}

@media(max-width:1050px){
  body[data-page=builder] .builder-shell{grid-template-columns:minmax(0,1.25fr) minmax(315px,.75fr)}
  body[data-page=builder] .builder-row{grid-template-columns:25px minmax(0,1fr) 108px;padding:23px 20px;column-gap:17px}
  body[data-page=builder] .builder-photo .hardware-photo{height:84px}
}
@media(max-width:820px){
  body[data-page=builder] .builder-shell{grid-template-columns:1fr}
  body[data-page=builder] .builder-rail{border-left:0;border-top:1px solid var(--line)}
  body[data-page=builder] .builder-heading{padding-top:38px;align-items:flex-start}
  body[data-page=builder] .builder-heading h1{font-size:clamp(2.7rem,10vw,3.7rem)}
  .category-menu-panel{right:auto;left:0}
}
@media(max-width:700px){
  .more-category{width:100%}.category-menu>summary{width:100%;min-width:0}.category-menu-panel{left:0;right:auto;width:100%}
  .category-menu-options{grid-template-columns:1fr;max-height:56vh}
  .category-menu-heading{align-items:flex-start;flex-direction:column;gap:2px}
  body[data-page=builder] .builder-row{grid-template-columns:23px minmax(0,1fr) 88px;padding:22px 15px;column-gap:13px;min-height:138px}
  body[data-page=builder] .builder-photo{padding-left:0}
  body[data-page=builder] .builder-photo .hardware-photo{height:76px;padding:7px}
  body[data-page=builder] .builder-analysis{padding:25px 20px}
  body[data-page=builder] .assembly-details{padding:22px 20px}
}
@media(max-width:440px){
  body[data-page=builder] .builder-row{grid-template-columns:20px minmax(0,1fr);row-gap:14px}
  body[data-page=builder] .builder-type{grid-column:2;grid-row:1}
  body[data-page=builder] .builder-photo{grid-column:2;grid-row:2;display:grid;grid-template-columns:86px 1fr;align-items:center;gap:10px;text-align:left}
  body[data-page=builder] .builder-photo .hardware-photo{height:68px}
  body[data-page=builder] .builder-photo>span{margin:0}
  body[data-page=builder] .builder-row>select,body[data-page=builder] .builder-multi-control{grid-column:2;grid-row:3}
}

/* Final responsive builder sizing overrides legacy breakpoints above. */
@media(max-width:820px){
  body[data-page=builder] .builder-heading{padding:30px 0 21px;align-items:flex-start}
  body[data-page=builder] .builder-heading h1{font-size:clamp(2.4rem,8vw,3.2rem)}
}
@media(max-width:700px){
  body[data-page=builder] .builder-heading{padding:26px 0 18px;gap:16px}
  body[data-page=builder] .builder-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}
}
@media(max-width:440px){
  body[data-page=builder] .builder-photo{display:block;width:88px;text-align:left}
}

@view-transition{navigation:auto}
::view-transition-old(root){animation:page-away 200ms ease both}
::view-transition-new(root){animation:page-arrive 480ms cubic-bezier(.16,1,.3,1) both}
@keyframes page-away{to{opacity:0;filter:blur(2px);transform:translateY(-5px)}}
@keyframes page-arrive{from{opacity:0;filter:blur(3px);transform:translateY(14px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}
.theme-transition::view-transition-old(root),.theme-transition::view-transition-new(root){animation:none;mix-blend-mode:normal}
.theme-transition::view-transition-new(root){z-index:2}
.theme-transition::view-transition-old(root){z-index:1}
.site-header{view-transition-name:site-header}
::view-transition-group(site-header){animation-duration:400ms}
.liquid-nav{position:relative;isolation:isolate}
.nav-indicator{position:absolute;left:0;top:0;z-index:-1;pointer-events:none;background:var(--surface-2);border:1px solid var(--line);box-shadow:inset 0 1px 0 #fff1,0 3px 12px #00000005;border-radius:999px;opacity:0;transition:transform 530ms cubic-bezier(.16,1.22,.3,1),width 530ms cubic-bezier(.16,1.22,.3,1),height 350ms ease,opacity 200ms ease;will-change:transform}
.will-reveal{opacity:0;transform:translateY(22px);filter:blur(3px);transition:opacity 720ms cubic-bezier(.16,1,.3,1),transform 720ms cubic-bezier(.16,1,.3,1),filter 720ms ease;transition-delay:var(--reveal-delay,0ms)}
.will-reveal.revealed{opacity:1;transform:translateY(0);filter:blur(0)}
.will-reveal:focus-within{opacity:1;transform:none;filter:none;transition-delay:0ms}
.button,.guide-card,.category-links a,.theme-toggle,.change-product,.catalog-add,.icon-button,.segmented button{transition:background 220ms ease,border-color 220ms ease,color 220ms ease,box-shadow 280ms ease,transform 450ms cubic-bezier(.16,1.2,.3,1)}
.button,.guide-card,.category-links a,.hero-matchup{position:relative;isolation:isolate}
.button:before,.guide-card:before,.category-links a:before{content:'';position:absolute;inset:0;z-index:-1;border-radius:inherit;background:radial-gradient(180px circle at var(--pointer-x,50%) var(--pointer-y,50%),#ffffff30,transparent 75%);opacity:0;transition:opacity 300ms;pointer-events:none}
.button:hover:before,.guide-card:hover:before,.category-links a:hover:before{opacity:1}
.button.magnetic:hover{transform:translate(var(--magnet-x,0px),calc(var(--magnet-y,0px) - 2px))}
.button>span,.guide-link>span,.category-links a>span:last-child,.subtle-link>span{transition:transform 420ms cubic-bezier(.16,1.25,.3,1);display:inline-block}
.button:hover>span,.guide-card:hover .guide-link>span,.category-links a:hover>span:last-child{transform:translate(3px,-3px)}
.subtle-link:hover>span{transform:translateX(4px)}
.hero-matchup img{transition:transform 800ms cubic-bezier(.16,1,.3,1),filter 800ms ease}
.hero-matchup:hover .first img{transform:rotate(-3deg) translateY(-5px) scale(1.025)}
.hero-matchup:hover .second img{transform:rotate(3deg) translateY(-3px) scale(1.025)}
.hero-matchup:hover .round-arrow{transform:rotate(45deg);background:var(--ink);color:var(--bg)}
.round-arrow{transition:transform 600ms cubic-bezier(.16,1.2,.3,1),background 350ms,color 350ms}
.hardware-photo img{transition:transform 650ms cubic-bezier(.16,1,.3,1)}
.catalog-product:hover img,.builder-photo:hover img{transform:scale(1.06)}
.part-visual:hover img{transform:scale(1.035)}
.metric-track>span{transform-origin:left center}
.hardware-table tbody tr{transition:background 180ms ease}
.hardware-table tbody tr:hover{background:var(--surface-2)}
.product-card{transition:border-color 280ms,box-shadow 350ms}
.product-card:hover{border-color:color-mix(in srgb,var(--series) 45%,var(--line));box-shadow:0 12px 30px #00000008}
.theme-toggle:hover svg{transform:rotate(22deg)}
.theme-toggle svg{transition:transform 450ms cubic-bezier(.16,1.2,.3,1)}
.guide-icon{transition:transform 600ms cubic-bezier(.16,1.25,.3,1),border-color 250ms ease,background 250ms ease,box-shadow 350ms ease}.guide-card:hover .guide-icon,.guide-card:focus-visible .guide-icon{transform:translateY(-4px) rotate(3deg) scale(1.04);border-color:var(--accent-ink);box-shadow:0 14px 30px #0002}.guide-icon-spin{transform-box:fill-box;transform-origin:center}.guide-card:hover .guide-icon-spin,.guide-heading-icon:hover .guide-icon-spin{animation:guide-spin 2.2s cubic-bezier(.16,1,.3,1) infinite}.guide-card:hover .guide-icon-spin-delay,.guide-heading-icon:hover .guide-icon-spin-delay{animation-direction:reverse;animation-duration:1.8s}.guide-icon-pulse,.guide-icon-slide{transition:transform 600ms cubic-bezier(.16,1.2,.3,1),opacity 300ms ease}.guide-card:hover .guide-icon-pulse,.guide-heading-icon:hover .guide-icon-pulse{transform:scale(.82);opacity:.62}.guide-card:hover .guide-icon-slide,.guide-heading-icon:hover .guide-icon-slide{transform:translateX(3px)}.guide-term-number{transition:transform 450ms cubic-bezier(.16,1.2,.3,1),color 220ms ease}.guide-terms section:hover .guide-term-number{transform:translateX(5px);color:var(--ink)}@keyframes guide-spin{to{transform:rotate(360deg)}}
dialog[open]{animation:dialog-in 420ms cubic-bezier(.16,1.2,.3,1)}
dialog[open]::backdrop{animation:backdrop-in 250ms ease}
@keyframes dialog-in{from{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes backdrop-in{from{background:#070b0700;backdrop-filter:blur(0)}to{background:#070b0788;backdrop-filter:blur(5px)}}
details{interpolate-size:allow-keywords}
@supports (interpolate-size:allow-keywords){details::details-content{block-size:0;opacity:0;overflow:clip;transition:block-size 420ms cubic-bezier(.16,1,.3,1),opacity 250ms,content-visibility 420ms;transition-behavior:allow-discrete}details[open]::details-content{block-size:auto;opacity:1}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.will-reveal{opacity:1;transform:none;filter:none}*,*:before,*:after{animation:none!important;transition:none!important}.nav-indicator{will-change:auto}::view-transition-old(root),::view-transition-new(root),::view-transition-group(site-header){animation:none!important}.hero-matchup:hover img,.part-visual:hover img,.catalog-product:hover img,.button:hover{transform:none!important}}

/* Shared visual system for every route, including generated product pages. */
:root{--bg:#f7f8fa;--paper:#f7f8fa;--surface:#fff;--surface-2:#edf0f4;--ink:#17202e;--muted:#505c6c;--line:#dce1e8;--accent:#245cdb;--accent-ink:#245cdb;--blue:#245cdb;--orange:#245cdb;--orange-bright:#245cdb;--dark:#edf0f4;--white:#fff;--photo-bg:#fff;--chart-a:#245cdb;--chart-b:#b25d17;--chart-c:#8054b5;--chart-d:#217e76;--radius:6px;--shadow:0 8px 24px #17202e08;--sans:'DM Sans',Arial,sans-serif;--mono:'DM Sans',Arial,sans-serif}
:root[data-theme=dark]{--bg:#101319;--paper:#101319;--surface:#191e26;--surface-2:#222a35;--ink:#f0f3f8;--muted:#b1bbc9;--line:#343d4a;--accent:#91b8ff;--accent-ink:#91b8ff;--blue:#91b8ff;--orange:#91b8ff;--orange-bright:#91b8ff;--dark:#222a35;--white:#191e26;--photo-bg:#fff;--chart-a:#91b8ff;--chart-b:#f3b173;--chart-c:#c7a4f0;--chart-d:#78d4c6;--shadow:0 8px 24px #0002}
body{background:var(--bg);color:var(--ink);font-family:var(--sans)}
body h1,body h2,body h3{font-family:var(--sans);font-weight:700;letter-spacing:-.035em;line-height:1.2;text-wrap:balance}
body h1{font-size:clamp(1.9rem,3.1vw,2.75rem)}body h2{font-size:1.4rem}body h3{font-size:1.125rem}
::selection{background:#245cdb;color:#fff}a,button,input,select,summary{outline-color:var(--accent-ink)}
body .site-header,body[data-page=builder] .site-header{height:84px;min-height:84px;max-width:1440px;background:var(--bg);gap:28px}
body .brand-mark{background:var(--ink);color:var(--bg);border-radius:6px}
body .brand-sub{color:var(--muted);letter-spacing:0}
body .site-header nav{border:0;background:transparent;box-shadow:none;border-radius:6px;height:auto}
body .site-header nav a,body[data-page=builder] .site-header nav a{color:var(--ink);font-weight:600;height:auto;border-radius:5px;justify-content:center}
:root:not([data-theme=dark]) body .site-header nav a,:root:not([data-theme=dark]) body .theme-toggle{color:var(--ink)}
:root:not([data-theme=dark]) body .brand-sub{color:var(--muted)}
body .site-header nav a[aria-current=page]{background:var(--surface-2);color:var(--accent-ink)}
body .nav-indicator{border-radius:5px;box-shadow:none}
body .theme-toggle{border-radius:6px;color:var(--ink)}
body .site-footer{margin-top:48px;padding-top:24px}.site-footer a:hover{color:var(--accent-ink)}
body .page-heading,body[data-page=builder] .builder-heading{padding:34px 0 26px;margin-bottom:26px;border-bottom:1px solid var(--line);gap:24px}
body .page-heading h1,body[data-page=builder] .builder-heading h1{font-size:clamp(1.9rem,3.1vw,2.75rem);font-weight:700;letter-spacing:-.035em;line-height:1.2;max-width:30ch}
body .page-heading p,body[data-page=builder] .builder-heading p{font-size:1rem;line-height:1.6;color:var(--muted);margin-top:10px;max-width:65ch}
body .section-heading{padding-bottom:14px;border-bottom:2px solid var(--ink);margin-bottom:20px;gap:16px}
body .section-heading h2{font-size:1.4rem;font-weight:700}
body .button,body button,body select,body input{border-radius:5px}
body .button{min-height:46px;font-weight:600;gap:16px;box-shadow:none}
body .primary{background:#245cdb;color:#fff;border-color:#245cdb}
body .primary:hover{background:#174ab9;color:#fff}
body .secondary{background:var(--surface);color:var(--ink);border-color:var(--line)}
body .secondary:hover{border-color:var(--accent-ink)}
body .button:before,body .guide-card:before{display:none}
body .eyebrow,.part-brand{font-weight:700;letter-spacing:.09em;color:var(--accent-ink)}
body .subtle-link,body .text-button{color:var(--accent-ink)}
/* Comparison: clear product columns and restrained specification charts. */
.compare-controls{gap:18px}.segmented{border-radius:5px;background:var(--surface-2);padding:4px}.segmented button{border-radius:3px;font-weight:600}.segmented button.active{color:var(--accent-ink);box-shadow:none}
.category-menu>summary{border-radius:5px;box-shadow:none}.category-menu>summary:hover{box-shadow:none;transform:none}.category-menu-icon,.category-option-icon{border-radius:4px}.category-menu-panel{border-radius:6px;background:var(--surface);backdrop-filter:none;box-shadow:0 16px 40px #0003}.category-menu-options button{border-radius:4px}.category-menu-copy small,.category-menu-options small,.category-option-count{font-size:.75rem}
.product-card{border-radius:5px;border-top:3px solid var(--series);box-shadow:none}.product-card:before{display:none}.product-top{padding:16px 22px 0}.product-index{font-weight:700;letter-spacing:.08em}.product-image{height:215px;padding:18px 22px 0}.product-image img{border-radius:4px;background:#fff}.product-heading{padding:18px 22px 24px}.product-heading h2{font-weight:700;letter-spacing:-.035em}.product-meta{padding:13px 22px;background:var(--surface-2);line-height:1.5}.change-product{border-radius:4px;background:var(--surface);font-weight:600}.change-product:hover{border-color:var(--accent-ink)}
.empty-product{border-radius:5px;background:var(--surface)}.metric-card{border-radius:5px;box-shadow:none;padding:22px}.metric-card h3{font-weight:600}.metric-row strong{font-family:var(--sans);font-weight:700}.metric-track{height:6px}.source-caption{border-radius:4px}.table-scroll{border-radius:5px;box-shadow:none}thead th{font-size:.8125rem;font-weight:700;color:var(--ink)}tbody tr:hover{background:color-mix(in srgb,var(--surface-2) 45%,transparent)}.notice{border-radius:4px}.source-details{background:none}
/* Catalog: a compact filter bar above an easy-to-scan product index. */
.catalog-tools{border-radius:5px;box-shadow:none;padding:16px;background:var(--surface)}.catalog-tools select{border-radius:4px}.search-field input{font-size:1rem}.catalog-meta{padding:20px 0}.catalog-photo,.picker-photo{border:1px solid var(--line);border-radius:4px;background:#fff}.catalog-product-copy>strong{font-weight:700}.hardware-table td strong{font-weight:600}.hardware-table th,.hardware-table td{padding:17px 20px}.catalog-add{border-radius:4px;font-weight:600}.catalog-add.chosen{color:var(--accent-ink);background:var(--surface-2)}.selection-link{font-weight:600}
/* Guides: editorial sections with the existing animated technical icons. */
.guide-grid{gap:24px}.guide-card{border-radius:5px;border-top:3px solid var(--accent);padding:26px;min-height:245px;box-shadow:none}.guide-card:hover{transform:translateY(-3px);box-shadow:none}.guide-card-top{margin-bottom:22px;align-items:center}.guide-icon{border-radius:5px;background:var(--surface-2);box-shadow:none;border:1px solid var(--line);width:58px;height:58px}.guide-icon svg{width:36px;height:36px}.guide-card h2{font-size:1.6rem}.guide-card p{max-width:42ch;margin:10px 0 24px}.guide-number{font-weight:600;letter-spacing:.08em;padding:0}.guide-link{color:var(--accent-ink);font-weight:600;border-top:1px solid var(--line);padding-top:16px}.guide-heading-icon .guide-icon{width:66px;height:66px;border-radius:5px}.guide-heading-icon .guide-icon svg{width:42px;height:42px}.guide-reading{gap:48px}.guide-terms h2{font-size:1.35rem}.guide-terms p{font-size:1rem;line-height:1.8}.guide-term-number{font-family:var(--sans);font-weight:700}.guide-reading aside{border-radius:5px;border-top:3px solid var(--accent);padding:24px}.library-callout{margin-top:32px}.method-grid{max-width:1000px;gap:16px}.method-grid details{border-radius:5px;padding:24px;background:var(--surface)}.method-grid summary{font-weight:700}.method-grid details[open]{border-top:3px solid var(--accent)}
/* Product pages use the same photo treatment and section hierarchy. */
.breadcrumbs{padding-top:25px}.part-hero{gap:40px;padding:28px 0 34px}.part-visual{border-radius:5px;min-height:320px;padding:24px;box-shadow:none}.part-visual .hardware-photo img{border-radius:4px;background:#fff;height:245px}.part-title h1{font-size:clamp(1.9rem,3.1vw,2.75rem);font-weight:700;letter-spacing:-.035em;line-height:1.2}.part-title>p{font-size:1rem;line-height:1.7}.part-tags>span{border-radius:4px;background:var(--surface);color:var(--muted)}.record-detail{gap:40px}.record-detail>div{padding:24px;border-radius:5px}.record-detail h2{font-size:1.4rem;padding-bottom:14px;border-bottom:2px solid var(--ink)}.record-detail table th{font-size:.9375rem}.record-detail table td{font-weight:600}.record-detail aside{padding-top:24px}.photo-attribution summary{font-weight:600}.not-found{padding:70px 0}.error-number{font-family:var(--sans);font-weight:700}
/* Builder retains its controls and compatibility semantics in the shared theme. */
body[data-page=builder] .builder-shell{border-radius:5px;box-shadow:none;background:var(--surface);border:1px solid var(--line)}
body[data-page=builder] .builder-column-head{background:var(--surface-2);font-weight:700;letter-spacing:.06em;color:var(--muted)}
body[data-page=builder] .builder-row{background:var(--surface)}body[data-page=builder] .builder-row.is-linked{background:var(--surface-2);box-shadow:inset 3px 0 var(--accent-ink)}
body[data-page=builder] .builder-type strong{font-weight:700;color:var(--ink)}body[data-page=builder] .builder-type svg{color:var(--accent-ink)}
body[data-page=builder] .builder-row select{background-color:var(--bg);color:var(--ink);border:1px solid var(--line);border-radius:4px;font-family:var(--sans);font-size:.875rem}
body[data-page=builder] .builder-photo .hardware-photo{border-radius:4px;background:#fff;border:1px solid var(--line)}
body[data-page=builder] .builder-rail,body[data-page=builder] .builder-analysis{background:var(--surface-2);color:var(--ink)}
body[data-page=builder] .builder-selected-item{background:var(--surface);color:var(--ink);border-color:var(--line);border-radius:4px}
body[data-page=builder] .builder-selected-item button{color:var(--muted);background:var(--surface-2)}
body[data-page=builder] .verdict-code{font-size:.75rem;font-weight:700;letter-spacing:.09em;color:var(--muted)}
body[data-page=builder] .verdict-line strong{font-family:var(--sans);font-weight:700;font-size:1.35rem;line-height:1.3;letter-spacing:-.025em}
body[data-page=builder] #build-verdict>p{font-size:.9375rem;line-height:1.7;color:var(--muted)}
body[data-page=builder] .analysis-block summary,body[data-page=builder] .assembly-details>summary{font-size:.9375rem;font-weight:600;color:var(--ink)}
body[data-page=builder] .analysis-block{border-color:var(--line)}body[data-page=builder] .check-row strong{color:var(--ink);font-weight:600;font-size:.875rem}body[data-page=builder] .check-row p{color:var(--muted);font-size:.875rem;line-height:1.6}
body[data-page=builder] .build-spec{border-color:var(--line);font-size:.875rem;color:var(--muted)}body[data-page=builder] .build-spec strong{color:var(--ink)}body[data-page=builder] .builder-limit{font-size:.875rem;color:var(--muted)}
dialog{border-radius:6px;box-shadow:0 20px 60px #0004}#picker-query{border-radius:4px}#picker-results button{border-radius:4px}#picker-results strong{font-weight:600}#toast{border-radius:5px}
@media(max-width:900px) and (min-width:701px){body .site-header,body[data-page=builder] .site-header{gap:14px;flex-wrap:nowrap;padding-top:0;padding-bottom:0}body .site-header nav{order:initial;width:auto;margin:auto}body .site-header nav a{padding:8px 12px}}
@media(max-width:820px){.guide-reading{gap:28px}.part-hero,.record-detail{gap:28px}body[data-page=builder] .builder-heading h1{font-size:clamp(1.9rem,5vw,2.75rem)}}
@media(max-width:700px){body .site-header,body[data-page=builder] .site-header{height:auto;min-height:110px;padding-top:15px;padding-bottom:10px;gap:12px;flex-wrap:wrap}body .site-header nav{order:3;width:100%;margin:0;justify-content:space-between}body .site-header nav a{flex:1;text-align:center;justify-content:center;padding:9px 6px}body .page-heading,body[data-page=builder] .builder-heading{padding:26px 0 22px;margin-bottom:22px;align-items:flex-start}body .page-heading h1,body[data-page=builder] .builder-heading h1{font-size:2rem}.guide-grid{gap:16px}.guide-card{padding:22px;min-height:225px}.guide-reading{grid-template-columns:minmax(0,1fr)}.guide-reading aside{position:static}.part-hero,.record-detail{grid-template-columns:minmax(0,1fr)}.part-visual{min-height:0;padding:18px}.part-visual .hardware-photo img{height:230px}.record-detail>div{padding:18px}.record-detail aside{padding-top:0}.hardware-table td{padding:0}.hardware-table th{padding:0}.catalog-tools{padding:14px}.category-menu-panel{border-radius:5px}.product-heading{padding:18px 20px 22px}.product-meta{padding:13px 20px;flex-wrap:wrap}.section-heading{flex-wrap:wrap}.site-footer>div{flex-wrap:wrap}.guide-terms section{gap:12px;grid-template-columns:30px minmax(0,1fr)}}
@media(max-width:440px){.guide-grid{grid-template-columns:minmax(0,1fr)}.guide-card{min-height:0}.guide-card p{margin-bottom:20px}.catalog-tools{gap:10px}.metric-card{padding:20px}.category-menu-copy small{font-size:.75rem}.product-image{height:220px}.method-grid details{padding:20px}.record-detail th,.record-detail td{padding:13px 8px;overflow-wrap:anywhere}.part-title h1{font-size:1.9rem}.not-found>div{flex-wrap:wrap}.segmented{border-radius:5px}}

.modern-select{display:inline-block;min-width:0;max-width:100%;vertical-align:middle}.modern-select>select[hidden]{display:none!important}
body .select-trigger{display:flex;align-items:center;gap:16px;width:100%;min-height:46px;padding:10px 12px 10px 14px;background:var(--surface);border:1px solid var(--line);border-radius:6px;color:var(--ink);text-align:left;font-size:.875rem;line-height:1.5;box-shadow:0 1px 2px #00000004;transition:border-color .2s,box-shadow .2s}
.select-trigger:hover,.select-trigger[aria-expanded=true]{border-color:var(--accent-ink);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-ink) 10%,transparent)}.select-trigger-text{flex:1;min-width:0;white-space:normal;overflow-wrap:anywhere}.select-chevron{display:grid;place-items:center;width:24px;height:24px;flex:0 0 24px;color:var(--muted);border-left:1px solid var(--line);padding-left:5px}.select-chevron svg{width:18px;height:18px}.select-trigger[aria-expanded=true] .select-chevron svg{transform:rotate(180deg)}
body dialog.select-dialog{position:fixed;margin:0;padding:0;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--ink);box-shadow:0 22px 70px #0004;overflow:hidden;max-width:calc(100vw - 24px);animation:picker-enter .18s ease-out}
dialog.select-dialog[open]{display:flex;flex-direction:column}dialog.select-dialog::backdrop{background:#10182626;backdrop-filter:none;animation:none}
.select-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 17px 10px;flex-shrink:0}.select-dialog-head strong{font-size:.9375rem;font-weight:700}.select-close{border:0;background:var(--surface-2);color:var(--muted);font-size:1.4rem;width:30px;height:30px;line-height:1;flex-shrink:0}.select-search-wrap{padding:0 14px 12px;flex-shrink:0}.select-search{width:100%;min-width:0;border:1px solid var(--line);background:var(--bg);color:var(--ink);padding:11px 12px;font-size:1rem}
.select-results{overflow:auto;min-height:0;padding:4px 7px;overscroll-behavior:contain;scrollbar-width:thin}.select-option{display:flex;align-items:center;gap:12px;text-align:left;padding:11px 10px;border:1px solid transparent;background:transparent;color:var(--ink);width:100%;min-height:44px;line-height:1.5;border-radius:5px;font-size:.875rem}.select-option>span:not(.select-check){flex:1;min-width:0;overflow-wrap:anywhere}.select-option img{width:52px;height:42px;object-fit:contain;padding:4px;background:#fff;border:1px solid var(--line);border-radius:4px;flex:0 0 52px}.select-check{width:19px;flex-shrink:0;color:var(--accent-ink);font-weight:700}.select-option.is-focused,.select-option:hover{background:var(--surface-2);border-color:var(--line)}.select-option[aria-selected=true]{color:var(--accent-ink);font-weight:600}.select-hint{padding:10px 16px;font-size:.75rem;color:var(--muted);border-top:1px solid var(--line);flex-shrink:0;background:var(--bg)}.select-empty{padding:24px 16px;font-size:.875rem;color:var(--muted)}
.catalog-tools>.modern-select{flex:0 1 210px;width:210px}.catalog-tools>.modern-select .select-trigger{min-height:44px}.catalog-tools .search-field{flex:1 1 240px}
@keyframes picker-enter{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
/* Parts and preview form two equally useful columns rather than one stretched form. */
body[data-page=builder] .builder-shell{grid-template-columns:minmax(0,1.2fr) minmax(365px,.9fr);align-items:start;overflow:visible;border:0;background:none;gap:26px}
body[data-page=builder] .builder-parts{border:1px solid var(--line);border-radius:6px;overflow:hidden;background:var(--surface)}
body[data-page=builder] .builder-column-head{min-height:48px;padding:13px 20px;gap:15px}
body[data-page=builder] .builder-column-head>span:last-child{font-size:.75rem;text-transform:none;letter-spacing:0;font-weight:400}
body[data-page=builder] .builder-row{display:grid;grid-template-columns:24px minmax(0,1fr) 80px;column-gap:16px;row-gap:12px;min-height:132px;padding:22px 20px;align-items:start}
body[data-page=builder] .builder-index{grid-column:1;grid-row:1/3;align-self:start;padding-top:4px}
body[data-page=builder] .builder-type{grid-column:2;grid-row:1;padding:0;gap:10px;align-self:start}
body[data-page=builder] .builder-type strong{font-size:.9375rem}body[data-page=builder] .builder-type small{font-size:.75rem;margin-top:3px}
body[data-page=builder] .builder-row>.modern-select,body[data-page=builder] .builder-multi-control{grid-column:2;grid-row:2;width:100%;max-width:350px;min-width:0;margin:0;padding:0}
body[data-page=builder] .builder-row:not(:has(.builder-photo))>.modern-select,body[data-page=builder] .builder-row:not(:has(.builder-photo))>.builder-multi-control{grid-column:2/-1}
body[data-page=builder] .builder-multi-control>.modern-select{display:block;width:100%;margin:0 0 9px}body[data-page=builder] .builder-multi-control>.modern-select:last-child{margin-bottom:0}
body[data-page=builder] .builder-photo{grid-column:3;grid-row:1/3;align-self:center;width:80px;padding:0;margin:0;display:block}
body[data-page=builder] .builder-photo .hardware-photo{width:80px;height:72px;padding:7px;border-radius:5px;background:#fff}
body[data-page=builder] .builder-row-state{display:none}
body[data-page=builder] .builder-rail{display:flex;flex-direction:column;gap:22px;min-width:0;border:0;background:none}
body[data-page=builder] .builder-analysis{border:1px solid var(--line);border-radius:6px;background:var(--surface);padding:24px}
body[data-page=builder] #build-verdict .verdict-line strong{font-size:1.2rem}
body[data-page=builder] .builder-toolbar{padding:0;margin-bottom:18px}
body[data-page=builder] .assembly-panel{border:1px solid var(--line);background:var(--surface);border-radius:6px;overflow:hidden;padding:0;min-width:0}
body[data-page=builder] .pc-visual-head{padding:19px 20px 0;margin:0;align-items:center;gap:12px;color:var(--ink)}
body[data-page=builder] .pc-visual-head h3{font-size:1rem;font-weight:700;color:var(--ink)}body[data-page=builder] .pc-visual-head p{color:var(--muted);font-size:.8125rem;margin-top:5px}
body[data-page=builder] #pc-visual-count{border:0;padding:0;color:var(--muted);font-size:.75rem;white-space:normal;text-align:right}
body[data-page=builder] .pc-visual{min-height:0;padding:0;background:none}
.assembly-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px 0}.assembly-toolbar>span{font-size:.75rem;color:var(--muted)}.assembly-view-switch{display:flex;border:1px solid var(--line);border-radius:5px;padding:3px;gap:3px;background:var(--bg)}.assembly-view-switch button{padding:6px 12px;background:none;border:0;font-size:.8125rem;color:var(--muted)}.assembly-view-switch button[aria-pressed=true]{background:var(--surface);box-shadow:0 1px 3px #0001;color:var(--accent-ink);font-weight:600}
.assembly-scene{perspective:1000px;display:grid;place-items:center;height:350px;padding:28px 35px 32px;background:radial-gradient(ellipse at 50% 70%,var(--surface-2),transparent 70%);overflow:visible}
.assembly-case{position:relative;width:min(100%,265px);height:280px;transform-style:preserve-3d;transform:rotateX(8deg) rotateY(-23deg);transition:transform .6s cubic-bezier(.2,.8,.2,1);border:9px solid #526176;border-radius:8px;background:#18232f;box-shadow:12px 14px 0 #293749,18px 25px 24px #0003}
.assembly-scene[data-view=front] .assembly-case{transform:rotateX(0) rotateY(0);box-shadow:5px 7px 0 #293749,8px 15px 22px #0002}
.assembly-case-edge{position:absolute;right:-25px;top:-9px;bottom:-9px;width:16px;background:repeating-linear-gradient(0deg,#334256 0 3px,#253345 3px 6px);border:2px solid #526176;transform:skewY(24deg);transform-origin:left center;border-radius:0 5px 5px 0}
.assembly-case-inside{position:absolute;inset:7px;transform-style:preserve-3d}.assembly-case-foot{position:absolute;bottom:-22px;width:40px;height:12px;background:#263447;border-radius:0 0 4px 4px}.assembly-case-foot.first{left:14px}.assembly-case-foot.second{right:10px}
body[data-page=builder] .assembly-part{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:5px;border:1px solid #7397c5;border-radius:3px;background:#315681;color:#edf5ff;transform:translateZ(9px);box-shadow:3px 4px 0 #172e48;cursor:pointer;transition:filter .18s,background .18s,box-shadow .18s}
body[data-page=builder] .assembly-part:hover,body[data-page=builder] .assembly-part.selected{filter:brightness(1.2);outline:2px solid #b8d4ff;outline-offset:2px;z-index:5}
body[data-page=builder] .assembly-part.ghost{background:#273546;border:1px dashed #7e90a5;color:#bec9d7;box-shadow:none}
.assembly-component-icon svg{width:22px;height:22px;stroke:currentColor;fill:none}.assembly-component-label{font-size:12px;line-height:1.3;font-weight:600;text-align:center;white-space:normal}
body[data-page=builder] .assembly-board{left:5%;top:3%;width:76%;height:66%;align-items:flex-start;justify-content:flex-end;padding:8px;background:#243e4b;transform:translateZ(1px);z-index:0}.assembly-board .assembly-component-icon{display:none}.assembly-board .assembly-component-label{font-size:12px}
body[data-page=builder] .assembly-cpu{left:15%;top:13%;width:33%;height:26%;z-index:2;background:#55758b}.assembly-cpu .assembly-component-icon svg{width:27px;height:27px}
body[data-page=builder] .assembly-ram{left:57%;top:11%;width:19%;height:34%;background:repeating-linear-gradient(90deg,#2d787c 0 6px,#1e5158 6px 10px);z-index:2}.assembly-ram .assembly-component-icon{display:none}.assembly-ram .assembly-component-label{writing-mode:vertical-rl;letter-spacing:.06em}
body[data-page=builder] .assembly-gpu{left:8%;top:50%;width:81%;height:16%;flex-direction:row;gap:9px;background:#38649e;transform:translateZ(22px);z-index:3}
body[data-page=builder] .assembly-ssd{left:10%;top:40%;width:40%;height:8%;flex-direction:row;padding:2px;background:#986b30;z-index:2}.assembly-ssd .assembly-component-icon{display:none}
body[data-page=builder] .assembly-hdd{right:1%;top:74%;width:34%;height:21%;background:#526173;z-index:2}.assembly-hdd .assembly-component-icon svg{width:18px;height:18px}
body[data-page=builder] .assembly-psu{left:3%;top:77%;width:50%;height:21%;flex-direction:row;background:#384d68;z-index:2}.assembly-psu .assembly-component-label{max-width:55px}
.assembly-legend{display:flex;align-items:center;justify-content:center;gap:16px;padding:0 16px 15px;font-size:.75rem;color:var(--muted);flex-wrap:wrap}.assembly-legend>span{display:flex;align-items:center;gap:6px}.assembly-legend i{display:inline-block;width:9px;height:9px;border-radius:2px}.legend-installed{background:#38649e}.legend-empty{border:1px dashed var(--muted)}.assembly-legend button{border:0;background:none;color:var(--accent-ink);padding:0;font-size:.75rem}
.assembly-inspector{margin:0 18px 16px;padding:13px;border:1px solid var(--line);border-radius:5px;background:var(--bg)}.assembly-product{display:flex;align-items:center;gap:13px;padding:5px 0}.assembly-product+ .assembly-product{margin-top:8px;border-top:1px solid var(--line);padding-top:12px}.assembly-product>img{width:72px;height:56px;object-fit:contain;background:#fff;padding:5px;border-radius:4px;flex-shrink:0}.assembly-product>span{min-width:0;display:flex;flex-direction:column;gap:4px}.assembly-product small{font-size:.75rem;color:var(--muted)}.assembly-product strong{font-size:.875rem;line-height:1.45;color:var(--ink);overflow-wrap:anywhere}.assembly-product>span>span{font-size:.75rem;color:var(--accent-ink)}.assembly-empty{display:flex;flex-direction:column;gap:6px}.assembly-empty strong{font-size:.875rem}.assembly-empty span{font-size:.8125rem;color:var(--muted);line-height:1.6}
body[data-page=builder] .assembly-board{justify-content:flex-start}.assembly-board .assembly-component-label{font-size:12px;line-height:1.1}
.assembly-unplaced{margin:0 18px 16px;border-top:1px solid var(--line);padding-top:14px}.assembly-unplaced>strong{font-size:.875rem}.assembly-unplaced button{display:flex;flex-direction:column;text-align:left;width:100%;gap:5px;padding:10px 0;background:none;border:0;color:var(--ink)}.assembly-unplaced span{font-size:.875rem}.assembly-unplaced small{font-size:.75rem;color:var(--muted)}
body[data-page=builder] .pc-visual-status{font-size:.75rem;line-height:1.6;color:var(--muted);padding:0 20px 18px}
@media(max-width:1000px){body[data-page=builder] .builder-shell{grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);gap:20px}body[data-page=builder] .builder-row{grid-template-columns:20px minmax(0,1fr);gap:10px 12px;padding:20px 17px}body[data-page=builder] .builder-photo{grid-column:2;grid-row:2;width:72px}body[data-page=builder] .builder-photo .hardware-photo{width:72px;height:60px}body[data-page=builder] .builder-row:has(.builder-photo)>.modern-select,body[data-page=builder] .builder-row:has(.builder-photo)>.builder-multi-control{grid-row:3}.catalog-tools{flex-wrap:wrap}.catalog-tools>.modern-select{flex:1 1 150px}.assembly-scene{padding-inline:29px}}
@media(max-width:760px){body[data-page=builder] .builder-shell{grid-template-columns:minmax(0,1fr)}body[data-page=builder] .builder-row{grid-template-columns:22px minmax(0,1fr) 76px;padding:20px;column-gap:14px}body[data-page=builder] .builder-photo{grid-column:3;grid-row:1/3}body[data-page=builder] .builder-row:has(.builder-photo)>.modern-select,body[data-page=builder] .builder-row:has(.builder-photo)>.builder-multi-control{grid-row:2}.assembly-scene{height:370px}.assembly-case{width:265px;height:290px}}
@media(max-width:440px){body[data-page=builder] .builder-row{grid-template-columns:18px minmax(0,1fr);padding:18px 15px;gap:12px}body[data-page=builder] .builder-photo{grid-column:2;grid-row:2}body[data-page=builder] .builder-row:has(.builder-photo)>.modern-select,body[data-page=builder] .builder-row:has(.builder-photo)>.builder-multi-control{grid-row:3}.assembly-scene{height:330px;padding:25px 34px}.assembly-case{height:260px;width:min(100%,250px)}.assembly-toolbar{padding-inline:15px}.select-hint{font-size:.75rem}.catalog-tools>.modern-select{flex-basis:100%;width:100%}}
@media(prefers-reduced-motion:reduce){.assembly-case,.assembly-part,.select-trigger,dialog.select-dialog{animation:none!important;transition:none!important}}

/* Builder workspace: compact controls, clear hierarchy, and a readable price column. */
body[data-page=builder] main{padding-top:54px}
body[data-page=builder] .builder-heading{align-items:end;margin-bottom:26px;padding-bottom:26px;border-bottom:1px solid var(--line)}
body[data-page=builder] .builder-heading .eyebrow{display:block;margin-bottom:12px;color:var(--accent-ink)}
body[data-page=builder] .builder-heading h1{font-size:clamp(2.25rem,5vw,4.4rem);letter-spacing:-.055em;line-height:.96;margin:0 0 14px}
body[data-page=builder] .builder-heading p{max-width:620px;margin:0;color:var(--muted);font-size:1rem;line-height:1.65}
body[data-page=builder] .builder-actions{align-items:center;gap:10px}
body[data-page=builder] .builder-toolbar{min-height:52px;padding:0 4px;display:flex;justify-content:space-between;align-items:center;gap:18px}
body[data-page=builder] .builder-shell{grid-template-columns:minmax(0,1.35fr) minmax(340px,.78fr);gap:24px}
body[data-page=builder] .builder-column-head{background:var(--surface-2);border-bottom:1px solid var(--line)}
body[data-page=builder] .builder-column-head>span:first-child{font-weight:750;color:var(--ink);letter-spacing:.02em}
body[data-page=builder] .builder-row{transition:background-color .2s,border-color .2s}
body[data-page=builder] .builder-row:has(.part-buying){min-height:176px;background:color-mix(in srgb,var(--surface) 96%,var(--accent) 4%)}
body[data-page=builder] .builder-row.is-linked{background:color-mix(in srgb,var(--surface) 91%,var(--accent) 9%)}
body[data-page=builder] .builder-rail{position:sticky;top:18px;gap:18px}
body[data-page=builder] .builder-analysis,body[data-page=builder] .assembly-panel{border-radius:10px;box-shadow:0 8px 30px #00000008}
body[data-page=builder] .builder-analysis{padding:22px}
body[data-page=builder] .builder-fps-link{width:100%;margin-top:18px;min-height:42px;font-size:.75rem}
body[data-page=builder] .analysis-block summary{padding-block:15px}
body[data-page=builder] .pc-visual-head{padding:21px 22px 2px}
body[data-page=builder] .pc-visual-status{padding:0 22px 20px}
@media(max-width:1000px){body[data-page=builder] .builder-shell{grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr)}body[data-page=builder] .builder-rail{position:static}}
@media(max-width:760px){body[data-page=builder] main{padding-top:34px}body[data-page=builder] .builder-heading{align-items:start}body[data-page=builder] .builder-heading h1{font-size:2.8rem}body[data-page=builder] .builder-actions{width:100%}body[data-page=builder] .builder-actions .button{flex:1}body[data-page=builder] .builder-toolbar{align-items:flex-start;flex-direction:column;padding:0;margin-bottom:20px}body[data-page=builder] .builder-shell{grid-template-columns:minmax(0,1fr)}body[data-page=builder] .builder-rail{display:grid;grid-template-columns:minmax(0,1fr)}body[data-page=builder] .builder-rail>.shopping-summary{order:1}body[data-page=builder] .builder-rail>.assembly-panel{order:2}body[data-page=builder] .builder-rail>.builder-analysis{order:3}}
@media(max-width:440px){body[data-page=builder] .builder-heading h1{font-size:2.35rem}body[data-page=builder] .builder-actions{display:grid;grid-template-columns:1fr}body[data-page=builder] .builder-actions .button{width:100%}}

.select-brand-filters{display:flex;gap:8px;flex-wrap:wrap;padding:0 16px 12px;max-height:148px;overflow:auto;flex-shrink:0}.select-brand-filters label{display:flex;align-items:center;gap:7px;padding:7px 10px;background:var(--surface-2);border:1px solid var(--line);border-radius:7px;font-size:.85rem}.select-brand-filters input{accent-color:var(--accent-ink)}.select-option small{display:block;color:var(--muted);font-size:.78rem;margin-top:4px}.select-option img{object-fit:contain}.select-dialog{border-radius:14px!important}.select-dialog .select-results{min-height:90px;flex:1 1 auto}.select-brand-filters:empty{display:none}

.country-switch{display:flex;align-items:center;gap:3px;padding:4px;border:1px solid var(--line);border-radius:24px;flex-shrink:0;background:var(--surface)}
.country-switch button{border:0;border-radius:20px;background:transparent;color:var(--muted);display:flex;align-items:center;gap:7px;padding:7px 10px;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s}
.country-switch button[aria-pressed=true]{background:var(--ink);color:var(--bg);box-shadow:0 2px 5px #0002}.country-switch img{width:21px;height:14px;object-fit:cover;border-radius:2px}.country-switch button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
.site-header{gap:16px}.site-header .liquid-nav{margin-left:auto}.buy-section{margin:48px 0;padding:28px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.buy-heading{display:flex;align-items:start;justify-content:space-between;gap:20px;margin-bottom:20px}.buy-heading h2{margin:0 0 6px}.buy-heading p,.buy-section small,.shopping-summary small{color:var(--muted);line-height:1.6}.buy-note{font-size:12px;color:var(--muted);margin:18px 0 0;max-width:75ch}.store-searches{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.store-searches>span{font-size:12px;color:var(--muted);width:100%;margin:16px 0 0}.store-searches a{display:inline-flex;gap:18px;padding:10px 14px;border:1px solid var(--line);border-radius:7px;font-size:13px}.store-searches a:hover{border-color:var(--accent);color:var(--accent)}.retailer-offer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.retailer-offer span{display:grid;gap:4px}.retailer-offer span:last-child{text-align:right}.price-pending{color:var(--muted);font-size:14px}.shopping-summary{padding:24px;border:1px solid var(--line);border-radius:12px;background:var(--surface);margin-bottom:20px}.shopping-summary-top{display:flex;gap:16px;justify-content:space-between;align-items:start}.shopping-summary h2{font-size:28px;margin:8px 0}.shopping-summary-top>span{font-size:12px;color:var(--muted)}.shopping-summary p{font-size:13px;line-height:1.6}.shopping-summary small{display:block;font-size:11px}.shopping-summary .subtle-link{display:block;margin-top:18px}.part-buying{grid-column:2 / -1;min-width:0;border-top:1px solid var(--line);margin-top:16px;padding-top:14px}.build-price-line{display:flex;justify-content:space-between;align-items:start;gap:20px;font-size:12px;padding:5px 0}.build-price-line>span{color:var(--muted);max-width:65%;overflow-wrap:anywhere}.build-price-line a{flex-shrink:0;display:grid;text-align:right;gap:4px}.build-price-line small{font-size:10px;color:var(--muted)}.shop-tools{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin:24px 0}.shop-tools .search-field{flex:1;min-width:230px}.shop-tools select{max-width:260px}.shop-tools label:last-child{font-size:13px;display:flex;align-items:center;gap:8px}.shop-meta{display:flex;justify-content:space-between;gap:20px;margin:24px 0;font-size:13px;color:var(--muted)}.shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.shop-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--surface);display:flex;flex-direction:column;transition:transform .2s,border-color .2s}.shop-card:hover{transform:translateY(-3px);border-color:var(--accent)}.shop-photo{display:flex;align-items:center;justify-content:center;background:#fff;height:180px;padding:24px}.shop-photo img{width:100%;height:100%;object-fit:contain}.shop-card-body{padding:20px;display:flex;flex-direction:column;flex:1;gap:12px}.shop-card h2{font-size:17px;line-height:1.4;overflow-wrap:anywhere;margin:0}.shop-card p{font-size:12px;color:var(--muted);line-height:1.6;margin:0 0 auto}.shop-price{display:grid;gap:4px;font-size:14px;margin-top:12px}.shop-price small{font-size:11px;color:var(--muted)}.shop-card .button{font-size:12px;padding:10px 12px;justify-content:space-between}.shopping-intro{max-width:70ch;line-height:1.7;color:var(--muted);font-size:13px}.hardware-photo figcaption,.reference-label{display:none}
@media(max-width:1100px){.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-header{flex-wrap:wrap}.site-header .liquid-nav{order:3;width:100%;margin:0}.country-switch{margin-left:auto}.site-header .theme-toggle{margin-left:0}}
@media(max-width:760px){.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-card-body{padding:15px}.shop-photo{height:155px;padding:18px}.buy-section{padding:20px}.buy-heading{flex-direction:column;gap:8px}.country-switch button{padding:7px}.country-switch button span{font-size:11px}.part-buying{grid-column:1/-1}.retailer-offer{align-items:start}.retailer-offer small{font-size:10px;overflow-wrap:anywhere}.shop-meta{flex-direction:column;gap:8px}}
@media(max-width:430px){.shop-grid{grid-template-columns:1fr}.shop-photo{height:210px}.site-header{gap:8px}.country-switch button span{display:none}.site-header .liquid-nav{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:2px}.site-header .liquid-nav a{min-width:0;padding:9px 2px;text-align:center;font-size:.64rem}.site-header .liquid-nav .nav-indicator{display:none}}
@media(prefers-reduced-motion:reduce){.country-switch button,.shop-card{transition:none}.shop-card:hover{transform:none}}

body .site-header,body[data-page=builder] .site-header{gap:16px}@media(max-width:1100px){body .site-header,body[data-page=builder] .site-header{height:auto;min-height:84px;flex-wrap:wrap;padding-top:14px;padding-bottom:14px;row-gap:10px}body .site-header nav{order:3;width:100%;justify-content:center}body .site-header .country-switch{margin-left:auto}}
/* Shop discovery: a clear search control and roomy, touch-friendly facets. */
.link-icon{display:inline-block!important;width:16px!important;height:16px!important;min-width:16px;vertical-align:-3px;flex-shrink:0;pointer-events:none}
body[data-page=shop] .page-heading{margin-bottom:20px;padding-bottom:24px}body[data-page=shop] .page-heading p{margin-top:10px}.shop-tools{margin:0 0 14px;display:block}.shop-search-field{display:flex;align-items:center;gap:14px;border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:0 18px;min-height:58px;box-shadow:0 2px 6px #00000005;cursor:text;transition:border-color .2s,box-shadow .2s}.shop-search-field:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 15%,transparent)}.shop-search-field>svg{flex:0 0 22px;color:var(--muted)}.shop-search-field input{width:100%;min-width:0;padding:17px 0;border:0;background:transparent;color:var(--ink);font:inherit;font-size:16px;outline:none;box-shadow:none}.shop-search-field input::placeholder{color:var(--muted);opacity:1}.shop-filters{border:1px solid var(--line);border-radius:10px;background:var(--surface);overflow:hidden}.shop-filters>summary{list-style:none;display:flex;align-items:center;gap:12px;padding:16px 18px;cursor:pointer;min-height:56px;font-size:14px;font-weight:600}.shop-filters>summary::-webkit-details-marker{display:none}.shop-filters>summary>svg{width:20px;height:20px}.shop-filters .filter-summary-hint{margin-left:auto;color:var(--muted);font-weight:400;font-size:12px}.filter-toggle{transition:transform .2s}.shop-filters[open] .filter-toggle{transform:rotate(180deg)}#filter-count:not(:empty){font-size:11px;background:var(--accent);color:var(--bg);min-width:21px;text-align:center;border-radius:12px;padding:2px 5px}.filter-panel{border-top:1px solid var(--line);padding:22px}.filter-panel-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:14px}.filter-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.filter-columns fieldset{border:0;padding:0;margin:0;min-width:0}.filter-columns legend{padding:0;margin-bottom:12px;font-size:12px;text-transform:uppercase;letter-spacing:.07em;font-weight:700;color:var(--muted)}.filter-options{max-height:290px;overflow:auto;overscroll-behavior:contain;padding:0 6px 0 0;scrollbar-width:thin}.filter-choice{display:flex;gap:10px;align-items:center;min-height:44px;padding:7px 9px;border-radius:7px;cursor:pointer;font-size:13px;line-height:1.45}.filter-choice:hover{background:var(--surface-2)}.filter-choice:has(input:checked){background:var(--surface-2);color:var(--accent-ink)}.filter-choice input{appearance:auto;width:18px;height:18px;flex:0 0 18px;margin:0;accent-color:var(--accent);cursor:pointer}.filter-choice small{margin-left:auto;color:var(--muted);font-size:11px}.price-filter{margin-top:22px;border-top:1px solid var(--line);border-radius:0;padding-top:18px}.filter-chips{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.filter-chips button{display:flex;align-items:center;gap:12px;padding:8px 12px;border:1px solid var(--line);border-radius:20px;font-size:12px;background:var(--surface-2);color:var(--ink)}.shop-meta{margin:20px 0}.shop-price{min-height:43px}.shop-card .eyebrow{margin:0}.shop-card h2{min-height:2.8em}.shop-card p{min-height:2.8em}
@media(max-width:760px){.filter-columns{grid-template-columns:1fr;gap:24px}.filter-panel{padding:18px}.filter-options{max-height:240px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 10px}.filter-choice{font-size:12px;min-height:46px;padding:7px 5px}.shop-filters .filter-summary-hint{font-size:11px}.shop-meta{flex-direction:row;font-size:11px}.shop-search-field{min-height:56px;padding-inline:14px}.shop-card h2,.shop-card p{min-height:0}.shop-grid{gap:16px}}
@media(max-width:380px){.filter-options{grid-template-columns:1fr}.shop-filters .filter-summary-hint{display:none}}
@media(prefers-reduced-motion:reduce){.filter-toggle,.shop-search-field{transition:none}}

/* Builder price comparison */
body[data-page=builder] .shopping-summary{margin:0;padding:22px;border-radius:10px;box-shadow:0 8px 30px #00000008}
.shopping-summary-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.shopping-summary-head h2{font-size:clamp(1.55rem,3vw,2rem);letter-spacing:-.035em;margin:7px 0 0}.price-region{font-size:.72rem;color:var(--muted);white-space:nowrap;padding-top:2px}.price-feed-state{display:flex;align-items:center;gap:8px;margin:19px 0 10px;padding-top:17px;border-top:1px solid var(--line);font-size:.78rem}.price-feed-state>span{width:8px;height:8px;border-radius:50%;background:#37a66a;box-shadow:0 0 0 4px color-mix(in srgb,#37a66a 14%,transparent)}.price-feed-state.no-prices>span{background:var(--muted);box-shadow:0 0 0 4px color-mix(in srgb,var(--muted) 13%,transparent)}.shopping-summary>p{margin:0 0 6px}.shopping-summary>time{display:block;margin-top:13px;color:var(--muted);font-size:.68rem}
body[data-page=builder] .part-buying{grid-column:2/-1;grid-row:3;margin:4px 0 0;padding:0;border:0;min-width:0}
.build-price-card{border:1px solid var(--line);border-radius:8px;background:var(--bg);overflow:hidden}.build-price-card+ .build-price-card{margin-top:8px}.build-price-card>summary{list-style:none;display:grid;grid-template-columns:minmax(0,1fr) auto 24px;align-items:center;gap:15px;min-height:70px;padding:12px 14px;cursor:pointer}.build-price-card>summary::-webkit-details-marker{display:none}.build-price-product,.build-price-best{display:grid;gap:3px;min-width:0}.build-price-product strong{font-size:.79rem;line-height:1.35;overflow-wrap:anywhere}.build-price-product small,.build-price-best small{font-size:.62rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}.build-price-best{text-align:right}.build-price-best strong{font-size:.92rem;color:var(--accent-ink)}.build-price-best>span{font-size:.68rem;color:var(--muted)}.build-price-best.unavailable strong{color:var(--ink)}.build-price-toggle{display:grid;place-items:center;color:var(--muted)}.build-price-toggle svg{width:18px;height:18px;transition:transform .2s}.build-price-card[open] .build-price-toggle svg{transform:rotate(180deg)}.build-price-detail{padding:14px;border-top:1px solid var(--line);background:var(--surface)}.build-price-detail>p{margin:0 0 14px;color:var(--muted);font-size:.75rem;line-height:1.55}.builder-offers{display:grid}.builder-offers>a{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid var(--line);font-size:.75rem}.builder-offers>a>span{display:grid;gap:3px;min-width:0}.builder-offers>a>span:last-child{display:flex;align-items:center;gap:8px;text-align:right}.builder-offers small{font-size:.65rem;color:var(--muted);overflow-wrap:anywhere}.builder-store-links{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.builder-store-links>span{width:100%;color:var(--muted);font-size:.65rem;text-transform:uppercase;letter-spacing:.07em;margin-bottom:2px}.builder-store-links a{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid var(--line);border-radius:6px;background:var(--bg);font-size:.68rem;font-weight:650;transition:border-color .18s,color .18s,transform .18s}.builder-store-links a:hover{border-color:var(--accent);color:var(--accent-ink);transform:translateY(-1px)}.builder-store-links .link-icon,.builder-offers .link-icon{width:14px!important;height:14px!important;min-width:14px}
@media(max-width:1000px){body[data-page=builder] .part-buying{grid-column:2/-1;grid-row:4}.build-price-card>summary{grid-template-columns:minmax(0,1fr) auto 22px}}
@media(max-width:760px){body[data-page=builder] .part-buying{grid-column:1/-1;grid-row:3}.build-price-card>summary{padding:12px}.build-price-product strong{font-size:.75rem}.builder-store-links a{min-height:40px}}
@media(max-width:440px){body[data-page=builder] .part-buying{grid-row:4}.build-price-card>summary{grid-template-columns:minmax(0,1fr) 22px}.build-price-best{grid-column:1;text-align:left}.build-price-toggle{grid-column:2;grid-row:1/3}.builder-store-links{display:grid;grid-template-columns:1fr 1fr}.builder-store-links>span{grid-column:1/-1}.builder-store-links a{justify-content:space-between}.shopping-summary-head{display:grid}.price-region{grid-row:1;justify-self:end}}
@media(prefers-reduced-motion:reduce){.build-price-toggle svg,.builder-store-links a{transition:none}.builder-store-links a:hover{transform:none}}
