.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:1rem 1.5rem;gap:1.5rem}.brand,.header-inner{display:flex;align-items:center}.brand{margin-right:auto}.brand-logo{height:40px;width:auto;display:block;object-fit:contain}.nav-hamburger{display:none;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{color:var(--color-text-muted);font-weight:500}.nav a:hover{color:var(--color-text)}@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%);transition:transform .25s ease-out;overflow-y:auto}.nav.nav-open{transform:translateX(0)}.nav a{padding:.875rem 0;font-size:1.0625rem;border-bottom:1px solid var(--color-surface)}.nav a:hover{color:var(--color-accent)}}.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}.hero{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:2rem;padding:2rem 1.5rem 3rem;max-width:var(--max-width);margin:0 auto;overflow:visible}.hero-splash{flex:0 0 auto;min-width:0;line-height:0;overflow:visible;position:relative;z-index:1}.hero-splash-img{max-width:100%;width:480px;height:auto;display:block;object-fit:contain;vertical-align:top;margin-bottom:-8rem}.hero-content{flex:1 1 400px;min-width:0;text-align:center}.hero-tagline{color:var(--color-accent);font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem}.hero-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;max-width:700px;margin:0 auto .75rem}.hero-sub{color:var(--color-text-muted);margin:0 0 2rem}.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}.social-proof{padding:1.25rem 1.5rem;background:var(--color-bg-soft);border-top:1px solid var(--color-surface)}.social-proof-row{flex-wrap:wrap;justify-content:center;gap:1.5rem 2rem;max-width:var(--max-width);margin:0 auto}.social-proof-faces,.social-proof-row{display:flex;align-items:center}.social-proof-face{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.4);margin-left:-10px;position:relative;z-index:1}.social-proof-face:first-child{margin-left:0;z-index:1}.social-proof-face:nth-child(2){z-index:2}.social-proof-face:last-child{z-index:3}.social-proof-stats{font-size:.9375rem;color:var(--color-text);margin:0;line-height:1.4}.social-proof-stats strong{color:var(--color-accent)}.social-proof-logos{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.25rem}.trust-logo{height:24px;width:auto;max-width:80px;object-fit:contain;filter:grayscale(1) brightness(1.2) contrast(.9);opacity:.7}.trust-logo:hover{opacity:.9}.social-proof-stats-grid{display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;align-items:center;justify-content:center}.social-proof-stat{display:flex;flex-direction:column;align-items:center;gap:.125rem}.social-proof-stat__value{font-size:1.5rem;font-weight:700;color:var(--color-accent);line-height:1}.social-proof-stat__label{font-size:.8125rem;color:var(--color-text-muted);text-align:center}.social-proof-powered{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.hero-trust{margin-top:.25rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.hero-trust__rating{display:flex;align-items:center;gap:.375rem}.hero-trust__stars{display:flex;gap:1px}.hero-trust__rating-text{font-size:.8125rem;font-weight:600;color:var(--color-text)}.hero-trust__line{font-size:.8125rem;color:var(--color-text-muted);margin:0;letter-spacing:.01em}.trust-bar{padding:2rem 1.5rem;background:var(--color-bg);border-top:1px solid var(--color-surface);border-bottom:1px solid var(--color-surface)}.trust-bar__inner{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:var(--max-width);margin:0 auto}.trust-bar__item{display:flex;align-items:flex-start;gap:.75rem}.trust-bar__icon{flex-shrink:0;color:var(--color-accent);margin-top:.125rem}.trust-bar__title{display:block;font-size:.875rem;font-weight:700;color:var(--color-text);line-height:1.3}.trust-bar__sub{display:block;font-size:.75rem;color:var(--color-text-muted);line-height:1.4;margin-top:.125rem}@media (max-width:768px){.trust-bar__inner{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:480px){.trust-bar__inner{grid-template-columns:1fr;gap:1rem}}.price-compare{padding:3rem 1.5rem;text-align:center}.price-compare__title{margin-bottom:2rem}.price-compare__grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1.5rem;max-width:700px;margin-inline:auto}.price-compare__item{flex:1 1 180px;padding:1.25rem 1.5rem;border-radius:.75rem;text-align:center}.price-compare__item--competitor{background:var(--color-bg-soft);border:1px solid var(--color-surface)}.price-compare__item--ours{background:var(--color-accent);color:#fff}.price-compare__name{display:block;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.price-compare__item--ours .price-compare__name{color:rgba(255,255,255,.9)}.price-compare__price{display:block;font-size:1.75rem;font-weight:700}.price-compare__item--competitor .price-compare__price{text-decoration:line-through;color:var(--color-text-muted)}.price-compare__cta{margin-bottom:.75rem}.price-compare__disclaimer{font-size:.75rem;color:var(--color-text-muted)}.fear-section{padding:3rem 1.5rem;text-align:center;background:var(--color-bg-soft)}.fear-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:var(--max-width);margin:2rem auto}.risk-card{background:var(--color-bg);border:1px solid var(--color-surface);border-radius:.75rem;padding:1.5rem;text-align:left}.risk-card__icon{margin-bottom:.75rem;color:var(--color-accent)}.risk-card__title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.risk-card__text{font-size:.875rem;color:var(--color-text-muted);line-height:1.5}.fear-section__cta{margin-top:.5rem}.vin-form-error__text{color:#ef4444;font-size:.8125rem;margin:.25rem 0 0}.stats{padding:2rem 1.5rem;background:var(--color-bg-soft);border-top:1px solid var(--color-surface)}.stats-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem 1.5rem;gap:1rem 1.5rem}.stat{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem .5rem}.stat,.stat-check{justify-content:center}.stat-check{flex-shrink:0;color:#22c55e;display:inline-flex;align-items:center;margin-right:.25rem}.stat-check svg{width:1.125rem;height:1.125rem}.stat-label{font-size:.875rem;color:var(--color-text-muted)}.stat-value{flex-basis:100%;font-weight:600;color:var(--color-accent);text-align:center}.promo{padding:4rem 1.5rem;max-width:var(--max-width);margin:0 auto}.promo-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.promo-content{text-align:left}.promo-title{font-size:clamp(1.75rem,3.5vw,2.25rem);line-height:1.2;margin-bottom:1.25rem}.promo-text{color:var(--color-text-muted);max-width:600px;margin:0 0 1.75rem;line-height:1.7}.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)}.promo-video{display:flex;align-items:center;justify-content:center}.promo-image{width:100%;height:auto;border-radius:.75rem;object-fit:contain}@media (max-width:768px){.promo-grid{grid-template-columns:1fr;gap:2rem}.promo-content{text-align:center}.promo-title{font-size:1.5rem}.promo-text{margin-left:auto;margin-right:auto}}.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;color:var(--color-text-muted);line-height:1.8}.features-tabs{padding:4rem 1.5rem;max-width:var(--max-width);margin:0 auto;background:var(--color-bg-soft);border-radius:var(--radius)}.features-tabs .section-title,.section-sub{text-align:center}.section-sub{color:var(--color-text-muted);margin:0 0 2rem}.tabs-nav{display:flex;gap:0;border-bottom:2px solid var(--color-surface);margin-bottom:2.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs-nav::-webkit-scrollbar{display:none}.tab-btn{flex:1 1;min-width:0;background:none;border:none;padding:.875rem 1rem .75rem;font-size:.9375rem;font-weight:500;color:var(--color-text-muted);cursor:pointer;position:relative;white-space:nowrap;transition:color .2s}.tab-btn:hover{color:var(--color-text)}.tab-btn.active{color:var(--color-accent);font-weight:600}.tab-progress{position:absolute;bottom:-2px;left:0;right:0;height:3px;background:transparent;border-radius:2px;overflow:hidden}.tab-progress-bar{display:block;height:100%;width:0;background:var(--color-accent);border-radius:2px}@keyframes tabFill{0%{width:0}to{width:100%}}.tab-panel{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.tab-panel-image{background:var(--color-bg);border-radius:var(--radius);overflow:hidden;box-shadow:0 2px 16px rgba(0,0,0,.06)}.tab-panel-image img{width:100%;height:auto;display:block}.tab-panel-content{display:flex;flex-direction:column;align-items:flex-start;min-height:260px}.tab-panel-icon{margin-bottom:1rem}.tab-panel-title{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;margin:0;line-height:1.3;flex:1 1}.tab-cta{margin-top:1.5rem}@media (max-width:768px){.tabs-nav{gap:0;justify-content:flex-start}.tab-btn{flex:none;font-size:.8125rem;padding:.75rem .625rem}.tab-panel{grid-template-columns:1fr;gap:1.5rem}.tab-panel-content{align-items:center;text-align:center}}.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:var(--max-width);margin:0 auto}.pricing .section-sub,.pricing .section-title{text-align:center}.pricing .section-title{max-width:700px;margin-left:auto;margin-right:auto}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);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--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:#fff;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:space-between;align-items:center;padding:.625rem 0;border-bottom:1px solid var(--color-surface);font-size:.875rem;color:var(--color-text-muted)}.pricing-features li:last-child{border-bottom:none}.pricing-features li span:last-child{font-weight:600;color:var(--color-text)}.pricing-yes{color:var(--color-accent)!important}.pricing-no{color:var(--color-text-muted)!important;opacity:.5}.pricing-cta{width:100%;text-align:center;display:block}@media (max-width:1024px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.pricing-grid{grid-template-columns:1fr;max-width:360px;margin-left:auto;margin-right:auto}}.support{padding:4rem 1.5rem;max-width:var(--max-width);margin:0 auto}.support-inner{display:flex;flex-direction:column;align-items:center;gap:2rem}.support-image img{max-width:320px;height:auto;border-radius:var(--radius)}.support-content,.support-title{text-align:center}.support-title{font-size:1.75rem;margin:0 0 1rem}.support-text{color:var(--color-text-muted);line-height:1.7;margin:0 auto 2rem;max-width:600px}.support-stats{display:flex;gap:2rem;justify-content:center}.support-stat{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1 1}.support-stat-icon{margin-bottom:.5rem;color:var(--color-accent)}.support-stat-value{font-size:1.5rem;font-weight:700;color:var(--color-text);margin-bottom:.25rem}.support-stat-label{font-size:.8125rem;color:var(--color-text-muted)}@media (max-width:768px){.support-image img{max-width:240px}}@media (max-width:480px){.support-stats{flex-direction:column;gap:1.5rem}}.reviews{padding:4rem 1.5rem;max-width:var(--max-width);margin:0 auto;text-align:center}.reviews-brand{color:var(--color-accent)}.reviews-aggregate{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem;font-size:.9375rem;color:var(--color-text-muted);font-weight:500}.reviews-aggregate__stars{display:flex;gap:1px}.reviews-author-block{display:flex;flex-direction:column;align-items:center;gap:.125rem;margin-bottom:.75rem}.reviews-location{font-size:.8125rem;color:var(--color-text-muted);margin:0}.reviews-verified{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--color-accent);font-weight:600}.reviews-carousel{gap:1rem;margin-top:2rem}.reviews-arrow,.reviews-carousel{display:flex;align-items:center;justify-content:center}.reviews-arrow{background:var(--color-bg-soft);border:1px solid var(--color-border);border-radius:50%;width:44px;height:44px;cursor:pointer;color:var(--color-text);flex-shrink:0;transition:background .2s}.reviews-arrow:hover{background:var(--color-border)}.reviews-card{position:relative;background:var(--color-bg-soft);border:1px solid var(--color-border);border-radius:var(--radius);padding:2.5rem 2rem 2rem;max-width:600px;width:100%;min-height:220px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.reviews-quote-bottom,.reviews-quote-top{position:absolute;font-size:3rem;line-height:1;color:var(--color-accent);opacity:.3;font-family:Georgia,serif}.reviews-quote-top{top:.5rem;left:1rem}.reviews-quote-bottom{bottom:.5rem;right:1rem}.reviews-author{font-weight:700;font-size:1rem;margin:0 0 .75rem}.reviews-text{color:var(--color-text-muted);line-height:1.7;margin:0 0 1rem;font-size:.9375rem}.reviews-stars{gap:.125rem}.reviews-dots,.reviews-stars{display:flex;justify-content:center}.reviews-dots{gap:.5rem;margin-top:1.5rem}.reviews-dot{width:10px;height:10px;border-radius:50%;border:1px solid var(--color-text-muted);background:transparent;cursor:pointer;padding:0;transition:background .2s,border-color .2s}.reviews-dot.active{background:var(--color-accent);border-color:var(--color-accent)}@media (max-width:768px){.reviews-card{padding:2rem 1.25rem 1.5rem}.reviews-arrow{width:36px;height:36px}}.home-faq{padding:4rem 1.5rem;max-width:var(--max-width);margin:0 auto;text-align:center}.home-faq__list{margin-top:2.5rem;max-width:720px;margin-inline:auto;text-align:left}.home-faq__item{border-bottom:1px solid rgba(0,0,0,.07)}.home-faq__question{margin:0}.home-faq__btn{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem;padding:1.125rem 0;font-weight:600;font-size:.9375rem;color:var(--color-text);text-align:left;transition:opacity .15s}.home-faq__btn:hover{opacity:.65}.home-faq__chevron{font-size:.5rem;transition:transform .2s;flex-shrink:0;color:var(--color-text-muted);opacity:.5}.home-faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.home-faq__answer p{padding:0 0 1.125rem;margin:0;font-size:.9375rem;color:var(--color-text-muted);line-height:1.7}.home-faq__item--open .home-faq__answer{max-height:20rem}.home-faq__item--open .home-faq__chevron{transform:rotate(180deg)}.offer-banner{position:relative;overflow:hidden;border-radius:var(--radius);max-width:var(--max-width);margin:2rem auto}.offer-banner-bg{position:absolute;inset:0;z-index:0}.offer-banner-bg img{width:100%;height:100%;object-fit:cover}.offer-banner-inner{position:relative;z-index:1;padding:3rem 2.5rem}.offer-banner-content{max-width:540px}.offer-banner-title{font-size:1.5rem;font-weight:700;color:var(--color-text);margin:0 0 1rem;line-height:1.3}.offer-banner-price{font-size:2.5rem;color:var(--color-accent);font-weight:800}.offer-banner-price sup{font-size:.5em;vertical-align:super}.offer-banner-text{color:var(--color-text-muted);font-size:.9375rem;line-height:1.6;margin:0 0 1.5rem}.offer-banner .vin-form{margin:0 0 1rem}.offer-banner .vin-form-row{max-width:460px}.offer-banner-disclaimer{font-size:.75rem;color:var(--color-text-muted);margin:0}@media (max-width:768px){.offer-banner-inner{padding:2rem 1.5rem}.offer-banner-title{font-size:1.25rem}.offer-banner-price{font-size:2rem}}.footer{margin-top:auto;padding:2rem 1.5rem;border-top:1px solid var(--color-surface);text-align:center}.footer-inner{max-width:var(--max-width);margin:0 auto}.footer-brand{font-weight:700;font-size:1.125rem;margin:0 0 .25rem}.footer-tagline{margin:0 0 .5rem}.footer-tagline,.footer-tools{color:var(--color-text-muted);font-size:.875rem}.footer-tools{margin:1rem 0;padding-top:1rem;border-top:1px solid var(--color-surface)}.footer-tools__label{font-weight:600;color:var(--color-text)}.footer-tools a{color:var(--color-primary);text-decoration:none}.footer-tools a:hover{text-decoration:underline}.footer-guarantee{font-size:.8125rem;font-weight:600;color:var(--color-accent);margin:0 0 .375rem}.footer-contact{font-size:.8125rem;color:var(--color-text-muted);margin:0 0 .75rem}.footer-contact a{color:var(--color-link);text-decoration:underline}.footer-data-sources{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin:.75rem 0}.footer-trust-logo{height:18px;width:auto;object-fit:contain;filter:grayscale(1) brightness(1.2);opacity:.5}.footer-copy{color:var(--color-text-muted);font-size:.8125rem;margin:0}.report-page-wrap{position:relative;padding-right:280px;min-height:100vh;box-sizing:border-box}@media (max-width:1024px){.report-page-wrap{padding-right:0}.page-nav--report{display:none!important}}@media (max-width:768px){.report-page-wrap{padding-right:0}.page-nav--report{display:none!important}.report-page{padding-left:1rem;padding-right:1rem}}.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;box-shadow:0 4px 20px rgba(0,0,0,.08)}.page-nav--report,.page-nav__wrap{border-radius:12px;display:flex;flex-direction:column}.page-nav__wrap{flex:1 1;min-height:0;height:100%;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-paywall-overlay{position:fixed;inset:0;z-index:500;background:rgba(0,0,0,.75);pointer-events:none}.checkout-paywall-open .checkout-sidebar{z-index:600;isolation:isolate;background:var(--color-bg);border-radius:16px;box-shadow:0 0 0 1.5rem var(--color-bg)}.checkout-sidebar{flex:0 0 22rem;position:-webkit-sticky;position:sticky;top:5.5rem}.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-accent{color:var(--color-accent);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__img{width:160px;min-height:120px;height:auto;max-height:140px;object-fit:cover;border-radius:var(--radius);flex-shrink:0}.precheck-sample__title{font-size:1.125rem;font-weight:700;margin:0 0 .25rem;color:var(--color-text)}.precheck-sample__vin{font-size:.9375rem;font-family:ui-monospace,monospace;color:var(--color-text-muted);margin:0}.sample-specs{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem 1.5rem;gap:.5rem 1.5rem;margin:0;font-size:.9375rem}.sample-specs__col{display:flex;flex-direction:column;gap:.35rem 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)}.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)}.sample-data__value{display:block;font-size:.875rem;color:var(--color-text-muted)}.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:1rem;font-weight:700;margin:0 0 1rem;color:var(--color-text)}.checkout-packages{display:flex;flex-direction:column;gap:.75rem}.checkout-pack{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:2px solid var(--color-surface);border-radius:var(--radius);background:var(--color-bg);cursor:pointer;text-align:left;transition:border-color .2s,background .2s;box-shadow:0 1px 3px rgba(0,0,0,.06)}.checkout-pack--selected,.checkout-pack:hover{border-color:var(--color-link)}.checkout-pack--selected{background:rgba(37,99,235,.06);box-shadow:0 0 0 1px var(--color-link)}.checkout-pack__radio{flex-shrink:0;width:1.25rem;height:1.25rem;border:2px solid var(--color-link);border-radius:50%;background:var(--color-bg);display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.checkout-pack--selected .checkout-pack__radio{background:var(--color-link)}.checkout-pack__radio-dot{width:.375rem;height:.375rem;border-radius:50%;background:var(--color-bg);opacity:0;transition:opacity .2s}.checkout-pack--selected .checkout-pack__radio-dot{opacity:1}.checkout-pack__left{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.35rem;align-items:flex-start}.checkout-pack__name{font-size:1rem;font-weight:700;color:var(--color-text);line-height:1.3}.checkout-pack__badges{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.checkout-pack__save{background:var(--color-success,#15803d)}.checkout-pack__badge,.checkout-pack__save{font-size:.6875rem;font-weight:700;color:#fff;padding:.2em .5em;border-radius:999px;white-space:nowrap}.checkout-pack__badge--popular{background:#ea580c}.checkout-pack__badge--value{background:var(--color-link)}.checkout-pack__full{font-size:.75rem;color:var(--color-text-muted)}.checkout-pack__right{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.checkout-pack__price{font-size:1.25rem;font-weight:700;color:var(--color-text)}.checkout-pack__per{font-size:.75rem;color:var(--color-text-muted)}.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__step{display:flex;gap:.75rem;margin-bottom:1.25rem;align-items:flex-start}.checkout-payment__step-num{font-weight:700;color:var(--color-text);flex-shrink:0}.checkout-payment__step-label{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:.9375rem;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-accent);outline-offset:2px;border-color:var(--color-accent)}.checkout-payment__total{font-size:1rem;margin:1rem 0 .75rem;color:var(--color-text)}.checkout-payment__newsletter{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-muted);cursor:pointer;margin-bottom:1rem}.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__submit{width:100%;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;color:#fff;background:var(--color-accent);border:0;border-radius:8px;cursor:pointer}.checkout-payment__submit:hover:not(:disabled){filter:brightness(1.05)}.checkout-payment__submit:disabled{opacity:.8;cursor:not-allowed}.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)}.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{max-width:36rem;margin:0 auto;padding:3rem 1.5rem;text-align:center}.order-area__title{font-size:1.5rem;font-weight:700;margin:0 0 .75rem;color:var(--color-text)}.order-area__email,.order-area__hint,.order-area__text{font-size:1rem;color:var(--color-text-muted);margin:0 0 1rem}.order-area__reports{margin:0 0 1.5rem;padding:1rem 1.25rem;background:var(--color-bg-soft);border-radius:var(--radius);text-align:center}.order-area__reports-summary{font-size:1rem;margin:0 0 .25rem;color:var(--color-text)}.order-area__reports-detail{font-size:.875rem;margin:0;color:var(--color-text-muted)}.order-area__list{margin:0 0 1.5rem;text-align:left}.order-area__list-title{font-size:.875rem;font-weight:600;margin:0 0 .5rem;color:var(--color-text-muted)}.order-area__reports-list{list-style:none;margin:0;padding:0}.order-area__report-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--color-surface)}.order-area__report-vin{font-size:.875rem;color:var(--color-text)}.order-area__report-status{font-size:.875rem}.order-area__link{color:var(--color-accent);text-decoration:none}.order-area__link:hover{text-decoration:underline}.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}}.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-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)}.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)}.redeem-form__form{display:flex;gap:.5rem}.redeem-form__input{flex:1 1;padding:.625rem .75rem;font-size:.9375rem;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::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:#fff;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}}