:root{--bg:#f6f8fb;--surface:#ffffff;--surface-2:#eef2f7;--text:#101522;--muted:#657083;--border:#dbe1ea;--border-strong:#c2cad7;--accent:#1769e0;--accent-strong:#0d4fb4;--accent-soft:#eaf2ff;--success:#14805e;--success-soft:#e6f6f0;--warning:#a86108;--danger:#b4232d;--shadow:0 16px 40px rgba(16,21,34,0.09);color-scheme:light}html[data-theme=dark]{--bg:#101216;--surface:#171a20;--surface-2:#20242b;--text:#f4f6f8;--muted:#a7b0be;--border:#303640;--border-strong:#424a57;--accent:#6fa8ff;--accent-strong:#9bc2ff;--accent-soft:#1c2c45;--success:#5ad1a6;--success-soft:#17362c;--warning:#f2b65e;--danger:#ff8991;--shadow:0 16px 40px rgba(0,0,0,0.3);color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Segoe UI,Inter,Arial,sans-serif;font-size:15px;line-height:1.55;letter-spacing:0}button,input{font:inherit;letter-spacing:0}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%}.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;height:66px;border-bottom:1px solid color-mix(in srgb,var(--border) 85%,transparent);background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.catalog-notice{border-bottom:1px solid #f1d49a;background:#fff7e4;color:#6f4507}.catalog-notice>div{min-height:38px;display:flex;align-items:center;justify-content:center;gap:7px;text-align:center;font-size:12px}html[data-theme=dark] .catalog-notice{border-color:#654b22;background:#2b2418;color:#f2c978}.header-inner{height:100%;display:flex;align-items:center;gap:26px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:700;white-space:nowrap}.brand b{color:var(--accent)}.brand-mark{width:34px;height:34px;display:grid;place-items:center;background:var(--text);color:var(--surface);border-radius:7px}.primary-nav{margin-left:auto;display:flex;align-items:center;gap:6px}.primary-nav a{min-height:38px;padding:8px 11px;display:inline-flex;align-items:center;gap:6px;color:var(--muted);border-radius:6px;font-weight:600}.primary-nav a:hover{background:var(--surface-2);color:var(--text)}.favorite-button,.icon-button{width:38px;height:38px;padding:0;display:grid;place-items:center;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:6px;cursor:pointer}.favorite-button:hover,.icon-button:hover{border-color:var(--border-strong);background:var(--surface-2)}.hero{position:relative;min-height:min(570px,calc(100vh - 66px));display:flex;align-items:center;overflow:hidden;background:#111820;color:#fff}.hero-image{position:absolute;inset:0;background-image:url(/images/products/novabook-air-14.jpg);background-size:cover;background-position:center 42%;opacity:.68}.hero-overlay{position:absolute;inset:0;background:rgba(7,14,25,.58)}.hero-content{position:relative;z-index:1;padding:54px 0 60px;text-align:center;display:flex;flex-direction:column;align-items:center}.eyebrow,.section-label{display:inline-flex;align-items:center;gap:7px;text-transform:uppercase;font-size:12px;line-height:1.2;font-weight:800;color:#a9c9ff}.hero h1{margin:16px 0 13px;max-width:840px;font-size:64px;line-height:1.02;letter-spacing:0;text-wrap:balance}.hero-content>p{margin:0;max-width:650px;color:#dce6f4;font-size:18px}.hero-search{width:min(780px,100%);min-height:68px;margin-top:31px;padding:9px 10px 9px 20px;display:grid;grid-template-columns:24px minmax(0,1fr) 48px;align-items:center;gap:11px;color:#162033;background:#fff;border:1px solid rgba(255,255,255,.75);border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.28)}.hero-search:focus-within{outline:3px solid rgba(112,168,255,.5)}.hero-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#111827;font-size:17px}.hero-search input::placeholder{color:#7a8595}.search-submit{width:48px;height:48px;display:grid;place-items:center;border:0;border-radius:6px;background:#1769e0;color:#fff;cursor:pointer}.search-submit:hover{background:#0d4fb4}.search-submit:disabled{opacity:.75;cursor:wait}.prompt-list{width:min(850px,100%);margin-top:17px;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.follow-up-list button,.prompt-list button{min-height:34px;padding:7px 11px;border:1px solid rgba(255,255,255,.3);border-radius:6px;background:rgba(8,15,27,.58);color:#eef4ff;cursor:pointer}.prompt-list button:hover{background:rgba(23,105,224,.75);border-color:rgba(255,255,255,.55)}.trust-band{background:var(--surface);border-bottom:1px solid var(--border)}.trust-items{min-height:60px;display:grid;grid-template-columns:repeat(4,1fr);gap:22px;align-items:center}.trust-items span{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:650}.trust-items svg{color:var(--success);flex:0 0 auto}.assistant-band{padding:32px 0;background:var(--surface);border-bottom:1px solid var(--border)}.assistant-layout{display:grid;grid-template-columns:48px minmax(0,1fr);gap:18px}.assistant-avatar{width:48px;height:48px;display:grid;place-items:center;color:#fff;background:var(--accent);border-radius:7px}.assistant-copy{max-width:900px}.assistant-copy p{margin:8px 0;font-size:16px}.assistant-meta{display:flex;align-items:baseline;gap:12px}.assistant-meta strong{font-size:17px}.assistant-meta span{color:var(--muted);font-size:12px}.thinking{display:flex;align-items:center;gap:9px;color:var(--muted)}.follow-up-list{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}.follow-up-list button{border-color:var(--border);background:var(--surface-2);color:var(--text)}.follow-up-list button:hover{border-color:var(--accent);color:var(--accent)}.error-text{color:var(--danger)}.section-band{padding:72px 0}.product-section{padding-top:10px;padding-bottom:84px}.section-heading{margin-bottom:27px;display:flex;justify-content:space-between;align-items:end;gap:40px}.newsletter-layout h2,.section-heading h2{margin:6px 0 0;font-size:30px;line-height:1.15;letter-spacing:0}.section-heading>p{max-width:430px;margin:0;color:var(--muted);text-align:right}.section-label{color:var(--accent)}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.category-card{min-width:0;min-height:82px;padding:13px;display:grid;grid-template-columns:36px minmax(0,1fr) 17px;align-items:center;gap:10px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text);text-align:left;cursor:pointer}.category-card>span{width:36px;height:36px;display:grid;place-items:center;color:var(--accent);background:var(--accent-soft);border-radius:6px}.category-card strong{min-width:0;overflow-wrap:anywhere;font-size:14px}.category-card>svg{color:var(--muted)}.category-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 9px 24px rgba(16,21,34,.08)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{min-width:0;overflow:hidden;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 5px 18px rgba(16,21,34,.04)}.product-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow);transform:translateY(-2px)}.product-image-wrap{position:relative;aspect-ratio:16/10;overflow:hidden;background:#e7ebef}.product-image{object-fit:cover;transition:transform .24s ease}.product-card:hover .product-image{transform:scale(1.025)}.score-badge{position:absolute;left:12px;top:12px;min-width:57px;height:35px;padding:0 8px;display:flex;align-items:baseline;justify-content:center;background:rgba(11,18,28,.88);color:#fff;border-radius:6px}.score-badge span{font-weight:800;font-size:16px}.score-badge small{color:#c9d2df;font-size:10px}.favorite-button{position:absolute;right:12px;top:12px;border-color:rgba(255,255,255,.7);background:rgba(255,255,255,.92);color:#1a2230}.favorite-button.is-saved{color:#d33d56}.product-card-body{flex:1 1;padding:18px;display:flex;flex-direction:column}.product-kicker{display:flex;justify-content:space-between;gap:10px;color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.product-card h3{margin:6px 0 5px;font-size:20px;line-height:1.2}.rating-row{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:13px}.rating-row svg{color:#e4a11b}.rating-row strong{color:var(--text)}.offer-summary{margin-top:14px;display:flex;justify-content:space-between;align-items:end;gap:12px}.current-price{font-size:23px;line-height:1}.previous-price{margin-left:7px;color:var(--muted);text-decoration:line-through;font-size:12px}.discount-label{margin-left:6px;color:var(--success);font-size:11px;font-weight:800}.store-name{white-space:nowrap}.delivery-row,.store-name{color:var(--muted);font-size:12px}.delivery-row{min-height:31px;margin-top:10px;padding:7px 0;display:flex;align-items:center;gap:7px;border-bottom:1px solid var(--border)}.delivery-row svg{color:var(--accent)}.delivery-row b{margin-left:auto;color:var(--success);font-size:11px}.spec-grid{margin:13px 0 0;display:grid;gap:7px}.spec-grid>div{display:flex;justify-content:space-between;gap:12px;font-size:12px}.spec-grid dt{color:var(--muted)}.spec-grid dd{margin:0;max-width:64%;text-align:right;font-weight:650}.pros-cons{margin-top:13px;padding:10px;background:var(--surface-2);border-radius:6px}.pros-cons p{margin:3px 0;display:flex;align-items:flex-start;gap:6px;font-size:12px}.pros-cons p:first-child svg{color:var(--success)}.pros-cons p:last-child svg{color:var(--danger)}.inline-notice{margin-top:9px;color:var(--accent);font-size:12px;font-weight:700}.card-actions{margin-top:auto;padding-top:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.card-actions.two-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.button{min-height:39px;padding:8px 12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid transparent;border-radius:6px;cursor:pointer;font-weight:750;font-size:13px;text-align:center}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-strong)}.button-secondary{border-color:var(--border);background:var(--surface);color:var(--text)}.button-secondary.selected,.button-secondary:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.button.is-disabled{opacity:.45;pointer-events:none}.empty-state{min-height:260px;display:grid;place-items:center;align-content:center;text-align:center;color:var(--muted)}.empty-state h3{margin:12px 0 2px;color:var(--text)}.empty-state p{margin:0}.newsletter-band{padding:62px 0;background:#17202d;color:#fff}.newsletter-layout{display:grid;grid-template-columns:1fr .85fr;gap:70px;align-items:center}.newsletter-layout p{margin:9px 0 0;color:#bdc8d7}.newsletter-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}.newsletter-form input{min-width:0;min-height:44px;padding:10px 13px;border:1px solid #596473;border-radius:6px;background:#fff;color:#101522;outline:0}.newsletter-form input:focus{border-color:#79acff;box-shadow:0 0 0 3px rgba(121,172,255,.25)}.success-message{gap:9px;color:#8be1c2!important}.compare-dock,.success-message{display:flex;align-items:center}.compare-dock{position:fixed;z-index:60;left:50%;bottom:18px;width:min(900px,calc(100% - 30px));min-height:72px;padding:12px 14px;transform:translateX(-50%);justify-content:space-between;gap:18px;border:1px solid var(--border-strong);border-radius:8px;background:var(--surface);box-shadow:0 20px 60px rgba(4,9,18,.24)}.compare-dock>div{min-width:0;display:flex;align-items:center;gap:10px}.compare-dock>div:first-child span:last-child{max-width:430px;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px}.compare-icon{width:34px;height:34px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);border-radius:6px}.site-footer{padding:28px 0;background:var(--surface);border-top:1px solid var(--border)}.footer-inner{display:flex;justify-content:space-between;gap:40px}.footer-inner p{margin:4px 0 0;color:var(--muted);font-size:12px}.affiliate-disclosure{max-width:500px;text-align:right}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.account-page,.admin-page,.compare-page,.detail-page,.listing-page{min-height:70vh;padding:34px 0 80px}.back-link{min-height:36px;display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-weight:650;font-size:13px}.back-link:hover{color:var(--accent)}.page-heading{padding:28px 0 34px}.account-header h1,.admin-header h1,.page-heading h1{margin:6px 0 4px;font-size:38px;line-height:1.1}.account-header p,.admin-header p,.page-heading p{margin:0;color:var(--muted)}.product-hero{padding:25px 0 70px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:58px;align-items:start}.detail-image-wrap{position:relative;aspect-ratio:4/3;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface-2)}.product-summary h1{margin:8px 0 9px;font-size:42px;line-height:1.08}.lead{margin:21px 0;color:var(--muted);font-size:17px}.score-strip{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--border)}.score-strip div{min-width:0;padding:13px 8px;display:flex;flex-direction:column;align-items:center;border-right:1px solid var(--border)}.score-strip div:last-child{border-right:0}.score-strip strong{font-size:20px}.score-strip span{color:var(--muted);font-size:10px;text-transform:uppercase;font-weight:750}.best-offer-callout{margin-top:21px;padding:18px;border:1px solid var(--border);border-left:3px solid var(--success);border-radius:6px;background:var(--surface)}.best-offer-callout>span{display:block;color:var(--success);text-transform:uppercase;font-size:10px;font-weight:800}.best-offer-callout>strong{display:block;margin-top:2px;font-size:26px}.best-offer-callout p{margin:3px 0 14px;color:var(--muted);font-size:13px}.alert-form{margin-top:15px}.alert-form>label{display:block;margin-bottom:6px;color:var(--muted);font-size:12px;font-weight:700}.alert-form>div{display:grid;grid-template-columns:25px minmax(80px,130px) auto;align-items:center}.alert-form>div>span{height:42px;display:grid;place-items:center;border:1px solid var(--border);border-right:0;border-radius:6px 0 0 6px;background:var(--surface-2);color:var(--muted)}.alert-form input{width:100%;height:42px;padding:8px 10px;border:1px solid var(--border);border-right:0;border-radius:0;background:var(--surface);color:var(--text);outline:0}.alert-form button{border-radius:0 6px 6px 0}.alert-form>a{display:inline-block;margin-top:7px;color:var(--accent);font-size:12px;font-weight:700}.alert-success{margin-top:18px!important;color:var(--success)!important}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:56px}.detail-section{padding:28px 0;border-top:1px solid var(--border)}.detail-aside h2,.detail-section h2,.offers-section h2{margin:6px 0 14px;font-size:24px}.detail-section>p{color:var(--muted);font-size:16px}.fit-grid{margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.fit-grid>div{padding:15px;border-left:3px solid var(--accent);background:var(--surface-2)}.fit-grid p{margin:4px 0 0;color:var(--muted)}.pros-list>div{display:grid;grid-template-columns:1fr 1fr;gap:20px}.compare-list,.pros-list ul{margin:0;padding:0;list-style:none}.compare-list li,.pros-list li{margin:9px 0;display:flex;align-items:flex-start;gap:8px}.compare-list svg,.pros-list ul:first-child svg{color:var(--success);flex:0 0 auto}.compare-list.cons svg,.pros-list ul:last-child svg{color:var(--danger)}.full-specs{margin:0;border-top:1px solid var(--border)}.full-specs>div{padding:12px 0;display:grid;grid-template-columns:180px 1fr;border-bottom:1px solid var(--border)}.full-specs dt{color:var(--muted)}.full-specs dd{margin:0;font-weight:700}.detail-aside{position:sticky;top:92px;padding:20px;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.detail-aside p{margin:13px 0;display:flex;align-items:center;gap:9px;color:var(--muted)}.detail-aside svg{color:var(--accent)}.offers-section{padding:64px 0 5px}.comparison-scroll,.table-scroll{overflow-x:auto;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.comparison-table,.offers-table{width:100%;border-collapse:collapse}.offers-table{min-width:1040px}.comparison-table td,.comparison-table th,.offers-table td,.offers-table th{padding:13px 14px;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;font-size:13px}.comparison-table thead th,.offers-table thead th{background:var(--surface-2);color:var(--muted);font-size:11px;text-transform:uppercase}.comparison-table tbody tr:last-child td,.comparison-table tbody tr:last-child th,.offers-table tbody tr:last-child td{border-bottom:0}.best-label{margin-left:7px;padding:3px 5px;border-radius:4px;background:var(--success-soft);color:var(--success);text-transform:uppercase;font-size:9px;font-weight:800}.compare-empty{gap:6px;padding:20px;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.compare-empty .button{margin-top:12px}.comparison-table{min-width:900px;table-layout:fixed}.comparison-table th:first-child{width:180px}.comparison-table thead th:not(:first-child){width:260px;vertical-align:top;text-transform:none;color:var(--text)}.comparison-table thead h2{margin:10px 0 5px;font-size:18px}.compare-product-image{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:5px;background:var(--surface-2)}.comparison-table tbody th{color:var(--muted);background:var(--surface-2);font-size:12px}.comparison-table td small{display:block;margin-top:3px;color:var(--muted)}.table-score{color:var(--accent);font-size:18px}.compare-list li{font-size:12px}.compare-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.auth-page{min-height:calc(100vh - 66px);display:grid;place-items:center;padding:48px 20px}.auth-layout{width:min(940px,100%);display:grid;grid-template-columns:1fr 430px;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow)}.auth-context{padding:50px;background:#17202d;color:#fff}.auth-context .brand-mark{margin-bottom:32px;background:#fff;color:#17202d}.auth-context h1{margin:12px 0;font-size:38px;line-height:1.08}.auth-context>p{color:#bdc8d7}.auth-points{margin-top:34px;display:grid;gap:13px}.auth-points span{display:flex;align-items:center;gap:9px;color:#e4ebf4}.auth-form-panel{padding:45px 40px}.segmented{height:42px;padding:3px;display:grid;grid-template-columns:1fr 1fr;background:var(--surface-2);border-radius:6px}.segmented button{border:0;border-radius:4px;background:transparent;color:var(--muted);cursor:pointer;font-weight:700}.segmented button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 5px rgba(16,21,34,.11)}.stack-form{margin-top:24px;display:grid;gap:15px}.stack-form label{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:700}.stack-form input{min-height:43px;padding:9px 11px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);outline:0}.stack-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent)}.text-button{margin-top:18px;padding:0;border:0;background:transparent;color:var(--accent);cursor:pointer;font-weight:700;font-size:12px}.account-header,.admin-header{padding:28px 0 34px;display:flex;align-items:end;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border)}.account-section{padding:48px 0 30px}.product-card-compact .product-image-wrap{aspect-ratio:16/8}.product-card-compact .product-card-body{min-height:250px}.alert-list{border-top:1px solid var(--border)}.alert-list>div{min-height:66px;padding:11px 0;display:grid;grid-template-columns:minmax(0,1fr) 80px 38px;align-items:center;gap:14px;border-bottom:1px solid var(--border)}.alert-list>div>div{display:grid}.alert-list span{color:var(--muted);font-size:12px}.status-demo,.status-live,.status-offline{min-height:25px;padding:3px 7px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border-radius:5px;text-transform:uppercase;font-size:10px!important;font-weight:800}.status-live{background:var(--success-soft);color:var(--success)!important}.status-demo{background:var(--accent-soft);color:var(--accent)!important}.status-offline{background:var(--surface-2);color:var(--muted)!important}.admin-login{position:relative;min-height:100vh;padding:76px 20px 50px;display:grid;place-items:center;background:var(--bg)}.admin-login>section{width:min(420px,100%);padding:35px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.admin-login-home{position:absolute;top:24px;left:max(20px,calc((100% - 1180px) / 2));display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:13px;font-weight:700}.admin-login-home:hover{color:var(--text)}.admin-login-brand{margin-bottom:28px;display:flex;align-items:center;gap:11px}.admin-login-brand>div{display:grid;line-height:1.25}.admin-login-brand small{color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase}.admin-brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:7px;background:#101522;color:#fff}.admin-login h1{margin:8px 0 0;font-size:30px}.admin-login-copy{margin:6px 0 0;color:var(--muted);font-size:13px}.admin-topbar{position:sticky;top:0;z-index:50;height:66px;border-bottom:1px solid var(--border);background:var(--surface)}.admin-topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.admin-brand{display:inline-flex;align-items:center;gap:10px}.admin-brand-copy{display:grid;line-height:1.2}.admin-brand-copy strong{font-size:14px}.admin-brand-copy small{color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}.admin-user-actions{display:flex;align-items:center;gap:9px}.admin-user{display:grid;margin-right:6px;text-align:right;line-height:1.25}.admin-user small{color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase}.admin-user strong{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.admin-logout{min-height:38px;padding:7px 11px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);cursor:pointer;font-size:12px;font-weight:700}.admin-logout:hover{border-color:var(--border-strong);background:var(--surface-2)}.admin-page{min-height:calc(100vh - 66px);background:var(--bg)}.admin-loading{padding-top:48px}.admin-header .status-live{padding-inline:10px}.kpi-grid{padding:24px 0;display:grid;grid-template-columns:repeat(5,1fr);gap:10px;border-bottom:1px solid var(--border)}.kpi{min-width:0;min-height:104px;padding:15px;display:grid;grid-template-columns:24px minmax(0,1fr);grid-template-rows:auto 1fr;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.kpi svg{color:var(--accent)}.kpi span{overflow-wrap:anywhere;color:var(--muted);font-size:11px;font-weight:700}.kpi strong{grid-column:1/-1;align-self:end;font-size:24px}.admin-grid{padding-top:30px;display:grid;grid-template-columns:1.35fr 1fr;gap:34px 50px}.admin-panel{min-width:0;padding-top:18px;border-top:2px solid var(--border-strong)}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.panel-heading h2{margin:4px 0 0;font-size:20px}.panel-heading>svg{color:var(--muted)}.activity-chart{height:220px;margin-top:24px;display:flex;align-items:stretch;justify-content:space-around;gap:12px;border-bottom:1px solid var(--border)}.activity-column{flex:1 1;min-width:24px;display:grid;grid-template-rows:1fr 25px;align-items:end;text-align:center}.bars{height:100%;display:flex;justify-content:center;align-items:end;gap:4px}.bars span{width:min(16px,35%);min-height:5px;border-radius:3px 3px 0 0;background:var(--accent)}.bars span:last-child{background:var(--success)}.activity-column small{padding-top:5px;color:var(--muted)}.chart-legend{margin-top:11px;display:flex;gap:16px;color:var(--muted);font-size:11px}.chart-legend span{display:flex;align-items:center;gap:6px}.chart-legend i{width:9px;height:9px;border-radius:2px;background:var(--accent)}.chart-legend i.click-color{background:var(--success)}.health-list,.rank-list,.trend-list{margin-top:18px;border-top:1px solid var(--border)}.rank-list>div{min-height:54px;display:grid;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:8px;border-bottom:1px solid var(--border)}.rank-list>div>span{color:var(--muted);font-size:11px}.rank-list strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.rank-list small{color:var(--muted)}.health-list>div,.trend-list>div{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--border)}.health-list span,.trend-list span{overflow-wrap:anywhere;font-size:13px}.trend-list strong{color:var(--accent)}.health-list b{min-width:58px}@media (max-width:980px){.product-hero{grid-template-columns:1fr 1fr;gap:28px}.detail-grid{grid-template-columns:1fr}.detail-aside{position:static}.auth-layout{grid-template-columns:1fr 390px}.kpi-grid{grid-template-columns:repeat(3,1fr)}.admin-grid{grid-template-columns:1fr}.primary-nav a{font-size:0;gap:0}.primary-nav a:first-child{display:none}.primary-nav a svg{width:19px;height:19px}.trust-items{padding:13px 0}.category-grid,.trust-items{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.newsletter-layout{grid-template-columns:1fr;gap:24px}}@media (max-width:680px){.shell{width:min(100% - 24px,1180px)}.site-header{height:60px}.header-inner{gap:10px}.brand{font-size:16px}.brand-mark{width:32px;height:32px}.primary-nav{gap:1px}.primary-nav a{min-width:34px;padding:7px;justify-content:center}.icon-button{width:34px;height:34px}.hero{min-height:570px}.hero-content{padding:45px 0 46px}.hero h1{font-size:43px}.hero-content>p{font-size:16px}.hero-search{min-height:60px;padding-left:14px;grid-template-columns:21px minmax(0,1fr) 43px}.hero-search input{font-size:15px}.search-submit{width:43px;height:43px}.prompt-list{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.prompt-list button{flex:0 0 auto}.trust-items{grid-template-columns:1fr;gap:8px}.assistant-band{padding:25px 0}.assistant-layout{grid-template-columns:38px minmax(0,1fr);gap:12px}.assistant-avatar{width:38px;height:38px}.assistant-meta{align-items:flex-start;flex-direction:column;gap:0}.section-band{padding:52px 0}.product-section{padding-top:0}.section-heading{align-items:flex-start;flex-direction:column;gap:10px}.newsletter-layout h2,.section-heading h2{font-size:26px}.section-heading>p{text-align:left}.category-grid{grid-template-columns:1fr 1fr}.category-card{grid-template-columns:32px minmax(0,1fr);min-height:70px;padding:10px}.category-card>span{width:32px;height:32px}.category-card>svg{display:none}.newsletter-form,.product-grid{grid-template-columns:1fr}.compare-dock{bottom:8px;align-items:stretch;flex-direction:column;gap:8px}.compare-dock>div:first-child span:last-child{display:none}.compare-dock>div:last-child{display:grid;grid-template-columns:1fr 1.5fr}.footer-inner{flex-direction:column;gap:12px}.affiliate-disclosure{text-align:left}.account-page,.admin-page,.compare-page,.detail-page,.listing-page{padding-top:20px}.account-header h1,.admin-header h1,.page-heading h1{font-size:32px}.product-hero{grid-template-columns:1fr;gap:28px;padding-bottom:48px}.product-summary h1{font-size:34px}.score-strip span{font-size:9px}.fit-grid,.pros-list>div{grid-template-columns:1fr}.full-specs>div{grid-template-columns:120px 1fr}.offers-section{padding-top:44px}.auth-page{padding:18px 12px}.auth-layout{grid-template-columns:1fr}.auth-context{padding:30px 25px}.auth-context .brand-mark{margin-bottom:20px}.auth-context h1{font-size:31px}.auth-points{display:none}.auth-form-panel{padding:30px 24px}.account-header,.admin-header{align-items:flex-start;flex-direction:column}.admin-topbar{height:60px}.admin-brand-copy small,.admin-user{display:none}.admin-user-actions{gap:6px}.admin-logout{width:34px;height:34px;min-height:34px;padding:0;justify-content:center}.admin-logout span{display:none}.admin-login{padding-inline:12px}.admin-login>section{padding:28px 24px}.alert-list>div{grid-template-columns:minmax(0,1fr) 60px 34px}.kpi-grid{grid-template-columns:1fr 1fr}.kpi{min-height:92px}.kpi strong{font-size:20px}.admin-grid{gap:32px}}