:root{--bg:#0a0a0a;--bg-2:#141414;--card-bg:#1a1a1a;--card-border:#2c2c2c;--card-border-hover:var(--accent);--accent:#0062cc;--accent-2:#3395ff;--accent-hover:#004fa3;--accent-glow:#0062cc33;--accent-danger:#ef4444;--accent-danger-border:#ef444466;--accent-danger-hover:#ef44441f;--text-main:#eaeaea;--text-muted:#888;--text-soft:#b0b0b0;--text-primary:#fff;--input-bg:#1f1f1f;--danger:#e53e3e;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--radius:12px;--radius-lg:20px;--radius-sm:8px;--shadow-card:0 10px 30px -10px #00000080;--shadow-accent:0 0 25px var(--accent-glow)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.5;overflow-x:hidden}#root{min-height:100vh;overflow-x:clip}h1,h2,h3,h4{font-family:var(--font-heading);letter-spacing:-.02em;color:#fff;font-weight:700}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.solid-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:2rem;transition:border-color .3s}.solid-card:hover{border-color:var(--card-border-hover)}.btn{font-family:var(--font-body);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;line-height:1;text-decoration:none;transition:all .25s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff;border-radius:var(--radius);border:none;padding:.8rem 1.75rem}.btn-primary:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #007bff40}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background:var(--input-bg);color:var(--text-soft);border:1px solid var(--card-border)}.btn-secondary:hover:not(:disabled){color:#fff;border-color:var(--text-muted);background:#2a2a2a}.btn-danger{color:var(--accent-danger);background:0 0;border:1px solid #0000}.btn-danger:hover:not(:disabled){background:var(--accent-danger-hover);border-color:var(--accent-danger-border)}.btn-icon{color:var(--text-muted);background:0 0;border:none;border-radius:50%;padding:.5rem;line-height:1}.btn-icon:hover:not(:disabled){background:var(--input-bg);color:#fff}.btn-icon svg{width:16px;height:16px}.btn-ghost{color:var(--text-soft);border:1px solid var(--card-border);border-radius:var(--radius-sm);cursor:pointer;background:0 0;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-ghost:hover{background:var(--input-bg);color:#fff;border-color:var(--card-border)}.btn,.form-control,.nav-link,button,input,textarea,select,a{transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s}button:not(:disabled){cursor:pointer}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.form-group label{color:var(--text-soft);font-size:.85rem;font-weight:500}.form-control{background:var(--input-bg);border:1px solid var(--card-border);border-radius:var(--radius-sm);color:var(--text-main);font-family:var(--font-body);outline:none;width:100%;padding:.85rem 1rem;font-size:1rem;transition:all .2s}.form-control::placeholder{color:var(--text-muted)}.form-control:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}select.form-control{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2364748b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}textarea.form-control{resize:vertical;min-height:110px;line-height:1.6}.file-upload-zone{text-align:center;cursor:pointer;background:#0003;border:2px dashed #ffffff1a;border-radius:12px;padding:2.5rem 2rem;transition:all .2s;position:relative}.file-upload-zone:hover{border-color:var(--accent);background:#0ea5e908}.file-upload-zone input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.text-gradient{background:linear-gradient(135deg, var(--accent-2) 0%, #818cf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-accent{color:var(--accent)}.flex-between{justify-content:space-between;align-items:center;display:flex}.grid-2{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff26}::selection{color:#fff;background:#0ea5e94d}@media (width<=768px){.grid-2{grid-template-columns:1fr}.solid-card{padding:1.5rem}.btn,.btn-primary,.btn-secondary,.btn-ghost,.btn-danger,.form-control,select.form-control,button,input,textarea,a.btn,[role=button]{min-height:44px}.btn,.btn-primary,.btn-secondary,.btn-ghost,.btn-danger{padding-left:1rem;padding-right:1rem}}@media (hover:none){.btn-primary:hover:not(:disabled),.btn-ghost:hover,.btn-secondary:hover:not(:disabled){box-shadow:none;transform:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._page_1rwwz_2{background-color:var(--bg);padding:0}._hero_1rwwz_8{text-align:center;color:#fff;justify-content:center;align-items:center;width:100%;min-height:50vh;padding-top:88px;display:flex;position:relative;overflow:hidden}._heroImage_1rwwz_21{object-fit:cover;filter:brightness(.32);transform-origin:50%;will-change:transform, filter;width:100%;height:100%;animation:16s ease-in-out infinite _aboutHeroMotion_1rwwz_1;position:absolute;top:0;left:0}._heroText_1rwwz_34{z-index:2;padding:0 1.5rem;animation:.9s ease-in-out _fadeIn_1rwwz_1;position:relative}._heroBadge_1rwwz_41{letter-spacing:.03em;text-transform:uppercase;color:#bae6fd;background:#0ea5e92b;border:1px solid #0ea5e957;border-radius:999px;align-items:center;margin-bottom:.9rem;padding:.35rem .78rem;font-size:.75rem;font-weight:700;display:inline-flex}._heroText_1rwwz_34 h1{margin-bottom:.5rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}._heroText_1rwwz_34 p{color:var(--text-muted);font-size:clamp(.95rem,2vw,1.2rem)}._heroMeta_1rwwz_67{flex-wrap:wrap;justify-content:center;gap:.55rem;margin-top:1rem;display:flex}._heroMetaPill_1rwwz_75{color:#cbd5e1;background:#0f172a94;border:1px solid #94a3b847;border-radius:999px;padding:.26rem .62rem;font-size:.78rem}._content_1rwwz_85{flex-direction:column;gap:3.5rem;max-width:980px;margin:0 auto;padding:4rem 2rem 5rem;display:flex}._aboutCard_1rwwz_94 h2{text-align:center;margin-bottom:1.25rem;font-size:2rem;font-weight:700}._aboutCard_1rwwz_94{background:radial-gradient(circle at 100% 0,#0ea5e91a,#0000 45%),linear-gradient(#ffffff05,#fff0);border:1px solid #94a3b833;box-shadow:0 24px 42px -32px #020617f2}._aboutCard_1rwwz_94 p{color:var(--text-soft);margin-bottom:.75rem;font-size:1.05rem;line-height:1.8}._philosophySection_1rwwz_117 h2{text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:700}._philosophyCards_1rwwz_124{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}._philosophyCard_1rwwz_124{background:var(--bg-2);border-radius:var(--radius-lg);border:1px solid var(--card-border);text-align:center;padding:2rem 1.75rem;transition:transform .3s,box-shadow .3s,border-color .3s;box-shadow:0 12px 28px -18px #000000b3}._philosophyCard_1rwwz_124:hover{border-color:#007bff4d;transform:translateY(-6px);box-shadow:0 20px 36px -18px #000000bf}._philosophyCard_1rwwz_124 h3{color:var(--text-primary);margin-bottom:.85rem;font-size:1.35rem;font-weight:600}._philosophyCard_1rwwz_124 p{color:var(--text-muted);font-size:.95rem;line-height:1.7}._trustBar_1rwwz_160{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);flex-wrap:wrap;justify-content:center;gap:1rem;padding:2rem 1.5rem;display:flex}._trustItem_1rwwz_171{border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:.25rem;min-width:130px;padding:.5rem 1rem;transition:transform .2s,background .2s;display:flex}._trustItem_1rwwz_171:hover{background:#0ea5e90f;transform:translateY(-2px)}._trustIcon_1rwwz_188{margin-bottom:.25rem;font-size:1.75rem;line-height:1}._trustStat_1rwwz_194{font-family:var(--font-heading);letter-spacing:-.03em;background:linear-gradient(135deg, white 0%, var(--text-soft) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800}._trustLabel_1rwwz_205{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);font-size:.78rem;font-weight:600}._ctaSection_1rwwz_214{text-align:center;border:1px solid #94a3b833;padding:3rem 2.5rem;box-shadow:0 24px 40px -30px #0ea5e959}._ctaSection_1rwwz_214 h2{margin-bottom:.75rem;font-size:1.85rem;font-weight:700}._ctaSection_1rwwz_214 p{color:var(--text-muted);max-width:500px;margin:0 auto 2rem;font-size:1rem;line-height:1.7}._ctaBtns_1rwwz_235{flex-wrap:wrap;justify-content:center;gap:.875rem;display:flex}._aboutCard_1rwwz_94,._philosophySection_1rwwz_117,._trustBar_1rwwz_160,._ctaSection_1rwwz_214{animation:.52s both _riseIn_1rwwz_1}._philosophySection_1rwwz_117{animation-delay:60ms}._trustBar_1rwwz_160{animation-delay:90ms}._ctaSection_1rwwz_214{animation-delay:.12s}@media (width<=768px){._hero_1rwwz_8{min-height:46vh;padding-top:78px}._content_1rwwz_85{gap:2.5rem;padding:3rem 1.25rem 4rem}._philosophyCards_1rwwz_124{grid-template-columns:1fr}._trustBar_1rwwz_160{gap:.5rem}._trustItem_1rwwz_171{min-width:100px}._ctaSection_1rwwz_214{padding:2.25rem 1.5rem}}@media (width<=480px){._philosophyCards_1rwwz_124{grid-template-columns:1fr}._trustStat_1rwwz_194{font-size:1.5rem}._ctaBtns_1rwwz_235{flex-direction:column;align-items:stretch}._ctaBtns_1rwwz_235 a{justify-content:center}}@keyframes _fadeIn_1rwwz_1{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes _riseIn_1rwwz_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes _aboutHeroMotion_1rwwz_1{0%{filter:brightness(.32);transform:scale(1.05)translateY(0)}50%{filter:brightness(.38);transform:scale(1.12)translateY(-14px)}to{filter:brightness(.32);transform:scale(1.05)translateY(0)}}@media (prefers-reduced-motion:reduce){._heroImage_1rwwz_21{animation:none;transform:none}._aboutCard_1rwwz_94,._philosophySection_1rwwz_117,._trustBar_1rwwz_160,._ctaSection_1rwwz_214,._heroText_1rwwz_34{animation:none}}._navbar_awbsr_2{-webkit-backdrop-filter:blur(24px);z-index:1000;background:#070709bd;border-bottom:1px solid #94a3b821;width:100%;height:76px;padding:0 clamp(.85rem,2.6vw,2.6rem);transition:all .25s;position:fixed;top:0;left:0;box-shadow:0 10px 26px #00000042}._navbarScrolled_awbsr_18{background:#070709eb;height:70px;box-shadow:0 14px 30px #00000059}._navInner_awbsr_24{justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:1400px;height:100%;margin:0 auto;display:flex}._logo_awbsr_35{color:#fff;letter-spacing:2px;font-size:1.1rem;font-family:var(--font-heading);flex-shrink:0;align-items:center;gap:.55rem;font-weight:800;text-decoration:none;display:inline-flex}._logoMark_awbsr_48{letter-spacing:.04em;color:#eaf4ff;background:linear-gradient(135deg,#007bff59,#007bff14);border:1px solid #94a3b852;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.76rem;display:inline-flex}._logoAccent_awbsr_62{color:var(--accent)}._links_awbsr_67{align-items:center;gap:.35rem;display:flex}._navLink_awbsr_73{color:var(--text-muted);letter-spacing:.01em;border:1px solid #0000;border-radius:8px;padding:.5rem .85rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}._navLink_awbsr_73:hover{color:#fff;background:#94a3b81f;border-color:#94a3b833}._navLink_awbsr_73._active_awbsr_91{color:#fff;background:#007bff33;border-color:#007bff52}._authSection_awbsr_97{border-left:1px solid #94a3b838;align-items:center;gap:.6rem;margin-left:1rem;padding-left:1rem;display:flex}._adminBtn_awbsr_106{color:var(--text-soft);white-space:nowrap;border:1px solid var(--card-border);border-radius:6px;flex-shrink:0;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s}._adminBtn_awbsr_106:hover,._adminBtnActive_awbsr_120{color:#fff;background:#007bff29;border-color:#007bff57}._navLink_awbsr_73:focus-visible,._adminBtn_awbsr_106:focus-visible,._logoutBtn_awbsr_128:focus-visible,._ctaBtn_awbsr_129:focus-visible,._mobileLink_awbsr_130:focus-visible,._mobileLogout_awbsr_131:focus-visible,._hamburger_awbsr_132:focus-visible{outline:2px solid var(--accent);outline-offset:2px}._logoutBtn_awbsr_128{color:var(--danger);cursor:pointer;font-size:.875rem;font-weight:500;font-family:var(--font-body);white-space:nowrap;background:0 0;border:1px solid #ef444459;border-radius:6px;flex-shrink:0;padding:.5rem 1rem;transition:all .2s}._logoutBtn_awbsr_128:hover{border-color:var(--danger);background:#ef44441a}._ctaBtn_awbsr_129{white-space:nowrap;border-radius:9999px;flex-shrink:0;margin-left:.7rem;padding:.55rem 1.15rem;font-size:.875rem}._hamburger_awbsr_132{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;height:100%;padding:6px;display:none}._hamburger_awbsr_132 span{background:var(--text-soft);transform-origin:50%;border-radius:2px;width:22px;height:1.5px;transition:all .25s;display:block}._hamburgerOpen_awbsr_191 span:first-child{transform:translateY(6.5px)rotate(45deg)}._hamburgerOpen_awbsr_191 span:nth-child(2){opacity:0;transform:scaleX(0)}._hamburgerOpen_awbsr_191 span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}._mobileMenu_awbsr_196{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:999;background:#050609fb;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:100dvh;animation:.2s _fadeIn_awbsr_1;display:flex;position:fixed;top:0;left:0}@keyframes _fadeIn_awbsr_1{0%{opacity:0}to{opacity:1}}._mobileLink_awbsr_130{color:var(--text-muted);font-size:clamp(1.6rem,7vw,2rem);font-family:var(--font-heading);letter-spacing:-.03em;border-radius:10px;padding:.35rem 1rem;font-weight:700;text-decoration:none;transition:color .2s}._mobileLink_awbsr_130:hover,._mobileLinkActive_awbsr_231{color:#fff;background:#007bff1f}._mobileCta_awbsr_236{border-radius:9999px;margin-top:1.5rem}._mobileLogout_awbsr_131{color:var(--danger);cursor:pointer;font-size:.95rem;font-family:var(--font-body);background:0 0;border:1px solid #ef444466;border-radius:8px;margin-top:1.5rem;padding:.75rem 2.5rem;font-weight:500;transition:background .2s}._mobileLogout_awbsr_131:hover{background:#ef44441a}@media (width<=1150px){._navbar_awbsr_2{padding:0 1.5rem}._navInner_awbsr_24{gap:.5rem}._links_awbsr_67{gap:.1rem}._navLink_awbsr_73{padding:.4rem .5rem;font-size:.85rem}._authSection_awbsr_97{gap:.4rem;margin-left:.5rem;padding-left:.5rem}._adminBtn_awbsr_106,._logoutBtn_awbsr_128,._ctaBtn_awbsr_129{padding:.45rem .8rem;font-size:.8rem}._logo_awbsr_35{gap:.4rem;font-size:.95rem}}@media (width<=770px){._navbar_awbsr_2{height:70px;padding:0 1rem}._links_awbsr_67{display:none}._hamburger_awbsr_132{display:flex}._logo_awbsr_35{letter-spacing:1.4px;font-size:1rem}._logoMark_awbsr_48{width:30px;height:30px;font-size:.72rem}}._page_1ohqu_2{flex-direction:column;min-height:100vh;display:flex}._content_1ohqu_8{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:8rem 2rem 4rem}._pageHeader_1ohqu_16{margin-bottom:2rem}._pageHeaderCard_1ohqu_20{background:radial-gradient(circle at 100% 0,#0ea5e933,#0000 42%),linear-gradient(160deg,#0f172af0,#020617fa);border:1px solid #94a3b838;border-radius:20px;padding:1.4rem 1.5rem;box-shadow:0 24px 42px -30px #020617f2}._pageTitle_1ohqu_30{margin-bottom:.4rem;font-size:2.8rem;line-height:1.2}._pageSubtitle_1ohqu_36{color:var(--text-muted);font-size:1rem}._headerMeta_1ohqu_41{flex-wrap:wrap;gap:.6rem;margin-top:.95rem;display:flex}._headerPill_1ohqu_48{color:#cbd5e1;letter-spacing:.01em;background:#ffffff08;border:1px solid #94a3b847;border-radius:999px;padding:.32rem .65rem;font-size:.78rem}._tabBar_1ohqu_59{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:11;background:#0f172abd;border:1px solid #94a3b833;border-radius:14px;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem;padding:.55rem;display:flex;position:sticky;top:5.5rem}._tabBtn_1ohqu_74{color:var(--text-muted);font-family:var(--font-body);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}._tabBtn_1ohqu_74:hover{color:var(--text-main);background:#94a3b829}._tabActive_1ohqu_96{color:#00111f;background:linear-gradient(135deg,#0ea5e9,#38bdf8);font-weight:700;box-shadow:0 8px 18px -10px #0ea5e9f2}._tabActive_1ohqu_96:hover{color:#00111f;background:linear-gradient(135deg,#0ea5e9,#38bdf8)}._tabContent_1ohqu_108{animation:.2s _fadeIn_1ohqu_1}._tabPanel_1ohqu_112{background:#0f172a85;border:1px solid #94a3b833;border-radius:18px;padding:1.1rem;box-shadow:inset 0 1px #94a3b81f}@keyframes _fadeIn_1ohqu_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._alert_1ohqu_133{border-radius:10px;margin-bottom:1.5rem;padding:1rem 1.25rem;font-weight:500}._alertSuccess_1ohqu_140{color:#86efac;background:#22c55e1f;border:1px solid #22c55e4d}._alertError_1ohqu_146{color:#fca5a5;background:#ef44441f;border:1px solid #ef44444d}._submitBtn_1ohqu_153{width:100%;margin-top:.5rem;padding:.9rem;font-size:1rem}._fileCount_1ohqu_160{color:var(--accent);margin-top:.5rem;font-size:.85rem}._loadingText_1ohqu_166,._emptyText_1ohqu_167{color:var(--text-muted);text-align:center;padding:3rem 0;font-size:1rem}._manageHeader_1ohqu_175{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;display:flex}._manageTitle_1ohqu_183{font-size:1.4rem;line-height:1.2}._manageSub_1ohqu_188{color:var(--text-muted);font-size:.92rem;font-weight:500}._tableWrapper_1ohqu_194{background:linear-gradient(#0f172ad1,#020617d1);border:1px solid #94a3b833;border-radius:18px;overflow:auto;box-shadow:0 18px 34px -24px #000000c7}._table_1ohqu_194{border-collapse:collapse;width:100%;min-width:1120px}._table_1ohqu_194 th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-bottom:1px solid var(--card-border);white-space:nowrap;z-index:2;background:#0f172af2;padding:1rem 1.1rem;font-size:.76rem;font-weight:700;position:sticky;top:0}._table_1ohqu_194 td{border-bottom:1px solid var(--card-border);vertical-align:top;padding:.9rem 1.1rem;font-size:.92rem}._table_1ohqu_194 tbody tr:nth-child(2n) td{background:#94a3b808}._table_1ohqu_194 tr:last-child td{border-bottom:none}._table_1ohqu_194 tr:hover td{background:#0ea5e91a}._thumbLink_1ohqu_243{display:inline-block}._thumbFrame_1ohqu_247{background:linear-gradient(145deg,#0f172acc,#1e293bb3);border:1px solid #94a3b847;border-radius:10px;width:124px;height:78px;overflow:hidden}._thumbImg_1ohqu_256{object-fit:cover;width:100%;height:100%;transition:transform .2s,filter .2s;display:block}._thumbFallback_1ohqu_264{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:.74rem;font-weight:600;display:flex}._thumbLink_1ohqu_243:hover ._thumbImg_1ohqu_256{filter:saturate(1.06);transform:scale(1.05)}._carName_1ohqu_280{font-size:1.02rem;font-weight:700;display:block}._carModel_1ohqu_286{color:var(--text-muted);margin-top:.24rem;font-size:.86rem;line-height:1.35;display:block}._fuelBadge_1ohqu_294{color:#7dd3fc;background:#0ea5e917;border:1px solid #0ea5e980;border-radius:999px;align-items:center;padding:.32rem .68rem;font-size:.8rem;font-weight:600;display:inline-flex}._priceCell_1ohqu_306{color:var(--accent);white-space:nowrap;font-size:1rem;font-weight:700}._actionsCell_1ohqu_313{white-space:nowrap}._actionsRow_1ohqu_317{flex-wrap:nowrap;align-items:center;gap:.45rem;display:flex}._actionsRow_1ohqu_317 ._btn_1ohqu_324{min-width:fit-content;height:36px;padding:.52rem .82rem;font-size:.82rem}._actionsRow_1ohqu_317 ._btn_1ohqu_324 svg{width:14px;height:14px}._leadsList_1ohqu_337{flex-direction:column;gap:1.25rem;display:flex}._leadCard_1ohqu_343{border:1px solid #94a3b833;padding:1.5rem;box-shadow:0 18px 28px -26px #0ea5e98c}._leadHeader_1ohqu_349{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}._leadName_1ohqu_357{font-size:1.05rem;font-weight:700}._leadContact_1ohqu_362{color:var(--text-muted);margin-top:.2rem;font-size:.85rem}._leadMeta_1ohqu_368{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.4rem;display:flex}._leadDate_1ohqu_376{color:var(--text-muted);font-size:.8rem}._matchBadge_1ohqu_381{color:var(--accent);background:#0ea5e926;border:1px solid #0ea5e94d;border-radius:100px;padding:.15rem .6rem;font-size:.75rem;font-weight:600}._sourceBadge_1ohqu_391{border-radius:100px;padding:.15rem .6rem;font-size:.75rem;font-weight:600}._sourceInterested_1ohqu_398{color:#93c5fd;background:#3b82f626;border:1px solid #3b82f64d}._sourceContact_1ohqu_404{color:#d8b4fe;background:#a855f726;border:1px solid #a855f74d}._leadPrefs_1ohqu_410{flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem;display:flex}._prefTag_1ohqu_417{border:1px solid var(--card-border);color:var(--text-muted);background:#ffffff0d;border-radius:100px;padding:.2rem .65rem;font-size:.8rem}._leadReq_1ohqu_426{color:var(--text-muted);border-left:2px solid var(--card-border);margin-bottom:.75rem;padding-left:.5rem;font-size:.9rem;font-style:italic}._leadMatches_1ohqu_435{margin-bottom:.75rem}._expandBtn_1ohqu_439{color:var(--accent);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:.25rem 0;font-size:.85rem;font-weight:500;transition:opacity .2s,color .2s;display:flex}._expandBtn_1ohqu_439:hover{opacity:.85;color:#0ea5e9}._expandBtn_1ohqu_439:active{opacity:.7}._matchGrid_1ohqu_462{flex-wrap:wrap;gap:.75rem;margin-top:.75rem;display:flex}._matchCarCard_1ohqu_469{background:#0ea5e90f;border:1px solid #0ea5e926;border-radius:10px;align-items:center;gap:1.5rem;padding:.6rem .9rem;display:flex}._matchCarCard_1ohqu_469 img{object-fit:cover;border-radius:6px;width:120px;height:55px}._matchCarCardLink_1ohqu_486{color:inherit;cursor:pointer;text-decoration:none;transition:all .25s;display:block}._matchCarCardLink_1ohqu_486:hover ._matchCarCard_1ohqu_469{background:#0ea5e91f;border-color:#0ea5e966;transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e926}._matchBrand_1ohqu_501{font-size:.9rem;font-weight:600}._matchInfo_1ohqu_506{color:var(--text-muted);margin-top:.15rem;font-size:.8rem}._matchPrice_1ohqu_512{color:var(--accent);margin-top:.15rem;font-size:.85rem;font-weight:600}._leadFooter_1ohqu_519{border-top:1px solid var(--card-border);flex-wrap:wrap;gap:.75rem;margin-top:.25rem;padding-top:.75rem;display:flex}._confirmBtn_1ohqu_528{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:6px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}._confirmBtn_1ohqu_528:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}._confirmBtn_1ohqu_528:active{transform:translateY(0)}._dealerActions_1ohqu_553,._addDealerForm_1ohqu_557{margin-bottom:1.5rem}._subheading_1ohqu_561{margin-bottom:1.25rem;font-size:1.1rem}._dealerList_1ohqu_566{flex-direction:column;gap:1rem;display:flex}._dealerCard_1ohqu_572{border:1px solid #94a3b838;border-radius:12px;flex-direction:column;padding:1.5rem;transition:all .2s;display:flex;box-shadow:0 14px 26px -24px #0ea5e999}._dealerCard_1ohqu_572:hover{box-shadow:0 8px 20px #0000001f}._dealerHeader_1ohqu_586{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}._dealerInfo_1ohqu_594{flex-grow:1}._dealerName_1ohqu_598{font-size:1.05rem;font-weight:600}._dealerContact_1ohqu_603{color:var(--text-muted);margin-top:.2rem;font-size:.85rem}._dealerCarCount_1ohqu_609{color:var(--accent);margin-top:.25rem;font-size:.8rem;font-weight:500}._skeletonHeader_1ohqu_617,._skeletonCell_1ohqu_618{padding:1rem 1.25rem}._skeletonLine_1ohqu_622{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200% 100%;border-radius:4px;width:100%;height:16px;animation:2s infinite _loading_1ohqu_166}._skeletonImage_1ohqu_636{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200% 100%;border-radius:10px;width:116px;height:72px;animation:2s infinite _loading_1ohqu_166}._skeletonCard_1ohqu_650{height:120px;padding:1.5rem}@keyframes _loading_1ohqu_166{0%{background-position:200% 0}to{background-position:-200% 0}}._formGroup_1ohqu_665{margin-bottom:1rem}._formGroupError_1ohqu_669 ._form-control_1ohqu_669{background:#ef444414;border-color:#ef4444}._formGroupError_1ohqu_669 label{color:#fca5a5}._errorMessage_1ohqu_678{color:#fca5a5;align-items:center;gap:.3rem;margin-top:.3rem;font-size:.8rem;display:flex}._helpText_1ohqu_687{color:var(--text-muted);margin-top:.3rem;font-size:.8rem}._equipmentSection_1ohqu_694{grid-column:1/-1}._equipmentHeader_1ohqu_698{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}._equipmentTitle_1ohqu_705{margin:0}._equipmentCounter_1ohqu_709{color:var(--text-muted);font-size:.85rem}._equipmentSearch_1ohqu_714{margin-bottom:1rem;position:relative}._equipmentSearchInput_1ohqu_719{border:1px solid var(--card-border);background-color:var(--input-bg);width:100%;color:var(--text);border-radius:8px;outline:none;padding:.75rem 1rem .75rem 2.75rem;font-size:.9rem;transition:border-color .2s}._equipmentSearchInput_1ohqu_719:focus{border-color:var(--accent)}._equipmentSearchIcon_1ohqu_735{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}._equipmentGridContainer_1ohqu_744{border:1px solid var(--card-border);background:var(--bg-secondary);border-radius:8px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;min-height:200px;max-height:400px;padding:1rem;display:grid;overflow-y:auto}._equipmentCheckboxLabel_1ohqu_757{cursor:pointer;border:1px solid #0000;border-radius:6px;align-items:center;gap:.65rem;padding:.65rem .75rem;font-size:.9rem;transition:all .2s;display:flex}._equipmentCheckboxLabel_1ohqu_757:hover:not(._equipmentCheckboxLabelChecked_1ohqu_769){background-color:#ffffff0d}._equipmentCheckboxLabelChecked_1ohqu_769{border-color:var(--accent);background-color:#0ea5e91a}._equipmentCheckbox_1ohqu_757{cursor:pointer;width:18px;height:18px;accent-color:var(--accent);flex-shrink:0}._equipmentNoResults_1ohqu_786{text-align:center;color:var(--text-muted);padding:2rem 1rem;font-size:.9rem}._equipmentSelectedContainer_1ohqu_793{margin-top:1rem}._equipmentSelectedLabel_1ohqu_797{color:var(--text-muted);margin-bottom:.5rem;font-size:.85rem}._equipmentSelectedTags_1ohqu_803{flex-wrap:wrap;gap:.5rem;display:flex}._equipmentTag_1ohqu_809{border:1px solid var(--accent);color:var(--text);background:#0ea5e926;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.85rem;display:inline-flex}._equipmentTagRemoveBtn_1ohqu_821{cursor:pointer;color:inherit;background:0 0;border:none;align-items:center;padding:0;transition:opacity .2s;display:flex}._equipmentTagRemoveBtn_1ohqu_821:hover{opacity:.7}._filterBar_1ohqu_837{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}._filterInput_1ohqu_845{flex:1;min-width:200px;position:relative}._filterInput_1ohqu_845 input{width:100%;color:var(--text-main);background:#0f172ab8;border:1px solid #94a3b838;border-radius:8px;padding:.7rem 1rem .7rem 2.25rem;font-size:.95rem;transition:all .2s}._filterInput_1ohqu_845 input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #0ea5e91a}._filterInput_1ohqu_845 input::placeholder{color:var(--text-muted)}._filterInputIcon_1ohqu_872{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}._equipmentPreviewList_1ohqu_881{flex-wrap:wrap;gap:.3rem;display:flex}._equipmentPreviewChip_1ohqu_887{border:1px solid var(--accent);color:var(--accent);white-space:nowrap;text-overflow:ellipsis;background:#0ea5e926;border-radius:12px;padding:.2rem .5rem;font-size:.75rem;overflow:hidden}._equipmentPreviewMore_1ohqu_899{color:var(--text-muted);padding:.2rem .3rem;font-size:.75rem}._mutedText_1ohqu_905{color:var(--text-muted);font-size:.9rem}._clearButton_1ohqu_910{border:1px solid var(--card-border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;padding:.7rem 1rem;font-size:.9rem;transition:all .2s}._segmentedBar_1ohqu_921{background:#0f172a80;border:1px solid #94a3b833;border-radius:12px;flex-wrap:wrap;gap:.55rem;width:fit-content;margin-bottom:1.4rem;padding:.4rem;display:flex}._segmentBtn_1ohqu_933{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;padding:.62rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}._segmentBtn_1ohqu_933:hover{color:var(--text-main);border-color:#94a3b83d}._segmentBtnActive_1ohqu_950{color:#00111f;background:linear-gradient(135deg,#0ea5e9,#38bdf8);border-color:#0000;box-shadow:0 10px 20px -14px #0ea5e9f2}._imageGallerySection_1ohqu_957{margin-top:1rem;margin-bottom:1rem}._imageGalleryToggle_1ohqu_962{cursor:pointer;width:100%;color:var(--text-main);background:#0ea5e914;border:1px solid #94a3b838;border-radius:10px;justify-content:space-between;align-items:center;padding:.62rem .9rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}._imageGalleryToggle_1ohqu_962:hover{background:#0ea5e91f;border-color:#0ea5e980}._imageGalleryGrid_1ohqu_983{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.8rem;margin-top:.8rem;display:grid}._clearButton_1ohqu_910:hover{border-color:var(--accent);color:var(--accent);background:#0ea5e914}._dealerEditMode_1ohqu_997{background:#0ea5e90f;border:1px solid #0ea5e940}._editActions_1ohqu_1002{border-top:1px solid var(--card-border);gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}._editActions_1ohqu_1002 button{cursor:pointer;border:none;border-radius:6px;padding:.6rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}._editSaveBtn_1ohqu_1020{color:#86efac;cursor:pointer;background:#22c55e33;border:1px solid #22c55e4d;flex:1}._editSaveBtn_1ohqu_1020:hover:not(:disabled){background:#22c55e4d;border-color:#22c55e80}._editCancelBtn_1ohqu_1033{color:var(--text-muted);border:1px solid var(--card-border);cursor:pointer;background:0 0;flex:1}._editCancelBtn_1ohqu_1033:hover{border-color:var(--text-muted);background:#ffffff0d}@media (width<=768px){._content_1ohqu_8{padding:7rem 1rem 3rem}._manageHeader_1ohqu_175{flex-direction:column;align-items:flex-start;gap:.3rem}._pageHeaderCard_1ohqu_20{padding:1.1rem 1rem}._pageTitle_1ohqu_30{font-size:2rem}._tabPanel_1ohqu_112{padding:.8rem}._segmentedBar_1ohqu_921{width:100%}._manageTitle_1ohqu_183{font-size:1.2rem}._table_1ohqu_194 th:nth-child(3),._table_1ohqu_194 td:nth-child(3),._table_1ohqu_194 th:nth-child(4),._table_1ohqu_194 td:nth-child(4),._table_1ohqu_194 th:nth-child(6),._table_1ohqu_194 td:nth-child(6){display:none}._dealerHeader_1ohqu_586{flex-direction:column;align-items:flex-start}._dealerHeader_1ohqu_586 button{justify-content:center;width:100%;margin-top:.5rem}}._modalBackdrop_186vc_1{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;animation:.2s _fadeIn_186vc_1;display:flex;position:fixed;top:0;left:0}._modalContent_186vc_17{flex-direction:column;width:100%;max-width:700px;max-height:90vh;padding:0;animation:.3s ease-out _slideIn_186vc_1;display:flex;overflow-y:auto}@keyframes _fadeIn_186vc_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_186vc_1{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}._modalHeader_186vc_38{border-bottom:1px solid var(--card-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}._modalHeader_186vc_38 h2{margin:0;font-size:1.4rem}._closeBtn_186vc_52{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}._closeBtn_186vc_52:hover{color:var(--text-primary);background:#ffffff1a}._form_186vc_70{flex-direction:column;flex:1;gap:1.25rem;padding:1.5rem 2rem;display:flex;overflow-y:auto}._imageManager_186vc_79{flex-wrap:wrap;gap:1rem;display:flex}._imagePreview_186vc_85{position:relative}._imagePreview_186vc_85 img{object-fit:cover;border-radius:8px;width:100px;height:70px}._imagePreview_186vc_85 button{color:#fff;text-align:center;cursor:pointer;background:#ef4444;border:none;border-radius:50%;width:22px;height:22px;font-size:14px;font-weight:700;line-height:22px;position:absolute;top:-5px;right:-5px}._modalFooter_186vc_113{border-top:1px solid var(--card-border);flex-shrink:0;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;display:flex}._alert_186vc_122{border-radius:10px;margin:0 2rem 1.5rem;padding:1rem 1.25rem;font-weight:500}._alertSuccess_186vc_130{color:#86efac;background:#22c55e1f;border:1px solid #22c55e4d}._alertError_186vc_136{color:#fca5a5;background:#ef44441f;border:1px solid #ef44444d}._overlay_17kiz_3{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modal_17kiz_14{background:var(--bg-primary);border:1px solid var(--border);z-index:1001;border-radius:12px;width:90%;max-width:400px;padding:2rem;animation:.3s ease-out _slideUp_17kiz_1;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 60px #0000004d}@keyframes _slideUp_17kiz_1{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}._header_17kiz_41{justify-content:center;margin-bottom:1.5rem;display:flex}._header_17kiz_41 svg{width:48px;height:48px}._modal-error_17kiz_52 ._header_17kiz_41 svg{color:#ef4444}._modal-success_17kiz_56 ._header_17kiz_41 svg{color:#10b981}._message_17kiz_60{text-align:center;color:var(--text-primary);margin-bottom:2rem;font-size:1rem;line-height:1.5}._button_17kiz_68{width:100%;padding:.8rem 1.5rem}._overlay_18g73_1{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;cursor:pointer;background:#00000094;border:0;margin:0;padding:0;position:fixed;inset:0}._modal_18g73_13{z-index:2001;background:#101012f5;border:1px solid #ffffff14;border-radius:20px;width:min(92vw,440px);padding:2rem;animation:.18s ease-out _pop_18g73_1;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 30px 80px #00000073}@keyframes _pop_18g73_1{0%{opacity:0;transform:translate(-50%,-48%)scale(.98)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}._iconWrap_18g73_39{color:#f59e0b;background:#f59e0b1f;border-radius:999px;place-items:center;width:52px;height:52px;margin-bottom:1rem;display:grid}._title_18g73_50{color:#fff;margin:0 0 .65rem;font-size:1.25rem;line-height:1.2}._message_18g73_57{color:#ffffffc7;margin:0;line-height:1.6}._actions_18g73_63{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:1.75rem;display:flex}._confirmBtn_18g73_71{min-width:120px}@media (width<=480px){._modal_18g73_13{padding:1.5rem}._actions_18g73_63{justify-content:stretch}._actions_18g73_63 .btn{flex:1}}._card_1uwq3_2{height:100%;color:inherit;background:linear-gradient(160deg,#1e293b8a,#0f172aa1);border:1px solid #ffffff14;border-radius:16px;flex-direction:column;padding:0;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);animation:.4s both _fadeInUp_1uwq3_1;display:flex;overflow:hidden;box-shadow:0 10px 30px -15px #00000080}@keyframes _fadeInUp_1uwq3_1{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}._card_1uwq3_2:hover{background:linear-gradient(160deg,#1e293bd9,#0f172af2);border-color:#38bdf866;transform:translateY(-6px);box-shadow:0 20px 40px -15px #000000b3}._card_1uwq3_2:focus-visible{outline-offset:4px;outline:2px solid #38bdf8}._imageWrapper_1uwq3_35{border-bottom:1px solid #ffffff0d;width:100%;height:210px;position:relative;overflow:hidden}._image_1uwq3_35{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.25,.8,.25,1)}._card_1uwq3_2:hover ._image_1uwq3_35{transform:scale(1.05)}._imageOverlay_1uwq3_54{pointer-events:none;background:linear-gradient(#0000001a 0%,#0000 40%,#000c 100%);position:absolute;inset:0}._imageBadgesTop_1uwq3_61{pointer-events:none;display:flex;position:absolute;top:.75rem;left:.75rem}._imageBadgesBottom_1uwq3_69{pointer-events:none;flex-wrap:wrap;gap:.4rem;display:flex;position:absolute;bottom:.75rem;left:.75rem}._yearBadge_1uwq3_79{background:var(--accent);color:#fff;border-radius:999px;padding:.22rem .6rem;font-size:.75rem;font-weight:700}._fuelBadge_1uwq3_88{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-main);background:#09090bbd;border:1px solid #fff3;border-radius:999px;padding:.26rem .64rem;font-size:.74rem;font-weight:600}._glassBadge_1uwq3_99{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#09090b8f;border:1px solid #fff3;border-radius:999px;padding:.22rem .55rem;font-size:.74rem;font-weight:500}._body_1uwq3_110{flex-direction:column;flex:1;gap:.65rem;padding:.9rem .9rem 1rem;display:flex}._topRow_1uwq3_118{border-bottom:2px solid #ffffff1f;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;padding-bottom:.75rem;display:flex}._titleWrap_1uwq3_128{flex-direction:column;gap:.2rem;min-width:0;margin-top:.1rem;display:flex}._brand_1uwq3_136{color:#fff;-webkit-line-clamp:1;text-overflow:ellipsis;letter-spacing:.02em;-webkit-box-orient:vertical;margin:0;font-size:1.3rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}._model_1uwq3_150{color:#cbd5e1;-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0 0 0 .1rem;font-size:.94rem;line-height:1.2;display:-webkit-box;overflow:hidden}._priceWrap_1uwq3_164{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.35rem;display:flex}._price_1uwq3_164{color:#38bdf8;text-align:right;white-space:nowrap;background:#38bdf81f;border:1px solid #38bdf840;border-radius:8px;margin:0;padding:.35rem .65rem;font-size:1.1rem;font-weight:700;line-height:1}._listingId_1uwq3_187{color:#64748b;letter-spacing:.05em;text-transform:uppercase;margin:0;font-family:monospace;font-size:.7rem}._metaLine_1uwq3_196,._equipmentTags_1uwq3_200{display:none}._specsGrid_1uwq3_204{grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem;display:grid}._specCard_1uwq3_210{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:10px;flex-direction:column;gap:.15rem;min-width:0;padding:.48rem .5rem;transition:all .2s;display:flex}._specCard_1uwq3_210:hover{background:#007bff1f;border-color:#007bff59}._specLabel_1uwq3_227{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.68rem;font-weight:500}._specValue_1uwq3_235{white-space:nowrap;text-overflow:ellipsis;font-size:.84rem;font-weight:600;overflow:hidden}._description_1uwq3_243{color:var(--text-muted);-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;min-height:1.4em;margin:0;font-size:.84rem;line-height:1.4;display:-webkit-box;overflow:hidden}._descriptionEmpty_1uwq3_256{opacity:.72}._footer_1uwq3_260{margin-top:auto;padding-top:.5rem}._ctaBtn_1uwq3_265{text-align:center;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;width:100%;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 12px -2px #007bff26}._card_1uwq3_2:hover ._ctaBtn_1uwq3_265{transform:translateY(-2px);box-shadow:0 6px 16px -2px #007bff40}._ctaArrow_1uwq3_283{font-size:.95rem;line-height:1}._ctaBtn_1uwq3_265:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (width<=650px){._card_1uwq3_2{border-radius:14px}._imageWrapper_1uwq3_35{height:200px}._body_1uwq3_110{gap:.75rem;padding:.95rem .9rem}._brand_1uwq3_136{font-size:1.1rem}._price_1uwq3_164{font-size:.95rem}._specsGrid_1uwq3_204{gap:.45rem}._specCard_1uwq3_210{padding:.5rem .55rem}._specLabel_1uwq3_227{font-size:.7rem}._specValue_1uwq3_235{font-size:.86rem}._equipmentBadge_1uwq3_331{padding:.14rem .4rem;font-size:.72rem}._description_1uwq3_243{font-size:.82rem}._ctaBtn_1uwq3_265{padding:.7rem .85rem;font-size:.92rem}}@media (width<=420px){._card_1uwq3_2{border-radius:14px}._imageWrapper_1uwq3_35{height:180px}._body_1uwq3_110{gap:.7rem;padding:.9rem .85rem 1rem}._topRow_1uwq3_118{gap:.5rem}._brand_1uwq3_136{font-size:1.05rem}._model_1uwq3_150{font-size:.85rem}._price_1uwq3_164{padding:.3rem .45rem;font-size:.9rem}._specsGrid_1uwq3_204{grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}._specLabel_1uwq3_227{font-size:.65rem}._specValue_1uwq3_235{font-size:.78rem}._metaLine_1uwq3_196{gap:.3rem}._metaTag_1uwq3_394{padding:.15rem .4rem;font-size:.68rem}._equipmentTags_1uwq3_200{gap:.25rem;padding:.4rem 0}._equipmentLabel_1uwq3_404{font-size:.65rem}._equipmentBadges_1uwq3_408{gap:.25rem}._equipmentBadge_1uwq3_331{padding:.12rem .35rem;font-size:.65rem}._description_1uwq3_243{-webkit-line-clamp:2;font-size:.8rem;line-height:1.4}._ctaBtn_1uwq3_265{border-radius:8px;gap:.3rem;padding:.65rem .8rem;font-size:.9rem}._ctaArrow_1uwq3_283{font-size:.85rem}}._overlay_qooj7_3{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;animation:.2s _fadeIn_qooj7_1;display:flex;position:fixed;inset:0}@keyframes _fadeIn_qooj7_1{0%{opacity:0}to{opacity:1}}._modal_qooj7_27{background:var(--bg);border:1px solid var(--card-border);border-radius:16px;width:90%;max-width:500px;padding:2rem;animation:.3s _slideUp_qooj7_1;box-shadow:0 20px 60px #0000004d}@keyframes _slideUp_qooj7_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._header_qooj7_49{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}._header_qooj7_49 h2{color:var(--text-main);margin:0;font-size:1.4rem}._closeBtn_qooj7_64{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:color .2s;display:flex}._closeBtn_qooj7_64:hover{color:var(--text-main)}._carInfo_qooj7_79{color:var(--accent);background:#0ea5e914;border:1px solid #0ea5e933;border-radius:10px;margin-bottom:1.5rem;padding:1rem;font-weight:600}._carInfo_qooj7_79 p{margin:0}._error_qooj7_93{color:#fca5a5;background:#ef44441f;border:1px solid #ef44444d;border-radius:8px;margin-bottom:1rem;padding:1rem;font-size:.9rem}._formGroup_qooj7_103{margin-bottom:1.5rem}._formGroup_qooj7_103 label{color:var(--text-main);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}._formGroup_qooj7_103 input,._formGroup_qooj7_103 textarea{background:var(--bg-2);border:1px solid var(--card-border);width:100%;color:var(--text-main);border-radius:8px;padding:.8rem;font-family:inherit;font-size:.95rem;transition:all .2s}._formGroup_qooj7_103 input::placeholder,._formGroup_qooj7_103 textarea::placeholder{color:var(--text-muted)}._formGroup_qooj7_103 input:focus,._formGroup_qooj7_103 textarea:focus{border-color:var(--accent);background:var(--bg);outline:none;box-shadow:0 0 0 3px #0ea5e91a}._inputError_qooj7_141{background:#ef444414!important;border-color:#ef4444!important}._errorMessage_qooj7_146{color:#fca5a5;margin-top:.3rem;font-size:.8rem}._actions_qooj7_152{gap:1rem;margin-top:2rem;display:flex}._cancelBtn_qooj7_158,._submitBtn_qooj7_159{cursor:pointer;border:none;border-radius:8px;flex:1;padding:.85rem;font-size:.95rem;font-weight:600;transition:all .2s}._cancelBtn_qooj7_158{border:1px solid var(--card-border);color:var(--text-muted);background:0 0}._cancelBtn_qooj7_158:hover{border-color:var(--text-muted);color:var(--text-main);background:#ffffff0d}._submitBtn_qooj7_159{background:var(--accent);color:#fff}._submitBtn_qooj7_159:hover:not(:disabled){background:#0ea5e9;transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e94d}._submitBtn_qooj7_159:disabled{opacity:.6;cursor:not-allowed}@media (width<=640px){._modal_qooj7_27{width:95%;padding:1.5rem}._header_qooj7_49 h2{font-size:1.2rem}._actions_qooj7_152{flex-direction:column}}._page_ojuem_1{background:var(--bg);min-height:100vh;padding-bottom:5rem}._hero_ojuem_7{background:radial-gradient(circle at 100% 0,#007bff33,#0000 45%);padding:6.2rem 1rem 2rem}._heroInner_ojuem_12{max-width:1240px;margin:0 auto;padding-top:.55rem}._backLink_ojuem_18{color:var(--text-main);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a80;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:.5rem;margin-top:.35rem;padding:.52rem .9rem;font-size:.88rem;font-weight:600;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 18px -14px #000000d9}._backLink_ojuem_18:hover{color:#fff;background:#007bff33;border-color:#3395ff8c;transform:translateY(-1px);box-shadow:0 12px 24px -14px #007bffa6}._backLink_ojuem_18:focus-visible{outline:2px solid var(--accent);outline-offset:2px}._heroHeader_ojuem_48{justify-content:space-between;align-items:flex-end;gap:1rem;margin-top:1rem;display:flex}._eyebrow_ojuem_56{color:var(--accent-2);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem;font-size:.8rem}._title_ojuem_64{font-size:clamp(1.8rem,4.5vw,3rem);line-height:1.16}._model_ojuem_69{color:var(--text-soft)}._heroPrice_ojuem_73{color:var(--accent);margin-top:.45rem;font-size:clamp(1.25rem,2.2vw,2rem);font-weight:700}._heroActions_ojuem_80{flex-wrap:wrap;gap:.55rem;display:flex}._actionBtn_ojuem_86{border-radius:999px;align-items:center;gap:.4rem;padding:.68rem 1.05rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex}._actionBtn_ojuem_86:hover{transform:translateY(-1px)}._compareBtn_ojuem_99:hover{border-color:#007bff73;box-shadow:0 8px 18px -12px #007bff99}._shareBtn_ojuem_104:hover{border-color:#10b98173;box-shadow:0 8px 18px -12px #10b98199}._container_ojuem_109{max-width:1240px;margin:0 auto;padding:0 1rem}._contentGrid_ojuem_115{grid-template-columns:minmax(0,1.65fr) minmax(320px,1fr);align-items:start;gap:1rem;display:grid}._imageGallery_ojuem_122{gap:.75rem;display:grid}._primaryImageWrapper_ojuem_127{aspect-ratio:16/10;border:1px solid var(--card-border);background:#ffffff08;border-radius:16px;position:relative;overflow:hidden}._primaryImage_ojuem_127{object-fit:cover;width:100%;height:100%;transition:transform .25s}._zoomHint_ojuem_143{color:#fff;background:#0000006b;border:1px solid #fff3;border-radius:999px;padding:.22rem .55rem;font-size:.72rem;position:absolute;bottom:.7rem;right:.7rem}._secondaryImages_ojuem_155{grid-template-columns:repeat(auto-fit,minmax(86px,1fr));gap:.6rem;display:grid}._thumbnailBtn_ojuem_161{opacity:.72;background:0 0;border:1px solid #0000;border-radius:10px;padding:0;overflow:hidden}._thumbnailRow_ojuem_170{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.5rem;margin-top:1rem;display:flex}._thumbnailBtn_ojuem_161:hover{opacity:1}._activeThumbnail_ojuem_183{border-color:var(--accent);opacity:1}._secondaryImage_ojuem_155{object-fit:cover;width:100%;height:76px}._detailsColumn_ojuem_194{gap:.9rem;display:grid;position:sticky;top:95px}._detailsCard_ojuem_201,._dealerCard_ojuem_202{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(130deg,#ffffff14,#ffffff0a);border:1px solid #ffffff1f;border-radius:16px}._badges_ojuem_209{flex-wrap:wrap;gap:.45rem;margin-bottom:1rem;display:flex}._badge_ojuem_209{color:#dbeafe;vertical-align:middle;background:#007bff29;border:1px solid #007bff59;border-radius:999px;align-items:center;gap:6px;padding:.28rem .65rem;font-size:.8rem;transition:all .2s;display:inline-flex}._badge_ojuem_209:hover{background:#007bff42;border-color:#007bff8c}._sectionTitle_ojuem_235{margin-bottom:.7rem;font-size:1.05rem}._specGrid_ojuem_240{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-bottom:1.1rem;display:grid}._specItem_ojuem_247{background:linear-gradient(135deg,#007bff14,#007bff0a);border:1px solid #007bff26;border-radius:10px;grid-template-columns:24px 1fr;align-items:start;gap:.45rem;padding:.65rem;transition:all .2s;display:grid}._specItem_ojuem_247:hover{background:linear-gradient(135deg,#007bff1f,#007bff14);border-color:#007bff59;transform:translateY(-2px)}._specGrid_ojuem_240 ._specItem_ojuem_247:last-child:nth-child(odd){grid-column:1/-1}._specIcon_ojuem_269{color:var(--accent-2);margin-top:1px}._specLabel_ojuem_274{color:var(--text-muted);font-size:.75rem}._specValue_ojuem_279{color:#fff;align-items:center;gap:.4rem;margin-top:.1rem;font-size:.88rem;font-weight:600;display:flex}._colorLabel_ojuem_289{align-items:center;gap:.25rem;display:inline-flex}._colorDot_ojuem_295{vertical-align:middle;border:1px solid #ffffff73;border-radius:50%;flex-shrink:0;width:12px;height:12px;display:inline-block}._description_ojuem_305{color:var(--text-soft);margin-bottom:1rem;line-height:1.6}._successMessage_ojuem_311{color:#86efac;background:#22c55e1f;border:1px solid #22c55e59;border-radius:10px;align-items:center;gap:.35rem;margin-bottom:.85rem;padding:.55rem .7rem;font-size:.9rem;display:inline-flex}._ctaGroup_ojuem_324{gap:.55rem;display:grid}._ctaButton_ojuem_329,._copyBtn_ojuem_330{justify-content:center;align-items:center;gap:.4rem;width:100%;display:inline-flex}._primaryCta_ojuem_338{border-radius:12px;padding:.9rem 1rem;font-size:.95rem;box-shadow:0 10px 24px -16px #007bffd9}._primaryCta_ojuem_338:hover{transform:translateY(-2px);box-shadow:0 14px 28px -16px #007bffe6}._secondaryActions_ojuem_350{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}._copyBtn_ojuem_330,._quickShareBtn_ojuem_357{border-radius:10px;min-height:42px}._copyBtn_ojuem_330:hover,._quickShareBtn_ojuem_357:hover{border-color:#ffffff40}._shareMessage_ojuem_367{color:var(--text-soft);margin-top:.5rem;font-size:.85rem}._shareLinks_ojuem_373{flex-wrap:wrap;gap:.7rem;margin-top:.55rem;display:flex}._shareLink_ojuem_373{color:var(--accent-2);font-size:.85rem}._shareLink_ojuem_373:hover{text-decoration:underline}._privacyNote_ojuem_389{color:var(--text-muted);border-top:1px dashed #ffffff29;margin-top:.75rem;padding-top:.65rem;font-size:.8rem;line-height:1.45}._relatedSection_ojuem_398{margin-top:2rem}._relatedTitle_ojuem_402{font-size:clamp(1.3rem,2.8vw,1.8rem)}._relatedSubtitle_ojuem_406{color:var(--text-soft);margin-top:.3rem;margin-bottom:.85rem}._relatedGrid_ojuem_412{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}._loading_ojuem_418,._error_ojuem_419{text-align:center;color:var(--text-muted);padding:9rem 1rem;font-size:1.05rem}._mainColumn_ojuem_427{flex-direction:column;gap:2rem;display:flex}._equipmentSection_ojuem_433{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(130deg,#10b98114,#10b9810a);border:1px solid #ffffff1f;border-radius:16px;padding:1.5rem}._equipmentSection_ojuem_433 ._sectionTitle_ojuem_235{color:#86efac;margin-bottom:1rem}._equipmentList_ojuem_446{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.8rem;margin:0;padding:0;list-style:none;display:grid}._equipmentItem_ojuem_455{color:var(--text);background:#10b9811a;border:1px solid #10b98140;border-radius:8px;align-items:center;gap:.6rem;padding:.5rem .75rem;font-size:.9rem;transition:all .2s;display:flex}._equipmentItem_ojuem_455:hover{background:#10b9812e;border-color:#10b98173;transform:translateY(-2px)}._equipmentItem_ojuem_455 svg{color:#86efac;flex-shrink:0}._mobileEquipmentOnly_ojuem_479{display:none}._imageModal_ojuem_483{z-index:10000;background:#0f172ad9;justify-content:center;align-items:center;animation:.2s _fadeIn_ojuem_1;display:flex;position:fixed;inset:0}@keyframes _fadeIn_ojuem_1{0%{opacity:0}to{opacity:1}}._imageModalContent_ojuem_497{background:0 0;justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}._modalImage_ojuem_506{border-radius:10px;max-width:90vw;max-height:80vh;box-shadow:0 8px 32px #00000073}._closeModalBtn_ojuem_512{color:#fff;cursor:pointer;z-index:2;background:0 0;border:none;padding:.5rem;font-size:2rem;transition:color .2s;position:absolute;top:-2.5rem;right:0}._closeModalBtn_ojuem_512:hover{color:var(--accent,#2196f3)}._modalNavBtn_ojuem_529{color:#fff;cursor:pointer;z-index:2;background:#0f172ab3;border:none;border-radius:50%;padding:.5rem .7rem;transition:background .2s,color .2s;position:absolute;top:50%;transform:translateY(-50%)}._modalNavBtn_ojuem_529:hover{background:var(--accent,#2196f3);color:#fff}@media (width<=980px){._contentGrid_ojuem_115{grid-template-columns:1fr;gap:.8rem}._detailsColumn_ojuem_194{position:static}._heroHeader_ojuem_48{flex-direction:column;align-items:flex-start;gap:.8rem}._heroActions_ojuem_80{width:100%}._actionBtn_ojuem_86{min-height:44px}._secondaryActions_ojuem_350{grid-template-columns:1fr 1fr}._relatedGrid_ojuem_412{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.9rem}._desktopEquipmentOnly_ojuem_581{display:none}._mobileEquipmentOnly_ojuem_479{margin-top:1.5rem;display:block}}@media (width<=700px){._hero_ojuem_7{padding-top:4.8rem;padding-bottom:1.3rem}._heroInner_ojuem_12{padding-top:.8rem}._backLink_ojuem_18{margin-top:.45rem;padding:.5rem .82rem;font-size:.84rem}._container_ojuem_109{padding:0 .7rem}._heroActions_ojuem_80{grid-template-columns:1fr 1fr;width:100%;display:grid}._actionBtn_ojuem_86{justify-content:center;padding:.6rem .8rem;font-size:.85rem}._specGrid_ojuem_240{grid-template-columns:1fr}._secondaryImage_ojuem_155{height:68px}._secondaryActions_ojuem_350{grid-template-columns:1fr}._primaryCta_ojuem_338,._copyBtn_ojuem_330,._quickShareBtn_ojuem_357{min-height:44px;font-size:.9rem}._zoomHint_ojuem_143{display:none}._equipmentList_ojuem_446{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.6rem}._equipmentItem_ojuem_455{gap:.5rem;padding:.45rem .6rem;font-size:.85rem}._equipmentSection_ojuem_433{padding:1.2rem}._sectionTitle_ojuem_235{margin-bottom:.6rem;font-size:.95rem}._badges_ojuem_209{gap:.35rem;margin-bottom:.8rem}._badge_ojuem_209{padding:.22rem .55rem;font-size:.74rem}._specItem_ojuem_247{gap:.35rem;padding:.55rem}._specLabel_ojuem_274{font-size:.7rem}._specValue_ojuem_279{font-size:.82rem}._description_ojuem_305{font-size:.85rem;line-height:1.5}}@media (width<=460px){._hero_ojuem_7{padding-left:.7rem;padding-right:.7rem}._heroInner_ojuem_12{padding-top:.95rem}._backLink_ojuem_18{margin-top:.5rem;font-size:.82rem}._heroHeader_ojuem_48{flex-direction:column}._title_ojuem_64{font-size:clamp(1.4rem,3.5vw,1.8rem)}._heroPrice_ojuem_73{font-size:clamp(1.1rem,2vw,1.4rem)}._heroActions_ojuem_80{grid-template-columns:1fr;width:100%}._contentGrid_ojuem_115{grid-template-columns:1fr;gap:.6rem}._detailsColumn_ojuem_194{position:static;top:auto}._actionBtn_ojuem_86{width:100%;padding:.55rem .7rem;font-size:.8rem}._primaryImageWrapper_ojuem_127{aspect-ratio:16/9;border-radius:12px}._secondaryImages_ojuem_155{grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:.5rem}._secondaryImage_ojuem_155{height:60px}._badges_ojuem_209{gap:.3rem;margin-bottom:.7rem}._badge_ojuem_209{gap:4px;padding:.18rem .45rem;font-size:.7rem}._specGrid_ojuem_240{grid-template-columns:1fr;gap:.5rem;margin-bottom:1rem}._specItem_ojuem_247{grid-template-columns:20px 1fr;gap:.35rem;padding:.5rem}._specIcon_ojuem_269{width:18px;height:18px}._specLabel_ojuem_274{font-size:.65rem}._specValue_ojuem_279{font-size:.8rem}._description_ojuem_305{-webkit-line-clamp:3;min-height:4.5em;font-size:.8rem}._ctaGroup_ojuem_324{gap:.4rem}._primaryCta_ojuem_338{border-radius:10px;padding:.75rem .8rem;font-size:.9rem}._secondaryActions_ojuem_350{grid-template-columns:1fr;gap:.4rem}._copyBtn_ojuem_330,._quickShareBtn_ojuem_357{min-height:40px;font-size:.85rem}._equipmentSection_ojuem_433{border-radius:12px;margin-top:1.5rem;padding:1rem}._equipmentList_ojuem_446{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}._equipmentItem_ojuem_455{border-radius:6px;padding:.4rem .5rem;font-size:.8rem}._relatedGrid_ojuem_412{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.8rem}}@media (hover:none){._actionBtn_ojuem_86:hover,._compareBtn_ojuem_99:hover,._shareBtn_ojuem_104:hover,._primaryCta_ojuem_338:hover,._copyBtn_ojuem_330:hover,._quickShareBtn_ojuem_357:hover{box-shadow:none;transform:none}}._page_13gib_1{background:var(--bg);min-height:100vh}._hero_13gib_6{text-align:center;border-bottom:1px solid var(--card-border);background-image:linear-gradient(122deg,#070709eb,#07070994),url(/assets/hero_cars.svg);background-position:50%,50% 52%;background-repeat:no-repeat,no-repeat;background-size:auto,108%;padding:8rem 1.2rem 4.4rem;animation:16s ease-in-out infinite _carsHeroMotion_13gib_1}@keyframes _carsHeroMotion_13gib_1{0%{background-position:50%,50% 52%;background-size:auto,108%}50%{background-position:50%,50% 42%;background-size:auto,115%}to{background-position:50%,50% 52%;background-size:auto,108%}}@media (prefers-reduced-motion:reduce){._hero_13gib_6{animation:none}}._pageTitle_13gib_38{margin-bottom:.65rem;font-size:clamp(2rem,7vw,3.3rem)}._pageSubtitle_13gib_43{color:var(--text-soft);max-width:620px;margin:0 auto;font-size:clamp(.95rem,2.8vw,1.12rem)}._content_13gib_50{padding:1.1rem 1rem 5rem}._inner_13gib_54{max-width:1240px;margin:0 auto}._filterBar_13gib_59{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:60;background:linear-gradient(135deg,#ffffff12,#ffffff08);border:1px solid #ffffff1f;border-radius:16px;grid-template-columns:minmax(220px,1fr) repeat(4,minmax(165px,auto)) auto auto;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.9rem;display:grid;position:relative}._searchWrapper_13gib_74{min-width:0;position:relative}._searchIcon_13gib_79{color:var(--text-muted);pointer-events:none;width:16px;height:16px;position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}._searchInput_13gib_90,._filterSelect_13gib_91{border:1px solid var(--card-border);width:100%;min-height:42px;color:var(--text-main);font-family:var(--font-body);background:#0006;border-radius:10px;font-size:.95rem}._searchInput_13gib_90{padding:.72rem .85rem .72rem 2.45rem}._filterSelect_13gib_91{cursor:pointer;padding:.72rem .85rem}._mobileSelectWrap_13gib_111{width:100%;position:relative}._mobileSelectTrigger_13gib_116{border:1px solid var(--card-border);width:100%;min-height:42px;color:var(--text-main);font-family:var(--font-body);text-align:left;background:#0006;border-radius:10px;justify-content:space-between;align-items:center;padding:.72rem .85rem;font-size:.95rem;display:flex}._mobileSelectTriggerOpen_13gib_132{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}._mobileSelectChevron_13gib_137{color:var(--text-muted);font-size:.9rem}._mobileSelectMenu_13gib_142{z-index:999;border:1px solid var(--card-border);transform-origin:top;background:#08080af5;border-radius:10px;width:100%;max-height:240px;margin-top:.45rem;animation:.18s cubic-bezier(.2,.9,.3,1) both _dropdownIn_13gib_1;display:grid;position:absolute;overflow:hidden auto}@keyframes _dropdownIn_13gib_1{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}._mobileSelectOption_13gib_169{color:var(--text-main);text-align:left;background:0 0;border:0;border-bottom:1px solid #ffffff0f;min-height:42px;padding:.7rem .85rem;font-size:.92rem}._mobileSelectOption_13gib_169:last-child{border-bottom:0}._mobileSelectOptionActive_13gib_184{color:#fff;background:#007bff33}._searchInput_13gib_90:focus,._filterSelect_13gib_91:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow);outline:none}._clearBtn_13gib_196{border:1px solid var(--accent-danger-border);height:42px;color:var(--accent-danger);background:0 0;border-radius:10px;align-items:center;gap:.45rem;padding:0 .9rem;font-size:.88rem;font-weight:600;display:inline-flex}._clearBtn_13gib_196:hover{background:var(--accent-danger-hover);color:#fff}._resultCount_13gib_215{color:var(--text-soft);justify-self:end;align-items:center;gap:.35rem;font-size:.88rem;display:inline-flex}._activeFiltersRow_13gib_224{flex-wrap:wrap;gap:.45rem;margin:-.25rem 0 .9rem;display:flex}._filterChip_13gib_231{color:#bae6fd;background:#0ea5e91f;border:1px solid #0ea5e957;border-radius:999px;align-items:center;gap:.35rem;padding:.34rem .62rem;font-size:.8rem;font-weight:600;transition:all .18s;display:inline-flex}._filterChip_13gib_231:hover{background:#0ea5e933;border-color:#0ea5e980}._statsGrid_13gib_250{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-bottom:2rem;display:grid}._statCard_13gib_257{background:linear-gradient(130deg,#ffffff14,#ffffff08);border:1px solid #ffffff1f;border-radius:14px;padding:.95rem}._statIcon_13gib_264{width:30px;height:30px;color:var(--accent);background:#007bff24;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}._statLabel_13gib_275{color:var(--text-muted);margin-top:.55rem;font-size:.8rem}._statValue_13gib_281{color:#fff;margin-top:.15rem;font-size:1.05rem;font-weight:700}._loading_13gib_288{text-align:center;color:var(--text-muted);place-items:center;gap:.95rem;padding:2rem 0 1rem;display:grid}._spinner_13gib_297{border:3px solid #ffffff24;border-top-color:var(--accent);border-radius:999px;width:40px;height:40px;animation:.75s linear infinite _spin_13gib_297}._skeletonGrid_13gib_306{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem;width:100%;margin-top:.4rem;display:grid}._skeletonCard_13gib_314{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;padding:.75rem}._skeletonImage_13gib_321,._skeletonLine_13gib_322,._skeletonLineShort_13gib_323{background:linear-gradient(90deg,#ffffff0f,#ffffff26,#ffffff0f) 0 0/200% 100%;border-radius:8px;animation:1.1s linear infinite _shimmer_13gib_1}._skeletonImage_13gib_321{height:135px}._skeletonLine_13gib_322{height:14px;margin-top:.55rem}._skeletonLineShort_13gib_323{width:65%;height:14px;margin-top:.4rem}._empty_13gib_345{text-align:center;max-width:500px;margin:0 auto;padding:3rem 1.3rem}._empty_13gib_345 h2{margin-bottom:.5rem}._empty_13gib_345 p{color:var(--text-soft)}._emptyIcon_13gib_360{margin-bottom:.55rem;font-size:2.5rem}._emptyAction_13gib_365{align-items:center;gap:.4rem;margin-top:1rem;display:inline-flex}._grid_13gib_372{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1rem;display:grid}._showMoreWrap_13gib_378{justify-content:center;margin-top:1.4rem;display:flex}._showMoreBtn_13gib_384{min-width:170px}._paginationWrap_13gib_388{flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem;margin-top:1.4rem;display:flex}._pageNumbers_13gib_397{flex-wrap:wrap;justify-content:center;gap:.35rem;display:flex}._pageBtn_13gib_404{min-width:120px}._pageBtn_13gib_404:disabled{opacity:.5;cursor:not-allowed}._pageNumberBtn_13gib_413{min-width:40px;height:40px;color:var(--text);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff29;border-radius:10px;font-weight:600;transition:transform .2s,background .2s,border-color .2s}._pageNumberBtn_13gib_413:hover{background:#ffffff17;border-color:#ffffff47;transform:translateY(-1px)}._pageNumberBtnActive_13gib_431{background:linear-gradient(180deg, var(--accent), #b78442);color:#151515;border-color:#0000}._visuallyHidden_13gib_437{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes _spin_13gib_297{to{transform:rotate(360deg)}}@keyframes _shimmer_13gib_1{to{background-position:-200% 0}}@media (width<=1050px){._filterBar_13gib_59{grid-template-columns:1fr 1fr}._resultCount_13gib_215{justify-self:start}._statsGrid_13gib_250{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){._hero_13gib_6{background-repeat:no-repeat,repeat;padding-top:7rem;padding-bottom:2.6rem}._content_13gib_50{padding-bottom:3.8rem;padding-left:.6rem;padding-right:.6rem}._filterBar_13gib_59{-webkit-backdrop-filter:none;background:#141414f5;border-radius:14px;grid-template-columns:1fr;gap:.6rem;padding:.72rem}._searchInput_13gib_90,._filterSelect_13gib_91,._mobileSelectTrigger_13gib_116,._mobileSelectOption_13gib_169,._clearBtn_13gib_196{min-height:46px;font-size:16px}._searchInput_13gib_90{padding-left:2.35rem}._pageBtn_13gib_404{min-width:100px}._pageNumberBtn_13gib_413{min-width:36px;height:36px}._filterSelect_13gib_91{-webkit-appearance:menulist;appearance:auto;background-image:none;padding-right:.8rem;line-height:1.2}._clearBtn_13gib_196{justify-content:center;width:100%}._mobileSelectChevron_13gib_137{font-size:1rem}._resultCount_13gib_215{justify-self:start;font-size:.83rem}._activeFiltersRow_13gib_224{margin-top:0}._statsGrid_13gib_250{grid-template-columns:1fr;gap:.6rem}._grid_13gib_372{grid-template-columns:1fr;gap:.8rem}._showMoreBtn_13gib_384{width:100%;min-width:0}}@media (width<=420px){._hero_13gib_6{padding-left:.8rem;padding-right:.8rem}._pageTitle_13gib_38{font-size:clamp(1.65rem,8vw,2rem)}._pageSubtitle_13gib_43{font-size:.9rem}}._page_1tjwi_2{flex-direction:column;min-height:100vh;display:flex}._content_1tjwi_8{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:8rem 4rem 4rem}._pageHeader_1tjwi_16{background:radial-gradient(circle at 100% 0,#0ea5e924,#0000 45%),linear-gradient(155deg,#0f172adb,#020617d6);border:1px solid #94a3b833;border-radius:18px;margin-bottom:2rem;padding:1.2rem 1.3rem;box-shadow:0 24px 42px -30px #020617f2}._headerBadge_1tjwi_27{letter-spacing:.02em;text-transform:uppercase;color:#bae6fd;background:#0ea5e929;border:1px solid #0ea5e94d;border-radius:999px;align-items:center;margin-bottom:.8rem;padding:.35rem .78rem;font-size:.76rem;font-weight:700;display:inline-flex}._pageTitle_1tjwi_42{margin-bottom:.75rem;font-size:2.8rem}._pageSubtitle_1tjwi_47{color:var(--text-muted);max-width:550px;font-size:1.1rem}._headerMeta_1tjwi_53{flex-wrap:wrap;gap:.55rem;margin-top:.95rem;display:flex}._metaPill_1tjwi_60{color:#cbd5e1;background:#ffffff08;border:1px solid #94a3b83d;border-radius:999px;padding:.28rem .62rem;font-size:.78rem}._grid_1tjwi_69{grid-template-columns:1fr 2fr;align-items:start;gap:2rem;display:grid}._infoList_1tjwi_76{flex-direction:column;gap:1rem;display:flex}._infoCard_1tjwi_82{border:1px solid #94a3b82e;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;transition:transform .2s,border-color .2s,background .2s;display:flex}._infoCard_1tjwi_82:hover{background:#0ea5e90f;border-color:#0ea5e957;transform:translateY(-2px)}._infoIcon_1tjwi_97{background:#0ea5e924;border:1px solid #0ea5e947;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;margin-top:.1rem;font-size:1.2rem;display:inline-flex}._infoLabel_1tjwi_110{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.8rem;font-weight:500}._infoValue_1tjwi_119{white-space:pre-line;font-size:.95rem}._formInner_1tjwi_125{flex-direction:column;display:flex}._formCard_1tjwi_130{background:radial-gradient(circle at 100% 0,#0ea5e91a,#0000 45%),linear-gradient(#ffffff05,#fff0);border:1px solid #94a3b833;border-radius:18px;box-shadow:0 26px 40px -30px #0ea5e961}._formInner_1tjwi_125 .form-control{border:1px solid var(--card-border);background:#0f172a85;border-radius:12px;min-height:46px;transition:border-color .2s,box-shadow .2s,background .2s}._formInner_1tjwi_125 .form-control:hover{border-color:#0ea5e966}._formInner_1tjwi_125 .form-control:focus{border-color:var(--accent);background:#0f172abd;box-shadow:0 0 0 3px #0ea5e926}._formInner_1tjwi_125 textarea.form-control{min-height:110px}._formTitle_1tjwi_161{border-bottom:1px solid var(--card-border);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.4rem}._formSection_1tjwi_168{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin:.5rem 0 1rem;font-size:.85rem;font-weight:600}._optional_1tjwi_177{text-transform:none;letter-spacing:0;color:var(--text-muted);font-size:.8rem;font-weight:400}._formRow_1tjwi_185{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}._submitBtn_1tjwi_191{cursor:pointer;justify-content:center;width:100%;margin-top:.5rem;padding:.9rem;font-size:1rem}._errorBanner_1tjwi_200{color:#fca5a5;background:#ef44441f;border:1px solid #ef44444d;border-radius:8px;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.9rem}._successState_1tjwi_211{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;display:flex}._successIcon_1tjwi_220{margin-bottom:.5rem;font-size:3rem}._successSub_1tjwi_225{color:var(--text-muted);max-width:400px;line-height:1.6}._matchList_1tjwi_231{background:#0ea5e912;border:1px solid #0ea5e933;border-radius:10px;flex-direction:column;gap:.6rem;width:100%;max-width:420px;margin-top:.5rem;padding:1rem 1.25rem;display:flex}._matchTitle_1tjwi_244{text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:.25rem;font-size:.8rem;font-weight:600}._matchItem_1tjwi_253{justify-content:space-between;align-items:center;display:flex}._matchCarName_1tjwi_259{font-weight:600}._matchCarPrice_1tjwi_263{color:var(--accent);font-size:.9rem;font-weight:500}._resetBtn_1tjwi_269{cursor:pointer;border-radius:9999px;margin-top:1rem}._matchGrid_1tjwi_276{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.8rem;width:100%;margin-top:2rem;margin-bottom:2rem;display:grid}._matchGrid_1tjwi_276>*{animation:.6s cubic-bezier(.175,.885,.32,1.275) both _popInCard_1tjwi_1}._matchGrid_1tjwi_276>:first-child{animation-delay:.1s}._matchGrid_1tjwi_276>:nth-child(2){animation-delay:.2s}._matchGrid_1tjwi_276>:nth-child(3){animation-delay:.3s}._matchGrid_1tjwi_276>:nth-child(4){animation-delay:.4s}._matchGrid_1tjwi_276>:nth-child(5){animation-delay:.5s}._matchGrid_1tjwi_276>:nth-child(6){animation-delay:.6s}@keyframes _popInCard_1tjwi_1{0%{opacity:0;transform:scale(.92)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}._matchActions_1tjwi_307{justify-content:center;width:100%;margin-top:1rem;margin-bottom:2rem;display:flex;position:relative}._matchToggleBtn_1tjwi_316{letter-spacing:.02em;color:#bae6fd;cursor:pointer;background:#0f172acc;border:1px solid #0ea5e94d;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;min-width:220px;padding:.85rem 1.8rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px -3px #0ea5e926}._matchToggleBtn_1tjwi_316:hover{color:#fff;background:#0ea5e926;border-color:#0ea5e9cc;transform:translateY(-2px);box-shadow:0 8px 25px -5px #0ea5e959}._matchToggleBtn_1tjwi_316:active{transform:translateY(1px);box-shadow:0 2px 10px -2px #0ea5e94d}._pageHeader_1tjwi_16,._formCard_1tjwi_130,._infoCard_1tjwi_82{animation:.48s both _riseIn_1tjwi_1}._formCard_1tjwi_130{animation-delay:70ms}@keyframes _riseIn_1tjwi_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._footer_1tjwi_371{text-align:center;border-top:1px solid var(--card-border);margin-top:4rem;padding:2.5rem}._footerSub_1tjwi_378{color:var(--text-muted);margin-top:.5rem;font-size:.9rem}@media (width<=900px){._grid_1tjwi_69{grid-template-columns:1fr;gap:1.2rem}._content_1tjwi_8{padding:6.6rem 1rem 2.8rem}._pageHeader_1tjwi_16{border-radius:14px;margin-bottom:1.3rem;padding:1rem}._pageTitle_1tjwi_42{font-size:2.2rem}._pageSubtitle_1tjwi_47{font-size:1rem}._infoCard_1tjwi_82{padding:1rem}._matchGrid_1tjwi_276{grid-template-columns:1fr;gap:1rem;margin-top:1rem;margin-bottom:1rem}}@media (prefers-reduced-motion:reduce){._pageHeader_1tjwi_16,._formCard_1tjwi_130,._infoCard_1tjwi_82{animation:none}}@media (width<=600px){._formRow_1tjwi_185{grid-template-columns:1fr;gap:.85rem}._pageTitle_1tjwi_42{font-size:1.82rem}._formTitle_1tjwi_161{margin-bottom:1rem;font-size:1.15rem}._submitBtn_1tjwi_191,._resetBtn_1tjwi_269,._matchToggleBtn_1tjwi_316{justify-content:center;width:100%;min-height:44px}._successState_1tjwi_211{padding:1.2rem .25rem}._successSub_1tjwi_225{font-size:.92rem}._formSection_1tjwi_168{margin:.25rem 0 .7rem}}._hero_fde1z_2{align-items:center;min-height:100vh;padding:0 4rem;display:flex;position:relative;overflow:hidden}._heroBg_fde1z_11{z-index:0;background-image:url(/assets/hero_home.svg);background-position:50% 30%;background-size:cover;position:absolute;inset:0}@keyframes _bgFloat_fde1z_1{0%{transform:scale(1.06)translateY(0)}35%{transform:scale(1.1)translateY(-10px)}65%{transform:scale(1.12)translateY(-18px)}to{transform:scale(1.06)translateY(0)}}._heroBg_fde1z_11{transform-origin:50%;will-change:transform;animation:16s ease-in-out infinite _bgFloat_fde1z_1}@keyframes _overlayPulse_fde1z_1{0%{opacity:.98}40%{opacity:.9}70%{opacity:.94}to{opacity:.98}}._heroOverlay_fde1z_43{z-index:1;background:linear-gradient(105deg,#04060cfa 0%,#04060ce6 55%,#04060ca8 100%);animation:18s ease-in-out infinite _overlayPulse_fde1z_1;position:absolute;inset:0}@media (prefers-reduced-motion:reduce){._heroBg_fde1z_11{animation:none;transform:none}._heroOverlay_fde1z_43{animation:none}}@keyframes _slideUpFade_fde1z_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes _floatSlow_fde1z_1{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}._heroContent_fde1z_78{z-index:2;max-width:640px;padding-top:5rem;animation:.7s cubic-bezier(.2,.9,.3,1) both _slideUpFade_fde1z_1;position:relative}._heroTitle_fde1z_86{animation:.9s cubic-bezier(.2,.9,.3,1) .1s both _slideUpFade_fde1z_1}._heroSubtitle_fde1z_91{animation:1s cubic-bezier(.2,.9,.3,1) .2s both _slideUpFade_fde1z_1}._orb1_fde1z_96,._orb2_fde1z_96{animation:6s ease-in-out infinite _floatSlow_fde1z_1}._heroOverlay_fde1z_43{z-index:1;background:linear-gradient(105deg,#04060cfa 0%,#04060ce6 55%,#04060ca8 100%);position:absolute;inset:0}._orb1_fde1z_96{z-index:1;pointer-events:none;background:radial-gradient(circle,#0ea5e91f 0%,#0000 65%);width:600px;height:600px;position:absolute;top:-100px;left:-100px}._orb2_fde1z_96{z-index:1;pointer-events:none;background:radial-gradient(circle,#818cf814 0%,#0000 65%);width:400px;height:400px;position:absolute;bottom:50px;left:200px}._heroContent_fde1z_78{z-index:2;max-width:640px;padding-top:5rem;position:relative}._badge_fde1z_143{color:var(--accent-2);letter-spacing:.02em;background:#0ea5e91a;border:1px solid #0ea5e940;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}._badgeDot_fde1z_158{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite _pulse_fde1z_1}@keyframes _pulse_fde1z_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}._heroTitle_fde1z_86{font-family:var(--font-heading);letter-spacing:-.04em;color:#fff;margin-bottom:1.5rem;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:800;line-height:1.08}._heroGradient_fde1z_181{background:linear-gradient(135deg, var(--accent-2) 0%, #818cf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._heroSubtitle_fde1z_91{color:var(--text-soft);max-width:480px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}._heroActions_fde1z_196{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}._heroCta_fde1z_204{border-radius:9999px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:1rem;font-weight:700;display:flex}._heroSecondary_fde1z_214{border-radius:9999px;font-size:1rem}._heroTrust_fde1z_220{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}._trustItem_fde1z_227{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;display:flex}._trustDivider_fde1z_236{background:var(--card-border);width:1px}@media (width<=768px){._hero_fde1z_2{align-items:flex-end;padding:0 1.5rem 4rem}._heroContent_fde1z_78{padding-top:7rem}._orb1_fde1z_96,._orb2_fde1z_96{display:none}._heroActions_fde1z_196{flex-direction:column;align-items:stretch}._heroSecondary_fde1z_214{text-align:center}}._page_qeww5_2{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}._statsBar_qeww5_10{border-top:1px solid var(--card-border);border-bottom:1px solid var(--card-border);background:#ffffff05;grid-template-columns:repeat(4,1fr);display:grid}._statItem_qeww5_18{border-right:1px solid var(--card-border);flex-direction:column;align-items:center;gap:.35rem;padding:1.75rem 1rem;transition:background .2s;display:flex}._statItem_qeww5_18:last-child{border-right:none}._statItem_qeww5_18:hover{background:#007bff0a}._statValue_qeww5_34{font-family:var(--font-heading);letter-spacing:-.04em;background:linear-gradient(135deg, white 0%, var(--text-soft) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.9rem;font-weight:800}._statLabel_qeww5_45{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:500}._section_qeww5_54{padding:7rem 4rem;position:relative}._sectionInner_qeww5_59{max-width:1200px;margin:0 auto}._sectionHeader_qeww5_64{text-align:center;max-width:560px;margin:0 auto 3.5rem}._eyebrow_qeww5_70{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:.75rem;font-size:.75rem;font-weight:700}._sectionTitle_qeww5_79{margin-bottom:1rem;font-size:2.4rem;line-height:1.15}._sectionSub_qeww5_85{color:var(--text-muted);font-size:1rem;line-height:1.7}._featureGrid_qeww5_92{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}._featureCard_qeww5_98{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;flex-direction:column;gap:0;padding:2.25rem 1.75rem;text-decoration:none;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}._featureCard_qeww5_98:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#007bff80,#0000);height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}._featureCard_qeww5_98:hover{border-color:#007bff47;transform:translateY(-5px);box-shadow:0 24px 50px -10px #0000008c,0 0 0 1px #007bff1a}._featureCard_qeww5_98:hover:before{opacity:1}._featureIconWrap_qeww5_132{width:52px;height:52px;color:var(--accent);background:#007bff1a;border:1px solid #007bff33;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.25rem;transition:background .2s;display:flex}._featureCard_qeww5_98:hover ._featureIconWrap_qeww5_132{background:#007bff29}._featureTag_qeww5_151{text-transform:uppercase;letter-spacing:.1em;color:#7ec8ff;margin-bottom:.5rem;font-size:.68rem;font-weight:700}._featureTitle_qeww5_161{color:#fff;margin-bottom:.65rem;font-size:1.25rem;font-weight:700}._featureText_qeww5_168{color:var(--text-muted);flex:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.65}._featureCta_qeww5_176{color:#7ec8ff;align-items:center;gap:.3rem;font-size:.875rem;font-weight:600;display:flex}._featureExternalBadge_qeww5_187{color:var(--accent);background:#007bff1f;border:1px solid #007bff40;border-radius:4px;justify-content:center;align-items:center;padding:.1rem .3rem;font-size:.7rem;font-weight:700;line-height:1;display:inline-flex}._ctaBanner_qeww5_202{padding:0 4rem 7rem}._ctaBannerInner_qeww5_206{text-align:center;background:linear-gradient(135deg,#007bff14 0%,#818cf80f 100%);border:1px solid #007bff26;border-radius:24px;max-width:1200px;margin:0 auto;padding:4rem 3rem;position:relative;overflow:hidden}._ctaBannerGlow_qeww5_218{pointer-events:none;background:radial-gradient(circle,#007bff1a 0%,#0000 70%);width:480px;height:480px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._ctaBannerTitle_qeww5_229{margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;position:relative}._ctaBannerSub_qeww5_236{color:var(--text-muted);max-width:480px;margin:0 auto 2.25rem;font-size:1.05rem;line-height:1.7;position:relative}._ctaBannerBtns_qeww5_245{flex-wrap:wrap;justify-content:center;gap:.875rem;display:flex;position:relative}._ctaSellLink_qeww5_254{opacity:.8;font-size:.875rem}._ctaSellLink_qeww5_254:hover{opacity:1}@media (width<=1200px){._featureGrid_qeww5_92{grid-template-columns:repeat(3,1fr)}}@media (width<=1024px){._featureGrid_qeww5_92,._statsBar_qeww5_10{grid-template-columns:repeat(2,1fr)}._statItem_qeww5_18:nth-child(2){border-right:none}._statItem_qeww5_18:nth-child(3){border-bottom:none}}@media (width<=768px){._section_qeww5_54{padding:4rem 1.25rem}._ctaBanner_qeww5_202{padding:0 1.25rem 4rem}._ctaBannerInner_qeww5_206{padding:2.75rem 1.75rem}._featureGrid_qeww5_92{grid-template-columns:1fr}._statsBar_qeww5_10{grid-template-columns:repeat(2,1fr)}._sectionTitle_qeww5_79{font-size:1.85rem}._ctaBannerBtns_qeww5_245{flex-direction:column;align-items:center}}@media (width<=480px){._statsBar_qeww5_10{grid-template-columns:1fr 1fr}._statItem_qeww5_18{padding:1.25rem .5rem}._statValue_qeww5_34{font-size:1.5rem}._ctaBannerBtns_qeww5_245 ._ctaSellLink_qeww5_254{justify-content:center;width:100%}}._page_1yqr8_2{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex;position:relative}._bg_1yqr8_11{z-index:-2;background-color:#0f172a;background-image:radial-gradient(circle at 20% 30%,#3b82f680,#0000 55%),radial-gradient(circle at 80% 70%,#8b5cf680,#0000 55%),radial-gradient(circle,#10b98133,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}._overlay_1yqr8_27{-webkit-backdrop-filter:blur(60px);z-index:-1;background:#09090b4d;width:100%;height:100%;position:absolute;top:0;left:0}._card_1yqr8_41{z-index:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:18px;width:100%;max-width:420px;padding:3rem 2.5rem;animation:.7s cubic-bezier(.39,.575,.565,1) both _fadeInUp_1yqr8_1;box-shadow:0 12px 40px #0000004d}@keyframes _fadeInUp_1yqr8_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._cardHeader_1yqr8_65{text-align:center;margin-bottom:2.5rem}._cardTitle_1yqr8_70{letter-spacing:.01em;color:#fff;margin-bottom:.5rem;font-size:2.2rem;font-weight:700}._cardSubtitle_1yqr8_78{color:#94a3b8;font-size:1.05rem}._error_1yqr8_83{color:#ef4444;text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-bottom:1.5rem;padding:.85rem;font-size:.9rem;font-weight:500}._form-group_1yqr8_95{margin-bottom:1.5rem}._form-group_1yqr8_95 label{color:var(--accent,#3b82f6);margin-bottom:.4rem;font-size:.95rem;font-weight:500;display:block}._form-control_1yqr8_107{color:#0f172a;box-sizing:border-box;background:#ffffffe6;border:2px solid #0000;border-radius:8px;width:100%;margin-bottom:.5rem;padding:.8rem 1rem;font-size:1rem;transition:all .2s ease-in-out}._form-control_1yqr8_107:focus{border-color:var(--accent,#3b82f6);background:#fff;outline:none;box-shadow:0 0 0 3px #3b82f633}._form-control_1yqr8_107::placeholder{color:#94a3b8}._submitBtn_1yqr8_131{letter-spacing:.03em;background-color:var(--accent,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:1rem;padding:.85rem 0;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s,background-color .2s}._submitBtn_1yqr8_131:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}._submitBtn_1yqr8_131:active:not(:disabled){transform:translateY(0)}._submitBtn_1yqr8_131:disabled{opacity:.7;cursor:not-allowed}._customCheckbox_1yqr8_161{cursor:pointer;color:#e2e8f0;-webkit-user-select:none;user-select:none;align-items:center;font-size:.95rem;font-weight:400;transition:color .2s;display:inline-flex;position:relative}._customCheckbox_1yqr8_161:hover{color:#fff}._customCheckbox_1yqr8_161 input[type=checkbox]{appearance:none;cursor:pointer;background:0 0;border:2px solid #94a3b8;border-radius:6px;width:1.25em;min-width:0;height:1.25em;min-height:0;margin:0 .6em 0 0;padding:0;transition:all .2s ease-in-out;display:inline-block;position:relative}._customCheckbox_1yqr8_161 input[type=checkbox]:hover{border-color:var(--accent,#3b82f6)}._customCheckbox_1yqr8_161 input[type=checkbox]:checked{background:var(--accent,#3b82f6);border-color:var(--accent,#3b82f6)}._customCheckbox_1yqr8_161 input[type=checkbox]:checked:after{content:"";pointer-events:none;border:2px solid #fff;border-width:0 2px 2px 0;width:.35em;height:.65em;position:absolute;top:.15em;left:.35em;transform:rotate(45deg)}@media (width<=600px){._card_1yqr8_41{border-radius:16px;padding:2rem 1.5rem}._cardTitle_1yqr8_70{font-size:1.7rem}._form-control_1yqr8_107{padding:.75rem 1rem;font-size:1rem}._submitBtn_1yqr8_131{font-size:1.05rem}}._page_1syvc_2{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}._content_1syvc_10{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}._code_1syvc_19{font-family:var(--font-heading);letter-spacing:-.05em;background:linear-gradient(135deg, var(--accent), #818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:8rem;font-weight:800;line-height:1}._title_1syvc_32{font-size:2rem}._sub_1syvc_36{color:var(--text-muted);max-width:340px;font-size:1.05rem;line-height:1.6}._homeBtn_1syvc_43{margin-top:1rem;text-decoration:none}.sellCarsPage{isolation:isolate;max-width:1080px;margin:0 auto;padding:8.5rem 1rem 3.5rem;position:relative}.sellCarsPage:before,.sellCarsPage:after{content:"";pointer-events:none;z-index:-1;filter:blur(36px);opacity:.4;position:absolute}.space{padding:.8rem 0}.sellCarsPage:before{background:#0ea5e93d;border-radius:50%;width:280px;height:280px;top:90px;left:-80px}.sellCarsPage:after{background:#6366f12e;border-radius:50%;width:320px;height:320px;top:240px;right:-120px}.sellCarsHeader{text-align:left;background:radial-gradient(circle at 100% 0,#0ea5e929,#0000 45%),linear-gradient(150deg,#0f172ae0,#020617cc);border:1px solid #94a3b82e;border-radius:18px;margin-bottom:1.2rem;padding:1.25rem 1.2rem;box-shadow:0 26px 42px -34px #020617f2}.sellCarsBadge{letter-spacing:.02em;text-transform:uppercase;color:#bae6fd;background:#0ea5e929;border:1px solid #0ea5e94d;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:.8rem;padding:.32rem .78rem;font-size:.76rem;font-weight:700;display:inline-flex}.sellCarsHeader h1{margin-bottom:.5rem;font-size:clamp(1.9rem,4.1vw,2.8rem);line-height:1.1}.sellCarsHeader p{color:var(--text-muted);max-width:760px;font-size:1rem;line-height:1.6}.sellCarsHighlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin-top:1rem;display:grid}.sellCarsHighlightItem{background:#0206176b;border:1px solid #94a3b833;border-radius:12px;gap:.15rem;padding:.7rem .75rem;transition:transform .2s,border-color .2s,background .2s;display:grid}.sellCarsHighlightItem:hover{background:#0ea5e914;border-color:#0ea5e96b;transform:translateY(-2px)}.sellCarsHighlightValue{color:#fff;font-size:1.08rem;font-weight:800;line-height:1.1}.sellCarsHighlightLabel{color:var(--text-muted);font-size:.82rem}.sellCarsForm{border:1px solid var(--card-border);background:radial-gradient(circle at 100% 0,#0ea5e926,#0000 42%),radial-gradient(circle at 0 100%,#6366f11a,#0000 45%),linear-gradient(#ffffff04,#fff0);border-radius:18px;padding:1.55rem;box-shadow:0 30px 46px -34px #0ea5e973}.sellCarsForm h2{color:var(--text-main);border-bottom:1px solid var(--card-border);letter-spacing:.01em;margin:1.35rem 0 .95rem;padding-bottom:.45rem;font-size:1.02rem}.sellCarsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem .95rem;margin-bottom:.95rem;display:grid}.sellCarsForm .form-group{margin-bottom:0}.sellCarsForm .form-group label{color:var(--text-muted);margin-bottom:.38rem;font-size:.87rem;font-weight:600;display:inline-block}.sellCarsForm .form-control{border:1px solid var(--card-border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a80;border-radius:12px;min-height:46px;transition:border-color .2s,box-shadow .2s,background .2s}.sellCarsForm textarea.form-control{resize:vertical;min-height:108px}.sellCarsForm .form-control:hover{border-color:#0ea5e966}.sellCarsForm .form-control:focus{border-color:var(--accent);background:#0f172ab8;box-shadow:0 0 0 3px #0ea5e929,0 14px 24px -20px #0ea5e9cc}.sellCarsCheckboxRow{border:1px solid var(--card-border);cursor:pointer;background:#ffffff05;border-radius:12px;align-items:flex-start;gap:.7rem;margin:.7rem 0 1rem;padding:.65rem .8rem;transition:border-color .2s,background .2s;display:flex}.sellCarsCheckboxRow:hover{background:#0ea5e90f;border-color:#0ea5e973}.sellCarsCheckboxRow input[type=checkbox]{width:19px;height:19px;accent-color:var(--accent);cursor:pointer;flex-shrink:0;margin-top:.15rem}.sellCarsCheckboxTextWrap{flex-direction:column;gap:.15rem;display:flex}.sellCarsCheckboxTitle{color:var(--text-main);font-size:.93rem;font-weight:600}.sellCarsCheckboxHint{color:var(--text-muted);font-size:.82rem;line-height:1.35}.sellCarsHoneypot{opacity:0;pointer-events:none;position:absolute;left:-9999px}.sellCarsAlert{border-radius:12px;margin-bottom:1rem;padding:.78rem .95rem;font-size:.94rem;line-height:1.4}.sellCarsAlertError{color:#fca5a5;background:#ef44441f;border:1px solid #ef44444d}.sellCarsAlertSuccess{color:#86efac;background:#22c55e1f;border:1px solid #22c55e4d}.sellCarsSubmit{letter-spacing:.01em;width:100%;min-height:48px;margin-top:.6rem;font-size:1rem;transition:transform .15s,box-shadow .2s}.sellCarsSubmit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 26px -18px #0ea5e9d9}.sellCarsSubmit:disabled{opacity:.78;cursor:not-allowed}.form-help-text{color:var(--text-muted);margin:.3rem 0 .6rem;font-size:.82rem}.sellCarsImagePreviewGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.8rem;margin-top:1rem;margin-bottom:1rem;display:grid}.sellCarsImagePreviewItem{aspect-ratio:1;border:1px solid var(--card-border);cursor:grab;-webkit-user-select:none;user-select:none;background:#ffffff0a;border-radius:12px;width:100%;transition:all .2s;position:relative;overflow:hidden}.sellCarsImagePreviewItem:active{cursor:grabbing}.sellCarsImagePreviewItem img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.sellCarsRemoveImageBtn{color:#fff;cursor:pointer;background:#ef4444e6;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:1.1rem;transition:background .2s,transform .1s;display:flex;position:absolute;top:.4rem;right:.4rem}.sellCarsRemoveImageBtn:hover{background:#ef4444;transform:scale(1.05)}.sellCarsImageControls{opacity:0;gap:.3rem;transition:opacity .2s;display:flex;position:absolute;bottom:.4rem;left:.4rem}.sellCarsImagePreviewItem:hover .sellCarsImageControls{opacity:1}.sellCarsImageBtn{color:#fff;cursor:pointer;background:#0ea5e9e6;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;font-size:.85rem;font-weight:700;transition:background .2s,transform .1s;display:flex}.sellCarsImageBtn:hover:not(:disabled){background:#0ea5e9;transform:scale(1.1)}.sellCarsImageBtn:disabled{cursor:not-allowed;opacity:.5;background:#0ea5e966}.sellCarsDragDropZone{border:2px dashed var(--card-border);cursor:pointer;background:linear-gradient(140deg,#0f172ab3,#02061794);border-radius:14px;padding:2.2rem 1.5rem;transition:all .2s;position:relative;overflow:hidden}.sellCarsDragDropZone:hover{background:#0ea5e90f;border-color:#0ea5e999}.sellCarsDragDropZone:has(input:focus){border-color:var(--accent);background:#0ea5e917;box-shadow:0 0 0 3px #0ea5e924}.sellCarsFileInput{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.sellCarsDropZoneContent{text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;display:flex}.sellCarsDropZoneIcon{font-size:2.8rem;line-height:1;animation:1.5s ease-in-out infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.sellCarsDropZoneText{flex-direction:column;gap:.3rem;display:flex}.sellCarsDropZoneMain{color:var(--text-main);margin:0;font-size:1.05rem;font-weight:600}.sellCarsDropZoneAlt{color:var(--text-muted);margin:0;font-size:.9rem}.sellCarsForm,.sellCarsHeader{animation:.52s both sellCarsFadeUp}.sellCarsForm{animation-delay:70ms}@keyframes sellCarsFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.sellCarsPage{padding-top:7.8rem}.sellCarsHighlights,.sellCarsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.sellCarsPage{padding-top:7rem;padding-bottom:2.4rem}.sellCarsForm{border-radius:14px;padding:1.05rem}.sellCarsHeader p{font-size:.95rem}.sellCarsHeader{border-radius:14px;padding:1rem}.sellCarsHighlights{grid-template-columns:1fr}.sellCarsGrid{grid-template-columns:1fr;gap:.72rem}.sellCarsForm h2{margin-top:1.05rem;font-size:.98rem}.sellCarsForm .form-control{min-height:44px}.sellCarsDragDropZone{padding:1.8rem 1.2rem}.sellCarsDropZoneIcon{font-size:2.4rem}.sellCarsImagePreviewGrid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.sellCarsImageBtn{width:24px;height:24px;font-size:.75rem}}@media (width<=480px){.sellCarsPage{padding-top:6.6rem;padding-left:.7rem;padding-right:.7rem}@media (prefers-reduced-motion:reduce){.sellCarsForm,.sellCarsHeader,.sellCarsDropZoneIcon{animation:none}}.sellCarsHeader h1{font-size:1.7rem}.sellCarsCheckboxRow{align-items:flex-start}.sellCarsDragDropZone{padding:1.6rem 1rem}.sellCarsDropZoneIcon{font-size:2.2rem}.sellCarsDropZoneMain{font-size:.98rem}.sellCarsDropZoneAlt{font-size:.85rem}.sellCarsImagePreviewGrid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.6rem}.sellCarsImageBtn{width:22px;height:22px;font-size:.7rem}.sellCarsRemoveImageBtn{width:24px;height:24px;font-size:.9rem;top:.3rem;right:.3rem}}._footer_ihcbp_2{background:var(--bg-2);color:var(--text-soft);border-top:1px solid var(--card-border);margin-top:auto;padding:4rem 0 2rem}._container_ihcbp_10{max-width:1200px;margin:0 auto;padding:0 2rem}._top_ihcbp_16{border-bottom:1px solid var(--card-border);flex-wrap:wrap;justify-content:space-between;gap:3rem;padding-bottom:3rem;display:flex}._brand_ihcbp_26{flex-direction:column;gap:1.5rem;display:flex}._logo_ihcbp_32{font-family:var(--font-heading);letter-spacing:2px;color:#fff;font-size:1.8rem;font-weight:800;text-decoration:none}._logoAccent_ihcbp_41{color:var(--accent)}._tagline_ihcbp_45{color:var(--text-main);max-width:320px;font-size:1rem;line-height:1.6}._address_ihcbp_52{align-items:center;gap:.75rem;font-size:.9rem;display:flex}._address_ihcbp_52 svg{color:var(--accent);flex-shrink:0;width:16px;height:16px}._columns_ihcbp_67{flex:2 500px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;display:grid}._col_ihcbp_67{flex-direction:column;gap:1rem;display:flex}._colHeading_ihcbp_80{text-transform:uppercase;letter-spacing:.08em;color:#fff;margin-bottom:.5rem;font-size:.9rem;font-weight:700}._colLink_ihcbp_89{color:var(--text-soft);width:fit-content;font-size:.95rem;text-decoration:none;transition:color .2s ease-in-out}._colLink_ihcbp_89:hover{color:#fff}._colText_ihcbp_101{color:var(--text-muted);font-size:.95rem;line-height:1.6}._bottom_ihcbp_108{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:2rem;display:flex}._copy_ihcbp_117{color:var(--text-muted);font-size:.85rem}._socials_ihcbp_122{gap:1rem;display:flex}._socialLink_ihcbp_127{color:var(--text-soft);transition:color .2s ease-in-out}._socialLink_ihcbp_127:hover{color:#fff}._socialLink_ihcbp_127 svg{width:24px;height:24px}._colLink_ihcbp_89:focus-visible,._socialLink_ihcbp_127:focus-visible,._logo_ihcbp_32:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:6px}@media (width<=768px){._footer_ihcbp_2{border-top-color:#ffffff14;padding:2.6rem 0 1.35rem}._container_ihcbp_10{padding:0 .9rem}._top_ihcbp_16{flex-direction:column;align-items:flex-start;gap:1.2rem;padding-bottom:1.35rem}._brand_ihcbp_26{gap:.75rem;width:100%}._logo_ihcbp_32{letter-spacing:1px;font-size:1.35rem}._tagline_ihcbp_45{max-width:100%;font-size:.88rem;line-height:1.5}._columns_ihcbp_67{grid-template-columns:1fr;gap:.75rem;width:100%}._col_ihcbp_67{background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;gap:.15rem;padding:.8rem .85rem}._colHeading_ihcbp_80{letter-spacing:.07em;margin-bottom:.25rem;font-size:.78rem}._colLink_ihcbp_89,._colText_ihcbp_101{width:100%;font-size:.9rem;line-height:1.5}._colLink_ihcbp_89{border-radius:8px;align-items:center;min-height:42px;padding:.4rem .45rem;display:inline-flex}._colLink_ihcbp_89:hover{background:#ffffff0d}._colText_ihcbp_101{padding:.2rem .45rem}._bottom_ihcbp_108{text-align:center;flex-direction:column-reverse;align-items:center;gap:.7rem;padding-top:1rem}._socials_ihcbp_122{justify-content:center;gap:.6rem;width:100%}._socialLink_ihcbp_127{background:#ffffff05;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}._socialLink_ihcbp_127 svg{width:21px;height:21px}._copy_ihcbp_117{max-width:34ch;font-size:.76rem;line-height:1.4}}@media (width<=480px){._footer_ihcbp_2{padding-top:2.2rem}._container_ihcbp_10{padding:0 .7rem}._logo_ihcbp_32{font-size:1.25rem}._tagline_ihcbp_45{font-size:.84rem}._col_ihcbp_67{padding:.72rem .7rem}}
