*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif;scroll-behavior:smooth}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f8f9fa}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px;border:2px solid #F8F9FA}::-webkit-scrollbar-thumb:hover{background:#08c}@keyframes slideUpFade{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-premium-fade{animation:slideUpFade .8s cubic-bezier(.16,1,.3,1) forwards}body{background:#f8f9fa;color:#2d3748;line-height:1.8;overflow-x:hidden}a{color:#08c;text-decoration:none}.calculator-section{background:radial-gradient(120% 120% at 50% 10%,#fafbfd 40%,#edf4fb);padding:7rem 2rem;border-top:1px solid rgba(2,132,199,.04);border-bottom:1px solid rgba(2,132,199,.04)}.calculator-container{max-width:1100px;margin:0 auto}.calc-header{text-align:center;margin-bottom:4rem}.calc-header h2{font-size:3rem;font-weight:800;color:#0f172a;margin-bottom:1rem;letter-spacing:-.05rem}.calc-header p{font-size:1.2rem;color:#475569}.calc-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:stretch}.calc-card{background:#ffffffb3;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.6);border-radius:28px;padding:2.8rem;box-shadow:0 30px 60px -15px #0f172a0f,0 0 1px #0f172a0a;display:flex;flex-direction:column;transition:all .35s cubic-bezier(.16,1,.3,1)}.calc-card:hover{transform:translateY(-4px);box-shadow:0 35px 70px -10px #0f172a14,0 0 1px #0f172a0a}.calc-card h3{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:2.2rem;border-bottom:1px solid rgba(15,23,42,.05);padding-bottom:1.2rem;letter-spacing:-.02em}.input-group{margin-bottom:2rem}.input-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-weight:600;color:#334155}.value-highlight{color:#10b981;font-size:1.2rem;font-weight:800;background:#10b98114;padding:5px 14px;border-radius:30px;border:1px solid rgba(16,185,129,.15);letter-spacing:-.01em}.value-highlight.green-highlight{color:#10b981;background:#10b98114;border-color:#10b98126}.range-slider{-webkit-appearance:none;width:100%;height:8px;border-radius:10px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0);outline:none;margin:15px 0;position:relative}.range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#10b981;cursor:pointer;box-shadow:0 0 0 6px #10b98126,0 4px 10px #10b98140;border:2px solid #FFFFFF;transition:all .2s cubic-bezier(.16,1,.3,1)}.range-slider::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 0 0 8px #10b98133,0 6px 15px #10b98159}.slider-labels{display:flex;justify-content:space-between;color:#64748b;font-size:.8rem}.input-group-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1rem}.sub-group{margin-bottom:0}.number-input-wrapper{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:8px;box-shadow:inset 0 2px 4px #0f172a03}.number-input-wrapper button{background:#fff;border:1px solid rgba(15,23,42,.08);color:#0f172a;font-size:1.3rem;font-weight:600;width:40px;height:40px;border-radius:50%;cursor:pointer;box-shadow:0 4px 8px #0000000a;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;justify-content:center}.number-input-wrapper button:hover{background:#0284c7;color:#fff;border-color:#0284c7;transform:scale(1.1);box-shadow:0 6px 15px #0284c74d}.number-val{font-size:1.25rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.calc-disclaimer{font-size:.75rem;color:#64748b;line-height:1.4;margin-top:auto;padding-top:1.5rem;border-top:1px dashed rgba(15,23,42,.08)}.chart-container{display:flex;justify-content:space-around;align-items:flex-end;height:200px;padding-bottom:1.5rem;border-bottom:1px solid rgba(15,23,42,.06);margin-bottom:2rem}.chart-bar-group{display:flex;flex-direction:column;align-items:center;width:40%;height:100%}.bar-label{font-size:.9rem;font-weight:700;color:#475569;margin-bottom:.75rem}.bar-track{background:#f1f5f9;width:44px;height:100%;border-radius:22px;position:relative;overflow:hidden;display:flex;align-items:flex-end}.bar-fill{width:100%;border-radius:22px;display:flex;align-items:flex-start;justify-content:center;padding-top:12px;position:relative;transition:height .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes petrolPulse{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes evPulse{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.petrol-bar{background:linear-gradient(270deg,#ef4444,#f97316,#b91c1c);background-size:200% 200%;animation:petrolPulse 4s ease infinite;box-shadow:0 12px 25px -5px #ef444466}.ev-bar{background:linear-gradient(270deg,#10b981,#34d399,#059669);background-size:200% 200%;animation:evPulse 4s ease infinite;box-shadow:0 12px 25px -5px #10b98166}.bar-value{font-size:.75rem;font-weight:800;color:#fff;background:#00000040;padding:2px 6px;border-radius:10px;white-space:nowrap}.bar-period{font-size:.75rem;color:#64748b;margin-top:.5rem}.savings-summary{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.stat-box{background:#f8fafc;border:1px solid #E2E8F0;border-radius:16px;padding:1.2rem;text-align:center}.stat-label{font-size:.8rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05rem;margin-bottom:.5rem;display:block}.stat-val{font-size:1.6rem;font-weight:800;display:block}.savings-text{color:#0f172a}.annual-savings-text{color:#10b981}.lifetime-savings-card{background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:20px;padding:1.5rem;text-align:center;margin-bottom:1.5rem;box-shadow:0 15px 35px -5px #0f172a26,0 0 0 1px #10b98133;border:1px solid rgba(16,185,129,.1);display:flex;flex-direction:column;gap:6px;position:relative;overflow:hidden}.lifetime-savings-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(16,185,129,.08) 0%,transparent 70%);pointer-events:none}.lifetime-label{font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.08rem}.lifetime-val{font-size:2.1rem;font-weight:900;color:#10b981;text-shadow:0 0 15px rgba(16,185,129,.35);letter-spacing:-.03em}.fun-hook-box{background:#10b9810a;border:1px dashed rgba(16,185,129,.2);border-radius:20px;padding:1.4rem;display:flex;flex-direction:column;gap:.5rem;text-align:left;box-shadow:0 4px 12px #10b98103}.hook-icon{font-size:.8rem;font-weight:800;color:#047857;text-transform:uppercase;letter-spacing:.06em}.fun-hook-box p{font-size:.95rem;color:#065f46;font-weight:600;margin:0;line-height:1.6}.range-slider-thin{-webkit-appearance:none;width:100%;height:4px;border-radius:10px;background:#e2e8f0;outline:none;margin:12px 0}.range-slider-thin::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#0284c7;cursor:pointer;box-shadow:0 0 0 4px #0284c726,0 2px 6px #0284c733;border:2px solid #FFFFFF;transition:all .2s cubic-bezier(.16,1,.3,1)}.range-slider-thin::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 0 0 6px #0284c733,0 4px 10px #0284c74d}.finder-section{background:#fff;padding:6rem 2rem;border-bottom:1px solid rgba(15,23,42,.05)}.finder-container{max-width:1000px;margin:0 auto}.finder-card{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:3rem;box-shadow:0 20px 40px -15px #0f172a0d;text-align:center}.step-badge{font-size:.8rem;font-weight:700;color:#08c;background:#0088cc1a;padding:4px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:.05rem;display:inline-block;margin-bottom:1.5rem}.success-badge{color:#10b981;background:#10b9811a}.step-container h3{font-size:1.8rem;font-weight:800;color:#0f172a;margin-bottom:2.5rem}.options-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.size-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.opt-card{background:#ffffff73;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:2.2rem 1.8rem;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;align-items:center;text-align:center;height:100%;width:100%;box-shadow:0 4px 20px -5px #0f172a05}.opt-card:hover{background:#ffffffd9;border-color:#08c;transform:translateY(-6px) scale(1.02);box-shadow:0 20px 30px -10px #0088cc1f}.opt-icon{font-size:2.2rem;margin-bottom:1.25rem;display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:#0f172a0a;border-radius:50%;transition:all .4s cubic-bezier(.16,1,.3,1);color:#475569}.opt-card:hover .opt-icon{background:#0088cc14;color:#08c;transform:scale(1.1)}.vector-shape{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.opt-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.75rem;display:block}.opt-desc{font-size:.8rem;color:#64748b;line-height:1.5;display:block}.back-btn,.reset-btn{background:none;border:none;color:#64748b;font-weight:600;cursor:pointer;margin-top:2rem;transition:color .2s ease;font-size:.95rem}.back-btn:hover,.reset-btn:hover{color:#0f172a}.results-grid{display:flex;justify-content:center;gap:2rem;margin-top:1rem;flex-wrap:wrap}.recommended-car-card{background:#fff;border:1px solid #E2E8F0;border-radius:20px;padding:2rem;text-align:left;width:320px;box-shadow:0 10px 25px -10px #00000008;transition:border-color .2s ease}.recommended-car-card:hover{border-color:#10b981}.recommendation-header{border-bottom:1px solid #F1F5F9;padding-bottom:1.2rem;margin-bottom:1.5rem}.recommendation-header h4{font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.rec-price{font-size:1.1rem;font-weight:700;color:#10b981}.rec-specs{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.spec-row{display:flex;justify-content:space-between;font-size:.85rem}.spec-row span{color:#64748b}.spec-row strong{color:#1e293b;font-weight:600}.compare-btn{display:block;background:#10b981;color:#fff;text-align:center;padding:12px;border-radius:12px;font-weight:700;text-decoration:none;transition:background .2s ease}.compare-btn:hover{background:#059669}.fade-in{animation:fadeIn .4s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.options-grid,.size-grid{grid-template-columns:1fr!important;gap:1.5rem}.finder-card{padding:2rem 1.2rem}.recommended-car-card{width:100%}}.no-quiz-results-card{background:#f8fafc;border:1px dashed #CBD5E1;border-radius:20px;padding:3rem 2rem;max-width:500px;margin:2rem auto}.no-res-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.no-quiz-results-card h4{font-size:1.3rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.no-quiz-results-card p{color:#64748b;line-height:1.6;margin:0}.related-article-link{display:block;margin-top:1rem;font-size:.82rem;color:#08c;text-decoration:none;font-weight:600;text-align:center;transition:color .2s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.related-article-link:hover{color:#005580;text-decoration:underline}.hook-val{color:#10b981}@media(max-width:768px){.calc-grid{grid-template-columns:1fr;gap:2rem}.calc-header h2{font-size:2.2rem}.calc-card{padding:1.8rem}}.articles-page{min-height:90vh;background-color:#f8fafc;padding:clamp(100px,12vh,120px) clamp(10px,4vw,20px) 60px clamp(10px,4vw,20px)}.articles-header{max-width:1100px;margin:20px auto 3rem;text-align:center}.articles-header h1{font-size:clamp(2.2rem,6vw,3.2rem);font-weight:800;color:#0f172a;margin-bottom:.5rem}.subtitle{color:#64748b;font-size:clamp(.95rem,3vw,1.15rem);margin-bottom:2rem}.filter-bar{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;padding:.4rem;background:#0f172a08;border-radius:30px;max-width:max-content;margin:0 auto}.filter-tab{background:transparent;border:none;padding:.5rem 1.2rem;border-radius:20px;font-size:.85rem;font-weight:600;color:#475569;cursor:pointer;transition:all .3s ease}.filter-tab:hover{color:#08c}.filter-tab.active{background:#08c;color:#fff;box-shadow:0 4px 10px #08c3}.magazine-top-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;max-width:1100px;margin:0 auto 3.5rem}.magazine-top-grid.single-article{grid-template-columns:1fr}.hero-card-wrapper{text-decoration:none;color:inherit}.hero-article-card{background:#fff;border-radius:24px;border:1px solid rgba(15,23,42,.05);box-shadow:0 4px 30px #0f172a05;overflow:hidden;height:100%;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1)}.hero-article-card:hover{transform:translateY(-6px);border-color:#08c3;box-shadow:0 20px 40px #0088cc14}.hero-image{width:100%;aspect-ratio:21 / 10;object-fit:cover}.hero-image-placeholder{width:100%;aspect-ratio:21 / 10;background:linear-gradient(135deg,#08c,#10b981);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.5rem}.hero-content{padding:2rem}.hero-category-badge{display:inline-block;padding:4px 10px;background:#0088cc0f;color:#08c;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem}.hero-content h2{font-size:1.65rem;font-weight:800;color:#0f172a;margin-bottom:.75rem;line-height:1.35}.hero-content p{color:#475569;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.hero-read-more{font-size:.9rem;font-weight:700;color:#08c}.trending-stack{display:flex;flex-direction:column;gap:1.25rem}.section-sub-title{font-size:1.15rem;font-weight:800;color:#0f172a;margin-bottom:1rem;border-bottom:2px solid #E2E8F0;padding-bottom:.5rem}.trending-row-link{text-decoration:none;color:inherit}.trending-row{display:flex;gap:1rem;background:#fff;padding:.75rem;border-radius:16px;border:1px solid rgba(15,23,42,.04);transition:all .3s ease}.trending-row:hover{transform:translate(4px);border-color:#0088cc26;box-shadow:0 4px 20px #0088cc0a}.trending-thumb{width:90px;height:65px;object-fit:cover;border-radius:10px}.trending-info{display:flex;flex-direction:column;justify-content:center}.trending-badge{font-size:.65rem;font-weight:700;color:#08c;text-transform:uppercase;margin-bottom:.25rem}.trending-info h4{font-size:.88rem;font-weight:700;color:#0f172a;line-height:1.4;margin:0}.feed-section{max-width:1100px;margin:0 auto}.list-feed{display:flex;flex-direction:column;gap:1.25rem;margin-top:1rem}.feed-item-card{background:#fff;border-radius:20px;border:1px solid rgba(15,23,42,.04);box-shadow:0 4px 20px #0f172a03;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1)}.feed-item-card:hover{transform:translateY(-4px);border-color:#0088cc26;box-shadow:0 15px 30px #0088cc0f}.feed-item-layout{display:grid;grid-template-columns:240px 1fr;text-decoration:none;color:inherit}.feed-media{overflow:hidden;position:relative}.feed-thumb{width:100%;height:100%;min-height:160px;object-fit:cover;transition:transform .6s ease}.feed-item-card:hover .feed-thumb{transform:scale(1.04)}.feed-thumb-placeholder{width:100%;height:100%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#08c}.feed-details{padding:1.25rem 2rem;display:flex;flex-direction:column;justify-content:space-between}.feed-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.feed-badge{display:inline-block;padding:3px 8px;background:#0088cc0d;color:#08c;border-radius:4px;font-size:.7rem;font-weight:700;text-transform:uppercase}.preview-badge{background:#f59e0b1a;color:#f59e0b}.feed-details h4{font-size:1.25rem;font-weight:800;color:#0f172a;margin-bottom:.5rem;line-height:1.4}.feed-details p{color:#475569;font-size:.88rem;line-height:1.6;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feed-read-more{font-size:.85rem;font-weight:700;color:#08c;align-self:flex-start}.badge-coming-soon{align-self:flex-start;font-size:.75rem;font-weight:700;color:#f59e0b;background:#f59e0b14;padding:3px 10px;border-radius:12px}.inactive-preview{opacity:.85}.coming-soon-layout{cursor:pointer}.delete-card-btn{background:transparent;border:none;font-size:1rem;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease;z-index:5}.delete-card-btn:hover{background-color:#ff4d4d1a}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;max-width:1100px;margin:0 auto;width:100%}.skeleton-card{background:#fff;border-radius:12px;padding:20px;border:1px solid rgba(0,0,0,.05);height:320px}.skeleton-image{width:100%;aspect-ratio:16 / 9;background:linear-gradient(90deg,#e2e8f0 25%,#edf2f7,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;margin-bottom:20px}.skeleton-text{height:16px;background:linear-gradient(90deg,#e2e8f0 25%,#edf2f7,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:12px}.skeleton-text.line1{width:75%}.skeleton-text.line2{width:50%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.no-articles{text-align:center;padding:60px 20px;background:#fff;border-radius:20px;border:1px dashed rgba(0,136,204,.2);max-width:600px;margin:2rem auto}.no-articles p{color:#475569;margin-bottom:20px;font-size:1.1rem}.write-btn{display:inline-block;padding:10px 24px;background:#08c;color:#fff;border-radius:30px;font-weight:600;text-decoration:none;box-shadow:0 4px 12px #0088cc26}.write-btn:hover{background:#069;box-shadow:0 6px 20px #0088cc40}@media(max-width:900px){.magazine-top-grid{grid-template-columns:1fr;gap:2rem}.feed-item-layout{grid-template-columns:180px 1fr}}@media(max-width:600px){.feed-item-layout{grid-template-columns:1fr}.feed-thumb{aspect-ratio:16 / 9;height:180px}.feed-details{padding:1.25rem}}@keyframes flowing{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.range-slider-thin{-webkit-appearance:none;width:100%;height:3px;border-radius:2px;background:#e2e8f0;outline:none;margin:15px 0}.range-slider-thin::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#1e293b;cursor:pointer;border:1px solid #CBD5E1;transition:transform .1s ease}.range-slider-thin::-webkit-slider-thumb:hover{transform:scale(1.15)}.range-slider-thin::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#1e293b;cursor:pointer;border:1px solid #CBD5E1}.clean-air-visualizer-card{background:radial-gradient(circle at 50% 120%,#10b9810a,#fff)!important;border:1px solid rgba(16,185,129,.15)!important;box-shadow:0 20px 50px -10px #10b98114!important;transition:all .5s cubic-bezier(.16,1,.3,1)!important}.clean-air-visualizer-card.smoggy-state{background:radial-gradient(circle at 50% 120%,#4755691f,#f1f5f9)!important;border-color:#47556940!important;box-shadow:0 20px 50px -10px #47556926!important}.clean-air-visualizer-card.cng-haze-state{background:radial-gradient(circle at 50% 120%,#d977061a,#fef3c7e6)!important;border-color:#d9770638!important;box-shadow:0 20px 50px -10px #d977061a!important}.clean-air-visualizer-card.ev-clean-state{background:radial-gradient(circle at 50% 120%,#10b98126,#ecfdf5f2)!important;border-color:#10b98159!important;box-shadow:0 25px 60px -10px #10b98133!important}@keyframes treeSway{0%,to{transform:rotate(0)}50%{transform:rotate(4deg)}}.swaying-tree{animation:treeSway 2.5s ease-in-out infinite;transform-origin:bottom center}.particle-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:0;transition:opacity .5s ease}@keyframes floatParticles{0%{background-position:0 0}to{background-position:0 -400px}}.ev-clean-state .particle-overlay{opacity:.7;background-image:radial-gradient(circle at 12px 12px,rgba(16,185,129,.1) 8%,transparent 10%),radial-gradient(circle at 35px 45px,rgba(16,185,129,.07) 6%,transparent 8%);background-size:60px 60px;animation:floatParticles 14s linear infinite}.smoggy-state .particle-overlay{opacity:.6;background-image:radial-gradient(circle at 20px 20px,rgba(71,85,105,.08) 12%,transparent 15%),radial-gradient(circle at 50px 10px,rgba(71,85,105,.05) 15%,transparent 20%);background-size:80px 80px;animation:floatParticles 10s linear infinite}.cng-haze-state .particle-overlay{opacity:.45;background-image:radial-gradient(circle at 15px 15px,rgba(217,119,6,.06) 10%,transparent 12%),radial-gradient(circle at 45px 30px,rgba(217,119,6,.04) 8%,transparent 10%);background-size:70px 70px;animation:floatParticles 12s linear infinite}.dynamic-visual-icon{font-size:3rem;margin-bottom:12px;transition:all .3s ease}.visualizer-status-header{width:100%}.section-subtitle{text-align:center;color:#64748b;font-size:1.1rem;margin-top:-10px;margin-bottom:30px}.tata-blue{color:#0284c7!important;font-weight:900;letter-spacing:.15em;background:linear-gradient(135deg,#0284c7,#0369a1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.mg-red{color:#ef4444!important;font-weight:900;letter-spacing:.15em;background:linear-gradient(135deg,#ef4444,#b91c1c);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hyundai-navy{color:#1e3a8a!important;font-weight:900;letter-spacing:.08em;background:linear-gradient(135deg,#1e3a8a,#172554);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172a66;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px}.showroom-modal{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.7);border-radius:24px;width:100%;max-width:580px;max-height:85vh;overflow-y:auto;box-shadow:0 30px 60px #0f172a2e;padding:2.2rem;position:relative;animation:modalSlideIn .35s cubic-bezier(.16,1,.3,1) forwards}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.close-modal-btn{position:absolute;top:24px;right:24px;background:#0f172a0d;border:none;font-size:1.1rem;color:#64748b;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.close-modal-btn:hover{background:#0f172a1a;color:#0f172a;transform:rotate(90deg)}.showroom-header{margin-bottom:24px}.showroom-tag{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;color:#0284c7;background:#0284c714;padding:4px 10px;border-radius:12px;margin-bottom:8px;letter-spacing:.05em}.showroom-header h2{font-size:1.8rem;font-weight:800;color:#0f172a;margin-bottom:8px}.showroom-header p{font-size:.95rem;color:#64748b;line-height:1.5}.showroom-list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.showroom-car-item{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:1.2rem;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:all .25s cubic-bezier(.16,1,.3,1)}.showroom-car-item:hover{border-color:#0284c74d;box-shadow:0 8px 24px #0284c70f;transform:translateY(-2px)}.showroom-car-details{display:flex;flex-direction:column;gap:6px}.showroom-car-name{font-size:1.15rem;font-weight:800;color:#0f172a}.showroom-car-price{font-size:.95rem;font-weight:700;color:#059669}.showroom-car-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.8rem;color:#64748b}.showroom-car-meta span{background:#f1f5f9;padding:2px 8px;border-radius:6px}.showroom-action-btn{background:#0284c7;color:#fff;border:none;padding:10px 20px;border-radius:20px;font-size:.85rem;font-weight:700;text-decoration:none;cursor:pointer;transition:all .2s;white-space:nowrap}.showroom-action-btn:hover{background:#0369a1;transform:translateY(-1px);box-shadow:0 4px 12px #0284c733}.showroom-empty-state{text-align:center;padding:30px 10px;color:#64748b}.showroom-footer{border-top:1px solid rgba(15,23,42,.08);padding-top:20px;text-align:center}.showroom-articles-link{display:inline-block;color:#0284c7;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .2s}.showroom-articles-link:hover{color:#0369a1;text-decoration:underline}.showroom-model-group{border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#fff;margin-bottom:12px;overflow:hidden;transition:all .25s cubic-bezier(.16,1,.3,1)}.showroom-model-group:hover{border-color:#0284c740;box-shadow:0 6px 20px #0284c70a}.showroom-model-header{padding:1.2rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;background:#ffffff80;-webkit-user-select:none;user-select:none;transition:background .2s}.showroom-model-header:hover{background:#0284c705}.showroom-model-title-group{display:flex;align-items:center;gap:14px}.showroom-model-icon{font-size:1.5rem}.showroom-model-name{font-size:1.2rem;font-weight:800;color:#0f172a}.showroom-model-range-info{display:flex;gap:12px;font-size:.85rem;color:#64748b;margin-top:2px}.showroom-expand-indicator{font-size:.8rem;color:#94a3b8;transition:transform .3s ease}.showroom-expand-indicator.is-expanded{transform:rotate(180deg);color:#0284c7}.showroom-variants-panel{border-top:1px solid rgba(15,23,42,.06);background:#fafafa;padding:8px 12px 16px;display:flex;flex-direction:column;gap:8px}.showroom-variant-item{background:#fff;border:1px solid rgba(15,23,42,.05);border-radius:12px;padding:1rem;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:all .2s}.showroom-variant-item:hover{border-color:#0284c733;box-shadow:0 4px 12px #0f172a05}.showroom-variant-info{display:flex;flex-direction:column;gap:4px}.showroom-variant-name{font-size:1rem;font-weight:750;color:#1e293b}.showroom-variant-price{font-size:.9rem;font-weight:700;color:#059669}.showroom-variant-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:.75rem;color:#64748b}.showroom-variant-meta span{background:#f1f5f9;padding:1px 6px;border-radius:4px}
