.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--color-bg);border-bottom:1px solid var(--color-surface)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:.7rem 1.5rem;gap:1.5rem}.brand,.header-inner{display:flex;align-items:center}.brand{margin-right:auto}.brand-logo{height:42px;width:auto;display:block;object-fit:contain}.nav-hamburger{display:none;flex:0 0 44px;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border:none;background:transparent;color:var(--color-text);cursor:pointer;border-radius:var(--radius);order:-1}.nav-hamburger:hover{background:var(--color-surface)}.nav-hamburger-bar{display:block;width:22px;height:2px;background:currentColor;border-radius:1px;transition:transform .2s,opacity .2s}.nav-backdrop{display:none;position:fixed;inset:0;z-index:98;background:rgba(0,0,0,.4);border:none;cursor:pointer}.nav{display:flex;gap:1.5rem}.nav a{min-height:44px;display:inline-flex;align-items:center;color:var(--color-text-muted);font-weight:500}.nav a:hover{color:var(--color-text)}.nav .nav-primary-link{padding:0 1rem;color:#1f1609;background:var(--color-accent);border-radius:8px;font-weight:700}.nav .nav-primary-link:hover{color:#1f1609;background:#ffb13b}@media (max-width:768px){.nav-hamburger{display:flex}.nav-backdrop{display:block}.nav{position:fixed;top:0;right:0;z-index:99;width:min(280px,85vw);height:100vh;padding:4.5rem 1.5rem 1.5rem;flex-direction:column;gap:0;background:var(--color-bg);border-left:1px solid var(--color-surface);box-shadow:-4px 0 20px rgba(0,0,0,.1);transform:translateX(100%);visibility:hidden;pointer-events:none;transition:transform .25s ease-out,visibility 0s linear .25s;overflow-y:auto}.nav.nav-open{transform:translateX(0);visibility:visible;pointer-events:auto;transition-delay:0s}.nav a{min-height:52px;padding:.875rem 0;font-size:1.0625rem;border-bottom:1px solid var(--color-surface)}.nav a:hover{color:var(--color-accent)}.nav .nav-primary-link{padding-right:.875rem;padding-left:.875rem;color:#1f1609;border-bottom-color:transparent}}.theme-toggle{padding:.35rem;margin:-.35rem 0;color:var(--color-text-muted);border-radius:var(--radius);line-height:0}.theme-toggle:hover{color:var(--color-text);background:var(--color-surface)}.theme-toggle-icon{display:inline-flex;align-items:center;justify-content:center}.vin-form{max-width:480px;margin:0 auto}.vin-form-row{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.vin-input{flex:1 1;min-width:200px;padding:.875rem 1rem;border:2px solid var(--color-surface);border-radius:var(--radius);background:var(--color-bg-soft);color:var(--color-text)}.vin-input::placeholder{color:var(--color-text-muted)}.vin-input:focus{outline:none;border-color:var(--color-accent)}.btn{padding:.875rem 1.5rem;border:none;border-radius:var(--radius);font-weight:600;transition:background-color .2s,transform .1s}.btn:active{transform:scale(.98)}.btn-primary{background:var(--color-accent);color:#1e293b}.btn-primary:hover{background:var(--color-accent-hover);color:#0f172a}.btn-primary:focus-visible{outline:3px solid var(--color-link);outline-offset:3px}.vin-form-error__text{color:#ef4444;font-size:.8125rem;margin:.25rem 0 0}.btn-outline{display:inline-block;padding:.75rem 1.75rem;border:2px solid var(--color-text);border-radius:2rem;color:var(--color-text);font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s,color .2s}.btn-outline:hover{background:var(--color-text);color:var(--color-bg)}.section-title{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;margin:0 0 1rem}#faq,#find-vin,#homePromo,#how-it-works,#pricing{scroll-margin-top:5.5rem}.find-vin{padding:3rem 1.5rem;background:var(--color-bg-soft)}.find-vin .section-title,.find-vin-intro{text-align:center;max-width:var(--max-width);margin-left:auto;margin-right:auto}.find-vin-intro{color:var(--color-text-muted);margin-bottom:1rem}.find-vin-list{max-width:500px;margin:0 auto;padding-left:1.25rem;line-height:1.8}.find-vin-list,.section-sub{color:var(--color-text-muted)}.section-sub{text-align:center;margin:0 0 2rem}.link-cta{font-weight:600;color:var(--color-accent)}.link-cta:hover{text-decoration:underline}.faq{padding:3rem 1.5rem;background:var(--color-bg-soft)}.faq .section-title{text-align:center;margin-bottom:1.5rem}.faq-list{max-width:600px;margin:0 auto}.faq-item{border-bottom:1px solid var(--color-surface)}.faq-question{width:100%;padding:1rem 0;text-align:left;background:none;border:none;color:var(--color-text);font-size:1rem;font-weight:600;display:flex;justify-content:space-between;align-items:center}.faq-question:after{content:"+";font-size:1.25rem;color:var(--color-text-muted);transition:transform .2s}.faq-item.open .faq-question:after{transform:rotate(45deg)}.faq-answer{overflow:hidden;max-height:0;transition:max-height .25s ease-out}.faq-item.open .faq-answer{max-height:200px}.faq-answer p{padding:0 0 1rem;margin:0;color:var(--color-text-muted);font-size:.9375rem}.pricing{padding:4rem 1.5rem;max-width:64rem;margin:0 auto}.pricing .section-sub,.pricing .section-title,.pricing-intro{text-align:center}.pricing-eyebrow{margin:0 0 .75rem;color:var(--color-accent-text);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.pricing .section-title{max-width:48rem;margin-left:auto;margin-right:auto}.pricing-grid{display:grid;grid-template-columns:minmax(0,36rem);justify-content:center;grid-gap:1.25rem;gap:1.25rem;margin-top:2.5rem}.pricing-card{border:1px solid var(--color-surface);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;position:relative;background:var(--color-bg)}.pricing-card--popular{border:2px solid var(--color-accent);box-shadow:0 4px 24px rgba(0,0,0,.08)}.pricing-card--subscription{padding:clamp(1.5rem,5vw,2.5rem);border:2px solid var(--color-accent);box-shadow:0 18px 50px rgba(15,23,42,.12)}.pricing-card--best{border:2px solid #f5a623;box-shadow:0 4px 24px rgba(0,0,0,.08)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--color-accent);color:#1e293b;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:1rem;white-space:nowrap;letter-spacing:.02em}.pricing-card--best .pricing-badge{background:#f5a623}.pricing-card-header{text-align:center;padding-bottom:1.25rem;border-bottom:1px solid var(--color-surface);margin-bottom:1.25rem}.pricing-pkg-name{display:block;font-size:.875rem;color:var(--color-text-muted);margin-bottom:.5rem;font-weight:500}.pricing-price{display:flex;flex-direction:column;align-items:center;gap:.125rem}.pricing-amount{font-size:2rem;font-weight:800;line-height:1.1}.pricing-period{font-size:.8125rem;color:var(--color-text-muted)}.pricing-features{list-style:none;padding:0;margin:0 0 1.5rem;flex:1 1}.pricing-features li{display:flex;justify-content:flex-start;align-items:center;gap:.65rem;padding:.625rem 0;border-bottom:1px solid var(--color-surface);font-size:.875rem;color:var(--color-text-muted)}.pricing-feature-check{flex:0 0 auto;width:1.45rem;height:1.45rem;display:inline-flex;align-items:center;justify-content:center;color:#1e293b;background:var(--color-accent);border-radius:999px;font-size:.78rem}.pricing-features li:last-child{border-bottom:none}.pricing-features li span:last-child{font-weight:600;color:var(--color-text)}.pricing-cta{width:100%;text-align:center;display:block}.pricing-terms{margin:0 0 .75rem;color:var(--color-text-muted);font-size:.875rem;line-height:1.55;text-align:center}@media (max-width:1024px){.pricing-grid{grid-template-columns:minmax(0,36rem)}}@media (max-width:600px){.pricing-grid{grid-template-columns:1fr;max-width:360px;margin-left:auto;margin-right:auto}}.footer{margin-top:auto;padding:4.5rem 1.5rem 2rem;color:#d6deea;background:#09111f;border-top:1px solid rgba(255,255,255,.08)}.footer-inner{max-width:1180px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:minmax(260px,1.25fr) minmax(160px,.65fr) minmax(220px,.8fr);grid-gap:clamp(2rem,7vw,6rem);gap:clamp(2rem,7vw,6rem)}.footer-brand{font-weight:700;font-size:1.45rem;letter-spacing:-.03em;margin:0 0 .5rem}.footer-tagline{max-width:370px;color:#a9b5c5;font-size:.92rem;line-height:1.6;margin:0}.footer-payment-note{margin:1rem 0 0;color:#ffae35;font-size:.78rem;font-weight:700}.footer-contact-block,.footer-nav{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem}.footer-contact-block>span,.footer-nav>span{margin-bottom:.25rem;color:#77859a;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.footer-bottom a,.footer-contact-block a,.footer-nav a{min-height:32px;display:inline-flex;align-items:center;color:#e8edf4;font-size:.86rem;font-weight:620}.footer-bottom a:hover,.footer-contact-block a:hover,.footer-nav a:hover{color:#ffae35}.footer-contact-block p{max-width:270px;margin:0;color:#8997a9;font-size:.78rem;line-height:1.55}.footer-disclaimer{max-width:780px;margin:3.5rem 0 0;padding-top:1.5rem;color:#7f8da0;font-size:.76rem;line-height:1.65}.footer-bottom,.footer-disclaimer{border-top:1px solid rgba(255,255,255,.1)}.footer-bottom{margin-top:1.5rem;padding-top:1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-copy{color:#77859a;font-size:.76rem;margin:0}@media (max-width:800px){.footer{padding-top:3.5rem}.footer-grid{grid-template-columns:1fr;gap:2.25rem}.footer-disclaimer{margin-top:2.5rem}.footer-bottom{align-items:flex-start;flex-direction:column}}.report-page-wrap{position:relative;padding-right:280px;min-height:100vh;box-sizing:border-box}.report-page{max-width:var(--max-width);margin:0 auto;padding:1.5rem 1.5rem 3rem}.page-nav--report{position:fixed;top:5.5rem;right:1rem;width:260px;height:calc(100vh - 6rem);max-height:calc(100vh - 6rem);z-index:50;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);display:flex;flex-direction:column}@media (max-width:1024px){.report-page-wrap{padding-right:0}.page-nav--report{display:none}}@media (max-width:768px){.report-page{padding-left:1rem;padding-right:1rem}}.page-nav__wrap{display:flex;flex-direction:column;flex:1 1;min-height:0;height:100%;border-radius:12px;overflow:hidden;background:var(--color-bg-soft,#f1f5f9)}.find-vin--simple{flex-shrink:0;background:linear-gradient(160deg,#1e3a5f,#0f2744);padding:1rem;color:#fff}.find-vin__title{font-size:.9375rem;font-weight:600;margin:0 0 .5rem;line-height:1.3}.find-vin__form--vin{display:flex;gap:.5rem;align-items:stretch}.find-vin__group--vin{flex:1 1;min-width:0}.find-vin__input{width:100%;padding:.6rem .75rem;font-size:.9375rem;border:none;border-radius:8px;background:#fff;color:var(--color-text);box-sizing:border-box}.find-vin__input::placeholder{color:var(--color-text-muted)}.find-vin__check-btn{flex-shrink:0;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:var(--color-accent,#f59e0b);color:#1e3a5f;cursor:pointer;border:none;padding:0}.find-vin__check-btn:hover{filter:brightness(1.05)}.page-nav__list{flex:1 1;min-height:0;overflow-y:auto;list-style:none;margin:0;padding:.375rem 0;background:var(--color-bg-soft,#f1f5f9)}.page-nav__list li{margin:0}.page-nav__link{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.875rem;color:var(--color-text);text-decoration:none;transition:background .15s,color .15s}.page-nav__link:hover{background:rgba(0,0,0,.04);color:var(--color-text)}.page-nav__link--active{background:rgba(255,255,255,.9);color:var(--color-link,#1e40af);font-weight:500;box-shadow:0 1px 2px rgba(0,0,0,.04)}.page-nav__link-icon{flex-shrink:0;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-text-muted)}.page-nav__link--active .page-nav__link-icon{color:var(--color-link,#1e40af)}.report-hero{padding:1rem 0 1.5rem;border-bottom:1px solid var(--color-surface)}.report-generated{margin:0 0 .25rem}.report-generated,.report-nmvtis-note{font-size:.8125rem;color:var(--color-text-muted)}.report-nmvtis-note{margin:0 0 1rem}.report-next-link{font-size:.9375rem;margin-bottom:1rem;display:inline-block}.report-main-title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.report-outline{font-size:.9375rem;color:var(--color-text-muted);margin:0}.report-vehicle-header{padding:1.5rem 0;border-bottom:1px solid var(--color-surface)}.report-vehicle-inner{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem}.report-vehicle-inner--with-image{align-items:flex-start;gap:1.5rem}.report-vehicle-image-wrap{flex-shrink:0;width:280px;max-width:100%;aspect-ratio:4/3;border-radius:8px;overflow:hidden;background:var(--color-bg-soft)}.report-vehicle-image{width:100%;height:100%;object-fit:cover;display:block}.report-vehicle-content{flex:1 1 280px;min-width:0}.report-vehicle-title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.report-vehicle-inner:not(.report-vehicle-inner--with-image) .report-vehicle-title{width:100%}.report-vin-label{font-size:.875rem;color:var(--color-text-muted);margin:0}.report-vin-value{font-family:ui-monospace,monospace;font-size:2rem;font-weight:700;margin:0}.report-badges{width:100%;margin-top:.5rem}.report-badge{font-size:.75rem;color:var(--color-accent);font-weight:600}.report-actions{display:flex;gap:.75rem;margin-top:.75rem}.report-share-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.report-share-modal{background:var(--color-bg);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;max-width:28rem;width:100%}.report-share-modal__title{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;color:var(--color-text)}.report-share-modal__hint{font-size:.875rem;color:var(--color-text-muted);margin:0 0 1rem}.report-share-modal__row{display:flex;gap:.5rem;margin-bottom:1rem}.report-share-modal__input{flex:1 1;padding:.5rem .75rem;font-size:.875rem;border:1px solid var(--color-surface);border-radius:6px;background:var(--color-bg-soft);color:var(--color-text)}.report-share-modal__copy{flex-shrink:0}.report-share-modal__close{display:block;width:100%;padding:.5rem 1rem;font-size:.875rem;background:transparent;border:1px solid var(--color-surface);border-radius:6px;color:var(--color-text-muted);cursor:pointer}.report-share-modal__close:hover{background:var(--color-bg-soft);color:var(--color-text)}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-outline{background:transparent;color:var(--color-accent);border:2px solid var(--color-accent)}.report-summary{padding:1.5rem 0;border-bottom:1px solid var(--color-surface)}.report-summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1rem;gap:1rem}.report-summary-card{background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:12px;padding:1.25rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.15)}.report-summary-card--fail{border-color:var(--color-error,#b91c1c)}.report-summary-card--fail,.report-summary-card--fail .report-summary-card-icon{color:var(--color-error,#b91c1c)}.report-summary-card--fail .report-summary-card-title,.report-summary-card--fail .report-summary-card-value{color:inherit}.report-summary--precheck{border-bottom:none;padding-bottom:0}.report-summary-card-icon{color:#38bdf8;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.report-summary-card-icon svg{width:32px;height:32px}.report-summary-card-title{font-size:.9375rem;font-weight:700;color:var(--color-text);margin:0 0 .35rem;line-height:1.3}.report-summary-card-value{font-size:.875rem;color:var(--color-text-muted);margin:0;line-height:1.4}.report-summary-value-num{color:#38bdf8;font-weight:600}.report-summary-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:1rem;gap:1rem}.report-summary-item{display:flex;flex-direction:column;gap:.25rem}.report-summary-label{font-size:.875rem;color:var(--color-text-muted)}.report-summary-value{font-weight:600;color:var(--color-text)}.report-section{padding:1.5rem 0;border-bottom:1px solid var(--color-surface)}.report-section-title{font-size:1.125rem;font-weight:700;margin:0 0 .75rem}.report-section-title--with-flag{display:flex;align-items:center;gap:.5rem}.report-section-title-flag{display:inline-flex;flex-shrink:0}.report-section-content{font-size:.9375rem;color:var(--color-text-muted);line-height:1.6}.report-section-content p{margin:0 0 .5rem}.report-spec-list{margin:0;padding-left:1.25rem}.report-safety-recall{display:flex;flex-direction:column;gap:.75rem}.report-safety-recall-subtitle{font-size:1rem;font-weight:700;color:var(--color-text);margin:0;line-height:1.3}.report-safety-recall-status{font-size:.9375rem;font-weight:500;color:#22c55e;margin:0}.report-safety-recall-box{display:flex;align-items:center;gap:1rem;background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:12px;padding:1rem 1.25rem;max-width:28rem}.report-safety-recall-box-icon{display:inline-flex;flex-shrink:0}.report-safety-recall-box-message{font-size:.9375rem;font-weight:500;color:var(--color-text)}.report-safety-recall--table{gap:.75rem}.report-safety-recall-header{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem 1rem}.report-safety-recall-header .report-safety-recall-subtitle{margin:0}.report-safety-recall-record-count{font-size:.9375rem;color:#3b82f6;font-weight:500}.report-safety-recall-badge{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:.75rem;font-weight:500;margin-left:auto}.report-safety-recall-badge-icon{display:inline-flex;color:var(--color-text-muted)}.report-safety-recall-badge-text{display:flex;flex-direction:column;line-height:1.2}.report-safety-recall-badge-line1{text-transform:uppercase;letter-spacing:.02em}.report-safety-recall-badge-line2{color:var(--color-text);font-weight:600}.report-safety-recall-table-card{background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:12px;overflow:hidden}.report-safety-recall-table{width:100%;border-collapse:collapse;font-size:.9375rem}.report-safety-recall-table thead{background:rgba(0,0,0,.15)}.report-safety-recall-table th{text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted)}.report-safety-recall-table td,.report-safety-recall-table th{padding:.75rem 1rem;border-bottom:1px solid var(--color-surface)}.report-safety-recall-table td{color:var(--color-text);vertical-align:top}.report-safety-recall-table tbody tr:nth-child(odd) td{background:var(--color-bg-soft)}.report-safety-recall-table tbody tr:nth-child(2n) td{background:rgba(255,255,255,.04)}.report-safety-recall-table tbody tr:last-child td{border-bottom:none}.report-safety-recall-table-date{display:flex;flex-direction:column;gap:.25rem}.report-safety-recall-table-date-line{font-weight:500}.report-safety-recall-table-id{font-size:.8125rem;color:var(--color-text-muted)}.report-safety-recall-table-country{display:flex;align-items:center;gap:.5rem}.report-safety-recall-table-flag{display:inline-flex;flex-shrink:0}.report-safety-recall-table-records-inner{display:flex;align-items:flex-start;gap:.75rem}.report-safety-recall-table-warning{display:inline-flex;flex-shrink:0}.report-safety-recall-table-records-content{display:flex;flex-direction:column;gap:.35rem;min-width:0}.report-safety-recall-table-title{font-size:.9375rem;font-weight:700;color:var(--color-text);margin:0;line-height:1.4}.report-safety-recall-table-desc{font-size:.8125rem;color:var(--color-text-muted);margin:0;line-height:1.5;white-space:pre-wrap;word-break:break-word}.report-stolen-check{display:flex;flex-direction:column;gap:.75rem}.report-stolen-check-header{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem 1rem}.report-stolen-check-status-line{display:inline}.report-stolen-check-databases{font-size:.9375rem;color:#3b82f6;font-weight:500}.report-stolen-check-status-message{font-size:.9375rem;color:var(--color-text-muted)}.report-stolen-check-record-count{font-size:.9375rem;color:#3b82f6;font-weight:500}.report-stolen-check-badge{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:.75rem;font-weight:500;margin-left:auto}.report-stolen-check-badge-icon{display:inline-flex;color:var(--color-text-muted)}.report-stolen-check-badge-text{display:flex;flex-direction:column;line-height:1.2}.report-stolen-check-badge-line1{text-transform:uppercase;letter-spacing:.02em}.report-stolen-check-badge-line2{color:var(--color-text);font-weight:600}.report-stolen-check-box{display:flex;align-items:center;gap:1rem;background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:12px;padding:1rem 1.25rem;max-width:28rem}.report-stolen-check-box-icon{display:inline-flex;flex-shrink:0}.report-stolen-check-box-message{font-size:.9375rem;font-weight:500;color:var(--color-text)}.report-stolen-check--table .report-stolen-check-header{margin:0}.report-stolen-check-table-card{background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:12px;overflow:hidden}.report-stolen-check-table{width:100%;border-collapse:collapse;font-size:.9375rem}.report-stolen-check-table thead{background:rgba(0,0,0,.15)}.report-stolen-check-table th{text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted)}.report-stolen-check-table td,.report-stolen-check-table th{padding:.75rem 1rem;border-bottom:1px solid var(--color-surface)}.report-stolen-check-table td{color:var(--color-text);vertical-align:top}.report-stolen-check-table tbody tr:nth-child(odd) td{background:var(--color-bg-soft)}.report-stolen-check-table tbody tr:nth-child(2n) td{background:rgba(255,255,255,.04)}.report-stolen-check-table tbody tr:last-child td{border-bottom:none}.report-stolen-check-table-record{white-space:pre-wrap;word-break:break-word}.report-junk-salvage{display:flex;flex-direction:column;gap:.75rem}.report-junk-salvage-header{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem 1rem}.report-junk-salvage-record-count{font-size:.9375rem;color:#3b82f6;font-weight:500}.report-junk-salvage-source{font-size:.875rem;color:var(--color-text-muted)}.report-junk-salvage-badge{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:.75rem;font-weight:500;margin-left:auto}.report-junk-salvage-badge-icon{display:inline-flex;color:var(--color-text-muted)}.report-junk-salvage-badge-text{display:flex;flex-direction:column;line-height:1.2}.report-junk-salvage-badge-line1{text-transform:uppercase;letter-spacing:.02em}.report-junk-salvage-badge-line2{color:var(--color-text);font-weight:600}.report-junk-salvage-table-card{background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:12px;overflow:hidden}.report-junk-salvage-table{width:100%;border-collapse:collapse;font-size:.9375rem;table-layout:fixed}.report-junk-salvage-col-date{width:12%}.report-junk-salvage-col-entity{width:33%}.report-junk-salvage-col-details{width:55%}.report-junk-salvage-table thead{background:rgba(0,0,0,.15)}.report-junk-salvage-table th{text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted)}.report-junk-salvage-table td,.report-junk-salvage-table th{padding:.75rem 1rem;border-bottom:1px solid var(--color-surface)}.report-junk-salvage-table td{color:var(--color-text);vertical-align:top}.report-junk-salvage-table tbody tr:nth-child(odd) td{background:var(--color-bg-soft)}.report-junk-salvage-table tbody tr:nth-child(2n) td{background:rgba(255,255,255,.04)}.report-junk-salvage-table tbody tr:last-child td{border-bottom:none}.report-junk-salvage-cell-entity{display:table-cell;vertical-align:top}.report-junk-salvage-cell-entity .report-junk-salvage-entity-contact,.report-junk-salvage-cell-entity .report-junk-salvage-entity-location,.report-junk-salvage-cell-entity .report-junk-salvage-entity-name{display:block}.report-junk-salvage-entity{display:flex;flex-direction:column;gap:.25rem}.report-junk-salvage-entity-name{font-weight:700;color:var(--color-text)}.report-junk-salvage-entity-location{color:var(--color-text)}.report-junk-salvage-entity-contact{font-size:.8125rem;color:var(--color-text-muted)}.report-junk-salvage-cell-details{display:table-cell;vertical-align:top;min-width:0;word-break:break-word}.report-junk-salvage-cell-details .report-junk-salvage-detail-item{display:block}.report-junk-salvage-detail-item{display:block;font-size:.875rem;color:var(--color-text)}.report-junk-salvage-detail-item strong{font-weight:700;color:var(--color-text)}.report-junk-salvage-footnote{font-size:.8125rem;color:var(--color-text-muted);line-height:1.5;margin:.5rem 0 0;max-width:52rem}.report-odometer-check{display:flex;flex-direction:column;gap:.75rem}.report-odometer-check-header{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem 1rem}.report-odometer-check-summary{font-size:.9375rem}.report-odometer-check-points{color:#3b82f6;font-weight:500}.report-odometer-check-sep{color:var(--color-text-muted)}.report-odometer-check-problems{color:#ef4444;font-weight:500}.report-odometer-check-source{font-size:.875rem;color:var(--color-text-muted)}.report-odometer-check-badge{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:.75rem;font-weight:500;margin-left:auto}.report-odometer-check-badge-icon{display:inline-flex;color:var(--color-text-muted)}.report-odometer-check-badge-text{display:flex;flex-direction:column;line-height:1.2}.report-odometer-check-badge-line1{text-transform:uppercase;letter-spacing:.02em}.report-odometer-check-badge-line2{color:var(--color-text);font-weight:600}.report-odometer-check-table-card{background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:12px;overflow:hidden}.report-odometer-check-table{width:100%;border-collapse:collapse;font-size:.9375rem}.report-odometer-check-table thead{background:rgba(0,0,0,.15)}.report-odometer-check-table th{text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted)}.report-odometer-check-table td,.report-odometer-check-table th{padding:.75rem 1rem;border-bottom:1px solid var(--color-surface)}.report-odometer-check-table td{color:var(--color-text);vertical-align:top}.report-odometer-check-table tbody tr:nth-child(odd) td{background:var(--color-bg-soft)}.report-odometer-check-table tbody tr:nth-child(2n) td{background:rgba(255,255,255,.04)}.report-odometer-check-table tbody tr:last-child td{border-bottom:none}.report-odometer-check-cell-condition strong{font-weight:700;color:var(--color-text)}.report-odometer-check-cell-status{display:flex;flex-direction:column;gap:.35rem}.report-odometer-check-status-line{display:inline-flex;align-items:center;gap:.5rem}.report-odometer-check-ok-icon,.report-odometer-check-warning{display:inline-flex;flex-shrink:0}.report-odometer-check-ok-icon{width:20px;height:20px}.report-odometer-check-ok-icon svg{width:100%;height:100%}.report-odometer-check-problem-label{font-weight:700;color:#ef4444}.report-odometer-check-date,.report-odometer-check-description{font-size:.8125rem;color:var(--color-text-muted);margin:.25rem 0 0;line-height:1.5}.report-title-history{display:flex;flex-direction:column;gap:.75rem}.report-title-history-header{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem 1rem}.report-title-history-record-count{font-size:.9375rem;color:#3b82f6;font-weight:500}.report-title-history-source{font-size:.875rem;color:var(--color-text-muted)}.report-title-history-badge{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:.75rem;font-weight:500;margin-left:auto}.report-title-history-badge-icon{display:inline-flex;color:var(--color-text-muted)}.report-title-history-badge-text{display:flex;flex-direction:column;line-height:1.2}.report-title-history-badge-line1{text-transform:uppercase;letter-spacing:.02em}.report-title-history-badge-line2{color:var(--color-text);font-weight:600}.report-title-history-subtitle{font-size:1rem;font-weight:700;color:var(--color-text);margin:0 0 .5rem;line-height:1.3}.report-title-history-table-card{background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:12px;overflow:hidden}.report-title-history-table{width:100%;border-collapse:collapse;font-size:.9375rem}.report-title-history-table thead{background:rgba(0,0,0,.15)}.report-title-history-table th{text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted)}.report-title-history-table td,.report-title-history-table th{padding:.75rem 1rem;border-bottom:1px solid var(--color-surface)}.report-title-history-table td{color:var(--color-text);vertical-align:top}.report-title-history-table tbody tr:nth-child(odd) td{background:var(--color-bg-soft)}.report-title-history-table tbody tr:nth-child(2n) td{background:rgba(255,255,255,.04)}.report-title-history-table tbody tr:last-child td{border-bottom:none}.report-historical-title{display:flex;flex-direction:column;gap:.75rem}.report-historical-title-subtitle{font-size:1rem;font-weight:700;color:var(--color-text);margin:0 0 .5rem;line-height:1.3}.report-historical-title-table-card{background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:12px;overflow:hidden}.report-historical-title-table{width:100%;border-collapse:collapse;font-size:.9375rem}.report-historical-title-table thead{background:rgba(0,0,0,.15)}.report-historical-title-table th{text-align:left;padding:.75rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted);border-bottom:1px solid var(--color-surface)}.report-historical-title-table td{padding:.75rem 1rem;color:var(--color-text);border-bottom:1px solid var(--color-surface);vertical-align:top}.report-historical-title-table tbody tr:nth-child(odd) td{background:var(--color-bg-soft)}.report-historical-title-table tbody tr:nth-child(2n) td{background:rgba(255,255,255,.04)}.report-historical-title-table tbody tr:last-child td{border-bottom:none}.report-historical-title-footnote{font-size:.8125rem;color:var(--color-text-muted);line-height:1.5;margin:.5rem 0 0}.report-historical-title-footnote-link{color:var(--color-link);text-decoration:underline}.report-historical-title-footnote-link:hover{color:var(--color-link-hover)}.report-major-title-brand{display:flex;flex-direction:column;gap:.75rem}.report-major-title-brand-header{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem 1rem}.report-major-title-brand-summary{font-size:.9375rem}.report-major-title-brand-points{color:#3b82f6;font-weight:500}.report-major-title-brand-sep{color:var(--color-text-muted)}.report-major-title-brand-problems{color:#ef4444;font-weight:500}.report-major-title-brand-source{font-size:.875rem;color:var(--color-text-muted)}.report-major-title-brand-badge{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:.75rem;font-weight:500;margin-left:auto}.report-major-title-brand-badge-icon{display:inline-flex;color:var(--color-text-muted)}.report-major-title-brand-badge-text{display:flex;flex-direction:column;line-height:1.2}.report-major-title-brand-badge-line1{text-transform:uppercase;letter-spacing:.02em}.report-major-title-brand-badge-line2{color:var(--color-text);font-weight:600}.report-major-title-brand-table-card{background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:12px;overflow:hidden}.report-major-title-brand-table{display:table;width:100%;border-collapse:collapse;font-size:.9375rem;table-layout:fixed}.report-major-title-brand-table thead{display:table-header-group}.report-major-title-brand-table tbody{display:table-row-group}.report-major-title-brand-table tr{display:table-row}.report-major-title-brand-table td,.report-major-title-brand-table th{display:table-cell}.report-major-title-brand-col-brand{width:40%}.report-major-title-brand-col-status{width:60%}.report-major-title-brand-table thead{background:rgba(0,0,0,.15)}.report-major-title-brand-table th{text-align:left;padding:.75rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted);border-bottom:1px solid var(--color-surface)}.report-major-title-brand-table td{padding:.75rem 1rem;color:var(--color-text);border-bottom:1px solid var(--color-surface);vertical-align:top}.report-major-title-brand-table tbody tr:nth-child(odd) td{background:var(--color-bg-soft)}.report-major-title-brand-table tbody tr:nth-child(2n) td{background:rgba(255,255,255,.04)}.report-major-title-brand-table tbody tr:last-child td{border-bottom:none}.report-major-title-brand-cell-brand{width:40%;vertical-align:top}.report-major-title-brand-cell-brand-inner{display:flex;align-items:center;gap:.5rem}.report-major-title-brand-brand-text{flex:1 1;min-width:0}.report-major-title-brand-info{display:inline-flex;flex-shrink:0;color:var(--color-text-muted)}.report-major-title-brand-cell-status{width:60%;vertical-align:top}.report-major-title-brand-cell-status-inner{display:flex;flex-direction:column;gap:.35rem}.report-major-title-brand-status-line{display:inline-flex;align-items:center;gap:.5rem}.report-major-title-brand-warning{display:inline-flex;flex-shrink:0}.report-major-title-brand-ok-icon{display:inline-flex;flex-shrink:0;width:20px;height:20px}.report-major-title-brand-ok-icon svg{width:100%;height:100%}.report-major-title-brand-problem-label{font-weight:700;color:#ef4444}.report-major-title-brand-status-ok{color:#22c55e}.report-major-title-brand-date{font-size:.8125rem;color:var(--color-text-muted);margin:.25rem 0 0;line-height:1.5}.report-vehicle-specs{display:flex;flex-direction:column;gap:1rem}.report-vehicle-specs-primary{background:var(--color-bg-soft);border-radius:12px;padding:1.25rem 1.5rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:1rem 1.5rem;gap:1rem 1.5rem}.report-vehicle-specs-primary-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem}.report-vehicle-specs-icon{display:inline-flex;flex-shrink:0}.report-vehicle-specs-label{font-size:.8125rem;color:var(--color-text-muted);font-weight:400}.report-vehicle-specs-value{font-size:.9375rem;font-weight:700;color:var(--color-text)}.report-vehicle-specs-secondary{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;font-size:.9375rem}.report-vehicle-specs-secondary-item{display:inline}.report-vehicle-specs-secondary-key{color:var(--color-text-muted);font-weight:400}.report-vehicle-specs-secondary-value{color:var(--color-text);font-weight:700}.report-equipment{margin:0}.report-equipment-list{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem 1.5rem;gap:.5rem 1.5rem}.report-equipment-item{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:var(--color-text)}.report-equipment-check{flex-shrink:0;display:inline-flex}.report-equipment-label{font-weight:400}@media (max-width:768px){.report-equipment-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.report-equipment-list{grid-template-columns:1fr}}.report-history-chart{display:flex;flex-direction:column;gap:.75rem}.report-history-chart-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.report-history-chart-record-count{font-size:.9375rem;color:#3b82f6;font-weight:500}.report-history-chart-badge{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:.75rem;font-weight:500}.report-history-chart-badge-icon{display:inline-flex;color:var(--color-text-muted)}.report-history-chart-badge-text{display:flex;flex-direction:column;line-height:1.2}.report-history-chart-badge-line1{text-transform:uppercase;letter-spacing:.02em}.report-history-chart-badge-line2{color:var(--color-text);font-weight:600}.report-history-chart-container{background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:8px;padding:.5rem 0;min-height:280px}.report-history-chart-container .recharts-line-curve{stroke:var(--color-link)}.report-history-chart-container .recharts-active-dot circle,.report-history-chart-container .recharts-dot,.report-history-chart-container .recharts-line-dot{fill:var(--color-link)}.report-history-chart-container .recharts-cartesian-grid-horizontal line,.report-history-chart-container .recharts-cartesian-grid-vertical line{stroke:var(--color-surface)}.report-mileage-dependence{margin:0}.report-mileage-dependence-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.report-mileage-dependence-card{background:var(--color-bg-soft);border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.report-mileage-dependence-value{font-size:1.25rem;font-weight:700;margin:0;display:flex;align-items:center;gap:.35rem;color:var(--color-text)}.report-mileage-dependence-value--down .report-mileage-dependence-arrow{color:var(--color-text-muted);display:inline-flex}.report-mileage-dependence-value--blue,.report-mileage-dependence-value--neutral{color:var(--color-text)}.report-mileage-dependence-arrow{flex-shrink:0}.report-mileage-dependence-desc{font-size:.875rem;color:var(--color-text-muted);margin:0;line-height:1.5}@media (max-width:640px){.report-mileage-dependence-cards{grid-template-columns:1fr}}.report-vehicle-history-table{margin:0}.report-vehicle-history-table-card{background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:12px;padding:0;overflow:hidden}.report-vehicle-history-table-table{width:100%;border-collapse:collapse;font-size:.9375rem}.report-vehicle-history-table-table thead{background:rgba(0,0,0,.15)}.report-vehicle-history-table-table th{text-align:left;padding:.75rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted);border-bottom:1px solid var(--color-surface)}.report-vehicle-history-table-table td{padding:.75rem 1rem;color:var(--color-text);border-bottom:1px solid var(--color-surface);vertical-align:top}.report-vehicle-history-table-table tbody tr:nth-child(odd) td{background:var(--color-bg-soft)}.report-vehicle-history-table-table tbody tr:nth-child(2n) td{background:rgba(255,255,255,.04)}.report-vehicle-history-table-table tbody tr:last-child td{border-bottom:none}.report-vehicle-history-table-date{display:flex;align-items:center;gap:.5rem}.report-vehicle-history-table-flag{display:inline-flex;flex-shrink:0}.report-vehicle-history-table-records{white-space:pre-wrap;word-break:break-word}.report-ownership-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.report-ownership-card{background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:12px;padding:1.25rem 1rem;box-shadow:0 2px 8px rgba(0,0,0,.15);display:flex;flex-direction:column;gap:.5rem}.report-ownership-card-ordinal{font-size:1rem;font-weight:700;color:var(--color-text);margin:0;line-height:1.3}.report-ownership-card-type{font-size:.875rem;margin:0;display:flex;align-items:center;gap:.35rem}.report-ownership-card-dot{color:var(--color-text-muted);font-weight:700}.report-ownership-card-type-value{color:#38bdf8;font-weight:500}.report-ownership-card-country{font-size:.875rem;color:var(--color-text);margin:0;display:flex;align-items:center;gap:.5rem}.report-ownership-flag{flex-shrink:0;display:inline-flex}.report-ownership-card-details{margin:.5rem 0 0;padding:0;display:grid;grid-template-columns:auto 1fr;grid-gap:.25rem 1rem;gap:.25rem 1rem;font-size:.8125rem;line-height:1.5}.report-ownership-card-details dt{color:var(--color-text-muted);font-weight:400;margin:0}.report-ownership-card-details dd{color:var(--color-text);margin:0;font-weight:500}.report-cta{padding:2rem 0;text-align:center}.report-cta .vin-form{margin-top:1rem}.report-section--damages .report-section-content{padding-top:0}.report-damages{display:flex;flex-direction:column;gap:1.5rem}.report-damages__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.report-damages__title{font-size:1.5rem;font-weight:700;color:var(--color-text);margin:0 0 .5rem;line-height:1.3}.report-damages__head-text{font-size:1rem;color:var(--color-text-muted);margin:0;max-width:60ch;line-height:1.5}.report-damages__confirm{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:.75rem;font-weight:500;margin-left:auto}.report-damages__confirm-icon{display:inline-flex;color:var(--color-text-muted)}.report-damages__confirm-text{display:flex;flex-direction:column;line-height:1.2}.report-damages__confirm-data{text-transform:uppercase;letter-spacing:.02em}.report-damages__confirm-check{color:var(--color-text);font-weight:600}.report-damages__layout{display:grid;grid-template-columns:minmax(0,280px) 1fr;grid-gap:2rem;gap:2rem;align-items:start}@media (max-width:768px){.report-damages__layout{grid-template-columns:1fr}}.report-damages__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.report-damages__item{margin:0;padding:0}.report-damages__item-btn{width:100%;text-align:left;padding:.75rem 1rem;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--color-text);font-size:1rem;cursor:pointer;transition:background .15s,border-color .15s}.report-damages__item-btn:hover{background:var(--color-bg-soft)}.report-damages__item--selected .report-damages__item-btn,.report-damages__item-btn[aria-pressed=true]{background:rgba(59,130,246,.15);border-color:var(--color-link)}.report-damages__record{font-weight:700;margin:0 0 .35rem;font-size:1rem}.report-damages__base-info{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .75rem;font-size:.9375rem;color:var(--color-text-muted)}.report-damages__date{margin:0}.report-damages__country{margin:0;display:inline-flex;align-items:center;gap:.35rem}.report-damages__flag{display:inline-flex;flex-shrink:0}.report-damages__detail{display:flex;flex-direction:column;gap:1.25rem;background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:12px;padding:1.25rem}.report-damages__scheme{position:relative;display:block;max-width:320px;margin:0 auto}.report-damages__scheme-img{width:100%;height:auto;display:block;object-fit:contain}.report-damages__dot{position:absolute;width:80px;height:80px;margin:-40px 0 0 -40px;display:flex;align-items:center;justify-content:center;pointer-events:none;animation:report-damages-dot-pulse 1.5s ease-in-out infinite}@keyframes report-damages-dot-pulse{0%,to{opacity:1}50%{opacity:.8}}.report-damages__dot img{width:100%;height:100%;object-fit:contain;display:block;animation:report-damages-dot-scale 1.5s ease-in-out infinite}@keyframes report-damages-dot-scale{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.report-damages__dot--front-end{top:75%;right:10%;left:auto;transform:translate(50%,-50%)}.report-damages__dot--right-side{top:50%;right:8%;left:auto;transform:translate(50%,-50%)}.report-damages__dot--left-side{top:50%;left:8%;transform:translate(-50%,-50%)}.report-damages__dot--rear{bottom:12%;left:50%;top:auto;transform:translate(-50%,50%)}.report-damages__dot--undercarriage{bottom:8%;left:50%;top:auto;transform:translate(-50%,50%)}.report-damages__spec{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.5rem 1.25rem}.report-damages__spec-item{position:relative;display:flex;align-items:center;gap:.35rem;flex-shrink:0}.report-damages__spec-item:after{content:"";position:absolute;left:100%;margin-left:.625rem;width:1px;height:1em;background:var(--color-surface)}.report-damages__spec-item:last-child:after{display:none}.report-damages__spec-icon{flex-shrink:0;display:inline-flex;color:var(--color-text-muted)}.report-damages__spec-icon svg{width:20px;height:20px}.report-damages__spec-info{display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline;gap:.25rem;margin:0;font-size:.9375rem}.report-damages__spec-key{color:var(--color-text-muted)}.report-damages__spec-key:after{content:":";margin-left:.05em}.report-damages__spec-val{font-weight:700;color:var(--color-text)}.report-damages__desc{font-size:.875rem}.report-damages-empty,.report-damages__desc{color:var(--color-text-muted);margin:0}.report-sales{display:flex;flex-direction:column;gap:1.5rem}.report-sales__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.report-sales__title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem;color:var(--color-text)}.report-sales__qty{font-size:1.0625rem;color:var(--color-text-muted);margin:0}.report-sales__confirm{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:.75rem;font-weight:500;margin-left:auto}.report-sales__confirm-icon{display:inline-flex;color:var(--color-text-muted)}.report-sales__confirm-text{display:flex;flex-direction:column;line-height:1.2}.report-sales__confirm-data{text-transform:uppercase;letter-spacing:.02em}.report-sales__confirm-check{color:var(--color-text);font-weight:600}.report-sales__list{display:flex;flex-direction:column;gap:1.5rem}.report-sales__card{border:1px solid var(--color-surface);border-radius:12px;padding:1.25rem;background:var(--color-bg-soft)}.report-sales__top{margin-bottom:.75rem}.report-sales__date{font-size:1rem;font-weight:600;margin:0 0 .25rem;color:var(--color-text)}.report-sales__auction{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin:0;font-size:.9375rem;color:var(--color-text-muted)}.report-sales__auction-type{font-weight:600;color:var(--color-text)}.report-sales__country{display:inline-flex;align-items:center;gap:.35rem}.report-sales__flag{display:inline-flex;flex-shrink:0}.report-sales__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-bottom:1rem}.report-sales__meta-item{display:inline-flex;align-items:center;gap:.35rem;font-size:.9375rem;color:var(--color-text)}.report-sales__meta-icon{display:inline-flex;color:var(--color-text-muted)}.report-sales__meta-icon svg{width:18px;height:18px}.report-sales__images{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.report-sales__img-slot{flex:1 1 120px;min-width:100px;aspect-ratio:4/3;border-radius:8px;overflow:hidden;background:var(--color-surface)}.report-sales__img{width:100%;height:100%;object-fit:cover;display:block}.report-sales__img-placeholder{width:100%;height:100%;background:var(--color-surface)}.report-sales__photos-btn{flex-basis:100%;margin-top:.25rem;font-size:.875rem;color:var(--color-link);cursor:pointer;text-align:left;padding:0;background:none;border:none}.report-sales__photos-btn:hover{text-decoration:underline}.report-sales__specs{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1.25rem;font-size:.875rem}.report-sales__spec-item{color:var(--color-text)}.report-sales__spec-key{color:var(--color-text-muted)}.report-sales__spec-val{font-weight:600;color:var(--color-text)}.report-sales-empty{margin:0;color:var(--color-text-muted)}.report-market-price{display:flex;flex-direction:column;gap:1.25rem}.report-market-price__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.report-market-price__title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem;color:var(--color-text)}.report-market-price__head-text{font-size:1rem;color:var(--color-text-muted);margin:0}.report-market-price__confirm{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;border:1px solid var(--color-surface);background:var(--color-bg-soft);color:var(--color-text);font-size:1rem;cursor:pointer}.report-market-price__confirm:hover{background:var(--color-surface)}.report-market-price__confirm-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.report-market-price__confirm-data{font-size:.625rem;text-transform:uppercase;color:var(--color-text-muted)}.report-market-price__confirm-check{font-size:.6875rem;font-weight:600}.report-market-price__country{font-size:.9375rem;color:var(--color-text-muted);margin:0}.report-market-price__country-val{display:inline-flex;align-items:center;gap:.35rem;color:var(--color-text)}.report-market-price__flag{display:inline-flex;flex-shrink:0}.report-market-price__wrap{display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem;background:var(--color-bg-soft);border-radius:12px;border:1px solid var(--color-surface)}.report-market-price__analysis{display:flex;flex-direction:column;gap:1rem}.report-market-price__tabs{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0;border-bottom:1px solid var(--color-surface)}.report-market-price__tab{padding:.5rem .75rem;font-size:1rem;color:var(--color-text-muted);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer}.report-market-price__tab:hover{color:var(--color-text)}.report-market-price__tab--active{color:var(--color-link);font-weight:600;border-bottom-color:var(--color-link)}.report-market-price__tab-content{display:flex;flex-direction:column;gap:.75rem}.report-market-price__tab-label{font-size:1rem;font-weight:600;margin:0;color:var(--color-text)}.report-market-price__prices{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1rem 1.5rem}.report-market-price__price{display:flex;flex-direction:column;gap:.25rem;margin:0;font-size:.9375rem;color:var(--color-text-muted)}.report-market-price__price-val{display:inline-flex;align-items:center;gap:.35rem;font-weight:700;font-size:1.125rem;color:var(--color-text)}.report-market-price__price--avg .report-market-price__price-val{font-size:1.5rem;color:var(--color-link)}.report-market-price__price--down .report-market-price__price-val,.report-market-price__price--up .report-market-price__price-val{color:#ca8a04}.report-market-price__arrow{display:inline-flex;flex-shrink:0}.report-market-price__arrow svg{width:18px;height:18px}.report-market-price__explanation{font-size:.9375rem;color:var(--color-text-muted);margin:0;line-height:1.5}.report-market-price__chart{margin-top:.5rem}.report-market-price__chart-title{font-size:1.125rem;font-weight:700;margin:0 0 .75rem;color:var(--color-text)}.report-market-price__chart-container{width:100%;min-height:280px}.report-market-price-empty{margin:0;color:var(--color-text-muted)}.checkout-holder{position:relative;max-width:var(--max-width);margin:0 auto;padding:1.5rem;display:flex;gap:2rem;align-items:flex-start}.checkout-details{flex:1 1;min-width:0;max-width:42rem}.checkout-purchase-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.checkout-sidebar{flex:0 0 22rem;position:-webkit-sticky;position:sticky;top:5.5rem;scroll-margin-top:5.5rem}.checkout-error-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.25rem}.checkout-head{margin-bottom:1.5rem}.checkout-title{font-size:1.625rem;font-weight:700;margin:0 0 .5rem;color:var(--color-text);line-height:1.3}.checkout-title sup{font-size:.75em;font-weight:600;color:var(--color-text-muted)}.checkout-text{font-size:1rem;margin:0;color:var(--color-text-muted)}.checkout-text__records-btn{border:none;background:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;text-align:left;display:inline}.checkout-text__records-btn:hover{text-decoration:underline}.checkout-text__records-btn:focus-visible,.salvage-banner__link--btn:focus-visible,.sample-data__item--clickable:focus-visible{outline:3px solid var(--color-link);outline-offset:3px}.checkout-accent{color:var(--color-accent-text);font-weight:600}.precheck-sample{background:var(--color-surface);border-radius:var(--radius);padding:1.25rem;margin-bottom:1.5rem}.precheck-sample__top{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1rem;margin-bottom:1rem}.precheck-sample__top>div{min-width:0}.precheck-sample__visual{width:160px;height:120px;max-height:140px;border-radius:var(--radius);flex-shrink:0}.precheck-sample__img{object-fit:cover}.precheck-sample__img-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:.75rem;color:var(--color-text-muted);background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(255,255,255,.3)),var(--color-bg);border:1px solid color-mix(in srgb,var(--color-text-muted) 24%,transparent);text-align:center}.precheck-sample__img-placeholder span{max-width:8.5rem;font-size:.75rem;font-weight:600;line-height:1.25}.precheck-sample__title{font-size:1.125rem;font-weight:700;margin:0 0 .25rem;color:var(--color-text);overflow-wrap:anywhere}.precheck-sample__vin{font-size:.9375rem;font-family:ui-monospace,monospace;color:var(--color-text-muted);margin:0;overflow-wrap:anywhere}.sample-specs{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem 1.5rem;gap:.5rem 1.5rem;flex:1 1 18rem;min-width:0;margin:0;font-size:.9375rem}.sample-specs__col{display:flex;flex-direction:column;gap:.35rem 0;min-width:0}.sample-specs__item{min-width:0}.sample-specs__item dt{margin:0;font-weight:500;color:var(--color-text-muted)}.sample-specs__item dd{margin:.25rem 0 0;font-weight:600;color:var(--color-text);overflow-wrap:anywhere}.sample-data{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.sample-data--grid{flex-direction:row;gap:1.5rem 2rem}.sample-data__col{display:flex;flex-direction:column;gap:.75rem;flex:1 1;min-width:0}.sample-data__item{display:flex;align-items:flex-start;gap:.75rem;padding:0;font-size:.9375rem}.sample-data--grid .sample-data__item{border-bottom:none}.sample-data__item--clickable{cursor:pointer;border:none;background:none;margin:0;width:100%;text-align:left;font:inherit}.sample-data__item--clickable:hover{opacity:.9}.sample-data__item--fail{color:var(--color-error,#b91c1c)}.sample-data__item--fail .sample-data__value{color:inherit}.sample-data__icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;color:var(--color-accent)}.sample-data__item--fail .sample-data__icon{color:var(--color-error,#b91c1c)}.sample-data__caption{display:block;font-weight:500;color:var(--color-text);overflow-wrap:anywhere}.sample-data__value{display:block;font-size:.875rem;color:var(--color-text-muted);overflow-wrap:anywhere}.sample-data__content{min-width:0}.checkout-mobile-purchase-jump{display:none;width:100%;min-height:3rem;align-items:center;justify-content:center;margin:0 0 1rem;padding:.75rem 1rem;border:0;border-radius:8px;color:#1e293b;background:var(--color-accent);font:inherit;font-weight:700;cursor:pointer}.checkout-mobile-purchase-jump:hover{background:var(--color-accent-hover);color:#0f172a}.checkout-mobile-purchase-jump:focus-visible{outline:3px solid var(--color-link);outline-offset:3px}.sample-data__value-num{color:var(--color-accent);font-weight:600}.sample-data__item--fail .sample-data__value-num{color:inherit}.salvage-banner{background:var(--color-error-bg);border:2px solid var(--color-error);border-radius:var(--radius);padding:1rem 1.25rem}.salvage-banner__title{font-size:1rem;font-weight:700;margin:0 0 .5rem;color:var(--color-error);line-height:1.3}.salvage-banner__text{font-size:.9375rem;margin:0 0 .75rem;color:var(--color-text)}.salvage-banner__link,.salvage-banner__link--btn{font-size:.9375rem;font-weight:500;color:var(--color-accent);text-decoration:underline}.salvage-banner__link--btn:hover,.salvage-banner__link:hover{text-decoration:none}.salvage-banner__link--btn{border:none;background:none;cursor:pointer;padding:0;font:inherit}.checkout-benefits{margin-bottom:1.5rem}.checkout-benefits__title{font-size:1.375rem;font-weight:700;margin:0 0 1rem;color:var(--color-text)}.checkout-benefits__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.5rem 1.5rem;gap:.5rem 1.5rem}.checkout-benefits__list li{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:var(--color-text)}.checkout-benefits__icon{display:inline-flex;color:var(--color-accent);flex-shrink:0}.checkout-faq{margin-bottom:1.5rem}.checkout-faq__title{font-size:1.375rem;font-weight:700;margin:0 0 1rem;color:var(--color-text)}.checkout-faq__list{display:flex;flex-direction:column;gap:.25rem}.checkout-faq__item{border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.checkout-faq__item--open .checkout-faq__answer{display:block}.checkout-faq__item--open .checkout-faq__chevron{transform:rotate(180deg)}.checkout-faq__question{margin:0}.checkout-faq__btn{width:100%;padding:.75rem 1rem;text-align:left;font-size:1rem;font-weight:500;color:var(--color-text);background:transparent;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.checkout-faq__btn:hover{background:var(--color-surface)}.checkout-faq__chevron{font-size:.75rem;transition:transform .2s}.checkout-faq__answer{display:none;padding:0 1rem 1rem}.checkout-faq__answer p{margin:0;font-size:.9375rem;color:var(--color-text-muted);line-height:1.5}.checkout-pricing{margin-bottom:1.5rem}.checkout-pricing__title{font-size:1.45rem;font-weight:700;margin:0 0 .85rem;color:var(--color-text)}.checkout-pricing__eyebrow{margin:0 0 .35rem;color:var(--color-accent-text);font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.checkout-offer{overflow:hidden;border:2px solid var(--color-accent);border-radius:12px;background:linear-gradient(145deg,rgba(37,99,235,.08),var(--color-bg));box-shadow:0 12px 30px rgba(15,23,42,.08)}.checkout-offer__price{padding:1.2rem 1.25rem 1rem;display:flex;align-items:baseline;gap:.6rem;border-bottom:1px solid var(--color-border)}.checkout-offer__price strong{color:var(--color-text);font-size:2.35rem;font-weight:800;letter-spacing:-.04em;line-height:1}.checkout-offer__price span{color:var(--color-text-muted);font-size:.78rem;font-weight:600}.checkout-offer__benefits{margin:0;padding:1rem 1.25rem 1.1rem 2.5rem;display:grid;grid-gap:.5rem;gap:.5rem;color:var(--color-text);font-size:.87rem;line-height:1.45}.checkout-offer__benefits li::marker{color:var(--color-accent)}.checkout-payment{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.checkout-payment__title{font-size:1.125rem;font-weight:700;margin:0 0 .5rem;color:var(--color-text)}.checkout-payment__summary{font-size:.9375rem;margin:0 0 1rem;color:var(--color-text-muted)}.checkout-payment__field{flex:1 1 auto;min-width:0;margin-bottom:1.25rem}.checkout-payment__step-label{display:block;font-size:.9375rem;font-weight:600;margin:0 0 .25rem;color:var(--color-text)}.checkout-payment__step-desc{font-size:.8125rem;color:var(--color-text-muted);margin:0 0 .5rem;line-height:1.4}.checkout-payment__input{width:100%;padding:.6rem .75rem;font-size:1rem;border:1px solid var(--color-border,#d1d5db);border-radius:6px;background:var(--color-bg);color:var(--color-text)}.checkout-payment__input:focus{outline:2px solid var(--color-link);outline-offset:2px;border-color:var(--color-link)}.checkout-payment__input[aria-invalid=true]{border-color:var(--color-error,#b91c1c)}.checkout-payment__checkbox{width:1.125rem;height:1.125rem;accent-color:var(--color-accent)}.checkout-payment__error{font-size:.8125rem;color:var(--color-error,#dc2626);margin:0 0 .75rem}.checkout-payment__field .checkout-payment__error{margin:.45rem 0 0}.checkout-payment__consent{display:flex;align-items:flex-start;gap:.625rem;min-height:44px;margin:0 0 .75rem;padding:.75rem;color:var(--color-text-muted);background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:8px;cursor:pointer}.checkout-payment__consent input{flex:0 0 auto;margin:.125rem 0 0}.checkout-payment__consent input:focus-visible{outline:3px solid var(--color-link);outline-offset:3px}.checkout-payment__consent:has(input[aria-invalid=true]){border-color:var(--color-error,#dc2626)}.checkout-payment__consent-copy{min-width:0;font-size:.8125rem;line-height:1.5}.checkout-payment__consent-copy strong{color:var(--color-text);font-weight:700}.checkout-payment__consent-error{margin-top:-.35rem}.checkout-payment__submit{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;min-height:3.2rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;color:#1e293b;background:var(--color-accent);border:0;border-radius:8px;cursor:pointer;box-shadow:0 10px 24px rgba(37,99,235,.2)}.checkout-payment__submit:hover:not(:disabled){filter:brightness(1.05);color:#0f172a}.checkout-payment__submit:focus-visible{outline:3px solid var(--color-link);outline-offset:3px}.checkout-payment__submit:disabled{opacity:.8;cursor:not-allowed}.checkout-payment__submit-main,.checkout-payment__submit-price{display:inline-flex;align-items:center;gap:.45rem}.checkout-payment__submit-price{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.checkout-payment__fallback{margin:.65rem 0 0;color:var(--color-text-muted);font-size:.8125rem;line-height:1.45;text-align:center}.checkout-payment__fallback a{color:var(--color-link);font-weight:700;text-decoration:underline;text-underline-offset:.15em}.checkout-trust{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--color-surface);display:flex;flex-direction:column;gap:.875rem}.checkout-trust__guarantee{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:var(--color-accent-text)}.checkout-trust__badges{display:flex;flex-wrap:wrap;gap:.375rem}.checkout-trust__badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.6875rem;font-weight:600;color:var(--color-text-muted);background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:4px;padding:.25rem .5rem}.checkout-trust__payment-logos{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem}.checkout-trust__powered{font-size:.6875rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.checkout-trust__logo{height:16px;width:auto;object-fit:contain;filter:grayscale(1) brightness(1.1);opacity:.65}.checkout-trust__contact{font-size:.75rem;color:var(--color-text-muted);margin:0}.checkout-trust__contact a{color:var(--color-link);text-decoration:underline}.checkout-success{max-width:36rem;margin:0 auto;padding:3rem 1.5rem;text-align:center}.checkout-success__title{font-size:1.5rem;font-weight:700;margin:0 0 .75rem;color:var(--color-text)}.checkout-success__text{font-size:1rem;color:var(--color-text-muted);margin:0 0 1rem}.checkout-success__meta{font-size:.8125rem;color:var(--color-text-muted);margin:0 0 1rem}.checkout-success__link{color:var(--color-accent);text-decoration:none}.checkout-success__link:hover{text-decoration:underline}.checkout-success__confirming{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text)}.checkout-success__spinner{display:inline-block;width:1.25rem;height:1.25rem;border:2px solid var(--color-surface);border-top-color:var(--color-accent);border-radius:50%;animation:checkout-success-spin .8s linear infinite;flex-shrink:0}@keyframes checkout-success-spin{to{transform:rotate(1turn)}}.checkout-success__hint{font-size:.9375rem;color:var(--color-text-muted);margin:0 0 1rem}.order-area{min-height:min(760px,78vh);padding:clamp(1.5rem,5vw,4rem) 1.25rem;background:radial-gradient(circle at 50% -18%,rgba(245,158,11,.1),transparent 34rem),linear-gradient(180deg,var(--color-bg-soft) 0,var(--color-bg) 30rem);text-align:left}.order-shell{width:min(100%,64rem);margin:0 auto;padding:clamp(1.5rem,4vw,2.75rem);overflow:hidden;border:1px solid var(--color-surface);border-radius:18px;background:var(--color-bg);box-shadow:0 18px 55px rgba(15,23,42,.08)}.order-shell--message{width:min(100%,38rem);padding-top:3.5rem;padding-bottom:3.5rem;text-align:center}.order-area__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:1.75rem}.order-area__eyebrow,.order-area__section-kicker{margin:0 0 .35rem;color:var(--color-accent-text);font-size:.72rem;font-weight:800;letter-spacing:.11em;line-height:1.4;text-transform:uppercase}.order-area__title{margin:0;color:var(--color-text);font-size:clamp(1.9rem,5vw,2.65rem);font-weight:750;letter-spacing:-.04em;line-height:1.08;text-wrap:balance}.order-area__hint,.order-area__text{max-width:30rem;margin:.9rem auto 0;color:var(--color-text-muted);font-size:.95rem;line-height:1.6}.order-area__email{margin:.55rem 0 0;color:var(--color-text-muted);font-size:.86rem}.order-area__email strong{color:var(--color-text);font-weight:650}.order-area__availability{display:inline-flex;flex:0 0 auto;align-items:center;gap:.5rem;min-height:36px;padding:.45rem .75rem;border:1px solid var(--color-surface);border-radius:999px;background:var(--color-bg-soft);color:var(--color-text-muted);font-size:.78rem;font-weight:700;line-height:1.2;white-space:nowrap}.order-area__availability--active{border-color:rgba(16,185,129,.26);background:rgba(16,185,129,.08);color:#047857}.order-area__availability--inactive{border-color:rgba(239,68,68,.22);background:rgba(239,68,68,.07);color:var(--color-error)}.order-area__availability>span{width:.5rem;height:.5rem;border-radius:50%;background:currentColor}.order-area__balance{display:grid;grid-template-columns:minmax(11rem,.8fr) minmax(0,1.6fr);align-items:center;grid-gap:clamp(1.5rem,4vw,3rem);gap:clamp(1.5rem,4vw,3rem);margin-bottom:1.5rem;padding:clamp(1.25rem,3vw,1.75rem);border:1px solid var(--color-surface);border-radius:14px;background:var(--color-bg-soft)}.order-area__balance-primary{padding-right:clamp(1.25rem,3vw,2.25rem);border-right:1px solid var(--color-surface)}.order-area__balance-value{display:flex;align-items:baseline;gap:.65rem;margin:0;color:var(--color-text)}.order-area__balance-value strong{font-size:clamp(2.8rem,7vw,4rem);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:760;letter-spacing:-.06em;line-height:.95}.order-area__balance-value span{font-size:1rem;font-weight:700}.order-area__balance-caption{margin:.4rem 0 0;color:var(--color-text-muted);font-size:.78rem}.order-area__usage-heading,.order-area__usage-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem}.order-area__usage-heading{color:var(--color-text);font-size:.8rem;font-weight:650}.order-area__usage-heading strong{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:750}.order-area__progress{height:.65rem;margin:.8rem 0 .55rem;overflow:hidden;border-radius:999px;background:var(--color-surface)}.order-area__progress>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--color-accent),#fbbf24);transition:width .35s ease-out}.order-area__usage-meta{color:var(--color-text-muted);font-size:.74rem}.order-area__workspace{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(18rem,.92fr);align-items:start;grid-gap:1.25rem;gap:1.25rem}.order-area__list{margin:0;padding:1.5rem;border:1px solid var(--color-surface);border-radius:14px;background:var(--color-bg)}.order-area__list-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.order-area__list-heading>span{display:inline-flex;min-width:1.8rem;height:1.8rem;align-items:center;justify-content:center;border-radius:999px;background:var(--color-bg-soft);color:var(--color-text-muted);font-size:.76rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:750}.order-area__list-title{margin:0;color:var(--color-text);font-size:1.25rem;font-weight:730;letter-spacing:-.02em;line-height:1.2}.order-area__reports-list{display:grid;grid-gap:.65rem;gap:.65rem;list-style:none;margin:0;padding:0}.order-area__report-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem;border:1px solid var(--color-surface);border-radius:11px;background:var(--color-bg-soft)}.order-area__report-main{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:.45rem}.order-area__report-state{display:inline-flex;align-items:center;gap:.35rem;color:var(--color-text-muted);font-size:.66rem;font-weight:750;letter-spacing:.04em;line-height:1;text-transform:uppercase}.order-area__report-state>span{width:.42rem;height:.42rem;border-radius:50%;background:currentColor}.order-area__report-state--ready{color:#047857}.order-area__report-state--generating{color:var(--color-accent-text)}.order-area__report-vin{color:var(--color-text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem;font-weight:650;letter-spacing:.015em;line-height:1.4;overflow-wrap:anywhere}.order-area__report-action{display:inline-flex;flex:0 0 auto;min-height:44px;align-items:center;justify-content:center;gap:.4rem;padding:.6rem .75rem;border:1px solid var(--color-surface);border-radius:9px;background:var(--color-bg);color:var(--color-text);font-size:.76rem;font-weight:700;line-height:1.2;transition:border-color .18s ease-out,transform .18s ease-out}.order-area__report-action:hover{border-color:var(--color-accent);color:var(--color-text);transform:translateY(-1px)}.order-area__link{color:var(--color-link);font-weight:650;text-decoration:none}.order-area__link:hover{color:var(--color-link-hover)}.order-area__legacy-access{min-height:12rem;margin:0;padding:1.5rem;border:1px solid var(--color-surface);border-radius:14px;background:var(--color-bg-soft);color:var(--color-text-muted);font-size:.9rem;line-height:1.6}.account-orders__load-more,.order-area__load-more{width:100%;margin-top:.75rem;padding:.7rem 1rem;border:1px solid var(--color-surface);border-radius:var(--radius);background:var(--color-bg-soft);color:var(--color-link);font:inherit;font-size:.875rem;font-weight:600;cursor:pointer}.account-orders__load-more:hover:not(:disabled),.order-area__load-more:hover:not(:disabled){border-color:var(--color-accent)}.account-orders__load-more:disabled,.order-area__load-more:disabled{cursor:wait;opacity:.65}.order-area__utility{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-surface)}.order-area__utility p{max-width:33rem;margin:0;color:var(--color-text-muted);font-size:.78rem;line-height:1.55}.order-area__utility a:not(.order-area__manage-action){color:var(--color-link);font-weight:650}.order-area__manage-action,.order-area__primary-action,.order-area__secondary-action{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:.45rem;padding:.65rem .9rem;border-radius:9px;font-size:.82rem;font-weight:700;line-height:1.2;white-space:nowrap}.order-area__manage-action,.order-area__secondary-action{border:1px solid var(--color-surface);background:var(--color-bg);color:var(--color-text)}.order-area__manage-action:hover,.order-area__secondary-action:hover{border-color:var(--color-text-muted);color:var(--color-text)}.order-area__primary-action{border:1px solid var(--color-accent);background:var(--color-accent);color:#1f1609;box-shadow:0 7px 18px rgba(245,158,11,.18)}.order-area__primary-action:hover{background:var(--color-accent-hover);color:#1f1609}.order-area__message-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:1.5rem}.order-area .redeem-form{display:flex;flex-direction:column;margin:0;padding:1.5rem;border-color:rgba(245,158,11,.3);border-radius:14px;background:rgba(245,158,11,.055)}.order-area .redeem-form__title{margin-bottom:.35rem;font-size:1.35rem;font-weight:750;letter-spacing:-.025em}.order-area .redeem-form__description{max-width:27rem;margin-bottom:.8rem;font-size:.84rem;line-height:1.55}.order-area .redeem-form__credits{align-self:flex-start;margin-bottom:1.2rem;padding:.32rem .58rem;border-radius:999px;background:rgba(245,158,11,.13);color:var(--color-accent-text);font-size:.7rem;line-height:1.3}.order-area .redeem-form__form{flex-direction:column;gap:.7rem;margin-top:auto}.order-area .redeem-form__input{min-height:52px;padding:.75rem .9rem;border-radius:10px;background:var(--color-bg);font-size:1rem;transition:border-color .18s ease-out,box-shadow .18s ease-out}.order-area .redeem-form__input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(245,158,11,.13)}.order-area .redeem-form__submit{min-height:52px;border-radius:10px;background:var(--color-accent);color:#1f1609;box-shadow:0 8px 20px rgba(245,158,11,.2);font-size:.9rem;font-weight:750;transition:background-color .18s ease-out,box-shadow .18s ease-out,transform .18s ease-out}.order-area .redeem-form__submit:hover:not(:disabled){background:#ffb13b;box-shadow:0 10px 24px rgba(245,158,11,.25);opacity:1;transform:translateY(-1px)}.order-area :is(.order-area__report-action,.order-area__manage-action,.order-area__primary-action,.order-area__secondary-action,.order-area__link,.redeem-form__input,.redeem-form__submit):focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:2px}@media (prefers-reduced-motion:reduce){.order-area .redeem-form__submit,.order-area__progress>span,.order-area__report-action{transition:none}}@media (max-width:780px){.order-area__workspace{grid-template-columns:1fr}.order-area__list{order:2}}@media (max-width:600px){.order-area{padding:1rem .75rem 2.5rem;background:var(--color-bg-soft)}.order-shell{padding:1.3rem;border-radius:14px;box-shadow:none}.order-shell--message{padding-top:2.5rem;padding-bottom:2.5rem}.order-area__header{flex-direction:column;gap:.9rem;margin-bottom:1.25rem}.order-area__availability{align-self:flex-start}.order-area__balance{grid-template-columns:1fr;gap:1.25rem;padding:1.2rem}.order-area__balance-primary{padding:0 0 1.2rem;border-right:0;border-bottom:1px solid var(--color-surface)}.order-area__balance-value strong{font-size:3.15rem}.order-area .redeem-form,.order-area__list{padding:1.2rem}.order-area__report-item{align-items:stretch;flex-direction:column}.order-area__report-action{width:100%}.order-area__utility{align-items:stretch;flex-direction:column;gap:1rem}.order-area__manage-action{width:100%}}[data-theme=dark] .order-shell{box-shadow:0 18px 55px rgba(0,0,0,.28)}[data-theme=dark] .order-area__availability--active,[data-theme=dark] .order-area__report-state--ready{color:#6ee7b7}.support-nudge{margin:1.5rem 0;padding:.75rem 1rem;font-size:.8125rem;color:var(--color-text-muted);text-align:center;background:var(--color-bg-soft,#f9fafb);border-radius:8px}.support-nudge--report{max-width:60rem;margin:2rem auto}.support-nudge__link{color:var(--color-accent);text-decoration:none}.support-nudge__link:hover{text-decoration:underline}.admin{max-width:64rem;margin:0 auto;padding:2rem 1.5rem}.admin__title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem;color:var(--color-text)}.admin__subtitle{font-size:.875rem;color:var(--color-text-muted);margin:0 0 1.5rem}.admin__tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.admin__tab{padding:.5rem 1rem;font-size:.9375rem;font-weight:500;color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border,#e5e7eb);border-radius:var(--radius,.5rem);cursor:pointer}.admin__tab:hover{color:var(--color-text)}.admin__tab--active{color:var(--color-accent);border-color:var(--color-accent);background:var(--color-bg)}.admin__error{padding:.75rem 1rem;margin-bottom:1rem;font-size:.875rem;color:var(--color-text);background:rgba(220,38,38,.1);border:1px solid rgba(220,38,38,.3);border-radius:var(--radius,.5rem)}.admin__loading{font-size:.9375rem;color:var(--color-text-muted);margin:1rem 0}.admin__table-wrap{overflow-x:auto;margin-bottom:1.5rem}.admin__table{width:100%;border-collapse:collapse;font-size:.875rem}.admin__table td,.admin__table th{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--color-surface)}.admin__table th{font-weight:600;color:var(--color-text-muted)}.admin__vin{font-family:ui-monospace,monospace;font-size:.8125rem}.admin__status--ready{color:var(--color-accent)}.admin__date,.admin__status--generating{color:var(--color-text-muted)}.admin__date{white-space:nowrap}.admin__actions{display:flex;flex-wrap:wrap;gap:.5rem}.admin__btn{padding:.35rem .65rem;font-size:.8125rem;font-weight:500;border-radius:var(--radius,.5rem);cursor:pointer;border:1px solid transparent}.admin__btn--retry{color:var(--color-accent);background:transparent;border-color:var(--color-accent)}.admin__btn--retry:hover:not(:disabled){background:var(--color-accent);color:var(--color-bg)}.admin__btn--rebuild{color:var(--color-text-muted);background:var(--color-surface);border-color:var(--color-border,#e5e7eb)}.admin__btn--rebuild:hover:not(:disabled){color:var(--color-text);background:var(--color-border,#e5e7eb)}.admin__btn:disabled{opacity:.6;cursor:not-allowed}.admin__refetch-group{display:flex;align-items:center;gap:.35rem;padding-left:.5rem;border-left:1px solid var(--color-border,#e5e7eb);margin-left:.25rem}.admin__refetch-label{white-space:nowrap}.admin__btn--refetch,.admin__refetch-label{font-size:.75rem;color:var(--color-text-muted)}.admin__btn--refetch{padding:.25rem .5rem;background:var(--color-surface);border-color:var(--color-border,#e5e7eb)}.admin__btn--refetch:hover:not(:disabled){color:var(--color-accent);border-color:var(--color-accent)}.admin__link{color:var(--color-accent);text-decoration:none}.admin__link:hover{text-decoration:underline}.admin__back{margin-top:1.5rem;font-size:.9375rem}.admin__generate{max-width:480px}.admin__generate-form{display:flex;flex-direction:column;gap:1rem}.admin__generate-label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;font-weight:500;color:var(--color-text)}.admin__generate-input{padding:.5rem .75rem;font-size:.875rem;font-family:ui-monospace,monospace;background:var(--color-surface);border:1px solid var(--color-border,#e5e7eb);border-radius:var(--radius,.5rem);color:var(--color-text);text-transform:uppercase;letter-spacing:.05em}.admin__generate-input:focus{outline:none;border-color:var(--color-accent)}.admin__generate-providers{border:1px solid var(--color-border,#e5e7eb);border-radius:var(--radius,.5rem);padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem}.admin__generate-legend{font-size:.875rem;font-weight:500;color:var(--color-text);padding:0 .25rem}.admin__generate-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text);cursor:pointer}.admin__btn--generate{color:var(--color-bg);background:var(--color-accent);border-color:var(--color-accent);padding:.5rem 1rem;font-size:.9375rem;align-self:flex-start}.admin__btn--generate:hover:not(:disabled){opacity:.9}.admin__generate-result{margin-top:1.5rem;padding:1rem;background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.3);border-radius:var(--radius,.5rem);font-size:.875rem;line-height:1.6}.admin__generate-result p{margin:0 0 .25rem}.admin__generate-warnings{margin-top:.75rem;padding:.5rem .75rem;background:rgba(245,158,11,.08);border:1px solid rgba(245,158,11,.3);border-radius:var(--radius,.5rem)}.admin__generate-warnings ul{margin:.25rem 0 0;padding-left:1.25rem}.admin-report__title{font-size:1.25rem;margin-bottom:.5rem}.admin-report__error,.admin-report__text{margin-bottom:1rem}.admin-report__error{color:var(--color-danger,#dc2626)}.admin-report__back{margin-top:1rem}.admin-report__link{color:var(--color-accent);text-decoration:none}.admin-report__link:hover{text-decoration:underline}.admin-report__bar{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border,#e5e7eb);font-size:.9375rem}.admin-report__meta,.admin-report__vin{color:var(--color-text-muted);font-family:ui-monospace,monospace}.admin-report__meta{font-size:.875rem}.admin-report__json-wrap{margin-top:1rem;padding:1rem;background:var(--color-surface);border:1px solid var(--color-border,#e5e7eb);border-radius:.5rem;overflow:auto}.admin-report__json{margin:0;font-size:.8125rem;font-family:ui-monospace,monospace;white-space:pre-wrap;word-break:break-all}.nav-admin{margin-left:auto}.report-status{max-width:36rem;margin:0 auto;padding:3rem 1.5rem;text-align:center}.report-status__title{font-size:1.5rem;font-weight:700;margin:0 0 .75rem;color:var(--color-text)}.report-status__text{font-size:1rem;color:var(--color-text-muted);margin:0 0 1rem;line-height:1.5}.report-status__steps{list-style:none;padding:0;text-align:left;max-width:22rem;margin:2rem auto 1.5rem}.report-status__step{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9375rem;color:var(--color-text-muted);transition:color .2s ease}.report-status__step--done{color:var(--color-text)}.report-status__step--done .report-status__step-icon{color:var(--color-success,#16a34a)}.report-status__step--active{color:var(--color-text);font-weight:500}.report-status__step--active .report-status__step-icon{color:var(--color-accent)}.report-status__step-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.report-status__step-dot{display:block;width:8px;height:8px;border-radius:50%;background:var(--color-border,#d1d5db)}.report-status__spinner{animation:report-status-spin .8s linear infinite}@keyframes report-status-spin{to{transform:rotate(1turn)}}.report-status__hint{font-size:.9375rem;color:var(--color-text-muted);margin:0}.report-status__error{font-size:1rem;color:var(--color-error,#dc2626);margin:0 0 1rem}.report-status__link{color:var(--color-accent);text-decoration:none}.report-status__link:hover{text-decoration:underline}@media (max-width:900px){.checkout-holder{flex-direction:column}.checkout-details{max-width:none}.checkout-sidebar{flex:0 0 auto;width:100%;max-width:42rem;position:static}.checkout-mobile-purchase-jump{display:inline-flex}}@media (max-width:480px){.precheck-sample__visual{width:100%;height:auto;min-height:150px;max-height:190px;aspect-ratio:4/3}.sample-specs{width:100%;grid-template-columns:1fr}.sample-data--grid{flex-direction:column;gap:.75rem}.checkout-benefits__list{grid-template-columns:1fr}}.email-wall{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;pointer-events:auto}.email-wall__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.82);pointer-events:none}.email-wall__card{position:relative;background:var(--color-bg);border-radius:12px;padding:2rem 2.25rem;max-width:26rem;width:100%;box-shadow:0 24px 48px rgba(0,0,0,.4);pointer-events:auto}.email-wall__title{font-size:1.5rem;font-weight:700;margin:0 0 .75rem;text-align:center;color:var(--color-text)}.email-wall__text{font-size:.9375rem;color:var(--color-text-muted);margin:0 0 1.5rem;text-align:center;line-height:1.45}.email-wall__text strong{color:var(--color-text)}.email-wall__form{display:flex;flex-direction:column;gap:.75rem}.email-wall__label{font-size:.875rem;font-weight:500;color:var(--color-text);display:block}.email-wall__input-wrap{position:relative;display:flex;align-items:center;border:1px solid var(--color-border,#d1d5db);border-radius:8px;background:var(--color-bg)}.email-wall__input-wrap:focus-within{border-color:var(--color-accent);outline:2px solid var(--color-accent);outline-offset:2px}.email-wall__input-icon{position:absolute;top:50%;transform:translateY(-50%);color:var(--color-text-muted);pointer-events:none}.email-wall__input-icon:first-of-type{left:.75rem}.email-wall__input-icon--right{left:auto;right:.75rem}.email-wall__input{width:100%;padding:.75rem 2.5rem;font-size:1rem;border:0;background:transparent;color:var(--color-text);border-radius:8px}.email-wall__input::placeholder{color:var(--color-text-muted)}.email-wall__input:focus{outline:none}.email-wall__error{font-size:.8125rem;color:var(--color-error,#dc2626);margin:0}.email-wall__checkbox-wrap{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:var(--color-text-muted)}.email-wall__checkbox{width:1.125rem;height:1.125rem;accent-color:var(--color-accent)}.email-wall__checkbox-label{flex:1 1}.email-wall__submit{width:100%;padding:.875rem 1.25rem;font-size:1rem;font-weight:600;color:#fff;background:var(--color-accent);border:0;border-radius:8px;cursor:pointer;margin-top:.25rem}.email-wall__submit:hover{filter:brightness(1.05)}.email-wall__submit:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.email-wall__trust{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:1.25rem;font-size:.8125rem;color:var(--color-text-muted)}.email-wall__trust-item{display:inline-flex;align-items:center;gap:.35rem}.email-wall__trust-item svg{flex-shrink:0;color:var(--color-text-muted)}.email-wall__legal{font-size:.75rem;color:var(--color-text-muted);text-align:center;margin:1rem 0 0;line-height:1.4}.nav-login-btn{display:inline-flex;align-items:center;padding:.4rem 1rem;border:1px solid var(--color-surface);border-radius:999px;background:transparent;color:var(--color-text-muted);font-size:.8125rem;font-weight:500;font-family:inherit;text-decoration:none;white-space:nowrap;cursor:pointer;transition:border-color .2s,color .2s,background .2s}.nav-login-btn--active,.nav-login-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.nav-login-btn--active{background:rgba(245,158,11,.08)}.login-page{display:flex;justify-content:center;padding:4rem 1.5rem}.login-page__card{width:100%;max-width:400px;background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:var(--radius);padding:2rem}.login-page__title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:var(--color-text)}.login-page__text{margin:0 0 1.5rem;font-size:.875rem;color:var(--color-text-muted);line-height:1.5}.login-page__form{display:flex;flex-direction:column;gap:.75rem}.login-page__input{width:100%;padding:.75rem 1rem;border:1px solid var(--color-surface);border-radius:var(--radius);font-size:.9375rem;font-family:inherit;color:var(--color-text);background:var(--color-bg);outline:none;box-sizing:border-box}.login-page__input:focus{border-color:var(--color-accent)}.login-page__submit{padding:.75rem 1rem;border:none;border-radius:var(--radius);background:var(--color-accent);color:#fff;font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s}.login-page__submit:hover{background:var(--color-accent-hover)}.login-page__submit:disabled{opacity:.6;cursor:not-allowed}.login-page__success{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.login-page__success .login-page__title{font-size:1.25rem}.login-page__success .login-page__text{margin-bottom:0}.nav-mobile-auth{display:none}@media (max-width:768px){.nav-mobile-auth{display:flex;flex-direction:column;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--color-surface)}.nav-mobile-auth a{border-bottom:1px solid var(--color-surface)}.nav-mobile-auth a,.nav-mobile-login,.nav-mobile-logout{padding:.875rem 0;font-size:1.0625rem;font-weight:500;color:var(--color-text-muted)}.nav-mobile-login,.nav-mobile-logout{display:flex;align-items:center;gap:.5rem;border:none;background:transparent;font-family:inherit;cursor:pointer;text-align:left}.nav-mobile-login:hover,.nav-mobile-logout:hover{color:var(--color-accent)}}.account-page{padding:2.5rem 1.5rem}.account-page__inner{max-width:720px;margin:0 auto}.account-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:2rem}.account-page__title{margin:0;font-size:1.75rem;font-weight:700;color:var(--color-text)}.account-page__email{margin:.25rem 0 0;font-size:.875rem}.account-page__email,.account-page__loading,.account-page__logout{color:var(--color-text-muted)}.account-page__logout{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border:1px solid var(--color-surface);border-radius:var(--radius);background:transparent;font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .2s,color .2s;white-space:nowrap}.account-page__logout:hover{border-color:var(--color-error);color:var(--color-error)}.account-page__expired{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;text-align:center;color:var(--color-text-muted)}.account-page__home-link{color:var(--color-link);font-weight:500}.account-page__retry{min-height:44px;padding:.65rem 1rem;border:1px solid var(--color-accent);border-radius:var(--radius);background:var(--color-accent);color:#1f1609;font:inherit;font-weight:700}.account-page__retry:hover{background:var(--color-accent-hover);color:#1f1609}.account-page__retry:focus-visible{outline:3px solid var(--color-link);outline-offset:3px}.account-summary{margin-bottom:2rem}.account-summary__title{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:var(--color-text)}.account-summary__cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;margin-bottom:.75rem}.account-summary__card{background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:var(--radius);padding:1.25rem;text-align:center}.account-summary__card--highlight{border-color:var(--color-accent);background:rgba(245,158,11,.04)}.account-summary__card-value{font-size:1.75rem;font-weight:700;color:var(--color-text)}.account-summary__card--highlight .account-summary__card-value{color:var(--color-accent-text)}.account-summary__card-label{font-size:.8125rem;color:var(--color-text-muted);margin-top:.25rem}.account-summary__note{margin:0;font-size:.8125rem;color:var(--color-text-muted)}.account-orders__title{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:var(--color-text)}.account-orders__empty{color:var(--color-text-muted);font-size:.875rem}.account-orders__list{display:flex;flex-direction:column;gap:.5rem}.account-orders__item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:var(--radius)}.account-orders__item-main{display:flex;flex-direction:column;gap:.125rem}.account-orders__vin{font-weight:600;font-size:.9375rem;color:var(--color-text);font-family:monospace}.account-orders__date{font-size:.75rem;color:var(--color-text-muted)}.account-orders__item-meta{display:flex;align-items:center;gap:1rem;flex-shrink:0}.account-orders__package{font-size:.75rem;color:var(--color-text-muted)}.account-orders__view-link{font-size:.8125rem;font-weight:600;color:var(--color-link)}.account-orders__generating{font-size:.8125rem;color:var(--color-text-muted)}.redeem-form{margin:1.5rem 0 2rem;padding:1.5rem;background:var(--color-bg-soft);border:1px solid var(--color-surface);border-radius:var(--radius)}.redeem-form__title{margin:0 0 .25rem;font-size:1.125rem;font-weight:600;color:var(--color-text)}.redeem-form__description{margin:0 0 .5rem;font-size:.875rem;color:var(--color-text-muted)}.redeem-form__credits{margin:0 0 1rem;font-size:.8125rem;font-weight:600;color:var(--color-accent-text)}.redeem-form__form{display:flex;flex-wrap:wrap;gap:.5rem}.redeem-form__label{flex:1 0 100%;color:var(--color-text);font-size:.8125rem;font-weight:650}.redeem-form__input{flex:1 1;padding:.625rem .75rem;font-size:1rem;font-family:monospace;letter-spacing:.04em;text-transform:uppercase;border:1px solid var(--color-surface);border-radius:var(--radius);background:var(--color-bg);color:var(--color-text);outline:none;transition:border-color .15s}.redeem-form__input:focus{border-color:var(--color-accent)}.redeem-form__input:focus-visible{outline:3px solid var(--color-link);outline-offset:2px}.redeem-form__input[aria-invalid=true]{border-color:var(--color-error)}.redeem-form__input::placeholder{text-transform:none;font-family:var(--font-body,inherit);letter-spacing:normal;color:var(--color-text-muted)}.redeem-form__submit{padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:#1f1609;background:var(--color-accent);border:none;border-radius:var(--radius);cursor:pointer;white-space:nowrap;transition:opacity .15s}.redeem-form__submit:hover:not(:disabled){opacity:.85}.redeem-form__submit:disabled{opacity:.5;cursor:not-allowed}.redeem-form__error{margin:.5rem 0 0;font-size:.8125rem;color:var(--color-error,#ef4444)}@media (max-width:768px){.account-summary__cards{grid-template-columns:1fr}.account-orders__item{flex-direction:column;align-items:flex-start;gap:.5rem}.account-page__header,.redeem-form__form{flex-direction:column}}.not-found-page{display:flex;justify-content:center;align-items:center;padding:4rem 1.5rem;min-height:60vh}.not-found-page__card{text-align:center;max-width:460px;width:100%}.not-found-page__icon{color:var(--color-accent);margin-bottom:1rem}.not-found-page__code{font-size:6rem;font-weight:700;line-height:1;margin:0;background:linear-gradient(135deg,var(--color-accent),var(--color-accent-hover));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.not-found-page__title{font-size:1.5rem;font-weight:600;margin:.75rem 0 .5rem;color:var(--color-text)}.not-found-page__text{color:var(--color-text-muted);margin:0 0 2rem;line-height:1.6}.not-found-page__actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.not-found-page__btn{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;font-size:.9375rem;text-decoration:none;transition:background-color .2s,transform .1s}.not-found-page__btn:hover{transform:translateY(-1px)}.not-found-page__btn--primary{background:var(--color-accent);color:#1e293b}.not-found-page__btn--primary:hover{background:var(--color-accent-hover);color:#1e293b}.not-found-page__btn--outline{background:transparent;color:var(--color-accent);border:2px solid var(--color-accent)}.not-found-page__btn--outline:hover{background:var(--color-accent);color:#1e293b}@media (max-width:768px){.not-found-page{padding:3rem 1.5rem}.not-found-page__code{font-size:4.5rem}.not-found-page__actions{flex-direction:column}.not-found-page__btn{justify-content:center}}.vin-check-page{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem 3rem}.vin-check-page section{margin-bottom:3rem}.vin-check-page h2{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;margin:0 0 .75rem}.vin-check-page section>p{color:var(--color-text-muted);line-height:1.7;margin:0 0 1.5rem}.vin-check-hero{text-align:center;padding-top:2.5rem}.vin-check-hero__breadcrumb{display:inline-block;color:var(--color-link);font-size:.875rem;margin-bottom:1rem;text-decoration:none}.vin-check-hero__breadcrumb:hover{text-decoration:underline}.vin-check-hero__title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;line-height:1.2;max-width:700px;margin:0 auto .75rem}.vin-check-hero__text{color:var(--color-text-muted);max-width:640px;margin:0 auto 2rem;line-height:1.7}.vin-check-hero .vin-form{max-width:560px;margin:0 auto}.vin-check-why__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.25rem;gap:1.25rem}.vin-check-why__card{background:var(--color-bg-soft);border-radius:var(--radius);padding:1.5rem}.vin-check-why__card h3{font-size:1rem;font-weight:600;margin:0 0 .5rem}.vin-check-why__card p{color:var(--color-text-muted);font-size:.9rem;line-height:1.6;margin:0}.vin-check-how__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.vin-check-how__list li{background:var(--color-bg-soft);border-radius:var(--radius);padding:1rem 1.25rem;line-height:1.6}.vin-check-how__list li strong{color:var(--color-text)}.vin-check-included__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:.75rem;gap:.75rem}.vin-check-included__item{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;background:var(--color-bg-soft);border-radius:var(--radius);font-size:.9rem}.vin-check-included__check{color:#22c55e;font-weight:700;font-size:1.1rem;flex-shrink:0}.vin-check-models__intro{color:var(--color-text-muted);margin-bottom:1.25rem}.vin-check-models__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:.5rem;gap:.5rem}.vin-check-models__link{display:block;padding:.75rem 1rem;background:var(--color-bg-soft);border-radius:var(--radius);color:var(--color-link);text-decoration:none;font-size:.9rem;font-weight:500;transition:background .15s}.vin-check-models__link:hover{background:var(--color-surface)}.vin-check-cta{text-align:center;background:var(--color-bg-soft);border-radius:var(--radius);padding:2.5rem 1.5rem}.vin-check-cta p{color:var(--color-text-muted);margin-bottom:1.5rem}.vin-check-cta .vin-form{max-width:560px;margin:0 auto}.vin-check-brand-intro{max-width:720px}.vin-check-decode__list{list-style:disc;padding-left:1.25rem;margin:0 0 1.25rem;color:var(--color-text-muted);line-height:1.7}.vin-check-decode__list li{margin-bottom:.25rem}.vin-check-decode__example{background:var(--color-bg-soft);border-radius:var(--radius);padding:1.5rem;margin:1.5rem 0}.vin-check-decode__vin-display{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-surface)}.vin-check-decode__vin-label{font-size:.8rem;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.vin-check-decode__vin-value{font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace;font-size:clamp(1.1rem,3vw,1.5rem);font-weight:600;letter-spacing:.12em;color:var(--color-text);word-break:break-all}.vin-check-decode__breakdown{display:flex;flex-direction:column;gap:.5rem}.vin-check-decode__breakdown-row{display:flex;align-items:baseline;gap:.75rem}.vin-check-decode__position{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:3.25rem;padding:.25rem .5rem;background:var(--color-surface);border-radius:calc(var(--radius) * .75);font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace;font-size:.8rem;font-weight:600;color:var(--color-text);text-align:center}.vin-check-decode__desc{font-size:.9rem;color:var(--color-text-muted);line-height:1.5}.vin-check-recalls__list{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.5rem}.vin-check-recalls__list li{position:relative;padding:.75rem 1rem .75rem 2.25rem;background:var(--color-bg-soft);border-radius:var(--radius);font-size:.9rem;line-height:1.6}.vin-check-recalls__list li:before{content:"\26A0";position:absolute;left:.75rem;top:.75rem;font-size:.9rem}.vin-check-model-issues__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:.75rem;gap:.75rem}.vin-check-model-issues__item{padding:1rem 1.25rem;background:var(--color-bg-soft);border-radius:var(--radius);font-size:.9rem;line-height:1.6}.vin-check-model-issues__item strong{color:var(--color-text)}.vin-check-faq__list{display:flex;flex-direction:column;gap:.75rem}.vin-check-faq__item{background:var(--color-bg-soft);border-radius:var(--radius);padding:1.25rem 1.5rem}.vin-check-faq__item h3{font-size:1rem;font-weight:600;margin:0 0 .5rem}.vin-check-faq__item p{color:var(--color-text-muted);font-size:.9rem;line-height:1.6;margin:0}.vin-check-trust__list{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.5rem}.vin-check-trust__list li{position:relative;padding:.6rem 1rem .6rem 2rem;background:var(--color-bg-soft);border-radius:var(--radius);font-size:.9rem}.vin-check-trust__list li:before{content:"\2713";position:absolute;left:.75rem;color:#22c55e;font-weight:700}.vin-check-seo-closing{margin-top:-1.5rem}.vin-check-seo-closing p{color:var(--color-text-muted);font-size:.9rem;line-height:1.7}.vin-check-why__card ul{margin:.5rem 0 0;padding-left:1.25rem;color:var(--color-text-muted);font-size:.85rem;line-height:1.6}.vin-check-why__card ul li{margin-bottom:.15rem}.compare-page{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 4rem}.compare-hero{text-align:center;margin-bottom:3rem}.compare-hero__title{font-size:2rem;font-weight:700;color:var(--color-text);margin-bottom:.75rem}.compare-hero__desc{color:var(--color-text-muted);font-size:1.05rem;max-width:640px;margin:0 auto;line-height:1.6}.compare-prices{margin-bottom:3rem}.compare-prices h2{text-align:center;margin-bottom:1.5rem}.compare-prices__grid{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.compare-prices__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem 2rem;text-align:center;min-width:200px}.compare-prices__card--ours{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.compare-prices__name{display:block;font-weight:600;font-size:1.1rem;margin-bottom:.5rem}.compare-prices__amount{display:block;font-size:1.75rem;font-weight:700;color:var(--color-primary)}.compare-prices__card--competitor .compare-prices__amount,.compare-prices__vs{color:var(--color-text-muted)}.compare-prices__vs{font-size:1.25rem;font-weight:700;text-transform:uppercase}.compare-prices__disclaimer{text-align:center;font-size:.8rem;color:var(--color-text-muted);margin-top:1rem}.compare-features{margin-bottom:3rem}.compare-features h2{text-align:center;margin-bottom:1.5rem}.compare-features__table-wrap{overflow-x:auto}.compare-features__table{width:100%;border-collapse:collapse}.compare-features__table td,.compare-features__table th{padding:.75rem 1rem;text-align:center;border-bottom:1px solid var(--color-border)}.compare-features__table td:first-child,.compare-features__table th:first-child{text-align:left}.compare-features__table thead th{font-weight:600;background:var(--color-surface)}.compare-features__yes{color:#22c55e;font-weight:600;font-size:1.1rem}.compare-features__no{color:#ef4444;font-weight:600;font-size:1.1rem}.compare-proscons{margin-bottom:3rem}.compare-proscons h2{text-align:center;margin-bottom:1.5rem}.compare-proscons__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.compare-proscons__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem}.compare-proscons__card h3{font-size:1.1rem;margin-bottom:1rem}.compare-proscons__section{margin-bottom:1rem}.compare-proscons__label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.compare-proscons__label--pro{color:#22c55e}.compare-proscons__label--con{color:#ef4444}.compare-proscons__section ul{list-style:none;padding:0;margin:0}.compare-proscons__section ul li{position:relative;padding-left:1.25rem;margin-bottom:.35rem;font-size:.9rem;color:var(--color-text-muted);line-height:1.5}.compare-proscons__section ul li:before{position:absolute;left:0;font-weight:700}.compare-proscons__label--pro+ul li:before{content:"+";color:#22c55e}.compare-proscons__label--con+ul li:before{content:"\2212";color:#ef4444}.compare-listicle{margin-bottom:3rem}.compare-listicle h2{text-align:center;margin-bottom:1.5rem}.compare-listicle__list{display:flex;flex-direction:column;gap:1.25rem}.compare-listicle__item{display:flex;gap:1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem}.compare-listicle__item--top{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.compare-listicle__rank{font-size:1.5rem;font-weight:700;color:var(--color-primary);min-width:2.5rem;flex-shrink:0}.compare-listicle__content{flex:1 1}.compare-listicle__content h3{font-size:1.1rem;margin-bottom:.75rem}.compare-listicle__price{font-weight:400;color:var(--color-text-muted);font-size:.9rem}.compare-listicle__details{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.compare-listicle__details ul{list-style:none;padding:0;margin:0}.compare-listicle__details ul li{position:relative;padding-left:1.25rem;margin-bottom:.3rem;font-size:.85rem;color:var(--color-text-muted);line-height:1.5}.compare-verdict{margin-bottom:3rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:2rem}.compare-verdict h2{margin-bottom:.75rem}.compare-verdict p{color:var(--color-text-muted);line-height:1.7}.compare-cta{text-align:center;margin-bottom:3rem;padding:2.5rem 1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius)}.compare-cta h2{margin-bottom:.5rem}.compare-cta p{color:var(--color-text-muted);margin-bottom:1.5rem}.compare-faq{margin-bottom:2rem}.compare-faq h2{text-align:center;margin-bottom:1.5rem}.compare-faq__list{display:flex;flex-direction:column;gap:1.25rem}.compare-faq__item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.25rem 1.5rem}.compare-faq__item h3{font-size:1rem;margin-bottom:.5rem}.compare-faq__item p{color:var(--color-text-muted);font-size:.9rem;line-height:1.6;margin:0}@media (max-width:768px){.compare-hero__title{font-size:1.5rem}.compare-proscons__grid{grid-template-columns:1fr}.compare-listicle__item{flex-direction:column;gap:.75rem}.compare-listicle__details{grid-template-columns:1fr}.compare-prices__grid{flex-direction:column}.compare-prices__vs{display:none}}.persona-page{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 4rem}.persona-hero{text-align:center;margin-bottom:3rem}.persona-hero__title{font-size:2rem;font-weight:700;color:var(--color-text);margin-bottom:.75rem}.persona-hero__text{color:var(--color-text-muted);font-size:1.05rem;max-width:680px;margin:0 auto;line-height:1.7}.persona-why{margin-bottom:3rem}.persona-why h2{text-align:center;margin-bottom:1.5rem}.persona-why__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}.persona-why__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem}.persona-why__card h3{font-size:1rem;margin-bottom:.5rem}.persona-why__card p{color:var(--color-text-muted);font-size:.9rem;line-height:1.6;margin:0}.persona-how{margin-bottom:3rem}.persona-how h2{text-align:center;margin-bottom:1.5rem}.persona-how__list{max-width:680px;margin:0 auto;padding-left:1.5rem}.persona-how__list li{color:var(--color-text-muted);font-size:.95rem;line-height:1.6;margin-bottom:.5rem}.persona-package{margin-bottom:3rem}.persona-package h2{text-align:center;margin-bottom:1.5rem}.persona-package__card{max-width:480px;margin:0 auto;background:var(--color-surface);border:1px solid var(--color-primary);box-shadow:0 0 0 1px var(--color-primary);border-radius:var(--radius);padding:1.5rem 2rem;text-align:center}.persona-package__label{display:block;font-size:1.25rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.persona-package__desc{color:var(--color-text-muted);font-size:.9rem;line-height:1.6;margin:0}@media (max-width:768px){.persona-hero__title{font-size:1.5rem}.persona-why__grid{grid-template-columns:1fr}}.guide-page{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 4rem}.guide-hero{text-align:center;margin-bottom:3rem}.guide-hero__title{font-size:2rem;font-weight:700;color:var(--color-text);margin-bottom:.75rem}.guide-hero__text{color:var(--color-text-muted);font-size:1.05rem;max-width:680px;margin:0 auto;line-height:1.7}.guide-body{max-width:720px;margin:0 auto 3rem}.guide-section{margin-bottom:2rem}.guide-section h2{font-size:1.25rem;margin-bottom:.75rem}.guide-section p{color:var(--color-text-muted);font-size:.95rem;line-height:1.75}@media (max-width:768px){.guide-hero__title{font-size:1.5rem}}.admin__filter-bar{display:flex;align-items:center;gap:1rem;padding:.75rem 0;flex-wrap:wrap}.admin__filter-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;border-radius:999px;border:1px solid var(--color-border,#d0d7de);background:var(--color-bg,#fff);font-size:.875rem;cursor:pointer}.admin__filter-chip--active{background:#fff4d6;border-color:#f0c050;color:#6a4a00}.admin__filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.25rem;padding:0 .375rem;border-radius:999px;background:#f0c050;color:#1a1a1a;font-size:.75rem;font-weight:600}.admin__filter-totals{color:var(--color-text-muted,#57606a);font-size:.8125rem}.admin__order-id-link{background:none;border:none;color:var(--color-link,#0969da);font:inherit;cursor:pointer;padding:0;text-decoration:underline}.admin__order-detail{display:flex;flex-direction:column;gap:1.5rem;padding:.5rem 0}.admin__order-detail-header{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;border-bottom:1px solid var(--color-border,#d0d7de);padding-bottom:1rem}.admin__order-detail-header h2{margin:0;font-size:1.25rem}.admin__order-detail-meta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;color:var(--color-text-muted,#57606a);font-size:.875rem}.admin__order-vin{font-family:var(--font-mono,ui-monospace,monospace);font-size:.9375rem}.admin__order-status{display:inline-block;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-left:.5rem}.admin__order-status--generating{background:#ddebff;color:#0c4a90}.admin__order-status--awaiting_review{background:#ffe4d6;color:#8a3a00}.admin__order-status--ready_to_deliver{background:#d6f0e6;color:#07623e}.admin__order-status--delivered{background:#e2e8ec;color:#4a5560}.admin__order-detail-section h3{font-size:1rem;margin-bottom:.5rem}.admin__btn--force-deliver{background:#c2410c;color:#fff;border-color:#c2410c;margin-left:auto}.admin__btn--force-deliver:hover:not(:disabled){background:#9a3209}.admin__source-grid{width:100%;border-collapse:collapse}.admin__source-grid td,.admin__source-grid th{text-align:left;padding:.5rem .75rem;border-bottom:1px solid var(--color-border,#e1e4e8);font-size:.875rem;vertical-align:top}.admin__source-grid-empty{color:var(--color-text-muted,#57606a);font-style:italic}.admin__source-name{font-weight:600}.admin__source-critical-badge{display:inline-block;margin-left:.5rem;padding:0 .375rem;font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;background:#fde7e9;color:#a8071a;border-radius:3px}.admin__source-status{display:inline-block;padding:.125rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.admin__source-status--pending,.admin__source-status--running{background:#ddebff;color:#0c4a90}.admin__source-status--succeeded{background:#d6f0e6;color:#07623e}.admin__source-status--failed_retrying{background:#ffefc7;color:#8a5a00}.admin__source-status--failed_terminal{background:#fde7e9;color:#a8071a}.admin__source-status--skipped{background:#e2e8ec;color:#4a5560}.admin__source-error-toggle{background:none;border:none;color:inherit;text-align:left;font:inherit;cursor:pointer;padding:0;max-width:22rem;word-break:break-word}.admin__source-error-none{color:var(--color-text-muted,#57606a)}.admin__event-timeline{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.admin__event-timeline-empty{color:var(--color-text-muted,#57606a);font-style:italic}.admin__event-row{padding:.4rem .75rem;border-left:3px solid transparent;font-size:.8125rem}.admin__event-row--source{border-left-color:#b8d4ff}.admin__event-row--order{border-left-color:#f0c050;background:#fffaf0;font-weight:500}.admin__event-row-summary{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.admin__event-timestamp{color:var(--color-text-muted,#57606a);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.admin__event-chip{display:inline-block;padding:0 .375rem;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;background:var(--color-bg-subtle,#f6f8fa);border-radius:3px}.admin__event-name{font-weight:500}.admin__event-attempt{color:var(--color-text-muted,#57606a)}.admin__event-detail-toggle{background:none;border:none;color:var(--color-link,#0969da);font:inherit;cursor:pointer;padding:0;text-decoration:underline}.admin__event-detail{margin:.5rem 0 0;padding:.5rem;background:var(--color-bg-subtle,#f6f8fa);border-radius:4px;font-size:.75rem;overflow-x:auto}@media (prefers-color-scheme:dark){.admin__filter-chip--active{background:#4a3500;border-color:#f0c050;color:#ffd97a}.admin__order-status--generating{background:#1a2a4a;color:#a8c4f0}.admin__order-status--awaiting_review{background:#4a2a10;color:#ffb47a}.admin__order-status--ready_to_deliver{background:#143a2a;color:#7adcb0}.admin__order-status--delivered{background:#2a2f35;color:#c0c8d0}.admin__event-row--order{background:#2a2310}.admin__source-status--pending,.admin__source-status--running{background:#1a2a4a;color:#a8c4f0}.admin__source-status--succeeded{background:#143a2a;color:#7adcb0}.admin__source-status--failed_retrying{background:#3a2c00;color:#ffd97a}.admin__source-status--failed_terminal{background:#4a1014;color:#ff8a92}.admin__source-status--skipped{background:#2a2f35;color:#c0c8d0}.admin__source-critical-badge{background:#4a1014;color:#ff8a92}}.ari-score-card__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-top:.5rem}.ari-score-card__cell{background:var(--color-bg-soft);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:.35rem}.ari-score-card__big{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1}.ari-score-card__big-sub{font-size:.85rem;color:var(--color-text-muted);font-weight:500;margin-left:.15em}.ari-score-card__label{font-size:.85rem;color:var(--color-text-muted);line-height:1.4}.ari-score-card__sub{display:block;font-size:.8rem;color:var(--color-text-muted);margin-top:.15em}.ari-score--excellent .ari-score-card__big{color:#16a34a}.ari-score--good .ari-score-card__big{color:#65a30d}.ari-score--fair .ari-score-card__big{color:#d97706}.ari-score--poor .ari-score-card__big{color:#dc2626}.ari-score-card__attribution{margin-top:1rem;font-size:.8rem;color:var(--color-text-muted)}.ari-year-table__highlights{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.ari-year-table__pill{background:var(--color-bg-soft);border-radius:999px;padding:.5rem 1rem;display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem}.ari-year-table__pill span{color:var(--color-text-muted);font-size:.8rem}.ari-year-table__pill a{font-weight:600}.ari-year-table__pill--best{border-left:3px solid #16a34a}.ari-year-table__pill--worst{border-left:3px solid #dc2626}.ari-year-table__wrap{overflow-x:auto;border-radius:var(--radius);background:var(--color-bg-soft)}.ari-year-table__table{width:100%;border-collapse:collapse;font-size:.9rem}.ari-year-table__table td,.ari-year-table__table th{text-align:left;padding:.7rem .85rem;border-bottom:1px solid rgba(127,127,127,.12)}.ari-year-table__table th{color:var(--color-text-muted);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.ari-year-table__table tbody tr:last-child td{border-bottom:none}.ari-year-table__table a{font-weight:600}.ari-year-row--excellent td:nth-child(2){color:#16a34a}.ari-year-row--good td:nth-child(2){color:#65a30d}.ari-year-row--fair td:nth-child(2){color:#d97706}.ari-year-row--poor td:nth-child(2){color:#dc2626}.ari-year-table__detail{font-size:.85rem;color:var(--color-link)}.ari-top-issues__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.ari-top-issues__item{background:var(--color-bg-soft);border-radius:var(--radius);padding:.8rem 1rem}.ari-top-issues__row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.4rem}.ari-top-issues__label{font-weight:600}.ari-top-issues__count{color:var(--color-text-muted);font-size:.85rem}.ari-top-issues__bar{height:6px;background:rgba(127,127,127,.18);border-radius:3px;overflow:hidden}.ari-top-issues__bar-fill{height:100%;background:var(--color-accent,#2563eb);transition:width .2s ease}.ari-red-flags__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:.6rem;gap:.6rem}.ari-red-flags__item{display:flex;gap:.6rem;background:var(--color-bg-soft);border-radius:var(--radius);padding:.8rem 1rem;line-height:1.5;align-items:flex-start}.ari-red-flags__check{flex-shrink:0;font-size:1.1rem;color:var(--color-text-muted);margin-top:.05rem}.ari-recalls__list{list-style:none;counter-reset:recall;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.ari-recall{background:var(--color-bg-soft);border-radius:var(--radius);padding:1rem 1.25rem;counter-increment:recall;border-left:3px solid transparent}.ari-recall--park-it{border-left-color:#dc2626}.ari-recall--park-outside{border-left-color:#d97706}.ari-recall__head{display:flex;flex-wrap:wrap;gap:.6rem 1rem;align-items:baseline;margin-bottom:.5rem}.ari-recall__component{font-weight:700}.ari-recall__campaign,.ari-recall__date{font-size:.8rem;color:var(--color-text-muted)}.ari-recall__date{margin-left:auto}.ari-recall__badge{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.25rem .5rem;border-radius:4px;margin-bottom:.5rem}.ari-recall__badge--park-it{background:#fee2e2;color:#991b1b}.ari-recall__badge--park-outside{background:#fef3c7;color:#92400e}.ari-recall__summary{margin:0 0 .5rem;line-height:1.6}.ari-recall__row{margin:0 0 .5rem;font-size:.9rem;color:var(--color-text-muted)}.ari-recall__remedy summary{cursor:pointer;font-size:.85rem;color:var(--color-link)}.ari-recall__remedy p{margin:.5rem 0 0;font-size:.9rem;color:var(--color-text-muted)}.ari-rivals__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:.85rem;gap:.85rem}.ari-rivals__card{background:var(--color-bg-soft);border-radius:var(--radius);padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.4rem;text-decoration:none;color:inherit;border:1px solid transparent;transition:border-color .15s ease}.ari-rivals__card:hover{border-color:var(--color-link)}.ari-rivals__name{font-weight:700}.ari-rivals__meta{font-size:.85rem;color:var(--color-text-muted);display:flex;gap:.35rem;flex-wrap:wrap}.ari-rivals__sep{color:rgba(127,127,127,.5)}.ari-rivals__cta{color:var(--color-link);font-size:.85rem;margin-top:.25rem}.ari-sales__totals{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.25rem}.ari-sales__big{display:flex;flex-direction:column}.ari-sales__big-num{font-size:1.5rem;font-weight:700;line-height:1}.ari-sales__big-label{font-size:.85rem;color:var(--color-text-muted);margin-top:.2rem}.ari-sales__bars{display:flex;align-items:flex-end;gap:.4rem;height:120px;padding:0 .25rem;background:var(--color-bg-soft);border-radius:var(--radius)}.ari-sales__bar-col{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:.3rem;height:100%;padding:.5rem 0}.ari-sales__bar{width:100%;max-width:24px;background:linear-gradient(180deg,#2563eb,#1e40af);border-radius:3px 3px 0 0;min-height:4px}.ari-sales__bar-label{font-size:.7rem;color:var(--color-text-muted)}.ari-year-nav{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin:1.5rem 0;padding:.85rem 1rem;background:var(--color-bg-soft);border-radius:var(--radius)}.ari-year-nav a{color:var(--color-link);text-decoration:none;font-weight:600}.ari-year-nav a:hover{text-decoration:underline}.ari-year-nav__spacer{flex:1 1}.ari-make-snapshot__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:.85rem;gap:.85rem}.ari-make-snapshot__card{background:var(--color-bg-soft);border-radius:var(--radius);padding:1rem 1.1rem}.ari-make-snapshot__num{font-size:1.5rem;font-weight:700}.ari-make-snapshot__label{font-size:.85rem;color:var(--color-text-muted);margin-top:.2rem}.ari-make-top-list{list-style:none;padding:0;margin:1rem 0 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:.5rem;gap:.5rem}.ari-make-top-list li a{display:flex;justify-content:space-between;align-items:center;padding:.6rem .85rem;background:var(--color-bg-soft);border-radius:var(--radius);text-decoration:none;color:inherit;font-size:.9rem}.ari-make-top-list li a:hover{background:rgba(127,127,127,.1)}.ari-make-top-list__score{color:var(--color-text-muted);font-size:.8rem}.ari-rivalry__head{text-align:center;padding-top:2rem}.ari-rivalry__title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;line-height:1.2}.ari-rivalry__lede{color:var(--color-text-muted);max-width:640px;margin:.5rem auto 1.5rem}.ari-rivalry__pair{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media (max-width:720px){.ari-rivalry__pair{grid-template-columns:1fr}}.ari-rivalry__side{background:var(--color-bg-soft);border-radius:var(--radius);padding:1.25rem}.ari-rivalry__side h3{margin:0 0 .5rem;font-size:1.1rem}.ari-rivalry__side a{color:var(--color-link);font-size:.85rem}.ari-rivalry__stat{display:flex;justify-content:space-between;padding:.35rem 0;font-size:.9rem;border-bottom:1px solid rgba(127,127,127,.12)}.ari-rivalry__stat:last-child{border-bottom:none}.ari-rivalry__stat strong{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ari-rivalry__section{margin-top:1.5rem}.ari-rivalry__section h2{font-size:1.25rem;margin-bottom:.5rem}.ari-rivalry__prose p{line-height:1.7;color:var(--color-text-muted)}.ari-rivalry__prose p+p{margin-top:.85rem}@media (prefers-color-scheme:dark){.ari-recall__badge--park-it{background:#4a1014;color:#ff8a92}.ari-recall__badge--park-outside{background:#3a2c00;color:#ffd97a}}.subscription-page{min-height:min(760px,78vh);padding:clamp(2rem,6vw,4.5rem) 1.25rem;background:radial-gradient(circle at 50% -12%,rgba(245,158,11,.12),transparent 34rem),linear-gradient(180deg,var(--color-bg-soft) 0,var(--color-bg) 25rem)}.subscription-shell{width:min(100%,720px);margin:0 auto;padding:clamp(1.5rem,5vw,2.5rem);overflow:hidden;background:var(--color-bg);border:1px solid var(--color-surface);border-radius:18px;box-shadow:0 18px 55px rgba(15,23,42,.09)}.subscription-page__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.75rem}.subscription-page__eyebrow,.subscription-page__section-kicker{margin:0 0 .35rem;color:var(--color-accent-text);font-size:.72rem;font-weight:800;letter-spacing:.11em;line-height:1.4;text-transform:uppercase}.subscription-page__title{max-width:31rem;margin:0;color:var(--color-text);font-size:clamp(1.7rem,5vw,2.4rem);font-weight:750;letter-spacing:-.035em;line-height:1.12}.subscription-page__email{margin:.55rem 0 0;color:var(--color-text-muted);font-size:.85rem}.subscription-page__status{display:inline-flex;flex:0 0 auto;align-items:center;gap:.45rem;padding:.45rem .7rem;border:1px solid var(--color-surface);border-radius:999px;background:var(--color-bg-soft);color:var(--color-text-muted);font-size:.75rem;font-weight:700;line-height:1.2;white-space:nowrap}.subscription-page__status>span{width:.5rem;height:.5rem;border-radius:50%;background:currentColor}.subscription-page__status--active{border-color:rgba(16,185,129,.26);background:rgba(16,185,129,.08);color:#047857}.subscription-page__status--inactive{border-color:rgba(239,68,68,.22);background:rgba(239,68,68,.07);color:var(--color-error)}.subscription-page__timing{display:flex;align-items:center;gap:.85rem;padding:1rem 1.1rem;border:1px solid var(--color-surface);border-radius:12px;background:var(--color-bg-soft)}.subscription-page__timing-icon{display:inline-flex;flex:0 0 2.4rem;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:10px;background:rgba(245,158,11,.12);color:var(--color-accent-text)}.subscription-page__timing div{display:flex;min-width:0;flex-direction:column}.subscription-page__timing strong{color:var(--color-text);font-size:.92rem;font-weight:700}.subscription-page__timing div>span{color:var(--color-text-muted);font-size:.78rem;line-height:1.45}.subscription-page__usage{padding:2rem 0;border-bottom:1px solid var(--color-surface)}.subscription-page__section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.subscription-page__billing h2,.subscription-page__section-heading h2{margin:0;color:var(--color-text);font-size:1.12rem;font-weight:700;letter-spacing:-.015em}.subscription-page__section-heading>span{color:var(--color-text-muted);font-size:.8rem;font-weight:650;white-space:nowrap}.subscription-page__progress{height:.55rem;margin-top:1rem;overflow:hidden;border-radius:999px;background:var(--color-surface)}.subscription-page__progress>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--color-accent),#fbbf24);transition:width .35s ease-out}.subscription-page__billing p,.subscription-page__usage>p{margin:.65rem 0 0;color:var(--color-text-muted);font-size:.82rem;line-height:1.55}.subscription-page__billing{display:grid;grid-template-columns:minmax(0,1fr) minmax(11rem,13rem);align-items:center;grid-gap:2rem;gap:2rem;padding:2rem 0}.subscription-page__portal .redeem-form__submit{width:100%;min-height:46px;padding:.7rem 1rem;border-radius:9px;box-shadow:0 7px 18px rgba(245,158,11,.18)}.subscription-page__portal .redeem-form__error{text-align:center}.subscription-page__verify{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;text-align:center}.subscription-page__verify>span{color:var(--color-text-muted);font-size:.72rem;line-height:1.45}.subscription-page__primary-link,.subscription-page__secondary-link,.subscription-page__support-link{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:.65rem 1rem;border-radius:9px;font-size:.86rem;font-weight:700}.subscription-page__primary-link,.subscription-page__support-link{border:1px solid var(--color-accent);background:var(--color-accent);color:#1f1609}.subscription-page__primary-link:hover,.subscription-page__support-link:hover{background:var(--color-accent-hover);color:#1f1609}.subscription-page__primary-link{font-family:inherit}.subscription-page__secondary-link{border:1px solid var(--color-surface);background:var(--color-bg);color:var(--color-text)}.subscription-page__secondary-link:hover{border-color:var(--color-text-muted);color:var(--color-text)}.subscription-page__disclosure{margin:0;padding:.9rem 1rem;border-radius:9px;background:var(--color-bg-soft);color:var(--color-text-muted);font-size:.69rem;line-height:1.55}.subscription-page__back-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.4rem;color:var(--color-text-muted);font-size:.8rem;font-weight:650}.subscription-page__back-link:hover{color:var(--color-link)}.subscription-shell--message{max-width:600px;padding-top:3rem;padding-bottom:3rem;text-align:center}.subscription-shell--message .subscription-page__title{margin-right:auto;margin-left:auto}.subscription-page__message-icon{display:inline-flex;width:3rem;height:3rem;align-items:center;justify-content:center;margin-bottom:1rem;border-radius:50%;background:rgba(245,158,11,.12);color:var(--color-accent-text);font-size:1.15rem;font-weight:800}.subscription-page__loading,.subscription-page__message{max-width:31rem;margin:1rem auto 0;color:var(--color-text-muted);font-size:.9rem;line-height:1.6}.subscription-page__message-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:1.5rem}.subscription-page__skeleton{display:grid;grid-gap:.65rem;gap:.65rem;margin-top:1.8rem}.subscription-page__skeleton span{display:block;height:3rem;border-radius:10px;background:linear-gradient(90deg,var(--color-bg-soft) 20%,var(--color-surface) 50%,var(--color-bg-soft) 80%);background-size:200% 100%;animation:subscription-loading 1.3s ease-in-out infinite}.subscription-page__skeleton span:nth-child(2){height:6rem}@keyframes subscription-loading{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.subscription-page__progress>span{transition:none}.subscription-page__skeleton span{animation:none}}@media (max-width:600px){.subscription-page{padding:1rem .75rem 2.5rem;background:var(--color-bg-soft)}.subscription-shell{padding:1.4rem;border-radius:14px;box-shadow:none}.subscription-page__heading{flex-direction:column;gap:.9rem}.subscription-page__billing{grid-template-columns:1fr;gap:1.1rem}.subscription-page__status{align-self:flex-start}.subscription-page__section-heading,.subscription-page__timing{align-items:flex-start}}[data-theme=dark] .subscription-shell{box-shadow:0 18px 55px rgba(0,0,0,.28)}[data-theme=dark] .subscription-page__status--active{color:#6ee7b7}.ari-research-hub{border:1px solid rgba(245,158,11,.35);border-radius:1rem;background:radial-gradient(circle at 95% 5%,rgba(245,158,11,.12),transparent 35%),var(--color-bg)}.ari-resale-snapshot>.ari-resale-snapshot__kicker,.ari-research-hub>.ari-research-hub__kicker{margin:0 0 .35rem;color:var(--color-accent-hover);font-size:.74rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.ari-research-hub__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:.65rem;gap:.65rem;margin-top:1rem}.ari-research-hub__grid a{display:grid;grid-template-columns:1fr auto;grid-gap:.2rem .75rem;gap:.2rem .75rem;align-items:center;padding:.85rem 1rem;border:1px solid var(--color-surface);border-radius:.7rem;color:var(--color-text);background:var(--color-bg-soft);transition:border-color .16s ease,transform .16s ease}.ari-research-hub__grid a:hover{border-color:var(--color-accent);color:var(--color-text);transform:translateY(-2px)}.ari-research-hub__grid span{grid-column:1;color:var(--color-text-muted);font-size:.76rem;line-height:1.35}.ari-research-hub__grid b{grid-column:2;grid-row:1/span 2;color:var(--color-accent-hover)}.ari-resale-snapshot{border-radius:1rem;background:radial-gradient(circle at 100% 0,rgba(37,99,235,.1),transparent 32%),var(--color-bg-soft)}.ari-resale-snapshot__metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(175px,1fr));grid-gap:.65rem;gap:.65rem;margin:1rem 0}.ari-resale-snapshot__metrics div{display:flex;flex-direction:column;justify-content:center;min-height:6.5rem;padding:.9rem;border:1px solid var(--color-surface);border-radius:.7rem;background:var(--color-bg)}.ari-resale-snapshot__metrics strong{font-size:1.5rem;line-height:1.1}.ari-resale-snapshot__metrics span{margin-top:.35rem;color:var(--color-text-muted);font-size:.76rem;line-height:1.35}.ari-resale-snapshot__links{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.ari-resale-snapshot__links a{font-size:.85rem;font-weight:700}.model-research{width:min(100% - 2rem,var(--max-width));margin:0 auto;padding:2rem 0 4rem}.model-research__hero{position:relative;overflow:hidden;padding:clamp(1.5rem,4vw,3.5rem);border:1px solid var(--color-surface);border-radius:1.25rem;background:radial-gradient(circle at 92% 8%,rgba(245,158,11,.22),transparent 32%),linear-gradient(145deg,var(--color-bg-soft),var(--color-bg))}.model-research__hero:after{position:absolute;right:-4.5rem;bottom:-6.5rem;width:16rem;height:16rem;border:2rem solid rgba(245,158,11,.08);border-radius:50%;content:"";pointer-events:none}.model-research__breadcrumbs{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;margin-bottom:2rem;color:var(--color-text-muted);font-size:.82rem}.model-research__breadcrumbs a{color:inherit}.model-research__breadcrumbs a:hover{color:var(--color-link)}.model-research__eyebrow,.model-research__section-kicker{margin:0 0 .45rem;color:var(--color-accent-hover);font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.model-research__hero h1{position:relative;z-index:1;max-width:850px;margin:0;font-size:clamp(2rem,5.5vw,4.25rem);line-height:1.04;letter-spacing:-.045em}.model-research__intro{position:relative;z-index:1;max-width:790px;margin:1.25rem 0 0;color:var(--color-text-muted);font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.model-research__updated{margin:.8rem 0 0;color:var(--color-text-muted);font-size:.78rem}.model-research__stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;margin:2rem 0 0}.model-research__stat{min-width:0;padding:1rem;border:1px solid var(--color-surface);border-radius:.85rem;background:color-mix(in srgb,var(--color-bg) 85%,transparent);box-shadow:0 8px 24px rgba(15,23,42,.04)}.model-research__stat dt{color:var(--color-text-muted);font-size:.76rem;font-weight:600;line-height:1.25}.model-research__stat dd{overflow-wrap:anywhere;margin:.25rem 0 0;font-size:clamp(1.2rem,2.4vw,1.7rem);font-weight:700;line-height:1.15}.model-research__stat p{margin:.35rem 0 0;color:var(--color-text-muted);font-size:.72rem;line-height:1.3}.model-research__nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.65rem;gap:.65rem;margin:1rem 0 2.5rem}.model-research__nav-link{display:flex;min-height:5rem;flex-direction:column;justify-content:center;padding:.85rem 1rem;border:1px solid var(--color-surface);border-radius:.75rem;color:var(--color-text);background:var(--color-bg);transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.model-research__nav-link:hover{border-color:var(--color-accent);color:var(--color-text);box-shadow:var(--shadow);transform:translateY(-2px)}.model-research__nav-link[aria-current=page]{border-color:var(--color-accent);background:rgba(245,158,11,.09)}.model-research__nav-link strong{font-size:.92rem}.model-research__nav-link span{margin-top:.2rem;color:var(--color-text-muted);font-size:.74rem;line-height:1.35}.model-research__content{display:grid;min-width:0;grid-gap:1rem;gap:1rem}.model-research__faq,.model-research__section,.model-research__sources{min-width:0;padding:clamp(1.35rem,3.5vw,2.5rem);border:1px solid var(--color-surface);border-radius:1rem;background:var(--color-bg)}.model-research__cta h2,.model-research__faq h2,.model-research__section h2,.model-research__sources h2{max-width:780px;margin:0;font-size:clamp(1.35rem,3vw,2rem);line-height:1.2;letter-spacing:-.025em}.model-research__section h3{margin:1.25rem 0 .4rem}.model-research__section>p:not(.model-research__section-kicker),.model-research__sources>p:not(.model-research__section-kicker){max-width:850px;color:var(--color-text-muted);line-height:1.75}.model-research__section--positive{border-color:rgba(22,163,74,.3);background:linear-gradient(135deg,rgba(22,163,74,.06),var(--color-bg))}.model-research__method{background:var(--color-bg-soft)}.model-research__text-link{display:inline-block;margin-top:.35rem;font-weight:700}.model-research__problem-grid,.model-research__year-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:.85rem;gap:.85rem;margin-top:1.25rem}.model-research__problem-card,.model-research__year-card{position:relative;padding:1.1rem;border:1px solid var(--color-surface);border-radius:.85rem;background:var(--color-bg-soft)}.model-research__year-card--warning{border-color:rgba(220,38,38,.28);background:linear-gradient(145deg,rgba(220,38,38,.06),var(--color-bg-soft))}.model-research__rank{display:inline-grid;width:2rem;height:2rem;place-items:center;margin-bottom:.75rem;border-radius:50%;color:#111827;background:var(--color-accent);font-size:.78rem;font-weight:800}.model-research__problem-card h3,.model-research__year-card h3{margin:0;font-size:1rem}.model-research__year-card dl{margin:.85rem 0}.model-research__year-card dl div{display:flex;justify-content:space-between;gap:.75rem;padding:.3rem 0;border-bottom:1px solid var(--color-surface);font-size:.8rem}.model-research__year-card dt{color:var(--color-text-muted)}.model-research__year-card dd{margin:0;font-weight:700;text-align:right}.model-research__year-card>a{font-size:.82rem;font-weight:700}.model-research__score-line{display:flex;gap:.5rem;align-items:baseline;margin:.55rem 0}.model-research__score-line strong{font-size:1.6rem}.model-research__problem-card>strong{display:block;margin:.5rem 0;color:var(--color-accent-hover);font-size:1.25rem}.model-research__problem-card p{margin:.4rem 0 0;color:var(--color-text-muted);font-size:.82rem}.model-research__narratives{display:grid;grid-gap:.75rem;gap:.75rem;margin-top:1.25rem}.model-research__narratives article{padding:1.1rem;border-left:3px solid var(--color-accent);border-radius:0 .75rem .75rem 0;background:var(--color-bg-soft)}.model-research__narratives article>div{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;font-size:.8rem}.model-research__narratives h3{margin:.6rem 0 .3rem;font-size:1rem}.model-research__narratives p{margin:0;color:var(--color-text-muted);font-size:.9rem}.model-research__narratives .model-research__severity{margin-top:.65rem;color:var(--color-error);font-weight:600}.model-research__inspection ul{margin:.75rem 0 1.25rem;padding-left:1.25rem}.model-research__inspection li+li{margin-top:.45rem}.model-research__alert{padding:1.1rem 1.25rem;border:1px solid rgba(220,38,38,.35);border-radius:.8rem;background:var(--color-error-bg);color:var(--color-error)}.model-research__alert p{margin:.25rem 0 0}.model-research__recall-years{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-top:1.25rem}.model-research__recall-years>section{scroll-margin-top:6rem}.model-research__recall-year-heading{display:flex;justify-content:space-between;gap:1rem;align-items:flex-end;margin-bottom:.6rem}.model-research__recall-year-heading h3,.model-research__recall-year-heading p{margin:0}.model-research__recall-year-heading a,.model-research__recall-year-heading p{color:var(--color-text-muted);font-size:.8rem}.model-research__recall-list{overflow:hidden;border:1px solid var(--color-surface);border-radius:.75rem}.model-research__recall-list details+details{border-top:1px solid var(--color-surface)}.model-research__recall-list summary{display:flex;justify-content:space-between;gap:1rem;padding:.9rem 1rem;cursor:pointer;list-style-position:inside;background:var(--color-bg-soft)}.model-research__recall-list summary>span:first-child{display:flex;flex-wrap:wrap;gap:.4rem}.model-research__recall-list summary>span:last-child{flex:0 0 auto;color:var(--color-text-muted);font-size:.75rem}.model-research__recall-list details>div{padding:.25rem 1rem 1rem}.model-research__recall-list h4{margin:.9rem 0 .15rem}.model-research__recall-list p{margin:0;color:var(--color-text-muted)}.model-research__caution-badge,.model-research__urgent-badge{padding:.15rem .4rem;border-radius:999px;font-size:.65rem;letter-spacing:.02em;text-transform:uppercase}.model-research__urgent-badge{color:#991b1b;background:#fee2e2}.model-research__caution-badge{color:#92400e;background:#fef3c7}.model-research__benchmark{background:radial-gradient(circle at 95% 15%,rgba(37,99,235,.12),transparent 34%),var(--color-bg)}.model-research__retention{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;margin-top:1.25rem}.model-research__retention div{display:flex;min-height:8rem;flex-direction:column;justify-content:center;padding:1rem;border:1px solid var(--color-surface);border-radius:.75rem;background:var(--color-bg-soft)}.model-research__retention strong{font-size:clamp(1.6rem,4vw,2.5rem);line-height:1}.model-research__retention span{margin-top:.45rem;color:var(--color-text-muted);font-size:.78rem;line-height:1.35}.model-research__comparison-table-wrap{max-width:100%;min-width:0;margin-top:1.25rem;overflow-x:auto;border:1px solid var(--color-surface);border-radius:.75rem}.model-research__table{width:100%;min-width:720px;border-collapse:collapse;font-size:.84rem}.model-research__table td,.model-research__table th{padding:.7rem .8rem;border-bottom:1px solid var(--color-surface);text-align:right;white-space:nowrap}.model-research__table td:first-child,.model-research__table th:first-child{position:-webkit-sticky;position:sticky;left:0;text-align:left;background:var(--color-bg)}.model-research__table thead th{color:var(--color-text-muted);background:var(--color-bg-soft);font-size:.72rem}.model-research__table tbody tr:last-child td,.model-research__table tbody tr:last-child th{border-bottom:0}.model-research__fine-print{color:var(--color-text-muted);font-size:.75rem}.model-research__faq,.model-research__sources{margin-top:1rem}.model-research__sources a{font-weight:700}.model-research__faq-list{display:grid;grid-gap:.55rem;gap:.55rem;margin-top:1.25rem}.model-research__faq-list details{border:1px solid var(--color-surface);border-radius:.7rem;background:var(--color-bg-soft)}.model-research__faq-list summary{padding:.85rem 1rem;cursor:pointer;font-weight:700}.model-research__faq-list p{margin:0;padding:0 1rem 1rem;color:var(--color-text-muted)}.model-research__cta{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);grid-gap:2rem;gap:2rem;align-items:center;margin-top:1rem;padding:clamp(1.5rem,4vw,3rem);border-radius:1rem;color:#f8fafc;background:#111827}.model-research__cta p:not(.model-research__section-kicker){margin-bottom:0;color:#cbd5e1}.model-research__vin-form label{display:block;margin-bottom:.4rem;font-size:.8rem;font-weight:700}.model-research__vin-form>div{display:flex}.model-research__vin-form input{width:100%;min-width:0;padding:.8rem;border:1px solid #475569;border-right:0;border-radius:.55rem 0 0 .55rem;color:#111827;text-transform:uppercase}.model-research__vin-form button{flex:0 0 auto;padding:.8rem 1rem;border:0;border-radius:0 .55rem .55rem 0;color:#111827;background:var(--color-accent);font-weight:800}.model-research__vin-form button:hover{background:var(--color-accent-hover)}[data-theme=dark] .model-research__urgent-badge{color:#fecaca;background:#7f1d1d}[data-theme=dark] .model-research__caution-badge{color:#fde68a;background:#78350f}@media (max-width:820px){.model-research__nav,.model-research__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.model-research__cta,.model-research__retention{grid-template-columns:1fr}}@media (max-width:560px){.model-research{width:min(100% - 1rem,var(--max-width));padding-top:.5rem}.model-research__hero{padding:1.25rem;border-radius:.9rem}.model-research__breadcrumbs{margin-bottom:1.2rem}.model-research__nav,.model-research__problem-grid,.model-research__stats,.model-research__year-grid{grid-template-columns:1fr}.model-research__nav-link{min-height:auto}.model-research__cta,.model-research__faq,.model-research__section,.model-research__sources{padding:1.15rem}.model-research__recall-year-heading{align-items:start;flex-direction:column}.model-research__recall-list summary{flex-direction:column}.model-research__retention{grid-template-columns:1fr}.model-research__retention div{min-height:0}.model-research__vin-form>div{flex-direction:column;gap:.5rem}.model-research__vin-form button,.model-research__vin-form input{border:0;border-radius:.55rem}}