:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--canvas:#eef2f6;--canvas-warm:#f7f5ef;--paper:#fffefa;--paper-cool:#f7f9fc;--ink:#071426;--ink-soft:#13263f;--text:#15243a;--text-secondary:#40526a;--text-muted:#66758a;--brand:#0868df;--brand-strong:#06377f;--cyan:#16b9e8;--green:#217f61;--green-surface:#e5f4ee;--amber:#98620c;--amber-surface:#fff1cf;--coral:#b43c48;--coral-surface:#fdebed;--divider:#d4dce6;--divider-strong:#b8c4d2;--focus:#00aee8;--shadow-soft:0 16px 42px #0a1c3417;--shadow-control:0 8px 20px #07275421;--radius-control:7px;--radius-surface:8px;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4.5rem;--shell:1440px;--reading:720px;--gutter:clamp(1rem, 3vw, 3rem);--font-body:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ease-out:cubic-bezier(.2, .75, .25, 1);--duration-fast:.13s;--duration:.21s;--duration-slow:.52s}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--canvas:#061021;--canvas-warm:#071a31;--paper:#0d1c33;--paper-cool:#102642;--ink:#f3f8ff;--ink-soft:#dcecff;--text:#eef6ff;--text-secondary:#bdd0e6;--text-muted:#8fa8c4;--brand:#4ba3ff;--brand-strong:#9ed0ff;--cyan:#31d6ff;--green:#58d99a;--green-surface:#123a31;--amber:#ffd066;--amber-surface:#3c2e13;--coral:#ff7b8a;--coral-surface:#431b25;--divider:#243a55;--divider-strong:#38526f;--focus:#45d5ff;--shadow-soft:0 20px 54px #00050d73;--shadow-control:0 12px 28px #000a1e6b}*{box-sizing:border-box}html{background:var(--canvas);scroll-behavior:smooth;scroll-padding-top:9rem}body{color:var(--text);font-family:var(--font-body);text-rendering:optimizelegibility;background:linear-gradient(112deg,#f7f5eff5 0 34%,#eef2f6f0 68% 100%);min-width:320px;margin:0}:root[data-theme=dark] body{background:radial-gradient(circle at 20% 0,#31d6ff21,#0000 32rem),linear-gradient(145deg,#061021 0%,#071a31 45%,#0a213c 100%)}button,input,select{font:inherit}button,a,label{-webkit-tap-highlight-color:transparent}a{color:inherit}img,svg{max-width:100%}button{letter-spacing:0}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}::selection{background:#16b9e83b}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{background:var(--ink);color:#fff;z-index:100;padding:.75rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.shell-width{max-width:var(--shell);padding-inline:var(--gutter);width:100%;margin-inline:auto}.shell-reading{max-width:calc(var(--reading) + (2 * var(--gutter)));padding-inline:var(--gutter);width:100%;margin-inline:auto}.app-shell{min-height:100vh;padding-bottom:calc(70px + env(safe-area-inset-bottom))}.site-header{z-index:50;background:#fffefaf0;border-bottom:1px solid #b8c4d2b8;position:sticky;top:0}:root[data-theme=dark] .site-header,:root[data-theme=dark] .mobile-nav{border-color:var(--divider);background:#08162af0;box-shadow:0 12px 34px #00061247}.header-inner{max-width:var(--shell);min-height:66px;padding:.55rem var(--gutter);justify-content:space-between;align-items:center;margin-inline:auto;display:flex}.wordmark{flex:none;align-items:center;text-decoration:none;display:inline-flex}.wordmark img{width:clamp(150px,44vw,176px);height:auto;display:block}.wordmark .wordmark-logo-dark,:root[data-theme=dark] .wordmark .wordmark-logo-light{display:none}:root[data-theme=dark] .wordmark .wordmark-logo-dark{display:block}.desktop-nav{display:none}.desktop-nav a{color:var(--text-secondary);min-height:44px;transition:color var(--duration), transform var(--duration);align-items:center;gap:.45rem;padding:.35rem .65rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex;position:relative}.desktop-nav a:after{background:var(--brand);content:"";height:2px;transition:transform var(--duration) var(--ease-out);position:absolute;bottom:-.56rem;left:.65rem;right:.65rem;transform:scaleX(0)}.desktop-nav a:hover{color:var(--brand-strong);transform:translateY(-1px)}.desktop-nav a.active{color:var(--brand-strong)}.desktop-nav a.active:after{transform:scaleX(1)}.desktop-nav a:hover svg,.desktop-nav a.active svg{transform:translateY(-1px)}.desktop-nav svg{height:18px;transition:transform var(--duration);width:18px}main{min-height:calc(100vh - 66px)}.site-footer{border-top:1px solid var(--divider);max-width:var(--shell);padding:1.25rem var(--gutter) calc(1.25rem + env(safe-area-inset-bottom));margin-inline:auto}.site-footer nav{flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;display:flex}.site-footer a{color:var(--text-muted);font-size:.82rem;font-weight:760;text-decoration:none}.site-footer a:hover,.site-footer a:focus-visible{color:var(--brand-strong);text-underline-offset:.2em;text-decoration:underline}.mobile-nav{border-top:1px solid var(--divider);padding-bottom:env(safe-area-inset-bottom);z-index:60;background:#fffefaf7;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-nav a{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.2rem;min-height:70px;font-size:.68rem;font-weight:720;text-decoration:none;display:flex;position:relative}.mobile-nav a:before{background:var(--brand);content:"";height:3px;transition:transform var(--duration) var(--ease-out);position:absolute;top:0;left:26%;right:26%;transform:scaleX(0)}.mobile-nav a.active{color:var(--brand-strong)}.mobile-nav a.active:before{transform:scaleX(1)}.mobile-nav svg{width:21px;height:21px}.eyebrow{color:var(--brand-strong);letter-spacing:.1em;text-transform:uppercase;margin:0 0 .65rem;font-size:.74rem;font-weight:850}.eyebrow-warning{color:var(--amber)}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2,h3{color:var(--ink);letter-spacing:0}h1{margin:0;font-size:clamp(2.45rem,11vw,4rem);line-height:.99}h2{font-size:clamp(1.55rem,5vw,2.35rem);line-height:1.08}h3{font-size:1.05rem}.lede{color:var(--text-secondary);max-width:760px;font-size:clamp(1.02rem,2vw,1.16rem);line-height:1.58}.source-note,small,.subtle,.help-text{color:var(--text-muted);font-size:.82rem;line-height:1.5}.primary-link,.primary-button,.retry-button,.intake-panel>button,.fallback-panel>button{background:var(--brand);border:1px solid var(--brand);border-radius:var(--radius-control);box-shadow:var(--shadow-control);color:#fff;cursor:pointer;min-height:46px;transition:background var(--duration), border-color var(--duration), box-shadow var(--duration), transform var(--duration-fast);justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;font-weight:800;text-decoration:none;display:inline-flex}.primary-link:hover,.primary-button:hover,.retry-button:hover,.intake-panel>button:hover,.fallback-panel>button:hover{background:#075ec9;transform:translateY(-1px);box-shadow:0 10px 24px #0868df3b}.primary-link:active,.primary-button:active,.retry-button:active,.intake-panel>button:active,.fallback-panel>button:active,.icon-button:active{transform:scale(.985)}.primary-link svg,.primary-button svg,.retry-button svg{width:18px;height:18px}.text-link{color:var(--brand);text-underline-offset:.2em;align-items:center;gap:.45rem;font-weight:800;display:inline-flex}.text-link svg{height:17px}.icon-button{border:1px solid var(--divider);border-radius:var(--radius-control);color:var(--text-secondary);cursor:pointer;height:40px;transition:background var(--duration), color var(--duration), transform var(--duration-fast);background:0 0;justify-content:center;align-items:center;width:40px;padding:0;display:inline-flex}.icon-button:hover{background:var(--paper-cool);color:var(--coral)}.icon-button svg{width:18px;height:18px}.reveal[data-reveal=true]{opacity:.98;transition:opacity var(--duration-slow) var(--ease-out), transform var(--duration-slow) var(--ease-out);transform:translateY(12px)}.reveal[data-visible=true]{opacity:1;transform:translateY(0)}.analyze-page{background:linear-gradient(#fffefab8,#eef2f67a 58%,#e8edf3c2);overflow-x:clip}.analyze-hero{align-items:start;gap:clamp(1.25rem,3.6vw,2.8rem);padding-top:clamp(1.2rem,3.4vw,2.75rem);padding-bottom:clamp(1rem,3vw,2rem);display:grid;position:relative}.analyze-hero:after{display:none}.hero-copy{z-index:1;align-self:center;min-width:0;position:relative}.hero-copy h1{max-width:710px;font-size:clamp(2.05rem,8vw,3.8rem);line-height:1.02}.hero-copy h1 span{display:block}.hero-copy>p:not(.eyebrow){color:var(--text-secondary);max-width:660px;margin:.95rem 0 0;font-size:clamp(1.02rem,1.6vw,1.14rem);line-height:1.56}.intake-panel{max-width:730px;transition:border-color .18s var(--ease-out), box-shadow .18s var(--ease-out), transform .18s var(--ease-out);background:linear-gradient(135deg,#fffefafa,#f7fafcf2);border:1px solid #97a9bec2;border-radius:12px;gap:.78rem;margin-top:1.15rem;padding:clamp(.9rem,2vw,1.2rem);display:grid;position:relative;box-shadow:0 18px 42px #192f481f}.intake-panel:after{content:"";opacity:.52;background:linear-gradient(90deg,#16b9e800,#16b9e87a,#16b9e800);height:1px;position:absolute;top:-1px;left:1rem;right:1rem}.intake-panel:focus-within,.intake-panel.has-entry{border-color:#1478d67a;box-shadow:0 20px 50px #192f4826,0 0 0 1px #16b9e814}.intake-panel label{color:var(--ink-soft);font-size:.9rem;font-weight:800}.entry-toggle{background:#e1e8f0b8;border:1px solid #bbc7d5e6;border-radius:9px;grid-template-columns:repeat(3,1fr);gap:3px;padding:3px;display:grid}.entry-toggle button{color:var(--text-secondary);cursor:pointer;min-height:40px;transition:background .16s var(--ease-out), color .16s var(--ease-out), box-shadow .16s var(--ease-out), transform .12s var(--ease-out);background:0 0;border:0;border-radius:6px;padding:.45rem .35rem;font-size:.87rem;font-weight:720}.entry-toggle button:hover{color:var(--ink)}.entry-toggle button.selected{background:var(--paper);color:var(--brand-strong);box-shadow:0 5px 14px #0714261f}.entry-toggle button:active{transform:scale(.985)}.input-row{background:var(--paper);border:1px solid var(--divider-strong);transition:border-color .18s var(--ease-out), box-shadow .18s var(--ease-out), transform .18s var(--ease-out);border-radius:9px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.55rem;padding:.42rem;display:grid}.input-row:focus-within{border-color:var(--brand);transform:translateY(-1px);box-shadow:0 0 0 4px #16b9e829,0 10px 24px #082a521a}.input-row>svg{color:var(--brand);width:21px;height:21px;margin-left:.55rem}.input-row input{color:var(--ink);text-transform:uppercase;background:0 0;border:0;outline:0;min-width:0;min-height:54px;padding:0 .2rem;font-size:1rem;font-weight:700}.input-row input::placeholder{color:var(--text-muted);text-transform:none;font-weight:520}.input-row button{background:var(--brand);border:1px solid var(--brand);color:#fff;cursor:pointer;min-height:52px;transition:background .16s var(--ease-out), box-shadow .16s var(--ease-out), transform .12s var(--ease-out);border-radius:7px;grid-column:1/-1;justify-content:center;align-items:center;gap:.45rem;padding:.72rem 1.15rem;font-weight:850;display:inline-flex}.input-row button:hover:not(:disabled){box-shadow:var(--shadow-control);background:#075ec9;transform:translateY(-1px)}.input-row button:active:not(:disabled){transform:scale(.985)}.input-row button:disabled{cursor:not-allowed;background:#8b9aad;border-color:#8b9aad}.input-row button svg{height:18px}.secondary-actions{flex-wrap:wrap;align-items:center;gap:.25rem 1rem;display:flex}.secondary-actions a,.secondary-actions button{color:#244e79;text-underline-offset:.2em;min-height:38px;transition:color .16s var(--ease-out), transform .12s var(--ease-out), text-decoration-color .16s var(--ease-out);background:0 0;border:0;align-items:center;gap:.35rem;padding:.25rem 0;font-size:.86rem;font-weight:740;-webkit-text-decoration:underline #06377f47;text-decoration:underline #06377f47;display:inline-flex}.secondary-actions a:hover,.secondary-actions button:not(:disabled):hover{color:var(--brand);text-decoration-color:#0868df8c;transform:translateY(-1px)}.secondary-actions button:disabled{color:var(--text-muted);cursor:not-allowed;text-decoration:none}.secondary-actions svg{width:16px;height:16px}.intake-panel .help-text,.intake-panel .source-note{margin:0}.trust-line{color:var(--ink-soft);flex-wrap:wrap;align-items:center;gap:.45rem .95rem;font-size:.82rem;font-weight:720;line-height:1.35;display:flex}.trust-line span{align-items:center;gap:.32rem;display:inline-flex}.trust-line svg{color:var(--brand);width:15px;height:15px}.evidence-scroll-cue{color:var(--text-muted);text-transform:uppercase;margin-top:-.35rem;padding-bottom:clamp(.85rem,2vw,1.2rem);font-size:.78rem;font-weight:780}.evidence-scroll-cue span{align-items:center;gap:.65rem;display:inline-flex}.evidence-scroll-cue span:before{background:linear-gradient(90deg, var(--brand), #16b9e800);content:"";width:clamp(52px,10vw,118px);height:2px}.error-list,.form-error{background:var(--coral-surface);border-left:3px solid var(--coral);color:#842a34}.error-list{align-items:flex-start;gap:.6rem;padding:.75rem;display:flex}.error-list svg{flex:none;height:19px}.error-list ul{margin:0;padding-left:1.1rem}.form-error{margin:0;padding:.7rem}.fallback-panel{margin-bottom:var(--space-7);max-width:calc(var(--reading) + (2 * var(--gutter)));margin-top:0}.fallback-panel h2{margin:0;font-size:1.55rem}.fallback-panel input,.quote-entry-panel input,.quote-entry-panel select,.inspection-state-control select{border:1px solid var(--divider-strong);border-radius:var(--radius-control);color:var(--ink);background:#fff;width:100%;min-height:46px;padding:.65rem .75rem}.listing-fallback-shell{margin-bottom:var(--space-7)}.listing-fallback-state{--graphic-body-start:#d5eff8;--graphic-body-end:#4c8dcc;--graphic-glass-start:#143047;--graphic-glass-end:#246b7b;background:var(--paper);border-block:1px solid var(--divider-strong);overflow:hidden;box-shadow:0 18px 42px #0a1c3412}.listing-fallback-state[data-motion=standard]{animation:listing-fallback-enter .32s var(--ease-out) both}.listing-fallback-state[data-motion=reduced]{animation:none}@keyframes listing-fallback-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.listing-fallback-intro{gap:clamp(1.25rem,4vw,2.5rem);padding:clamp(1.15rem,4vw,2.5rem);display:grid}.listing-fallback-copy{align-self:center;min-width:0}.listing-fallback-copy h2{max-width:780px;margin:0;font-size:clamp(1.65rem,5vw,2.65rem)}.listing-fallback-copy h2:focus-visible{outline:3px solid var(--focus);outline-offset:5px;border-radius:3px}.listing-fallback-copy>p:not(.eyebrow){color:var(--text-secondary);max-width:780px;margin:.85rem 0 0;line-height:1.6}.listing-fallback-copy .fallback-continuation{color:var(--ink-soft);font-weight:680}.listing-fallback-actions{flex-wrap:wrap;align-items:center;gap:.6rem .75rem;margin-top:1.15rem;display:flex}.secondary-button,.text-button{border-radius:var(--radius-control);cursor:pointer;justify-content:center;align-items:center;gap:.45rem;min-height:44px;padding:.62rem .8rem;font-weight:780;display:inline-flex}.secondary-button{background:var(--paper);border:1px solid var(--divider-strong);color:var(--ink-soft)}.secondary-button:hover{border-color:var(--brand);color:var(--brand-strong)}.secondary-button:disabled{background:var(--paper-cool);border-color:var(--divider);color:var(--text-muted);cursor:not-allowed}.danger-button{background:var(--coral-surface);border-radius:var(--radius-control);color:#8f2632;cursor:pointer;border:1px solid #e2536057;justify-content:center;align-items:center;gap:.45rem;min-height:42px;padding:.58rem .78rem;font-weight:800;display:inline-flex}.danger-button:hover{border-color:var(--coral)}.danger-button svg,.edit-details-button svg{width:17px;height:17px}.text-button{color:var(--brand-strong);text-underline-offset:.2em;background:0 0;border:0;-webkit-text-decoration:underline #06377f47;text-decoration:underline #06377f47}.secondary-button svg,.text-button svg{width:17px;height:17px}.fallback-trust-note{border-top:1px solid var(--divider);max-width:780px;margin-top:1.15rem;padding-top:.85rem}.fallback-trust-note summary,.optional-listing-fields summary{color:var(--brand-strong);cursor:pointer;font-size:.88rem;font-weight:800}.fallback-trust-note p{color:var(--text-secondary);margin:.7rem 0 0;font-size:.84rem;line-height:1.6}.listing-fallback-visual{align-self:center;min-width:0}.listing-access-graphic{width:100%;height:auto;max-height:310px;display:block}.listing-access-window>rect{fill:#fffefaf5;stroke:#7890a8;stroke-width:2px}.listing-access-window>path:not(.listing-access-lock,.listing-access-key){fill:none;stroke:#88a0b6;stroke-linecap:round;stroke-width:6px}.listing-access-lock{fill:#eef2f6;stroke:var(--brand-strong);stroke-linecap:round;stroke-linejoin:round;stroke-width:5px}.listing-access-window circle{fill:var(--coral)}.listing-access-key{fill:none;stroke:var(--green);stroke-linecap:round;stroke-linejoin:round;stroke-width:7px}.listing-fallback-visual dl{border-top:1px solid var(--divider);grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0;padding-top:.8rem;display:grid}.listing-fallback-visual dl div{min-width:0}.listing-fallback-visual dt{color:var(--text-muted);text-transform:uppercase;font-size:.7rem;font-weight:800}.listing-fallback-visual dd{color:var(--ink-soft);margin:.15rem 0 0;font-size:.84rem;font-weight:760}.manual-listing-form{border-top:1px solid var(--divider-strong);padding:clamp(1.15rem,4vw,2.5rem)}.manual-form-heading{gap:.55rem;margin-bottom:1.25rem;display:grid}.manual-form-heading h3{margin:0;font-size:1.35rem}.manual-form-heading>p{color:var(--text-secondary);max-width:680px;margin:0;font-size:.88rem;line-height:1.55}.listing-field-grid{gap:.95rem;display:grid}.listing-field{min-width:0}.listing-field-label{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.35rem .6rem;margin-bottom:.35rem;display:flex}.listing-field-label label{color:var(--ink-soft);font-size:.84rem;font-weight:800}.field-provenance{border-radius:4px;padding:.2rem .35rem;font-size:.66rem;font-weight:800;line-height:1.2;display:inline-flex}.provenance-imported{color:#07549e;background:#e5f1ff}.provenance-vin-verified{background:var(--green-surface);color:#176449}.provenance-user{color:#46576b;background:#edf0f4}.provenance-needs-confirmation{background:var(--amber-surface);color:#7d4b00}.listing-field input,.listing-field textarea{background:var(--paper);border:1px solid var(--divider-strong);border-radius:var(--radius-control);color:var(--ink);font:inherit;resize:vertical;width:100%;min-height:46px;padding:.65rem .75rem}.imported-listing-summary{border:1px solid var(--divider);border-radius:var(--radius-surface);gap:0;margin:0 0 1rem;display:grid;overflow:hidden}.imported-listing-summary div{gap:.25rem;padding:.75rem;display:grid}.imported-listing-summary div+div{border-top:1px solid var(--divider)}.imported-listing-summary dt{color:var(--text-muted);text-transform:uppercase;font-size:.7rem;font-weight:850}.imported-listing-summary dd{color:var(--ink);margin:0;font-weight:800}.imported-listing-summary small{color:var(--brand-strong);font-weight:760}.listing-field input[readonly]{background:var(--paper-cool);color:var(--text-secondary)}.listing-field input:focus,.listing-field textarea:focus{border-color:var(--brand);outline:0;box-shadow:0 0 0 3px #16b9e82b}.listing-field input[aria-invalid=true],.listing-field textarea[aria-invalid=true]{border-color:var(--coral)}.field-error{color:var(--coral);margin:.3rem 0 0;font-size:.78rem;font-weight:680}.optional-listing-fields{border-top:1px solid var(--divider);margin-top:1.2rem;padding-top:.9rem}.optional-listing-fields[open] summary{margin-bottom:1rem}.manual-form-footer{border-top:1px solid var(--divider);flex-direction:column;align-items:flex-start;gap:.85rem;margin-top:1.25rem;padding-top:1rem;display:flex}.manual-form-footer p{color:var(--text-muted);align-items:flex-start;gap:.4rem;margin:0;font-size:.8rem;line-height:1.5;display:flex}.manual-form-footer p svg{flex:none;width:16px;height:16px;margin-top:.15rem}.retry-limit-note{background:var(--amber-surface);border-left:3px solid var(--amber);color:var(--amber);margin:0;padding:.75rem 1rem;font-size:.84rem}.manual-listing-context{background:var(--paper-cool);border-block:1px solid var(--divider);padding:clamp(1.2rem, 4vw, 2rem) var(--gutter);align-items:start;gap:1.1rem;display:grid}.manual-listing-context h2{margin:0;font-size:1.45rem}.manual-listing-context p:not(.eyebrow){color:var(--text-secondary);max-width:620px;margin:.55rem 0 0;font-size:.87rem;line-height:1.55}.manual-listing-context>a{color:var(--brand-strong);align-items:center;gap:.4rem;font-size:.84rem;font-weight:800;display:inline-flex}.manual-listing-context>a svg{width:16px;height:16px}.manual-listing-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem 1.1rem;margin:0;display:grid}.manual-listing-facts div{min-width:0}.manual-listing-facts dt{color:var(--text-muted);text-transform:uppercase;font-size:.69rem;font-weight:800}.manual-listing-facts dd{color:var(--ink-soft);white-space:pre-line;margin:.15rem 0 0;font-size:.84rem;line-height:1.45}@media (width>=640px){.listing-field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}:is(.listing-field-wide,.listing-field:has(input[readonly])){grid-column:1/-1}.manual-form-footer{flex-direction:row;justify-content:space-between;align-items:center}}@media (width>=820px){.listing-fallback-intro{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr)}.manual-form-heading{grid-template-columns:minmax(0,.85fr) minmax(300px,1.15fr);align-items:end}.manual-listing-context{grid-template-columns:minmax(260px,.8fr) minmax(340px,1.2fr) auto}}.hero-art-panel{color:#fff;background:linear-gradient(145deg,#fffefa6b,#e7eff72e);border:1px solid #97a9be75;border-radius:14px;place-self:center;width:100%;max-width:610px;padding:clamp(.55rem,1.4vw,.85rem);position:relative;overflow:hidden;box-shadow:0 20px 46px #07142624}.hero-art-panel:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#ffffff2e,#fff0);height:36%;position:absolute;top:1px;left:1px;right:1px}.analyze-evidence-surface{background:radial-gradient(circle at 28% 20%,#65bee83d,#0000 34%),linear-gradient(145deg,#1a405e,#132d45 58%,#0d2136);border:1px solid #b2d5eb2e;border-radius:10px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff14}.analyze-evidence-surface:after{content:"";background:linear-gradient(90deg,#16b9e80f,#16b9e83d,#16b9e80a);height:1px;position:absolute;bottom:0;left:0;right:0}.analyze-evidence-svg{width:100%;height:auto;display:block}.analyze-surface-base{stroke:#d0e9f624;stroke-width:1px}.analyze-surface-grid,.analyze-evidence-spine,.analyze-evidence-entry-line,.analyze-evidence-source-line{fill:none;stroke-linecap:round;stroke-linejoin:round}.analyze-surface-grid{opacity:.24;stroke:#c7e5f542;stroke-width:1px}.analyze-evidence-spine,.analyze-evidence-entry-line,.analyze-evidence-source-line{stroke:#97d2ef57;stroke-width:2px;transition:stroke .22s var(--ease-out), opacity .22s var(--ease-out)}.analyze-evidence-surface.has-entry .analyze-evidence-entry-line,.analyze-evidence-surface.has-focus .analyze-evidence-entry-line,.analyze-focus-listing.has-entry .analyze-evidence-source-line,.analyze-evidence-surface.is-scanning .analyze-evidence-spine{stroke:#6fe1f7;opacity:1}.analyze-evidence-surface.has-entry .analyze-evidence-entry-line,.analyze-evidence-surface.has-focus .analyze-evidence-entry-line,.analyze-evidence-surface.is-scanning .analyze-evidence-spine{stroke-dasharray:520;stroke-dashoffset:520px;animation:evidence-draw .42s var(--ease-out) forwards}.analyze-vehicle-body{opacity:.92}.analyze-vehicle-glass{opacity:.98}.analyze-vehicle-shadow,.analyze-vehicle-lines,.analyze-vehicle-outline{fill:none;stroke-linecap:round;stroke-linejoin:round}.analyze-vehicle-shadow{stroke:#b3d5e747;stroke-width:2px}.analyze-vehicle-lines{stroke:#ebf7ffb8;stroke-width:2px}.analyze-vehicle-outline{stroke:#e0f7ff;stroke-width:3.5px}.analyze-wheel{fill:#071320;stroke:#92dbed;stroke-width:4px}.analyze-rim{fill:#23445f;stroke:#e2f7ffd1;stroke-width:2.5px}.analyze-vehicle-region{color:#bbd7e87a;transition:color .24s var(--ease-out), opacity .24s var(--ease-out), transform .24s var(--ease-out)}.analyze-vehicle-region circle{fill:#142b40b8;stroke:currentColor;stroke-width:1.5px}.analyze-vehicle-region path{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.analyze-vehicle-region.is-active{color:#71e5f7;opacity:1;transform:translateY(-4px)}.analyze-vehicle-region.is-active circle{filter:drop-shadow(0 0 12px #71e5f757)}.analyze-input-node rect,.analyze-source-node rect{fill:#f4faff14;stroke:#cce6f452;stroke-width:1px}.analyze-input-node path,.analyze-source-node path{fill:none;stroke:#e6f6ff94;stroke-linecap:round;stroke-width:2px}.analyze-input-node circle,.analyze-source-node circle{fill:#7f94a6b8;transition:fill .22s var(--ease-out), transform .22s var(--ease-out)}.analyze-evidence-surface.has-entry .analyze-input-node circle,.analyze-evidence-surface.has-focus .analyze-input-node circle,.analyze-focus-listing.has-entry .analyze-source-node circle{fill:#72e5f7}.analyze-scan-line rect{fill:#46defa6b}.analyze-scan-line path{stroke:#91efff;stroke-linecap:round;stroke-width:3px}.analyze-evidence-surface.is-scanning .analyze-scan-line{animation:vehicle-scan 1.7s var(--ease-out) infinite}.analyze-evidence-status{background:linear-gradient(#f6fbfe13,#f6fbfe0b);border-top:1px solid #c4e0f02e;gap:.22rem;padding:.45rem clamp(.85rem,2vw,1.05rem) .95rem;display:grid}.analyze-status-row{color:#eff8fdc7;min-height:46px;transition:color .22s var(--ease-out), transform .22s var(--ease-out);grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.7rem;padding:.22rem 0;display:grid}.analyze-status-row.is-emphasized,.analyze-status-active,.analyze-status-ready,.analyze-status-needs-confirmation{color:#fff}.analyze-status-row.is-emphasized{transform:translate(4px)}.analyze-status-marker{color:#b8cfdedb;justify-content:center;align-items:center;width:24px;display:inline-flex;position:relative;top:.1rem}.analyze-status-marker svg{width:17px;height:17px}.analyze-status-row span:last-child{flex-wrap:wrap;align-items:baseline;gap:.5rem;min-width:0;display:flex}.analyze-status-row strong{font-size:.84rem}.analyze-status-row small{color:#e0eff89e;font-size:.74rem;font-weight:720}.analyze-status-row em{color:#e2f0f8b3;flex-basis:100%;font-size:.75rem;font-style:normal;line-height:1.3}.analyze-status-active .analyze-status-marker,.analyze-status-ready .analyze-status-marker,.analyze-status-complete .analyze-status-marker{color:#72e5f7}.analyze-status-needs-confirmation .analyze-status-marker,.analyze-status-unavailable .analyze-status-marker{color:var(--amber)}.analyze-status-failed .analyze-status-marker{color:var(--coral)}.vin-scan-graphic svg{width:100%;height:auto;display:block}.graphic-legend{border-top:1px solid #aee8ff2e;grid-template-columns:repeat(4,minmax(0,1fr));gap:.3rem;padding-top:.75rem;display:grid}.graphic-legend-item{color:#eef8ffb3;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;min-width:0;font-size:.68rem;font-weight:750;display:flex}.graphic-legend-item svg{color:#7adcf7;width:17px;height:17px}.graphic-legend-item.is-active{color:#fff}.vehicle-ground{fill:none;stroke:#80a3c46b;stroke-width:2px}.vehicle-body-fill{opacity:.88}.vehicle-glass{opacity:.96}.vehicle-glass-divider,.vehicle-detail-line,.vehicle-handle{fill:none;stroke:#ebf7ffb8;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.vehicle-body-outline{fill:none;stroke:#d9f5ff;stroke-linecap:round;stroke-linejoin:round;stroke-width:4px}.vehicle-wheel-tire{fill:#08111d;stroke:#89dff5;stroke-width:5px}.vehicle-wheel-rim{fill:#1d3750;stroke:#dcf6ffcc;stroke-width:3px}.vehicle-wheel-hub{fill:#b4edfb}.vehicle-progress-outline{fill:none;stroke:var(--cyan);stroke-linecap:round;stroke-linejoin:round;stroke-width:7px;transition:stroke-dashoffset var(--duration-slow) var(--ease-out)}.vehicle-scan path{stroke:#80eaff;stroke-width:3px}.vehicle-scan-glow{fill:#22cff7b3}.vin-scan-graphic.is-scanning .vehicle-scan{animation:vehicle-scan 1.85s var(--ease-out) infinite}@keyframes vehicle-scan{0%{opacity:0;transform:translate(0)}12%,88%{opacity:1}to{opacity:0;transform:translate(548px)}}.vehicle-data-flow{gap:.2rem;margin-top:.7rem;display:grid}.data-flow-node{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.55rem;min-height:34px;padding:.15rem 0;display:grid;position:relative}.data-flow-icon{z-index:1;justify-content:center;align-items:center;width:22px;display:inline-flex;position:relative}.data-flow-icon svg{width:17px;height:17px}.flow-status-dot{background:#7d8a9b;border:2px solid;border-radius:50%;width:9px;height:9px;display:block}.data-flow-copy{align-items:baseline;gap:.45rem;min-width:0;display:flex}.data-flow-copy strong{font-size:.77rem}.data-flow-copy small{font-size:.69rem}.data-flow-connector{opacity:.22;background:currentColor;width:1px;height:.7rem;position:absolute;bottom:-.45rem;left:10px}.data-flow-dark{color:#f4faffcc;border-top:1px solid #aee8ff2e;padding-top:.6rem}.data-flow-dark .data-flow-copy small{color:#e2eef794}.data-flow-light{color:var(--text)}.data-flow-node-complete .data-flow-icon,.data-flow-node-ready .data-flow-icon,.data-flow-node-active .data-flow-icon{color:var(--cyan)}.data-flow-node-needs-confirmation .data-flow-icon,.data-flow-node-unavailable .data-flow-icon{color:var(--amber)}.data-flow-node-failed .data-flow-icon{color:var(--coral)}.data-flow-node-active .data-flow-icon:after{content:"";border:1px solid;border-radius:50%;width:23px;height:23px;animation:1.4s ease-out infinite source-pulse;position:absolute}@keyframes source-pulse{0%{opacity:.75;transform:scale(.7)}to{opacity:0;transform:scale(1.25)}}@keyframes evidence-draw{to{stroke-dashoffset:0}}.buyer-promise-band{border-bottom:1px solid var(--divider);border-top:1px solid var(--divider);background:#e8edf3}.buyer-promise-inner{align-items:center;gap:1rem;padding-top:clamp(1.4rem,4vw,2.2rem);padding-bottom:clamp(1.4rem,4vw,2.2rem);display:grid}.buyer-promise-inner h2{margin:0;font-size:clamp(1.45rem,4vw,2rem)}.buyer-promise-inner p{color:var(--text-secondary);max-width:650px;margin:0;line-height:1.55}:root[data-theme=dark] .site-header{background:linear-gradient(#061021fa,#07162af2);border-bottom-color:#4ba3ff3d;box-shadow:0 12px 34px #0006124d}:root[data-theme=dark] .desktop-nav a{color:#bfd3e8}:root[data-theme=dark] .desktop-nav a:hover,:root[data-theme=dark] .desktop-nav a.active{color:#f3f8ff}:root[data-theme=dark] .desktop-nav a:after,:root[data-theme=dark] .mobile-nav a:before{background:linear-gradient(90deg, var(--brand), var(--cyan))}:root[data-theme=dark] .mobile-nav{background:#061021f7;border-top-color:#4ba3ff3d}:root[data-theme=dark] .mobile-nav a{color:#9eb6cf}:root[data-theme=dark] .mobile-nav a.active{color:#f3f8ff}:root[data-theme=dark] .analyze-page{background:radial-gradient(circle at 18% 17%,#4ba3ff26,#0000 24rem),radial-gradient(circle at 68% 35%,#31d6ff1c,#0000 22rem),linear-gradient(#061021 0%,#071a31 52%,#08182c 100%)}:root[data-theme=dark] .analyze-hero{isolation:isolate}:root[data-theme=dark] .analyze-hero:before{content:"";inset:0 calc(-1 * var(--gutter));pointer-events:none;z-index:-1;background:linear-gradient(115deg,#091f39b8,#06102100 48%),radial-gradient(circle at 73% 45%,#31d6ff14,#0000 20rem);position:absolute}:root[data-theme=dark] .analyze-hero:after{background:linear-gradient(90deg,#4ba3ff00,#4ba3ff70,#31d6ff24)}:root[data-theme=dark] .hero-copy .eyebrow{color:#9ed0ff}:root[data-theme=dark] .hero-copy h1{color:#f7fbff;text-shadow:0 2px 24px #000a1e6b}:root[data-theme=dark] .hero-copy>p:not(.eyebrow){color:#c5d9ed}:root[data-theme=dark] .intake-panel{background:linear-gradient(#0f243efa,#0a1b31f5);border-color:#4ba3ff4d;box-shadow:0 26px 58px #0006126b,inset 0 1px #9ed0ff14}:root[data-theme=dark] .intake-panel:after{opacity:.55;background:linear-gradient(90deg,#31d6ff00,#31d6ff66,#31d6ff00)}:root[data-theme=dark] .intake-panel:focus-within,:root[data-theme=dark] .intake-panel.has-entry{border-color:#31d6ff70;box-shadow:0 30px 70px #00081880,0 0 0 1px #31d6ff1f,inset 0 1px #9ed0ff1a}:root[data-theme=dark] .intake-panel label{color:#eef6ff}:root[data-theme=dark] .entry-toggle{background:#051122c2;border-color:#38526fbd}:root[data-theme=dark] .entry-toggle button{color:#a9bfd5}:root[data-theme=dark] .entry-toggle button:hover,:root[data-theme=dark] .entry-toggle button:focus-visible{color:#eef6ff}:root[data-theme=dark] .entry-toggle button.selected{color:#f3f8ff;background:linear-gradient(#4ba3ff42,#31d6ff1c);box-shadow:inset 0 0 0 1px #9ed0ff29,0 8px 18px #00071447}:root[data-theme=dark] .input-row{background:#051122eb;border-color:#4ba3ff47}:root[data-theme=dark] .input-row:focus-within{border-color:var(--cyan);box-shadow:0 0 0 4px #31d6ff2b,0 12px 26px #0008186b}:root[data-theme=dark] .input-row>svg{color:#78c7ff}:root[data-theme=dark] .input-row input{color:#f7fbff}:root[data-theme=dark] .input-row input::placeholder{color:#9bb2cc}:root[data-theme=dark] .input-row button{color:#fff;background:linear-gradient(135deg,#4ba3ff,#0875e8 58%,#005ec7);border-color:#9ed0ff66;box-shadow:0 12px 26px #012d6c5c}:root[data-theme=dark] .input-row button:hover:not(:disabled){background:linear-gradient(135deg,#65b3ff,#1684f4 58%,#0769d6);box-shadow:0 16px 32px #012d6c70}:root[data-theme=dark] .input-row button:disabled{box-shadow:none;color:#aebfd2;background:#334b68;border-color:#46617d}:root[data-theme=dark] .secondary-actions a,:root[data-theme=dark] .secondary-actions button{color:#9ed0ff;text-decoration-color:#9ed0ff5c}:root[data-theme=dark] .secondary-actions a:hover,:root[data-theme=dark] .secondary-actions button:not(:disabled):hover{color:#dcecff;text-decoration-color:#31d6ff9e}:root[data-theme=dark] .secondary-actions button:disabled{color:#839ab5}:root[data-theme=dark] .intake-panel .help-text,:root[data-theme=dark] .intake-panel .source-note,:root[data-theme=dark] .trust-line{color:#b8cce2}:root[data-theme=dark] .trust-line svg{color:#66c3ff}:root[data-theme=dark] .hero-art-panel{background:linear-gradient(#0e223af5,#08172afa);border-color:#4ba3ff3d;box-shadow:0 28px 64px #00061273,inset 0 1px #9ed0ff14}:root[data-theme=dark] .hero-art-panel:before{background:linear-gradient(#9ed0ff14,#9ed0ff00)}:root[data-theme=dark] .analyze-evidence-surface{background:radial-gradient(circle at 27% 19%,#4ba3ff26,#0000 29%),radial-gradient(circle at 74% 25%,#31d6ff1c,#0000 24%),linear-gradient(145deg,#0d233d,#0a1b31 58%,#071525);border-color:#4ba3ff33;box-shadow:inset 0 1px #9ed0ff14}:root[data-theme=dark] .analyze-surface-base{stroke:#9ed0ff1a}:root[data-theme=dark] .analyze-surface-grid{opacity:.18;stroke:#9ed0ff38}:root[data-theme=dark] .analyze-evidence-spine,:root[data-theme=dark] .analyze-evidence-entry-line,:root[data-theme=dark] .analyze-evidence-source-line{stroke:#90c7e757}:root[data-theme=dark] .analyze-evidence-surface.has-entry .analyze-evidence-entry-line,:root[data-theme=dark] .analyze-evidence-surface.has-focus .analyze-evidence-entry-line,:root[data-theme=dark] .analyze-focus-listing.has-entry .analyze-evidence-source-line,:root[data-theme=dark] .analyze-evidence-surface.is-scanning .analyze-evidence-spine{stroke:#61dfff}:root[data-theme=dark] .analyze-vehicle-body{opacity:.96}:root[data-theme=dark] .analyze-vehicle-lines{stroke:#f4faffad}:root[data-theme=dark] .analyze-vehicle-outline{stroke:#d8f4ff}:root[data-theme=dark] .analyze-vehicle-region{color:#b2d3e88f}:root[data-theme=dark] .analyze-vehicle-region circle{fill:#091b30c7}:root[data-theme=dark] .analyze-input-node rect,:root[data-theme=dark] .analyze-source-node rect{fill:#08182bd1;stroke:#9ed0ff3d}:root[data-theme=dark] .analyze-input-node path,:root[data-theme=dark] .analyze-source-node path{stroke:#e7f5ff9e}:root[data-theme=dark] .analyze-evidence-status{background:linear-gradient(#0b1e35e6,#081628f5);border-top-color:#4ba3ff2e;gap:.32rem}:root[data-theme=dark] .analyze-status-row{color:#d9e8f7}:root[data-theme=dark] .analyze-status-row.is-emphasized,:root[data-theme=dark] .analyze-status-active,:root[data-theme=dark] .analyze-status-ready,:root[data-theme=dark] .analyze-status-needs-confirmation{color:#fff}:root[data-theme=dark] .analyze-status-marker{color:#a8bfd6}:root[data-theme=dark] .analyze-status-row small{color:#a9bfd6}:root[data-theme=dark] .analyze-status-row em{color:#bed2e7}:root[data-theme=dark] .evidence-scroll-cue{color:#9eb6cf}:root[data-theme=dark] .evidence-scroll-cue span:before{background:linear-gradient(90deg, var(--brand), #31d6ff00)}:root[data-theme=dark] .buyer-promise-band{background:linear-gradient(#08182c,#071426);border-top-color:#4ba3ff33;border-bottom-color:#4ba3ff24}.buyer-protection-graphic{color:var(--brand);width:100%;max-width:540px;display:block}.buyer-system-line{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:3px;stroke-dasharray:390;stroke-dashoffset:390px;animation:evidence-draw .52s var(--ease-out) both}.buyer-system-node circle{fill:var(--paper);stroke:currentColor;stroke-width:2px}.buyer-system-node path{fill:none;stroke:var(--ink-soft);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px}.buyer-system-node text{fill:var(--text-secondary);text-anchor:middle;font-size:.78rem;font-weight:760}.content-page,.report-page{max-width:var(--shell);padding:clamp(1.8rem, 5vw, 4rem) var(--gutter) clamp(5rem, 9vw, 7rem);margin-inline:auto;overflow-x:clip}.page-header,.simple-page-header,.inspection-header,.quote-header{margin-bottom:clamp(2rem,6vw,4.5rem)}.page-header-editorial{gap:1.5rem;display:grid}.change-summary{border-left:3px solid var(--cyan);color:var(--text-secondary);gap:.35rem;max-width:430px;padding-left:1rem;display:grid}.change-summary strong{color:var(--ink)}.empty-state-editorial{border-bottom:1px solid var(--divider);border-top:1px solid var(--divider);align-items:center;gap:clamp(1.25rem,4vw,3rem);padding:clamp(2rem,7vw,5rem) 0;display:grid}.empty-state-editorial h2{margin:0 0 .65rem}.empty-state-editorial p{color:var(--text-secondary);max-width:600px;line-height:1.6}.empty-garage-graphic{max-height:250px}.garage-frame,.garage-floor,.garage-empty-mark{fill:none;stroke:var(--brand);stroke-linecap:round;stroke-linejoin:round}.garage-frame{stroke-width:5px}.garage-floor{opacity:.45;stroke-width:3px}.garage-empty-mark{opacity:.38;stroke-width:7px}.trust-status{border:1px solid;border-radius:999px;align-items:center;gap:.35rem;width:fit-content;min-height:30px;padding:.35rem .55rem;font-size:.76rem;font-weight:800;line-height:1;display:inline-flex}.trust-status svg{flex:none;width:15px;height:15px}.trust-compact{min-height:26px;padding:.28rem .45rem;font-size:.69rem}.trust-verified,.trust-user-confirmed,.trust-user-corrected{background:var(--green-surface);color:var(--green)}.trust-dealer-claimed,.trust-imported,.trust-estimated,.trust-warning{background:var(--amber-surface);color:var(--amber)}.trust-unknown,.trust-unavailable,.trust-cached{color:#53657b;background:#edf1f5}.trust-failed{background:var(--coral-surface);color:var(--coral)}.vehicle-row-list{display:grid}.vehicle-row-list>.reveal{border-top:1px solid var(--divider)}.vehicle-row-list>.reveal:last-child{border-bottom:1px solid var(--divider)}.vehicle-workspace-row{color:inherit;transition:background var(--duration), transform var(--duration);gap:1rem;padding:1.2rem 0;text-decoration:none;display:grid;position:relative}.vehicle-workspace-row:hover{background:#ffffff6b;transform:translateY(-1px)}.vehicle-row-visual{--graphic-body-start:#d8eaff;--graphic-body-end:#7daeea;--graphic-glass-start:#d8e4f0;--graphic-glass-end:#91a9c0;align-self:center}.vehicle-profile-graphic{width:100%;display:block}.vehicle-profile-graphic.is-compact{max-height:130px}.vehicle-profile-graphic .vehicle-body-outline,.inspection-graphic .vehicle-body-outline{stroke:var(--brand-strong)}.vehicle-profile-graphic .vehicle-detail-line,.vehicle-profile-graphic .vehicle-glass-divider,.vehicle-profile-graphic .vehicle-handle,.inspection-graphic .vehicle-detail-line,.inspection-graphic .vehicle-glass-divider,.inspection-graphic .vehicle-handle{stroke:#07142685}.vehicle-profile-graphic .vehicle-wheel-tire,.inspection-graphic .vehicle-wheel-tire{stroke:var(--brand-strong)}.vehicle-row-identity{gap:.25rem;display:grid}.vehicle-row-identity small{font-variant-numeric:tabular-nums;letter-spacing:.06em}.vehicle-row-identity strong{color:var(--ink);font-size:1.15rem}.vehicle-row-identity span{color:var(--text-secondary);font-size:.86rem}.vehicle-row-facts{gap:.8rem;margin:0;display:grid}.vehicle-row-facts div{gap:.2rem;display:grid}.vehicle-row-facts dt{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.68rem;font-weight:800}.vehicle-row-facts dd{color:var(--text-secondary);margin:0;font-size:.83rem;line-height:1.45}.vehicle-row-status{flex-wrap:wrap;align-items:flex-start;gap:.55rem;display:flex}.vehicle-row-status>svg{color:var(--brand);height:19px;margin-left:auto}.comparison-graphic{color:var(--brand);width:min(100%,520px);min-height:150px;display:block}.comparison-frame,.comparison-axis,.comparison-row-guide path{fill:none;stroke:currentColor}.comparison-frame{opacity:.5;stroke-width:2px}.comparison-axis{opacity:.18}.comparison-row-guide path{opacity:.22}.comparison-row-guide circle{fill:var(--paper);stroke:currentColor;stroke-width:2px}.comparison-vehicle-column path:first-child{fill:#0868df14;stroke:#0868df57}.comparison-vehicle-roof{fill:#16b9e838;stroke:#0868df61}.comparison-vehicle-column circle{fill:var(--brand)}.comparison-decision-line{fill:none;stroke:var(--coral);stroke-linecap:round;stroke-width:4px;stroke-dasharray:420;stroke-dashoffset:420px;animation:evidence-draw .52s var(--ease-out) .16s both}.comparison-scroll{overscroll-behavior-inline:contain;overflow-x:auto}.comparison-table{border-bottom:1px solid var(--divider);min-width:570px}.comparison-table.comparison-count-3{min-width:760px}.comparison-table>div{grid-template-columns:minmax(150px,.72fr) repeat(2,minmax(185px,1fr));display:grid}.comparison-table.comparison-count-3>div{grid-template-columns:minmax(150px,.72fr) repeat(3,minmax(185px,1fr))}.comparison-table>div>*{border-top:1px solid var(--divider);overflow-wrap:anywhere;min-width:0;padding:1rem}.comparison-table>div>*+*{border-left:1px solid var(--divider)}.comparison-table .comparison-header-row{z-index:5;background:#f7f9fcf5;position:sticky;top:0}.comparison-header-row>strong{gap:.6rem;display:grid}.comparison-table [role=row]>:first-child{color:var(--ink);z-index:2;background:#eef2f6c2;font-size:.82rem;position:sticky;left:0}.comparison-table [role=cell]{color:var(--text-secondary);font-size:.88rem}.comparison-table .has-difference [role=cell]{color:var(--ink);background:#16b9e80e;font-weight:760}.comparison-table .is-shared [role=cell]{color:var(--text-muted)}.inspection-header,.quote-header{gap:1.5rem;display:grid}.inspection-vin{color:var(--brand-strong);font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:800}.inspection-graphic{--graphic-body-start:#d9eaff;--graphic-body-end:#81ade5;--graphic-glass-start:#d7e3ee;--graphic-glass-end:#96aabd}.inspection-graphic svg{width:100%;display:block}.inspection-regions circle{fill:var(--paper);stroke:var(--brand);stroke-width:4px}.inspection-graphic.has-concerns .inspection-regions circle:last-child{fill:var(--coral-surface);stroke:var(--coral)}.inspection-progress-track{background:#d9e0e8;height:4px;overflow:hidden}.inspection-progress-track span{background:linear-gradient(90deg, var(--brand), var(--cyan));height:100%;transition:width var(--duration-slow) var(--ease-out);display:block}.inspection-summary{border-bottom:1px solid var(--divider);border-top:1px solid var(--divider);grid-template-columns:repeat(3,1fr);gap:.7rem;margin-bottom:1.5rem;padding:.9rem 0;display:grid}.inspection-summary span{color:var(--text-secondary);font-size:.73rem;line-height:1.35}.inspection-summary strong{color:var(--ink);font-variant-numeric:tabular-nums;font-size:1.35rem;display:block}.inspection-summary .has-concern strong{color:var(--coral)}.inspection-list{display:grid}.inspection-item{border-top:1px solid var(--divider);grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.9rem;padding:1.2rem 0;display:grid}.inspection-list .inspection-item:last-child{border-bottom:1px solid var(--divider)}.inspection-item-icon{border-radius:var(--radius-control);color:var(--brand-strong);background:#e3edf8;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.inspection-item-icon svg{width:21px;height:21px}.inspection-item-copy small{color:var(--brand-strong);letter-spacing:.07em;text-transform:uppercase;font-size:.7rem;font-weight:820}.inspection-item-copy h2{margin:.2rem 0 .35rem;font-size:1rem}.inspection-item-copy p{color:var(--text-secondary);margin:0;font-size:.84rem;line-height:1.5}.inspection-state-control{grid-column:1/-1;gap:.3rem;display:grid}.inspection-state-control>span{color:var(--text-muted);font-size:.7rem;font-weight:800}.inspection-status-acceptable{border-left:3px solid var(--green);padding-left:.75rem}.inspection-status-concern,.inspection-status-expert{border-left:3px solid var(--coral);padding-left:.75rem}.quote-review-graphic{border-radius:var(--radius-surface);background:#0b1e34;align-self:center;min-height:150px;padding:2rem 1.4rem}.quote-flow-line{align-items:stretch;gap:3px;height:34px;display:flex;overflow:hidden}.quote-flow-segment,.quote-flow-empty{min-width:8px;transition:flex-grow var(--duration-slow) var(--ease-out);display:block}.quote-flow-empty{background:repeating-linear-gradient(90deg,#31465f 0 16px,#0000 16px 25px);width:100%}.quote-flow-base{background:var(--brand)}.quote-flow-government{background:#63a7e8}.quote-flow-dealer{background:#e0a84f}.quote-flow-optional{background:#d36b72}.quote-flow-credit{background:#48a583}.quote-flow-finance{background:#8a77c4}.quote-flow-symbols{color:#bcefff;grid-template-columns:auto 1fr auto;align-items:center;gap:.6rem;margin-top:1rem;display:grid}.quote-flow-symbols span{background:#bcefff59;height:1px}.quote-flow-symbols svg{width:22px;height:22px}.quote-workspace{gap:clamp(2rem,5vw,4rem);display:grid}.quote-entry-panel{align-self:start;gap:1rem;display:grid}.section-heading h2,.quote-entry-panel h2{margin:0}.quote-entry-panel label{gap:.35rem;display:grid}.quote-entry-panel label>span{color:var(--text-secondary);font-size:.77rem;font-weight:800}.quote-entry-fields{gap:.8rem;display:grid}.money-input{background:var(--paper);border:1px solid var(--divider-strong);border-radius:var(--radius-control);grid-template-columns:auto 1fr;align-items:center;min-height:46px;padding-left:.75rem;display:grid}.money-input:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #16b9e829}.money-input>span{color:var(--text-muted)}.money-input input{border:0;outline:0;min-width:0}.quote-review-panel{min-width:0}.quote-empty{border-bottom:1px solid var(--divider);border-top:1px solid var(--divider);align-items:flex-start;gap:1rem;margin-top:1rem;padding:1.5rem 0;display:flex}.quote-empty>svg{color:var(--brand);flex:none;width:34px;height:34px}.quote-empty h3{margin:0 0 .4rem}.quote-empty p{color:var(--text-secondary);margin:0;line-height:1.55}.quote-lines{margin-top:1rem}.quote-line{border-top:1px solid var(--divider);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.6rem;padding:.9rem 0;display:grid}.quote-line>.trust-status{grid-column:1/-1}.quote-line>span{gap:.2rem;display:grid}.quote-line-category{color:var(--text-muted);cursor:pointer;background:0 0;border:0;width:fit-content;max-width:100%;padding:0;font-size:.75rem}.quote-line-category:focus-visible{outline-offset:2px}.quote-line b,.quote-total strong{font-variant-numeric:tabular-nums}.quote-category-optional,.quote-category-dealer{background:linear-gradient(90deg,#fff1cf80,#0000 75%)}.quote-total{background:var(--ink);border-radius:var(--radius-surface);color:#fff;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding:1rem;display:flex}.quote-total>span{gap:.25rem;display:grid}.quote-total small{color:#ffffffa3}.quote-total strong{color:#fff;font-size:clamp(1.45rem,5vw,2.1rem)}.quote-financing-note{border-bottom:1px solid var(--divider);gap:.4rem;padding:1rem 0;display:grid}.quote-financing-note span{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.dealership-page{color:#fff;min-height:calc(100vh - 66px);padding-bottom:calc(84px + env(safe-area-inset-bottom));background:#071426}.dealership-content{padding-top:clamp(2rem,6vw,4rem);padding-bottom:clamp(3rem,8vw,6rem)}.dealership-page h1,.dealership-page h2,.dealership-page h3{color:#fff}.dealership-page .eyebrow{color:#7cdff7}.dealership-page .lede{color:#eff6fcbf}.dealership-hero{gap:2rem;display:grid}.dealership-hero h1{font-size:clamp(2.6rem,10vw,5rem)}.dealership-hero .buyer-protection-graphic{color:#7cdff7;max-width:620px}.dealership-hero .buyer-system-node circle{fill:#eff6fc14}.dealership-hero .buyer-system-node path{stroke:#eff6fce0}.dealership-hero .buyer-system-node text{fill:#eff6fcb8}.dealership-identity{align-items:flex-start;gap:.7rem;margin-top:1.5rem;display:grid}.dealership-identity strong{color:#eff6fcbf;font-variant-numeric:tabular-nums;font-size:.88rem;line-height:1.5}.dealer-decision-rail{border-top:1px solid #d5e7f52e;border-bottom:1px solid #d5e7f52e;gap:1px;margin:clamp(2.5rem,7vw,5rem) 0;display:grid}.dealer-decision-rail>div{gap:.35rem;padding:1rem 0;display:grid}.dealer-decision-rail small{color:#7cdff7;letter-spacing:.07em;text-transform:uppercase;font-size:.7rem;font-weight:800}.dealer-decision-rail strong{color:#fff;font-size:clamp(1.25rem,4vw,1.75rem)}.dealer-decision-rail span{color:#eff6fc99;font-size:.8rem}.dealership-sections{gap:3rem;display:grid}.dealer-focus-section{border-top:1px solid #d5e7f52e;padding-top:1.5rem}.dealer-focus-section h2{margin:0 0 .9rem}.dealer-focus-section p,.dealer-focus-section blockquote{color:#eff6fcb8;font-size:1rem;line-height:1.6}.dealer-focus-section blockquote{color:#fff;border-left:3px solid #7cdff7;margin:1.25rem 0;padding-left:1rem;font-size:clamp(1.08rem,3vw,1.35rem);font-weight:670}.dealership-page .text-link{color:#7cdff7}.writing-checklist{gap:.8rem;padding:0;list-style:none;display:grid}.writing-checklist li{align-items:flex-start;gap:.75rem;line-height:1.5;display:flex}.writing-checklist svg{color:#7cdff7;flex:none;height:21px;margin-top:.1rem}.dealer-action-dock{bottom:calc(70px + env(safe-area-inset-bottom));z-index:45;background:#0b1e34fa;border-top:1px solid #7cdff740;grid-template-columns:repeat(3,1fr);display:grid;position:fixed;left:0;right:0}.dealer-action-dock a{color:#fff;min-height:70px;transition:background var(--duration), transform var(--duration-fast);flex-direction:column;justify-content:center;align-items:center;gap:.35rem;font-size:.75rem;font-weight:760;text-decoration:none;display:flex}.dealer-action-dock a:hover{background:#7cdff717}.dealer-action-dock a:active{transform:scale(.985)}.dealer-action-dock svg{color:#7cdff7;width:22px;height:22px}.report-loading-page{max-width:1200px}.loading-panel{background:var(--paper);border:1px solid var(--divider);border-radius:var(--radius-surface);box-shadow:var(--shadow-soft);align-items:center;gap:2rem;padding:clamp(1.2rem,5vw,3rem);display:grid}.loading-panel h1{font-size:clamp(2.2rem,7vw,4.2rem)}.error-state-page{max-width:800px}.error-state-page h1{margin-top:1rem}.route-loading h1{font-size:clamp(2rem,7vw,3.5rem)}.route-loading-lines{gap:.65rem;max-width:680px;margin-top:2rem;display:grid}.route-loading-lines span{background:#d9e2ec;height:10px;animation:1.4s ease-in-out infinite alternate loading-sheen;display:block}.route-loading-lines span:first-child{width:84%}.route-loading-lines span:nth-child(2){width:62%;animation-delay:.12s}.route-loading-lines span:nth-child(3){width:72%;animation-delay:.24s}@keyframes loading-sheen{0%{opacity:.42}to{opacity:.9}}.report-page{padding-top:clamp(1.2rem,4vw,3rem)}.report-masthead{border-bottom:1px solid var(--divider-strong);align-items:center;gap:clamp(1.5rem,5vw,4rem);padding-bottom:clamp(2rem,6vw,4.5rem);display:grid}.report-masthead h1{max-width:920px;font-size:clamp(2.35rem,9vw,5.2rem)}.vin-line{color:var(--brand-strong);font-variant-numeric:tabular-nums;letter-spacing:.08em;margin:.8rem 0 1rem;font-size:.86rem;font-weight:850}.masthead-meta{border-bottom:1px solid var(--divider);border-top:1px solid var(--divider);margin:1rem 0;display:grid}.masthead-meta div{grid-template-columns:minmax(105px,.38fr) 1fr;gap:.25rem;padding:.58rem 0;display:grid}.masthead-meta div+div{border-top:1px solid #d4dce6ad}.masthead-meta dt{color:var(--text-muted);font-size:.72rem;font-weight:750}.masthead-meta dd{color:var(--ink);font-variant-numeric:tabular-nums;margin:0;font-size:.8rem;font-weight:760}.report-trust-line{flex-wrap:wrap;align-items:center;gap:.7rem;display:flex}.report-trust-line>span{color:var(--text-muted);font-size:.8rem}.cache-note{background:var(--amber-surface);border-left:3px solid var(--amber);color:#744b08;padding:.75rem;line-height:1.5}.masthead-actions{flex-wrap:wrap;gap:.55rem;margin-top:1.2rem;display:flex}.masthead-actions a:not(.primary-link),.negotiation-actions a{border:1px solid var(--divider-strong);border-radius:var(--radius-control);color:var(--brand-strong);min-height:46px;transition:background var(--duration), border-color var(--duration), transform var(--duration-fast);background:0 0;align-items:center;gap:.4rem;padding:.65rem .8rem;font-size:.84rem;font-weight:800;text-decoration:none;display:inline-flex}.masthead-actions a:hover,.negotiation-actions a:hover{background:var(--paper);border-color:var(--brand);transform:translateY(-1px)}.masthead-actions svg{width:17px;height:17px}.masthead-visual{--graphic-body-start:#e3edfa;--graphic-body-end:#8ab4e8;--graphic-glass-start:#dae5ef;--graphic-glass-end:#8ea4b9;border:1px solid var(--divider);border-radius:var(--radius-surface);box-shadow:var(--shadow-soft);background:linear-gradient(#fffefaf5,#f7f9fceb);gap:0;min-width:0;display:grid;overflow:hidden}.dossier-visual-stage{color:#e2f1fbe6;background:radial-gradient(circle at 18% 18%,#16b9e81f,#0000 36%),linear-gradient(135deg,#0b1e34,#132a45);padding:clamp(.85rem,2vw,1.25rem)}.dossier-visual-stage .vehicle-profile-graphic{max-height:285px;margin-inline:auto;display:block}.dossier-evidence-panel{gap:1rem;padding:clamp(1rem,2.4vw,1.35rem);display:grid}.dossier-evidence-panel h2{margin:0;font-size:clamp(1.2rem,3vw,1.55rem)}.dossier-evidence-panel p:not(.eyebrow){color:var(--text-secondary);margin:.45rem 0 0;font-size:.88rem;line-height:1.55}.dossier-evidence-grid{gap:0;margin:0;display:grid}.dossier-evidence-item{border-top:1px solid var(--divider);grid-template-columns:minmax(78px,.42fr) minmax(0,1fr) auto;align-items:center;gap:.35rem .7rem;min-height:50px;padding:.55rem 0;display:grid}.dossier-evidence-item dt{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.7rem;font-weight:820}.dossier-evidence-item dd{color:var(--ink);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;min-width:0;margin:0;font-size:.84rem;font-weight:760}.dossier-unknown dd{color:var(--text-muted);font-weight:650}.report-section-nav{border-bottom:1px solid var(--divider);margin-inline:calc(-1 * var(--gutter));padding:0 var(--gutter);z-index:20;background:#f7f9fcf2;gap:1.2rem;display:flex;position:sticky;top:66px;overflow-x:auto}.report-section-nav a{color:var(--text-secondary);flex:none;padding:.8rem 0;font-size:.76rem;font-weight:800;text-decoration:none;position:relative}.report-section-nav a:hover,.report-section-nav a:focus{color:var(--brand-strong)}:root[data-theme=dark] .masthead-visual{border-color:var(--divider-strong);background:linear-gradient(#0d1c33fa,#102642f0)}:root[data-theme=dark] .dossier-evidence-panel{background:var(--paper)}:root[data-theme=dark] .report-section-nav{border-color:var(--divider-strong);background:#0d1c33f5}.verdict-section{border-radius:var(--radius-surface);box-shadow:var(--shadow-soft);color:#071426;background:linear-gradient(#f6fbff,#eef5fb);border:1px solid #b8c4d2d6;align-items:start;gap:clamp(1.5rem,4vw,3rem);margin:clamp(2rem,6vw,4.5rem) 0 1.5rem;padding:clamp(1.2rem,4vw,2.5rem);display:grid}.verdict-section .eyebrow{color:#0868df}.verdict{color:#071426;letter-spacing:0;font-size:clamp(1.85rem,6vw,3.6rem);font-weight:880;line-height:1.02;display:block}.verdict-section h2{color:#06377f;margin:1rem 0 .65rem;font-size:clamp(1.05rem,3vw,1.35rem);line-height:1.35}.verdict-section p{color:#40526a;line-height:1.6}.verdict-facts{gap:1rem;margin:0;display:grid}.verdict-facts div{border-radius:var(--radius-control);background:#fffefabd;border:1px solid #b8c4d2c7;gap:.25rem;padding:.85rem;display:grid}.verdict-facts dt{color:#0868df;letter-spacing:.07em;text-transform:uppercase;font-size:.68rem;font-weight:820}.verdict-facts dd{color:#071426;margin:0;font-size:.86rem;line-height:1.45}.decision-summary-section{border:1px solid var(--divider);border-radius:var(--radius-surface);box-shadow:var(--shadow-soft);background:linear-gradient(#fffefafa,#f7f9fcf5);gap:1rem;margin:clamp(2rem,5vw,4rem) 0 1.5rem;padding:clamp(1rem,3vw,1.5rem);display:grid}.decision-summary-main{gap:.85rem;display:grid}.decision-summary-main h2{color:var(--ink);letter-spacing:0;margin:0;font-size:clamp(2rem,6vw,4rem);line-height:1}.decision-kicker{color:var(--brand-strong);letter-spacing:.08em;text-transform:uppercase;font-size:.74rem;font-weight:860}.decision-summary-main>p{color:var(--text-secondary);margin:0;font-size:clamp(1rem,2vw,1.18rem);line-height:1.55}.decision-confidence,.decision-next-action,.decision-offer-guidance,.decision-change-note{background:var(--paper);border:1px solid var(--divider);border-radius:var(--radius-control);gap:.3rem;padding:.85rem;display:grid}.decision-confidence strong,.decision-next-action strong,.decision-offer-guidance strong{color:var(--ink)}.decision-confidence span,.decision-next-action small,.decision-offer-guidance small,.decision-offer-guidance span,.decision-change-note{color:var(--text-secondary);line-height:1.45}.decision-summary-lists{gap:1rem;display:grid}.decision-summary-lists section{background:var(--paper-cool);border:1px solid var(--divider);border-radius:var(--radius-surface);padding:1rem}.decision-summary-lists h3,.action-center-panel h2{color:var(--ink);align-items:center;gap:.45rem;margin:0 0 .75rem;font-size:clamp(1.15rem,2.4vw,1.45rem);line-height:1.15;display:flex}.decision-summary-lists ul,.decision-action-rail ul{gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.decision-summary-lists li,.decision-action-rail li{color:var(--text);gap:.35rem;line-height:1.45;display:grid}.decision-summary-lists details{color:var(--text-secondary);font-size:.86rem}.decision-summary-lists details summary{color:var(--brand-strong);font-weight:760}.decision-action-rail details{padding-bottom:.75rem}.decision-action-rail li small,.decision-action-rail li span{color:var(--text-secondary);line-height:1.4}.action-center-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));gap:1rem;display:grid}.action-center-verdict,.action-center-panel{background:var(--paper);border:1px solid var(--divider);border-radius:var(--radius-surface);box-shadow:var(--shadow-soft);align-content:start;gap:.75rem;padding:1rem;display:grid}.action-center-verdict span,.action-center-panel small{color:var(--text-secondary);line-height:1.45}.action-center-row,.action-center-question,.action-center-document,.walkaway-row{background:var(--paper-cool);border:1px solid var(--divider);border-radius:var(--radius-control);gap:.65rem;padding:.85rem;display:grid}.action-center-row{grid-template-columns:minmax(0,1fr) minmax(150px,.35fr);align-items:center}.action-center-row span,.action-center-document span,.action-center-question{min-width:0}.action-center-row span,.action-center-document span{gap:.25rem;display:grid}.action-center-panel select,.action-center-panel textarea,.action-center-panel input{background:var(--paper);border:1px solid var(--divider);border-radius:var(--radius-control);color:var(--text);width:100%;min-height:42px;padding:.65rem}.action-center-document{grid-template-columns:auto minmax(0,1fr) minmax(150px,.35fr);align-items:start}.action-center-document svg{color:var(--green);width:20px;height:20px}.walkaway-present{border-color:#b43c4880}.walkaway-watch{border-color:#0868df5c}.action-center-add-row,.action-center-preference{background:var(--paper-cool);border:1px dashed var(--divider-strong);border-radius:var(--radius-control);gap:.65rem;padding:.85rem;display:grid}@media (width<=720px){.verdict-section{padding-bottom:calc(5rem + env(safe-area-inset-bottom))}.action-center-row,.action-center-document{grid-template-columns:1fr}}:root[data-theme=dark] .verdict-section{color:#f3f8ff;background:linear-gradient(#0d1c33fa,#071426fa);border-color:#4ba3ff52;box-shadow:0 18px 48px #0006127a}:root[data-theme=dark] .verdict-section .eyebrow,:root[data-theme=dark] .verdict-facts dt{color:#74d7ff}:root[data-theme=dark] .verdict{color:#f8fbff}:root[data-theme=dark] .verdict-section h2{color:#cfe8ff}:root[data-theme=dark] .verdict-section p{color:#bed2e7}:root[data-theme=dark] .verdict-facts div{background:#061021ad;border-color:#74d7ff33}:root[data-theme=dark] .verdict-facts dd{color:#f3f8ff}:root[data-theme=dark] .decision-summary-section,:root[data-theme=dark] .decision-summary-lists section,:root[data-theme=dark] .decision-confidence,:root[data-theme=dark] .decision-next-action,:root[data-theme=dark] .decision-offer-guidance,:root[data-theme=dark] .decision-change-note,:root[data-theme=dark] .action-center-verdict,:root[data-theme=dark] .action-center-panel,:root[data-theme=dark] .action-center-row,:root[data-theme=dark] .action-center-question,:root[data-theme=dark] .action-center-document,:root[data-theme=dark] .walkaway-row{background:var(--paper);border-color:var(--divider-strong);color:var(--text)}:root[data-theme=dark] .action-center-add-row,:root[data-theme=dark] .action-center-preference{border-color:var(--divider-strong);background:#0610218c}:root[data-theme=dark] .decision-summary-section{background:linear-gradient(#0d1c33f5,#102642eb)}:root[data-theme=dark] .action-center-panel select,:root[data-theme=dark] .action-center-panel textarea,:root[data-theme=dark] .action-center-panel input{border-color:var(--divider-strong);color:var(--text);background:#061021b3}.analysis-rail{border-bottom:1px solid var(--divider)}.analysis-rail details,.source-drawer{border-top:1px solid var(--divider)}details summary{cursor:pointer;list-style:none}details summary::-webkit-details-marker{display:none}.analysis-rail summary,.source-drawer summary{grid-template-columns:minmax(0,.85fr) minmax(0,1.4fr) auto;align-items:center;gap:.65rem;min-height:62px;padding:.75rem 0;display:grid}.analysis-rail summary>span,.source-drawer summary>span{color:var(--ink);font-size:.84rem;font-weight:820}.analysis-rail summary strong,.source-drawer summary strong{color:var(--text-secondary);font-size:.78rem;font-weight:680}.analysis-rail summary svg,.source-drawer summary svg{height:18px;transition:transform var(--duration);width:18px}.analysis-rail details[open] summary svg,.source-drawer[open] summary svg{transform:rotate(180deg)}.analysis-rail details>p{color:var(--text-secondary);max-width:820px;margin:0;padding:0 0 1rem;line-height:1.55}.inline-missing{flex-wrap:wrap;align-items:center;gap:.35rem;max-width:100%;display:inline-flex}.inline-value-status{color:var(--text-muted);font-weight:760}.inline-missing.has-value .inline-value-status{color:inherit}.inline-missing-trigger{color:var(--brand-strong);text-underline-offset:.16em;font-weight:820;text-decoration:underline;text-decoration-thickness:.08em}.inline-missing-form{background:var(--paper);border:1px solid var(--divider-strong);border-radius:var(--radius-surface);box-shadow:var(--shadow-control);gap:.55rem;min-width:min(320px,100%);padding:.8rem;display:inline-grid}.inline-missing-form label,.valuation-form-panel label{gap:.35rem;display:grid}.inline-missing-form label>span,.valuation-form-panel label>span{color:var(--text-secondary);font-size:.72rem;font-weight:820}.inline-missing-form input,.valuation-form-panel input,.valuation-form-panel select,.valuation-form-panel textarea{background:var(--paper-cool);border:1px solid var(--divider);border-radius:var(--radius-control);color:var(--text);width:100%;min-height:42px;padding:.65rem .75rem}.inline-missing-actions{flex-wrap:wrap;gap:.45rem;display:flex}.valuation-section{border:1px solid var(--divider);background:linear-gradient(#fffefaf5,#f7f9fcf5)}.value-summary-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.85rem;margin:1.25rem 0;display:grid}.value-summary-grid>div,.valuation-form-panel,.valuation-evidence-row{background:var(--paper);border:1px solid var(--divider);border-radius:var(--radius-surface);box-shadow:var(--shadow-soft)}.value-summary-grid>div{gap:.35rem;min-height:138px;padding:1rem;display:grid}.value-summary-grid span,.value-summary-grid small{color:var(--text-secondary);font-size:.78rem;line-height:1.45}.value-summary-grid strong{color:var(--ink);font-size:clamp(1.15rem,2vw,1.6rem);line-height:1.15}.valuation-workspace{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:1rem;display:grid}.valuation-form-panel{gap:.75rem;padding:1rem;display:grid}.valuation-form-panel h3,.valuation-evidence-list h3{color:var(--ink);margin:0}.valuation-form-panel p{color:var(--text-secondary);margin:0;line-height:1.5}.valuation-form-row{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.65rem;display:grid}.comparable-entry-fields{grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:.65rem;display:grid}.automatic-market-panel,.comparable-listings-panel{background:var(--paper);border:1px solid var(--divider);border-radius:var(--radius-surface);box-shadow:var(--shadow-soft);gap:1rem;margin:1rem 0;padding:1rem;display:grid}.market-action-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.comparable-listings-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;display:grid}.comparable-listings-grid article{border:1px solid var(--divider);border-radius:var(--radius-card);background:#ffffff8f;gap:.35rem;padding:.9rem;display:grid}.comparable-listings-grid a{align-items:center;gap:.3rem;display:inline-flex}.valuation-evidence-list{gap:.65rem;margin-top:1rem;display:grid}.valuation-evidence-row{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem;padding:.8rem;display:grid}.valuation-evidence-row span{gap:.25rem;display:grid}.valuation-evidence-row small,.negotiation-evidence-list{color:var(--text-secondary);line-height:1.45}.inspection-adjustment-button{justify-self:start}:root[data-theme=dark] .report-section,:root[data-theme=dark] .analysis-rail,:root[data-theme=dark] .source-drawer,:root[data-theme=dark] .quote-review-panel,:root[data-theme=dark] .quote-entry-panel,:root[data-theme=dark] .inspection-callout,:root[data-theme=dark] .dealer-focus-section,:root[data-theme=dark] .manual-listing-context{background:var(--paper);border-color:var(--divider);color:var(--text)}:root[data-theme=dark] .valuation-section{border-color:var(--divider-strong);background:linear-gradient(#0d1c33f5,#102642f0)}:root[data-theme=dark] .value-summary-grid>div,:root[data-theme=dark] .valuation-form-panel,:root[data-theme=dark] .automatic-market-panel,:root[data-theme=dark] .comparable-listings-panel,:root[data-theme=dark] .comparable-listings-grid article,:root[data-theme=dark] .valuation-evidence-row,:root[data-theme=dark] .inline-missing-form{border-color:var(--divider-strong);background:#061021a8}:root[data-theme=dark] .inline-missing-form input,:root[data-theme=dark] .valuation-form-panel input,:root[data-theme=dark] .valuation-form-panel select,:root[data-theme=dark] .valuation-form-panel textarea{background:var(--paper);border-color:var(--divider-strong);color:var(--text)}.strengths-concerns{gap:2rem;display:grid}.editorial-band{margin:clamp(3rem,8vw,6rem) 0}.strengths-concerns>div{border-top:3px solid var(--green);padding-top:1.2rem}.strengths-concerns>div:last-child{border-top-color:var(--amber)}.strengths-concerns h2{margin:0;font-size:clamp(1.65rem,4vw,2.4rem)}.strengths-concerns ul{color:var(--text-secondary);padding-left:1.2rem;line-height:1.6}.strengths-concerns li+li{margin-top:.65rem}.report-section{border-top:1px solid var(--divider-strong);margin-top:clamp(3rem,8vw,6rem);padding-top:clamp(1.5rem,4vw,2.5rem)}.report-section h2{margin:0}.report-section p{color:var(--text-secondary);line-height:1.6}.deal-section{align-items:end;gap:1.5rem;display:grid}.section-heading{max-width:760px}.section-heading>p:last-child,.section-lead{color:var(--text-secondary);line-height:1.6}.section-heading.with-graphic{justify-content:space-between;align-items:center;max-width:none;display:flex}.safety-graphic,.source-confidence-graphic{color:var(--brand);width:min(100%,420px);display:block}.safety-vehicle{fill:#0868df1f;stroke:currentColor;stroke-linejoin:round;stroke-width:2px}.safety-glass{fill:#16b9e838;stroke:#06377f52}.safety-wheel{fill:var(--paper);stroke:var(--ink-soft);stroke-width:3px}.safety-source-ring{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2px;stroke-dasharray:280;stroke-dashoffset:280px;animation:evidence-draw .48s var(--ease-out) .12s both}.safety-node circle{fill:var(--paper);stroke:currentColor;stroke-width:2.5px}.safety-node path{fill:none;stroke:var(--ink-soft);stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.source-chain-spine{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:3px;stroke-dasharray:300;stroke-dashoffset:300px;animation:evidence-draw .52s var(--ease-out) both}.source-chain-node rect{fill:var(--paper);stroke:currentColor;stroke-width:2px}.source-chain-node path{fill:none;stroke:var(--ink-soft);stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.source-chain-node text{fill:var(--text-secondary);text-anchor:middle;font-size:.76rem;font-weight:780}.evidence-list{display:grid}.evidence-row{border-top:1px solid var(--divider);padding:0}.evidence-row summary{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.7rem;min-height:62px;padding:.75rem 0;display:grid}.evidence-row summary>span:first-child{gap:.2rem;display:grid}.evidence-row summary>span:first-child>strong{color:var(--ink);font-size:.86rem}.evidence-row summary svg{height:18px;transition:transform var(--duration);width:18px}.evidence-row[open] summary>svg{transform:rotate(180deg)}.evidence-detail{color:var(--text-secondary);max-width:920px;padding:0 0 1rem;line-height:1.6}.evidence-detail p{margin:0 0 .7rem}.evidence-detail .serious-label{margin-top:.7rem}.serious-label{color:var(--coral);align-items:flex-start;gap:.4rem;font-size:.82rem;display:flex}.serious-label svg{flex:none;height:18px}.reliability-summary,.cost-metrics{border-bottom:1px solid var(--divider);border-top:1px solid var(--divider);gap:0;margin:1.5rem 0;display:grid}.reliability-summary>div,.cost-metrics>div{gap:.25rem;padding:1rem 0;display:grid}.reliability-summary>div+div,.cost-metrics>div+div{border-top:1px solid var(--divider)}.reliability-summary small,.cost-metrics dt{color:var(--text-muted);font-size:.72rem;font-weight:780}.reliability-summary strong,.cost-metrics dd{color:var(--ink);font-variant-numeric:tabular-nums;font-size:clamp(1.45rem,4vw,2rem);font-weight:850}.cost-metrics dd{gap:.4rem;margin:0;display:flex}.cost-metrics dd small{align-self:end;margin-bottom:.2rem}.fact-grid{gap:0;display:grid}.fact-row{border-top:1px solid var(--divider);grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:.35rem;padding:.75rem 0;display:grid}.fact-row span{color:var(--text-secondary);font-size:.84rem}.fact-row strong{color:var(--ink);font-variant-numeric:tabular-nums;font-size:.88rem}.fact-row small{grid-column:1/-1}.inspection-callout{--graphic-body-start:#e3edfa;--graphic-body-end:#8ab4e8;--graphic-glass-start:#dae5ef;--graphic-glass-end:#8ea4b9;align-items:center;gap:2rem;display:grid}.inspection-callout .vehicle-profile-graphic{max-height:220px}.configuration-choice{background:var(--amber-surface);border-left:3px solid var(--amber);margin:1rem 0;padding:1rem}.configuration-choice ul{color:var(--text-secondary);line-height:1.55}.negotiation-section{gap:1.5rem;display:grid}.negotiation-actions{flex-wrap:wrap;gap:.65rem;display:flex}.source-drawer{margin-top:1.5rem}.source-fact-grid{padding-bottom:1rem}.source-footer{border-top:1px solid var(--divider);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.8rem 1.5rem;margin-top:1.25rem;padding-top:.9rem;display:flex}.source-footer>div{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.source-footer>div>span{color:var(--text-muted);font-size:.73rem;line-height:1.45}.source-footer a{color:var(--brand-strong);text-underline-offset:.2em;align-items:center;gap:.35rem;font-size:.75rem;font-weight:800;display:inline-flex}.source-footer svg{width:15px;height:15px}.retry-button{margin-top:2rem}.update-status{background:var(--green-surface);border-radius:var(--radius-control);color:var(--green);border:1px solid #2f8b5f38;margin:.7rem 0 0;padding:.45rem .65rem;font-size:.82rem;font-weight:800;display:inline-flex}.edit-overlay{padding:var(--gutter);z-index:90;background:#0714269e;justify-content:flex-end;display:flex;position:fixed;inset:0}.edit-panel{background:var(--paper);border:1px solid var(--divider);border-radius:12px;outline:none;grid-template-rows:auto minmax(0,1fr);width:min(100%,760px);max-width:760px;min-height:0;display:grid;overflow:hidden;box-shadow:0 24px 70px #07142647}.edit-panel-header{border-bottom:1px solid var(--divider);justify-content:space-between;align-items:start;gap:1rem;padding:clamp(1rem,2vw,1.35rem);display:flex}.edit-panel-header h2{margin:.2rem 0}.edit-panel-header p:not(.eyebrow){color:var(--text-secondary);margin:0;line-height:1.5}.edit-form{gap:1rem;padding:clamp(1rem,2vw,1.35rem);display:grid;overflow:auto}.edit-attention-summary{background:var(--paper-cool);border:1px solid var(--divider);border-radius:8px;gap:.6rem;padding:.9rem;display:grid}.edit-attention-summary.has-attention{background:var(--amber-surface);border-color:#98620c5c}.edit-attention-summary>div,.editor-mode-bar,.review-step-actions,.manage-details-row>div:last-child{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.edit-attention-summary svg{color:var(--amber);width:18px;height:18px}.edit-attention-summary ul{margin:0;padding-left:1.2rem}.editor-mode-bar{justify-content:space-between}.editor-mode-bar>span{color:var(--ink-soft);font-weight:850}.edit-field-group{border:1px solid var(--divider);border-radius:10px;gap:.75rem;margin:0;padding:1rem;display:grid}.edit-field-group legend{color:var(--ink);padding-inline:.35rem;font-weight:850}.edit-field-group>p{color:var(--text-secondary);margin:0;font-size:.86rem;line-height:1.45}.edit-field-grid{gap:.8rem;display:grid}.edit-field{gap:.38rem;display:grid}.edit-field>span:first-child{color:var(--ink-soft);font-size:.83rem;font-weight:800}.plain-field-status{border:1px solid var(--divider);color:var(--text-secondary);border-radius:999px;place-self:start;padding:.18rem .5rem;font-size:.72rem;font-weight:820}.plain-field-status.status-confirmed{background:var(--green-surface);color:var(--green);border-color:#217f6147}.plain-field-status.status-missing,.plain-field-status.status-needs-confirmation{background:var(--amber-surface);color:var(--amber);border-color:#98620c47}.plain-field-status.status-corrected-by-you{color:var(--brand-strong);background:#0868df1a;border-color:#0868df3d}.edit-field input,.edit-field textarea,.inspection-note-control textarea,.inspection-state-control select{background:var(--paper);border:1px solid var(--divider-strong);border-radius:var(--radius-control);color:var(--ink);width:100%;min-height:44px;padding:.62rem .72rem}.edit-field input:focus,.edit-field textarea:focus,.inspection-note-control textarea:focus{border-color:var(--brand);outline:0;box-shadow:0 0 0 4px #16b9e826}.edit-field small{color:var(--text-muted);align-items:center;gap:.25rem;font-size:.74rem;display:inline-flex}.edit-field small svg{width:13px;height:13px}.edit-field em{color:var(--coral);font-size:.78rem;font-style:normal;font-weight:760}.restore-button{color:var(--brand-strong);cursor:pointer;text-underline-offset:.18em;background:0 0;border:0;justify-self:start;align-items:center;gap:.32rem;padding:.2rem 0;font-size:.78rem;font-weight:800;text-decoration:underline;display:inline-flex}.restore-button svg{width:14px;height:14px}.vin-conflict{background:var(--amber-surface);color:var(--amber);border:1px solid #b36f0047;border-radius:10px;gap:.65rem;padding:1rem;display:grid}.vin-conflict p{margin:0}.vin-conflict>div{flex-wrap:wrap;gap:.6rem;display:flex}.edit-panel-footer{border-top:1px solid var(--divider);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.65rem;margin-top:.2rem;padding-top:1rem;display:flex}.edit-panel-footer p{color:var(--text-secondary);flex:180px;margin:0;font-weight:760}.edit-history{border-top:1px solid var(--divider);max-width:var(--shell);padding:var(--space-5) var(--gutter);margin-inline:auto}.edit-history h2{margin:.2rem 0 1rem}.edit-history dl{gap:.6rem;margin:0;display:grid}.edit-history dl div{border-left:3px solid var(--brand);padding-left:.75rem}.edit-history dt{font-weight:850}.edit-history dd{color:var(--text-secondary);gap:.18rem;margin:.1rem 0 0;display:grid}.vehicle-review-step{background:var(--paper);border:1px solid var(--divider);box-shadow:var(--shadow-control);border-radius:10px;gap:.8rem;margin-top:1rem;padding:1rem;display:grid}.vehicle-review-step.needs-attention{border-color:#98620c6b}.vehicle-review-step h2,.vehicle-review-step p{margin:0}.vehicle-review-step ul{margin:0;padding-left:1.2rem}.contextual-edit-link{justify-self:start;min-height:40px}.manage-details-list{gap:.8rem;display:grid}.manage-details-row{background:var(--paper);border:1px solid var(--divider);border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem;display:grid}.manage-details-row>div:first-child{gap:.2rem;display:grid}.manage-details-row strong{color:var(--ink);font-size:1.05rem}.manage-details-row span{color:var(--text-secondary)}:root[data-theme=dark] .edit-attention-summary,:root[data-theme=dark] .vehicle-review-step,:root[data-theme=dark] .manage-details-row{background:var(--paper);border-color:var(--divider)}:root[data-theme=dark] .edit-overlay{background:#00050dc2}:root[data-theme=dark] .edit-attention-summary.has-attention{background:#3c2e13a3;border-color:#ffd06657}:root[data-theme=dark] .plain-field-status.status-confirmed{color:#8bf0b8;background:#123a31c7}:root[data-theme=dark] .plain-field-status.status-missing,:root[data-theme=dark] .plain-field-status.status-needs-confirmation{color:#ffe2a0;background:#3c2e13c7}:root[data-theme=dark] .plain-field-status.status-corrected-by-you{color:#c6e3ff;background:#4ba3ff29}.inspection-note-control{gap:.35rem;display:grid}.inspection-note-control span{color:var(--ink-soft);font-size:.8rem;font-weight:800}.simple-page-header{max-width:880px}.settings-groups{gap:3rem;display:grid}.theme-settings{border:0;gap:.9rem;margin:1rem 0 0;padding:0;display:grid}.theme-settings legend{color:var(--ink-soft);margin-bottom:.8rem;font-weight:850}.theme-option-grid{gap:.75rem;display:grid}.theme-option{background:var(--paper);border:1px solid var(--divider);border-radius:var(--radius-surface);cursor:pointer;min-height:72px;transition:border-color var(--duration), box-shadow var(--duration), transform var(--duration-fast);grid-template-columns:auto 1fr;align-items:center;gap:.8rem;padding:.85rem;display:grid}.theme-option:hover{border-color:var(--brand);box-shadow:0 0 0 4px #16b9e824}.theme-option:has(input:focus-visible){border-color:var(--brand);box-shadow:0 0 0 4px #16b9e824}.theme-option:has(input:checked){border-color:var(--brand)}.theme-option input{accent-color:var(--brand);width:1.15rem;height:1.15rem}.theme-option span{gap:.2rem;display:grid}.theme-option small,.theme-current{color:var(--text-secondary)}.theme-current{margin:0;font-size:.88rem;font-weight:780}.settings-groups section>h2{border-bottom:1px solid var(--divider);margin:0;padding-bottom:.7rem;font-size:1rem}.settings-list{display:grid}.settings-list a,.settings-list button,.settings-file-action{border:0;border-bottom:1px solid var(--divider);color:var(--text);cursor:pointer;text-align:left;min-height:72px;transition:color var(--duration), transform var(--duration-fast);background:0 0;grid-template-columns:auto 1fr;align-items:center;gap:.8rem;width:100%;padding:.8rem 0;text-decoration:none;display:grid}.settings-list a:hover,.settings-list button:hover,.settings-file-action:hover{color:var(--brand);transform:translate(2px)}.settings-list svg{color:var(--brand);width:21px;height:21px}.settings-list span{gap:.2rem;display:grid}.settings-list small{font-weight:520}.settings-section-note{color:var(--text-secondary);max-width:700px;margin:.85rem 0 0;font-size:.88rem;line-height:1.55}.settings-file-action input{opacity:0;width:1px;height:1px;position:absolute}.settings-list .danger-action,.settings-list .danger-action svg{color:var(--coral)}.settings-message{background:var(--green-surface);border-left:3px solid var(--green);color:var(--green);margin-top:1.5rem;padding:.8rem}.plain-list{color:var(--text-secondary);max-width:860px;line-height:1.7}.content-page>h2{margin-top:3rem}.info-page-header{align-items:center;gap:2rem;margin-bottom:clamp(2.5rem,7vw,5rem);display:grid}.policy-page{--policy-reading:820px}.policy-breadcrumbs{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:2rem;font-size:.82rem;display:flex}.policy-breadcrumbs a,.policy-footer a,.policy-section a{color:var(--brand-strong);text-underline-offset:.2em;font-weight:760}.policy-hero{border-bottom:1px solid var(--divider);align-items:start;gap:1.25rem;margin-bottom:clamp(1.5rem,4vw,3rem);padding-bottom:clamp(1.5rem,4vw,2.5rem);display:grid}.policy-hero h1{max-width:980px}.policy-updated,.policy-note{color:var(--text-muted);font-size:.86rem;font-weight:720}.policy-shell{gap:clamp(1.5rem,4vw,3rem);display:grid}.policy-toc{border-bottom:1px solid var(--divider);padding-bottom:1rem}.policy-toc h2{letter-spacing:.08em;text-transform:uppercase;margin:0 0 .75rem;font-size:.82rem}.policy-toc nav{flex-wrap:wrap;gap:.55rem;display:flex}.policy-toc a{border:1px solid var(--divider);border-radius:var(--radius-control);color:var(--text-secondary);min-height:38px;padding:.48rem .62rem;font-size:.82rem;font-weight:760;text-decoration:none}.policy-toc a:hover,.policy-toc a:focus-visible{border-color:var(--brand);color:var(--brand-strong)}.policy-body{max-width:var(--policy-reading);gap:clamp(1.8rem,5vw,3.25rem);display:grid}.policy-section{scroll-margin-top:96px}.policy-section h2{border-bottom:1px solid var(--divider);margin:0 0 1rem;padding-bottom:.65rem;font-size:clamp(1.45rem,3vw,2rem)}.policy-section h3{margin:0}.policy-section p,.policy-section li{color:var(--text-secondary);line-height:1.7}.policy-section-heading{align-items:start;gap:1.25rem;display:grid}.policy-section-heading .source-confidence-graphic{max-width:320px}.policy-check-list,.policy-number-list{gap:.55rem;padding-left:1.2rem;display:grid}.source-detail{border-top:1px solid var(--divider);gap:.85rem;padding:1.15rem 0;display:grid}.source-detail dl{gap:.65rem;margin:0;display:grid}.source-detail dl div{gap:.18rem;display:grid}.source-detail dt{color:var(--text-muted);text-transform:uppercase;font-size:.72rem;font-weight:850}.source-detail dd{color:var(--text-secondary);margin:0}.responsive-table{border:1px solid var(--divider);border-radius:var(--radius-surface);overflow-x:auto}.responsive-table table{border-collapse:collapse;width:100%;min-width:760px}.responsive-table th,.responsive-table td{border-bottom:1px solid var(--divider);color:var(--text-secondary);text-align:left;vertical-align:top;padding:.8rem}.responsive-table th{color:var(--ink);font-weight:850}.responsive-table thead th{background:var(--paper-cool);letter-spacing:.05em;text-transform:uppercase;font-size:.78rem}.responsive-table tbody tr:last-child th,.responsive-table tbody tr:last-child td{border-bottom:0}.responsive-table th span{color:var(--text-muted);margin-top:.2rem;font-size:.74rem;display:block}.provenance-legend{gap:.75rem;display:grid}.provenance-legend section{border-left:3px solid var(--brand);gap:.4rem;padding:.25rem 0 .25rem .85rem;display:grid}.provenance-legend svg{color:var(--brand);width:18px;height:18px}.provenance-legend p{margin:0}.limitations-notice{border-left:3px solid var(--amber);padding-left:1rem}.methodology-flow{gap:.65rem;padding:0;list-style:none;display:grid}.methodology-flow li{border:1px solid var(--divider);border-radius:var(--radius-surface);grid-template-columns:auto 1fr;align-items:center;gap:.75rem;padding:.8rem;display:grid}.methodology-flow span{background:var(--brand);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.78rem;font-weight:850;display:inline-flex}.related-policy-links{border-block:1px solid var(--divider);gap:.65rem;padding-block:1rem;display:grid}.related-policy-links a{color:var(--brand-strong);align-items:center;gap:.45rem;font-weight:800;text-decoration:none;display:inline-flex}.related-policy-links svg{width:18px;height:18px}.policy-footer{color:var(--text-muted);font-size:.84rem}@media (width>=900px){.policy-hero{grid-template-columns:1fr auto}.policy-shell{grid-template-columns:240px minmax(0,1fr);align-items:start}.policy-toc{border-bottom:0;border-right:1px solid var(--divider);padding-bottom:0;padding-right:1rem;position:sticky;top:94px}.policy-toc nav{display:grid}.policy-section-heading{grid-template-columns:1fr auto}.provenance-legend{grid-template-columns:repeat(2,minmax(0,1fr))}}@media print{html,body{color:#000!important;background:#fff!important}.site-header,.mobile-nav,.site-footer,.policy-toc,.print-button,.related-policy-links,.skip-link{display:none!important}.content-page,.policy-page{padding:0!important}.policy-shell,.policy-body{max-width:none!important;display:block!important}a{color:#000!important}.responsive-table{border:1px solid #999;overflow:visible}}.source-confidence-graphic{background:var(--ink);border-radius:var(--radius-surface);color:#82e2f7;min-height:150px;padding:1rem}.source-directory,.about-dimensions{border-bottom:1px solid var(--divider)}.source-directory>div{border-top:1px solid var(--divider);align-items:center;gap:.7rem;padding:1rem 0;display:grid}.source-directory strong,.about-dimensions strong{color:var(--ink)}.source-directory>div>span:last-child,.about-dimensions span{color:var(--text-secondary);line-height:1.5}.info-band{border-top:3px solid var(--brand);max-width:850px;margin-top:clamp(3rem,8vw,6rem);padding-top:1.2rem}.info-band h2{margin:0}.info-band p:last-child{color:var(--text-secondary);line-height:1.6}.privacy-principles{display:grid}.privacy-principles section{border-top:1px solid var(--divider);padding:1.4rem 0}.privacy-principles section:last-child{border-bottom:1px solid var(--divider)}.privacy-principles span{color:var(--brand);font-variant-numeric:tabular-nums;font-size:.75rem;font-weight:850}.privacy-principles h2{margin:.45rem 0;font-size:1.25rem}.privacy-principles p{color:var(--text-secondary);margin:0;line-height:1.6}.guide-page{max-width:1180px}.guide-grid,.homepage-guide-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;display:grid}.guide-card,.homepage-guide-grid a{background:var(--surface);border:1px solid var(--divider);color:var(--text);border-radius:8px;gap:.45rem;padding:1.1rem;text-decoration:none;transition:border-color .18s,transform .18s,background .18s;display:grid}.guide-card:hover,.homepage-guide-grid a:hover{border-color:var(--accent);transform:translateY(-2px)}.guide-card span,.homepage-guide-grid strong{color:var(--heading);font-size:1rem}.guide-card p,.homepage-guide-grid span{color:var(--text-secondary);margin:0}.homepage-guide-band{gap:1.25rem;padding:3rem 0 4rem;display:grid}.consent-banner{background:var(--surface-strong);border:1px solid var(--divider);bottom:calc(1rem + env(safe-area-inset-bottom));box-shadow:var(--shadow-soft);z-index:50;border-radius:8px;align-items:start;gap:1rem;max-width:min(720px,100vw - 2rem);padding:1rem;display:grid;position:fixed;left:1rem}.consent-banner h2{color:var(--heading);margin:.15rem 0 .35rem;font-size:1.1rem}.consent-banner p{color:var(--text-secondary);margin:0}.consent-actions{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.consent-options{border:1px solid var(--divider);border-radius:8px;gap:.55rem;margin:0;padding:.8rem;display:grid}.consent-options label{color:var(--text);align-items:center;gap:.5rem;display:flex}.inline-consent-options{margin-bottom:1rem}.cookie-settings-fab{background:var(--surface);border:1px solid var(--divider);bottom:calc(1rem + env(safe-area-inset-bottom));color:var(--text);z-index:40;border-radius:999px;align-items:center;gap:.4rem;min-height:40px;padding:0 .85rem;display:inline-flex;position:fixed;left:1rem}.ad-slot{background:color-mix(in srgb, var(--surface) 82%, transparent);border:1px dashed var(--divider);border-radius:8px;max-width:min(100%,970px);min-height:120px;margin:1.25rem auto;padding:.5rem}.ad-slot>span{color:var(--text-secondary);text-align:center;margin-bottom:.25rem;font-size:.72rem;display:block}.ad-slot .adsbygoogle{min-height:90px;display:block}.about-dimensions>div{border-top:1px solid var(--divider);gap:.45rem;padding:1rem 0;display:grid}@media (width>=640px){.edit-field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.edit-field-wide{grid-column:1/-1}.hero-copy h1{font-size:3rem;line-height:1.04}.input-row{grid-template-columns:auto minmax(0,1fr) auto}.input-row button{grid-column:auto}.buyer-promise-inner{grid-template-columns:auto minmax(180px,.55fr) minmax(0,1fr)}.page-header-editorial,.empty-state-editorial,.inspection-header,.quote-header,.loading-panel{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr)}.inspection-item{grid-template-columns:auto minmax(0,1fr) minmax(185px,.4fr)}.inspection-state-control{grid-column:auto}.quote-entry-fields,.reliability-summary,.cost-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.reliability-summary>div+div,.cost-metrics>div+div{border-left:1px solid var(--divider);border-top:0;padding-left:1rem}.strengths-concerns,.inspection-callout{grid-template-columns:repeat(2,minmax(0,1fr))}.deal-section,.negotiation-section{grid-template-columns:minmax(0,1.35fr) minmax(240px,.65fr)}.settings-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.info-page-header{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr)}.source-directory>div,.about-dimensions>div{grid-template-columns:150px minmax(160px,.55fr) minmax(0,1.45fr)}.about-dimensions>div{grid-template-columns:minmax(180px,.55fr) minmax(0,1.45fr)}.privacy-principles{grid-template-columns:repeat(3,minmax(0,1fr))}.privacy-principles section{padding:1.4rem}.privacy-principles section+section{border-left:1px solid var(--divider)}}@media (width>=820px){.wordmark img{width:168px}.vehicle-workspace-row{grid-template-columns:150px minmax(180px,.8fr) minmax(0,1.5fr) minmax(150px,.65fr);align-items:center}.vehicle-row-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.vehicle-row-status{display:grid}.vehicle-row-status>svg{margin-left:0}.dealer-decision-rail{grid-template-columns:repeat(3,1fr)}.dealer-decision-rail>div{padding:1rem}.dealer-decision-rail>div+div{border-left:1px solid #d5e7f52e}.dealership-sections{grid-template-columns:repeat(2,minmax(0,1fr))}.dealer-focus-section:last-child{grid-column:1/-1}.report-masthead{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)}.verdict-section{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr)}.quote-workspace{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr)}.quote-entry-panel{position:sticky;top:92px}}@media (width>=1080px){.app-shell{padding-bottom:0}.header-inner{min-height:70px}.wordmark img{width:clamp(176px,12vw,190px)}.desktop-nav{gap:clamp(.2rem,.55vw,.55rem);display:flex}.mobile-nav{display:none}.analyze-hero{grid-template-columns:minmax(0,.55fr) minmax(390px,.45fr);align-items:center;min-height:calc(100vh - 116px);padding-top:clamp(.95rem,2vw,1.75rem);padding-bottom:clamp(.85rem,1.8vw,1.45rem)}.analyze-hero:after{content:"";opacity:.42;background:linear-gradient(90deg,#16b9e800,#16b9e880,#16b9e81f);width:190px;height:2px;display:block;position:absolute;top:calc(50% + 96px);left:calc(50% - 105px);transform:translateY(-50%)}.hero-copy h1{font-size:clamp(3.05rem,3.8vw,3.65rem);line-height:1.01}.hero-copy>p:not(.eyebrow){max-width:610px;margin-top:.75rem}.intake-panel{margin-top:.95rem}.hero-art-panel{max-height:520px}.analyze-evidence-svg{max-height:292px}.analyze-evidence-status{gap:.08rem;padding-top:.34rem;padding-bottom:.72rem}.analyze-status-row{min-height:39px;padding:.12rem 0}.analyze-status-row em{font-size:.7rem}.buyer-promise-band{min-height:72px}.evidence-scroll-cue{margin-top:-.7rem;padding-bottom:.8rem}.dealer-action-dock{max-width:720px;bottom:0;left:50%;transform:translate(-50%)}.dealership-page{padding-bottom:84px}.dealership-hero{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:center}.report-section-nav,.comparison-table .comparison-header-row{top:72px}.comparison-scroll{overflow:visible}.fact-grid:not(.source-fact-grid){grid-template-columns:repeat(2,minmax(0,1fr))}.fact-grid:not(.source-fact-grid) .fact-row:nth-child(2n){border-left:1px solid var(--divider);padding-left:1rem}.cost-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=420px){.hero-copy h1{font-size:1.78rem;line-height:1.06}.hero-copy>p:not(.eyebrow){font-size:1rem}.entry-toggle button{font-size:.78rem}.secondary-actions{gap:.15rem .7rem}.secondary-actions a,.secondary-actions button{font-size:.76rem}.trust-line{gap:.35rem .7rem;font-size:.76rem}.analyze-status-row span:last-child{flex-direction:column;align-items:flex-start;gap:.05rem}.analyze-status-row em{font-size:.72rem}.graphic-legend-item{font-size:.61rem}.inspection-summary{gap:.4rem}.inspection-summary span{font-size:.66rem}.quote-total{flex-direction:column;align-items:flex-start}.analysis-rail summary,.source-drawer summary{grid-template-columns:minmax(0,1fr) auto}.analysis-rail summary strong,.source-drawer summary strong{grid-area:2/1/auto/-1}.analysis-rail summary svg,.source-drawer summary svg{grid-area:1/2}}@media (width<=1079px){.analyze-page{padding-bottom:calc(74px + env(safe-area-inset-bottom))}.hero-art-panel{margin-top:.15rem}}@media (width<=640px){.edit-overlay{align-items:stretch;padding:0}.edit-panel{border-radius:0;width:100%;max-width:none;height:100dvh}.edit-panel-header{z-index:2;position:sticky;top:0}.edit-panel-footer{flex-direction:column;align-items:stretch}.edit-panel-footer .primary-button,.edit-panel-footer .secondary-button{justify-content:center;width:100%;min-height:48px}.manage-details-row{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal[data-reveal=true],.reveal[data-visible=true]{opacity:1;transform:none}.analyze-scan-line{display:none}}
