@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--cz-bg: #07080b;--cz-bg2: #0a0c11;--cz-surf: #11141b;--cz-surf2: #171b24;--cz-surf3: #1f2430;--cz-panel: rgba(18, 22, 29, .72);--cz-panel2: rgba(255, 255, 255, .035);--cz-panel3: rgba(255, 255, 255, .06);--cz-chrome: rgba(9, 11, 15, .55);--cz-bd: rgba(255, 255, 255, .08);--cz-bd2: rgba(255, 255, 255, .14);--cz-accent: #2bb894;--cz-accent2: #6a8fe0;--cz-accent-grad: linear-gradient(135deg, var(--cz-accent), #1e9a7a);--cz-duo-grad: linear-gradient(140deg, var(--cz-accent), var(--cz-accent2));--cz-good: #36e08a;--cz-mid: #ffcf4d;--cz-low: #ff6f61;--cz-text: #eef1f6;--cz-muted: #8b94a3;--cz-muted2: #555d6b;--cz-ink: #06070a;--cz-sans: "Instrument Sans", "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--cz-mono: "IBM Plex Mono", "Space Grotesk", ui-monospace, SFMono-Regular, monospace;--cz-r-sm: 8px;--cz-r: 12px;--cz-r-md: 14px;--cz-r-lg: 22px;--cz-r-xl: 28px;--cz-dur-fast: .14s;--cz-dur: .25s;--cz-dur-slow: .5s;--cz-ease-out: cubic-bezier(.16, 1, .3, 1);--cz-ease-spring: cubic-bezier(.34, 1.56, .64, 1);--cz-glow-accent: 0 0 22px rgba(43, 184, 148, .45);--cz-shadow-card: 0 10px 30px rgba(0, 0, 0, .35);--cz-shadow-cta: 0 6px 22px rgba(43, 184, 148, .3);--cz-shadow-cta-h: 0 8px 28px rgba(43, 184, 148, .45)}[data-theme=light]{--cz-bg: #fbfbf9;--cz-bg2: #f4f3ee;--cz-surf: #ffffff;--cz-surf2: #f4f3ee;--cz-surf3: #e9e7de;--cz-panel: rgba(255, 255, 255, .92);--cz-panel2: rgba(19, 19, 17, .035);--cz-panel3: rgba(19, 19, 17, .06);--cz-chrome: rgba(251, 251, 249, .82);--cz-bd: rgba(19, 19, 17, .09);--cz-bd2: rgba(19, 19, 17, .16);--cz-accent: #0d7a5f;--cz-accent2: #4472d9;--cz-accent-grad: linear-gradient(135deg, var(--cz-accent), #095f49);--cz-duo-grad: linear-gradient(140deg, var(--cz-accent), var(--cz-accent2));--cz-good: #14a866;--cz-mid: #c9920f;--cz-low: #e0584a;--cz-text: #131311;--cz-muted: #57564f;--cz-muted2: #a7a599;--cz-ink: #ffffff;--cz-glow-accent: 0 0 18px rgba(13, 122, 95, .35);--cz-shadow-card: 0 8px 24px rgba(19, 19, 17, .08);--cz-shadow-cta: 0 6px 22px rgba(13, 122, 95, .25);--cz-shadow-cta-h: 0 8px 28px rgba(13, 122, 95, .4)}@media(prefers-reduced-motion:reduce){.cz-bgfx:before,.cz-shimmer:after,.cz-blink,.cz-pulse,.cz-card-in{animation:none!important}}.cz-bgfx{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.cz-bgfx:before{content:"";position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:radial-gradient(40% 50% at 20% 20%,rgba(43,184,148,.1),transparent 70%),radial-gradient(45% 50% at 85% 30%,rgba(106,143,224,.1),transparent 70%),radial-gradient(40% 45% at 60% 95%,rgba(43,184,148,.06),transparent 70%);animation:cz-bgshift 24s ease-in-out infinite alternate}[data-theme=light] .cz-bgfx:before{background:radial-gradient(40% 50% at 20% 20%,rgba(13,122,95,.06),transparent 70%),radial-gradient(45% 50% at 85% 30%,rgba(68,114,217,.06),transparent 70%)}.cz-bgfx-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.4;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:radial-gradient(circle at 50% 40%,black,transparent 85%);mask-image:radial-gradient(circle at 50% 40%,black,transparent 85%)}[data-theme=light] .cz-bgfx-grid{background-image:linear-gradient(rgba(20,30,50,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(20,30,50,.03) 1px,transparent 1px)}@keyframes cz-bgshift{0%{transform:translate(0) scale(1)}50%{transform:translate(-2%,2%) scale(1.05)}to{transform:translate(2%,-1%) scale(1.02)}}.cz-shimmer{position:relative;overflow:hidden}.cz-shimmer:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;background:linear-gradient(110deg,transparent 30%,rgba(43,184,148,.07) 50%,transparent 70%);background-size:220% 100%;animation:cz-shimmer 5s linear infinite}@keyframes cz-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}.cz-blink{animation:cz-blink 1.4s ease infinite}@keyframes cz-blink{0%,to{opacity:1}50%{opacity:.25}}.cz-pulse{animation:cz-pulse 2.5s ease-in-out infinite}@keyframes cz-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}.cz-card-in{animation:cz-card-in .5s var(--cz-ease-out) both}@keyframes cz-card-in{0%{opacity:0;transform:translateY(16px) scale(.99)}to{opacity:1;transform:none}}.cz-motion-calm .cz-bgfx:before,.cz-motion-calm .cz-shimmer:after,.cz-motion-calm .cz-blink,.cz-motion-calm .cz-pulse{animation:none!important}.cz-motion-calm .cz-card-in{animation-duration:.25s!important}.cz-motion-hyped .cz-bgfx:before{animation-duration:11s}.cz-motion-hyped .cz-shimmer:after{animation-duration:3s}.cz-dense .cz-card-in{animation-duration:.3s}.cz-good{color:var(--cz-good)}.cz-mid{color:var(--cz-mid)}.cz-low{color:var(--cz-low)}.cz-bg-good{background:#36e08a21}.cz-bg-mid{background:#ffcf4d21}.cz-bg-low{background:#ff6f6121}:root{--bg: #06080f;--bg2: #080b14;--bg3: #0c1020;--surface: rgba(255,255,255,.04);--surface2: rgba(255,255,255,.07);--border: rgba(255,255,255,.08);--border2: rgba(255,255,255,.14);--text: #eef1f6;--text2: #8b94a3;--text3: #555d6b;--blue: #2bb894;--blue-g: rgba(43,184,148,.16);--purple: #6a8fe0;--green: #36e08a;--amber: #ffcf4d;--red: #ff6f61;--r: 16px;--r2: 24px;--nav-h: 64px;--sidebar-w: 240px;--nav-bg: rgba(6,8,15,.85);--platform-badge-bg: rgba(6,8,15,.82);--shadow-card: rgba(0,0,0,.32);--shadow-dropdown: rgba(0,0,0,.4);--shadow-login: rgba(0,0,0,.4);--popover-bg: #0d1120;--popover-item-hover: rgba(255,255,255,.06)}.carzo-auth-page{min-height:100dvh;position:relative;overflow-x:hidden;display:grid;place-items:center;padding:96px 24px 36px;background:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px),radial-gradient(circle at 20% 8%,rgba(34,224,138,.12),transparent 34%),radial-gradient(circle at 80% 20%,rgba(70,128,255,.1),transparent 32%),linear-gradient(180deg,#07120f,#050708 58%,#030404);background-size:64px 64px,64px 64px,auto,auto,auto}.carzo-auth-page:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 65% 45% at 50% 0%,rgba(34,224,138,.08),transparent 62%)}.carzo-auth-bg{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.38),transparent 30%,transparent 70%,rgba(0,0,0,.48)),radial-gradient(circle at 50% 42%,rgba(34,224,138,.06),transparent 38%)}.carzo-auth-topbar{position:fixed;left:clamp(18px,5vw,72px);right:clamp(18px,5vw,72px);top:18px;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px}.carzo-auth-toolbar{display:flex;align-items:center;gap:10px}.carzo-auth-icon-btn{width:44px;height:44px;display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#0f1516c7;color:#eef1f6bd;cursor:pointer;box-shadow:inset 0 1px #ffffff0a;transition:.16s ease}.carzo-auth-icon-btn:hover{color:#fff;border-color:#22e08a47;background:#16201ee0;transform:translateY(-1px)}.carzo-auth-shell{position:relative;z-index:1;width:min(1120px,100%);min-height:640px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:0;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:34px;background:linear-gradient(145deg,#0c1814f0,#070a0df5),#080c0ff5;box-shadow:0 40px 120px #00000085,inset 0 1px #ffffff0d;animation:fadeInScale .32s ease both}.carzo-auth-hero{min-height:100%;padding:clamp(34px,4vw,58px);display:flex;flex-direction:column;justify-content:space-between;gap:34px;background:radial-gradient(circle at 22% 20%,rgba(34,224,138,.16),transparent 28%),radial-gradient(circle at 78% 48%,rgba(70,128,255,.12),transparent 34%),linear-gradient(150deg,#0a261ddb,#070a0d59);border-right:1px solid rgba(255,255,255,.08)}.carzo-auth-kicker{display:inline-flex;align-items:center;gap:10px;width:fit-content;color:#22e08a;font-size:12px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.carzo-auth-kicker span{width:10px;height:10px;border-radius:999px;background:#22e08a;box-shadow:0 0 0 8px #22e08a1a,0 0 30px #22e08a70}.carzo-auth-hero h1{max-width:560px;margin:0;color:#fff;font-size:clamp(38px,5vw,68px);line-height:.95;letter-spacing:-.07em}.carzo-auth-hero p{max-width:560px;margin:-14px 0 0;color:#eef1f6a8;font-size:16px;line-height:1.65}.carzo-auth-preview{width:min(480px,100%);display:grid;grid-template-columns:118px 1fr;gap:16px;align-items:center;padding:18px;border:1px solid rgba(34,224,138,.18);border-radius:28px;background:#02080794;box-shadow:inset 0 1px #ffffff0d}.carzo-auth-preview-radar{position:relative;width:112px;height:112px;border-radius:999px;background:radial-gradient(circle,rgba(34,224,138,.95) 0 5px,rgba(34,224,138,.15) 6px 16px,transparent 17px),repeating-radial-gradient(circle,rgba(34,224,138,.22) 0 1px,transparent 1px 24px),conic-gradient(from 0deg,transparent 0 74%,rgba(34,224,138,.28) 75% 92%,transparent 93%);border:1px solid rgba(34,224,138,.24);box-shadow:0 0 46px #22e08a29}.carzo-auth-preview-radar i,.carzo-auth-preview-radar b,.carzo-auth-preview-radar span{position:absolute;border-radius:999px;background:#22e08ab3}.carzo-auth-preview-radar i{width:8px;height:8px;left:30px;top:36px}.carzo-auth-preview-radar b{width:7px;height:7px;right:28px;top:56px}.carzo-auth-preview-radar span{width:6px;height:6px;left:58px;bottom:24px}.carzo-auth-preview-list{min-width:0;display:grid;gap:7px}.carzo-auth-preview-list strong{color:#fff;font-size:18px}.carzo-auth-preview-list span,.carzo-auth-preview-list em{color:#eef1f694;font-style:normal;font-size:13px}.carzo-auth-benefits{display:flex;flex-wrap:wrap;gap:10px}.carzo-auth-benefits span{padding:9px 12px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:#eef1f6c7;font-size:12px;font-weight:800}.carzo-auth-panel{padding:clamp(24px,3.3vw,44px);display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 50% 0%,rgba(34,224,138,.06),transparent 34%),#070a0dc2}.carzo-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:6px;margin-bottom:24px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#ffffff0a}.carzo-auth-tabs button{min-height:48px;border:0;border-radius:15px;background:transparent;color:#eef1f694;font:inherit;font-weight:900;cursor:pointer;transition:.16s ease}.carzo-auth-tabs button.active{color:#06110e;background:linear-gradient(135deg,#22e08a,#63a8ff);box-shadow:0 14px 34px #22e08a38}.carzo-auth-title{margin-bottom:20px;text-align:left}.carzo-auth-title span{display:block;color:#fff;font-size:28px;font-weight:900;letter-spacing:-.035em}.carzo-auth-title p{margin:7px 0 0;color:#eef1f68c;font-size:14px;line-height:1.45}.carzo-auth-form{display:grid;gap:14px}.carzo-auth-field{display:grid;gap:7px;color:#eef1f6a8;font-size:13px;font-weight:800}.carzo-auth-field input{width:100%;min-height:52px;padding:13px 15px;border-radius:16px;background:#ffffff0b;border:1px solid rgba(255,255,255,.1);color:var(--text);box-shadow:inset 0 1px #ffffff08}.carzo-auth-field input:focus{border-color:#22e08a6b;box-shadow:0 0 0 4px #22e08a1a}.carzo-auth-password{position:relative}.carzo-auth-password input{padding-right:54px}.carzo-auth-password button{position:absolute;right:9px;top:50%;width:38px;height:38px;transform:translateY(-50%);display:grid;place-items:center;border:1px solid transparent;border-radius:13px;background:transparent;color:#eef1f69e;cursor:pointer;transition:.15s ease}.carzo-auth-password button:hover{color:#fff;background:#ffffff0f}.carzo-auth-password svg{width:19px;height:19px}.carzo-auth-primary,.carzo-oauth-btn,.carzo-oauth-stack>button{width:100%!important;min-height:52px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:13px 16px!important;border-radius:16px!important;font-family:inherit!important;font-size:14px!important;font-weight:900!important;white-space:normal!important}.carzo-auth-primary{margin-top:2px;border:0;color:#06110e;background:linear-gradient(135deg,#22e08a,#63a8ff);box-shadow:0 18px 42px #22e08a33;cursor:pointer;transition:.16s ease}.carzo-auth-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 22px 50px #22e08a45}.carzo-auth-primary:disabled{cursor:not-allowed;opacity:.62;box-shadow:none}.carzo-auth-divider{position:relative;display:grid;place-items:center;margin:22px 0 16px;color:#eef1f661;font-size:12px;font-weight:900;text-transform:uppercase}.carzo-auth-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.13),transparent)}.carzo-auth-divider span{position:relative;z-index:1;padding:0 12px;background:#080d0d}.carzo-oauth-stack{display:grid;gap:10px}.carzo-oauth-btn,.carzo-oauth-stack>button{border:1px solid rgba(255,255,255,.12)!important;background:#ffffff0b!important;color:#eef1f6e0!important;cursor:pointer!important;box-shadow:inset 0 1px #ffffff09!important;transition:.16s ease!important}.carzo-oauth-btn:hover,.carzo-oauth-stack>button:hover{border-color:#22e08a4d!important;background:#ffffff13!important;transform:translateY(-1px)}.carzo-oauth-btn:disabled,.carzo-oauth-stack>button:disabled{opacity:.58!important;cursor:default!important;transform:none!important}.carzo-oauth-btn svg,.carzo-oauth-stack>button svg{width:20px!important;height:20px!important;flex:0 0 20px!important}.carzo-auth-error,.carzo-auth-warning,.carzo-auth-status{border-radius:16px;padding:12px 14px;font-size:13px;line-height:1.45}.carzo-auth-error{color:#ffb4ad;background:#ff6f611a;border:1px solid rgba(255,111,97,.28)}.carzo-auth-warning{color:#ffd979;background:#ffcf4d1a;border:1px solid rgba(255,207,77,.24)}.carzo-auth-status{margin-top:12px;color:#eef1f6ad;background:#63a8ff14;border:1px solid rgba(99,168,255,.2)}.carzo-auth-status p{margin:0 0 10px}.carzo-auth-status p:only-child{margin-bottom:0}.carzo-auth-status button{min-height:38px;padding:9px 13px;border-radius:12px;border:1px solid rgba(255,255,255,.13);background:#ffffff0f;color:#fff;font-weight:800}.carzo-auth-switch{margin-top:20px;text-align:center;color:#eef1f685;font-size:13px}.carzo-auth-switch button{border:0;background:none;color:#22e08a;font:inherit;font-weight:900;cursor:pointer}.carzo-auth-page-mini{place-items:start center;padding:calc(env(safe-area-inset-top,0px) + 10px) 10px calc(env(safe-area-inset-bottom,0px) + 14px)}.carzo-auth-page-mini .carzo-auth-topbar{position:relative;inset:auto;width:min(100%,460px);margin-bottom:10px}.carzo-auth-page-mini .carzo-auth-shell{width:min(100%,460px);min-height:auto;display:block;border-radius:24px}.carzo-auth-page-mini .carzo-auth-hero{display:none}.carzo-auth-page-mini .carzo-auth-panel{padding:14px}.carzo-auth-page-mini .carzo-auth-title span{font-size:22px}[data-theme=light] .carzo-auth-page{background:linear-gradient(rgba(7,18,15,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(7,18,15,.055) 1px,transparent 1px),radial-gradient(circle at 20% 8%,rgba(43,184,148,.15),transparent 34%),radial-gradient(circle at 80% 20%,rgba(99,168,255,.14),transparent 32%),linear-gradient(180deg,#f4fbf8,#edf5f2 58%,#e8efec);background-size:64px 64px,64px 64px,auto,auto,auto}[data-theme=light] .carzo-auth-shell{background:#ffffffeb;border-color:#07120f1a}[data-theme=light] .carzo-auth-panel{background:#ffffffbd}[data-theme=light] .carzo-auth-title span{color:#07120f}[data-theme=light] .carzo-auth-divider span{background:#fff}@media(max-width:920px){.carzo-auth-page{place-items:start center;padding:86px 14px 24px}.carzo-auth-topbar{left:14px;right:14px;top:14px}.carzo-auth-shell{max-width:560px;min-height:auto;grid-template-columns:1fr;border-radius:28px}.carzo-auth-hero{min-height:auto;padding:28px;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.carzo-auth-hero h1{font-size:36px}.carzo-auth-preview,.carzo-auth-benefits{display:none}.carzo-auth-panel{padding:20px}}@media(max-width:560px){.carzo-auth-page{padding:78px 10px 16px}.carzo-auth-toolbar{gap:7px}.carzo-auth-icon-btn{width:40px;height:40px;border-radius:14px}.carzo-auth-hero{display:none}.carzo-auth-shell{display:block;border-radius:24px}.carzo-auth-panel{padding:14px}.carzo-auth-tabs{margin-bottom:16px}.carzo-auth-tabs button,.carzo-auth-primary,.carzo-oauth-btn,.carzo-oauth-stack>button,.carzo-auth-field input{min-height:48px!important}.carzo-auth-title span{font-size:22px}.carzo-auth-title p{font-size:13px}}.carzo-tax-card{background:radial-gradient(circle at 15% 0%,rgba(43,184,148,.14),transparent 34%),linear-gradient(145deg,#0c1715f5,#080c12fa);border:1px solid rgba(43,184,148,.26);border-radius:18px;padding:18px 20px;box-shadow:0 18px 48px #00000047}.carzo-tax-card-compact{padding:14px 16px;border-radius:16px}.carzo-tax-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.carzo-tax-card-head span{display:block;color:var(--cz-accent, #22d3a5);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.carzo-tax-card-head h3{margin:4px 0 0;font-size:16px;line-height:1.2}.carzo-tax-card-head b{color:var(--cz-muted, #9aa4b2);background:#2bb8941a;border:1px solid rgba(43,184,148,.18);border-radius:999px;padding:5px 8px;font-size:11px;white-space:nowrap}.carzo-tax-card-value{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:10px}.carzo-tax-card-value strong{color:var(--cz-accent, #22d3a5);font-family:var(--cz-mono, ui-monospace, SFMono-Regular, Menlo, monospace);font-size:28px;letter-spacing:-.04em}.carzo-tax-card-value span,.carzo-tax-card-disclaimer,.carzo-tax-card-missing{color:var(--cz-muted, #9aa4b2);font-size:12.5px;line-height:1.5}.carzo-tax-card-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0}.carzo-tax-card-details span{min-width:0;color:var(--text2);background:#ffffff09;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:8px 10px;font-size:12.5px}.carzo-tax-card-missing{color:var(--amber, #fbbf24);margin:8px 0 0}.carzo-tax-card-disclaimer{margin:8px 0 0}[data-theme=light]{--bg: #fbfbf9;--bg2: #f4f3ee;--bg3: #e9e7de;--surface: #ffffff;--surface2: #f4f3ee;--border: rgba(19,19,17,.09);--border2: rgba(19,19,17,.16);--text: #131311;--text2: #57564f;--text3: #a7a599;--blue: #07b69b;--blue-g: rgba(7,182,155,.12);--purple: #3a6ff0;--green: #14a866;--amber: #c9920f;--red: #e0584a;--nav-bg: rgba(251,251,249,.82);--platform-badge-bg: rgba(255,255,255,.92);--shadow-card: rgba(19,19,17,.1);--shadow-dropdown: rgba(19,19,17,.14);--shadow-login: rgba(19,19,17,.08);--popover-bg: #ffffff;--popover-item-hover: rgba(0,0,0,.04)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}html.carzo-landing-route,html.carzo-landing-route body,html.carzo-landing-route #root{min-height:100%;height:auto!important;overflow-y:auto!important}html.telegram-mini-app.carzo-landing-route,html.telegram-mini-app.carzo-landing-route body,html.telegram-mini-app.carzo-landing-route #root{min-height:var(--tg-viewport-stable-height, 100dvh);height:auto!important;overflow-y:auto!important}html.carzo-landing-route body{overscroll-behavior-y:auto!important}.landing-page-shell{width:100%;min-height:100dvh;overflow-x:hidden;overflow-y:visible}h1,h2,h3,h4,h5,h6{font-family:var(--cz-sans, "Instrument Sans", "Plus Jakarta Sans", sans-serif);line-height:1.2;font-weight:700;letter-spacing:-.02em}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit}img{display:block;max-width:100%}ul,ol{list-style:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}[data-theme=light] ::-webkit-scrollbar-track{background:var(--bg3)}[data-theme=light] ::-webkit-scrollbar-thumb{background:#0000002e}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#0000004d}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes glow{0%,to{box-shadow:0 0 20px #4f7ef74d}50%{box-shadow:0 0 40px #4f7ef799}}.fade-in{animation:fadeIn .4s ease both}.fade-in-up{animation:fadeInUp .5s ease both}.fade-in-scale{animation:fadeInScale .3s ease both}.loading-skeleton{background:linear-gradient(90deg,var(--surface) 25%,var(--surface2) 50%,var(--surface) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--r)}.gradient-text{background:linear-gradient(135deg,var(--blue) 0%,var(--purple) 50%,#a78bfa 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:var(--r);font-size:14px;font-weight:600;transition:all .2s ease;cursor:pointer;border:none;font-family:Inter,sans-serif;white-space:nowrap}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:#6b8ff9;transform:translateY(-1px);box-shadow:0 8px 24px #4f7ef759}.btn-ghost{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{background:var(--surface2);border-color:var(--border2)}.btn-danger{background:#f8717126;color:var(--red);border:1px solid rgba(248,113,113,.25)}.btn-danger:hover{background:#f8717140}.input{width:100%;padding:10px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);color:var(--text);font-size:14px;transition:border-color .2s,box-shadow .2s;outline:none}.input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #4f7ef726}.input::placeholder{color:var(--text3)}.chip{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;border-radius:100px;font-size:13px;font-weight:500;background:var(--surface);border:1px solid var(--border);color:var(--text2);cursor:pointer;transition:all .15s ease;white-space:nowrap}.chip:hover{border-color:var(--border2);color:var(--text)}.chip.active{background:var(--blue-g);border-color:#4f7ef766;color:var(--blue)}.divider{display:flex;align-items:center;gap:12px;color:var(--text3);font-size:13px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--border)}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:100px;font-size:12px;font-weight:600}.badge-green{background:#22d3a526;color:var(--green)}.badge-amber{background:#fbbf2426;color:var(--amber)}.badge-red{background:#f8717126;color:var(--red)}.badge-blue{background:var(--blue-g);color:var(--blue)}.mesh-bg{position:relative;overflow:hidden}.mesh-bg:before{content:"";position:absolute;top:-40%;left:-20%;width:60%;height:80%;background:radial-gradient(ellipse,rgba(79,126,247,.12) 0%,transparent 70%);pointer-events:none}.mesh-bg:after{content:"";position:absolute;bottom:-20%;right:-10%;width:50%;height:60%;background:radial-gradient(ellipse,rgba(124,90,246,.1) 0%,transparent 70%);pointer-events:none}.app-layout{display:flex;min-height:100vh}.app-main{flex:1;min-width:0;display:flex;flex-direction:column}.app-content{flex:1;padding:24px;max-width:1200px;width:100%;margin:0 auto}.mobile-page-actions{display:none}.spinner{width:24px;height:24px;border:3px solid var(--border);border-top-color:var(--blue);border-radius:50%;animation:spin .7s linear infinite}.aurora-blob-1{position:absolute;width:clamp(400px,70vw,900px);height:clamp(400px,70vw,900px);top:-10%;left:-10%;border-radius:50%;filter:blur(100px);background:radial-gradient(circle,rgba(79,126,247,.18) 0%,transparent 60%);animation:aurora1 22s ease-in-out infinite;pointer-events:none}.aurora-blob-2{position:absolute;width:clamp(300px,55vw,750px);height:clamp(300px,55vw,750px);top:25%;right:-15%;border-radius:50%;filter:blur(120px);background:radial-gradient(circle,rgba(124,90,246,.14) 0%,transparent 60%);animation:aurora2 30s ease-in-out infinite;pointer-events:none}.aurora-blob-3{position:absolute;width:clamp(250px,45vw,650px);height:clamp(250px,45vw,650px);bottom:10%;left:20%;border-radius:50%;filter:blur(90px);background:radial-gradient(circle,rgba(34,211,165,.08) 0%,transparent 60%);animation:aurora3 38s ease-in-out infinite;pointer-events:none}[data-theme=light] .aurora-blob-1{background:radial-gradient(circle,rgba(79,126,247,.07) 0%,transparent 60%)}[data-theme=light] .aurora-blob-2{background:radial-gradient(circle,rgba(124,90,246,.05) 0%,transparent 60%)}[data-theme=light] .aurora-blob-3{background:radial-gradient(circle,rgba(34,211,165,.04) 0%,transparent 60%)}@keyframes aurora1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(4%,8%) scale(1.06)}50%{transform:translate(-3%,4%) scale(.94)}75%{transform:translate(7%,-4%) scale(1.08)}}@keyframes aurora2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-7%,5%) scale(1.1)}66%{transform:translate(5%,-7%) scale(.91)}}@keyframes aurora3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(5%,-4%) scale(1.06)}}@media(max-width:1180px){.app-layout{display:block;min-height:100vh}.app-main{min-height:100vh;padding-bottom:calc(78px + env(safe-area-inset-bottom))}.app-main>div{overflow-x:hidden!important;-webkit-overflow-scrolling:touch}.app-sidebar{width:100%!important;min-height:auto!important;height:auto!important;position:fixed!important;top:auto!important;left:0!important;right:0!important;bottom:0!important;z-index:1000!important;display:block!important;padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;border-right:0!important;border-top:1px solid var(--border)!important;background:var(--nav-bg)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow:visible!important}.app-sidebar>div:first-child,.app-sidebar>div:last-child{display:none!important}.app-sidebar nav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;width:100%}.app-sidebar nav a{margin-bottom:0!important;margin-top:0!important;min-height:58px;justify-content:center;flex-direction:column;gap:3px!important;padding:8px 4px!important;font-size:11px!important;border-radius:16px!important}.app-sidebar nav a span:first-child{font-size:18px!important}.app-page{width:100%;max-width:none!important;padding:18px 14px!important}.search-page form>div{padding:18px!important;border-radius:20px!important}.app-content{padding:16px}.mobile-page-actions{position:fixed;right:12px;bottom:calc(76px + env(safe-area-inset-bottom));z-index:1001;display:flex;gap:8px;pointer-events:none}.mobile-page-actions button{pointer-events:auto;display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border-radius:999px;background:var(--nav-bg);border:1px solid var(--border2);color:var(--text);box-shadow:0 10px 30px #0000003d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);font-size:12px;font-weight:800}.search-actions,.search-profile-card{flex-direction:column!important;align-items:stretch!important}.search-actions button,.search-profile-card button{width:100%}.settings-platform-card{grid-template-columns:1fr!important}.settings-platform-actions{justify-content:stretch!important}.settings-platform-actions .btn,.settings-platform-actions button{flex:1 1 140px}}@media(max-width:480px){.app-page{padding:14px 10px!important}.search-page form>div{padding:16px 12px!important}.app-content{padding:12px}}html.telegram-mini-app,html.telegram-mini-app body,html.telegram-mini-app #root{min-height:var(--tg-viewport-stable-height, 100dvh)}html.telegram-mini-app body{background:var(--bg);overscroll-behavior-y:none;overflow-x:hidden}html.telegram-mini-app .app-main{min-height:var(--tg-viewport-stable-height, 100dvh);overflow-x:hidden}html.telegram-mini-app .app-sidebar{box-shadow:0 -16px 40px #00000042}@media(max-width:1180px){.app-sidebar nav a{min-width:0}.app-sidebar nav a span:last-child{max-width:100%;overflow:hidden;text-overflow:ellipsis}.settings-page section{padding:18px 14px!important;border-radius:18px!important}.settings-page .btn{white-space:normal;justify-content:center}}@media(max-width:420px){.app-sidebar nav a{font-size:10px!important;min-height:54px}.app-sidebar nav a span:first-child{font-size:16px!important}.mobile-page-actions{left:10px;right:10px;justify-content:space-between}.mobile-page-actions button{padding:7px 10px;font-size:11px}}@media(max-width:560px){.login-page{align-items:flex-start!important;padding:88px 12px 24px!important}.login-card{max-width:none!important;padding:24px 16px!important;border-radius:20px!important}}@media(max-width:820px){.input,.carzo-filter-console input:not([type=checkbox]):not([type=range]),.carzo-filter-console select,.carzo-filter-console textarea,.carzo-radius-control input:not([type=range]),.carzo-ai-search-row input{font-size:16px!important}}:root{--sidebar-w: 248px;--command-max: 1680px;--panel: rgba(10, 14, 26, .72);--panel-strong: rgba(12, 18, 34, .92);--panel-soft: rgba(255,255,255,.045);--signal: #8fb1ff;--mint: #49e6b1;--glass-stroke: rgba(170, 190, 255, .13)}[data-theme=light]{--panel: rgba(255,255,255,.78);--panel-strong: rgba(255,255,255,.95);--panel-soft: rgba(61,110,240,.055);--signal: #315fe3;--mint: #04966d;--glass-stroke: rgba(38,63,110,.13)}.app-main{background:radial-gradient(circle at 22% 8%,rgba(79,126,247,.16),transparent 36%),radial-gradient(circle at 82% 26%,rgba(34,211,165,.09),transparent 32%),linear-gradient(135deg,var(--bg) 0%,var(--bg2) 48%,var(--bg) 100%)}[data-theme=light] .app-main{background:radial-gradient(circle at 18% 8%,rgba(61,110,240,.13),transparent 34%),radial-gradient(circle at 88% 18%,rgba(4,150,109,.08),transparent 30%),linear-gradient(135deg,#f8faff,#eef3fb 48%,#f7f9fd)}.carzo-sidebar{width:var(--sidebar-w);min-height:100vh;background:color-mix(in srgb,var(--bg2) 88%,transparent);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:14px 12px 18px;flex-shrink:0;position:sticky;top:0;height:100vh;overflow-y:auto;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.carzo-brand{height:58px;display:flex;align-items:center;padding:0 2px 12px;border-bottom:1px solid var(--border);margin-bottom:12px}.brand-logo-link{display:inline-flex;align-items:center;width:max-content;max-width:100%;text-decoration:none;flex-shrink:0}.brand-logo{position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:visible;background:transparent;border:1px solid transparent;box-shadow:none}.brand-logo:after{content:none}.brand-logo img{position:relative;z-index:1;width:100%;height:100%;display:block;object-fit:contain;filter:drop-shadow(0 10px 22px rgba(41,121,255,.24))}[data-theme=light] .brand-logo{overflow:hidden;background:radial-gradient(circle at 76% 38%,rgba(0,187,255,.12),transparent 38%),linear-gradient(135deg,#ffffffeb,#eef4fff0);border:1px solid color-mix(in srgb,var(--blue) 16%,var(--border));box-shadow:0 10px 24px #3d6ef01a}[data-theme=light] .brand-logo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 44%,rgba(0,187,255,.05));mix-blend-mode:screen}.brand-logo-nav{width:142px;height:46px;padding:4px 8px;border-radius:17px}.brand-logo-sidebar{width:166px;height:50px;padding:3px 8px;border-radius:18px}.brand-logo-compact{width:118px;height:40px;padding:3px 7px;border-radius:15px}.brand-logo-footer{width:132px;height:44px;padding:3px 8px;border-radius:16px;margin-bottom:12px}.brand-logo-hero{width:min(360px,82vw);height:124px;padding:8px 14px;border-radius:28px}.carzo-nav{display:grid;gap:6px}.carzo-nav-link{display:flex;align-items:center;gap:11px;padding:10px 11px;border-radius:15px;color:var(--text2);font-weight:760;font-size:14px;border:1px solid transparent;transition:.16s ease}.carzo-nav-link:hover,.carzo-nav-link.active{color:var(--text);background:var(--panel-soft);border-color:var(--glass-stroke)}.carzo-nav-link.active{box-shadow:inset 0 0 0 1px #4f7ef71f}.carzo-create-link{margin-top:8px;color:var(--signal);background:#4f7ef714;border-color:#4f7ef72e}.carzo-nav-icon{width:26px;height:26px;display:grid;place-items:center;border-radius:10px;background:var(--surface);color:currentColor;font-size:15px;line-height:1}.carzo-platforms{margin-top:18px;padding:12px;border-radius:18px;background:var(--panel);border:1px solid var(--border)}.carzo-sidebar-section-title{font-size:11px;font-weight:900;color:var(--text3);text-transform:uppercase;letter-spacing:.14em;margin-bottom:9px;display:flex;align-items:center;justify-content:space-between;gap:8px}.carzo-platform-sync{font-size:10px;letter-spacing:0;text-transform:none;color:var(--text3);font-weight:800}.carzo-platform-list{display:grid;gap:7px}.carzo-platform-row{display:grid;grid-template-columns:10px minmax(0,1fr) 34px;align-items:center;gap:8px;min-height:38px;padding:7px 8px;border-radius:13px;background:transparent;color:var(--text);text-align:left;transition:.15s ease}.carzo-platform-row:hover{background:var(--surface2)}.carzo-status-dot{width:8px;height:8px;border-radius:999px;background:var(--text3);box-shadow:0 0 0 4px #ffffff08}.carzo-status-dot.green{background:var(--green);box-shadow:0 0 0 4px #22d3a51f}.carzo-status-dot.amber{background:var(--amber);box-shadow:0 0 0 4px #fbbf241f}.carzo-status-dot.blue{background:var(--blue);box-shadow:0 0 0 4px #4f7ef71f}.carzo-status-dot.red{background:var(--red);box-shadow:0 0 0 4px #ef44441f}.carzo-status-dot.muted{background:var(--text3)}.carzo-platform-meta{min-width:0;display:grid;gap:1px}.carzo-platform-name{font-size:12px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.carzo-platform-country{font-size:10px;color:var(--text3);font-weight:800}.carzo-toggle{width:31px;height:18px;border-radius:999px;background:var(--surface2);border:1px solid var(--border2);padding:2px;display:flex;justify-content:flex-start}.carzo-toggle span{width:12px;height:12px;border-radius:999px;background:var(--text3);transition:.16s ease}.carzo-toggle.on{background:#22d3a52e;border-color:#22d3a542;justify-content:flex-end}.carzo-toggle.on span{background:var(--green)}.carzo-sidebar-bottom{margin-top:auto;padding-top:16px;border-top:1px solid var(--border);display:grid;gap:10px}.carzo-tools-row{display:grid;grid-template-columns:1fr 38px;gap:8px;align-items:center}.carzo-icon-button,.carzo-auth-button{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:13px;min-height:38px;font-weight:800}.carzo-icon-button:hover,.carzo-auth-button:hover{border-color:var(--border2);background:var(--surface2)}.carzo-user-card{display:flex;align-items:center;gap:10px;padding:9px;border-radius:16px;background:var(--panel);border:1px solid var(--border)}.carzo-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,var(--blue),var(--purple));color:#fff;font-weight:900;font-size:12px}.carzo-user-meta{min-width:0;display:grid;gap:1px;font-size:13px;font-weight:850}.carzo-user-meta div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.carzo-user-meta span{font-size:11px;color:var(--text3)}.carzo-auth-button{width:auto;display:inline-flex;justify-content:center;align-items:center;gap:8px;color:var(--text2)}.carzo-command-page{width:100%;max-width:var(--command-max);margin:0 auto;padding:26px clamp(18px,2.4vw,34px) 46px;overflow-x:hidden}.carzo-command-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:14px}.carzo-command-header h1{font-size:clamp(30px,4vw,54px);letter-spacing:-.065em;margin-bottom:8px}.carzo-command-header p{color:var(--text2);max-width:720px;font-size:15px}.carzo-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.carzo-view-toggle{display:inline-flex;padding:4px;border-radius:999px;background:var(--panel);border:1px solid var(--border)}.carzo-view-toggle button{padding:8px 13px;border-radius:999px;color:var(--text2);font-size:12px;font-weight:900}.carzo-view-toggle button.active{color:#fff;background:linear-gradient(135deg,var(--blue),var(--purple));box-shadow:0 12px 26px #4f7ef742}.carzo-public-note,.carzo-toast{border-radius:16px;padding:11px 14px;border:1px solid var(--glass-stroke);background:var(--panel);color:var(--text2);font-size:13px;margin-bottom:14px}.carzo-toast{color:var(--text);border-color:#fbbf2457;background:#fbbf2417}.carzo-radar-shell{display:grid;grid-template-columns:minmax(280px,.86fr) minmax(420px,1.36fr);gap:16px;margin-bottom:18px}.carzo-radar-map,.carzo-filter-console,.carzo-preview-panel,.carzo-results-column{background:var(--panel);border:1px solid var(--glass-stroke);border-radius:28px;box-shadow:0 22px 70px #0000002e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}[data-theme=light] .carzo-radar-map,[data-theme=light] .carzo-filter-console,[data-theme=light] .carzo-preview-panel,[data-theme=light] .carzo-results-column{box-shadow:0 22px 55px #1b2d5e1a}.carzo-radar-map{min-height:300px;position:relative;overflow:hidden;background:linear-gradient(135deg,#4f7ef714,#22d3a50e),var(--panel)}.carzo-radar-map:before{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border-radius:50%;background:linear-gradient(rgba(143,177,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(143,177,255,.08) 1px,transparent 1px);background-size:32px 32px;-webkit-mask-image:radial-gradient(circle,#000 0 61%,transparent 62%);mask-image:radial-gradient(circle,#000 0 61%,transparent 62%)}.carzo-radar-pulse{position:absolute;width:108px;height:108px;border-radius:50%;border:1px solid rgba(143,177,255,.25);left:50%;top:48%;transform:translate(-50%,-50%)}.carzo-radar-pulse.two{width:168px;height:168px;border-color:#22d3a52e}.carzo-radar-pulse.three{width:228px;height:228px;border-color:#8fb1ff1f}.carzo-radar-center{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);width:78px;height:78px;display:grid;place-items:center;border-radius:24px;color:#fff;font-weight:950;background:linear-gradient(145deg,var(--blue),var(--purple));box-shadow:0 24px 50px #4f7ef761}.carzo-radar-copy{position:absolute;left:20px;right:20px;top:18px;display:grid;gap:4px;z-index:3}.carzo-radar-copy strong{font-size:18px}.carzo-radar-copy span{color:var(--text2);font-size:13px}.carzo-map-roads{position:absolute;top:8px;right:8px;bottom:8px;left:8px;width:calc(100% - 16px);height:calc(100% - 16px);opacity:.58}.carzo-map-roads path{fill:none;stroke:#8fb1ff47;stroke-width:8;stroke-linecap:round;filter:drop-shadow(0 0 10px rgba(79,126,247,.25))}.carzo-map-roads path:nth-child(2),.carzo-map-roads path:nth-child(4){stroke:#22d3a52e;stroke-width:5}.carzo-map-radius{--radius-scale: 1;position:absolute;left:50%;top:39%;width:220px;height:220px;transform:translate(-50%,-50%) scale(var(--radius-scale));border-radius:999px;border:1px solid rgba(143,177,255,.42);background:radial-gradient(circle,rgba(79,126,247,.18) 0 7%,rgba(79,126,247,.08) 8% 52%,transparent 54%),radial-gradient(circle,rgba(34,211,165,.12),transparent 63%);box-shadow:inset 0 0 40px #4f7ef71f,0 0 46px #4f7ef729}.carzo-map-city{position:absolute;z-index:2;display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:5px 9px;border-radius:999px;color:var(--text);background:color-mix(in srgb,var(--surface) 84%,transparent);border:1px solid var(--border);font-size:11px;font-weight:950;box-shadow:0 10px 26px #0000002e}.carzo-map-city:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #22d3a521}.carzo-map-city.main{left:50%;top:39%;transform:translate(-50%,-50%);min-height:40px;padding:8px 12px;background:linear-gradient(145deg,var(--blue),var(--purple));color:#fff;font-size:14px;box-shadow:0 22px 52px #4f7ef75c}.carzo-map-city.cologne{right:24px;top:34%}.carzo-map-city.liege{left:24px;bottom:35%}.carzo-map-city.maastricht{right:42px;bottom:28%}.carzo-map-pins{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.carzo-map-pin{position:absolute;width:28px;height:28px;margin:-14px 0 0 -14px;border:0;border-radius:999px;background:transparent;cursor:pointer;pointer-events:auto}.carzo-map-pin span{position:absolute;top:7px;right:7px;bottom:7px;left:7px;border-radius:999px;background:linear-gradient(135deg,#22d3a5,#4f7ef7);border:2px solid rgba(255,255,255,.86);box-shadow:0 10px 24px #22d3a547,0 0 0 7px #22d3a51a;transition:transform .18s ease,box-shadow .18s ease}.carzo-map-pin:hover span,.carzo-map-pin.active span{transform:scale(1.28);box-shadow:0 14px 30px #4f7ef757,0 0 0 10px #4f7ef729}.carzo-radius-control{position:absolute;z-index:3;left:16px;right:16px;bottom:14px;display:grid;grid-template-columns:1fr;gap:8px;padding:11px;border-radius:18px;border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 88%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.carzo-radius-control label{display:grid;gap:5px;color:var(--text2);font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.carzo-radius-control input:not([type=range]){height:34px;border:1px solid var(--border);border-radius:12px;background:var(--surface2);color:var(--text);padding:0 10px;font-weight:850;outline:none}.carzo-radius-control input[type=range]{width:100%;accent-color:var(--blue)}.carzo-filter-console{padding:18px;display:grid;align-content:start;gap:12px}.carzo-ai-search-panel{display:grid;gap:10px;padding:14px;border-radius:20px;border:1px solid rgba(79,126,247,.22);background:radial-gradient(circle at 12% 0%,rgba(79,126,247,.14),transparent 34%),color-mix(in srgb,var(--surface) 88%,transparent)}.carzo-ai-search-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.carzo-ai-search-head h2{font-size:16px;letter-spacing:-.025em}.carzo-ai-search-head p{margin-top:3px;color:var(--text2);font-size:12px;line-height:1.45}.carzo-ai-badge{flex:0 0 auto;display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--purple));font-size:11px;font-weight:950}.carzo-ai-search-row{display:grid;grid-template-columns:minmax(0,1fr) max-content;gap:8px}.carzo-ai-search-row input{min-height:44px;border:1px solid var(--border);border-radius:15px;background:var(--surface2);color:var(--text);outline:none;padding:0 13px;font-weight:820}.carzo-ai-search-row button{min-height:44px;padding:0 14px;border-radius:15px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--purple));font-size:12px;font-weight:950}.carzo-ai-examples{display:flex;flex-wrap:wrap;gap:7px}.carzo-ai-examples button,.carzo-ai-understood span{min-height:27px;padding:0 9px;border-radius:999px;background:var(--blue-g);color:var(--signal);font-size:11px;font-weight:900}.carzo-ai-understood{display:flex;flex-wrap:wrap;gap:7px;align-items:center;color:var(--text3);font-size:11px;font-weight:900}.carzo-telegram-radar-optin{display:grid;gap:10px;padding:12px;border:1px solid rgba(45,212,128,.24);border-radius:18px;background:radial-gradient(circle at 12% 0%,rgba(45,212,128,.16),transparent 34%),#06120fc7;box-shadow:inset 0 1px #ffffff0a}.carzo-telegram-radar-optin label{display:flex;align-items:center;gap:10px;color:var(--text);font-size:13px;font-weight:950}.carzo-telegram-radar-optin input[type=checkbox]{width:18px;height:18px;accent-color:var(--signal)}.carzo-telegram-radar-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.carzo-telegram-radar-controls input{min-height:42px;border:1px solid var(--border);border-radius:14px;background:#0f151ce0;color:var(--text);outline:none;padding:0 12px;font-size:12px;font-weight:780}.carzo-telegram-radar-controls button{min-height:42px;border-radius:14px;padding:0 14px;color:#03100a;background:linear-gradient(135deg,var(--signal),#57b6ff);font-size:12px;font-weight:950}.carzo-telegram-radar-controls button:disabled{cursor:not-allowed;filter:grayscale(.75);opacity:.55}.carzo-telegram-radar-optin p{margin:0;color:var(--text3);font-size:11px;line-height:1.45;font-weight:750}@media(max-width:720px){.carzo-telegram-radar-controls{grid-template-columns:1fr}}.carzo-filter-top{display:grid;grid-template-columns:minmax(220px,1fr) 172px 128px;gap:10px}.carzo-search-input-wrap{position:relative}.carzo-search-input-wrap span{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text3);font-size:18px}.carzo-search-input-wrap input,.carzo-filter-top select,.carzo-vehicle-select-grid select{width:100%;height:46px;border-radius:16px;border:1px solid var(--border);background:var(--surface);color:var(--text);outline:none;padding:0 14px;font-weight:750}.carzo-search-input-wrap input{padding-left:42px}.carzo-search-button{min-height:46px;border:0;border-radius:16px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--purple));font-size:13px;font-weight:950;cursor:pointer;box-shadow:0 14px 30px #4f7ef73d}.carzo-search-button:disabled{cursor:progress;opacity:.72}.carzo-vehicle-select-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.carzo-vehicle-select-grid label{display:grid;gap:5px}.carzo-vehicle-select-grid span{color:var(--text3);font-size:10px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.carzo-vehicle-select-grid select{height:40px;border-radius:14px;font-size:12px;font-weight:850}.carzo-vehicle-select-grid select:disabled{opacity:.55;cursor:not-allowed}.carzo-chipline{display:flex;flex-wrap:wrap;gap:8px}.carzo-chipline.subtle .chip:not(.active){opacity:.78}.carzo-feed-filter-grid{display:grid;gap:10px;padding:10px;border-radius:18px;border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 88%,transparent)}.carzo-filter-group{display:grid;gap:6px}.carzo-filter-group>div:first-child{color:var(--text3);font-size:11px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}.carzo-filter-group>div:last-child,.carzo-numeric-filters{display:flex;flex-wrap:wrap;gap:7px}.carzo-toggle-chip{min-height:32px;padding:0 11px;border-radius:999px;border:1px solid var(--border);background:var(--surface2);color:var(--text2);font-size:12px;font-weight:900}.carzo-toggle-chip.active{color:var(--signal);border-color:#4f7ef76b;background:var(--blue-g);box-shadow:0 10px 22px #4f7ef71f}.carzo-numeric-filters input{width:min(150px,100%);min-height:34px;border-radius:12px;border:1px solid var(--border);background:var(--surface2);color:var(--text);padding:0 10px;font-size:12px;font-weight:850;outline:none}.carzo-workspace-grid{display:grid;grid-template-columns:minmax(440px,1fr) minmax(330px,410px);gap:16px;align-items:start}.carzo-results-column{padding:16px}.carzo-results-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.carzo-results-head div{display:flex;align-items:baseline;gap:8px}.carzo-results-head strong{font-size:30px;letter-spacing:-.05em}.carzo-results-head span{color:var(--text2);font-weight:800}.carzo-results-head button{color:var(--signal);font-weight:900;font-size:13px}.carzo-card-stack{display:grid;gap:12px}.carzo-loading-card{height:230px;border-radius:24px}.carzo-listing-card{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:210px;background:var(--panel-strong);border:1px solid var(--border);border-radius:24px;overflow:hidden;cursor:pointer;animation:fadeIn .35s ease both;transition:.18s ease}.carzo-listing-card:hover,.carzo-listing-card.selected{border-color:#8fb1ff61;transform:translateY(-2px);box-shadow:0 18px 44px #00000038}[data-theme=light] .carzo-listing-card:hover,[data-theme=light] .carzo-listing-card.selected{box-shadow:0 18px 40px #1e2d501f}.carzo-listing-image{position:relative;min-height:210px;background:linear-gradient(135deg,var(--bg3),rgba(79,126,247,.09));overflow:hidden}.carzo-listing-image img{width:100%;height:100%;object-fit:cover}.carzo-car-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:46px}.carzo-platform-badge,.carzo-score-badge{position:absolute;top:12px;border-radius:12px;padding:5px 9px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:11px;font-weight:950}.carzo-platform-badge{left:12px;color:var(--text);background:var(--platform-badge-bg);border:1px solid var(--border)}.carzo-score-badge{right:12px;border:1px solid}.carzo-photo-count{position:absolute;left:12px;bottom:12px;border-radius:999px;padding:6px 9px;color:#fff;background:#06080fad;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:11px;font-weight:950}.carzo-listing-body{padding:16px;display:grid;align-content:start;gap:10px}.carzo-listing-title-row{display:flex;gap:10px;align-items:flex-start;justify-content:space-between}.carzo-listing-title-row h3{font-size:15px;letter-spacing:-.02em;line-height:1.25}.carzo-original-button{flex:0 0 auto;color:var(--signal);font-size:11px;font-weight:900}.carzo-price-row{display:flex;align-items:baseline;gap:8px}.carzo-price-row strong{font-size:17px;line-height:1;letter-spacing:-.03em;color:var(--cz-accent);font-family:var(--cz-mono)}.carzo-price-row del{color:var(--text3);font-size:14px;font-weight:800;text-decoration-thickness:1.5px}.carzo-price-row span{color:var(--text3);font-size:12px;font-weight:900}.carzo-card-context{display:flex;flex-wrap:wrap;gap:8px}.carzo-card-context span{display:inline-flex;align-items:center;gap:6px;min-height:24px;padding:4px 9px;border-radius:999px;background:color-mix(in srgb,var(--surface2) 82%,transparent);color:var(--text3);font-size:11px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.carzo-card-context i{color:var(--blue);font-style:normal;font-size:11px}.carzo-meta-grid{display:flex;flex-wrap:wrap;gap:6px}.carzo-meta-grid-secondary .carzo-meta-chip{background:color-mix(in srgb,var(--surface2) 76%,transparent);color:var(--text)}.carzo-meta-chip{display:inline-flex;align-items:center;gap:5px;min-height:25px;padding:4px 8px;border-radius:9px;background:var(--surface2);color:var(--text2);font-size:12px;font-weight:780}.carzo-card-summary{display:-webkit-box;overflow:hidden;color:var(--text2);font-size:13px;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}.carzo-card-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:2px}.carzo-card-actions button{min-height:30px;padding:0 9px;border-radius:10px;background:var(--surface);border:1px solid var(--border);color:var(--text2);font-size:11px;font-weight:900}.carzo-card-actions button:hover{color:var(--text);border-color:var(--border2);background:var(--surface2)}.carzo-load-more{display:flex;justify-content:center;margin-top:18px}.spinner.mini{width:15px;height:15px;border-width:2px}.carzo-empty-state{min-height:300px;display:grid;place-items:center;text-align:center;align-content:center;gap:8px;color:var(--text2)}.carzo-empty-state div{font-size:48px;color:var(--text3)}.carzo-preview-panel{position:sticky;top:18px;overflow:hidden}.carzo-preview-panel.empty{min-height:360px;padding:28px;display:grid;place-items:center;align-content:center;gap:8px;text-align:center;color:var(--text2)}.carzo-preview-panel.empty div{font-size:58px}.carzo-preview-image{height:250px;position:relative;background:var(--bg3)}.carzo-preview-image img{width:100%;height:100%;object-fit:cover}.carzo-preview-image>span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:58px}.carzo-preview-score{position:absolute;right:18px;bottom:18px;width:82px;height:82px;display:grid;place-items:center;border-radius:24px;background:#041612d1;border:1px solid rgba(34,211,165,.32);color:var(--green);font-size:32px;font-weight:950;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.carzo-preview-score small{display:block;margin-top:-18px;color:var(--text2);font-size:11px;letter-spacing:.14em}.carzo-preview-photo-counter{position:absolute;left:14px;top:14px;border-radius:999px;padding:6px 10px;background:#06080fb8;color:#fff;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:12px;font-weight:950}.carzo-preview-thumbs{display:flex;gap:7px;overflow-x:auto;padding:10px 12px 0;background:var(--panel)}.carzo-preview-thumbs button{flex:0 0 auto;width:58px;height:42px;padding:0;overflow:hidden;border-radius:10px;border:1px solid var(--border);background:var(--surface2);opacity:.68}.carzo-preview-thumbs button.active{opacity:1;border-color:var(--blue);box-shadow:0 0 0 2px #4f7ef724}.carzo-preview-thumbs img{width:100%;height:100%;object-fit:cover;display:block}.carzo-preview-content{padding:18px;display:grid;gap:14px}.carzo-preview-platform{color:var(--text3);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.carzo-preview-content h2{font-size:25px;letter-spacing:-.055em}.carzo-preview-price{font-size:32px;line-height:1;font-weight:950;color:var(--blue);letter-spacing:-.065em}.carzo-translation-note{display:flex;justify-content:space-between;gap:10px;padding:9px 10px;border-radius:13px;background:#4f7ef714;color:var(--text2);font-size:12px;font-weight:800}.carzo-translation-note button{color:var(--signal);font-weight:950}.carzo-preview-content section{display:grid;gap:5px}.carzo-preview-content section h3,.carzo-notify-card h3{font-size:13px;letter-spacing:-.02em}.carzo-preview-content section p{color:var(--text2);font-size:13px;line-height:1.58}.carzo-preview-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.carzo-chat-card,.carzo-notify-card{padding:13px;border-radius:17px;border:1px solid var(--border);background:var(--surface)}.carzo-chat-card{display:flex;align-items:center;justify-content:space-between;gap:10px}.carzo-chat-card div{display:grid;gap:3px}.carzo-chat-card span{color:var(--text2);font-size:12px}.carzo-chat-card button{padding:9px 12px;border-radius:12px;background:var(--blue-g);color:var(--signal);font-weight:950}.carzo-notify-card{display:grid;gap:9px}.carzo-notify-card label{display:flex;align-items:center;gap:8px;color:var(--text2);font-size:12px;font-weight:800}.carzo-notify-card input{accent-color:var(--blue)}.public-page{position:relative;min-height:100vh;overflow:hidden;background:var(--bg);color:var(--text);padding:36px 18px 80px}.public-aurora{position:fixed;top:-20%;right:-20%;bottom:-20%;left:-20%;pointer-events:none;background:radial-gradient(circle at 18% 4%,rgba(79,126,247,.18),transparent 28%),radial-gradient(circle at 78% 18%,rgba(124,90,246,.16),transparent 28%),radial-gradient(circle at 50% 92%,rgba(34,211,165,.1),transparent 30%)}.public-container{position:relative;width:min(1040px,100%);margin:0 auto}.public-back{display:inline-flex;margin-bottom:28px;color:var(--signal);font-weight:950;text-decoration:none}.public-hero{max-width:760px;margin-bottom:24px}.public-hero h1{margin-top:10px;margin-bottom:12px;font-size:clamp(34px,6vw,64px);line-height:.98;letter-spacing:-.065em}.public-hero p{color:var(--text2);font-size:17px;line-height:1.72}.public-grid{display:grid;gap:14px;margin-bottom:14px}.public-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.public-card{padding:24px;border:1px solid var(--border);border-radius:26px;background:color-mix(in srgb,var(--surface) 90%,transparent);box-shadow:0 18px 46px color-mix(in srgb,var(--shadow-card) 28%,transparent)}.public-card.accent{border-color:#4f7ef742;background:radial-gradient(circle at 0% 0%,rgba(79,126,247,.14),transparent 38%),color-mix(in srgb,var(--surface) 90%,transparent)}.public-card.warning{border-color:#fbbf2457;background:radial-gradient(circle at 0% 0%,rgba(251,191,36,.12),transparent 36%),color-mix(in srgb,var(--surface) 90%,transparent)}.public-card h2,.public-prose h2{margin-bottom:9px;font-size:21px;letter-spacing:-.035em}.public-card p,.public-card li,.public-prose p{color:var(--text2);line-height:1.76}.public-card a{color:var(--signal);font-weight:900}.public-card ul{display:grid;gap:8px;padding-left:18px}.public-article-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.public-article-card{min-height:250px;justify-content:space-between}.public-tags,.public-cta-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.public-tags span{padding:5px 9px;border-radius:999px;color:var(--signal);background:var(--blue-g);font-size:12px;font-weight:900}.public-prose section{margin-bottom:24px}.article-project-bridge{display:grid;gap:18px;margin-bottom:24px;padding:22px;border:1px solid rgba(79,126,247,.24);border-radius:24px;background:radial-gradient(circle at 0% 0%,rgba(79,126,247,.14),transparent 42%),radial-gradient(circle at 100% 100%,rgba(34,211,165,.08),transparent 34%),color-mix(in srgb,var(--surface2) 82%,transparent)}.article-project-bridge-copy{display:grid;gap:10px}.article-project-bridge-copy h2{margin:0}.article-project-bridge-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.article-project-link{display:grid;gap:6px;padding:16px 18px;border-radius:20px;border:1px solid rgba(143,177,255,.2);background:color-mix(in srgb,var(--surface) 88%,transparent);color:var(--text)!important;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.article-project-link:hover{transform:translateY(-1px);border-color:#8fb1ff6b;box-shadow:0 16px 36px color-mix(in srgb,var(--shadow-card) 22%,transparent)}.article-project-link strong{color:var(--text);font-size:15px;line-height:1.24}.article-project-link span{color:var(--text2);font-size:13px;line-height:1.58}.article-project-bridge-actions{margin-bottom:0}.magazine-hero-panel{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:22px;align-items:stretch;margin-bottom:16px}.magazine-hero-copy{display:grid;gap:14px}.magazine-hero-copy h2,.magazine-feature-card h2,.magazine-related h2{font-size:clamp(28px,4vw,46px);line-height:1;letter-spacing:-.055em}.magazine-hero-copy p,.magazine-feature-card p,.magazine-callout p{color:var(--text2);line-height:1.72}.magazine-kicker{color:var(--signal);font-size:12px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.magazine-hero-actions,.landing-guides-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.magazine-stat-grid{display:grid;gap:10px}.magazine-stat-grid div{display:grid;gap:4px;padding:18px;border-radius:20px;border:1px solid rgba(143,177,255,.18);background:color-mix(in srgb,var(--surface2) 72%,transparent)}.magazine-stat-grid strong{font-size:28px;letter-spacing:-.05em}.magazine-stat-grid span,.magazine-meta,.magazine-article-meta{color:var(--text3);font-size:12px;font-weight:850}.magazine-category-strip{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.magazine-category-strip span{padding:8px 12px;border-radius:999px;border:1px solid var(--border);color:var(--text2);background:color-mix(in srgb,var(--surface) 86%,transparent);font-size:12px;font-weight:900}.magazine-feature-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:14px;margin-bottom:14px}.magazine-feature-card,.magazine-side-list a,.magazine-card{color:var(--text);text-decoration:none;border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 90%,transparent);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.magazine-feature-card{display:grid;align-content:end;gap:14px;min-height:340px;padding:28px;border-radius:30px;background:radial-gradient(circle at 0% 0%,rgba(79,126,247,.18),transparent 42%),radial-gradient(circle at 100% 80%,rgba(34,211,165,.12),transparent 38%),color-mix(in srgb,var(--surface) 92%,transparent)}.magazine-feature-card span,.magazine-card-top span{color:var(--signal);font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.magazine-feature-card small,.magazine-side-list small{color:var(--text3);font-size:12px;font-weight:900}.magazine-side-list{display:grid;gap:10px}.magazine-side-list a{display:grid;gap:7px;padding:18px;border-radius:22px}.magazine-side-list span{width:fit-content;padding:4px 8px;border-radius:999px;color:var(--signal);background:var(--blue-g);font-size:11px;font-weight:950}.magazine-side-list strong{line-height:1.24}.magazine-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px}.magazine-card-grid.compact{margin-bottom:0}.magazine-card{display:grid;gap:12px;min-height:238px;padding:22px;border-radius:24px}.magazine-feature-card:hover,.magazine-side-list a:hover,.magazine-card:hover{transform:translateY(-2px);border-color:#8fb1ff5c;box-shadow:0 18px 44px color-mix(in srgb,var(--shadow-card) 42%,transparent)}.magazine-card-top{display:flex;justify-content:space-between;gap:12px;align-items:center}.magazine-card-top strong{padding:5px 9px;border-radius:999px;color:var(--text);background:color-mix(in srgb,var(--surface2) 76%,transparent);font-size:12px}.magazine-card h2{font-size:20px;line-height:1.14;letter-spacing:-.04em}.magazine-card p{color:var(--text2);font-size:14px;line-height:1.6}.magazine-meta{display:flex;flex-wrap:wrap;gap:8px;align-self:end}.magazine-callout{display:flex;gap:18px;align-items:center;justify-content:space-between}.magazine-article{margin-bottom:16px}.magazine-article-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.magazine-article-meta span{padding:6px 10px;border-radius:999px;background:color-mix(in srgb,var(--surface2) 74%,transparent)}.magazine-summary,.magazine-keypoints{padding:20px;border-radius:22px;border:1px solid rgba(143,177,255,.2);background:radial-gradient(circle at 0% 0%,rgba(79,126,247,.1),transparent 42%),color-mix(in srgb,var(--surface2) 76%,transparent)}.magazine-keypoints ul,.magazine-section ul{display:grid;gap:8px;padding-left:18px}.magazine-faq{display:grid;gap:10px}.magazine-faq details{padding:16px 18px;border:1px solid var(--border);border-radius:18px;background:color-mix(in srgb,var(--surface2) 70%,transparent)}.magazine-faq summary{cursor:pointer;color:var(--text);font-weight:950}.magazine-faq p{margin-top:10px}.magazine-sources div{display:flex;flex-wrap:wrap;gap:8px}.magazine-sources a{padding:8px 11px;border-radius:999px;background:var(--blue-g);text-decoration:none}.magazine-related{margin-top:18px}.magazine-related h2{margin-bottom:14px}.landing-magazine-strip{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr);gap:16px;margin-top:14px;padding:20px;border:1px solid rgba(143,177,255,.22);border-radius:26px;background:radial-gradient(circle at 0% 0%,rgba(79,126,247,.13),transparent 42%),color-mix(in srgb,var(--surface) 90%,transparent)}.landing-magazine-strip span{display:block;margin-bottom:8px;color:var(--signal);font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.landing-magazine-strip strong{display:block;font-size:20px;line-height:1.2;letter-spacing:-.035em}.landing-magazine-links{display:grid;gap:8px}.landing-magazine-links a{padding:11px 13px;border:1px solid var(--border);border-radius:16px;color:var(--text2);background:color-mix(in srgb,var(--surface2) 70%,transparent);text-decoration:none;font-size:14px;font-weight:850}@media(max-width:1320px){.carzo-workspace-grid{grid-template-columns:1fr}.carzo-preview-panel{position:static}}@media(max-width:980px){.carzo-command-header{flex-direction:column}.carzo-header-actions{width:100%;justify-content:space-between}.carzo-radar-shell,.carzo-filter-top,.carzo-ai-search-row,.carzo-vehicle-select-grid{grid-template-columns:1fr}.carzo-listing-card{grid-template-columns:170px minmax(0,1fr)}.carzo-listing-image{min-height:198px}.landing-guides-grid,.article-project-bridge-grid,.magazine-card-grid,.magazine-feature-layout,.magazine-hero-panel,.landing-magazine-strip,.public-grid.two{grid-template-columns:1fr}.magazine-feature-card{min-height:260px}.magazine-callout{align-items:flex-start;flex-direction:column}}@media(max-width:1180px){.carzo-sidebar{width:100%!important;min-height:auto!important;height:auto!important;position:fixed!important;top:auto!important;left:0!important;right:0!important;bottom:0!important;z-index:1000!important;display:block!important;padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;border-right:0!important;border-top:1px solid var(--border)!important;background:var(--nav-bg)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow:visible!important}.carzo-brand,.carzo-platforms,.carzo-sidebar-bottom{display:none!important}.carzo-nav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;width:100%}.carzo-nav-link{margin:0!important;min-height:58px;justify-content:center;flex-direction:column;gap:3px!important;padding:8px 4px!important;font-size:11px!important;border-radius:16px!important}}@media(max-width:720px){.carzo-command-page{padding:18px 12px 110px}.carzo-command-header h1{font-size:32px}.carzo-radar-map{min-height:190px}.carzo-results-column{padding:10px;border-radius:22px}.carzo-listing-card{grid-template-columns:1fr}.carzo-listing-image{min-height:220px}.carzo-listing-title-row{display:grid}.carzo-preview-actions{grid-template-columns:1fr}.carzo-view-toggle{width:100%}.carzo-view-toggle button{flex:1}}html.telegram-mini-app .carzo-command-page-public{padding-top:calc(env(safe-area-inset-top,0px) + 10px)}html.telegram-mini-app .carzo-command-header{gap:12px;margin-bottom:10px}html.telegram-mini-app .carzo-command-header h1{font-size:clamp(22px,7vw,34px);line-height:.96;margin-bottom:6px}html.telegram-mini-app .carzo-command-header p{font-size:13px;max-width:none}html.telegram-mini-app .carzo-header-actions{width:100%;gap:8px;justify-content:stretch}html.telegram-mini-app .carzo-header-actions>*{flex:1 1 0}html.telegram-mini-app .carzo-view-toggle{width:100%}html.telegram-mini-app .carzo-view-toggle button{flex:1 1 0;min-height:38px}html.telegram-mini-app .carzo-auth-button{min-height:38px;font-size:12px;white-space:nowrap}html.telegram-mini-app .carzo-public-note,html.telegram-mini-app .carzo-toast{margin-bottom:10px;padding:10px 12px;font-size:12px;line-height:1.4}html.telegram-mini-app .carzo-public-note{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}html.telegram-mini-app .carzo-radar-shell{gap:12px}html.telegram-mini-app .carzo-radar-map{min-height:236px}html.telegram-mini-app .carzo-radar-copy{left:14px;right:14px;top:14px}html.telegram-mini-app .carzo-radar-copy strong{font-size:16px}html.telegram-mini-app .carzo-radar-copy span{font-size:12px}html.telegram-mini-app .carzo-radius-control{left:10px;right:10px;bottom:10px;gap:6px;padding:10px}html.telegram-mini-app .carzo-radius-control label{font-size:10px}html.telegram-mini-app .carzo-radius-control input:not([type=range]){height:38px}html.telegram-mini-app .carzo-filter-console{padding:14px;gap:10px}html.telegram-mini-app .carzo-ai-search-panel{gap:8px;padding:12px;border-radius:18px}html.telegram-mini-app .carzo-ai-search-head h2{font-size:15px}html.telegram-mini-app .carzo-ai-search-head p{font-size:11px}html.telegram-mini-app .carzo-ai-badge{min-height:24px;padding:0 8px;font-size:10px}html.telegram-mini-app .carzo-ai-search-row input,html.telegram-mini-app .carzo-ai-search-row button{min-height:40px}html.telegram-mini-app .carzo-map-city{font-size:10px;min-height:26px;padding:4px 8px}html.telegram-mini-app .carzo-map-city.main{min-height:36px;padding:7px 10px;font-size:13px}@media(max-width:720px)and (max-height:780px){html.telegram-mini-app .carzo-command-page{padding:14px 12px 98px}html.telegram-mini-app .carzo-command-page-public{padding-top:calc(env(safe-area-inset-top,0px) + 6px)}html.telegram-mini-app .carzo-command-header{gap:8px;margin-bottom:8px}html.telegram-mini-app .carzo-command-header h1{font-size:clamp(20px,6.4vw,28px);margin-bottom:4px}html.telegram-mini-app .carzo-command-header p{font-size:12px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}html.telegram-mini-app .carzo-view-toggle button,html.telegram-mini-app .carzo-auth-button{min-height:36px;font-size:11px}html.telegram-mini-app .carzo-public-note,html.telegram-mini-app .carzo-toast{margin-bottom:8px;padding:8px 10px;font-size:11px}html.telegram-mini-app .carzo-radar-shell{gap:10px}html.telegram-mini-app .carzo-radar-map{min-height:206px}html.telegram-mini-app .carzo-radar-copy{top:12px;left:12px;right:12px}html.telegram-mini-app .carzo-radar-copy strong{font-size:15px}html.telegram-mini-app .carzo-radar-copy span{font-size:11px}html.telegram-mini-app .carzo-radius-control{left:8px;right:8px;bottom:8px;padding:8px}html.telegram-mini-app .carzo-radius-control input:not([type=range]){height:36px}html.telegram-mini-app .carzo-filter-console{gap:8px;padding:12px}html.telegram-mini-app .carzo-ai-search-panel{gap:7px;padding:10px}html.telegram-mini-app .carzo-ai-search-head h2{font-size:14px}html.telegram-mini-app .carzo-ai-search-head p,html.telegram-mini-app .carzo-ai-badge{font-size:10px}html.telegram-mini-app .carzo-ai-search-row input,html.telegram-mini-app .carzo-ai-search-row button{min-height:38px}}.settings-platform-list{display:grid;gap:10px}.settings-platform-select-row>span{color:var(--text3);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.settings-platform-select{min-height:48px;border-radius:15px!important;font-size:14px;font-weight:850}.settings-platform-mini-list{display:flex;gap:8px;overflow-x:auto;padding:0 0 2px;scrollbar-width:thin}.settings-platform-mini-list button{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:8px 11px;border:1px solid var(--border);border-radius:999px;background:color-mix(in srgb,var(--bg3) 84%,transparent);color:var(--text3);cursor:pointer;white-space:nowrap}.settings-platform-mini-list button.active{border-color:#22d3a557;background:#22d3a514;color:var(--text)}.settings-platform-mini-list button span{font-size:12px;font-weight:850}.settings-platform-card{display:grid!important;grid-template-columns:minmax(420px,1fr) minmax(460px,auto)!important;align-items:center;gap:14px 18px;min-height:104px;padding:14px 16px!important;border-radius:18px!important;background:color-mix(in srgb,var(--bg3) 84%,transparent)!important;border:1px solid var(--border)!important;box-shadow:0 12px 28px color-mix(in srgb,var(--shadow-card) 35%,transparent)}.settings-platform-card.connected{background:#22d3a50f!important;border-color:#22d3a53d!important}.settings-platform-info{min-width:0;display:grid;gap:5px}.settings-platform-head{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.settings-platform-title{font-size:18px;font-weight:950;letter-spacing:-.035em}.settings-platform-country{color:var(--text3);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.settings-platform-desc,.settings-platform-hint,.settings-platform-user{min-width:0;font-size:12px;line-height:1.42}.settings-platform-desc{color:var(--text2);max-width:720px}.settings-platform-hint{color:var(--text3);max-width:740px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.settings-platform-hint.ready,.settings-platform-user{color:var(--green)}.settings-platform-actions{display:grid!important;grid-template-columns:minmax(96px,auto) repeat(3,max-content);align-items:center;justify-content:end!important;gap:8px;min-width:0}.settings-platform-status{min-width:96px;text-align:right;font-size:12px;font-weight:950;white-space:nowrap}.settings-platform-actions .btn,.settings-platform-actions button{min-height:38px;padding:9px 14px!important;border-radius:14px!important;font-size:13px;line-height:1.15;white-space:nowrap!important;box-shadow:none}.settings-platform-actions .btn-primary{max-width:250px}@media(max-width:1500px){.settings-platform-card{grid-template-columns:1fr!important;align-items:start}.settings-platform-actions{justify-content:start!important;grid-template-columns:minmax(96px,auto) repeat(3,max-content)}.settings-platform-status{text-align:left}}@media(max-width:760px){.settings-platform-card{min-height:auto;padding:13px!important;border-radius:16px!important}.settings-platform-actions{grid-template-columns:1fr;width:100%}.settings-platform-status{min-width:0}.settings-platform-actions .btn,.settings-platform-actions button,.settings-platform-actions .btn-primary{width:100%;max-width:none}}.landing-market-hero{position:relative;padding:74px 24px 32px}.landing-hero-grid{width:min(1240px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(360px,.82fr) minmax(560px,1.18fr);gap:24px;align-items:stretch}.landing-hero-copy,.landing-live-market{animation:fadeInUp .55s ease both}.landing-hero-copy{display:flex;flex-direction:column;justify-content:center;min-height:468px;padding:24px 0}.landing-hero-signal{margin-bottom:14px;color:var(--signal);font-size:12px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.landing-hero-copy h1{display:grid;gap:4px;margin-bottom:16px;max-width:560px;font-size:clamp(34px,5vw,60px);line-height:.98;letter-spacing:-.065em}.landing-hero-copy h1 span{color:var(--text)}.landing-hero-copy h1 strong{background:linear-gradient(135deg,var(--blue) 0%,var(--purple) 48%,#a78bfa 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 28px rgba(79,126,247,.26))}.landing-hero-copy p{max-width:560px;margin-bottom:20px;color:var(--text2);font-size:clamp(15px,1.45vw,17px);line-height:1.58}.landing-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px}.landing-primary-feed,.landing-telegram-action{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:17px;font-size:15px;font-weight:950;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.landing-primary-feed{color:#fff;background:linear-gradient(135deg,var(--blue) 0%,var(--purple) 100%);box-shadow:0 16px 44px #4f7ef76b,0 0 0 1px #ffffff1c inset}.landing-telegram-action{color:var(--text);background:color-mix(in srgb,var(--surface) 88%,transparent);border:1px solid var(--border2);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.landing-primary-feed:hover,.landing-telegram-action:hover,.landing-search-strip:hover,.landing-live-card:hover{transform:translateY(-2px)}.landing-primary-feed:hover{box-shadow:0 20px 58px #4f7ef78f,0 0 0 1px #ffffff29 inset}.landing-telegram-action:hover{border-color:#8fb1ff61;background:var(--surface2)}.landing-search-strip{width:min(560px,100%);min-height:48px;display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:16px;padding:8px 9px 8px 15px;color:var(--text);background:color-mix(in srgb,var(--surface) 88%,transparent);border:1px solid var(--border);border-radius:18px;text-decoration:none;transition:.18s ease;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.landing-search-strip span{display:grid;place-items:center;width:26px;height:26px;border-radius:9px;color:var(--signal);background:var(--blue-g)}.landing-search-strip input{min-width:0;border:0;outline:none;background:transparent;color:var(--text);font:inherit;font-size:13px;font-weight:800}.landing-search-strip input::placeholder{overflow:hidden;color:var(--text2);text-overflow:ellipsis;opacity:.86}.landing-search-strip button{border:0;cursor:pointer;padding:8px 12px;border-radius:13px;color:#fff;background:var(--blue);font-size:12px;font-weight:950}.landing-guides-section{width:min(1060px,calc(100% - 48px));margin:0 auto;padding:88px 0 80px}.landing-guides-head{display:grid;gap:12px;max-width:660px;margin-bottom:24px}.landing-guides-head span,.public-hero span{color:var(--signal);font-size:12px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.landing-guides-head h2{font-size:clamp(28px,4vw,48px);line-height:1;letter-spacing:-.055em}.landing-guides-head p{color:var(--text2);line-height:1.72}.landing-guides-grid,.public-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.landing-guide-card,.public-article-card{display:grid;gap:10px;min-height:210px;padding:22px;border-radius:24px;border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 90%,transparent);color:var(--text);text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.landing-guide-card:hover,.public-article-card:hover{transform:translateY(-2px);border-color:#8fb1ff5c;box-shadow:0 18px 44px color-mix(in srgb,var(--shadow-card) 42%,transparent)}.landing-guide-card small,.public-article-card span,.public-article-card small{color:var(--text3);font-size:12px;font-weight:900}.landing-guide-card h3,.public-article-card h2{font-size:19px;line-height:1.18;letter-spacing:-.035em}.landing-guide-card p,.public-article-card p{color:var(--text2);font-size:14px;line-height:1.62}.landing-guides-all{display:inline-flex;margin-top:18px;color:var(--signal);font-weight:950;text-decoration:none}.landing-hero-stats{display:flex;flex-wrap:wrap;gap:12px;color:var(--text3);font-size:12px;font-weight:800}.landing-hero-stats span{display:inline-flex;align-items:baseline;gap:5px}.landing-hero-stats strong{color:var(--text);font-size:15px}.landing-live-market{position:relative;min-height:468px;padding:16px;overflow:hidden;border:1px solid var(--border);border-radius:30px;background:radial-gradient(circle at 18% 0%,rgba(79,126,247,.18),transparent 32%),linear-gradient(145deg,color-mix(in srgb,var(--surface) 84%,transparent),color-mix(in srgb,var(--bg3) 80%,transparent));box-shadow:0 28px 90px color-mix(in srgb,var(--shadow-card) 60%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.landing-live-market:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(rgba(143,177,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(143,177,255,.06) 1px,transparent 1px);background-size:38px 38px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 88%);mask-image:linear-gradient(to bottom,#000,transparent 88%)}.landing-live-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.landing-live-head div{display:grid;gap:2px}.landing-live-head span{color:var(--text3);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.landing-live-head strong{font-size:20px;letter-spacing:-.04em}.landing-live-head a{flex:0 0 auto;color:var(--signal);font-size:13px;font-weight:950}.landing-live-list{position:relative;z-index:1;display:grid;gap:10px}.landing-live-card{display:grid;grid-template-columns:144px minmax(0,1fr);min-height:96px;overflow:hidden;color:var(--text);background:color-mix(in srgb,var(--surface) 88%,transparent);border:1px solid var(--border);border-radius:20px;text-decoration:none;animation:fadeIn .42s ease both;transition:transform .18s ease,border-color .18s ease,background .18s ease}.landing-live-card:hover{border-color:#8fb1ff5c;background:var(--surface2)}.landing-live-image{position:relative;min-height:96px;overflow:hidden;background:linear-gradient(135deg,var(--bg3),rgba(79,126,247,.12))}.landing-live-image img{width:100%;height:100%;object-fit:cover}.landing-live-image>span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:34px}.landing-live-image small{position:absolute;left:8px;bottom:8px;max-width:calc(100% - 16px);overflow:hidden;padding:4px 7px;border-radius:999px;color:#fff;background:#06080fb8;border:1px solid rgba(255,255,255,.12);font-size:10px;font-weight:900;text-overflow:ellipsis;white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-live-info{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px}.landing-live-info h3{display:-webkit-box;max-width:100%;overflow:hidden;margin-bottom:5px;color:var(--text);font-size:16px;line-height:1.15;letter-spacing:-.035em;-webkit-line-clamp:2;-webkit-box-orient:vertical}.landing-live-info p{overflow:hidden;color:var(--text2);font-size:12px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.landing-live-price{flex:0 0 auto;display:grid;justify-items:end;gap:6px}.landing-live-price strong{color:var(--blue);font-size:20px;line-height:1;letter-spacing:-.055em;white-space:nowrap}.landing-live-price span{min-width:54px;padding:5px 8px;border-radius:999px;color:var(--green);background:#22d3a51f;border:1px solid rgba(34,211,165,.24);font-size:11px;font-weight:950;text-align:center}@media(max-width:1040px){.landing-market-hero{padding-top:64px}.landing-hero-grid{grid-template-columns:1fr}.landing-hero-copy{min-height:auto;padding:10px 0 0;text-align:center;align-items:center}.landing-hero-actions,.landing-hero-stats{justify-content:center}}@media(max-width:620px){.landing-market-hero{padding:52px 14px 24px}.landing-hero-copy h1{font-size:clamp(34px,12vw,46px)}.landing-primary-feed,.landing-telegram-action,.landing-search-strip{width:100%}.landing-live-market{min-height:auto;padding:12px;border-radius:24px}.landing-live-head{align-items:flex-start}.landing-live-card{grid-template-columns:118px minmax(0,1fr)}.landing-live-info{display:grid;gap:8px}.landing-live-price{justify-items:start;grid-auto-flow:column;align-items:center;justify-content:start}}.admin-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(79,126,247,.16),transparent 32%),radial-gradient(circle at bottom right,rgba(34,211,165,.1),transparent 28%),var(--bg);color:var(--text);padding:28px}.admin-shell{width:min(1480px,100%);margin:0 auto;display:grid;gap:22px}.admin-login-card{width:min(460px,100%);margin:7vh auto;padding:30px;border:1px solid var(--border);border-radius:28px;background:var(--surface);box-shadow:0 28px 90px var(--shadow-login);display:grid;gap:22px}.admin-logo{width:max-content;font-family:Plus Jakarta Sans,sans-serif;font-weight:950;font-size:24px;letter-spacing:-.04em;color:var(--blue)}.admin-kicker{display:block;color:var(--text3);font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.admin-login-card h1,.admin-header h1{font-size:clamp(30px,4vw,54px);letter-spacing:-.06em;margin-bottom:8px}.admin-login-card p,.admin-header p{color:var(--text2);max-width:760px}.admin-login-form{display:grid;gap:16px}.admin-login-form label{display:grid;gap:8px;color:var(--text2);font-size:13px;font-weight:800}.admin-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;padding:24px;border:1px solid var(--border);border-radius:30px;background:var(--surface)}.admin-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.admin-actions .input{width:150px}.admin-metric-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.admin-metric-card,.admin-card{border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:0 18px 44px #00000014}.admin-metric-card{min-height:116px;padding:18px;display:grid;align-content:space-between;gap:10px}.admin-metric-card span{color:var(--text2);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.admin-metric-card strong{font-size:34px;line-height:1;letter-spacing:-.06em;font-family:Plus Jakarta Sans,sans-serif}.admin-metric-card small,.admin-card small{color:var(--text3)}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-card{padding:20px;min-width:0}.admin-card-wide{grid-column:1 / -1}.admin-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.admin-card h2{font-size:22px;letter-spacing:-.04em}.admin-bars{display:grid;gap:10px}.admin-bar-row{display:grid;grid-template-columns:54px minmax(120px,1fr) 64px 150px;align-items:center;gap:12px;color:var(--text2);font-size:13px}.admin-bar-row div{height:12px;border-radius:999px;overflow:hidden;background:var(--surface2);border:1px solid var(--border)}.admin-bar-row i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--blue),var(--green))}.admin-bar-row strong{color:var(--text);text-align:right}.admin-table-wrap{width:100%;overflow-x:auto}.admin-table{width:100%;min-width:520px;border-collapse:collapse;font-size:13px}.admin-table th,.admin-table td{padding:12px 10px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.admin-table th{color:var(--text3);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.admin-table td{color:var(--text2);max-width:360px}.admin-empty,.admin-alert{border-radius:18px;padding:16px;border:1px solid var(--border);color:var(--text2);background:var(--surface2)}.admin-alert.danger{color:var(--red);background:#f871711a;border-color:#f871713d}.admin-alert.warning{color:var(--amber);background:#fbbf241a;border-color:#fbbf243d;margin-bottom:14px}.admin-news-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.admin-news-meta span{padding:7px 10px;border-radius:999px;color:var(--text2);background:var(--surface2);border:1px solid var(--border);font-size:12px;font-weight:800}.admin-news-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-news-list a{display:grid;gap:7px;padding:14px;border:1px solid var(--border);border-radius:18px;background:var(--surface2);transition:transform .18s ease,border-color .18s ease}.admin-news-list a:hover{transform:translateY(-2px);border-color:var(--border2)}.admin-news-list span{color:var(--text3);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.admin-news-list strong{color:var(--text);line-height:1.25}.admin-news-list small{color:var(--text2);line-height:1.45}@media(max-width:1180px){.admin-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-grid,.admin-news-list{grid-template-columns:1fr}}@media(max-width:720px){.admin-page{padding:14px}.admin-header{align-items:stretch;flex-direction:column}.admin-actions,.admin-actions .input{width:100%}.admin-actions .btn{flex:1}.admin-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-bar-row{grid-template-columns:44px minmax(100px,1fr) 48px}.admin-bar-row small{display:none}}.magazine-live-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.magazine-live-meta span{padding:7px 10px;border-radius:999px;color:var(--text2);background:var(--surface2);border:1px solid var(--border);font-size:12px;font-weight:800}.magazine-live-error{display:block;margin-top:10px;color:var(--amber);line-height:1.5}.magazine-live-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.magazine-live-card{display:grid;gap:12px;padding:20px;min-height:180px;border:1px solid var(--border);border-radius:22px;background:var(--surface);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.magazine-live-card:hover{transform:translateY(-3px);border-color:var(--border2);box-shadow:0 18px 38px #0000001a}.magazine-live-card span{color:var(--text3);font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.magazine-live-card h2{font-size:18px;letter-spacing:-.035em}.magazine-live-card p{color:var(--text2);font-size:14px;line-height:1.55}@media(max-width:980px){.magazine-live-grid{grid-template-columns:1fr}}.carzo-repair-card{border:1px solid rgba(45,212,145,.22);background:radial-gradient(circle at 15% 5%,rgba(45,212,145,.12),transparent 34%),linear-gradient(180deg,#0f1816f5,#080c0ef5);border-radius:18px;padding:16px;color:var(--cz-text, var(--text));box-shadow:0 18px 48px #00000038}.carzo-repair-card-compact{margin-top:12px;padding:14px}.carzo-repair-head{display:grid;grid-template-columns:1fr auto;align-items:start;gap:10px;margin-bottom:12px}.carzo-repair-head span,.carzo-repair-ranges span,.carzo-repair-card p,.carzo-repair-pro span{color:var(--cz-muted, var(--text2));font-size:12px;line-height:1.5}.carzo-repair-head h3{margin:2px 0 0;font-size:16px;letter-spacing:-.02em}.carzo-repair-head b{padding:6px 9px;border-radius:999px;border:1px solid rgba(45,212,145,.25);background:#2dd4911a;color:var(--cz-accent, #2dd491);font-size:11px;white-space:nowrap}.carzo-repair-ranges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.carzo-repair-ranges>div{border:1px solid var(--cz-bd, var(--border));background:#ffffff09;border-radius:14px;padding:12px}.carzo-repair-ranges strong{display:block;margin-top:4px;font-size:17px;color:var(--cz-text, var(--text))}.carzo-repair-card p{margin:12px 0 0}.carzo-repair-pro{margin-top:12px;border:1px solid rgba(91,140,255,.28);background:#5b8cff17;border-radius:14px;padding:11px 12px}.carzo-repair-pro strong{display:block;color:#b9ccff;font-size:13px;margin-bottom:2px}.carzo-history-page{width:min(1440px,100%);margin:0 auto;padding:clamp(22px,3vw,38px)}.carzo-history-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:24px}.carzo-history-head h1{margin:0 0 6px;font-size:clamp(28px,3.8vw,44px);letter-spacing:-.04em}.carzo-history-head p{margin:0;color:var(--cz-muted);max-width:680px;line-height:1.6}.carzo-history-actions,.carzo-history-row-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.carzo-history-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:16px;padding-bottom:96px}.carzo-history-item{border:1px solid var(--cz-bd);background:linear-gradient(180deg,#0e1716f5,#070b0efa);border-radius:22px;padding:12px;box-shadow:0 18px 50px #0000003d}.carzo-history-item.selected{border-color:#2dd491b3;box-shadow:0 0 0 1px #2dd4912e,0 18px 50px #0000003d}.carzo-history-item-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.carzo-history-item-top button,.carzo-history-row-actions button{border:1px solid var(--cz-bd2);background:var(--cz-panel2);color:var(--cz-text);border-radius:999px;min-height:34px;padding:0 12px;cursor:pointer}.carzo-history-item-top button.active{background:var(--cz-accent);color:#03110b;border-color:var(--cz-accent);font-weight:800}.carzo-history-item-top span{color:var(--cz-muted2);font-size:12px}.carzo-history-tools{display:grid;gap:10px;margin-top:12px}.carzo-history-tools label{display:grid;gap:6px}.carzo-history-tools label span{color:var(--cz-muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.carzo-history-tools select,.carzo-history-tools textarea{width:100%;border:1px solid var(--cz-bd);background:var(--cz-panel2);color:var(--cz-text);border-radius:12px;padding:10px 12px;font:inherit}.carzo-history-tools textarea{min-height:72px;resize:vertical}.carzo-history-empty{min-height:420px;display:grid;place-items:center;text-align:center;border:1px solid var(--cz-bd);background:var(--cz-panel);border-radius:24px;padding:42px}.carzo-history-empty>div{font-size:54px;color:var(--cz-accent)}.carzo-history-empty p{color:var(--cz-muted)}.carzo-history-compare-bar{position:fixed;left:50%;bottom:calc(20px + env(safe-area-inset-bottom));transform:translate(-50%);z-index:95;display:flex;align-items:center;gap:12px;border:1px solid var(--cz-bd2);background:#0a0f11eb;border-radius:999px;padding:10px 12px 10px 18px;box-shadow:0 20px 60px #00000059;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.carzo-history-compare-bar>button:not(.btn){border:0;background:transparent;color:var(--cz-muted);cursor:pointer}@media(max-width:700px){.carzo-repair-ranges{grid-template-columns:1fr}.carzo-history-head{display:grid}.carzo-history-grid{grid-template-columns:1fr}}.carzo-chat-page{display:grid;gap:18px;color:var(--cz-text, var(--text))}.carzo-chat-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:16px;align-items:stretch;padding:22px;border:1px solid var(--cz-bd, var(--border));border-radius:24px;background:radial-gradient(circle at 12% 0%,rgba(43,184,148,.18),transparent 38%),linear-gradient(135deg,#0e141cf5,#070a0ef5);box-shadow:0 22px 60px #00000052;overflow:hidden}.carzo-chat-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--cz-accent, #2bb894);font-size:11px;font-weight:950;letter-spacing:.16em}.carzo-chat-kicker:before{content:"";width:8px;height:8px;border-radius:999px;background:currentColor;box-shadow:0 0 18px #2bb894bf}.carzo-chat-hero h1{margin:10px 0 8px;font-size:clamp(30px,4vw,58px);line-height:.95;letter-spacing:-.06em}.carzo-chat-hero p{max-width:760px;margin:0;color:var(--cz-muted, var(--text2));line-height:1.65}.carzo-chat-status-card{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:center;padding:16px;border:1px solid rgba(43,184,148,.25);border-radius:20px;background:#06110fc7}.carzo-chat-status-card .btn{grid-column:1 / -1;justify-content:center}.carzo-chat-status-icon,.carzo-chat-thread-avatar{display:inline-flex;align-items:center;justify-content:center;color:var(--cz-accent, #2bb894);background:#2bb8941c}.carzo-chat-status-icon{width:54px;height:54px;border-radius:18px}.carzo-chat-status-icon svg,.carzo-chat-thread-avatar svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.carzo-chat-status-card strong,.carzo-chat-status-card span{display:block}.carzo-chat-status-card strong{margin-bottom:4px;font-size:16px}.carzo-chat-status-card span{color:var(--cz-muted, var(--text2));font-size:13px;line-height:1.45}.carzo-chat-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,440px);gap:18px}.carzo-chat-panel,.carzo-chat-roadmap{border:1px solid var(--cz-bd, var(--border));border-radius:22px;background:linear-gradient(140deg,rgba(43,184,148,.055),transparent 36%),#0c1016eb;box-shadow:0 14px 38px #0000003d}.carzo-chat-panel{padding:18px}.carzo-chat-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.carzo-chat-panel-head h2,.carzo-chat-roadmap h2{margin:0;font-size:20px;letter-spacing:-.03em}.carzo-chat-panel-head p{margin:5px 0 0;color:var(--cz-muted, var(--text2));font-size:13px;line-height:1.55}.carzo-chat-panel-head>span{flex:0 0 auto;padding:7px 9px;border-radius:999px;background:#2bb8941f;color:var(--cz-accent, #2bb894);font-size:11px;font-weight:900}.carzo-chat-list{display:grid;gap:10px}.carzo-chat-thread{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;width:100%;padding:12px;border:1px solid rgba(148,163,184,.16);border-radius:16px;background:#ffffff09;color:inherit;text-align:left;cursor:pointer}.carzo-chat-thread:hover{border-color:#2bb89457;background:#2bb89411}.carzo-chat-thread-avatar{width:42px;height:42px;border-radius:14px}.carzo-chat-thread-body,.carzo-chat-thread-meta{display:grid;min-width:0}.carzo-chat-thread-body strong,.carzo-chat-thread-body em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.carzo-chat-thread-body strong{font-size:14px}.carzo-chat-thread-body em{margin-top:3px;color:var(--cz-muted, var(--text2));font-size:12px;font-style:normal}.carzo-chat-thread-meta{justify-items:end;gap:4px}.carzo-chat-thread-meta b{color:var(--cz-accent, #2bb894);font-size:11px}.carzo-chat-thread-meta small{color:var(--cz-muted2, var(--text3));font-size:11px}.carzo-chat-compose{display:grid;align-content:start;gap:14px}.carzo-chat-compose label{display:grid;gap:8px}.carzo-chat-compose label>span{color:var(--cz-muted, var(--text2));font-size:13px;font-weight:800}.carzo-chat-textarea{min-height:128px;resize:vertical;line-height:1.5}.carzo-chat-actions{display:flex;gap:10px;flex-wrap:wrap}.carzo-chat-quick{display:flex;flex-wrap:wrap;gap:8px}.carzo-chat-quick button{min-height:34px;padding:0 11px;border:1px solid rgba(43,184,148,.24);border-radius:999px;background:#2bb89414;color:var(--cz-accent, #2bb894);font-size:12px;font-weight:800;cursor:pointer}.carzo-chat-local-notice{padding:11px 12px;border:1px solid rgba(43,184,148,.22);border-radius:14px;background:#2bb89414;color:var(--cz-accent, #2bb894);font-size:12px;font-weight:800;line-height:1.45}.carzo-chat-roadmap{padding:18px}.carzo-chat-roadmap>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.carzo-chat-roadmap article{display:grid;gap:7px;min-height:110px;padding:14px;border:1px solid rgba(148,163,184,.14);border-radius:16px;background:#ffffff09}.carzo-chat-roadmap article strong{color:var(--cz-accent, #2bb894)}.carzo-chat-roadmap article span{color:var(--cz-muted, var(--text2));font-size:13px;line-height:1.5}@media(max-width:900px){.carzo-chat-hero,.carzo-chat-grid,.carzo-chat-roadmap>div{grid-template-columns:1fr}}@media(max-width:700px){.carzo-chat-page{gap:12px}.carzo-chat-hero,.carzo-chat-panel,.carzo-chat-roadmap{border-radius:18px;padding:14px}.carzo-chat-thread{grid-template-columns:38px minmax(0,1fr)}.carzo-chat-thread-meta{grid-column:2;justify-items:start;display:flex;gap:8px}}@media(max-width:1180px){.app-sidebar.carzo-sidebar{background:#0a0c11db!important;border-top:1px solid var(--cz-bd)!important;-webkit-backdrop-filter:blur(24px)!important;backdrop-filter:blur(24px)!important;box-shadow:0 -8px 30px #00000059}[data-theme=light] .app-sidebar.carzo-sidebar{background:#ffffffeb!important;box-shadow:0 -8px 24px #141e321a}.carzo-sidebar .carzo-create-link{display:none!important}.carzo-sidebar nav.carzo-nav{grid-template-columns:repeat(4,minmax(0,1fr))!important}.carzo-sidebar .carzo-desktop-nav-link{display:none!important}.carzo-sidebar .carzo-mobile-nav-link{display:flex!important}.carzo-sidebar .carzo-nav-link{color:var(--cz-muted2)!important;background:transparent!important;border-color:transparent!important;box-shadow:none!important;font-family:var(--cz-sans)!important;font-weight:600!important;letter-spacing:0!important}.carzo-sidebar .carzo-nav-link.active{color:var(--cz-accent)!important;background:transparent!important;box-shadow:none!important}.carzo-sidebar .carzo-nav-icon{background:transparent!important;color:currentColor!important;width:26px!important;height:26px!important}.mobile-page-actions{display:none!important}.carzo-card-stack .carzo-listing-card{display:flex!important;flex-direction:row!important;align-items:stretch!important;gap:12px!important;padding:10px!important;border-radius:16px!important}.carzo-listing-card .carzo-listing-image{flex:0 0 96px!important;width:96px!important;min-width:96px!important;height:82px!important;min-height:82px!important;border-radius:11px!important;overflow:hidden!important}.carzo-listing-card .carzo-listing-image img,.carzo-listing-card .carzo-listing-image>*{width:100%!important;height:100%!important;object-fit:cover!important}.carzo-listing-card .carzo-listing-body{flex:1 1 auto!important;min-width:0!important}.carzo-listing-card{cursor:pointer}.carzo-listing-card .carzo-card-summary,.carzo-listing-card .carzo-card-actions{display:none!important}.carzo-listing-card .carzo-card-context,.carzo-listing-card .carzo-meta-grid{gap:5px!important}.cz-topbar{padding:10px 14px!important}.carzo-listing-card .carzo-meta-chip{font-size:10.5px!important;min-height:22px!important}.carzo-listing-card .carzo-card-context span{font-size:10px!important;min-height:22px!important}}@media(min-width:1181px){.carzo-sidebar .carzo-mobile-nav-link{display:none!important}}@media(max-width:480px){.carzo-sidebar .carzo-nav-link{font-size:10px!important}.carzo-listing-card .carzo-listing-image{flex-basis:88px!important;width:88px!important;min-width:88px!important;height:76px!important;min-height:76px!important}}:root{--blue: #2bb894;--blue-g: rgba(43, 184, 148, .16);--purple: #6a8fe0;--green: #36e08a;--amber: #ffcf4d;--red: #ff6f61;--signal: #2bb894;--r: 18px;--r2: 28px}[data-theme=light]{--blue: #0d7a5f;--blue-g: rgba(13, 122, 95, .12);--purple: #4472d9;--green: #14a866;--amber: #c9920f;--red: #e0584a;--signal: #0d7a5f}body{font-family:var(--cz-sans, "Instrument Sans", system-ui, sans-serif)}:root{--cz-page-pad: clamp(18px, 2.4vw, 34px);--cz-shell-max: 1700px;--cz-card-gap: 14px;--cz-catalog-body-height: 100%}.app-layout{background:radial-gradient(circle at 9% 6%,color-mix(in srgb,var(--cz-accent) 10%,transparent),transparent 30rem),radial-gradient(circle at 90% 92%,color-mix(in srgb,var(--cz-accent2) 8%,transparent),transparent 32rem),var(--cz-bg);color:var(--cz-text)}.app-main{background:transparent!important}.carzo-sidebar{width:236px;background:linear-gradient(180deg,color-mix(in srgb,var(--cz-panel) 86%,transparent),color-mix(in srgb,var(--cz-bg) 96%,transparent)),var(--cz-bg)!important;border-right:1px solid var(--cz-bd)!important}.carzo-nav-link{min-height:42px;gap:12px}.carzo-nav-icon{font-size:0!important}.carzo-nav-icon svg{width:18px;height:18px;display:block}.carzo-platforms{padding:16px!important}.carzo-platform-list{gap:7px!important}.carzo-platform-row{min-height:42px!important;padding:8px 9px!important;border-radius:13px!important}.carzo-platform-name{font-size:12.5px!important}.carzo-platform-country{font-size:10.5px!important}.carzo-toggle{width:32px!important;height:18px!important}.carzo-toggle span{width:14px!important;height:14px!important}.carzo-toggle.on span{transform:translate(14px)!important}.cz-lc-ph{width:100%;height:100%;display:grid;place-items:center;color:color-mix(in srgb,var(--cz-muted) 58%,transparent);font-size:0!important}.cz-lc-ph svg,.carzo-preview-image>span svg,.carzo-preview-panel.empty>div svg,.landing-car-placeholder svg{width:min(58%,74px);height:auto;filter:drop-shadow(0 14px 24px rgba(0,0,0,.28))}.landing-car-placeholder{width:100%;height:100%;display:grid!important;place-items:center;color:color-mix(in srgb,var(--cz-muted) 58%,transparent);font-size:0!important}.cz-cta-mark{width:17px;height:17px;display:inline-block;flex:0 0 auto;border-radius:999px;background:linear-gradient(135deg,var(--cz-accent),var(--cz-accent2));box-shadow:0 0 18px color-mix(in srgb,var(--cz-accent) 45%,transparent);position:relative}.cz-cta-mark:after{content:"";position:absolute;top:5px;right:4px;bottom:5px;left:6px;clip-path:polygon(0 0,100% 50%,0 100%,22% 50%);background:var(--cz-ink)}.cz-cta-mark.light{background:#fffffff2;box-shadow:0 0 18px #ffffff42}.settings-command-page{width:min(100%,1480px);margin:0 auto;padding:calc(var(--cz-page-pad) * .82) var(--cz-page-pad) 54px!important}.settings-command-title{font-size:clamp(28px,4vw,40px);font-weight:600;letter-spacing:-.03em;line-height:1.05;margin:0 0 22px}.settings-section{background:var(--cz-surf);border:1px solid var(--cz-bd);border-radius:var(--cz-r-lg);padding:22px 24px;margin-bottom:14px;box-shadow:var(--cz-shadow-card)}.settings-section-title{font-family:var(--cz-mono);font-size:11px;font-weight:600;color:var(--cz-muted);margin:0 0 16px;text-transform:uppercase;letter-spacing:.12em}.settings-notice{padding:10px 12px;margin-bottom:12px;border-radius:13px;font-size:12.5px;line-height:1.55}.settings-notice.blue{color:color-mix(in srgb,var(--cz-accent2) 80%,var(--cz-text));background:color-mix(in srgb,var(--cz-accent2) 10%,transparent);border:1px solid color-mix(in srgb,var(--cz-accent2) 22%,var(--cz-bd))}.settings-notice.red{color:color-mix(in srgb,var(--cz-low) 86%,var(--cz-text));background:color-mix(in srgb,var(--cz-low) 12%,transparent);border:1px solid color-mix(in srgb,var(--cz-low) 26%,var(--cz-bd))}.settings-platform-list{display:grid!important;gap:10px!important}.settings-platform-picker{display:grid;gap:12px;margin-bottom:12px}.settings-platform-select-row{display:grid;gap:8px}.settings-platform-select-row>span{color:var(--cz-muted);font-family:var(--cz-mono);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.settings-platform-select{min-height:46px;border-radius:14px!important;font-weight:650}.settings-platform-mini-list{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.settings-platform-mini-list button{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:8px 11px;border:1px solid var(--cz-bd);border-radius:999px;background:color-mix(in srgb,var(--cz-surf2) 80%,transparent);color:var(--cz-muted);cursor:pointer;white-space:nowrap}.settings-platform-mini-list button.active{border-color:color-mix(in srgb,var(--cz-accent) 44%,var(--cz-bd));color:var(--cz-text);background:color-mix(in srgb,var(--cz-accent) 10%,var(--cz-surf2))}.settings-platform-mini-list button span{font-size:12px;font-weight:650}.settings-platform-mini-list button i{width:7px;height:7px;border-radius:999px;box-shadow:0 0 12px currentColor}.settings-platform-card{display:grid!important;grid-template-columns:minmax(280px,1fr) auto!important;gap:14px!important;align-items:center!important;min-height:76px!important;padding:12px 14px!important;border-radius:18px!important;background:color-mix(in srgb,var(--cz-surf) 78%,transparent)!important;border:1px solid var(--cz-bd)!important;box-shadow:none!important}.settings-platform-selected-card{margin-top:4px}.settings-platform-card.connected{border-color:color-mix(in srgb,var(--cz-good) 35%,var(--cz-bd))!important;background:color-mix(in srgb,var(--cz-good) 7%,var(--cz-surf))!important}.settings-platform-info{min-width:0}.settings-platform-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.settings-platform-title{font-size:15px!important;font-weight:600!important;letter-spacing:-.01em}.settings-platform-country{font-size:11px!important;color:var(--cz-muted)!important}.settings-platform-desc,.settings-platform-hint,.settings-platform-user{font-size:11.5px!important;line-height:1.35!important;color:var(--cz-muted)!important;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.settings-platform-desc{-webkit-line-clamp:1}.settings-platform-hint{margin-top:3px;-webkit-line-clamp:1;opacity:.78}.settings-platform-hint.ready{color:var(--cz-good)!important}.settings-platform-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important}.settings-platform-status{font-size:12px!important;font-weight:700!important;white-space:nowrap}.settings-platform-actions .btn{min-height:34px!important;padding:8px 11px!important;border-radius:12px!important;font-size:12px!important}.settings-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--cz-bd);gap:14px}.settings-toggle-row>span{font-size:13.5px;color:var(--cz-text)}.settings-switch{width:44px;height:24px;border-radius:999px;background:var(--cz-surf2);border:1px solid var(--cz-bd2);cursor:pointer;position:relative;transition:background .18s,border-color .18s,box-shadow .18s;flex-shrink:0}.settings-switch.on{background:color-mix(in srgb,var(--cz-accent) 64%,var(--cz-surf2));border-color:color-mix(in srgb,var(--cz-accent) 76%,var(--cz-bd2));box-shadow:0 0 18px color-mix(in srgb,var(--cz-accent) 22%,transparent)}.settings-switch span{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:999px;background:var(--cz-text);transition:transform .18s;box-shadow:0 3px 10px #00000040}.settings-switch.on span{transform:translate(20px)}.settings-footer-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:40px}.settings-footer-actions .btn:first-child{flex:1 1 280px}@media(max-width:1180px){.carzo-catalog-shell{display:flex!important;flex-direction:column!important}.carzo-catalog-main{order:1!important;min-width:100%!important}.carzo-catalog-filter-rail{order:2!important;position:static!important;max-height:none!important;overflow:visible!important}.carzo-catalog-main .carzo-workspace-grid{display:flex!important;flex-direction:column!important}.carzo-radar-shell,.carzo-workspace-grid{grid-template-columns:1fr!important}.carzo-preview-panel{position:static;max-height:none}.carzo-catalog-main>.carzo-ai-search-panel-top{display:none!important}.settings-platform-card{grid-template-columns:1fr!important}.settings-platform-actions{justify-content:flex-start!important}}@media(max-width:760px){:root{--cz-page-pad: 14px;--cz-card-gap: 12px}.carzo-sidebar{width:100%}.carzo-command-page,.settings-command-page{padding:14px 12px 92px!important}.carzo-command-header{grid-template-columns:1fr;gap:10px}.carzo-radar-map{min-height:300px!important}.carzo-filter-console{padding:14px!important}.carzo-filter-top,.carzo-vehicle-select-grid,.carzo-numeric-filters{grid-template-columns:1fr!important}.carzo-preview-image{height:210px!important}.settings-section{padding:15px 14px;border-radius:18px}.settings-platform-card{padding:11px!important;border-radius:16px!important}}.carzo-quick-filter-strip{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0 12px}.carzo-quick-filter-strip button{min-height:30px;padding:7px 10px;border-radius:999px;background:color-mix(in srgb,var(--cz-surf2) 82%,transparent);border:1px solid var(--cz-bd);color:var(--cz-muted);font-size:12px;font-weight:900;white-space:nowrap}.carzo-quick-filter-strip button.active{color:var(--cz-accent);border-color:color-mix(in srgb,var(--cz-accent) 45%,var(--cz-bd));background:color-mix(in srgb,var(--cz-accent) 16%,transparent);box-shadow:0 0 18px color-mix(in srgb,var(--cz-accent) 18%,transparent)}.carzo-ai-breakdown{background:linear-gradient(180deg,color-mix(in srgb,var(--cz-accent) 9%,transparent),transparent 65%),color-mix(in srgb,var(--cz-surf) 90%,transparent)!important;border:1px solid color-mix(in srgb,var(--cz-accent) 25%,var(--cz-bd))!important}.carzo-ai-breakdown-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.carzo-ai-breakdown-head h3{margin:0!important}.carzo-ai-breakdown-head span{color:var(--cz-accent);font-weight:950;font-family:var(--cz-mono)}.carzo-ai-metrics{display:grid;gap:8px;margin-top:12px}.carzo-ai-metric>div{display:flex;justify-content:space-between;gap:10px;color:var(--cz-muted);font-size:12px;font-weight:850;margin-bottom:5px}.carzo-ai-metric b{color:var(--cz-text);font-family:var(--cz-mono)}.carzo-ai-metric i{display:block;height:7px;border-radius:999px;overflow:hidden;background:color-mix(in srgb,var(--cz-surf3) 78%,transparent)}.carzo-ai-metric em{display:block;height:100%;min-width:18%;border-radius:inherit;box-shadow:0 0 14px currentColor}.carzo-ai-procon{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:13px}.carzo-ai-procon>div,.carzo-ai-painpoints{display:grid;gap:6px;padding:10px;border-radius:13px;background:color-mix(in srgb,var(--cz-bg) 52%,transparent);border:1px solid color-mix(in srgb,var(--cz-bd) 80%,transparent)}.carzo-ai-procon strong,.carzo-ai-painpoints strong{color:var(--cz-text);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.carzo-ai-procon span,.carzo-ai-painpoints span{color:var(--cz-muted);font-size:11.5px;line-height:1.42}.carzo-ai-procon>div:first-child span{color:color-mix(in srgb,var(--cz-good) 72%,var(--cz-text))}.carzo-ai-procon>div:last-child span{color:color-mix(in srgb,var(--cz-mid) 72%,var(--cz-text))}.carzo-ai-painpoints{margin-top:10px}@media(max-width:1180px){.carzo-quick-filter-strip{overflow-x:auto;flex-wrap:nowrap;margin:8px 0 12px;padding-bottom:2px}.carzo-ai-procon{grid-template-columns:1fr}}.cz-toast-host{position:fixed;bottom:20px;right:20px;z-index:2000;display:flex;flex-direction:column;gap:10px;pointer-events:none}.cz-toast{display:flex;align-items:center;gap:11px;padding:12px 16px;border-radius:var(--cz-r, 12px);background:var(--cz-surf);border:1px solid var(--cz-bd2);color:var(--cz-text);font-family:var(--cz-sans);font-size:14px;font-weight:500;box-shadow:0 8px 30px #0000002e;min-width:220px;max-width:360px;animation:cz-toast-in .28s cubic-bezier(.16,1,.3,1)}.cz-toast-icon{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.cz-toast-success .cz-toast-icon{background:#2bb89426;color:var(--cz-good)}.cz-toast-error .cz-toast-icon{background:#e0584a26;color:var(--cz-low)}.cz-toast-info .cz-toast-icon{background:var(--cz-panel3);color:var(--cz-accent)}@keyframes cz-toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media(max-width:1180px){.cz-toast-host{bottom:calc(90px + env(safe-area-inset-bottom));left:14px;right:14px}.cz-toast{min-width:0;max-width:none}}.carzo-sidebar{background:var(--cz-chrome);border-right:1px solid var(--cz-bd);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.carzo-sidebar .carzo-brand{border-bottom:1px solid var(--cz-bd)}.carzo-sidebar .carzo-nav-link{color:var(--cz-muted);border:1px solid transparent;border-radius:var(--cz-r);font-weight:600;position:relative;transition:color .15s ease,background .15s ease}.carzo-sidebar .carzo-nav-link:hover{color:var(--cz-text);background:var(--cz-panel2);border-color:transparent}.carzo-sidebar .carzo-nav-link.active{color:var(--cz-accent);background:var(--cz-panel3);border-color:transparent;box-shadow:none}.carzo-sidebar .carzo-nav-link.active:before{content:"";position:absolute;left:-4px;top:50%;transform:translateY(-50%);width:3px;height:20px;border-radius:3px;background:var(--cz-accent)}.carzo-sidebar .carzo-nav-icon{background:var(--cz-surf);color:currentColor;border-radius:var(--cz-r-sm)}.carzo-sidebar .carzo-nav-link.active .carzo-nav-icon{background:#2bb89424}@media(max-width:1180px){.mobile-page-actions{display:none!important}.carzo-sidebar .carzo-nav-link.active:before{display:none}}.cz-topbar{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:132px minmax(360px,1fr) auto;align-items:center;gap:14px;min-height:58px;padding:8px 18px;background:linear-gradient(180deg,color-mix(in srgb,var(--cz-chrome) 96%,transparent),color-mix(in srgb,var(--cz-chrome) 88%,transparent)),radial-gradient(circle at 18% 0%,color-mix(in srgb,var(--cz-accent) 9%,transparent),transparent 34%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--cz-bd)}.cz-topbar-left{display:flex;align-items:center;min-width:0}.cz-topbar-left .brand-logo{transform:scale(.86);transform-origin:left center}.cz-topnav{display:flex;align-items:center;gap:6px;min-width:0;overflow:hidden;scrollbar-width:none}.cz-topnav::-webkit-scrollbar{display:none}.cz-topnav-link{position:relative;display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 11px;border:1px solid color-mix(in srgb,var(--cz-accent) 16%,transparent);border-radius:12px;color:var(--cz-text);text-decoration:none;white-space:nowrap;font-size:13px;font-weight:760;transition:background .16s,border-color .16s,color .16s,box-shadow .16s}.cz-topnav-link svg{width:16px;height:16px;flex:0 0 auto}.cz-topnav-link:hover,.cz-topnav-link.active{border-color:color-mix(in srgb,var(--cz-accent) 42%,var(--cz-bd));background:color-mix(in srgb,var(--cz-accent) 8%,var(--cz-panel2));color:var(--cz-text);box-shadow:inset 0 -1px color-mix(in srgb,var(--cz-accent) 34%,transparent)}.cz-topnav-link.active{color:var(--cz-accent)}.cz-topnav-link b{min-width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--cz-accent);color:#07120e;font-size:11px;line-height:1}.cz-topbar-right{display:flex;align-items:center;gap:7px;justify-content:flex-end;min-width:0}.cz-region-btn,.cz-notify-btn{border:1px solid var(--cz-bd);background:color-mix(in srgb,var(--cz-panel2) 86%,transparent);color:var(--cz-text);cursor:pointer}.cz-topbar-right>div[style*=relative]>button{height:40px!important;min-height:40px!important;padding:0 11px!important;border-radius:12px!important;font-size:12px!important;font-weight:720!important;color:var(--cz-text)!important}.cz-region-btn{display:inline-flex;align-items:center;gap:8px;height:40px;min-height:40px;padding:0 11px;border-radius:12px}.cz-region-btn svg,.cz-notify-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.cz-region-btn span{display:grid;gap:1px;text-align:left}.cz-region-btn strong{font-size:12px;font-weight:750}.cz-region-btn small{color:var(--cz-muted);font-size:10px}.cz-notify-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px}.cz-topbar .cz-theme-btn{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--cz-panel2);border:1px solid var(--cz-bd);color:var(--cz-muted);cursor:pointer;font-size:16px;transition:all .16s}.cz-topbar .cz-theme-btn svg,.cz-topbar .cz-logout-btn svg{width:17px;height:17px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.cz-topbar .cz-theme-btn:hover{color:var(--cz-accent);border-color:var(--cz-bd2)}.cz-topbar .cz-login-btn{display:inline-flex;align-items:center;gap:7px;height:40px;padding:0 17px;border-radius:12px;border:none;cursor:pointer;font-family:var(--cz-sans);font-size:13px;font-weight:700;color:#fff;background:var(--cz-accent-grad);box-shadow:var(--cz-shadow-cta);transition:transform .15s,box-shadow .15s}.cz-topbar .cz-login-btn:hover{transform:translateY(-1px);box-shadow:var(--cz-shadow-cta-h)}.cz-topbar .cz-register-btn{display:inline-flex;align-items:center;height:40px;padding:0 16px;border-radius:12px;background:linear-gradient(180deg,#16c76e24,#0b281deb);border:1px solid rgba(37,211,102,.45);color:var(--cz-accent);font-family:var(--cz-sans);font-size:13px;font-weight:800;cursor:pointer;transition:all .15s;white-space:nowrap}.cz-topbar .cz-register-btn:hover{border-color:#25d366d9;background:linear-gradient(180deg,#16c76e38,#0c3323f2);transform:translateY(-1px)}.cz-topbar .cz-user-pill{display:inline-flex;align-items:center;gap:9px;height:40px;padding:0 5px 0 4px;border-radius:14px;background:var(--cz-panel2);border:1px solid var(--cz-bd)}.cz-topbar .cz-user-avatar{width:32px;height:32px;border-radius:999px;flex-shrink:0;background:linear-gradient(135deg,var(--cz-accent2),var(--cz-accent));color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.cz-topbar .cz-user-name{font-size:13px;font-weight:600;color:var(--cz-text)}.cz-topbar .cz-user-plan{font-size:10.5px;color:var(--cz-muted);margin-top:1px}.cz-topbar .cz-logout-btn{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--cz-bd);color:var(--cz-muted);cursor:pointer;transition:all .15s}.cz-topbar .cz-logout-btn svg{width:16px;height:16px}.cz-topbar .cz-logout-btn:hover{color:var(--cz-low);border-color:var(--cz-bd2)}@media(max-width:640px){.cz-topbar{display:flex;min-height:58px;padding:10px 14px}.cz-topnav,.cz-region-btn,.cz-theme-btn,.cz-notify-btn,.cz-topbar .cz-register-btn{display:none!important}.cz-topbar-left{min-width:0;flex:1}.cz-topbar .cz-user-name,.cz-topbar .cz-user-plan{display:none}}@media(min-width:1181px){.app-layout{grid-template-columns:1fr!important}.app-sidebar.carzo-sidebar{display:none!important}.app-main{margin-left:0!important;width:100%!important}}@media(max-width:1320px){.cz-topbar{grid-template-columns:104px minmax(310px,1fr) auto;gap:10px;padding-inline:12px}.cz-topnav-link{padding-inline:9px;font-size:12px}.cz-region-btn small,.cz-topbar .cz-user-plan{display:none}}@media(max-width:1500px){.cz-topnav-link[href="/about"],.cz-topnav-link[href="/support"]{padding-inline:8px}.cz-topnav-link[href="/about"] span,.cz-topnav-link[href="/support"] span{display:none}}@media(max-width:1180px){.cz-topbar{display:flex;gap:10px;overflow:hidden}.cz-topnav{flex:1;justify-content:center}}.apple-landing{--al-bg: #fbfbf9;--al-bg-alt: #f2f1ec;--al-panel: #ffffff;--al-ink: #131311;--al-ink-soft: #45443f;--al-muted: #7b796f;--al-faint: #a7a599;--al-line: rgba(19, 19, 17, .09);--al-line-strong: rgba(19, 19, 17, .16);--al-accent: #0d7a5f;--al-accent-ink: #063f31;--al-accent-tint: rgba(13, 122, 95, .1);--al-accent-tint-strong: rgba(13, 122, 95, .18);--al-amber: #b4620a;--al-amber-tint: rgba(180, 98, 10, .1);--al-red: #b3392b;--al-ink-panel: #121412;--al-ink-panel-text: #f4f3ee;--al-fill: #131311;--al-fill-text: #fbfbf9;--al-nav-bg: rgba(251, 251, 249, .97);--al-radius-sm: 12px;--al-radius: 20px;--al-radius-lg: 28px;--al-shadow: 0 1px 2px rgba(19,19,17,.04), 0 24px 48px -24px rgba(19,19,17,.18);--al-shadow-lg: 0 2px 6px rgba(19,19,17,.05), 0 40px 80px -32px rgba(19,19,17,.28);--al-display: "Instrument Sans", "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--al-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;--al-ease: cubic-bezier(.16, 1, .3, 1);position:relative;background:var(--al-bg);color:var(--al-ink);font-family:var(--al-display);-webkit-font-smoothing:antialiased}html[data-theme=dark] .apple-landing{--al-bg: #0d0d0b;--al-bg-alt: #161513;--al-panel: #1a1917;--al-ink: #f4f3ee;--al-ink-soft: #c7c5bb;--al-muted: #918f84;--al-faint: #6b6a62;--al-line: rgba(244, 243, 238, .1);--al-line-strong: rgba(244, 243, 238, .18);--al-accent: #2bb894;--al-accent-ink: #8fecd2;--al-accent-tint: rgba(43, 184, 148, .14);--al-accent-tint-strong: rgba(43, 184, 148, .24);--al-amber: #e0902f;--al-amber-tint: rgba(224, 144, 47, .14);--al-red: #e0584a;--al-ink-panel: #232220;--al-ink-panel-text: #f4f3ee;--al-fill: #f4f3ee;--al-fill-text: #131311;--al-nav-bg: rgba(13, 13, 11, .9);--al-shadow: 0 1px 2px rgba(0,0,0,.4), 0 24px 48px -24px rgba(0,0,0,.6);--al-shadow-lg: 0 2px 6px rgba(0,0,0,.5), 0 40px 80px -32px rgba(0,0,0,.7)}.apple-landing *{box-sizing:border-box}.apple-landing img{max-width:100%;display:block}.apple-landing a{color:inherit}.apple-landing h1,.apple-landing h2,.apple-landing h3,.apple-landing h4{font-family:var(--al-display);font-weight:600;letter-spacing:-.02em}.al-container{width:100%;max-width:1160px;margin:0 auto;padding:0 clamp(20px,4vw,40px)}.al-container-narrow{width:100%;max-width:760px;margin:0 auto;padding:0 clamp(20px,4vw,40px)}.al-reveal{opacity:0;transform:translateY(28px);transition:opacity .9s var(--al-ease),transform .9s var(--al-ease);transition-delay:var(--al-delay, 0s)}.al-reveal.al-in{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.al-reveal{opacity:1;transform:none;transition:none}}.al-section{position:relative;padding:clamp(72px,11vw,152px) 0}.al-section-tight{padding:clamp(56px,8vw,96px) 0}.al-section-alt{background:var(--al-bg-alt)}.al-section+.al-section-alt,.al-section-alt+.al-section{border-top:1px solid var(--al-line)}.al-kicker{display:inline-flex;align-items:center;gap:8px;font-family:var(--al-mono);font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--al-accent);margin-bottom:18px}.al-kicker:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--al-accent)}.al-head{max-width:680px}.al-head-center{max-width:640px;margin:0 auto;text-align:center}.al-h2{font-size:clamp(30px,4.4vw,52px);line-height:1.06;font-weight:600;letter-spacing:-.03em;color:var(--al-ink)}.al-lede{margin-top:20px;font-size:clamp(16px,1.3vw,19px);line-height:1.6;color:var(--al-ink-soft);font-weight:400}.al-nav{position:fixed;top:0;left:0;right:0;z-index:200;height:64px;display:flex;align-items:center;background:transparent;border-bottom:1px solid transparent;transition:background .4s var(--al-ease),border-color .4s var(--al-ease),height .3s var(--al-ease)}.al-nav.al-nav-solid{background:var(--al-nav-bg);border-bottom:1px solid var(--al-line);height:58px}.al-nav-inner{width:100%;max-width:1160px;margin:0 auto;padding:0 clamp(20px,4vw,40px);display:flex;align-items:center;gap:28px}.al-nav-brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:16px;letter-spacing:-.01em;color:var(--al-ink);text-decoration:none;flex-shrink:0}.al-nav-mark{width:22px;height:22px;border-radius:7px;background:var(--al-ink-panel);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.al-nav-mark svg{width:12px;height:12px}.al-nav-links{display:flex;align-items:center;gap:26px;flex:1;justify-content:center}.al-nav-links a{font-size:13px;font-weight:500;color:var(--al-ink-soft);text-decoration:none;white-space:nowrap;transition:color .15s}.al-nav-links a:hover{color:var(--al-ink)}.al-nav-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.al-nav-lang{font-size:12px;font-weight:600;color:var(--al-muted);border:1px solid var(--al-line-strong);border-radius:999px;padding:5px 10px;background:transparent;cursor:pointer;font-family:var(--al-display)}.al-nav-actions .al-nav-login{font-size:13px;font-weight:500;color:var(--al-ink-soft);text-decoration:none;padding:7px 4px}.al-nav-actions .al-nav-login:hover{color:var(--al-ink)}@media(max-width:860px){.al-nav-links{display:none}}@media(max-width:520px){.al-nav-lang,.al-nav-actions .al-nav-login{display:none}.al-nav-inner{gap:12px}.al-btn.al-btn-primary.al-btn-sm{padding:9px 14px;font-size:12.5px}}.al-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 24px;border-radius:999px;font-size:14.5px;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .25s var(--al-ease),box-shadow .25s var(--al-ease),background .2s,border-color .2s;white-space:nowrap;font-family:var(--al-display)}.al-btn.al-btn-primary{background:var(--al-fill);color:var(--al-fill-text);box-shadow:0 1px 1px #1313111a,0 12px 24px -10px #13131180}.al-btn.al-btn-primary:hover{transform:translateY(-1px);box-shadow:0 1px 1px #1313111a,0 18px 30px -10px #1313118c}.al-btn.al-btn-accent{background:var(--al-accent);color:#fff;box-shadow:0 1px 1px #0d7a5f33,0 14px 28px -10px #0d7a5f8c}.al-btn.al-btn-accent:hover{transform:translateY(-1px);box-shadow:0 1px 1px #0d7a5f33,0 20px 32px -10px #0d7a5f99}.al-btn.al-btn-ghost{background:transparent;color:var(--al-ink);border-color:var(--al-line-strong)}.al-btn.al-btn-ghost:hover{border-color:var(--al-ink)}.al-btn.al-btn-light{background:#fff;color:var(--al-ink-panel)}.al-btn.al-btn-light:hover{transform:translateY(-1px)}.al-btn-sm{padding:9px 18px;font-size:13px}.al-btn-wide{width:100%}.al-hero{position:relative;padding:clamp(120px,16vw,176px) 0 clamp(56px,8vw,96px);text-align:center;overflow:hidden}.al-hero-glow{position:absolute;top:-10%;left:50%;width:1100px;height:640px;transform:translate(-50%);background:radial-gradient(ellipse at center,var(--al-accent-tint) 0%,transparent 68%);pointer-events:none;z-index:0}.al-hero-inner{position:relative;z-index:1}.al-hero-kicker{opacity:0;animation:alFadeUp .8s var(--al-ease) .05s forwards;display:inline-flex;align-items:center;gap:8px;font-family:var(--al-mono);font-size:12.5px;font-weight:500;letter-spacing:.14em;color:var(--al-muted);margin-bottom:22px}.al-hero h1{opacity:0;animation:alFadeUp .9s var(--al-ease) .14s forwards;font-size:clamp(42px,7.4vw,92px);line-height:1.01;letter-spacing:-.045em;font-weight:600;margin:0 auto;max-width:900px}.al-hero h1 em{font-style:normal;color:var(--al-accent)}.al-hero-sub{opacity:0;animation:alFadeUp .9s var(--al-ease) .26s forwards;max-width:560px;margin:26px auto 0;font-size:clamp(16px,1.4vw,19px);line-height:1.6;color:var(--al-ink-soft)}.al-hero-ctas{opacity:0;animation:alFadeUp .9s var(--al-ease) .36s forwards;display:flex;align-items:center;justify-content:center;gap:12px;margin-top:34px;flex-wrap:wrap}.al-hero-search{opacity:0;animation:alFadeUp .9s var(--al-ease) .46s forwards;display:flex;align-items:center;gap:10px;max-width:480px;margin:30px auto 0;padding:8px 8px 8px 20px;background:var(--al-panel);border:1px solid var(--al-line-strong);border-radius:999px;box-shadow:var(--al-shadow)}.al-hero-search input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-family:var(--al-display);font-size:14.5px;color:var(--al-ink)}.al-hero-search input::placeholder{color:var(--al-faint)}.al-hero-search button{flex-shrink:0;padding:10px 18px;border-radius:999px;border:none;background:var(--al-fill);color:var(--al-fill-text);font-weight:600;font-size:13px;cursor:pointer;font-family:var(--al-display);transition:background .2s}.al-hero-search button:hover{background:var(--al-accent)}.al-hero-stats{opacity:0;animation:alFadeUp .9s var(--al-ease) .56s forwards;display:flex;align-items:center;justify-content:center;gap:clamp(28px,5vw,56px);margin-top:46px;flex-wrap:wrap}.al-hero-stat strong{display:block;font-family:var(--al-mono);font-size:26px;font-weight:600;letter-spacing:-.02em;color:var(--al-ink)}.al-hero-stat span{display:block;font-size:12px;color:var(--al-muted);margin-top:4px}@keyframes alFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.al-hero-frame-wrap{opacity:0;animation:alFadeUp 1s var(--al-ease) .66s forwards;margin:64px auto 0;max-width:880px;perspective:1400px}.al-hero-frame{position:relative;background:var(--al-panel);border:1px solid var(--al-line);border-radius:var(--al-radius-lg);box-shadow:var(--al-shadow-lg);overflow:hidden;transform:perspective(1400px) rotateX(var(--al-tiltx, 0deg)) rotateY(var(--al-tilty, 0deg));transition:transform .35s var(--al-ease);text-align:left}.al-frame-chrome{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid var(--al-line);background:var(--al-bg-alt)}.al-frame-dot{width:9px;height:9px;border-radius:50%;background:var(--al-line-strong)}.al-frame-url{flex:1;text-align:center;font-family:var(--al-mono);font-size:11.5px;color:var(--al-muted);margin-right:34px}.al-frame-body{padding:18px;background:var(--al-panel)}.al-frame-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px;padding:0 2px}.al-frame-head strong{font-family:var(--al-mono);font-size:13px;font-weight:500;color:var(--al-ink)}.al-frame-head span{font-size:12px;color:var(--al-muted)}.al-frame-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.al-frame-card{display:flex;gap:11px;padding:10px;border:1px solid var(--al-line);border-radius:14px;background:var(--al-bg);text-decoration:none;color:inherit;min-width:0}.al-frame-thumb{width:74px;height:62px;border-radius:10px;flex-shrink:0;background:linear-gradient(150deg,#e9e7de,#d9d6c8);display:flex;align-items:center;justify-content:center;color:var(--al-faint);overflow:hidden;position:relative}.al-frame-thumb img{width:100%;height:100%;object-fit:cover}.al-frame-thumb svg{width:26px;height:16px}.al-frame-info{flex:1;min-width:0;display:flex;flex-direction:column}.al-frame-title{font-size:12.5px;font-weight:600;color:var(--al-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.al-frame-specs{font-size:10.5px;color:var(--al-muted);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.al-frame-foot{margin-top:auto;padding-top:6px;display:flex;align-items:center;justify-content:space-between}.al-frame-price{font-family:var(--al-mono);font-size:13px;font-weight:600;color:var(--al-ink)}.al-frame-score{width:26px;height:26px;border-radius:50%;border:1.5px dashed var(--al-line-strong);display:flex;align-items:center;justify-content:center;font-size:8.5px;font-weight:700;color:var(--al-faint);flex-shrink:0}@media(max-width:640px){.al-frame-grid{grid-template-columns:1fr}}.al-marquee-section{padding:40px 0;border-top:1px solid var(--al-line);border-bottom:1px solid var(--al-line)}.al-marquee-label{text-align:center;font-family:var(--al-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--al-faint);margin-bottom:18px}.al-marquee-track{display:flex;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.al-marquee-row{display:flex;gap:10px;white-space:nowrap;animation:alMarquee 42s linear infinite}.al-marquee-row span{padding:8px 18px;border:1px solid var(--al-line);border-radius:999px;font-size:13px;font-weight:500;color:var(--al-ink-soft);background:var(--al-panel);flex-shrink:0}@keyframes alMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.al-story{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(32px,6vw,88px);align-items:center}.al-story-rev{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.al-story-rev .al-story-copy{order:2}.al-story-rev .al-story-visual{order:1}.al-story-copy .al-h2{margin-bottom:0}.al-story-list{margin-top:26px;display:flex;flex-direction:column;gap:12px}.al-story-list li{display:flex;gap:10px;font-size:14px;color:var(--al-ink-soft);line-height:1.5;list-style:none}.al-story-list li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--al-accent);flex-shrink:0;margin-top:7px}.al-story-visual{position:relative}@media(max-width:900px){.al-story,.al-story-rev{grid-template-columns:1fr}.al-story-rev .al-story-copy,.al-story-rev .al-story-visual{order:initial}}.al-score-card{background:var(--al-panel);border:1px solid var(--al-line);border-radius:var(--al-radius);padding:28px 30px;box-shadow:var(--al-shadow);max-width:460px}.al-score-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.al-score-model{font-size:17px;font-weight:600;margin-bottom:4px}.al-score-price{font-family:var(--al-mono);font-size:24px;font-weight:600;color:var(--al-ink)}.al-score-ring{position:relative;width:68px;height:68px;flex-shrink:0}.al-score-ring svg{transform:rotate(-90deg)}.al-score-ring-num{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.al-score-ring-num strong{font-size:19px;font-weight:700;line-height:1}.al-score-ring-num span{font-size:8px;letter-spacing:.06em;color:var(--al-muted);margin-top:2px}.al-score-bar-row{margin-bottom:14px}.al-score-bar-head{display:flex;justify-content:space-between;margin-bottom:7px;font-size:12.5px;color:var(--al-ink-soft)}.al-score-bar-head b{color:var(--al-ink);font-weight:600}.al-score-bar-track{height:6px;background:var(--al-bg-alt);border-radius:999px;overflow:hidden}.al-score-bar-fill{height:100%;border-radius:999px;width:0%;transition:width 1.1s var(--al-ease) .2s;background:var(--al-accent)}.al-in .al-score-bar-fill{width:var(--al-bar-w, 0%)}.al-score-verdict{margin-top:18px;padding:13px 16px;border-radius:12px;background:var(--al-accent-tint);font-size:13px;line-height:1.6;color:var(--al-accent-ink)}.al-score-verdict b{font-weight:700}.al-score-caption{margin-top:14px;font-size:11.5px;color:var(--al-faint)}.al-compare-demo{max-width:460px;display:flex;flex-direction:column;gap:12px}.al-compare-verdict{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:var(--al-radius);background:var(--al-accent-tint);border:1px solid var(--al-accent-tint-strong)}.al-compare-verdict .al-cv-emoji{font-size:22px;line-height:1}.al-compare-verdict small{display:block;font-size:11.5px;color:var(--al-muted);margin-bottom:2px}.al-compare-verdict strong{display:block;font-size:14.5px;font-weight:600;color:var(--al-ink);letter-spacing:-.01em}.al-compare-verdict b{font-family:var(--al-mono);color:var(--al-accent);font-weight:600}.al-compare-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.al-compare-card{position:relative;padding:14px;border-radius:var(--al-radius-sm);background:var(--al-panel);border:1px solid var(--al-line)}.al-compare-card.best{border-color:var(--al-accent);box-shadow:0 0 0 1px var(--al-accent-tint-strong)}.al-compare-card .al-cc-badge{position:absolute;top:10px;right:10px;font-family:var(--al-mono);font-size:8px;font-weight:600;letter-spacing:.04em;padding:3px 7px;border-radius:999px;background:var(--al-accent);color:#fff}.al-compare-card .al-cc-name{font-size:13px;font-weight:600;color:var(--al-ink);margin-bottom:10px;padding-right:40px;min-height:34px}.al-compare-card .al-cc-foot{display:flex;align-items:flex-end;justify-content:space-between}.al-compare-card .al-cc-price{font-family:var(--al-mono);font-size:15px;font-weight:600;color:var(--al-ink)}.al-compare-card .al-cc-score{display:flex;flex-direction:column;align-items:center}.al-compare-card .al-cc-score b{font-family:var(--al-mono);font-size:20px;font-weight:600;line-height:1}.al-compare-card .al-cc-score span{font-size:8px;color:var(--al-faint);letter-spacing:.06em}.al-tg-frame{background:var(--al-ink-panel);border-radius:var(--al-radius);padding:26px 24px;box-shadow:var(--al-shadow-lg);max-width:460px;color:var(--al-ink-panel-text)}.al-tg-head{display:flex;align-items:center;gap:10px;margin-bottom:18px}.al-tg-avatar{width:34px;height:34px;border-radius:10px;background:var(--al-accent);display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.al-tg-head strong{font-size:13.5px;font-weight:600;display:block}.al-tg-head span{font-size:11.5px;color:#f4f3ee80}.al-tg-bubble{background:#f4f3ee0f;border:1px solid rgba(244,243,238,.1);border-radius:16px;padding:16px 18px;font-size:13.5px;line-height:1.65}.al-tg-bubble strong{color:#fff}.al-tg-bubble .al-tg-score{display:inline-flex;align-items:center;gap:5px;padding:2px 8px;border-radius:999px;background:#0d7a5f40;color:#7fe6c8;font-family:var(--al-mono);font-size:11.5px;font-weight:600;margin-left:6px}.al-tg-time{margin-top:10px;font-size:10.5px;color:#f4f3ee59;text-align:right}.al-margin-frame{background:var(--al-panel);border:1px solid var(--al-line);border-radius:var(--al-radius);overflow:hidden;box-shadow:var(--al-shadow-lg);max-width:460px}.al-margin-body{padding:14px 16px 18px}.al-margin-body [data-theme]{color-scheme:normal}.al-reach-grid{display:flex;flex-wrap:wrap;gap:8px;max-width:460px}.al-reach-grid span{padding:7px 14px;border-radius:999px;border:1px solid var(--al-line);background:var(--al-panel);font-size:12.5px;font-weight:500;color:var(--al-ink-soft)}.al-reach-stats{display:flex;gap:40px;margin-top:30px;padding-top:26px;border-top:1px solid var(--al-line);max-width:460px}.al-reach-stats strong{display:block;font-family:var(--al-mono);font-size:32px;font-weight:600;color:var(--al-ink)}.al-reach-stats span{display:block;font-size:12px;color:var(--al-muted);margin-top:4px}.al-surfaces{display:flex;gap:10px;flex-wrap:wrap;max-width:460px}.al-surface-card{flex:1;min-width:130px;padding:18px 16px;border:1px solid var(--al-line);border-radius:16px;background:var(--al-panel)}.al-surface-card .al-surface-icon{width:32px;height:32px;border-radius:9px;background:var(--al-accent-tint);color:var(--al-accent);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.al-surface-card strong{display:block;font-size:13.5px;font-weight:600;margin-bottom:3px}.al-surface-card span{font-size:12px;color:var(--al-muted);line-height:1.4}.al-lang-row{display:flex;gap:8px;margin-top:18px;max-width:460px;flex-wrap:wrap}.al-lang-row span{font-family:var(--al-mono);font-size:11.5px;font-weight:600;padding:5px 10px;border-radius:8px;background:var(--al-bg-alt);color:var(--al-ink-soft)}.al-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative;margin-top:64px}.al-steps:before{content:"";position:absolute;top:23px;left:12%;right:12%;height:1px;background:linear-gradient(to right,transparent,var(--al-line-strong) 15%,var(--al-line-strong) 85%,transparent)}.al-step{position:relative}.al-step-num{width:46px;height:46px;border-radius:50%;background:var(--al-panel);border:1px solid var(--al-line-strong);display:flex;align-items:center;justify-content:center;font-family:var(--al-mono);font-size:15px;font-weight:600;margin-bottom:22px;position:relative;z-index:1}.al-step h3{font-size:15.5px;font-weight:600;margin-bottom:8px}.al-step p{font-size:13.5px;color:var(--al-muted);line-height:1.6}@media(max-width:760px){.al-steps{grid-template-columns:1fr 1fr;gap:36px 24px}.al-steps:before{display:none}}.al-extras{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--al-line);border:1px solid var(--al-line);border-radius:var(--al-radius);overflow:hidden}.al-extra{background:var(--al-panel);padding:26px 24px;display:flex;gap:14px;align-items:flex-start}.al-extra-icon{width:34px;height:34px;border-radius:9px;background:var(--al-bg-alt);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--al-accent)}.al-extra h4{font-size:14px;font-weight:600;margin-bottom:4px}.al-extra p{font-size:12.5px;color:var(--al-muted);line-height:1.55}@media(max-width:760px){.al-extras{grid-template-columns:1fr}}.al-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch;margin-top:64px}.al-plan{border-radius:var(--al-radius);padding:32px 28px;display:flex;flex-direction:column;background:var(--al-panel);border:1px solid var(--al-line)}.al-plan-dark{background:var(--al-ink-panel);color:var(--al-ink-panel-text);border-color:var(--al-ink-panel);box-shadow:var(--al-shadow-lg);transform:translateY(-8px)}.al-plan-badge{align-self:flex-start;font-family:var(--al-mono);font-size:10.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:999px;background:var(--al-accent);color:#fff;margin-bottom:16px}.al-plan-name{font-size:18px;font-weight:600;margin-bottom:6px}.al-plan-desc{font-size:13px;opacity:.72;margin-bottom:26px;line-height:1.5}.al-plan-price{margin-bottom:26px;display:flex;align-items:baseline;gap:6px}.al-plan-price strong{font-family:var(--al-mono);font-size:42px;font-weight:600;letter-spacing:-.02em}.al-plan-price span{font-size:13px;opacity:.6}.al-plan-features{flex:1;display:flex;flex-direction:column;gap:11px;margin-bottom:28px}.al-plan-features li{list-style:none;display:flex;gap:9px;font-size:13.5px;line-height:1.4}.al-plan-features li:before{content:"✓";color:var(--al-accent);font-weight:700;flex-shrink:0}.al-plan-dark .al-plan-features li:before{color:#7fe6c8}@media(max-width:860px){.al-pricing-grid{grid-template-columns:1fr}.al-plan-dark{transform:none}}.al-guides-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:56px}.al-guide-card{display:block;padding:24px;border-radius:var(--al-radius);border:1px solid var(--al-line);background:var(--al-panel);text-decoration:none;color:inherit;transition:border-color .2s,transform .2s}.al-guide-card:hover{border-color:var(--al-line-strong);transform:translateY(-3px)}.al-guide-card small{font-family:var(--al-mono);font-size:11px;color:var(--al-faint);text-transform:uppercase;letter-spacing:.06em}.al-guide-card h3{font-size:16px;font-weight:600;margin:10px 0 8px;line-height:1.35}.al-guide-card p{font-size:13px;color:var(--al-muted);line-height:1.55}.al-guides-foot{display:flex;justify-content:center;gap:28px;margin-top:36px;flex-wrap:wrap}.al-guides-foot a{font-size:14px;font-weight:600;color:var(--al-accent);text-decoration:none}@media(max-width:860px){.al-guides-grid{grid-template-columns:1fr}}.al-faq-list{margin-top:48px;border-top:1px solid var(--al-line)}.al-faq-item{border-bottom:1px solid var(--al-line)}.al-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 4px;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--al-display);font-size:15.5px;font-weight:500;color:var(--al-ink)}.al-faq-icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;border:1px solid var(--al-line-strong);display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--al-muted);transition:transform .25s var(--al-ease),background .2s}.al-faq-item.al-open .al-faq-icon{transform:rotate(45deg);background:var(--al-fill);border-color:var(--al-fill);color:var(--al-fill-text)}.al-faq-a{max-height:0;overflow:hidden;transition:max-height .35s var(--al-ease)}.al-faq-item.al-open .al-faq-a{max-height:260px}.al-faq-a p{padding:0 30px 22px 4px;font-size:14px;line-height:1.7;color:var(--al-ink-soft)}.al-final{text-align:center;padding:clamp(80px,12vw,140px) 0;background:var(--al-ink-panel);color:var(--al-ink-panel-text)}.al-final h2{font-size:clamp(30px,5vw,56px);letter-spacing:-.03em;line-height:1.06}.al-final p{margin:20px auto 0;max-width:480px;font-size:17px;color:#f4f3eea6;line-height:1.6}.al-final .al-hero-ctas{margin-top:36px}.al-final .al-btn-ghost{border-color:#f4f3ee47;color:#fff}.al-final .al-btn-ghost:hover{border-color:#fff}.al-footer{padding:64px 0 32px;border-top:1px solid var(--al-line)}.al-footer-top{display:flex;justify-content:space-between;gap:48px;flex-wrap:wrap;padding-bottom:44px}.al-footer-brand{max-width:220px}.al-footer-brand p{font-size:13px;color:var(--al-muted);line-height:1.6;margin-top:12px}.al-footer-cols{display:flex;gap:56px;flex-wrap:wrap}.al-footer-col h5{font-family:var(--al-mono);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--al-faint);margin-bottom:16px}.al-footer-col a{display:block;font-size:13.5px;color:var(--al-ink-soft);text-decoration:none;margin-bottom:11px;transition:color .15s}.al-footer-col a:hover{color:var(--al-ink)}.al-footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding-top:24px;border-top:1px solid var(--al-line);font-size:12.5px;color:var(--al-faint)}.al-footer-flags{display:flex;gap:6px;flex-wrap:wrap}.al-footer-flags span{font-size:11px;font-weight:600;padding:3px 7px;border:1px solid var(--al-line);border-radius:6px;color:var(--al-muted)}@media(max-width:640px){.al-story{gap:40px}.al-hero-frame-wrap{margin-top:44px}}.cz-lc{display:flex;gap:12px;padding:10px;background:var(--cz-surf);border:1px solid var(--cz-bd);border-radius:var(--cz-r-lg);cursor:pointer;position:relative;overflow:hidden;transition:border-color .18s,transform .18s,box-shadow .18s}.cz-lc:hover{border-color:var(--cz-bd2);transform:translateY(-2px);box-shadow:0 10px 30px #00000059}.cz-lc.sel{border-color:#2bb89480;box-shadow:0 0 0 1px #2bb8944d,0 10px 30px #2bb8941f}.cz-lc.sel:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:3px;border-radius:3px;background:var(--cz-accent);box-shadow:0 0 12px var(--cz-accent)}.cz-lc-thumb{width:116px;height:86px;border-radius:var(--cz-r-md);flex-shrink:0;position:relative;overflow:hidden;background:linear-gradient(150deg,#1a2028,#0e1318);display:flex;align-items:center;justify-content:center}.cz-lc-thumb img{width:100%;height:100%;object-fit:cover;display:block}.cz-lc-ph{font-size:30px;opacity:.5}.cz-lc-new{position:absolute;top:6px;left:6px;padding:2px 7px;border-radius:6px;font-family:var(--cz-mono);font-size:8.5px;font-weight:800;letter-spacing:.04em;background:var(--cz-accent);color:var(--cz-ink);box-shadow:0 0 12px #2bb89480}.cz-lc-count{position:absolute;bottom:6px;right:6px;padding:2px 6px;border-radius:5px;font-family:var(--cz-mono);font-size:9px;font-weight:700;background:#0009;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cz-lc-body{flex:1;min-width:0;display:flex;flex-direction:column}.cz-lc-make{font-size:14.5px;font-weight:700;letter-spacing:-.2px;line-height:1.25;color:var(--cz-text);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cz-lc-specs{display:flex;gap:5px;flex-wrap:wrap;margin-top:6px}.cz-lc-chip{font-size:10.5px;font-weight:600;padding:2px 7px;border-radius:6px;background:var(--cz-surf2);color:var(--cz-muted);white-space:nowrap}.cz-lc-bot{margin-top:auto;padding-top:8px;display:flex;align-items:center;justify-content:space-between;gap:10px}.cz-lc-source{min-width:0;display:grid;gap:4px}.cz-lc-plat{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:var(--cz-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.cz-lc-plat i{width:6px;height:6px;border-radius:50%;flex-shrink:0}.cz-lc-loc{font-size:10.5px;font-weight:650;color:var(--cz-muted2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cz-lc-price{font-family:var(--cz-mono);font-size:16px;font-weight:700;color:var(--cz-text);white-space:nowrap}.cz-lc-cmp{position:absolute;top:8px;right:8px;z-index:4;height:26px;padding:0 10px 0 8px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;border:1px solid var(--cz-bd2);background:var(--cz-panel);color:var(--cz-muted);font-family:var(--cz-sans);font-size:11.5px;font-weight:600;cursor:pointer;opacity:0;transform:translateY(-2px);transition:opacity .15s,transform .15s,color .15s,border-color .15s,background .15s;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.cz-lc-cmp-txt{line-height:1}.cz-lc:hover .cz-lc-cmp,.cz-lc-cmp:focus-visible,.cz-lc-cmp.on{opacity:1;transform:translateY(0)}.cz-lc-cmp:hover{color:var(--cz-accent);border-color:var(--cz-accent)}.cz-lc-cmp.on{background:var(--cz-accent);border-color:var(--cz-accent);color:var(--cz-ink)}.cz-lc-hide{position:absolute;top:40px;right:8px;z-index:4;height:26px;padding:0 10px 0 8px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;border:1px solid var(--cz-bd2);background:var(--cz-panel);color:var(--cz-muted);font-family:var(--cz-sans);font-size:11.5px;font-weight:600;cursor:pointer;opacity:0;transform:translateY(-2px);transition:opacity .15s,transform .15s,color .15s,border-color .15s;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.cz-lc-hide-txt{line-height:1}.cz-lc:hover .cz-lc-hide,.cz-lc-hide:focus-visible{opacity:1;transform:translateY(0)}.cz-lc-hide:hover{color:var(--cz-low);border-color:var(--cz-low)}@media(hover:none){.cz-lc-hide{opacity:1;transform:none;padding:0;width:26px;justify-content:center}.cz-lc-hide-txt{display:none}}.cz-lc-gauge{display:flex;align-items:center;justify-content:center;flex-shrink:0}.cz-lc-ring{position:relative;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center}.cz-lc-ring b{position:absolute;font-family:var(--cz-mono);font-size:14px;font-weight:700;line-height:1}@media(max-width:767px){.cz-lc{gap:11px;padding:10px;border-radius:var(--cz-r-md)}.cz-lc-thumb{width:92px;height:78px;border-radius:var(--cz-r)}.cz-lc-make{font-size:14px}.cz-lc-price{font-size:15px}.cz-lc-ring{width:40px;height:40px}.cz-lc-ring svg{width:40px;height:40px}.cz-lc-ring b{font-size:13px}}.radar-wrap{background:var(--cz-panel);border:1px solid var(--cz-bd);border-radius:var(--cz-r-lg);padding:18px;position:relative;overflow:hidden}.radar-wrap .radar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.radar-wrap .radar-title{font-family:var(--cz-mono);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--cz-muted);display:flex;align-items:center;gap:8px}.radar-wrap .radar-live{display:inline-flex;align-items:center;gap:5px;font-family:var(--cz-mono);font-size:10.5px;color:var(--cz-accent);padding:3px 8px;border-radius:7px;background:#2bb8941a;border:1px solid rgba(43,184,148,.22)}.radar-wrap .radar-live i{width:5px;height:5px;border-radius:50%;background:var(--cz-accent);box-shadow:0 0 6px var(--cz-accent);animation:cz-blink 1.4s infinite}.radar-wrap .radar-meta{font-size:12.5px;color:var(--cz-muted);margin:8px 0 14px;display:flex;align-items:center;flex-wrap:wrap;gap:4px 6px}.radar-wrap .radar-meta b{color:var(--cz-text);font-weight:600}.radar-wrap .radar-meta .dot{color:var(--cz-muted2);margin:0 2px}.radar-wrap .radar-dist{margin:0 0 16px}.radar-wrap .radar-dist-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.radar-wrap .radar-dist-lbl{font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--cz-muted2);display:flex;align-items:center;gap:6px}.radar-wrap .radar-dist-val{font-family:var(--cz-mono);font-size:13px;font-weight:600;color:var(--cz-accent)}.radar-wrap .radar-ticks{display:flex;justify-content:space-between;margin-top:8px;font-family:var(--cz-mono);font-size:10px;color:var(--cz-muted2)}.radar-wrap .radar{position:relative;width:100%;aspect-ratio:1;max-width:300px;margin:6px auto 0;border-radius:50%;background:radial-gradient(circle at 50% 50%,#2bb89412,#080a0e59 75%);border:1px solid var(--cz-bd);overflow:hidden}[data-theme=light] .radar-wrap .radar{background:radial-gradient(circle at 50% 50%,#0d7a5f0f,#141e320a 75%)}.radar-wrap .radar-grid{position:absolute;top:0;right:0;bottom:0;left:0}.radar-wrap .radar-ring{position:absolute;border-radius:50%;border:1px solid rgba(43,184,148,.14);top:50%;left:50%;transform:translate(-50%,-50%)}.radar-wrap .radar-cross{position:absolute;background:#2bb8941a}.radar-wrap .radar-cross.h{left:0;right:0;top:50%;height:1px}.radar-wrap .radar-cross.v{top:0;bottom:0;left:50%;width:1px}.radar-wrap .radar-sweep{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:conic-gradient(from 0deg,rgba(43,184,148,.3),rgba(43,184,148,.04) 38%,transparent 55%);animation:cz-sweep 4.5s linear infinite;mix-blend-mode:screen}.radar-wrap .radar-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:5px;z-index:5}.radar-wrap .radar-pin{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--cz-accent),var(--cz-accent2));display:flex;align-items:center;justify-content:center;color:var(--cz-ink);box-shadow:0 0 20px #2bb89473}.radar-wrap .radar-city{font-family:var(--cz-mono);font-size:11px;font-weight:600;color:var(--cz-text);background:var(--cz-panel3);padding:2px 8px;border-radius:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.radar-wrap .blip{position:absolute;transform:translate(-50%,-50%);z-index:4}.radar-wrap .blip-dot{width:10px;height:10px;border-radius:50%;cursor:pointer;transition:transform .15s}.radar-wrap .blip-dot:hover{transform:scale(1.4)}.radar-wrap .radar-foot{display:flex;gap:8px;margin-top:16px}.radar-wrap .radar-stat{flex:1;background:var(--cz-panel2);border:1px solid var(--cz-bd);border-radius:var(--cz-r);padding:10px 8px;text-align:center}.radar-wrap .radar-stat b{display:block;font-family:var(--cz-mono);font-size:18px;font-weight:600;color:var(--cz-accent);line-height:1.1}.radar-wrap .radar-stat i{display:block;margin-top:3px;font-size:10.5px;color:var(--cz-muted);font-style:normal}.radar-wrap .conn-head{display:flex;align-items:center;justify-content:space-between;margin:18px 0 9px;font-size:10.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--cz-muted2)}.radar-wrap .conn-head b{color:var(--cz-accent);font-family:var(--cz-mono);font-weight:600;font-size:11px}.radar-wrap .conn-list{display:flex;flex-direction:column;gap:5px}.radar-wrap .conn{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:9px;background:var(--cz-panel2);border:1px solid var(--cz-bd)}.radar-wrap .conn-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.radar-wrap .conn-name{flex:1;font-size:12.5px;font-weight:600;color:var(--cz-text)}.radar-wrap .conn-status{font-size:10px;font-weight:600;font-family:var(--cz-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--cz-good)}.cz-cityfield{position:relative;width:100%}.cz-cityfield>input{width:100%}.cz-city-drop{position:absolute;z-index:60;left:0;right:0;top:calc(100% + 6px);max-height:260px;overflow:auto;background:var(--cz-panel, #11161f);border:1px solid var(--cz-bd, rgba(255,255,255,.12));border-radius:var(--cz-r-md, 14px);box-shadow:0 16px 40px #00000052;padding:4px}.cz-city-drop button{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:9px 11px;text-align:left;background:transparent;border:none;border-radius:8px;color:var(--cz-text, #e8edf5);cursor:pointer;font-family:var(--cz-sans, inherit);font-size:13px;font-weight:600}.cz-city-drop button:hover,.cz-city-drop button:focus-visible{background:var(--cz-panel2, rgba(255,255,255,.06));color:var(--cz-accent, #2bb894)}.cz-city-drop button small{font-size:10.5px;font-weight:700;letter-spacing:.04em;color:var(--cz-muted2, #8a93a3)}.cz-city-empty{padding:10px 12px;font-size:13px;color:var(--cz-muted, #97a1b2)}@media(min-width:1181px){.cz-detail-stack{grid-template-columns:1.12fr .88fr!important;align-items:start;column-gap:24px;row-gap:22px}.cz-detail-stack>.carzo-mobile-detail-summary{grid-column:2;grid-row:1;position:sticky;top:84px}.cz-detail-stack>.carzo-mobile-spec-card{order:1}.cz-detail-stack>.carzo-mobile-ai-card{order:2}.cz-detail-stack>.cz-detail-margin{order:3}}.carzo-mobile-feed-hero,.carzo-mobile-sheet-head,.carzo-mobile-filter-actions{display:none}:root{--carzo-miniapp-mobile-revision: 20260619.4}@media(max-width:1180px){html body *,html body *:before,html body *:after{box-sizing:border-box}html,body,#root{width:100%;max-width:100vw;min-height:100%;overflow-x:hidden;background:radial-gradient(circle at 18% 0%,rgba(43,184,148,.12),transparent 34%),linear-gradient(180deg,#080d18,#07080b 48%,#07080b)!important}html body .app-layout{display:block!important;width:100%!important;max-width:100vw!important;min-height:100dvh!important;background:transparent!important;overflow-x:clip!important}html body .app-main{width:100%!important;max-width:100vw!important;min-height:100dvh!important;padding:0 0 calc(78px + env(safe-area-inset-bottom))!important;margin:0!important;background:transparent!important;overflow-x:clip!important;overflow-y:visible!important}html body .app-main>div{width:100%!important;max-width:100vw!important;min-height:100dvh!important;overflow-x:clip!important;overflow-y:visible!important}html body .cz-topbar,html body .carzo-command-header,html body .carzo-public-note,html body .carzo-desktop-top-search,html body .carzo-header-actions,html body .carzo-view-toggle,html body .mobile-page-actions,html body .carzo-results-head,html body .carzo-preview-panel{display:none!important}html body .carzo-command-page{width:min(100%,460px)!important;max-width:100vw!important;min-height:100dvh!important;margin:0 auto!important;padding:max(14px,env(safe-area-inset-top)) 12px calc(92px + env(safe-area-inset-bottom))!important;background:transparent!important;color:#f6f8ff!important;overflow-x:clip!important}html body .carzo-command-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 16% 8%,rgba(43,184,148,.16),transparent 28%),radial-gradient(circle at 100% 0%,rgba(106,143,224,.13),transparent 34%),#07080b}html body .carzo-mobile-feed-hero{display:block!important;padding-top:2px!important;margin-bottom:10px!important}html body .carzo-mobile-feed-title-row{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;margin-bottom:12px!important}html body .carzo-mobile-feed-title-row h1{margin:0!important;color:#f6f8ff!important;font-size:clamp(32px,10vw,42px)!important;line-height:.95!important;font-weight:950!important;letter-spacing:-.07em!important}html body .carzo-mobile-feed-title-row p{margin:4px 0 0!important;color:#e2e8ffa3!important;font-size:12.5px!important;font-weight:750!important}html body .carzo-mobile-feed-title-row>button{flex:0 0 auto!important;min-height:38px!important;min-width:44px!important;max-width:96px!important;padding:0 12px!important;border:1px solid rgba(43,184,148,.28)!important;border-radius:13px!important;background:#2bb8941a!important;color:#2bb894!important;font-size:11.5px!important;font-weight:900!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body .carzo-mobile-ai-search{display:flex!important;align-items:center!important;gap:9px!important;min-height:50px!important;padding:7px!important;border-radius:14px!important;border:1px solid rgba(148,163,184,.22)!important;background:#11161fd6!important;box-shadow:inset 0 1px #ffffff0a,0 14px 30px #0000002e!important}html body .carzo-mobile-ai-search input{flex:1 1 auto!important;min-width:0!important;height:34px!important;border:0!important;outline:0!important;background:transparent!important;color:#f6f8ff!important;font-size:14px!important;font-weight:760!important}html body .carzo-mobile-ai-search input::placeholder{color:#e2e8ff6b!important}html body .carzo-mobile-ai-plus{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;min-width:34px!important;border:0!important;border-radius:10px!important;background:linear-gradient(135deg,#2bb894,#6a8fe0)!important;color:#06130f!important;box-shadow:0 0 18px #2bb8944d!important}html body .carzo-mobile-ai-search>span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:34px!important;height:28px!important;border-radius:999px!important;background:#6a8fe029!important;color:#9ab5ff!important;font-size:11px!important;font-weight:950!important}html body .carzo-mobile-chip-scroll{display:flex!important;gap:8px!important;overflow-x:auto!important;overscroll-behavior-x:contain!important;scrollbar-width:none!important;padding:10px 0 3px!important;margin-inline:-2px!important}html body .carzo-mobile-chip-scroll::-webkit-scrollbar{display:none!important}html body .carzo-mobile-chip-scroll button{flex:0 0 auto!important;min-height:31px!important;padding:0 12px!important;border:1px solid rgba(43,184,148,.27)!important;border-radius:999px!important;background:#2bb8941f!important;color:#2bb894!important;font-size:11px!important;font-weight:900!important}html body .carzo-mobile-feed-found{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin:8px 0 9px!important;color:#e2e8ffc7!important;font-size:12px!important;font-weight:850!important}html body .carzo-mobile-feed-found button{min-height:28px!important;max-width:92px!important;padding:0 11px!important;border:1px solid rgba(43,184,148,.25)!important;border-radius:999px!important;background:#2bb89417!important;color:#2bb894!important;font-size:10.5px!important;font-weight:900!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body .carzo-catalog-shell,html body .carzo-workspace-grid{display:block!important;width:100%!important;min-width:0!important}html body .carzo-results-column{display:block!important;width:100%!important;min-width:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}html body .carzo-card-stack{display:flex!important;flex-direction:column!important;gap:10px!important;width:100%!important;min-width:0!important;max-width:100%!important}html body .carzo-card-stack .cz-lc{position:relative!important;display:flex!important;align-items:stretch!important;gap:9px!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:106px!important;padding:9px!important;border-radius:17px!important;border:1px solid rgba(148,163,184,.16)!important;background:linear-gradient(135deg,rgba(43,184,148,.055),transparent 42%),#11161fe6!important;box-shadow:0 12px 28px #0000003d!important;overflow:hidden!important}html body .carzo-card-stack .cz-lc.sel{border-color:#2bb89494!important;box-shadow:0 0 0 1px #2bb89447,0 14px 32px #2bb8941f!important}html body .cz-lc-thumb{flex:0 0 86px!important;width:86px!important;min-width:86px!important;height:76px!important;border-radius:12px!important;background:linear-gradient(155deg,#2bb89424,#6a8fe014,#121820)!important}html body .cz-lc-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}html body .cz-lc-ph{opacity:.58!important;transform:scale(.86)!important}html body .cz-lc-new{top:6px!important;left:6px!important;border-radius:6px!important;background:#2bb894!important;color:#06130f!important;font-size:8px!important}html body .cz-lc-count{right:5px!important;bottom:5px!important;font-size:8px!important}html body .cz-lc-body{flex:1 1 auto!important;min-width:0!important;padding-right:48px!important;overflow:hidden!important}html body .cz-lc-make{color:#f6f8ff!important;font-size:13.5px!important;line-height:1.18!important;-webkit-line-clamp:2!important}html body .cz-lc-specs{gap:4px!important;margin-top:5px!important;max-height:20px!important;overflow:hidden!important}html body .cz-lc-chip{padding:2px 6px!important;border-radius:6px!important;background:#ffffff0e!important;color:#e2e8ffad!important;font-size:9.5px!important}html body .cz-lc-bot{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:6px!important;padding-top:6px!important;min-width:0!important}html body .cz-lc-plat{flex:1 1 auto!important;min-width:0!important;max-width:96px!important;color:#e2e8ffbd!important;font-size:10.5px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body .cz-lc-price{flex:0 1 auto!important;max-width:88px!important;color:#f6f8ff!important;font-size:13px!important;line-height:1.05!important;text-align:right!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body .cz-lc-gauge{position:absolute!important;right:9px!important;top:9px!important;z-index:2!important;width:42px!important;height:42px!important}html body .cz-lc-ring,html body .cz-lc-ring svg{width:42px!important;height:42px!important}html body .cz-lc-ring b{color:#fff!important;font-size:12.5px!important}html body .carzo-catalog-filter-rail{height:0!important;min-height:0!important;padding:0!important;overflow:visible!important}html body .carzo-filter-toggle,html body .carzo-filter-platforms,html body .carzo-catalog-filter-rail .carzo-filter-console{display:none!important}html body .carzo-catalog-filter-rail .carzo-filter-console.is-open{position:fixed!important;inset:auto 0 0 0!important;z-index:1200!important;display:block!important;max-height:min(82dvh,720px)!important;width:100%!important;margin:0!important;padding:12px 12px calc(96px + env(safe-area-inset-bottom))!important;overflow-y:auto!important;border:1px solid rgba(148,163,184,.18)!important;border-bottom:0!important;border-radius:24px 24px 0 0!important;background:#0a0e15fa!important;box-shadow:0 -22px 60px #00000094!important;-webkit-backdrop-filter:blur(24px)!important;backdrop-filter:blur(24px)!important}html body .carzo-catalog-filter-rail .carzo-filter-console.is-open:before{content:"";display:block;width:44px;height:4px;margin:0 auto 12px;border-radius:99px;background:#e2e8ff33}html body .carzo-mobile-sheet-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;position:sticky!important;top:-12px!important;z-index:5!important;padding:8px 0 12px!important;background:#0a0e15f7!important}html body .carzo-mobile-sheet-head strong{color:#f6f8ff!important;font-size:18px!important;font-weight:950!important}html body .carzo-mobile-sheet-head button{width:42px!important;height:42px!important;border:1px solid rgba(148,163,184,.2)!important;border-radius:14px!important;background:#ffffff0d!important;color:#f6f8ff!important;font-size:24px!important;line-height:1!important}html body .carzo-ai-search-panel,html body .carzo-filter-console .carzo-filter-top,html body .carzo-vehicle-select-grid,html body .carzo-feed-filter-grid,html body .carzo-chipline{border-radius:18px!important}html body .carzo-filter-console .carzo-filter-top,html body .carzo-vehicle-select-grid,html body .carzo-numeric-filters{grid-template-columns:1fr!important}html body .carzo-mobile-filter-actions{display:block!important;position:sticky!important;bottom:calc(-96px - env(safe-area-inset-bottom))!important;z-index:8!important;padding:12px 0 0!important}html body .carzo-mobile-filter-actions button{width:100%!important;min-height:54px!important;border:0!important;border-radius:16px!important;background:linear-gradient(135deg,#2bb894,#6a8fe0)!important;color:#041410!important;font-size:15px!important;font-weight:950!important;box-shadow:0 14px 34px #2bb8943d!important}html body .app-sidebar.carzo-sidebar{position:fixed!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;z-index:1000!important;width:100%!important;max-width:100vw!important;height:calc(68px + env(safe-area-inset-bottom))!important;min-height:0!important;padding:7px 8px calc(7px + env(safe-area-inset-bottom))!important;border:0!important;border-top:1px solid rgba(148,163,184,.16)!important;background:#090c12eb!important;box-shadow:0 -10px 36px #0000006b!important;-webkit-backdrop-filter:blur(24px)!important;backdrop-filter:blur(24px)!important}html body .carzo-sidebar .carzo-brand,html body .carzo-sidebar .carzo-create-link,html body .carzo-sidebar .carzo-sidebar-section,html body .carzo-sidebar .carzo-sidebar-bottom{display:none!important}html body .carzo-sidebar nav.carzo-nav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:2px!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;min-width:0!important;overflow:hidden!important}html body .carzo-sidebar .carzo-nav-link{width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;box-shadow:none!important}html body .carzo-sidebar .carzo-desktop-nav-link{display:none!important}html body .carzo-sidebar .carzo-mobile-nav-link{display:flex!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:52px!important;padding:4px 2px!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;border:0!important;border-radius:16px!important;background:transparent!important;color:#e2e8ff85!important;font-size:9.5px!important;font-weight:850!important;line-height:1!important;letter-spacing:-.02em!important;overflow:hidden!important;text-align:center!important}html body .carzo-sidebar .carzo-mobile-nav-link span:last-child{display:block!important;width:100%!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body .carzo-sidebar .carzo-mobile-nav-link.active{color:#2bb894!important;background:#2bb89414!important}html body .carzo-sidebar .carzo-mobile-nav-link.active:before{display:none!important}html body .carzo-sidebar .carzo-nav-icon{display:inline-flex!important;width:24px!important;height:24px!important;min-width:24px!important;align-items:center!important;justify-content:center!important;background:transparent!important;color:currentColor!important}html body .carzo-sidebar .carzo-nav-icon svg{width:19px!important;height:19px!important}html body .carzo-toast{position:fixed!important;left:12px!important;right:12px!important;bottom:calc(82px + env(safe-area-inset-bottom))!important;z-index:1300!important;border-radius:14px!important;font-size:12px!important}@media(max-width:390px){html body .carzo-command-page{padding-inline:10px!important}html body .cz-lc-thumb{flex-basis:80px!important;width:80px!important;min-width:80px!important;height:72px!important}html body .cz-lc-body{padding-right:43px!important}html body .cz-lc-make{font-size:12.8px!important}html body .cz-lc-price{max-width:74px!important;font-size:12px!important}html body .carzo-sidebar .carzo-mobile-nav-link{font-size:8.2px!important;padding-inline:0!important}html body .carzo-sidebar .carzo-nav-icon svg{width:18px!important;height:18px!important}}}@media(min-width:1181px){.carzo-mobile-feed-hero,.carzo-mobile-nav-link,.carzo-mobile-sheet-head,.carzo-mobile-filter-actions{display:none!important}}:root{--carzo-miniapp-mobile-revision-hardening: 20260619.5}@media(max-width:1180px){html,body,#root,html body .app-layout,html body .app-main,html body .app-main>div,html body .carzo-command-page,html body .carzo-catalog-shell,html body .carzo-workspace-grid,html body .carzo-results-column,html body .carzo-card-stack{inline-size:100%!important;max-inline-size:100vw!important;min-inline-size:0!important;overflow-x:clip!important}html body .carzo-command-page{display:block!important;padding-inline:10px!important}html body .carzo-mobile-feed-title-row,html body .carzo-mobile-ai-search,html body .carzo-mobile-feed-found,html body .carzo-card-stack .cz-lc,html body .cz-lc-body,html body .cz-lc-bot,html body .cz-lc-specs{min-inline-size:0!important;max-inline-size:100%!important}html body .carzo-card-stack .cz-lc{inline-size:100%!important;contain:layout paint!important;transform:translateZ(0)!important;gap:8px!important;padding:8px!important}html body .cz-lc-thumb{flex:0 0 78px!important;inline-size:78px!important;min-inline-size:78px!important;block-size:72px!important}html body .cz-lc-body{flex:1 1 0!important;padding-right:42px!important}html body .cz-lc-make{font-size:13px!important;line-height:1.16!important}html body .cz-lc-specs{flex-wrap:nowrap!important}html body .cz-lc-chip{max-inline-size:68px!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .cz-lc-bot{justify-content:flex-start!important}html body .cz-lc-plat{flex:1 1 auto!important;max-inline-size:none!important}html body .cz-lc-price{position:absolute!important;right:9px!important;bottom:12px!important;max-inline-size:62px!important;font-size:12px!important}html body .cz-lc-gauge{right:8px!important;top:8px!important;inline-size:38px!important;block-size:38px!important}html body .cz-lc-ring,html body .cz-lc-ring svg{inline-size:38px!important;block-size:38px!important}html body .cz-lc-ring b{font-size:11.5px!important}html body .app-sidebar.carzo-sidebar{inline-size:100vw!important;max-inline-size:100vw!important;overflow:hidden!important;padding-inline:6px!important}html body .carzo-sidebar nav.carzo-nav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;inline-size:100%!important;max-inline-size:100%!important;min-inline-size:0!important;gap:0!important;overflow:hidden!important}html body .carzo-sidebar .carzo-mobile-nav-link{flex:none!important;flex-basis:auto!important;inline-size:100%!important;min-inline-size:0!important;max-inline-size:100%!important;contain:layout paint!important}html body .carzo-sidebar .carzo-mobile-nav-link span:last-child{font-size:8.5px!important;letter-spacing:-.04em!important}html body .carzo-sidebar .carzo-nav-icon{inline-size:21px!important;block-size:21px!important;min-inline-size:21px!important}html body .carzo-sidebar .carzo-nav-icon svg{inline-size:17px!important;block-size:17px!important}}@media(max-width:360px){html body .carzo-command-page{padding-inline:8px!important}html body .cz-lc-thumb{flex-basis:70px!important;inline-size:70px!important;min-inline-size:70px!important}html body .cz-lc-body{padding-right:38px!important}html body .carzo-sidebar .carzo-mobile-nav-link span:last-child{font-size:7.8px!important}}:root{--carzo-miniapp-mobile-revision-tabbar: 20260619.6}.carzo-mobile-tabbar{display:none}@media(max-width:1180px){html body .app-sidebar.carzo-sidebar{display:none!important}html body .carzo-mobile-tabbar{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:1400!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0!important;width:100vw!important;max-width:100vw!important;min-height:calc(68px + env(safe-area-inset-bottom))!important;padding:7px 6px calc(7px + env(safe-area-inset-bottom))!important;border-top:1px solid rgba(148,163,184,.16)!important;background:#090c12f0!important;box-shadow:0 -12px 38px #00000073!important;-webkit-backdrop-filter:blur(24px)!important;backdrop-filter:blur(24px)!important;overflow:hidden!important}html body:has(.carzo-region-modal-backdrop) .carzo-mobile-tabbar,html body:has(.carzo-auth-modal-backdrop) .carzo-mobile-tabbar{display:none!important;pointer-events:none!important}html body .carzo-mobile-tab{display:inline-flex!important;min-width:0!important;min-height:52px!important;padding:4px 1px!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;border-radius:16px!important;color:#e2e8ff85!important;text-decoration:none!important;font-size:8.6px!important;font-weight:850!important;line-height:1!important;letter-spacing:-.04em!important;overflow:hidden!important;transition:background .16s ease,color .16s ease,transform .16s ease!important}html body .carzo-mobile-tab.active{color:#2bb894!important;background:#2bb89414!important}html body .carzo-mobile-tab:active{transform:scale(.96)!important}html body .carzo-mobile-tab-icon{display:inline-flex!important;width:22px!important;height:22px!important;align-items:center!important;justify-content:center!important;color:currentColor!important}html body .carzo-mobile-tab-icon svg{width:18px!important;height:18px!important}html body .carzo-mobile-tab>span:last-child{display:block!important;width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-align:center!important}}@media(min-width:1181px){.carzo-mobile-tabbar{display:none!important}}:root{--carzo-miniapp-mobile-reference: 20260619.7}.carzo-mobile-profile-hero{display:none}@media(max-width:1180px){html,body,#root{min-height:100dvh!important;background:radial-gradient(circle at 16% 0%,rgba(20,210,177,.16),transparent 34%),radial-gradient(circle at 88% 10%,rgba(77,132,255,.14),transparent 32%),linear-gradient(180deg,#080b12,#0a0f18 48%,#070a0f)!important;color:#f4f8ff!important;overflow-x:hidden!important}html body .app-shell{display:block!important;min-height:100dvh!important;background:transparent!important}html body .app-main{width:100%!important;min-width:0!important;padding:0!important;background:transparent!important}html body .carzo-command-page,html body .settings-command-page,html body .carzo-mobile-detail-page{width:min(100%,460px)!important;max-width:460px!important;min-height:100dvh!important;margin:0 auto!important;padding:calc(18px + env(safe-area-inset-top)) 14px calc(94px + env(safe-area-inset-bottom))!important;background:radial-gradient(circle at 24% 8%,rgba(32,231,203,.13),transparent 32%),linear-gradient(180deg,#0d1627eb,#080c13fa 45%,#06090e)!important;color:#f5f7fb!important;overflow-x:hidden!important}html body .carzo-mobile-feed-hero{display:block!important;padding:0 0 12px!important;margin:0!important;border:0!important;background:transparent!important}html body .carzo-mobile-feed-title-row{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;margin:0 0 12px!important}html body .carzo-mobile-feed-title-row h1{margin:0!important;font-size:clamp(30px,9.8vw,42px)!important;line-height:.92!important;letter-spacing:-.065em!important;font-weight:950!important;color:#f8fbff!important}html body .carzo-mobile-feed-title-row p{margin:5px 0 0!important;color:#cad5e8b8!important;font-size:13px!important;font-weight:700!important}html body .carzo-mobile-feed-title-row button,html body .carzo-mobile-feed-found button{min-height:44px!important;border:1px solid rgba(43,184,148,.28)!important;border-radius:16px!important;padding:0 14px!important;background:#2bb8941a!important;color:#2bb894!important;font-size:12px!important;font-weight:900!important}html body .carzo-mobile-ai-search{display:grid!important;grid-template-columns:40px minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important;min-height:54px!important;margin:0 0 12px!important;padding:7px!important;border:1px solid rgba(148,163,184,.18)!important;border-radius:16px!important;background:#121925eb!important;box-shadow:inset 0 0 0 1px #ffffff06!important}html body .carzo-mobile-ai-plus{width:40px!important;height:40px!important;border:1px solid rgba(43,184,148,.34)!important;border-radius:12px!important;background:linear-gradient(135deg,#2bb89438,#4d84ff2e)!important;color:#29f2d6!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 0 22px #2bb8942e!important}html body .carzo-mobile-ai-search input{width:100%!important;min-width:0!important;border:0!important;outline:0!important;background:transparent!important;color:#f7fbff!important;font-size:14px!important;font-weight:800!important}html body .carzo-mobile-ai-search input::placeholder{color:#d9e1f15c!important}html body .carzo-mobile-ai-search>span{min-width:34px!important;padding:7px 9px!important;border-radius:999px!important;background:linear-gradient(135deg,#2bb894,#6a8fe0)!important;color:#071018!important;font-size:12px!important;font-weight:950!important;text-align:center!important}html body .carzo-mobile-chip-scroll{display:flex!important;gap:8px!important;margin:0 0 11px!important;padding-bottom:2px!important;overflow-x:auto!important;scrollbar-width:none!important}html body .carzo-mobile-chip-scroll::-webkit-scrollbar{display:none!important}html body .carzo-mobile-chip-scroll button{flex:0 0 auto!important;min-height:34px!important;border:1px solid rgba(43,184,148,.28)!important;border-radius:999px!important;padding:0 12px!important;background:#2bb8941f!important;color:#22e8ce!important;font-size:12px!important;font-weight:900!important}html body .carzo-mobile-feed-found{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:5px 0 10px!important;color:#e2e8ffb8!important;font-size:12px!important;font-weight:850!important}html body .carzo-catalog-shell,html body .carzo-workspace-grid,html body .carzo-results-column{display:block!important;width:100%!important;min-width:0!important;padding:0!important;margin:0!important}html body .carzo-card-stack{display:grid!important;gap:9px!important;width:100%!important}html body .cz-lc{min-height:98px!important;border-radius:17px!important;padding:8px!important;background:linear-gradient(135deg,#111823fa,#0c1119fa)!important;border:1px solid rgba(148,163,184,.12)!important;box-shadow:0 10px 26px #00000047!important}html body .cz-lc.sel,html body .cz-lc:active{border-color:#2bb894b8!important;box-shadow:0 0 0 1px #2bb89433,0 14px 32px #0000005c!important}html body .cz-lc-thumb{width:86px!important;min-width:86px!important;height:82px!important;border-radius:13px!important;background:radial-gradient(circle at 50% 45%,#2bb89429,#27303fcc)!important}html body .cz-lc-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}html body .cz-lc-ph{width:40px!important;color:#c7d3e457!important}html body .cz-lc-new{top:6px!important;left:6px!important;border-radius:7px!important;padding:4px 6px!important;background:#2bb894!important;color:#071015!important;font-size:8px!important;font-weight:950!important}html body .cz-lc-count{right:6px!important;bottom:6px!important;min-width:24px!important;height:18px!important;border-radius:6px!important;background:#05080dd1!important;color:#f7fbff!important;font-size:9px!important;font-weight:900!important}html body .cz-lc-body{padding:3px 44px 2px 8px!important}html body .cz-lc-make{max-height:34px!important;overflow:hidden!important;color:#f8fbff!important;font-size:13.5px!important;line-height:1.16!important;letter-spacing:-.02em!important;font-weight:900!important}html body .cz-lc-specs{display:flex!important;gap:5px!important;margin-top:6px!important;overflow:hidden!important}html body .cz-lc-chip{height:18px!important;max-width:72px!important;padding:0 6px!important;border-radius:6px!important;background:#ffffff0e!important;color:#e2e8ffa3!important;font-size:9.5px!important;font-weight:800!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .cz-lc-bot{margin-top:7px!important;display:flex!important;align-items:center!important;gap:7px!important}html body .cz-lc-plat{color:#e2e8ffad!important;font-size:10.5px!important;font-weight:900!important}html body .cz-lc-price{right:10px!important;bottom:10px!important;max-width:72px!important;color:#f8fbff!important;font-size:13px!important;line-height:1.1!important;text-align:right!important}html body .cz-lc-gauge{width:42px!important;height:42px!important;right:8px!important;top:10px!important}html body .cz-lc-ring,html body .cz-lc-ring svg{width:42px!important;height:42px!important}html body .cz-lc-ring b{font-size:12px!important;font-weight:950!important}html body .carzo-empty-state{min-height:220px!important;border-radius:22px!important;border:1px solid rgba(148,163,184,.14)!important;background:#111823b8!important;color:#e2e8ffb8!important}html body .carzo-catalog-filter-rail{display:contents!important}html body .carzo-filter-toggle{display:none!important}html body .carzo-filter-console{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:1500!important;width:min(100vw,460px)!important;max-height:min(86dvh,760px)!important;margin:0 auto!important;padding:12px 14px calc(94px + env(safe-area-inset-bottom))!important;border:1px solid rgba(148,163,184,.15)!important;border-bottom:0!important;border-radius:28px 28px 0 0!important;background:#0c1119fa!important;box-shadow:0 -26px 58px #0000009e!important;-webkit-backdrop-filter:blur(24px)!important;backdrop-filter:blur(24px)!important;overflow-y:auto!important;transform:translateY(105%)!important;opacity:0!important;pointer-events:none!important;transition:transform .23s ease,opacity .18s ease!important}html body .carzo-filter-console.is-open{transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important}html body .carzo-mobile-sheet-head{position:sticky!important;top:0!important;z-index:2!important;display:flex!important;align-items:center!important;justify-content:space-between!important;margin:-2px -2px 12px!important;padding:8px 2px 12px!important;background:linear-gradient(180deg,#0c1119,#0c1119db)!important}html body .carzo-mobile-sheet-head:before{content:""!important;position:absolute!important;top:0!important;left:50%!important;width:42px!important;height:4px!important;border-radius:999px!important;background:#e2e8ff47!important;transform:translate(-50%)!important}html body .carzo-mobile-sheet-head strong{margin-top:10px!important;color:#f6f9ff!important;font-size:18px!important;font-weight:950!important;letter-spacing:-.035em!important}html body .carzo-mobile-sheet-head button{width:40px!important;height:40px!important;border:0!important;border-radius:14px!important;background:#ffffff0f!important;color:#f6f9ffe0!important;font-size:22px!important}html body .carzo-ai-search-panel,html body .carzo-feed-filter-grid,html body .carzo-vehicle-select-grid,html body .carzo-filter-top{border-radius:18px!important;border:1px solid rgba(148,163,184,.13)!important;background:#111823b8!important;padding:12px!important;margin-bottom:11px!important}html body .carzo-ai-search-head h2{color:#f8fbff!important;font-size:18px!important;letter-spacing:-.03em!important}html body .carzo-ai-search-head p{color:#cdd8ec9e!important;font-size:12px!important;line-height:1.45!important}html body .carzo-ai-search-row,html body .carzo-filter-top{display:grid!important;grid-template-columns:1fr!important;gap:9px!important}html body .carzo-ai-search-row input,html body .carzo-search-input-wrap input,html body .carzo-filter-top select,html body .carzo-vehicle-select-grid select,html body .carzo-numeric-filters input{min-height:44px!important;border:1px solid rgba(148,163,184,.13)!important;border-radius:13px!important;background:#080c14b8!important;color:#f7fbff!important;font-size:16px!important;font-weight:750!important}html body .carzo-ai-search-row button,html body .carzo-search-button,html body .carzo-mobile-filter-actions button{min-height:48px!important;border:0!important;border-radius:14px!important;background:linear-gradient(135deg,#20e7cf,#6a8fe0)!important;color:#061018!important;font-size:14px!important;font-weight:950!important;box-shadow:0 14px 28px #2bb89429!important}html body .carzo-ai-examples,html body .carzo-chipline,html body .carzo-filter-group>div:last-child{display:flex!important;flex-wrap:wrap!important;gap:7px!important}html body .carzo-ai-examples button,html body .chip,html body .carzo-toggle-chip{min-height:35px!important;border:1px solid rgba(148,163,184,.14)!important;border-radius:12px!important;background:#ffffff0e!important;color:#e2e8ffb3!important;font-size:12px!important;font-weight:850!important}html body .chip.active,html body .carzo-toggle-chip.active{border-color:#2bb89494!important;background:#2bb89424!important;color:#2bb894!important;box-shadow:inset 0 0 0 1px #2bb8941f!important}html body .carzo-filter-group>div:first-child,html body .carzo-vehicle-select-grid label span{display:block!important;margin:0 0 8px!important;color:#a4b0c7d1!important;font-size:10px!important;font-weight:950!important;letter-spacing:.14em!important;text-transform:uppercase!important}html body .carzo-numeric-filters{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}html body .carzo-filter-platforms{display:none!important}html body .carzo-mobile-detail-page{padding-inline:12px!important}html body .carzo-mobile-detail-back{min-height:44px!important;margin:0 0 8px!important;padding:0 10px!important;border-radius:14px!important;color:#e2e8ffb3!important;font-weight:850!important}html body .carzo-mobile-detail-stack{gap:12px!important}html body .carzo-mobile-detail-gallery{height:268px!important;border-radius:0 0 22px 22px!important;margin:0 -12px!important;background:radial-gradient(circle at 50% 45%,#2bb89424,#121a26f5)!important}html body .carzo-mobile-detail-gallery img{object-fit:cover!important}html body .carzo-mobile-detail-thumbs{gap:7px!important;padding:0 2px 2px!important}html body .carzo-mobile-detail-thumbs button{width:42px!important;height:10px!important;border-radius:999px!important}html body .carzo-mobile-detail-thumbs img{display:none!important}html body .carzo-mobile-detail-summary,html body .carzo-mobile-ai-card,html body .carzo-mobile-spec-card,html body .carzo-mobile-contact-card{border-radius:20px!important;border:1px solid rgba(148,163,184,.13)!important;background:#111823db!important;padding:14px!important}html body .carzo-mobile-detail-summary h1{font-size:20px!important;line-height:1.08!important;letter-spacing:-.04em!important}html body .carzo-mobile-detail-summary [style*="font-size: 34px"]{color:#2bb894!important;font-size:26px!important;font-weight:950!important}html body .carzo-mobile-detail-actions{display:grid!important;grid-template-columns:1fr 54px 54px!important;gap:8px!important;margin-top:14px!important}html body .carzo-mobile-detail-actions .btn{min-height:48px!important;justify-content:center!important;border-radius:15px!important;padding-inline:10px!important;font-size:12px!important;overflow:hidden!important}html body .carzo-mobile-detail-actions .carzo-detail-action-original{grid-column:span 1!important;font-size:13px!important;background:linear-gradient(135deg,#2bb894,#6a8fe0)!important;color:#061018!important}html body .carzo-mobile-detail-actions .carzo-detail-action-save,html body .carzo-mobile-detail-actions .carzo-detail-action-contact{font-size:11px!important;color:#f6f9ffdb!important;background:#ffffff12!important}html body .carzo-mobile-detail-actions .carzo-detail-action-ai,html body .carzo-mobile-detail-actions .carzo-detail-action-speak{grid-column:1 / -1!important;font-size:13px!important}html body .carzo-mobile-ai-card h2,html body .carzo-mobile-spec-card h2{margin-bottom:12px!important;color:#f8fbff!important;font-size:16px!important;letter-spacing:-.03em!important}html body .carzo-mobile-ai-card p,html body .carzo-mobile-ai-card li,html body .carzo-mobile-spec-card p{color:#d5deefb8!important;font-size:12.5px!important;line-height:1.55!important}html body .carzo-mobile-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}html body .carzo-mobile-spec-grid>div{border-radius:13px!important;background:#ffffff0e!important}html body .settings-command-title{display:none!important}html body .carzo-mobile-profile-hero{display:block!important;margin:0 0 12px!important}html body .carzo-mobile-profile-top{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:14px!important}html body .carzo-mobile-profile-avatar{width:56px!important;height:56px!important;border-radius:18px!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#2bb894,#6a8fe0)!important;color:#061018!important;font-size:20px!important;font-weight:950!important;box-shadow:0 18px 32px #2bb8942e!important}html body .carzo-mobile-profile-id h2{margin:0!important;color:#f8fbff!important;font-size:20px!important;line-height:1.1!important;font-weight:950!important;letter-spacing:-.04em!important}html body .carzo-mobile-profile-id p{margin:3px 0 6px!important;color:#cdd8ec94!important;font-size:12px!important;font-weight:750!important}html body .carzo-mobile-profile-id span{display:inline-flex!important;min-height:24px!important;align-items:center!important;border:1px solid rgba(43,184,148,.26)!important;border-radius:999px!important;padding:0 9px!important;background:#2bb8941a!important;color:#2bb894!important;font-size:10px!important;font-weight:950!important}html body .carzo-mobile-profile-stats{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;margin-bottom:10px!important}html body .carzo-mobile-profile-stats>div{min-height:64px!important;border:1px solid rgba(148,163,184,.12)!important;border-radius:15px!important;display:grid!important;place-items:center!important;background:#111823db!important}html body .carzo-mobile-profile-stats strong{color:#2bb894!important;font-size:18px!important;font-weight:950!important;line-height:1!important}html body .carzo-mobile-profile-stats span{max-width:86px!important;color:#cdd8ec8c!important;font-size:9px!important;line-height:1.1!important;text-align:center!important;font-weight:800!important}html body .carzo-mobile-profile-alert{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;border:1px solid rgba(148,163,184,.12)!important;border-radius:17px!important;padding:12px!important;background:#111823e0!important}html body .carzo-mobile-profile-alert strong{display:block!important;color:#f8fbff!important;font-size:13px!important;font-weight:900!important}html body .carzo-mobile-profile-alert span{display:block!important;color:#cdd8ec94!important;font-size:11px!important;font-weight:750!important}html body .carzo-mobile-profile-alert button{width:54px!important;height:34px!important;border:1px solid rgba(148,163,184,.2)!important;border-radius:999px!important;padding:3px!important;background:#ffffff12!important}html body .carzo-mobile-profile-alert button span{width:26px!important;height:26px!important;border-radius:50%!important;background:#e2e8ffad!important;transition:transform .18s ease,background .18s ease!important}html body .carzo-mobile-profile-alert button.active{border-color:#2bb89461!important;background:#2bb89429!important}html body .carzo-mobile-profile-alert button.active span{transform:translate(20px)!important;background:#2bb894!important}html body .settings-section{margin:0 0 10px!important;border:1px solid rgba(148,163,184,.12)!important;border-radius:18px!important;padding:12px!important;background:#111823c2!important}html body .settings-section-title{margin:0 0 10px!important;color:#a4b0c7e0!important;font-size:10px!important;letter-spacing:.14em!important;text-transform:uppercase!important}html body .settings-platform-list{display:grid!important;gap:8px!important}html body .settings-platform-card{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;border-radius:15px!important;padding:12px!important;background:#0a0f18db!important;border-color:#94a3b81f!important}html body .settings-platform-card.connected{border-color:#2bb8944d!important;background:#2bb89412!important}html body .settings-platform-title{color:#f8fbff!important;font-size:14px!important;font-weight:950!important}html body .settings-platform-desc,html body .settings-platform-hint{color:#cdd8ec8c!important;font-size:11px!important;line-height:1.38!important}html body .settings-platform-actions{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}html body .settings-platform-actions .btn{min-height:42px!important;border-radius:13px!important;font-size:12px!important}html body .settings-footer-actions{display:grid!important;gap:8px!important}}@media(max-width:390px){html body .carzo-mobile-feed-title-row h1{font-size:34px!important}html body .carzo-command-page,html body .settings-command-page,html body .carzo-mobile-detail-page{padding-inline:10px!important}html body .cz-lc-thumb{width:78px!important;min-width:78px!important;height:76px!important}}.carzo-region-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:18px;background:radial-gradient(circle at 20% 20%,rgba(43,184,148,.16),transparent 32%),radial-gradient(circle at 82% 14%,rgba(43,184,148,.13),transparent 30%),#03070dc7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.carzo-region-modal{width:min(780px,100%);max-height:min(760px,calc(100dvh - 32px));overflow:auto;border-radius:30px;padding:clamp(20px,3vw,32px);border:1px solid rgba(106,132,178,.28);background:linear-gradient(145deg,#131d2dfa,#080d16fc),#0b1019;box-shadow:0 36px 110px #00000094;color:#f6f9ff}.carzo-region-modal-kicker{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#2bb89424;color:#4fd7b6;font-weight:900;letter-spacing:.09em;text-transform:uppercase;font-size:12px}.carzo-region-modal h2{margin:14px 0 8px;font-size:clamp(28px,4vw,44px);line-height:.95;letter-spacing:-.055em}.carzo-region-modal p{margin:0 0 22px;max-width:640px;color:#dce6f6b8;font-size:16px;line-height:1.45}.carzo-region-modal-group{display:grid;gap:10px;margin-top:18px}.carzo-region-modal-group>span,.carzo-region-location-grid label>span{color:#dae5f6b8;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.carzo-region-chip-row,.carzo-region-country-grid{display:flex;flex-wrap:wrap;gap:10px}.carzo-region-chip-row button,.carzo-region-country-grid button,.carzo-region-modal-actions button{border:1px solid rgba(108,131,170,.22);background:#ffffff0f;color:#f2f7ffe6;cursor:pointer}.carzo-region-chip-row button{min-height:42px;padding:0 16px;border-radius:999px;font-weight:900}.carzo-region-country-grid button{min-width:120px;min-height:70px;display:grid;gap:3px;justify-items:start;padding:12px 14px;border-radius:18px}.carzo-region-country-grid strong{font-size:19px}.carzo-region-country-grid small{color:#d9e4f5ad;font-weight:800}.carzo-region-chip-row button.active,.carzo-region-country-grid button.active{border-color:#2bb894b8;background:linear-gradient(135deg,#2bb8943d,#2bb89424);color:#fff;box-shadow:0 0 0 1px #2bb8942e,0 18px 44px #2bb89424}.carzo-region-location-grid{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:12px;margin-top:18px}.carzo-region-location-grid label{display:grid;gap:8px}.carzo-region-location-grid input{width:100%;min-height:52px;border-radius:17px;border:1px solid rgba(108,131,170,.24);background:#ffffff14;color:#fff;padding:0 16px;font-size:16px;font-weight:800}.carzo-region-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:22px}.carzo-region-modal-actions button{min-height:52px;padding:0 22px;border-radius:18px;font-size:15px;font-weight:950}.carzo-region-modal-actions button:not(.ghost){border:0;background:linear-gradient(135deg,#2bb894,#0d7a5f);color:#fff}@media(max-width:680px){.carzo-region-modal-backdrop{align-items:end;padding:12px}.carzo-region-modal{border-radius:26px;max-height:calc(100dvh - 24px)}.carzo-region-country-grid button{flex:1 1 132px}.carzo-region-location-grid{grid-template-columns:1fr}.carzo-region-modal-actions{display:grid;grid-template-columns:1fr}}html[data-theme=light] .carzo-region-modal-backdrop{background:radial-gradient(circle at 20% 20%,rgba(13,122,95,.1),transparent 34%),radial-gradient(circle at 82% 14%,rgba(13,122,95,.07),transparent 30%),#141e324d}html[data-theme=light] .carzo-region-modal{border:1px solid rgba(19,19,17,.1);background:#fff;box-shadow:0 36px 110px #13131133;color:#131311}html[data-theme=light] .carzo-region-modal-kicker{background:#0d7a5f1a;color:#0d7a5f}html[data-theme=light] .carzo-region-modal p{color:#1313119e}html[data-theme=light] .carzo-region-modal-group>span,html[data-theme=light] .carzo-region-location-grid label>span{color:#1313118c}html[data-theme=light] .carzo-region-chip-row button,html[data-theme=light] .carzo-region-country-grid button{border:1px solid rgba(19,19,17,.12);background:#f5f4f0;color:#131311}html[data-theme=light] .carzo-region-country-grid small{color:#1313118c}html[data-theme=light] .carzo-region-chip-row button.active,html[data-theme=light] .carzo-region-country-grid button.active{border-color:#0d7a5f8c;background:#0d7a5f1a;color:#0d7a5f;box-shadow:0 0 0 1px #0d7a5f24}html[data-theme=light] .carzo-region-country-grid button.active small{color:#0d7a5fbf}html[data-theme=light] .carzo-region-location-grid input{border:1px solid rgba(19,19,17,.14);background:#f5f4f0;color:#131311}html[data-theme=light] .carzo-region-modal-actions button.ghost{background:transparent;border:1px solid rgba(19,19,17,.16);color:#131311}html[data-theme=light] .carzo-region-modal-actions button:not(.ghost){background:linear-gradient(135deg,#2bb894,#0d7a5f);color:#fff}@media(max-width:1180px){html.carzo-feed-route .app-main>div{overflow-y:auto!important}html.carzo-feed-route .cz-topbar{padding:calc(10px + env(safe-area-inset-top)) 12px 10px!important;position:sticky;top:0;z-index:45;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}html.carzo-feed-route .cz-topbar-right{width:100%;justify-content:flex-end;gap:8px;flex-wrap:wrap}html.carzo-feed-route .carzo-command-page.carzo-feed-route{width:100%!important;max-width:none!important;min-width:0!important;min-height:100dvh!important;margin:0!important;padding:14px 12px calc(96px + env(safe-area-inset-bottom))!important;overflow-x:hidden}html.carzo-feed-route .carzo-command-header{display:block!important;margin:8px 0 12px!important}html.carzo-feed-route .carzo-command-header h1{margin:0!important;font-size:clamp(34px,10vw,48px)!important;line-height:.96!important;letter-spacing:-.06em!important}html.carzo-feed-route .carzo-command-header p{margin:8px 0 0!important;font-size:14px!important;line-height:1.42!important;color:#d6dfeebd!important}html.carzo-feed-route .carzo-catalog-top-search,html.carzo-feed-route .carzo-desktop-top-search{display:block!important;width:100%!important;margin:0 0 14px!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-panel,html.carzo-feed-route .carzo-desktop-top-search .carzo-ai-search-panel{padding:16px!important;border-radius:24px!important;background:linear-gradient(135deg,rgba(43,184,148,.1),transparent 42%),linear-gradient(180deg,#101722fa,#090e16fc)!important;border:1px solid rgba(108,131,170,.18)!important;box-shadow:inset 0 1px #ffffff08,0 24px 52px #00000057!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-head{align-items:flex-start!important;gap:10px!important;margin-bottom:10px!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-head h2{font-size:22px!important;line-height:1!important;letter-spacing:-.04em!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-head p{font-size:13px!important;line-height:1.45!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-row{display:grid!important;grid-template-columns:minmax(0,1fr);gap:10px!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-row input,html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-row button{min-height:50px!important;border-radius:16px!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-examples,html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-understood{display:flex!important;flex-wrap:wrap!important;gap:8px!important}html.carzo-feed-route .carzo-desktop-top-search,html.carzo-feed-route .carzo-public-note,html.carzo-feed-route .mobile-page-actions,html.carzo-feed-route .carzo-mobile-feed-hero{display:none!important}html.carzo-feed-route .carzo-catalog-shell,html.carzo-feed-route .carzo-workspace-grid{display:block!important;width:100%!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important}html.carzo-feed-route .carzo-catalog-shell{gap:12px!important}html.carzo-feed-route .carzo-catalog-filter-rail{order:1!important;position:static!important;overflow:visible!important;max-height:none!important;padding:0!important;margin-bottom:12px!important}html.carzo-feed-route .carzo-filter-toggle{display:flex!important;width:100%!important;align-items:center!important;justify-content:center!important;min-height:48px!important;border-radius:18px!important;border:1px solid rgba(108,131,170,.18)!important;background:linear-gradient(180deg,#101722fa,#090e16fc)!important;color:#f3f7ff!important;font-size:14px!important;font-weight:850!important;box-shadow:0 20px 44px #00000047!important}html.carzo-feed-route .carzo-catalog-filter-rail .carzo-filter-console{display:none!important}html.carzo-feed-route .carzo-catalog-filter-rail .carzo-filter-console.is-open{display:block!important;position:fixed!important;left:12px!important;right:12px!important;bottom:calc(76px + env(safe-area-inset-bottom))!important;z-index:60!important;max-height:calc(100dvh - 132px)!important;overflow:auto!important;padding:16px!important;border-radius:24px!important;background:linear-gradient(180deg,#101722fa,#090e16fc)!important;border:1px solid rgba(109,131,170,.18)!important;box-shadow:0 24px 70px #00000085!important}html.carzo-feed-route .carzo-filter-platforms{display:none!important}html.carzo-feed-route .carzo-mobile-sheet-head{display:flex!important;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}html.carzo-feed-route .carzo-catalog-main,html.carzo-feed-route .carzo-results-column{display:block!important;width:100%!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}html.carzo-feed-route .carzo-results-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:8px 0 10px}html.carzo-feed-route .carzo-results-head strong{font-size:28px!important;line-height:1!important;letter-spacing:-.05em!important}html.carzo-feed-route .carzo-results-head button{min-height:34px;border-radius:12px;padding:0 10px;font-size:11px;font-weight:850}html.carzo-feed-route .carzo-card-stack{display:grid!important;gap:10px!important}html.carzo-feed-route .carzo-results-scroll{overflow:visible!important;max-height:none!important;padding-right:0!important}html.carzo-feed-route .carzo-desktop-filter-actions{display:none!important}html.carzo-feed-route .carzo-mobile-filter-actions{position:sticky!important;bottom:-16px!important;z-index:4!important;display:grid!important;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)!important;gap:10px!important;margin:14px -16px -16px!important;padding:12px 16px calc(12px + env(safe-area-inset-bottom))!important;background:linear-gradient(180deg,#0c121cc7,#070b12fa 42%)!important;border-top:1px solid rgba(109,131,170,.16)!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}html.carzo-feed-route .carzo-mobile-filter-actions button{min-height:48px!important;border-radius:16px!important;border:1px solid rgba(109,131,170,.2)!important;font-size:14px!important;font-weight:900!important}html.carzo-feed-route .carzo-mobile-filter-actions .ghost{background:#ffffff12!important;color:#e8f0ffdb!important}html.carzo-feed-route .cz-lc{display:grid!important;grid-template-columns:104px minmax(0,1fr) 46px!important;gap:10px!important;min-height:116px!important;padding:9px!important;border-radius:18px!important}html.carzo-feed-route .cz-lc-thumb{width:104px!important;min-width:104px!important;height:86px!important;border-radius:13px!important}html.carzo-feed-route .cz-lc-make{font-size:14px!important;line-height:1.16!important}html.carzo-feed-route .cz-lc-price{font-size:16px!important}html.carzo-feed-route .cz-lc-ring,html.carzo-feed-route .cz-lc-ring svg{width:40px!important;height:40px!important}html.carzo-feed-route .carzo-load-more{display:flex!important;justify-content:center!important;padding:14px 0 4px!important}}@media(max-width:1180px){html.carzo-feed-route .carzo-command-page.carzo-feed-route{padding-left:max(12px,env(safe-area-inset-left))!important;padding-right:max(12px,env(safe-area-inset-right))!important}html.carzo-feed-route .carzo-catalog-shell{display:flex!important;flex-direction:column!important}html.carzo-feed-route .carzo-catalog-filter-rail{order:1!important}html.carzo-feed-route .carzo-catalog-main{order:2!important}html.carzo-feed-route .carzo-results-head-controls{align-items:center!important}html.carzo-feed-route .carzo-results-head-controls .carzo-results-sort{width:100%!important}html.carzo-feed-route .carzo-results-sort{width:100%!important;justify-content:space-between!important}html.carzo-feed-route .carzo-results-sort select{width:100%!important;min-width:0!important}}@keyframes cz-sweep{to{transform:rotate(360deg)}}@keyframes cz-ping{0%{width:38px;height:38px;opacity:.7}to{width:150px;height:150px;opacity:0}}@keyframes cz-blippulse{0%{transform:scale(1);opacity:.5}to{transform:scale(2.2);opacity:0}}@media(max-width:1180px){html.carzo-feed-route .carzo-catalog-top-search{width:100%!important;margin:0 0 10px!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-panel{width:100%!important;padding:14px!important;border-radius:22px!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-quick-filter-strip-top{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;gap:8px!important;padding-bottom:2px!important;scrollbar-width:none}html.carzo-feed-route .carzo-catalog-top-search .carzo-quick-filter-strip-top::-webkit-scrollbar{display:none}html.carzo-feed-route .carzo-catalog-main,html.carzo-feed-route .carzo-workspace-grid,html.carzo-feed-route .carzo-results-column,html.carzo-feed-route .carzo-preview-panel{width:100%!important;max-width:100%!important;min-width:0!important}html.carzo-feed-route .carzo-results-scroll{overflow:visible!important;max-height:none!important;height:auto!important}}@media(max-width:1180px){html.carzo-feed-route .carzo-command-page.carzo-feed-route{min-height:100dvh!important;padding-bottom:calc(96px + env(safe-area-inset-bottom))!important}html.carzo-feed-route .carzo-catalog-top-search{margin-bottom:10px!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-panel{padding:14px!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-row{grid-template-columns:minmax(0,1fr)!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-row button{width:100%!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-quick-filter-strip-top{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:8px!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-quick-filter-strip-top>*{flex:0 0 auto!important}html.carzo-feed-route .carzo-catalog-shell{display:flex!important;flex-direction:column!important;gap:12px!important}html.carzo-feed-route .carzo-catalog-filter-rail,html.carzo-feed-route .carzo-catalog-main,html.carzo-feed-route .carzo-workspace-grid,html.carzo-feed-route .carzo-results-column,html.carzo-feed-route .carzo-preview-panel{width:100%!important;max-width:100%!important;min-width:0!important}html.carzo-feed-route .carzo-filter-console,html.carzo-feed-route .carzo-filter-platforms,html.carzo-feed-route .carzo-results-column,html.carzo-feed-route .carzo-preview-panel{border-radius:22px!important}html.carzo-feed-route .carzo-results-column{padding:12px!important}html.carzo-feed-route .carzo-card-stack .cz-lc{display:grid!important;grid-template-columns:108px minmax(0,1fr) 60px!important;gap:10px!important;min-height:118px!important}html.carzo-feed-route .carzo-card-stack .cz-lc-thumb{width:108px!important;min-width:108px!important;height:86px!important}}@media(max-width:1439px){html.carzo-feed-route .carzo-catalog-shell{grid-template-columns:minmax(276px,300px) minmax(0,1fr)!important}html.carzo-feed-route .carzo-workspace-grid.has-preview{grid-template-columns:minmax(0,1fr) minmax(300px,328px)!important}html.carzo-feed-route .carzo-card-stack .cz-lc{grid-template-columns:142px minmax(0,1fr) 70px!important}html.carzo-feed-route .carzo-card-stack .cz-lc-thumb{width:142px!important;min-width:142px!important;height:102px!important}}@media(max-width:1180px){html.carzo-feed-route .carzo-command-page.carzo-feed-route{padding:14px 12px 92px!important;gap:14px!important;overflow-x:clip!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-panel{padding:14px!important;border-radius:22px!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-head h2{font-size:22px!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-row{grid-template-columns:minmax(0,1fr)!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-row button{width:100%!important}html.carzo-feed-route .carzo-command-header{grid-template-columns:1fr!important;gap:10px!important}html.carzo-feed-route .carzo-command-header h1{font-size:clamp(34px,10vw,48px)!important}html.carzo-feed-route .carzo-command-header p{font-size:14px!important}html.carzo-feed-route .carzo-catalog-shell{display:flex!important;flex-direction:column!important;gap:14px!important}html.carzo-feed-route .carzo-catalog-filter-rail{position:static!important;order:1!important}html.carzo-feed-route .carzo-filter-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:46px!important;padding:0 16px!important;border-radius:16px!important;border:1px solid rgba(91,140,255,.28)!important;background:#121823eb!important;color:#eaeffbeb!important;box-shadow:0 14px 28px #0000003d!important}html.carzo-feed-route .carzo-filter-console{display:none!important;padding:14px!important;border-radius:22px!important}html.carzo-feed-route .carzo-filter-console.is-open{display:flex!important}html.carzo-feed-route .carzo-desktop-filter-actions{grid-template-columns:1fr!important}html.carzo-feed-route .carzo-numeric-filters{grid-template-columns:1fr 1fr!important}html.carzo-feed-route .carzo-catalog-main{order:2!important;min-width:0!important}html.carzo-feed-route .carzo-workspace-grid.has-preview,html.carzo-feed-route .carzo-workspace-grid.is-full{display:block!important}html.carzo-feed-route .carzo-results-column{padding:14px!important;border-radius:22px!important}html.carzo-feed-route .carzo-results-head{flex-direction:column!important;align-items:stretch!important}html.carzo-feed-route .carzo-results-head strong{font-size:34px!important}html.carzo-feed-route .carzo-results-head-controls,html.carzo-feed-route .carzo-results-sort{width:100%!important}html.carzo-feed-route .carzo-results-sort{justify-content:space-between!important}html.carzo-feed-route .carzo-results-sort select{width:100%!important;min-width:0!important}html.carzo-feed-route .carzo-card-stack .cz-lc{grid-template-columns:108px minmax(0,1fr) 56px!important;gap:10px!important;min-height:118px!important;padding:12px!important}html.carzo-feed-route .carzo-card-stack .cz-lc-thumb{width:108px!important;min-width:108px!important;height:86px!important}html.carzo-feed-route .carzo-card-stack .cz-lc-make{font-size:15px!important}html.carzo-feed-route .carzo-card-stack .cz-lc-price{font-size:17px!important}html.carzo-feed-route .carzo-card-stack .cz-lc-ring,html.carzo-feed-route .carzo-card-stack .cz-lc-ring svg{width:46px!important;height:46px!important}html.carzo-feed-route .carzo-card-stack .cz-lc-ring b{font-size:14px!important}html.carzo-feed-route .carzo-preview-panel{position:static!important;margin-top:12px!important;border-radius:22px!important}html.carzo-feed-route .carzo-preview-image img{max-height:240px!important}html.carzo-feed-route .carzo-preview-actions,html.carzo-feed-route .carzo-ai-procon,html.carzo-feed-route .carzo-chat-card{grid-template-columns:1fr!important}}@media(max-width:760px){html.carzo-feed-route .carzo-command-page.carzo-feed-route{padding-left:10px!important;padding-right:10px!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-panel{padding:12px!important;border-radius:18px!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-head p{font-size:13px!important}html.carzo-feed-route .carzo-results-column,html.carzo-feed-route .carzo-filter-console,html.carzo-feed-route .carzo-filter-platforms,html.carzo-feed-route .carzo-preview-panel{border-radius:20px!important}html.carzo-feed-route .carzo-numeric-filters{grid-template-columns:1fr!important}html.carzo-feed-route .carzo-preview-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:1180px){html.carzo-feed-route,html.carzo-feed-route body,html.carzo-feed-route #root,html.carzo-feed-route .app-layout,html.carzo-feed-route .app-main,html.carzo-feed-route .app-main>div{height:auto!important;max-height:none!important;min-height:100dvh!important;overflow-x:hidden!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important}html.carzo-feed-route .app-main>div,html.carzo-feed-route .carzo-command-page.carzo-feed-route,html.carzo-feed-route .carzo-catalog-shell,html.carzo-feed-route .carzo-catalog-main,html.carzo-feed-route .carzo-workspace-grid,html.carzo-feed-route .carzo-workspace-grid.has-preview,html.carzo-feed-route .carzo-workspace-grid.is-full,html.carzo-feed-route .carzo-results-column,html.carzo-feed-route .carzo-results-scroll,html.carzo-feed-route .carzo-preview-panel{height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important}html.carzo-feed-route .carzo-command-page.carzo-feed-route{padding-bottom:max(92px,calc(76px + env(safe-area-inset-bottom)))!important}html.carzo-feed-route .carzo-catalog-top-search{order:0!important}html.carzo-feed-route .carzo-command-header{order:1!important}html.carzo-feed-route .carzo-catalog-shell{order:2!important}html.carzo-feed-route .carzo-catalog-filter-rail,html.carzo-feed-route .carzo-preview-panel{position:static!important;top:auto!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-badge{width:38px!important;height:38px!important;min-width:38px!important;border-radius:50%!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;line-height:1!important}html.carzo-feed-route .carzo-card-stack .cz-lc{height:auto!important;min-height:112px!important;overflow:visible!important}}html.carzo-landing-route,html.carzo-landing-route body,html.carzo-landing-route #root{width:100%!important;min-height:100%!important;height:auto!important;max-height:none!important;overflow-x:hidden!important;overflow-y:auto!important;position:static!important;overscroll-behavior-y:auto!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important}html.telegram-mini-app.carzo-landing-route,html.telegram-mini-app.carzo-landing-route body,html.telegram-mini-app.carzo-landing-route #root{min-height:var(--tg-viewport-stable-height, 100dvh)!important;height:auto!important;max-height:none!important;overflow-y:auto!important}html.carzo-landing-route .landing-page-shell{min-height:100dvh!important;height:auto!important;max-height:none!important;overflow-x:hidden!important;overflow-y:visible!important;touch-action:pan-y!important}@media(max-width:1180px){html.carzo-feed-route:not(.carzo-landing-route) .carzo-command-page.carzo-feed-route{padding:14px 12px max(96px,calc(82px + env(safe-area-inset-bottom)))!important}html.carzo-feed-route:not(.carzo-landing-route) .carzo-catalog-shell,html.carzo-feed-route:not(.carzo-landing-route) .carzo-workspace-grid,html.carzo-feed-route:not(.carzo-landing-route) .carzo-results-column,html.carzo-feed-route:not(.carzo-landing-route) .carzo-preview-panel{display:block!important;width:100%!important;overflow:visible!important}html.carzo-feed-route:not(.carzo-landing-route) .carzo-catalog-filter-rail{position:static!important;max-height:none!important;overflow:visible!important}}html.carzo-feed-route .carzo-left-active-chips{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:10px 0 14px!important}html.carzo-feed-route .carzo-left-active-chips span{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:6px 10px!important;border-radius:999px!important;border:1px solid rgba(45,240,214,.34)!important;background:#2df0d61a!important;color:#35f2db!important;font-size:12px!important;font-weight:850!important}@media(max-width:1180px){html.carzo-feed-route .carzo-catalog-top-search{display:none!important}html.carzo-feed-route .carzo-command-page.carzo-feed-route{padding-bottom:max(96px,calc(82px + env(safe-area-inset-bottom)))!important}}@media(max-width:1180px){html.carzo-feed-route:not(.carzo-landing-route),html.carzo-feed-route:not(.carzo-landing-route) body,html.carzo-feed-route:not(.carzo-landing-route) #root,html.carzo-feed-route:not(.carzo-landing-route) .app-layout,html.carzo-feed-route:not(.carzo-landing-route) .app-main,html.carzo-feed-route:not(.carzo-landing-route) .carzo-command-page.carzo-feed-route,html.carzo-feed-route:not(.carzo-landing-route) .carzo-catalog-shell,html.carzo-feed-route:not(.carzo-landing-route) .carzo-workspace-grid,html.carzo-feed-route:not(.carzo-landing-route) .carzo-results-scroll{height:auto!important;max-height:none!important;overflow-x:hidden!important}html.carzo-feed-route:not(.carzo-landing-route) .carzo-left-ai-search{display:none!important}}html.carzo-feed-route:not(.carzo-landing-route) .carzo-catalog-filter-rail input.radar-range,html.carzo-feed-route:not(.carzo-landing-route) .radar-dist input.radar-range{min-height:0!important;height:4px!important;border-radius:999px!important;padding:0!important;margin:6px 0!important}html.carzo-feed-route .radar-range::-webkit-slider-thumb{-webkit-appearance:none;width:14px!important;height:14px!important;border-radius:50%!important;background:#fff!important;border:3px solid var(--cz-accent)!important;box-shadow:0 1px 5px #0006!important;cursor:pointer}html.carzo-feed-route .radar-range::-moz-range-thumb{width:14px!important;height:14px!important;border-radius:50%!important;background:#fff!important;border:3px solid var(--cz-accent)!important;box-shadow:0 1px 5px #0006!important;cursor:pointer}html.carzo-feed-route[data-theme=light] .carzo-filter-console,html.carzo-feed-route[data-theme=light] .carzo-catalog-filter-rail .carzo-filter-console,html.carzo-feed-route[data-theme=light] .radar-wrap,html.carzo-feed-route[data-theme=light] .carzo-catalog-filter-rail .radar-wrap,html.carzo-feed-route[data-theme=light] .carzo-radar-map,html.carzo-feed-route[data-theme=light] .carzo-radar-shell,html.carzo-feed-route[data-theme=light] .carzo-ai-search-box,html.carzo-feed-route[data-theme=light] .carzo-left-ai-search,html.carzo-feed-route[data-theme=light] .carzo-preview-panel,html.carzo-feed-route[data-theme=light] .carzo-results-column,html.carzo-feed-route[data-theme=light] .carzo-catalog-top-search,html.carzo-feed-route[data-theme=light] .carzo-results-head,html.carzo-feed-route[data-theme=light] .carzo-results-head-controls,html.carzo-feed-route[data-theme=light] [class*=feed-hero],html.carzo-feed-route[data-theme=light] [class*=command-header]{background:var(--cz-panel)!important;background-image:none!important;border-color:var(--cz-bd)!important;box-shadow:var(--cz-shadow-card)!important}html.carzo-feed-route[data-theme=light] .cz-lc,html.carzo-feed-route[data-theme=light] .carzo-results-column .cz-lc{background:var(--cz-surf)!important;background-image:none!important;border-color:var(--cz-bd)!important}html.carzo-feed-route[data-theme=light] .carzo-filter-console input,html.carzo-feed-route[data-theme=light] .carzo-filter-console select,html.carzo-feed-route[data-theme=light] .carzo-ai-search-box input,html.carzo-feed-route[data-theme=light] .carzo-ai-search-box textarea,html.carzo-feed-route[data-theme=light] .cz-cityfield input,html.carzo-feed-route[data-theme=light] .carzo-location-field input,html.carzo-feed-route[data-theme=light] .carzo-radius-controls input{background:var(--cz-surf2)!important;background-image:none!important;color:var(--cz-text)!important;border-color:var(--cz-bd)!important}html.carzo-feed-route[data-theme=light] .carzo-ai-examples button,html.carzo-feed-route[data-theme=light] .carzo-chipline button,html.carzo-feed-route[data-theme=light] .carzo-filter-console button:not(.active),html.carzo-feed-route[data-theme=light] .carzo-vehicle-select-grid button:not(.active),html.carzo-feed-route[data-theme=light] .radar-foot>*{background:var(--cz-surf2)!important;background-image:none!important;color:var(--cz-text)!important;border-color:var(--cz-bd)!important}@media(max-width:1180px){.carzo-catalog-filter-rail .carzo-filter-console.is-open .carzo-sheet-topbar{position:sticky!important;top:0!important;z-index:9!important;display:flex!important;flex-direction:column!important;gap:10px!important;margin:-6px -2px 12px!important;padding:8px 2px 12px!important;background:linear-gradient(180deg,#0a0e15fc 72%,#0a0e1500)!important}.carzo-catalog-filter-rail .carzo-filter-console.is-open .carzo-sheet-topbar .carzo-mobile-sheet-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;position:static!important;top:auto!important;margin:0!important;padding:0!important;background:transparent!important}.carzo-catalog-filter-rail .carzo-filter-console.is-open .carzo-mobile-sheet-head strong{font-size:19px!important;font-weight:700!important;color:#f6f8ff!important;letter-spacing:-.03em!important}.carzo-sheet-close{width:40px!important;height:40px!important;flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(148,163,184,.24)!important;border-radius:12px!important;background:#ffffff0f!important;color:#f6f8ff!important;font-size:26px!important;line-height:1!important}.carzo-sheet-close:active{background:#ffffff1f!important}.carzo-sheet-ai-search{display:flex!important;align-items:center!important;gap:8px!important;padding:5px 6px 5px 12px!important;border-radius:14px!important;border:1px solid rgba(43,184,148,.38)!important;background:#ffffff0d!important}.carzo-sheet-ai-search>span{font-size:11px!important;font-weight:700!important;letter-spacing:.05em!important;color:#2bb894!important}.carzo-sheet-ai-search input{flex:1 1 auto!important;min-width:0!important;border:0!important;outline:0!important;background:transparent!important;color:#f6f8ff!important;font-size:14px!important;padding:9px 0!important}.carzo-sheet-ai-search button[type=submit]{width:38px!important;height:38px!important;flex:0 0 auto!important;border:0!important;border-radius:11px!important;background:linear-gradient(135deg,#2bb894,#1e9a7a)!important;color:#fff!important;font-size:19px!important;font-weight:700!important}.carzo-sheet-ai-search button[type=submit]:disabled{opacity:.55!important}.carzo-sheet-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:50!important;background:#04080e8c!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important}}@media(min-width:1181px){html.carzo-feed-route:not(.carzo-landing-route){height:auto;min-height:100%;overflow-x:hidden;overflow-y:auto}html.carzo-feed-route:not(.carzo-landing-route) body,html.carzo-feed-route:not(.carzo-landing-route) #root{height:auto;min-height:100%;overflow:visible}html.carzo-feed-route:not(.carzo-landing-route) .app-main,html.carzo-feed-route:not(.carzo-landing-route) .app-main>div{height:auto;min-height:100dvh;overflow:visible!important;display:flex;flex-direction:column}html.carzo-feed-route:not(.carzo-landing-route) .app-sidebar{display:none}html.carzo-feed-route:not(.carzo-landing-route) .cz-topbar{position:static}html.carzo-feed-route:not(.carzo-landing-route) .carzo-command-page.carzo-feed-route{display:flex;flex-direction:column;gap:16px;width:min(100%,1680px);margin:0 auto;padding:20px clamp(16px,2vw,28px) 48px;overflow:visible}html.carzo-feed-route:not(.carzo-landing-route) .carzo-mobile-feed-hero{display:none}html.carzo-feed-route:not(.carzo-landing-route) .carzo-sheet-backdrop{display:none}html.carzo-feed-route:not(.carzo-landing-route) .carzo-command-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-command-header h1{margin:0;font-size:22px;font-weight:500;letter-spacing:-.01em;color:var(--cz-text)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-command-header p{margin:4px 0 0;font-size:13px;color:var(--cz-muted);max-width:640px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-view-toggle{display:inline-flex;border:1px solid var(--cz-bd);border-radius:var(--cz-r);padding:3px;gap:2px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-view-toggle button{border:0;background:transparent;color:var(--cz-muted);font-size:12.5px;font-weight:600;padding:6px 12px;border-radius:calc(var(--cz-r) - 3px);cursor:pointer}html.carzo-feed-route:not(.carzo-landing-route) .carzo-view-toggle button.active{background:var(--cz-panel3);color:var(--cz-text)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-catalog-top-search{position:sticky;top:0;z-index:30;background:var(--cz-bg);padding:14px 0 12px;transition:padding .18s ease,box-shadow .18s ease}html.carzo-feed-route:not(.carzo-landing-route) .carzo-catalog-top-search.is-pinned{box-shadow:0 1px 0 var(--cz-bd)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-catalog-top-search.is-pinned .carzo-ai-search-head,html.carzo-feed-route:not(.carzo-landing-route) .carzo-catalog-top-search.is-pinned .carzo-ai-examples{display:none}html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-search-panel-top{padding:16px 18px;border-radius:var(--cz-r-lg);background:var(--cz-panel2);border:1px solid var(--cz-bd)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-search-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-search-head h2{margin:0;font-size:17px;font-weight:500;color:var(--cz-text)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-search-head p{margin:4px 0 0;font-size:12.5px;color:var(--cz-muted);max-width:720px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-search-row input{min-height:44px;border-radius:var(--cz-r);background:var(--cz-surf2);border:1px solid var(--cz-bd);color:var(--cz-text);padding:0 14px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-search-row button{min-height:44px;padding:0 22px;border-radius:var(--cz-r);border:0;background:var(--cz-accent);color:var(--cz-ink);font-weight:600;font-size:13.5px;cursor:pointer}html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-examples{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-examples button{font-size:11.5px;font-weight:500;color:var(--cz-muted);background:transparent;border:1px solid var(--cz-bd);border-radius:999px;padding:4px 11px;cursor:pointer}html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-examples button:hover{border-color:var(--cz-bd2);color:var(--cz-text)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-catalog-shell{display:grid;grid-template-columns:minmax(272px,300px) minmax(0,1fr);align-items:start;gap:20px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-catalog-main{min-width:0}html.carzo-feed-route:not(.carzo-landing-route) .carzo-left-active-chips span{border:1px solid var(--cz-bd);background:var(--cz-surf2);color:var(--cz-muted);font-weight:500}html.carzo-feed-route:not(.carzo-landing-route) .carzo-catalog-filter-rail{position:sticky;top:108px;max-height:calc(100dvh - 124px);overflow-y:auto;overflow-x:hidden;align-self:start;display:flex;flex-direction:column;gap:14px;padding-right:4px;scrollbar-width:thin}html.carzo-feed-route:not(.carzo-landing-route) .carzo-filter-toggle,html.carzo-feed-route:not(.carzo-landing-route) .carzo-mobile-sheet-head,html.carzo-feed-route:not(.carzo-landing-route) .carzo-mobile-filter-actions{display:none}html.carzo-feed-route:not(.carzo-landing-route) .carzo-rail-nav{display:flex;flex-direction:column;gap:2px;padding-bottom:12px;border-bottom:1px solid var(--cz-bd)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-rail-nav-link{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--cz-r-sm);font-size:13.5px;font-weight:500;color:var(--cz-muted);text-decoration:none}html.carzo-feed-route:not(.carzo-landing-route) .carzo-rail-nav-link:hover{background:var(--cz-panel2);color:var(--cz-text)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-rail-nav-link.active{background:color-mix(in srgb,var(--cz-accent) 12%,transparent);color:var(--cz-accent)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-rail-nav-ic{display:inline-flex;width:18px;flex-shrink:0}html.carzo-feed-route:not(.carzo-landing-route) .radar-wrap{border:1px solid var(--cz-bd);border-radius:var(--cz-r-lg);background:var(--cz-panel2);padding:14px}html.carzo-feed-route:not(.carzo-landing-route) .radar{max-width:220px;margin:10px auto}html.carzo-feed-route:not(.carzo-landing-route) .radar-live i,html.carzo-feed-route:not(.carzo-landing-route) .blip-dot{box-shadow:none}html.carzo-feed-route:not(.carzo-landing-route) .radar-sweep{opacity:.35}html.carzo-feed-route:not(.carzo-landing-route) .radar-range{height:4px;min-height:0;border-radius:999px;margin:6px 0;padding:0}html.carzo-feed-route:not(.carzo-landing-route) .radar-range::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:#fff;border:3px solid var(--cz-accent);cursor:pointer}html.carzo-feed-route:not(.carzo-landing-route) .radar-range::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#fff;border:3px solid var(--cz-accent);cursor:pointer}html.carzo-feed-route:not(.carzo-landing-route) .carzo-filter-console{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid var(--cz-bd);border-radius:var(--cz-r-lg);background:var(--cz-panel2)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-filter-rail-title strong{font-size:13.5px;font-weight:600;color:var(--cz-text)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-filter-rail-title span{font-size:11.5px;color:var(--cz-muted)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-filter-search-field span,html.carzo-feed-route:not(.carzo-landing-route) .carzo-location-row span,html.carzo-feed-route:not(.carzo-landing-route) .carzo-vehicle-select-grid span,html.carzo-feed-route:not(.carzo-landing-route) .carzo-radius-head span,html.carzo-feed-route:not(.carzo-landing-route) .carzo-radius-head strong{font-size:10.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--cz-muted2)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-filter-search-field,html.carzo-feed-route:not(.carzo-landing-route) .carzo-location-row,html.carzo-feed-route:not(.carzo-landing-route) .carzo-vehicle-select-grid,html.carzo-feed-route:not(.carzo-landing-route) .carzo-feed-filter-grid,html.carzo-feed-route:not(.carzo-landing-route) .carzo-advanced-filters-grid,html.carzo-feed-route:not(.carzo-landing-route) .carzo-location-field,html.carzo-feed-route:not(.carzo-landing-route) .carzo-radius-field{display:grid;grid-template-columns:1fr;gap:6px;width:100%}html.carzo-feed-route:not(.carzo-landing-route) .carzo-numeric-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-quick-filter-strip,html.carzo-feed-route:not(.carzo-landing-route) .carzo-chipline{display:flex;flex-wrap:wrap;gap:6px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-filter-search-field input,html.carzo-feed-route:not(.carzo-landing-route) .carzo-location-row input,html.carzo-feed-route:not(.carzo-landing-route) .carzo-location-row select,html.carzo-feed-route:not(.carzo-landing-route) .carzo-vehicle-select-grid select,html.carzo-feed-route:not(.carzo-landing-route) .carzo-numeric-filters input{min-height:38px;border-radius:var(--cz-r-sm);background:var(--cz-surf2);border:1px solid var(--cz-bd);color:var(--cz-text);padding:0 10px;font-size:12.5px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-desktop-filter-actions{display:grid;grid-template-columns:1fr 1.1fr;gap:8px;margin-top:2px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-desktop-filter-actions .btn{min-height:38px;border-radius:var(--cz-r-sm)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-platform-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 10px;border-radius:var(--cz-r-sm)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-workspace-grid{min-width:0;align-items:start}html.carzo-feed-route:not(.carzo-landing-route) .carzo-workspace-grid.has-preview{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,360px);gap:20px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-workspace-grid.is-full{display:block}html.carzo-feed-route:not(.carzo-landing-route) .carzo-results-column{min-width:0;display:flex;flex-direction:column;gap:10px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-results-head{position:sticky;top:108px;z-index:20;background:var(--cz-bg);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 0}html.carzo-feed-route:not(.carzo-landing-route) .carzo-results-head strong{font-size:22px;font-weight:500;color:var(--cz-text);margin-right:6px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-results-head span{font-size:12.5px;color:var(--cz-muted)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-results-head-controls{display:flex;align-items:center;gap:8px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-results-scroll{padding:0}html.carzo-feed-route:not(.carzo-landing-route) .carzo-card-stack{display:flex;flex-direction:column;gap:8px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-card-stack .cz-lc{padding:10px;gap:14px;border-radius:var(--cz-r);border:1px solid var(--cz-bd);background:var(--cz-panel2);box-shadow:none;transform:none;transition:border-color .15s ease,background .15s ease}html.carzo-feed-route:not(.carzo-landing-route) .carzo-card-stack .cz-lc:hover{transform:none;box-shadow:none;border-color:var(--cz-bd2);background:var(--cz-panel)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-card-stack .cz-lc.sel{border-color:var(--cz-accent);box-shadow:none;background:color-mix(in srgb,var(--cz-accent) 8%,var(--cz-panel2))}html.carzo-feed-route:not(.carzo-landing-route) .carzo-card-stack .cz-lc.sel:before{box-shadow:none}html.carzo-feed-route:not(.carzo-landing-route) .carzo-card-stack .cz-lc-thumb{width:96px;min-width:96px;height:72px;border-radius:var(--cz-r-sm)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-card-stack .cz-lc-new{box-shadow:none}html.carzo-feed-route:not(.carzo-landing-route) .carzo-card-stack .cz-lc-make{font-size:14px;font-weight:500;-webkit-line-clamp:1}html.carzo-feed-route:not(.carzo-landing-route) .carzo-card-stack .cz-lc-chip{background:transparent;border:1px solid var(--cz-bd);color:var(--cz-muted);padding:1px 7px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-card-stack .cz-lc-price{font-size:15px;font-weight:500}html.carzo-feed-route:not(.carzo-landing-route) .carzo-card-stack .cz-lc-gauge{width:52px;min-width:52px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-card-stack .cz-lc-ring,html.carzo-feed-route:not(.carzo-landing-route) .carzo-card-stack .cz-lc-ring svg{width:40px;height:40px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-load-more{display:flex;justify-content:center;padding:12px 0 4px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-preview-panel{position:sticky;top:108px;max-height:calc(100dvh - 124px);overflow-y:auto;align-self:start;border:1px solid var(--cz-bd);border-radius:var(--cz-r-lg);background:var(--cz-panel2);padding:14px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-preview-panel.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;min-height:320px;color:var(--cz-muted)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-preview-image{position:relative;border-radius:var(--cz-r);overflow:hidden}html.carzo-feed-route:not(.carzo-landing-route) .carzo-preview-image img{width:100%;max-height:260px;object-fit:cover;display:block}html.carzo-feed-route:not(.carzo-landing-route) .carzo-preview-score{position:absolute;top:10px;right:10px;display:flex;align-items:baseline;gap:3px;padding:5px 10px;border-radius:999px;background:var(--cz-chrome);border:1px solid var(--cz-bd);font-weight:600;font-size:14px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-preview-score small{font-size:9px;font-weight:600;opacity:.7}html.carzo-feed-route:not(.carzo-landing-route) .carzo-preview-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin-top:8px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-preview-thumbs img{border-radius:var(--cz-r-sm)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-preview-content{display:flex;flex-direction:column;gap:12px;padding-top:12px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-preview-platform{font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--cz-muted)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-preview-content h2{margin:2px 0 0;font-size:18px;font-weight:500;color:var(--cz-text)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-preview-price{font-size:22px;font-weight:500;color:var(--cz-accent)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-translation-note{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;border-radius:var(--cz-r-sm);background:var(--cz-surf2);font-size:12px;color:var(--cz-muted)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-preview-ai-cta,html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-breakdown-head,html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-profile-card,html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-painpoints,html.carzo-feed-route:not(.carzo-landing-route) .carzo-chat-card,html.carzo-feed-route:not(.carzo-landing-route) .carzo-notify-card{border-radius:var(--cz-r)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-breakdown-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-breakdown-head h3{margin:0;font-size:15px;font-weight:500;color:var(--cz-text)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-metrics{display:grid;gap:8px;margin-top:10px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-metric>div{display:flex;justify-content:space-between;font-size:12px;color:var(--cz-muted);margin-bottom:3px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-metric i{display:block;height:4px;border-radius:999px;background:var(--cz-surf3);overflow:hidden}html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-metric em{display:block;height:100%;border-radius:999px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-painpoints{padding:10px 12px;background:var(--cz-surf2);border:1px solid var(--cz-bd);display:flex;flex-direction:column;gap:4px;font-size:12.5px;color:var(--cz-muted)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-ai-painpoints strong{color:var(--cz-text);font-size:12.5px;font-weight:600}html.carzo-feed-route:not(.carzo-landing-route) .carzo-preview-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}html.carzo-feed-route:not(.carzo-landing-route) .carzo-preview-actions .btn{min-height:40px;border-radius:var(--cz-r-sm)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-chat-card{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;background:var(--cz-surf2);border:1px solid var(--cz-bd)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-chat-card strong{font-size:13px;color:var(--cz-text)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-chat-card span{font-size:11.5px;color:var(--cz-muted)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-notify-card{display:grid;gap:8px;padding:10px 12px;background:var(--cz-surf2);border:1px solid var(--cz-bd);font-size:12.5px;color:var(--cz-muted)}html.carzo-feed-route:not(.carzo-landing-route) .carzo-notify-card h3{margin:0 0 2px;font-size:12.5px;font-weight:600;color:var(--cz-text)}}.login-page{background:radial-gradient(circle at 12% -10%,rgba(34,211,165,.14),transparent 34%),radial-gradient(circle at 100% 6%,rgba(51,140,104,.12),transparent 30%),#050807!important}.login-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 72%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 72%)}.login-card{border-radius:24px!important;background:linear-gradient(180deg,#121918f0,#080c0bfa)!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 28px 90px #0000007a!important}.login-card input{min-height:44px!important;border-radius:12px!important;background:#11161bf2!important;border-color:#ffffff1a!important}.login-card button{min-height:40px}.login-card [style*="min-height: 44"],.login-card [style*="min-height: 38"]{width:100%!important}.login-card iframe{max-width:100%!important}@media(min-width:1181px){html.carzo-feed-route body{background:radial-gradient(circle at 12% -8%,rgba(34,211,165,.09),transparent 32%),radial-gradient(circle at 100% 6%,rgba(49,120,95,.08),transparent 30%),#050807!important}html.carzo-feed-route .app-main>div{overflow:visible!important}html.carzo-feed-route .carzo-command-page{max-width:none!important;padding:12px 14px 24px!important}html.carzo-feed-route .carzo-command-header{display:none!important}html.carzo-feed-route .carzo-catalog-top-search{position:sticky!important;top:59px!important;z-index:30!important;margin:0 0 12px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-panel{min-height:58px!important;padding:8px!important;border-radius:12px!important;background:linear-gradient(180deg,#131918eb,#090d0cf0)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:none!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-head,html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-examples,html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-badge{display:none!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-row{display:grid!important;grid-template-columns:minmax(0,1fr) 108px!important;gap:10px!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-row input,html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-row button{min-height:42px!important;border-radius:8px!important;font-size:13px!important}html.carzo-feed-route .carzo-catalog-top-search .carzo-ai-search-row button{background:#26d65f!important;color:#031007!important;font-weight:800!important}html.carzo-feed-route .carzo-catalog-shell{display:grid!important;grid-template-columns:clamp(312px,20vw,360px) minmax(0,1fr)!important;gap:18px!important;align-items:start!important;max-width:none!important;height:auto!important;min-height:calc(100dvh - 118px)!important;overflow:visible!important}html.carzo-feed-route .carzo-catalog-filter-rail{position:sticky!important;top:126px!important;display:grid!important;gap:12px!important;max-height:calc(100dvh - 142px)!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;scrollbar-gutter:stable!important;padding:0!important;background:transparent!important;border:0!important;align-self:start!important}html.carzo-feed-route .carzo-catalog-filter-rail::-webkit-scrollbar,html.carzo-feed-route .carzo-filter-console::-webkit-scrollbar{width:7px!important}html.carzo-feed-route .carzo-catalog-filter-rail::-webkit-scrollbar-track,html.carzo-feed-route .carzo-filter-console::-webkit-scrollbar-track{background:#ffffff08!important;border-radius:999px!important}html.carzo-feed-route .carzo-catalog-filter-rail::-webkit-scrollbar-thumb,html.carzo-feed-route .carzo-filter-console::-webkit-scrollbar-thumb{background:#2bdc6557!important;border-radius:999px!important}html.carzo-feed-route .carzo-rail-nav,html.carzo-feed-route .carzo-filter-platforms,html.carzo-feed-route .carzo-filter-toggle,html.carzo-feed-route .radar-wrap{display:none!important}html.carzo-feed-route .carzo-filter-console{border-radius:10px!important;background:radial-gradient(circle at 18% 0%,rgba(43,220,101,.09),transparent 34%),linear-gradient(180deg,#101816f5,#060a09fa)!important;border:1px solid rgba(43,220,101,.14)!important;box-shadow:inset 0 1px #ffffff0a,0 18px 50px #0000003d!important}html.carzo-feed-route .carzo-filter-console{padding:14px!important;font-size:12px!important;gap:11px!important;overflow:visible!important;color:var(--cz-text)!important}html.carzo-feed-route .carzo-filter-console label,html.carzo-feed-route .carzo-filter-console input,html.carzo-feed-route .carzo-filter-console select,html.carzo-feed-route .carzo-filter-console button{font-size:12px!important;box-sizing:border-box!important}html.carzo-feed-route .carzo-filter-console label>span,html.carzo-feed-route .carzo-filter-console .carzo-radius-head span,html.carzo-feed-route .carzo-filter-console .carzo-filter-group-title,html.carzo-feed-route .carzo-filter-console legend,html.carzo-feed-route .carzo-filter-console strong{color:#eef6f1eb!important}html.carzo-feed-route .carzo-filter-console small,html.carzo-feed-route .carzo-filter-console .muted,html.carzo-feed-route .carzo-filter-console .hint{color:#9aaaa3d1!important}html.carzo-feed-route .carzo-filter-console .carzo-toggle-chip,html.carzo-feed-route .carzo-filter-console .carzo-filter-chip,html.carzo-feed-route .carzo-filter-console .carzo-left-active-chips span{border:1px solid rgba(255,255,255,.09)!important;background:#ffffff0a!important;color:#eef6f1d1!important}html.carzo-feed-route .carzo-filter-console .carzo-toggle-chip.active,html.carzo-feed-route .carzo-filter-console .carzo-filter-chip.active,html.carzo-feed-route .carzo-filter-console .carzo-left-active-chips span.active{border-color:#2bdc658f!important;background:#2bdc6524!important;color:#75ff9f!important}html.carzo-feed-route .carzo-filter-console input:not([type=checkbox]):not([type=range]),html.carzo-feed-route .carzo-filter-console select{width:100%!important;min-height:38px!important;border-radius:10px!important;border:1px solid rgba(255,255,255,.09)!important;background:linear-gradient(180deg,#141b1df5,#0c1112fa)!important;color:#f4faf7f0!important;box-shadow:inset 0 1px #ffffff09!important;outline:none!important}html.carzo-feed-route .carzo-filter-console input:not([type=checkbox]):not([type=range])::placeholder{color:#9aaaa3a3!important}html.carzo-feed-route .carzo-filter-console input:not([type=checkbox]):not([type=range]):focus,html.carzo-feed-route .carzo-filter-console select:focus{border-color:#2bdc6594!important;box-shadow:0 0 0 3px #2bdc651f,inset 0 1px #ffffff0a!important}html.carzo-feed-route .carzo-filter-console select option{background:#101715!important;color:#eef6f1!important}html.carzo-feed-route .carzo-filter-console input[type=range]{accent-color:#2bdc65!important}html.carzo-feed-route .carzo-filter-console [role=group],html.carzo-feed-route .carzo-filter-console .carzo-filter-tags,html.carzo-feed-route .carzo-filter-console .carzo-filter-chips{gap:8px!important;align-items:stretch!important}html.carzo-feed-route .carzo-filter-console .carzo-sheet-topbar{display:none!important}html.carzo-feed-route .carzo-klein-filter-list{display:grid!important;gap:0!important;border-radius:10px!important;overflow:hidden!important;border:1px solid rgba(43,220,101,.13)!important;background:linear-gradient(180deg,#0d1412eb,#080d0cf5)!important}html.carzo-feed-route .carzo-klein-row{display:grid!important;grid-template-columns:minmax(0,1fr) 132px!important;gap:10px!important;align-items:center!important;min-height:44px!important;padding:8px 10px!important;border-bottom:1px solid rgba(255,255,255,.065)!important;background:#ffffff05!important}html.carzo-feed-route .carzo-klein-row:last-child{border-bottom:0!important}html.carzo-feed-route .carzo-klein-row strong{display:block!important;color:var(--cz-text)!important;font-size:12px!important;font-weight:780!important}html.carzo-feed-route .carzo-klein-row span{display:block!important;margin-top:2px!important;color:var(--cz-muted)!important;font-size:11px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html.carzo-feed-route .carzo-klein-row select{min-height:34px!important;max-width:132px!important;border-radius:8px!important;border-color:#2bdc652e!important;background:#090f0ef5!important;color:#eef6f1f0!important}html.carzo-feed-route .carzo-klein-row-multi{grid-template-columns:1fr!important;align-items:stretch!important}html.carzo-feed-route .carzo-klein-row-multi>div:last-child{display:flex!important;flex-wrap:wrap!important;gap:6px!important}html.carzo-feed-route .carzo-klein-row-multi button{min-height:30px!important;padding:0 9px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.1)!important;background:#ffffff0a!important;color:#ffffffc7!important}html.carzo-feed-route .carzo-klein-row-multi button.active{border-color:#2bdc6580!important;background:#2bdc6524!important;color:#5dff91!important}html.carzo-feed-route .carzo-catalog-main{min-width:0!important;height:auto!important;overflow:visible!important}html.carzo-feed-route .carzo-workspace-grid.has-preview{display:grid!important;grid-template-columns:minmax(0,1fr) clamp(350px,25vw,430px)!important;gap:18px!important;align-items:start!important}html.carzo-feed-route .carzo-results-column{min-width:0!important;width:100%!important;max-width:100%!important;overflow:visible!important}html.carzo-feed-route .carzo-results-head{min-height:42px!important;margin-bottom:10px!important;padding:0 0 7px!important;border-bottom:1px solid rgba(34,211,165,.32)!important;background:transparent!important}html.carzo-feed-route .carzo-results-sort select{min-height:34px!important;padding:0 36px 0 12px!important;border-radius:8px!important;background:#131918eb!important;border:1px solid rgba(255,255,255,.1)!important;color:var(--cz-text)!important;font-weight:700!important}html.carzo-feed-route .carzo-results-scroll{height:auto!important;overflow:visible!important}html.carzo-feed-route .carzo-card-stack{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important;gap:9px!important}html.carzo-feed-route .cz-lc{display:grid!important;grid-template-columns:1fr!important;gap:0!important;min-height:226px!important;padding:0!important;border-radius:9px!important;overflow:hidden!important;background:linear-gradient(180deg,#161c1bf5,#0a0e0dfa)!important;border:1px solid rgba(255,255,255,.08)!important}html.carzo-feed-route .cz-lc-thumb{width:100%!important;min-width:0!important;height:116px!important;border-radius:0!important}html.carzo-feed-route .cz-lc-body{min-width:0!important;min-height:104px!important;padding:10px 10px 10px 46px!important;display:flex!important;flex-direction:column!important}html.carzo-feed-route .cz-lc-make{display:-webkit-box!important;font-size:13.5px!important;line-height:1.2!important;font-weight:760!important;color:var(--cz-text)!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important}html.carzo-feed-route .cz-lc-specs{margin-top:4px!important;gap:3px!important;max-height:18px!important;overflow:hidden!important}html.carzo-feed-route .cz-lc-chip{padding:0!important;background:transparent!important;color:var(--cz-muted)!important;font-size:10px!important}html.carzo-feed-route .cz-lc-chip+.cz-lc-chip:before{content:"·";margin-right:4px;color:var(--cz-muted2)}html.carzo-feed-route .cz-lc-bot{margin-top:auto!important;padding-top:8px!important;display:flex!important;align-items:end!important;justify-content:space-between!important;gap:8px!important}html.carzo-feed-route .cz-lc-price{font-size:13.5px!important;color:var(--cz-text)!important;flex:0 0 auto!important}html.carzo-feed-route .cz-lc-source{min-width:0!important;max-width:calc(100% - 58px)!important}html.carzo-feed-route .cz-lc-plat,html.carzo-feed-route .cz-lc-loc{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html.carzo-feed-route .cz-lc-gauge{position:absolute!important;left:10px!important;bottom:42px!important}html.carzo-feed-route .cz-lc-ring,html.carzo-feed-route .cz-lc-ring svg{width:32px!important;height:32px!important}html.carzo-feed-route .cz-lc-cmp{width:30px!important;height:30px!important;top:8px!important;right:8px!important;padding:0!important;justify-content:center!important;opacity:1!important;border-radius:8px!important}html.carzo-feed-route .cz-lc-cmp-txt,html.carzo-feed-route .cz-lc-hide{display:none!important}html.carzo-feed-route .carzo-preview-panel{position:sticky!important;top:130px!important;width:auto!important;max-height:none!important;overflow:visible!important;border-radius:10px!important;background:linear-gradient(180deg,#131b19f0,#080c0bfa)!important;border:1px solid rgba(255,255,255,.09)!important;box-shadow:0 24px 80px #0000006b!important}html.carzo-feed-route .carzo-preview-image{height:206px!important;border-radius:9px 9px 0 0!important}}@media(min-width:1181px)and (max-width:1460px){html.carzo-feed-route .carzo-catalog-shell{grid-template-columns:minmax(300px,328px) minmax(0,1fr)!important}html.carzo-feed-route .carzo-workspace-grid.has-preview{grid-template-columns:minmax(0,1fr) minmax(330px,360px)!important}html.carzo-feed-route .carzo-card-stack{grid-template-columns:repeat(auto-fit,minmax(196px,1fr))!important;gap:8px!important}html.carzo-feed-route .cz-lc-thumb{height:108px!important}html.carzo-feed-route .cz-lc-make{font-size:12.5px!important}html.carzo-feed-route .carzo-preview-image{height:178px!important}}@media(min-width:1181px)and (max-height:640px){html.carzo-feed-route .carzo-catalog-filter-rail,html.carzo-feed-route .carzo-preview-panel{max-height:calc(100dvh - 138px)!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important}}@media(max-width:1180px){html.carzo-feed-route body{background:#050807!important}html.carzo-feed-route .carzo-command-page{padding:0 0 calc(76px + env(safe-area-inset-bottom))!important}html.carzo-feed-route .carzo-mobile-feed-hero{position:sticky!important;top:58px!important;z-index:35!important;display:grid!important;gap:8px!important;margin:0!important;padding:8px 10px 7px!important;border:0!important;border-radius:0!important;background:linear-gradient(180deg,#050807fa,#050807eb),radial-gradient(circle at 16% 0%,rgba(34,211,165,.12),transparent 36%)!important;box-shadow:0 10px 24px #0000004d!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}html.carzo-feed-route .carzo-mobile-feed-title-row,html.carzo-feed-route .carzo-mobile-feed-found{display:none!important}html.carzo-feed-route .carzo-mobile-ai-search{display:grid!important;grid-template-columns:36px minmax(0,1fr) 38px!important;align-items:center!important;gap:8px!important;min-height:42px!important;padding:0!important;border:0!important;border-radius:999px!important;background:transparent!important;box-shadow:none!important}html.carzo-feed-route .carzo-mobile-ai-plus,html.carzo-feed-route .carzo-mobile-filter-icon{width:36px!important;height:36px!important;min-width:36px!important;border:0!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#2bdc65!important;background:#ffffff0f!important;box-shadow:none!important;padding:0!important}html.carzo-feed-route .carzo-mobile-ai-search input{width:100%!important;min-height:42px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.08)!important;background:#ffffff14!important;color:var(--cz-text)!important;padding:0 14px!important;font-size:14px!important;font-weight:650!important}html.carzo-feed-route .carzo-mobile-ai-search input::placeholder{color:#ffffff94!important}html.carzo-feed-route .carzo-mobile-chip-scroll{display:flex!important;gap:7px!important;margin:0 -10px!important;padding:0 10px 1px!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}html.carzo-feed-route .carzo-mobile-chip-scroll::-webkit-scrollbar{display:none!important}html.carzo-feed-route .carzo-mobile-chip-scroll button{flex:0 0 auto!important;min-height:34px!important;max-width:180px!important;display:inline-flex!important;align-items:center!important;gap:7px!important;padding:0 13px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.24)!important;background:#ffffff0d!important;color:#ffffffe0!important;font-size:13px!important;font-weight:720!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html.carzo-feed-route .carzo-mobile-chip-scroll button.active{border-color:#2bdc658c!important;background:#19802fc7!important;color:#fff!important}html.carzo-feed-route .carzo-mobile-chip-scroll button span{opacity:.78!important;font-weight:900!important}html.carzo-feed-route .carzo-catalog-top-search,html.carzo-feed-route .carzo-command-header{display:none!important}html.carzo-feed-route .carzo-catalog-shell,html.carzo-feed-route .carzo-workspace-grid,html.carzo-feed-route .carzo-workspace-grid.has-preview,html.carzo-feed-route .carzo-workspace-grid.is-full{display:block!important;min-height:0!important;overflow:visible!important}html.carzo-feed-route .carzo-catalog-filter-rail{position:static!important;display:block!important;width:auto!important;padding:0!important;margin:0!important;overflow:visible!important}html.carzo-feed-route .carzo-filter-toggle,html.carzo-feed-route .carzo-filter-rail-title,html.carzo-feed-route .carzo-quick-filter-strip{display:none!important}html.carzo-feed-route .carzo-sheet-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:79!important;background:#00000080!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}html.carzo-feed-route .carzo-filter-console{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:80!important;width:auto!important;max-height:min(74dvh,620px)!important;overflow-y:auto!important;overflow-x:hidden!important;display:none!important;gap:12px!important;padding:12px 12px calc(18px + env(safe-area-inset-bottom))!important;border-radius:22px 22px 0 0!important;border:1px solid rgba(255,255,255,.1)!important;border-bottom:0!important;background:linear-gradient(180deg,#121918fa,#050807fc),radial-gradient(circle at 16% 0%,rgba(34,211,165,.14),transparent 34%)!important;box-shadow:0 -24px 80px #0000009e!important}html.carzo-feed-route .carzo-filter-console.is-open{display:grid!important}html body .carzo-mobile-tabbar{grid-template-columns:repeat(4,minmax(0,1fr))!important}html.carzo-feed-route .carzo-filter-console[data-mobile-filter]:not([data-mobile-filter=all]):not([data-mobile-filter=more]) .carzo-mobile-filter-section{display:none!important}html.carzo-feed-route .carzo-filter-console[data-mobile-filter=more] .carzo-mobile-filter-section{display:none!important}html.carzo-feed-route body .carzo-filter-console[data-mobile-filter=location] .carzo-mobile-filter-section-location,html.carzo-feed-route body .carzo-filter-console[data-mobile-filter=make] .carzo-mobile-filter-section-make,html.carzo-feed-route body .carzo-filter-console[data-mobile-filter=vehicle] .carzo-mobile-filter-section-vehicle,html.carzo-feed-route body .carzo-filter-console[data-mobile-filter=price] .carzo-mobile-filter-section-price,html.carzo-feed-route body .carzo-filter-console[data-mobile-filter=mileage] .carzo-mobile-filter-section-mileage,html.carzo-feed-route body .carzo-filter-console[data-mobile-filter=fuel] .carzo-mobile-filter-section-fuel,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=location] .carzo-location-row.carzo-mobile-filter-section-location,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=make] .carzo-vehicle-select-grid.carzo-mobile-filter-section-make,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=vehicle] .carzo-vehicle-select-grid.carzo-mobile-filter-section-vehicle,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=vehicle] .carzo-filter-group.carzo-mobile-filter-section-vehicle,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=body] .carzo-filter-group.carzo-mobile-filter-section-body,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=price] .carzo-numeric-filters.carzo-mobile-filter-section-price,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=mileage] .carzo-numeric-filters.carzo-mobile-filter-section-mileage,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=year] .carzo-numeric-filters.carzo-mobile-filter-section-year,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=power] .carzo-numeric-filters.carzo-mobile-filter-section-power,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=condition] .carzo-numeric-filters.carzo-mobile-filter-section-condition,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=fuel] .carzo-filter-group.carzo-mobile-filter-section-fuel,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=transmission] .carzo-filter-group.carzo-mobile-filter-section-transmission,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=doors] .carzo-klein-filter-list.carzo-mobile-filter-section-doors,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=tuv] .carzo-klein-filter-list.carzo-mobile-filter-section-tuv,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=env] .carzo-klein-filter-list.carzo-mobile-filter-section-env,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=emission] .carzo-klein-filter-list.carzo-mobile-filter-section-emission,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=color] .carzo-klein-filter-list.carzo-mobile-filter-section-color,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=interior] .carzo-klein-filter-list.carzo-mobile-filter-section-interior,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=equipment] .carzo-klein-filter-list.carzo-mobile-filter-section-equipment,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=seller] .carzo-klein-filter-list.carzo-mobile-filter-section-seller,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=offer] .carzo-klein-filter-list.carzo-mobile-filter-section-offer,html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open[data-mobile-filter=more] .carzo-klein-filter-list.carzo-mobile-filter-section-more{display:grid!important}html.carzo-feed-route .carzo-sheet-topbar{display:grid!important;gap:10px!important;position:sticky!important;top:-12px!important;z-index:2!important;margin:-12px -12px 2px!important;padding:12px 12px 10px!important;background:linear-gradient(180deg,#121918fc,#121918f0)!important;border-bottom:1px solid rgba(255,255,255,.08)!important}html.carzo-feed-route .carzo-mobile-sheet-head{min-height:36px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}html.carzo-feed-route .carzo-mobile-sheet-head strong{font-size:16px!important;font-weight:850!important;letter-spacing:-.02em!important}html.carzo-feed-route .carzo-sheet-close{width:34px!important;height:34px!important;border-radius:999px!important;font-size:20px!important}html.carzo-feed-route .carzo-klein-filter-list{display:grid!important;gap:0!important;border-radius:14px!important;overflow:hidden!important;background:#fffffffa!important;color:#111!important}html.carzo-feed-route .carzo-klein-row{min-height:54px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 132px!important;align-items:center!important;gap:10px!important;padding:10px 12px!important;border-bottom:1px solid rgba(0,0,0,.07)!important}html.carzo-feed-route .carzo-klein-row:last-child{border-bottom:0!important}html.carzo-feed-route .carzo-klein-row strong{display:block!important;color:#151515!important;font-size:14px!important;font-weight:720!important}html.carzo-feed-route .carzo-klein-row span{display:block!important;margin-top:2px!important;color:#2f7d22!important;font-size:12px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html.carzo-feed-route .carzo-klein-row select{width:132px!important;min-height:38px!important;border-radius:9px!important;color:#2f7d22!important;background:#f3f4f1!important;border:1px solid rgba(0,0,0,.08)!important}html.carzo-feed-route .carzo-klein-row-multi{grid-template-columns:1fr!important}html.carzo-feed-route .carzo-klein-row-multi>div:last-child{display:flex!important;flex-wrap:wrap!important;gap:7px!important}html.carzo-feed-route .carzo-klein-row-multi button{min-height:34px!important;border-radius:999px!important;padding:0 11px!important;border:1px solid #2f7d22!important;background:#fff!important;color:#2f7d22!important}html.carzo-feed-route .carzo-klein-row-multi button.active{background:#2f7d22!important;color:#fff!important}html.carzo-feed-route .carzo-results-head{min-height:32px!important;margin:8px 10px 7px!important;padding:0!important;border:0!important}html.carzo-feed-route .carzo-results-head strong{font-size:17px!important}html.carzo-feed-route .carzo-results-head span,html.carzo-feed-route .carzo-results-sort{font-size:12px!important}html.carzo-feed-route .carzo-card-stack{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;padding:0 8px!important;width:100%!important;max-width:none!important;box-sizing:border-box!important}html.carzo-feed-route .carzo-card-stack .cz-lc{width:100%!important;min-height:116px!important;gap:9px!important;padding:7px!important;border-radius:12px!important;box-sizing:border-box!important;margin:0!important;background:#ffffff09!important;border-color:#ffffff13!important;box-shadow:none!important;transform:none!important}html.carzo-feed-route .cz-lc-thumb{flex:0 0 clamp(136px,40vw,166px)!important;width:clamp(136px,40vw,166px)!important;height:116px!important;border-radius:10px!important}html.carzo-feed-route .cz-lc-new{top:5px!important;left:5px!important;padding:2px 6px!important;font-size:8px!important}html.carzo-feed-route .cz-lc-count{right:5px!important;bottom:5px!important;font-size:10px!important}html.carzo-feed-route .cz-lc-body{min-height:116px!important;padding:1px 0 2px!important}html.carzo-feed-route .cz-lc-make{font-size:14px!important;line-height:1.18!important;-webkit-line-clamp:2!important}html.carzo-feed-route .cz-lc-specs{gap:4px!important;margin-top:5px!important}html.carzo-feed-route .cz-lc-chip{padding:1px 5px!important;font-size:10px!important;border-radius:5px!important}html.carzo-feed-route .cz-lc-bot{padding-top:5px!important;align-items:flex-end!important}html.carzo-feed-route .cz-lc-source{gap:3px!important}html.carzo-feed-route .cz-lc-plat,html.carzo-feed-route .cz-lc-loc{font-size:10.5px!important;line-height:1.15!important}html.carzo-feed-route .cz-lc-price{font-size:16px!important;line-height:1.05!important;color:#35d66b!important}html.carzo-feed-route .cz-lc-gauge{display:none!important}html.carzo-feed-route .cz-lc-cmp{width:30px!important;height:30px!important;top:8px!important;right:8px!important;opacity:1!important;border-radius:999px!important;background:#ffffffdb!important;color:#142018!important}html.carzo-feed-route .cz-lc-cmp-txt,html.carzo-feed-route .cz-lc-hide,html.carzo-feed-route .carzo-preview-panel{display:none!important}html.carzo-feed-route body .carzo-catalog-filter-rail .carzo-filter-console.is-open,html.carzo-feed-route body .carzo-filter-console.is-open{max-height:min(66dvh,560px)!important}html.carzo-feed-route body .carzo-card-stack .cz-lc .cz-lc-thumb{flex-basis:clamp(136px,40vw,166px)!important;width:clamp(136px,40vw,166px)!important;height:116px!important}}
