: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}*{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}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}.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(138px,42vw,164px);height:auto;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:.88rem;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:17px;transition:transform var(--duration);width:17px}main{min-height:calc(100vh - 66px)}.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:0;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{overflow-x:clip}.analyze-hero{gap:clamp(1.5rem,4vw,3.5rem);padding-top:clamp(1.3rem,4vw,3.5rem);padding-bottom:clamp(2rem,6vw,4.5rem);display:grid}.hero-copy{align-self:center;min-width:0}.hero-copy h1{font-size:clamp(2.1rem,9vw,4rem);line-height:1}.hero-copy h1 span{display:block}.hero-copy>p:not(.eyebrow){color:var(--text-secondary);max-width:640px;margin:1rem 0 0;font-size:clamp(1rem,2vw,1.1rem);line-height:1.52}.intake-panel{border:1px solid var(--divider);border-radius:var(--radius-surface);box-shadow:var(--shadow-soft);background:#fffefaf0;gap:.7rem;max-width:700px;margin-top:1.25rem;padding:clamp(.85rem,2vw,1.15rem);display:grid}.intake-panel label{color:var(--ink-soft);font-size:.86rem;font-weight:800}.entry-toggle{border-radius:var(--radius-control);background:#e9eef4;border:1px solid #d8e0e9;grid-template-columns:repeat(3,1fr);gap:3px;padding:3px;display:grid}.entry-toggle button{color:var(--text-secondary);cursor:pointer;min-height:38px;transition:background var(--duration), color var(--duration), box-shadow var(--duration), transform var(--duration-fast);background:0 0;border:0;border-radius:5px;padding:.45rem .35rem;font-size:.85rem;font-weight:720}.entry-toggle button:hover{color:var(--ink)}.entry-toggle button.selected{background:var(--paper);color:var(--brand-strong);box-shadow:0 2px 8px #0714261a}.entry-toggle button:active{transform:scale(.985)}.input-row{border-radius:var(--radius-control);transition:border-color var(--duration), box-shadow var(--duration);background:#fff;border:1px solid #a9bbce;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.5rem;padding:.38rem;display:grid}.input-row:focus-within{border-color:var(--brand);box-shadow:0 0 0 4px #16b9e82b}.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:48px;padding:0 .2rem;font-size:.96rem;font-weight:650}.input-row input::placeholder{color:#78879a;text-transform:none;font-weight:520}.input-row button{background:var(--brand);border:1px solid var(--brand);color:#fff;cursor:pointer;min-height:46px;transition:background var(--duration), box-shadow var(--duration), transform var(--duration-fast);border-radius:6px;grid-column:1/-1;justify-content:center;align-items:center;gap:.45rem;padding:.65rem 1rem;font-weight:800;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:.3rem .9rem;display:flex}.secondary-actions a,.secondary-actions button{color:var(--brand-strong);text-underline-offset:.2em;background:0 0;border:0;align-items:center;gap:.35rem;min-height:38px;padding:.25rem 0;font-size:.82rem;font-weight:760;-webkit-text-decoration:underline #06377f47;text-decoration:underline #06377f47;display:inline-flex}.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}.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{border:1px solid var(--divider-strong);color:var(--ink-soft);background:#fff}.secondary-button:hover{border-color:var(--brand);color:var(--brand-strong)}.secondary-button:disabled{border-color:var(--divider);color:var(--text-muted);cursor:not-allowed;background:#eef1f5}.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{border:1px solid var(--divider-strong);border-radius:var(--radius-control);color:var(--ink);font:inherit;resize:vertical;background:#fff;width:100%;min-height:46px;padding:.65rem .75rem}.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:#842a34;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:#6d4605;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{--graphic-body-start:#aee8ff;--graphic-body-end:#2979e8;--graphic-glass-start:#061326;--graphic-glass-end:#0b3258;border-radius:var(--radius-surface);color:#fff;background:#091a2f;border:1px solid #1c3e62;place-self:center;width:100%;max-width:580px;padding:clamp(.85rem,2vw,1.15rem);overflow:hidden;box-shadow:0 20px 48px #07142630}.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-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)}}.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}.buyer-protection-graphic{color:var(--brand);align-items:center;gap:.45rem;display:flex}.buyer-protection-graphic svg{width:28px;height:28px}.buyer-protection-line{background:var(--divider-strong);width:22px;height:1px;display:block}.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{background:var(--green-surface);color:var(--green)}.trust-dealer-claimed,.trust-estimated,.trust-warning{background:var(--amber-surface);color:var(--amber)}.trust-unknown,.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{justify-content:center;align-items:end;gap:.6rem;min-height:130px;display:flex}.comparison-graphic>div{place-items:center;gap:.4rem;display:grid}.comparison-graphic>div svg{color:var(--brand-strong);width:40px;height:40px}.comparison-graphic>div span{background:var(--divider-strong);width:54px;height:3px}.comparison-graphic>svg{color:var(--cyan);width:32px;height:32px}.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{border:1px solid var(--divider-strong);border-radius:var(--radius-control);background:#fff;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;justify-content:flex-start}.dealership-hero .buyer-protection-graphic svg{width:clamp(40px,9vw,70px);height:clamp(40px,9vw,70px)}.dealership-hero .buyer-protection-line{background:#7cdff759;width:clamp(24px,6vw,60px)}.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{border-color:var(--brand);background:#fff;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;min-width:0}.masthead-visual>p{color:var(--text-muted);text-align:center;margin:-.5rem 0 0;font-size:.72rem}.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)}.verdict-section{background:var(--ink);border-radius:var(--radius-surface);color:#fff;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:#82e2f7}.verdict{color:#fff;letter-spacing:0;font-size:clamp(1.85rem,6vw,3.6rem);font-weight:880;line-height:1.02;display:block}.verdict-section h2{color:#c7eff8;margin:1rem 0 .65rem;font-size:clamp(1.05rem,3vw,1.35rem);line-height:1.35}.verdict-section p{color:#eff6fcbd;line-height:1.6}.verdict-facts{gap:1rem;margin:0;display:grid}.verdict-facts div{border-top:1px solid #c7eff82e;gap:.25rem;padding-top:.8rem;display:grid}.verdict-facts dt{color:#82e2f7;letter-spacing:.07em;text-transform:uppercase;font-size:.68rem;font-weight:820}.verdict-facts dd{color:#fff;margin:0;font-size:.86rem;line-height:1.45}.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}.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}.compact-graphic{color:var(--brand);align-items:center;gap:.4rem;display:flex}.compact-graphic span{background:var(--divider-strong);width:36px;height:1px}.compact-graphic svg{width:29px;height:29px}.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}.simple-page-header{max-width:880px}.settings-groups{gap:3rem;display:grid}.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-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}.source-confidence-graphic{background:var(--ink);border-radius:var(--radius-surface);color:#82e2f7;justify-content:center;min-height:150px}.source-confidence-graphic span{background:#82e2f759;width:70px}.source-confidence-graphic svg{width:44px;height:44px}.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}.about-dimensions>div{border-top:1px solid var(--divider);gap:.45rem;padding:1rem 0;display:grid}@media (width>=640px){.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:172px}.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:72px}.wordmark img{width:clamp(175px,13vw,198px)}.desktop-nav{gap:clamp(.25rem,.8vw,.75rem);display:flex}.mobile-nav{display:none}.analyze-hero{grid-template-columns:minmax(0,.56fr) minmax(380px,.44fr);align-items:center;min-height:calc(100vh - 156px);padding-top:clamp(1.25rem,2.6vw,2.4rem);padding-bottom:clamp(1.5rem,3vw,2.6rem)}.hero-copy h1{font-size:clamp(3.25rem,4.1vw,3.75rem);line-height:.99}.hero-copy>p:not(.eyebrow){margin-top:.75rem}.intake-panel{margin-top:.9rem}.hero-art-panel{max-height:530px}.hero-art-panel .vin-scan-graphic svg{max-height:300px}.buyer-promise-band{min-height:84px}.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){.entry-toggle button{font-size:.78rem}.secondary-actions{gap:.15rem .7rem}.secondary-actions a,.secondary-actions button{font-size:.76rem}.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 (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}}
