:root{--bg-0: #090807;--bg-1: #0D0C0A;--bg-2: #13100B;--orange: #F0A32C;--orange-2: #FFBE55;--orange-soft: #FFD48C;--text: #EDE7DA;--text-2: #B3AB9D;--muted: #7D766A;--surface: rgba(237, 231, 218, .03);--surface-2: rgba(237, 231, 218, .05);--surface-3: rgba(237, 231, 218, .08);--line: rgba(237, 231, 218, .08);--line-2: rgba(237, 231, 218, .13);--line-warm: rgba(240, 163, 44, .28);--green: #4ade80;--amber: #f1c071;--red: #ff6b4a;--gold: #E9B872;--gold-soft: #F4D9A6;--light-red-soft: rgba(240, 163, 44, .07);--light-red-deep: rgba(240, 163, 44, .11);--light-gold-soft: rgba(233, 184, 114, .08);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .6);--shadow: 0 18px 40px -24px rgba(0, 0, 0, .9);--shadow-lg: 0 30px 70px -34px rgba(0, 0, 0, .95);--glow: 0 0 0 1px var(--line-warm), 0 16px 40px -20px rgba(240, 163, 44, .18);--glow-lime: 0 0 24px -6px rgba(240, 163, 44, .28);--on-accent: #201503;--radius: 10px;--radius-lg: 14px;--radius-xl: 18px;--maxw: 1200px;--header-h: 74px;--font-head: "Unbounded", "Archivo", sans-serif;--font-body: "Manrope", "Inter", system-ui, sans-serif;--font-main: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "IBM Plex Mono", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, monospace;--ease-vault: cubic-bezier(.22, 1, .36, 1);--dur-fast: .18s;--dur-med: .45s;--dur-slow: .9s}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 10px);-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--text);background:var(--bg-0);line-height:1.5;overflow-x:hidden;font-size:17px;font-weight:500;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.app{position:relative;overflow-x:clip;min-height:100vh;background:radial-gradient(ellipse 900px 520px at 80% -5%,rgba(240,163,44,.055),transparent 60%),radial-gradient(ellipse 600px 500px at 5% 40%,rgba(240,163,44,.03),transparent 60%),radial-gradient(ellipse 800px 600px at 50% 100%,rgba(240,163,44,.02),transparent 60%),linear-gradient(180deg,var(--bg-0) 0%,var(--bg-1) 50%,var(--bg-2) 100%)}.app:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:linear-gradient(rgba(237,231,218,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(237,231,218,.022) 1px,transparent 1px);background-size:64px 64px;-webkit-mask:radial-gradient(ellipse 100% 100% at 50% 0%,#000 30%,transparent 100%);mask:radial-gradient(ellipse 100% 100% at 50% 0%,#000 30%,transparent 100%)}.app:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.5;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.04 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>"),radial-gradient(ellipse 70% 60% at 50% 8%,transparent 50%,rgba(0,0,0,.5) 100%)}@media (max-width: 768px){.app:after{mix-blend-mode:normal;opacity:.22}}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 28px}main{position:relative;z-index:2}.section{position:relative;padding:96px 0}img,svg{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}::selection{background:#f0a32c4d;color:#14100a}.particles{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;opacity:.3}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.btn{--btn-py: 12px;--btn-px: 22px;position:relative;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:var(--btn-py) var(--btn-px);border:1px solid transparent;border-radius:10px;font-family:var(--font-body);font-weight:600;font-size:15px;letter-spacing:.6px;text-transform:uppercase;white-space:nowrap;max-width:100%;overflow:hidden;transition:transform .16s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease}.btn:active{transform:translateY(1px)}.btn-sm{--btn-py: 9px;--btn-px: 15px;font-size:13px;border-radius:10px}.btn-lg{--btn-py: 15px;--btn-px: 28px;font-size:16px;border-radius:11px}.btn-primary{background:linear-gradient(180deg,#f7b045,#ec9c24);color:var(--on-accent);box-shadow:0 8px 24px -12px #f0a32c59,inset 0 1px #ffffff38}.btn-primary:hover{transform:translateY(-1px);background:linear-gradient(180deg,#ffbe55,#f0a32c);box-shadow:0 12px 28px -12px #f0a32c47,inset 0 1px #ffffff40}.btn-ghost{background:#ffffff0d;border-color:var(--line-2);color:var(--text)}.btn-ghost:hover{background:#ffffff14;border-color:#f0a32c4d;transform:translateY(-2px)}.btn-outline{background:transparent;border-color:var(--line-2);color:var(--orange-soft)}.btn-outline:hover{background:#f0a32c12;border-color:var(--line-warm);color:var(--orange-2);transform:translateY(-2px)}.glow-border{position:relative;background:linear-gradient(165deg,var(--surface-3),var(--surface));border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow),inset 0 1px #ede7da0a;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.glow-border:hover{border-color:var(--line-warm);box-shadow:var(--shadow-lg),0 0 28px -10px #f0a32c17}.section-head{max-width:660px;margin:0 auto 56px;text-align:center}.section-tag{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:13px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--orange-soft);margin-bottom:18px}.section-tag:before{content:"";width:22px;height:1px;background:linear-gradient(90deg,transparent,var(--orange))}.section-tag--hot{color:var(--amber)}.section-title{font-family:var(--font-head);font-weight:600;text-transform:uppercase;letter-spacing:0;font-size:clamp(26px,3.4vw,40px);line-height:1.15;background:linear-gradient(180deg,#FBF8F1 0%,var(--text) 50%,rgba(237,231,218,.6) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.section-sub{margin-top:16px;color:var(--muted);font-size:17px;line-height:1.6}.badge{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:5px 11px;border-radius:8px;border:1px solid var(--line);background:#ffffff08;color:var(--muted)}.badge--online{color:var(--green);border-color:#4ade8047;background:#4ade8012}.badge--online:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 7px var(--green);animation:blink 2s ease-in-out infinite}.badge--verified{color:var(--orange-soft);border-color:var(--line-warm);background:#f0a32c0f}.badge--limit{color:var(--amber);border-color:#f1c07147;background:#f1c0710f}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.eyebrow-label{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:12px;font-weight:700;letter-spacing:2.2px;text-transform:uppercase;color:var(--orange-soft)}.eyebrow-label:before{content:"";width:18px;height:1px;background:linear-gradient(90deg,transparent,var(--orange))}.data-figure{font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:.2px}.section-head--left{max-width:none;margin:0 0 44px;text-align:left}.section-head--left .section-tag{margin-bottom:14px}.section-head--left .section-title{background-position:0 0}.section-head--left .section-sub{max-width:580px;margin-left:0}.terminal-panel{position:relative;border-radius:var(--radius-lg);border:1px solid var(--line-2);background:linear-gradient(165deg,#ede7da0b,#ede7da04);box-shadow:var(--shadow-lg),inset 0 1px #ede7da0d;overflow:hidden}.terminal-panel:before{content:"";position:absolute;z-index:0;top:-24%;right:-16%;width:46%;height:60%;background:radial-gradient(circle at 70% 30%,var(--light-red-deep),transparent 68%),radial-gradient(circle at 20% 95%,var(--light-gold-soft),transparent 72%);pointer-events:none}.terminal-panel__head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 18px;border-bottom:1px solid var(--line);background:#0003}.terminal-panel__label{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:11.5px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--text-2)}.terminal-panel__badge{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--gold);border:1px solid rgba(233,184,114,.4);padding:4px 9px;border-radius:6px}.terminal-panel__body{position:relative;z-index:1;padding:20px}.quote-ticket{position:relative;border-radius:var(--radius-lg);border:1px solid var(--line-2);background:linear-gradient(165deg,#ede7da0b,#ede7da04);box-shadow:var(--shadow-lg),inset 0 1px #ede7da0d;overflow:hidden}.quote-ticket:before{content:"";position:absolute;z-index:0;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg,var(--orange),rgba(240,163,44,.2) 70%,transparent);pointer-events:none}.quote-ticket__label{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:11.5px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--text-2)}.quote-ticket__badge{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--gold);border:1px solid rgba(233,184,114,.4);padding:4px 9px;border-radius:6px}.calc__quote-note{font-size:11px;color:var(--muted);text-align:center;margin-top:10px;font-style:italic;opacity:.7}.frame-card:hover{border-color:var(--line-warm);transform:translateY(-2px)}.offer-card{position:relative;border-radius:var(--radius-xl);border:1px solid var(--line);background:linear-gradient(165deg,var(--surface-3),var(--surface));box-shadow:var(--shadow),inset 0 1px #ede7da0a;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.offer-card:hover{border-color:var(--line-warm);box-shadow:var(--shadow-lg),0 0 40px -12px #f0a32c2e}.offer-card--featured{border-color:#e9b87273}.offer-card--featured:hover{border-color:#e9b872a6;box-shadow:var(--shadow-lg),0 0 40px -12px #e9b87238}.btn-outline,.btn-ghost{transition:transform .16s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease}@keyframes panelDrawIn{0%{opacity:0;clip-path:inset(0 100% 0 0)}to{opacity:1;clip-path:inset(0 0 0 0)}}@keyframes routePulse{0%{transform:translate(-100%);opacity:0}15%{opacity:1}85%{opacity:1}to{transform:translate(280%);opacity:0}}@keyframes emberDrift{0%,to{transform:translate(0)}50%{transform:translate(-10px,8px)}}@keyframes ringSweep{to{transform:rotate(360deg)}}@keyframes panelRise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes routeFlow{to{stroke-dashoffset:-24}}@keyframes nodeBreath{0%,to{opacity:.45}50%{opacity:.95}}@keyframes coreBreath{0%,to{transform:scale(1)}50%{transform:scale(1.012)}}@keyframes coreGlow{0%,to{opacity:.35;transform:scale(.96)}50%{opacity:.8;transform:scale(1.05)}}@keyframes quoteFlash{0%{opacity:.2;transform:translateY(4px);filter:brightness(1.4)}to{opacity:1;transform:translateY(0);filter:brightness(1)}}@keyframes caretBlink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes sparkBreath{0%,to{opacity:.55}50%{opacity:1}}@media (prefers-reduced-motion: reduce){.terminal-route__line:after{animation:none!important}.hero-stage__ring:after,.hero-stage__beam{animation:none!important}.hero-stage__routes-spin,.route-line,.route-node,.hero-stage__core,.live-spark__bar,.calc__flow-arrow span{animation:none!important}}.urgency-bar{position:relative;z-index:60;overflow:hidden;background:linear-gradient(180deg,#f0a32c17,#f0a32c0a),var(--bg-1);border-bottom:1px solid rgba(240,163,44,.16);color:var(--text)}.urgency-bar__inner{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:9px 44px;background:none;border:none;color:inherit;font-size:13.5px;font-weight:600;cursor:pointer;text-align:center;flex-wrap:wrap}.urgency-bar__inner:hover .urgency-bar__cta{text-decoration:underline}.urgency-bar__flame{font-size:14px}.urgency-bar__clock{font-family:var(--font-mono);font-weight:600;font-variant-numeric:tabular-nums;color:var(--orange-2);background:#f0a32c14;border:1px solid rgba(240,163,44,.16);padding:2px 8px;border-radius:6px;letter-spacing:.5px}.urgency-bar__cta{white-space:nowrap;opacity:.95}.urgency-bar__close{position:absolute;top:50%;right:14px;transform:translateY(-50%);background:none;border:none;color:inherit;opacity:.75;font-size:13px;line-height:1;cursor:pointer;padding:6px}.urgency-bar__close:hover{opacity:1}@media (max-width: 640px){.urgency-bar__inner{padding:9px 36px;font-size:12.5px;gap:7px}}.header{position:sticky;top:0;z-index:50;transition:background .3s ease,box-shadow .3s ease,border-color .3s ease;border-bottom:1px solid var(--line)}.header--scrolled{background:#090807c7;backdrop-filter:blur(16px) saturate(1.25);-webkit-backdrop-filter:blur(16px) saturate(1.25);border-bottom-color:#ede7da14;box-shadow:0 18px 50px -34px #000000f2}.header--scrolled:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,var(--line-warm) 22%,rgba(233,184,114,.28) 50%,var(--line-warm) 78%,transparent);opacity:.7;pointer-events:none}.header--menu-open{z-index:98}.header__inner{height:var(--header-h);display:flex;align-items:center;justify-content:flex-start;gap:13px}.header__brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.header__status{display:inline-flex;align-items:center;gap:6px;padding:4px 9px 4px 7px;border-radius:999px;border:1px solid var(--line);background:#ede7da08;font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:var(--text-2);margin-left:2px}@media (max-width: 1199px){.header__status{display:none}}.logo{display:inline-flex;align-items:center;gap:11px;background:none;border:none;padding:0;cursor:pointer}.logo__mark{position:relative;display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:linear-gradient(145deg,#ffbe55,#f0a32c 60%,#b87718);box-shadow:0 8px 22px -8px #f0a32c61,inset 0 1px #fff6,inset 0 0 0 1px #ede7da0f;flex-shrink:0;transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s ease}.logo__mark:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;padding:1px;background:linear-gradient(150deg,rgba(244,217,166,.7),transparent 45%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.8;pointer-events:none}.logo:hover .logo__mark{transform:translateY(-1px) rotate(-3deg);box-shadow:0 12px 28px -8px #f0a32c6b,inset 0 1px #ffffff73,0 0 0 3px #e9b87229}.logo__mark-inner{font-size:18px;color:var(--on-accent);font-weight:700;position:relative;z-index:1}.logo__glyph{width:22px;height:22px;position:relative;z-index:1}.logo__glyph-ring{fill:none;stroke:#ede7daeb;stroke-width:1.6}.logo__glyph-spokes line{stroke:#ede7dac7;stroke-width:1.6;stroke-linecap:round}.logo__glyph-core{fill:var(--gold);filter:drop-shadow(0 0 3px rgba(233,184,114,.7));transition:transform .4s cubic-bezier(.22,1,.36,1);transform-origin:center}.logo:hover .logo__glyph-core{transform:scale(1.18)}.logo__text{font-family:var(--font-head);font-weight:700;font-size:18px;letter-spacing:.5px;text-transform:uppercase;color:var(--text)}.logo__accent{color:var(--orange);margin-left:4px;transition:color .25s ease}.logo:hover .logo__accent{color:var(--orange-2)}.nav--desktop{display:flex;align-items:stretch;gap:2px;padding:3px;border-radius:13px;background:#ede7da09;border:1px solid rgba(237,231,218,.07);box-shadow:inset 0 1px #ede7da0a;margin:0 auto;flex-shrink:0}.nav__link{position:relative;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:8px 9px;font-size:13px;font-weight:600;letter-spacing:.1px;color:var(--muted);border-radius:9px;cursor:pointer;white-space:nowrap;transition:color .22s ease,background .22s ease}.nav__label{position:relative;z-index:2}.nav__link:hover{color:var(--text);background:#ede7da0d}.nav__link.is-active{color:var(--text);background:#f0a32c14}.nav__rail{position:absolute;z-index:1;left:10px;right:10px;bottom:3px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--orange),var(--gold-soft));box-shadow:0 0 10px -1px #f0a32c66}.header__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.header__divider{width:1px;height:22px;background:linear-gradient(180deg,transparent,var(--line-2),transparent);flex-shrink:0}.burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;border:1px solid var(--line-2);border-radius:12px;background:#ede7da0a;padding:0 11px;cursor:pointer;transition:border-color .22s ease,background .22s ease}.burger:hover{border-color:var(--line-warm);background:#ede7da12}.burger--open{border-color:var(--line-warm);background:#f0a32c14}.burger span{display:block;height:2px;width:100%;background:var(--orange-soft);border-radius:2px;transform-origin:center;transition:transform .32s cubic-bezier(.6,-.2,.2,1.4),opacity .18s ease,background .22s ease}.burger--open span{background:var(--gold-soft)}.burger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger--open span:nth-child(2){opacity:0;transform:scaleX(.3)}.burger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:96;background:#060504bd;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.mobile-menu{position:absolute;top:calc(var(--header-h) - 1px);left:12px;right:12px;z-index:2;max-height:calc(100dvh - var(--header-h) - 18px);overflow:hidden auto;overscroll-behavior:contain;background:radial-gradient(120% 80% at 50% 0%,rgba(240,163,44,.1),transparent 60%),#0c0a08f5;backdrop-filter:blur(26px) saturate(1.2);-webkit-backdrop-filter:blur(26px) saturate(1.2);border:1px solid var(--line-2);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg),inset 0 1px #ede7da0d;padding:14px 14px 18px;display:flex;flex-direction:column;gap:16px}.mobile-menu__watermark{position:absolute;top:-60px;right:-60px;width:200px;height:200px;border-radius:50%;border:1px solid rgba(240,163,44,.14);pointer-events:none;z-index:0}.mobile-menu__watermark:before{content:"";position:absolute;top:22px;right:22px;bottom:22px;left:22px;border-radius:50%;border:1px dashed rgba(237,231,218,.06)}.mobile-menu:before{content:"";position:absolute;top:0;left:18px;right:18px;height:2px;border-radius:2px;background:linear-gradient(90deg,transparent,var(--orange) 30%,var(--gold) 50%,var(--orange) 70%,transparent);opacity:.85}.mobile-menu__nav{position:relative;z-index:1;display:flex;flex-direction:column;gap:2px}.mobile-menu__link{display:flex;align-items:center;gap:14px;width:100%;background:none;border:none;border-radius:12px;padding:14px;min-height:54px;font-size:17px;font-weight:600;color:var(--text-2);text-align:left;cursor:pointer;transition:background .2s ease,color .2s ease}.mobile-menu__link:hover{background:#ede7da0a;color:var(--text)}.mobile-menu__index{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.5px;color:var(--muted);min-width:22px}.mobile-menu__label{flex:1}.mobile-menu__arrow{color:var(--muted);font-size:16px;transform:translate(-4px);opacity:0;transition:transform .22s ease,opacity .22s ease,color .22s ease}.mobile-menu__link:hover .mobile-menu__arrow{opacity:1;transform:translate(0);color:var(--orange-soft)}.mobile-menu__link.is-active{color:var(--text);background:linear-gradient(180deg,#f0a32c24,#f0a32c0d);box-shadow:inset 0 0 0 1px var(--line-warm)}.mobile-menu__link.is-active .mobile-menu__index{color:var(--gold)}.mobile-menu__link.is-active .mobile-menu__arrow{opacity:1;transform:translate(0);color:var(--orange-soft)}.mobile-menu__login{width:100%;margin-top:10px}a.btn{text-decoration:none}.header__auth{display:flex;align-items:center;gap:9px}.header__auth--desktop .btn-sm{--btn-px: 13px;font-size:12.5px}.header__register{box-shadow:0 8px 24px -10px #f0a32c57,inset 0 1px #f4d9a68c}.header__register:hover{box-shadow:0 14px 34px -10px #f0a32c6b,0 0 0 1px #e9b87247,inset 0 1px #f4d9a699}.mobile-menu__auth{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px;margin-top:4px;padding-top:16px;border-top:1px solid var(--line)}.auth-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:10px;background:#ffffff0d;border:1px solid var(--line-warm);color:var(--text);font-family:var(--font-mono);font-weight:500;font-size:12.5px;letter-spacing:.5px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.auth-chip:hover{border-color:var(--orange);background:#ffffff14}.auth-chip--mobile{width:100%;justify-content:center}.auth-chip__dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green)}.auth-form{display:flex;flex-direction:column;gap:12px;margin-top:18px}.auth-input{font-family:var(--font-head);font-size:18px;letter-spacing:2px;text-transform:uppercase}.auth-input--err{border-color:var(--red)!important;box-shadow:0 0 0 3px #f08a6b29!important}.auth-error{margin:-4px 2px 0;color:var(--red);font-size:13.5px;line-height:1.45}.auth-submit{width:100%;margin-top:2px}.auth-device{margin-top:14px;font-size:12.5px;color:var(--muted);text-align:center}.auth-device strong{color:var(--orange-soft);font-family:var(--font-mono);letter-spacing:.5px}.auth-divider{display:flex;align-items:center;gap:12px;margin:18px 0 14px;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.8px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--line)}.auth-bot{width:100%}.auth-hint{margin-top:12px;text-align:center;font-size:12.5px;line-height:1.5;color:var(--text-2)}.cabinet-lock{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px 4px}.cabinet-lock__icon{line-height:1;margin-bottom:16px;color:var(--orange-2);filter:drop-shadow(0 8px 18px rgba(240,163,44,.35))}.cabinet-lock__icon svg{width:46px;height:46px}.cabinet-lock__title{font-family:var(--font-head);font-size:26px;font-weight:700;margin-bottom:12px}.cabinet-lock__text{max-width:560px;color:var(--text-2);font-size:15px;line-height:1.6;margin-bottom:24px}.cabinet-steps{list-style:none;display:flex;flex-direction:column;gap:12px;width:100%;max-width:560px;margin:0 0 28px;padding:0;text-align:left}.cabinet-steps li{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:12px;background:#ffffff08;border:1px solid var(--line);color:var(--text);font-size:14.5px}.cabinet-steps code{font-family:var(--font-mono);color:var(--orange-2);letter-spacing:1px}.cabinet-steps__num{flex:none;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:linear-gradient(180deg,var(--orange-2),var(--orange));color:var(--on-accent);font-family:var(--font-head);font-weight:600;font-size:14px}.cabinet-lock__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.access-panel{border:1px solid var(--line-warm);border-radius:14px;background:linear-gradient(135deg,#f0a32c0f,#00000040);padding:18px 20px;margin-bottom:20px}.access-panel__row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:7px 0}.access-panel__row+.access-panel__row{border-top:1px solid var(--line)}.access-panel__label{font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.access-panel__key,.access-panel__device{font-family:var(--font-mono);font-weight:500;letter-spacing:1px;color:var(--orange-2)}.access-panel__device{color:var(--text)}.access-panel__date{color:var(--text-2);font-size:14px}.access-panel__note{margin:12px 0 0;font-size:13px;color:var(--text-2);line-height:1.5}.access-panel__reveal{margin-left:10px;padding:3px 10px;flex:none;background:none;border:1px solid var(--line-2);border-radius:7px;font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--text-2);cursor:pointer;transition:color .2s ease,border-color .2s ease}.access-panel__reveal:hover{color:var(--text);border-color:var(--line-warm)}.sup-list{display:flex;flex-direction:column;gap:10px}.sup-card{padding:14px 16px;border-radius:12px;border:1px solid var(--line);background:var(--surface);display:flex;flex-direction:column;gap:7px}.sup-card__head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.sup-card__id{font-family:var(--font-mono);font-size:12.5px;color:var(--text-2);display:inline-flex;align-items:center;gap:8px}.sup-card__unread{padding:2px 8px;border-radius:999px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--on-accent);background:linear-gradient(135deg,var(--orange),var(--orange-2))}.sup-card__subject{margin:0;font-size:14.5px;font-weight:600;color:var(--text)}.sup-card__preview{margin:0;font-size:13px;color:var(--text-2);line-height:1.5}.sup-card__meta{display:flex;flex-wrap:wrap;gap:5px 16px;font-size:11.5px;color:var(--muted)}.sup-card__reply-btn{align-self:flex-start}.sup-card__replybox{display:flex;flex-direction:column;gap:8px;margin-top:4px}.sup-card__reply-actions{display:flex;gap:8px}.sup-empty{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.hero{padding-top:60px;padding-bottom:86px}.hero__inner{display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:center}.hero__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:13.5px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:var(--orange-soft);border:1px solid rgba(240,163,44,.2);background:#f0a32c0d;padding:8px 15px;border-radius:999px;margin-bottom:26px}.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 10px var(--orange);animation:blink 2s ease-in-out infinite}.hero__title{font-family:var(--font-head);font-weight:500;text-transform:uppercase;font-size:clamp(30px,4.4vw,52px);line-height:1.14;letter-spacing:.005em;margin-bottom:22px;background:linear-gradient(180deg,#FBF8F1 0%,var(--text) 60%,rgba(237,231,218,.7) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.hl{position:relative;background:linear-gradient(100deg,#FFBE55 12%,var(--gold-soft) 50%,#F0A32C 88%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.hero__subtitle{font-size:18.5px;color:var(--text-2);max-width:520px;margin-bottom:34px;line-height:1.6}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:22px}.hero__why-link{display:inline-flex;align-items:center;gap:10px;margin-bottom:40px;padding:10px 8px;background:none;border:none;color:var(--orange-soft);font-family:var(--font-body);font-weight:600;font-size:15px;cursor:pointer;transition:color .2s ease,gap .2s ease}.hero__why-link:hover{color:var(--orange-2);gap:14px}.hero__why-q{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;border:1px solid var(--line-warm);color:var(--orange-2);font-family:var(--font-head);font-weight:600;font-size:13px}.hero__stats{display:flex;gap:0;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;background:var(--surface)}.hero__stat{flex:1;min-width:0;padding:18px 20px}.hero__stat+.hero__stat{border-left:1px solid var(--line)}.hero__stat-value{display:block;font-family:var(--font-head);font-weight:500;font-size:23px;color:var(--text);margin-bottom:4px}.hero__stat-label{font-size:12.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.8px}.hero__trust{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin:4px 0 22px}.hero__trust-item{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:600;color:var(--text-2);white-space:nowrap}.hero__trust-star{width:14px;height:14px;color:var(--amber);flex-shrink:0}.hero__visual{position:relative;display:grid;place-items:center;min-height:440px}.hero-stage{position:relative;width:100%;max-width:480px;aspect-ratio:1 / 1.04;display:grid;place-items:center;isolation:isolate}.hero-stage__beam{position:absolute;top:-18%;right:-22%;bottom:-18%;left:-22%;z-index:0;background:radial-gradient(ellipse 60% 50% at 78% 10%,rgba(240,163,44,.16),transparent 65%),radial-gradient(ellipse 50% 40% at 15% 85%,rgba(233,184,114,.08),transparent 70%);filter:blur(2px);animation:emberDrift 11s ease-in-out infinite;pointer-events:none}.hero-stage__ring{position:relative;z-index:1;width:min(380px,86%);aspect-ratio:1;border-radius:50%;border:1px solid rgba(240,163,44,.22);background:radial-gradient(circle at 36% 30%,rgba(240,163,44,.16),transparent 58%),radial-gradient(circle at 68% 72%,rgba(233,184,114,.07),transparent 55%),linear-gradient(165deg,#ede7da0a,#ede7da03);display:grid;place-items:center}.hero-stage__ring:before{content:"";position:absolute;top:11%;right:11%;bottom:11%;left:11%;border-radius:50%;border:1px dashed rgba(237,231,218,.12)}.hero-stage__ring:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:50%;background:conic-gradient(from 0deg,transparent 0deg,rgba(240,163,44,.34) 18deg,transparent 46deg,transparent 360deg);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 2px),#000 calc(100% - 2px));mask:radial-gradient(farthest-side,transparent calc(100% - 2px),#000 calc(100% - 2px));animation:ringSweep 7s linear infinite}.hero-stage__routes{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;overflow:visible;pointer-events:none}.hero-stage__routes-spin{transform-origin:100px 100px;animation:ringSweep 48s linear infinite}.route-line{stroke:#f0a32c33;stroke-width:1;stroke-dasharray:3 9;animation:routeFlow 3.6s linear infinite}.route-line--b{animation-delay:-1.2s;stroke:#f0a32c26}.route-line--c{animation-delay:-2.4s;stroke:#e9b87224}.route-node{fill:var(--orange-2);animation:nodeBreath 5s ease-in-out infinite}.route-node--b{fill:var(--orange);animation-delay:-1.6s}.route-node--c{fill:var(--gold);animation-delay:-3.2s}.hero-stage__core{position:relative;z-index:1;width:96px;height:96px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(160deg,#ede7da12,#0000004d);border:1px solid rgba(233,184,114,.32);box-shadow:0 0 0 1px #e9b87214,inset 0 1px #ffffff0f,0 18px 50px -22px #f0a32c57;animation:coreBreath 6.5s ease-in-out infinite}.hero-stage__core:after{content:"";position:absolute;top:-34%;right:-34%;bottom:-34%;left:-34%;border-radius:50%;z-index:-1;background:radial-gradient(circle,rgba(240,163,44,.22),transparent 62%);animation:coreGlow 6.5s ease-in-out infinite;pointer-events:none}.hero-stage__core-glyph{font-family:var(--font-head);font-size:38px;font-weight:600;color:var(--gold-soft);text-shadow:0 0 28px rgba(233,184,114,.45)}.hero-stage__ticker{position:absolute;top:4%;left:50%;transform:translate(-50%);z-index:2;display:flex;align-items:center;gap:11px;padding:7px 14px;border-radius:999px;background:#090807d1;border:1px solid var(--line-2);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:var(--font-mono);font-size:11px;white-space:nowrap}.hero-stage__ticker span{color:var(--text-2)}.hero-stage__ticker b{color:var(--green);font-weight:700;margin-left:4px}.hero-stage__dock{position:absolute;z-index:3;left:50%;bottom:-6%;transform:translate(-50%);width:min(340px,92%)}.exchange-slip{position:relative;background:var(--surface);border:1px solid var(--line-warm);border-radius:12px;padding:18px 20px 16px;transform:rotate(1.8deg);animation:panelDrawIn .7s cubic-bezier(.22,1,.36,1) both}.exchange-slip:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--orange),var(--gold-soft));border-radius:12px 12px 0 0}.exchange-slip__brand{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;font-family:var(--font-head);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--orange)}.exchange-slip__rating{font-family:var(--font-mono);font-size:11px;color:var(--gold-soft);letter-spacing:.08em}.exchange-slip__rows{display:flex;flex-direction:column;gap:9px;margin-bottom:14px}.exchange-slip__row{display:flex;align-items:center;justify-content:space-between;gap:8px}.exchange-slip__key{font-size:10.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;flex-shrink:0}.exchange-slip__val{font-family:var(--font-mono);font-size:13px;color:var(--text-2)}.exchange-slip__val--bonus{color:var(--green);font-weight:700;font-size:14px}.exchange-slip__val--route{font-weight:600;color:var(--text)}.exchange-slip__perf{border:none;border-top:1px dashed rgba(237,231,218,.15);margin:12px 0}.exchange-slip__foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.exchange-slip__code{font-family:var(--font-mono);font-size:10px;color:var(--muted);letter-spacing:.12em}.exchange-slip__status{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--green);font-family:var(--font-mono)}.hero-terminal{width:100%;animation:panelDrawIn .7s cubic-bezier(.22,1,.36,1) both}.hero-terminal__route{display:flex;align-items:center;gap:10px;margin-bottom:16px;font-family:var(--font-mono);font-size:12px;color:var(--text-2)}.hero-terminal__route strong{color:var(--text);font-weight:600}.hero-terminal__line{position:relative;flex:1;height:1px;overflow:hidden;background:linear-gradient(90deg,var(--orange),rgba(240,163,44,.15))}.hero-terminal__line:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:36%;background:linear-gradient(90deg,transparent,var(--gold-soft),transparent);animation:routePulse 2.6s ease-in-out infinite}.hero-terminal__rows{display:flex;flex-direction:column}.hero-terminal__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-top:1px solid var(--line);font-size:13px}.hero-terminal__row:first-child{border-top:none;padding-top:0}.hero-terminal__pair{display:inline-flex;align-items:center;gap:9px;color:var(--text-2);font-family:var(--font-mono);font-size:12.5px}.hero-terminal__glyph{display:grid;place-items:center;width:26px;height:26px;border-radius:7px;background:#ffffff0d;border:1px solid var(--line);font-size:13px;color:var(--orange-soft);flex-shrink:0}.hero-terminal__delta{font-family:var(--font-mono);font-weight:700;font-size:13.5px;color:var(--green)}.hero-terminal__foot{margin-top:16px;padding-top:14px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.hero-terminal__foot-label{font-size:11.5px;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}.hero-terminal__foot-value{font-family:var(--font-mono);font-weight:700;font-size:15px;color:var(--orange-2)}.calc{max-width:720px;margin:0 auto;padding:0}.calc__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 22px;border-bottom:1px solid var(--line);background:#0003}.calc__grid{display:flex;flex-direction:column;gap:18px;padding:28px 22px 30px;position:relative}.calc__flow{position:relative;display:flex;flex-direction:column;gap:0}.calc__field{display:flex;flex-direction:column;gap:10px}.calc__flow-arrow{display:flex;align-items:center;justify-content:center;margin:10px 0;color:var(--orange-soft)}.calc__flow-arrow:before,.calc__flow-arrow:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--line-warm))}.calc__flow-arrow:after{background:linear-gradient(90deg,var(--line-warm),transparent)}.calc__flow-arrow span{display:grid;place-items:center;width:30px;height:30px;margin:0 10px;border-radius:50%;border:1px solid var(--line-warm);background:#f0a32c12;animation:nodeBreath 4.2s ease-in-out infinite;font-size:13px;flex-shrink:0}.calc__label,.field__label{font-size:13px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:var(--muted)}.calc__input-row{display:flex;gap:12px;background:#0000004d;border:1px solid var(--line);border-radius:14px;padding:8px 8px 8px 18px;transition:border-color .2s ease,box-shadow .2s ease}.calc__input-row:focus-within{border-color:#f0a32c66;box-shadow:0 0 0 3px #f0a32c14}.calc__amount{flex:1;min-width:0;background:none;border:none;outline:none;color:var(--text);font-family:var(--font-mono);font-weight:600;font-size:23px}.calc__amount::placeholder{color:var(--muted)}.calc__select-wrap{position:relative;display:flex;align-items:center}.calc__select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#ffffff0f;border:1px solid var(--line-2);border-radius:11px;color:var(--text);font-family:var(--font-head);font-weight:600;font-size:15px;letter-spacing:.5px;padding:12px 34px 12px 44px;outline:none;cursor:pointer}.calc__select:focus{border-color:var(--line-warm)}.calc__select option{background:var(--bg-1);color:var(--text)}.calc__select-glyph{position:absolute;left:16px;font-size:17px;color:var(--orange-soft);pointer-events:none}.calc__select-wrap:after{content:"▾";position:absolute;right:14px;color:var(--orange-soft);pointer-events:none;font-size:11px}.calc__bonus-badge{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 20px;border-radius:12px;background:#f0a32c0d;border:1px solid var(--line-warm)}.calc__bonus-badge span{font-size:13px;text-transform:uppercase;letter-spacing:.6px;color:var(--text-2)}.calc__bonus-badge strong{font-family:var(--font-mono);font-weight:700;font-size:21px;color:var(--orange-2)}.calc__readouts{display:flex;flex-direction:column;border-radius:14px;overflow:hidden;border:1px solid var(--line)}.calc__readout{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px}.calc__readout+.calc__readout{border-top:1px solid var(--line)}.calc__readout-label{font-size:15px;color:var(--muted)}.calc__readout-value{font-family:var(--font-mono);font-weight:600;font-size:17px;color:var(--text)}.calc__readout--accent .calc__readout-value{color:var(--green)}.calc__readout--total{background:#f0a32c0d}.calc__readout--total .calc__readout-value{font-size:22px;color:var(--orange-2)}.calc__range{display:flex;flex-direction:column;gap:9px}.calc__range>span{font-size:13px;text-transform:uppercase;letter-spacing:.6px;color:var(--muted)}.calc__range-bar{height:6px;border-radius:999px;background:#ffffff12;overflow:hidden}.calc__range-fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--orange),var(--orange-2));transition:width var(--dur-slow) var(--ease-vault)}.quote-val{display:inline-block;animation:quoteFlash var(--dur-med) var(--ease-vault)}.calc__note{font-size:13px;color:var(--muted);text-align:center}.calc__submit{width:100%;margin-top:2px}.calc__input-row--receive{align-items:center}.calc__receive-amount{flex:1;min-width:0;color:var(--text);font-family:var(--font-mono);font-weight:600;font-size:23px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calc__input-row--receive.is-hot{border-color:#f0a32c4d;box-shadow:0 0 0 3px #f0a32c1a,0 12px 34px -18px #f0a32c66;background:linear-gradient(180deg,#f0a32c12,#00000047)}.calc__select-wrap--hot .calc__select{border-color:var(--orange);color:var(--orange-2);box-shadow:0 0 14px -2px #f0a32c66}.calc__bonus-info{display:flex;flex-direction:column;gap:7px;align-items:flex-start}.calc__bonus-figure{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.calc__bonus-figure em{font-style:normal;font-size:12px;letter-spacing:.4px;color:var(--muted)}.calc__bonus-badge--hot{background:linear-gradient(135deg,#f0a32c1f,#ffbe550d);border-color:var(--orange);box-shadow:0 0 0 1px #f0a32c4d,0 18px 44px -20px #f0a32c4d;animation:calcHotPulse 2.4s ease-in-out infinite}.calc__bonus-badge--hot .calc__bonus-figure strong{color:var(--orange-2);font-size:26px;text-shadow:0 0 18px rgba(240,163,44,.3)}.calc__hot-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:999px;background:linear-gradient(90deg,var(--orange),var(--orange-2));color:var(--on-accent);font-family:var(--font-head);font-weight:600;font-size:11px;letter-spacing:.6px;text-transform:uppercase}.calc__hot-banner{padding:14px 18px;border-radius:12px;border:1px solid var(--orange);background:linear-gradient(135deg,#f0a32c1a,#ffbe550a);color:var(--text);font-size:14.5px;line-height:1.5;box-shadow:0 14px 36px -22px #f0a32c4d}.calc__hot-banner strong{color:var(--orange-2);font-weight:700}.calc__range-fill--hot{background:linear-gradient(90deg,var(--orange),var(--gold-soft));box-shadow:0 0 10px #f0a32c40}@keyframes calcHotPulse{0%,to{box-shadow:0 0 0 1px #f0a32c4d,0 18px 44px -20px #f0a32c59}50%{box-shadow:0 0 0 1px #f0a32c5c,0 18px 50px -16px #f0a32c66}}@media (prefers-reduced-motion: reduce){.calc__bonus-badge--hot{animation:none}}.why-hero{position:relative;padding:4px 0 4px 26px;border-left:2px solid var(--line-warm)}.why-hero:before{content:"";position:absolute;left:-2px;top:0;width:2px;height:64px;background:linear-gradient(180deg,var(--gold),transparent)}.why-hero__kicker{font-size:13px;text-transform:uppercase;letter-spacing:1px;color:var(--orange-soft);margin-bottom:12px}.why-hero__line{font-family:var(--font-head);font-weight:600;font-size:clamp(22px,3.4vw,34px);line-height:1.3;margin-bottom:16px}.why-hero__line .hl{color:var(--orange-2)}.why-hero__sub{max-width:760px;color:var(--text-2);font-size:16px;line-height:1.65;margin-bottom:36px}.why-process{position:relative;display:flex;gap:0;padding-left:26px}.why-process:before{content:"";position:absolute;top:17px;left:26px;right:0;height:1px;background:linear-gradient(90deg,var(--line-warm),var(--line) 92%,transparent)}.why-process__item{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px;padding-right:20px}.why-process__node{position:relative;z-index:1;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--bg-1);border:1px solid var(--line-warm);font-family:var(--font-mono);font-weight:700;font-size:12.5px;color:var(--orange-soft);margin-bottom:4px}.why-process__body{display:flex;flex-direction:column;gap:6px}.why-process__title{font-family:var(--font-head);font-weight:600;font-size:15.5px;color:var(--text)}.why-process__text{font-size:14px;line-height:1.55;color:var(--text-2)}.why-logic{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.why-logic__card,.frame-card{position:relative;display:flex;flex-direction:column;gap:8px;padding:40px 20px 20px;border-radius:14px;background:var(--surface);border:1px solid var(--line);transition:border-color .25s ease,transform .25s ease}.why-logic__no,.frame-card__num{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:24px;padding:0 8px;border:1px solid var(--line-warm);border-radius:6px;background:#f0a32c0f;font-family:var(--font-head);font-weight:600;font-size:12px;letter-spacing:.5px;color:var(--orange-soft)}.why-logic__title{font-family:var(--font-head);font-weight:700;font-size:17px;color:var(--text)}.why-logic__text{font-size:14.5px;line-height:1.55;color:var(--text-2)}.why-faq{margin-top:18px;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;background:#ffffff05}.why-faq__item+.why-faq__item{border-top:1px solid var(--line)}.why-faq__item.is-open{background:#f0a32c08}.why-faq__q{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:20px 24px;background:none;border:none;cursor:pointer;text-align:left;color:var(--text);font-family:var(--font-head);font-weight:600;font-size:17px;transition:color .2s ease}.why-faq__q:hover{color:var(--orange-2)}.why-faq__icon{flex:none;display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#ffffff0d;border:1px solid var(--line-warm);color:var(--orange-2);font-size:18px;line-height:1}.why-faq__a-wrap{overflow:hidden}.why-faq__a{padding:0 24px 22px;margin:0;max-width:820px;color:var(--text-2);font-size:15.5px;line-height:1.65}.why-note{margin-top:16px;text-align:center;font-size:13px;color:var(--muted)}@media (max-width: 720px){.why-hero{padding:24px 18px 22px}.why-logic{grid-template-columns:1fr}.why-faq__q{padding:16px 18px;font-size:15.5px}.why-faq__a{padding:0 18px 18px}}.coin-strip{position:relative;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0003;overflow:hidden}.coin-strip__track{display:flex;gap:14px;width:max-content;animation:marquee 44s linear infinite}.coin-strip:hover .coin-strip__track{animation-play-state:paused}@keyframes marquee{to{transform:translate(-50%)}}.coin-strip__item{display:flex;align-items:center;gap:11px;padding:11px 20px;border:1px solid var(--line);border-radius:12px;background:#ffffff05;opacity:.65;transition:opacity .2s ease,border-color .2s ease;white-space:nowrap}.coin-strip__item:hover{opacity:1;border-color:#f0a32c33}.coin-strip__glyph{font-size:20px;color:var(--orange-soft)}.coin-strip__symbol{font-family:var(--font-head);font-weight:600;font-size:15px;letter-spacing:.5px}.coin-strip__name{color:var(--muted);font-size:14px}.coin-strip__fade{position:absolute;top:0;bottom:0;width:110px;z-index:2;pointer-events:none}.coin-strip__fade--left{left:0;background:linear-gradient(90deg,var(--bg-1),transparent)}.coin-strip__fade--right{right:0;background:linear-gradient(270deg,var(--bg-1),transparent)}.hot{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;padding:40px;align-items:center;overflow:hidden}.hot__visual{position:relative;display:grid;place-items:center;min-height:230px}.hot__coin{position:relative;display:grid;place-items:center;width:184px;height:184px;border-radius:50%;background:radial-gradient(circle at 36% 30%,#ffc481,#f7931a 46%,#8a4606);box-shadow:0 24px 50px -18px #f7931a80,inset 0 5px 18px #ffffff47,inset 0 -10px 28px #00000073;animation:float 6s ease-in-out infinite}.hot__coin-glow{position:absolute;top:-28%;right:-28%;bottom:-28%;left:-28%;border-radius:50%;background:radial-gradient(circle,rgba(247,147,26,.28),transparent 62%);filter:blur(12px)}.hot__coin-glyph{font-size:80px;font-weight:700;color:#341803;text-shadow:0 2px 5px rgba(255,255,255,.35)}.hot__flame{position:absolute;top:6px;right:6px;display:inline-flex;align-items:center;gap:6px;font-family:var(--font-head);font-weight:700;font-size:12px;letter-spacing:1px;color:#fff;background:linear-gradient(135deg,#f0a32c,#ffbe55);color:var(--on-accent);padding:7px 12px;border-radius:999px;box-shadow:0 8px 20px -8px #f0a32c4d}.hot__flame svg{width:13px;height:13px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hot__title{font-family:var(--font-head);font-weight:600;text-transform:uppercase;font-size:clamp(22px,2.6vw,32px);letter-spacing:0;margin:12px 0 22px;line-height:1.12;background:linear-gradient(180deg,#ffffff 0%,var(--text) 60%,rgba(244,246,248,.7) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.hot__meta{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}.hot__meta-item{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:#ffffff08}.hot__meta-item .badge{align-self:flex-start}.hot__meta-label{font-size:12.5px;text-transform:uppercase;letter-spacing:.6px;color:var(--muted)}.hot__meta-value{font-family:var(--font-head);font-weight:600;font-size:17px}.hot__meta-value--accent{color:var(--green)}.hot__timer{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:26px}.hot__timer-label{font-size:13px;text-transform:uppercase;letter-spacing:.6px;color:var(--muted)}.hot__timer-clock{display:flex;align-items:center;gap:6px;font-family:var(--font-head);font-weight:700}.hot__timer-unit{display:inline-grid;place-items:center;min-width:50px;padding:10px 8px;font-size:22px;color:var(--orange-2);background:#f0a32c0f;border:1px solid var(--line-warm);border-radius:11px;font-variant-numeric:tabular-nums}.hot__timer-clock em{color:var(--muted);font-style:normal;font-size:20px}.p2p-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.p2p-card{display:flex;flex-direction:column;gap:16px;padding:24px}.p2p-card:hover{transform:translateY(-5px);border-color:#f0a32c33;box-shadow:var(--shadow-lg),0 0 30px -10px #f0a32c14}.p2p-card--feature{grid-column:span 2;background:linear-gradient(135deg,rgba(240,163,44,.08),var(--surface-3));border-color:var(--line-warm)}.p2p-card--feature .p2p-card__pair{font-size:19px}@media (max-width: 720px){.p2p-card--feature{grid-column:span 1}}.p2p-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.p2p-card__dir{display:flex;align-items:center;gap:12px}.p2p-card__glyph{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;font-size:21px;color:var(--orange-soft);background:#f0a32c12;border:1px solid var(--line-warm)}.p2p-card__pair{font-family:var(--font-head);font-weight:600;font-size:17px;letter-spacing:.3px}.p2p-card__pair span{color:var(--orange)}.p2p-card__bonus{font-family:var(--font-head);font-weight:700;font-size:19px;color:var(--green)}.p2p-card__badges{display:flex;flex-wrap:wrap;gap:8px}.p2p-card__rows{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;border:1px solid var(--line)}.p2p-card__row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 16px;font-size:15px}.p2p-card__row+.p2p-card__row{border-top:1px solid var(--line)}.p2p-card__row span{color:var(--muted)}.p2p-card__row strong{font-weight:600;text-align:right}.p2p-card__btn{margin-top:auto;width:100%}.reviews-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:34px}.stat-card{padding:24px 20px;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface-2);text-align:center}.stat-card__value{display:block;font-family:var(--font-head);font-weight:700;font-size:32px;color:var(--text);margin-bottom:4px}.stat-card__label{font-size:13px;text-transform:uppercase;letter-spacing:.6px;color:var(--muted)}.stat--good{border-color:#4ade8038}.stat--good .stat-card__value{color:var(--green)}.stat--average{border-color:#f1c07138}.stat--average .stat-card__value{color:var(--amber)}.stat--negative{border-color:#f08a6b42}.stat--negative .stat-card__value{color:var(--red)}.reviews-filters{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:36px}.chip{padding:10px 20px;border-radius:999px;border:1px solid var(--line);background:#ffffff05;color:var(--muted);font-weight:600;font-size:14.5px;letter-spacing:.3px;transition:all .2s ease}.chip:hover{color:var(--text);border-color:var(--line-2)}.chip--active{color:var(--on-accent);background:linear-gradient(180deg,var(--orange-2),var(--orange));border-color:transparent}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:18px}.reviews-ledger{display:flex;flex-direction:column;gap:0;border:1px solid var(--line);border-radius:14px;overflow:hidden}.reviews-ledger .rcard{border-radius:0;border:none;border-bottom:1px solid var(--line);background:var(--surface);box-shadow:none;padding:20px 24px}.reviews-ledger .rcard:last-child{border-bottom:none}.reviews-ledger .rcard:hover{border-color:transparent;box-shadow:none;background:color-mix(in srgb,var(--orange) 4%,var(--surface))}.reviews-moderation-note{font-size:11px;color:var(--muted);margin-bottom:12px;display:flex;align-items:center;gap:6px;letter-spacing:.04em}.reviews-moderation-note:before{content:"✓";color:var(--green);font-size:10px}.rcard__cat{font-family:var(--font-mono);font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;background:var(--surface-2);border:1px solid var(--line);border-radius:4px;padding:2px 6px;white-space:nowrap;flex-shrink:0;margin-left:auto}.review-card{display:flex;flex-direction:column;gap:14px;padding:24px;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface-2);border-left:2px solid var(--line-2)}.review-card--good{border-left-color:var(--green)}.review-card--average{border-left-color:var(--amber)}.review-card--negative{border-left-color:var(--red)}.review-card__head{display:flex;align-items:center;gap:12px}.avatar{display:grid;place-items:center;width:44px;height:44px;border-radius:11px;font-family:var(--font-head);font-weight:600;font-size:15px;color:var(--orange-soft);background:#f0a32c12;border:1px solid var(--line-warm);flex-shrink:0}.review-card__id{display:flex;flex-direction:column;flex:1;min-width:0}.review-card__name{font-weight:700;font-size:16px}.review-card__meta{font-size:13px;color:var(--muted)}.review-tag{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;padding:4px 9px;border-radius:7px}.review-tag--good{color:var(--green);background:#4ade801a}.review-tag--average{color:var(--amber);background:#f1c0711a}.review-tag--negative{color:var(--red);background:#f08a6b1f}.stars{color:var(--orange-2);font-size:15px;letter-spacing:2px}.stars__empty{color:#ffffff21}.review-card__text{color:var(--text-2);font-size:15.5px;line-height:1.6;flex:1}.review-card__status{font-size:13px;color:var(--muted);font-weight:600}.reviews-more{display:flex;justify-content:center;margin-top:36px}.cabinet{max-width:700px;margin:0 auto;padding:30px}.cabinet__tabs{display:flex;gap:6px;padding:5px;background:#00000040;border:1px solid var(--line);border-radius:14px;margin-bottom:26px}.cabinet__tab{flex:1;padding:13px;border:none;border-radius:10px;background:none;color:var(--muted);font-family:var(--font-head);font-weight:600;font-size:14px;letter-spacing:.6px;text-transform:uppercase;transition:all .2s ease}.cabinet__tab--active{color:var(--on-accent);background:linear-gradient(180deg,var(--orange-2),var(--orange))}.cabinet__form{display:flex;flex-direction:column;gap:18px}.field{display:flex;flex-direction:column;gap:9px}.field__input{background:#0000004d;border:1px solid var(--line);border-radius:12px;padding:14px 18px;color:var(--text);font-family:var(--font-body);font-size:16px;font-weight:500;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.field__input:focus{border-color:#f0a32c59;box-shadow:0 0 0 3px #f0a32c14}.cabinet__submit{width:100%;margin-top:4px}.cabinet__hint{text-align:center;font-size:14px;color:var(--muted)}.dashboard{display:flex;flex-direction:column;gap:20px}.dashboard__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--line)}.dashboard__role{display:block;font-family:var(--font-head);font-weight:700;font-size:18px;letter-spacing:.3px}.dashboard__welcome{font-size:14px;color:var(--muted)}.dashboard__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.panel{display:flex;flex-direction:column;gap:8px;padding:18px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.panel__title{font-size:12.5px;text-transform:uppercase;letter-spacing:.6px;color:var(--muted)}.panel__value{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-head);font-weight:700;font-size:25px;color:var(--text)}.panel__dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green)}.panel__hint{font-size:13px;color:var(--muted)}.dashboard__support{width:100%}.dashboard__chart{gap:14px}.admin-health{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.admin-health__chip{font-size:12px;font-weight:600;padding:6px 12px;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--muted)}.admin-health__chip.is-ok{color:var(--green);border-color:var(--green)}.admin-health__chip.is-fail{color:var(--red);border-color:var(--red)}.admin-section{display:flex;flex-direction:column;gap:14px}.admin-section__title{font-family:var(--font-head);font-weight:700;font-size:16px;letter-spacing:.3px}.admin-list{display:flex;flex-direction:column;gap:10px}.admin-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:13px 16px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.admin-row__main{flex:1 1 220px;min-width:0}.admin-row__name{display:block;font-weight:700;color:var(--text)}.admin-row__meta{display:block;font-size:12.5px;color:var(--muted);margin-top:2px}.admin-select{background:#ffffff0f;border:1px solid var(--line-2);border-radius:9px;color:var(--text);font-family:var(--font-body);font-size:13px;padding:7px 10px;outline:none;cursor:pointer}.admin-select option{background:var(--bg-1);color:var(--text)}.admin-empty{color:var(--muted);font-size:13.5px;padding:10px 0;text-align:center}.admin-filter-row{display:flex;gap:8px;flex-wrap:wrap}.admin-card{border:1px solid var(--line);border-radius:12px;background:var(--surface);overflow:hidden}.admin-card__head{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:13px 16px}.admin-card__head:hover{background:#ffffff08}.admin-card__body{padding:12px 16px 14px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:8px}.admin-card__contact,.admin-card__dir{font-size:13px;color:var(--muted);margin:0}.admin-card__contact a,.admin-card__dir a{color:var(--orange-2);text-decoration:none}.admin-card__row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:4px}.admin-card__history{display:flex;flex-direction:column;gap:4px;border-top:1px solid var(--line);padding-top:8px;margin-top:4px}.admin-card__hist-row{display:flex;gap:12px;font-size:12px;color:var(--muted)}.admin-card__hist-time{color:var(--muted);opacity:.7}.op-app-list{display:flex;flex-direction:column;gap:12px}.op-app-card{border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:14px 16px;display:flex;flex-direction:column;gap:8px}.op-app-card__head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.op-app-card__id{font-size:11px;font-family:monospace;color:var(--muted);background:#ffffff0f;padding:2px 7px;border-radius:6px}.op-app-card__client{font-weight:700;font-size:14px;color:var(--text);flex:1}.op-app-card__tg-link{color:var(--orange-2);font-size:13px;text-decoration:none}.op-app-card__tg-link:hover{text-decoration:underline}.op-app-card__contact,.op-app-card__dir{font-size:13px;color:var(--muted)}.op-app-card__meta{font-size:12px;color:var(--muted);opacity:.7}.op-app-card__actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.op-app-card__err{font-size:12px;color:var(--err, #ff4f4f)}.note-composer{display:flex;flex-direction:column;gap:12px}.note-composer textarea.field__input{resize:vertical;min-height:80px;font-family:var(--font-body)}.note-composer__row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.note-list{display:flex;flex-direction:column;gap:10px;max-height:320px;overflow-y:auto}.note-item{padding:13px 16px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.note-item__head{display:flex;justify-content:space-between;gap:10px;font-size:12px;color:var(--muted);margin-bottom:6px}.note-item__text{font-size:14px;color:var(--text);line-height:1.5;margin:0}.cabinet-page{min-height:100vh}.cabinet-page__topbar{position:sticky;top:0;z-index:20;background:var(--bg-1);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cabinet-page__topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0}.cabinet-page__logo{background:none;border:none;cursor:pointer}.cabinet-page__main{padding:36px 0 64px}.cabinet-page__head{margin-bottom:22px}.cabinet-page__title{font-family:var(--font-head);font-weight:500;font-size:28px;letter-spacing:.2px}.cabinet-page .cabinet{max-width:920px;padding:32px}.cabinet-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.cabinet-stat-card{display:flex;flex-direction:column;gap:6px;padding:18px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow-sm)}.cabinet-stat-card--accent{border-color:var(--line-warm);background:linear-gradient(165deg,rgba(240,163,44,.1),var(--surface))}.cabinet-stat-card__value{font-family:var(--font-head);font-weight:700;font-size:24px;color:var(--text)}.cabinet-stat-card__label{font-size:12.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.4px}.ticket-table{display:flex;flex-direction:column;gap:8px;border:1px solid var(--line);border-radius:12px;overflow:hidden}.ticket-table__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr) auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 16px;border-bottom:1px solid var(--line);background:var(--surface);font-size:14px}.ticket-table__row>*{min-width:0}.ticket-table__topic{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ticket-table__row:last-child{border-bottom:none}.ticket-table__row--head{background:transparent;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid var(--line-2)}.ticket-table__id{font-family:var(--font-mono);color:var(--text-2);font-size:13px}.ticket-table__topic{color:var(--text)}.ticket-table__date{color:var(--muted);font-size:13px}@media (max-width: 720px){.cabinet-stats-grid{grid-template-columns:repeat(2,1fr)}.ticket-table__row{grid-template-columns:1fr;gap:4px}.ticket-table__row--head{display:none}.cabinet-page .cabinet{padding:20px}}@media (max-width: 1024px){.dashboard__grid .chart-card--wide{grid-column:span 2}}@media (max-width: 640px){.admin-row{flex-direction:column;align-items:stretch}.admin-row .admin-select,.admin-row .btn{width:100%}.note-composer__row .admin-select{flex:1 1 100%}}.demo-chart{display:flex;align-items:flex-end;gap:7px;height:128px;padding-top:8px}.demo-chart__bar{flex:1;min-height:6px;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,var(--orange-2),rgba(240,163,44,.18))}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(238px,1fr));gap:18px}.contact-card{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:28px 24px}.contact-card:hover{transform:translateY(-5px);border-color:#f0a32c33;box-shadow:var(--shadow-lg),0 0 30px -10px #f0a32c14}.contact-card__glyph{display:grid;place-items:center;width:50px;height:50px;border-radius:14px;color:var(--orange-soft);background:#f0a32c12;border:1px solid var(--line-warm)}.contact-card__glyph svg{width:24px;height:24px}.contact-card--tg .contact-card__glyph{color:#58b6f0;background:#58b6f014;border-color:#58b6f040}.contact-card--wa .contact-card__glyph{color:var(--green);background:#4ade8014;border-color:#4ade8040}.contact-card__title{font-family:var(--font-head);font-weight:600;font-size:17px;letter-spacing:.3px}.contact-card__value{font-size:15px;color:var(--muted);word-break:break-word}.contact-card__btn{margin-top:6px}.footer{position:relative;z-index:2;border-top:1px solid var(--line);background:#0006;padding:50px 0 28px}.footer__inner{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;padding-bottom:32px;border-bottom:1px solid var(--line)}.footer__brand{max-width:360px}.logo--footer{margin-bottom:16px}.footer__tagline{color:var(--muted);font-size:15px;line-height:1.6}.footer__nav{display:grid;grid-template-columns:repeat(2,auto);gap:12px 48px;align-content:start}.footer__link{background:none;border:none;color:var(--muted);font-size:15.5px;font-weight:600;text-align:left;padding:3px 0;transition:color .2s ease}.footer__link:hover{color:var(--orange-soft)}.footer__bottom{padding-top:24px;display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center}.footer__safety{font-size:13.5px;font-weight:600;color:var(--orange-soft);max-width:760px;line-height:1.6}.footer__copy{font-size:13px;color:#6b728080;letter-spacing:.3px}.security-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;border:1px solid var(--line-2);background:linear-gradient(135deg,#ffffff0f,#ffffff05);color:var(--text-2);font-size:13px;font-weight:600;letter-spacing:.2px;transition:all .25s ease}.security-badge:hover{border-color:var(--line-warm);color:var(--text);box-shadow:0 0 0 1px var(--line-warm),0 10px 26px -14px #f0a32c47;transform:translateY(-1px)}.security-badge:hover .security-badge__icon{color:var(--orange-soft);transform:scale(1.08)}.security-badge__icon{display:flex;color:var(--green);transition:all .25s ease}.security-badge__label{white-space:nowrap}.security-modal__icon{display:flex;justify-content:center;color:var(--green);margin-bottom:14px}.security-modal__list{position:relative;display:flex;flex-direction:column;gap:14px;text-align:left;margin-bottom:24px}.security-modal__item{display:flex;flex-direction:column;gap:3px;padding:12px 14px;border-radius:12px;border:1px solid var(--line);background:#ffffff08}.security-modal__item-title{font-size:14px;font-weight:700;color:var(--text)}.security-modal__item-text{font-size:13.5px;color:var(--muted);line-height:1.5}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:20px;background:#000c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.modal-card{position:relative;width:100%;max-width:450px;padding:36px 32px 30px;border-radius:var(--radius-xl);background:#ffffff0d;border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow-lg);overflow:hidden;text-align:center;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.modal-glow{position:absolute;top:-70px;left:50%;transform:translate(-50%);width:220px;height:200px;background:radial-gradient(circle,rgba(240,163,44,.2),transparent 66%);filter:blur(20px);pointer-events:none}.modal-close{position:absolute;top:16px;right:16px;width:34px;height:34px;border-radius:9px;border:1px solid var(--line);background:#ffffff08;color:var(--muted);font-size:14px;transition:all .2s ease}.modal-close:hover{color:var(--text);border-color:var(--line-warm)}.modal-badge{position:relative;display:inline-block;font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:2.5px;color:var(--orange-soft);border:1px solid var(--line-warm);background:#f0a32c0f;padding:6px 15px;border-radius:999px;margin-bottom:18px}.modal-title{position:relative;font-family:var(--font-head);font-weight:500;font-size:24px;text-transform:uppercase;letter-spacing:.3px;margin-bottom:12px}.modal-text{position:relative;color:var(--text-2);font-size:16px;line-height:1.6;margin-bottom:22px}.modal-rows{position:relative;display:flex;flex-direction:column;border-radius:12px;overflow:hidden;border:1px solid var(--line);margin-bottom:22px;text-align:left}.modal-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 18px}.modal-row+.modal-row{border-top:1px solid var(--line)}.modal-row span{color:var(--muted);font-size:15px}.modal-row strong{font-family:var(--font-head);font-weight:600;color:var(--orange-soft)}.modal-disclaimer{position:relative;font-size:13px;color:var(--muted);margin-bottom:22px;line-height:1.55}.modal-action{position:relative;width:100%}.modal-tg-links{position:relative;display:flex;flex-direction:column;gap:10px}.modal-tg-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;white-space:normal;line-height:1.3}.modal-tg-btn svg{flex-shrink:0}.modal-order-form{position:relative;text-align:left}.modal-order-form__desc{font-size:14px;color:var(--muted);margin-bottom:18px;line-height:1.55}.modal-order-form__hint{font-size:13px;color:var(--muted);text-align:center;margin-top:10px}.modal-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.modal-field__label{font-size:13px;font-weight:600;letter-spacing:.4px;color:var(--text-2);text-transform:uppercase}.modal-field__input{background:#ffffff0a;border:1px solid var(--line);border-radius:10px;padding:11px 14px;font-size:15px;color:var(--text);transition:border-color .2s ease}.modal-field__input:focus{outline:none;border-color:#f0a32c66;box-shadow:0 0 0 3px #f0a32c12}.modal-field__input::placeholder{color:#6b728080}.modal-order-success{text-align:center}.modal-order-success__icon{width:56px;height:56px;border-radius:50%;background:#f0a32c1f;border:1px solid var(--line-warm);display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--orange-soft);margin:0 auto 20px}.chat-manager-links{display:flex;flex-direction:column;gap:6px;margin-top:8px}@media (max-width: 1024px){.hero__inner{grid-template-columns:1fr;gap:44px}.hero__visual{min-height:420px;padding-bottom:30px}.hot{grid-template-columns:1fr;gap:26px;text-align:center}.hot__meta{text-align:left}.hot__timer{justify-content:center}}@media (max-width: 1259px){.nav--desktop{display:none}.burger{display:flex}.header__auth--desktop{display:none}}@media (max-width: 880px){.reviews-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 720px){body{font-size:16px}.section{padding:66px 0}.container{padding:0 18px}.section-head{margin-bottom:40px}.calc__head{padding:12px 18px}.calc__grid{padding:22px 18px 26px}.calc__input-row{flex-direction:column;align-items:stretch;padding:14px;gap:14px}.calc__select{width:100%}.hero__visual{min-height:auto;padding-bottom:34px}.hero-stage{max-width:340px}.hero-stage__ticker{font-size:10px;padding:6px 11px;gap:8px}.hero-terminal__body,.terminal-panel__body{padding:16px}.why-process{flex-direction:column;padding-left:0;gap:22px}.why-process:before{top:0;bottom:0;left:17px;right:auto;width:1px;height:auto;background:linear-gradient(180deg,var(--line-warm),var(--line) 92%,transparent)}.why-process__item{flex-direction:row;align-items:flex-start;gap:16px;padding-right:0}.why-process__node{margin-bottom:0;flex-shrink:0}.why-process__body{display:flex;flex-direction:column;gap:6px}.dashboard__grid{grid-template-columns:1fr}.footer__inner{flex-direction:column;gap:26px}}@media (max-width: 480px){:root{--header-h: 62px}.logo__text{font-size:16px;letter-spacing:1.2px}.logo__mark{width:36px;height:36px}.logo__glyph{width:20px;height:20px}.header__inner{gap:10px}.header__actions{gap:8px}.mobile-menu{left:10px;right:10px;padding:12px 12px 16px}.mobile-menu__link{font-size:16px;min-height:50px;padding:12px;gap:12px}.hero__title{font-size:29px}.hl{white-space:normal}.hero__subtitle{font-size:16.5px}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}.hero__stats{flex-direction:column}.hero__stat+.hero__stat{border-left:none;border-top:1px solid var(--line)}.hero__visual{min-height:auto;margin-top:8px;padding-bottom:28px}.hero-stage{max-width:280px}.hero-stage__core{width:78px;height:78px}.hero-stage__core-glyph{font-size:30px}.hero-stage__ticker{top:0}.reviews-stats{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:18px 14px}.stat-card__value{font-size:27px}.hot{padding:26px 20px}.hot__meta{grid-template-columns:1fr}.hot__timer-unit{min-width:44px;font-size:20px}.p2p-grid,.reviews-grid,.contact-grid{grid-template-columns:1fr}.modal-card{padding:30px 22px 26px}.modal-title{font-size:21px}}.demo-note{margin-top:26px;text-align:center;font-size:12.5px;color:#6b728099;letter-spacing:.4px}.stats-section,.activity-section{overflow:hidden}.stats-section:before,.activity-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:linear-gradient(rgba(240,163,44,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(240,163,44,.035) 1px,transparent 1px);background-size:48px 48px;-webkit-mask:radial-gradient(125% 80% at 50% 0%,#000 0%,transparent 68%);mask:radial-gradient(125% 80% at 50% 0%,#000 0%,transparent 68%)}.stats-section .container,.activity-section .container{position:relative;z-index:1}.live-dot{position:relative;width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 #4ade8059;animation:livePulse 3s ease-in-out infinite}@keyframes livePulse{0%{box-shadow:0 0 #4ade804d}70%{box-shadow:0 0 0 5px #4ade8000}to{box-shadow:0 0 #4ade8000}}.trust-banner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:26px 32px;margin-bottom:22px}.trust-banner__main{display:flex;flex-direction:column;padding-right:28px;border-right:1px solid var(--line)}.trust-banner__label{font-size:13px;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}.trust-banner__year{font-family:var(--font-head);font-weight:500;font-size:clamp(28px,4vw,40px);color:var(--orange-2);line-height:1.05}.trust-banner__text{color:var(--text-2);font-size:16px;line-height:1.6;max-width:560px}.trust-banner__status{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:600;letter-spacing:.4px;color:var(--green);white-space:nowrap}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.dash-card{display:flex;flex-direction:column;gap:8px;padding:22px 20px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-2);transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}.dash-card:hover{border-color:#f0a32c33;transform:translateY(-3px);box-shadow:0 20px 40px -20px #00000080,0 0 30px -10px #f0a32c24}.dash-card--accent{background:#f0a32c0d;border-color:#f0a32c26}.dash-card__label{font-size:13px;color:var(--muted);letter-spacing:.2px;min-height:2.6em}.dash-card__value{font-family:var(--font-head);font-weight:700;font-size:clamp(26px,3vw,34px);color:var(--text);font-variant-numeric:tabular-nums;line-height:1}.dash-card--accent .dash-card__value{color:var(--orange-2)}.dash-card__hint{font-size:12.5px;color:#6b7280d9}.dash-charts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.chart-card{padding:24px;display:flex;flex-direction:column}.chart-card--wide{grid-column:span 2}.chart-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.chart-card__title{display:block;font-family:var(--font-head);font-weight:600;font-size:16px;letter-spacing:.3px}.chart-card__sub{display:block;font-size:13px;color:var(--muted);margin-top:4px}.chart-card__trend{font-family:var(--font-head);font-weight:700;font-size:14px;color:var(--green);white-space:nowrap}.chart-card__trend--muted{color:var(--muted);font-weight:600}.chart-card__foot{margin-top:16px;text-align:center;font-size:13px;color:var(--muted)}.growth-chart{width:100%;height:220px}.ring{position:relative;width:170px;margin:6px auto 0}.ring svg{width:100%;height:auto}.ring__value{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-family:var(--font-head);font-weight:500;font-size:30px;color:var(--text)}.bars{display:flex;align-items:flex-end;gap:8px;height:150px;flex:1}.bar{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:8px}.bar__fill{width:100%;max-width:26px;border-radius:6px 6px 3px 3px;background:linear-gradient(180deg,var(--orange-2),rgba(240,163,44,.2))}.bar__label{font-size:12px;color:var(--muted)}.directions{display:flex;flex-direction:column;gap:14px}.dir-row{display:grid;grid-template-columns:130px 1fr 44px;align-items:center;gap:14px}.dir-row__pair{font-weight:600;font-size:14.5px}.dir-row__bar{height:8px;border-radius:999px;background:#ffffff0f;overflow:hidden}.dir-row__fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--orange),var(--orange-2))}.dir-row__share{text-align:right;font-family:var(--font-head);font-weight:600;font-size:14px;color:var(--orange-soft)}.activity-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:16px}.activity-col{display:flex;flex-direction:column;gap:16px}.live-card{display:flex;flex-direction:column;gap:8px;padding:24px}.live-card--feature{justify-content:space-between;background:radial-gradient(120% 80% at 0% 0%,rgba(240,163,44,.07),transparent 55%),#ffffff0a}.live-card__top{display:flex;align-items:center;gap:12px;margin-bottom:4px}.pulse-ring{position:relative;display:grid;place-items:center;width:10px;height:10px}.pulse-ring__dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 #4ade804d;animation:livePulse 3s ease-in-out infinite}.live-card__tag{font-size:13px;text-transform:uppercase;letter-spacing:.8px;color:var(--muted)}.live-num{font-family:var(--font-head);font-weight:500;font-size:clamp(38px,5vw,52px);color:var(--text);line-height:1;font-variant-numeric:tabular-nums}.live-num--sm{font-size:clamp(28px,3.4vw,36px)}.live-num em{font-style:normal;font-size:.5em;color:var(--muted);font-weight:600}.live-label{font-size:14px;color:var(--muted)}.live-spark{display:flex;align-items:flex-end;gap:6px;height:60px;margin-top:14px}.live-spark__bar{flex:1;border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,#f0a32c4d,#f0a32c1f);min-height:8px;animation:sparkBreath 3.8s ease-in-out infinite}.live-spark__bar:nth-child(3n){animation-delay:-1.3s}.live-spark__bar:nth-child(3n+1){animation-delay:-2.6s}.activity-bars{display:flex;align-items:flex-end;gap:5px;height:40px;margin-top:12px}.activity-bars__bar{flex:1;border-radius:3px;background:linear-gradient(180deg,var(--orange-2),rgba(240,163,44,.18));min-height:5px}.wallet-marquee{position:relative;overflow:hidden;padding:8px 0 30px;margin-bottom:14px}.wallet-track{display:flex;gap:14px;width:max-content;animation:marquee 46s linear infinite}.wallet-marquee:hover .wallet-track{animation-play-state:paused}.wallet-badge{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border:1px solid var(--line);border-radius:12px;background:#ffffff0a;font-family:var(--font-head);font-weight:600;font-size:15px;letter-spacing:.3px;color:var(--text);white-space:nowrap;transition:border-color .2s ease,transform .2s ease}.wallet-badge:hover{border-color:#f0a32c33;transform:translateY(-2px)}.wallet-badge__icon{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;color:var(--orange-soft);background:#f0a32c12}.wallet-badge__icon svg{width:17px;height:17px}.wallet-features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.wallet-feature{position:relative;display:flex;flex-direction:column;gap:10px;padding:40px 24px 24px}.wallet-feature:hover{border-color:#f0a32c33;transform:translateY(-4px)}.wallet-feature__num{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:24px;padding:0 8px;border:1px solid var(--line-warm);border-radius:6px;background:#f0a32c0f;font-family:var(--font-head);font-weight:600;font-size:12px;color:var(--orange-soft);letter-spacing:.5px}.wallet-feature__title{font-family:var(--font-head);font-weight:600;font-size:16px;line-height:1.25}.wallet-feature__text{font-size:14.5px;color:var(--muted);line-height:1.55}.meme-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;max-width:760px;margin:0 auto 30px}.token-chip{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:999px;border:1px solid var(--line);background:#ffffff0a;font-family:var(--font-head);font-weight:700;font-size:16px;letter-spacing:1px;color:var(--text);cursor:default}.token-chip--trending{border-color:var(--line-warm);background:#f0a32c0f;color:var(--orange-soft)}.token-chip__spark{font-size:10px;color:var(--green)}.meme-notes{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 26px}.meme-note{display:inline-flex;align-items:center;gap:9px;font-size:13.5px;color:var(--muted)}.meme-note__dot{width:6px;height:6px;border-radius:50%;background:var(--orange)}.arb-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:start}.arb-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.arb-card{position:relative;display:flex;flex-direction:column;gap:10px;padding:40px 24px 24px}.arb-card:hover{border-color:#f0a32c33;transform:translateY(-3px)}.arb-card--cta{background:#f0a32c0a;border-color:#f0a32c26}.arb-card__num{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:24px;padding:0 8px;border:1px solid var(--line-warm);border-radius:6px;background:#f0a32c0f;font-family:var(--font-head);font-weight:600;font-size:12px;color:var(--orange-soft);letter-spacing:.5px}.arb-card__title{font-family:var(--font-head);font-weight:600;font-size:17px}.arb-card__text{font-size:14.5px;color:var(--muted);line-height:1.55;flex:1}.arb-labels{display:flex;flex-wrap:wrap;gap:7px}.arb-label{font-size:11.5px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:var(--muted);padding:4px 10px;border:1px solid var(--line);border-radius:7px}.arb-card__btn{margin-top:6px;align-self:flex-start}.arb-calc{padding:26px;display:flex;flex-direction:column;gap:18px}.arb-calc__head{display:flex;align-items:center;justify-content:space-between}.arb-calc__title{font-family:var(--font-head);font-weight:600;font-size:17px}.arb-calc__readouts{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border-radius:12px;overflow:hidden;border:1px solid var(--line)}.arb-readout{display:flex;flex-direction:column;gap:6px;padding:14px 16px;background:#ffffff05}.arb-readout span{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.4px}.arb-readout strong{font-family:var(--font-head);font-weight:700;font-size:19px;color:var(--text)}.risk-tag--low{color:var(--green)}.risk-tag--mid{color:var(--amber)}.risk-tag--high{color:var(--red)}.arb-slider{display:flex;flex-direction:column;gap:12px}.arb-slider__label{font-size:13px;text-transform:uppercase;letter-spacing:.6px;color:var(--muted)}.range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:999px;outline:none;background:linear-gradient(90deg,var(--orange) var(--val, 42%),rgba(255,255,255,.08) var(--val, 42%))}.range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:linear-gradient(180deg,var(--orange-2),var(--orange));border:3px solid var(--on-accent);box-shadow:0 4px 12px -3px #f0a32c4d;cursor:pointer}.range::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--orange);border:3px solid var(--on-accent);cursor:pointer}.risk-meter{display:flex;flex-direction:column;gap:9px}.risk-meter__label{font-size:13px;text-transform:uppercase;letter-spacing:.6px;color:var(--muted)}.risk-meter__track{height:8px;border-radius:999px;background:#ffffff12;overflow:hidden}.risk-meter__fill{display:block;height:100%;border-radius:999px;transition:width .2s ease}.risk-meter__fill--low{background:linear-gradient(90deg,#3fa97a,var(--green))}.risk-meter__fill--mid{background:linear-gradient(90deg,#d9a24f,var(--amber))}.risk-meter__fill--high{background:linear-gradient(90deg,#d8674a,var(--red))}.arb-progress{display:flex;flex-direction:column;gap:12px}.arb-progress__row{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:14px;font-size:14px;color:var(--text-2)}.arb-progress__bar{height:6px;border-radius:999px;background:#ffffff12;overflow:hidden}.arb-progress__fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--orange),var(--orange-2));transition:width .25s ease}.arb-note{font-size:12.5px;color:var(--muted);line-height:1.55;padding-top:4px;border-top:1px solid var(--line)}.rating-summary{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:36px;padding:28px 34px;margin-bottom:30px}.rating-summary__score{display:flex;flex-direction:column;gap:8px;padding-right:36px;border-right:1px solid var(--line)}.rating-summary__number{font-family:var(--font-head);font-weight:500;font-size:48px;color:var(--text);line-height:1}.rating-summary__number em{font-style:normal;font-size:.4em;color:var(--muted);font-weight:600;margin-left:4px}.rating-summary__votes{font-size:14px;color:var(--muted)}.rating-summary__meta{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.rating-summary__item{display:flex;flex-direction:column;gap:6px}.rating-summary__item-label{font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:.4px}.rating-summary__item-value{font-family:var(--font-head);font-weight:700;font-size:22px;color:var(--orange-soft)}.rating-summary__small{font-size:.6em;color:var(--muted);font-weight:600}.rcard{display:flex;flex-direction:column;gap:16px;padding:24px;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface-2);transition:border-color .25s ease,box-shadow .25s ease}.rcard:hover{border-color:#f0a32c33;box-shadow:var(--shadow-lg),0 0 30px -10px #f0a32c24}.rcard__head{display:flex;align-items:center;gap:12px}.rcard__id{display:flex;flex-direction:column;flex:1;min-width:0}.rcard__name{display:inline-flex;align-items:center;gap:7px;font-weight:700;font-size:16px}.rcard__verified{display:inline-flex;color:var(--green)}.rcard__verified svg{width:16px;height:16px}.rcard__date{font-size:13px;color:var(--muted)}.rcard__text{color:var(--text-2);font-size:15.5px;line-height:1.62;flex:1}.rcard__tags{display:flex;flex-wrap:wrap;gap:8px}.rtag{font-size:11.5px;font-weight:600;letter-spacing:.3px;color:var(--orange-soft);background:#f0a32c0f;border:1px solid var(--line-warm);padding:4px 11px;border-radius:7px}@media (max-width: 1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dash-charts{grid-template-columns:1fr}.chart-card--wide{grid-column:span 1}.activity-grid{grid-template-columns:1fr 1fr}.live-card--feature{grid-column:span 2}.arb-layout{grid-template-columns:1fr}.wallet-features{grid-template-columns:repeat(2,1fr)}}@media (max-width: 720px){.trust-banner{grid-template-columns:1fr;gap:18px;padding:24px}.trust-banner__main{flex-direction:row;align-items:baseline;gap:12px;padding-right:0;border-right:none;padding-bottom:16px;border-bottom:1px solid var(--line)}.rating-summary{grid-template-columns:1fr;gap:22px;padding:24px}.rating-summary__score{padding-right:0;border-right:none;padding-bottom:20px;border-bottom:1px solid var(--line)}.rating-summary__meta{gap:16px}.dir-row{grid-template-columns:110px 1fr 40px;gap:10px}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr 1fr;gap:10px}.dash-card{padding:16px 14px}.dash-card__label{min-height:0;font-size:12.5px}.activity-grid{grid-template-columns:1fr}.live-card--feature{grid-column:span 1}.arb-grid,.wallet-features,.arb-calc__readouts,.rating-summary__meta{grid-template-columns:1fr}.meme-chips{gap:10px}.token-chip{padding:12px 20px;font-size:15px}.dir-row{grid-template-columns:92px 1fr 38px}}:focus-visible{outline:2px solid var(--orange);outline-offset:2px;border-radius:8px}.btn:focus-visible{outline-offset:3px}.nav__link:focus-visible{outline-offset:2px;border-radius:9px}.mobile-menu__link:focus-visible{outline-offset:-2px;border-radius:12px}.burger:focus-visible{outline-offset:3px;border-radius:12px}html{scrollbar-width:thin;scrollbar-color:#F0A32C transparent}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-track{background:var(--bg-1)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--orange-2),var(--orange));border-radius:9px;border:2px solid var(--bg-1)}::-webkit-scrollbar-thumb:hover{background:var(--orange-soft)}.lang{position:relative}.lang__btn{display:inline-flex;align-items:center;gap:7px;padding:9px 11px;border-radius:10px;background:#ffffff0d;border:1px solid var(--line-2);color:var(--text);font-family:var(--font-head);font-weight:600;font-size:13px;letter-spacing:.5px;transition:border-color .2s ease,background .2s ease}.lang__btn:hover{border-color:var(--line-warm);background:#ffffff14}.lang__flag{font-size:15px;line-height:1}.lang__globe{width:15px;height:15px;color:var(--orange-soft)}.lang__caret{width:11px;height:11px;color:var(--orange-soft)}.lang__menu{position:absolute;top:calc(100% + 8px);right:0;z-index:60;min-width:190px;list-style:none;margin:0;padding:6px;border-radius:12px;background:#0f0d0af2;border:1px solid var(--line-2);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:2px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.lang__item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;background:none;border-radius:8px;color:var(--text-2);font-size:14.5px;font-weight:600;text-align:left;transition:background .15s ease,color .15s ease}.lang__item:hover{background:#ffffff0f;color:var(--text)}.lang__item.is-active{color:var(--orange-2);background:#f0a32c12}.mobile-menu__auth .lang{width:100%}.mobile-menu__auth .lang__btn{width:100%;justify-content:center}.mobile-menu__auth .lang__menu{right:auto;left:0;width:100%}.chat-fab{position:fixed;right:24px;bottom:24px;z-index:90;width:58px;height:58px;display:grid;place-items:center;border:none;border-radius:50%;background:linear-gradient(180deg,var(--orange-2),var(--orange));color:var(--on-accent);box-shadow:0 14px 30px -10px #f0a32c4d,inset 0 1px #ffffff4d}.chat-fab svg{width:26px;height:26px;position:relative;z-index:1}.chat-fab__pulse{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid var(--orange);animation:chatPulse 2.4s ease-out infinite}@keyframes chatPulse{0%{transform:scale(1);opacity:.6}to{transform:scale(1.7);opacity:0}}.chat-panel{position:fixed;right:24px;bottom:24px;z-index:95;width:370px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 48px);display:flex;flex-direction:column;overflow:hidden;border-radius:18px;background:#0f0d0af2;border:1px solid var(--line-2);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.chat-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;background:linear-gradient(135deg,#f0a32c1a,#ffbe5508);border-bottom:1px solid var(--line)}.chat-head__id{display:flex;align-items:center;gap:10px;min-width:0;flex:1;overflow:hidden}.chat-head__info{display:flex;flex-direction:column;min-width:0}.chat-head__avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(180deg,var(--orange-2),var(--orange));color:var(--on-accent);flex-shrink:0}.chat-head__avatar svg{width:18px;height:18px}.chat-head__title{display:block;font-family:var(--font-head);font-weight:700;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-head__status{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--text-2);margin-top:1px}.chat-head__dot{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 6px var(--green);flex-shrink:0}.chat-head__close{width:36px;height:36px;min-width:36px;display:grid;place-items:center;border-radius:9px;border:1px solid var(--line);background:#ffffff08;color:var(--muted);flex-shrink:0}.chat-head__close svg{width:15px;height:15px}.chat-head__close:hover{color:var(--text);border-color:var(--line-warm)}.chat-handoff{margin-top:4px;padding:14px 16px;border-radius:14px;border:1px solid rgba(240,163,44,.28);background:#f0a32c0f;display:flex;flex-direction:column;gap:10px}.chat-handoff__label{font-size:11.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.chat-handoff__links{display:flex;flex-direction:column;gap:7px}.chat-handoff__ticket-btn{align-self:stretch;margin-bottom:10px}.chat-ticket-form{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:12px;border:1px solid var(--line-warm);background:#f0a32c0a}.chat-ticket-form .field__input{font-size:13px;padding:8px 10px}.chat-ticket-form__actions{display:flex;gap:8px}.chat-handoff__link{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-radius:10px;border:1px solid rgba(240,163,44,.35);color:var(--orange-2);font-weight:700;font-size:13.5px;text-decoration:none;transition:background .18s ease}.chat-handoff__link:hover{background:#f0a32c1a}.chat-body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.chat-msg{display:flex;flex-direction:column;max-width:86%}.chat-msg--bot{align-self:flex-start;align-items:flex-start}.chat-msg--user{align-self:flex-end;align-items:flex-end}.chat-bubble{padding:11px 14px;border-radius:14px;font-size:14.5px;line-height:1.5}.chat-msg--bot .chat-bubble{background:#ffffff0f;border:1px solid var(--line);color:var(--text);border-bottom-left-radius:5px}.chat-msg--user .chat-bubble{background:linear-gradient(180deg,var(--orange-2),var(--orange));color:var(--on-accent);font-weight:600;border-bottom-right-radius:5px}.chat-typing{display:inline-flex;gap:4px;align-items:center}.chat-typing span{width:6px;height:6px;border-radius:50%;background:var(--muted);animation:chatDot 1.2s infinite ease-in-out}.chat-typing span:nth-child(2){animation-delay:.15s}.chat-typing span:nth-child(3){animation-delay:.3s}@keyframes chatDot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.chat-manager{margin-top:8px;display:inline-block;padding:9px 14px;border-radius:10px;border:1px solid var(--orange);color:var(--orange-2);font-weight:700;font-size:13px;text-decoration:none}.chat-manager:hover{background:#f0a32c12}.chat-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.chat-chip{padding:8px 13px;border-radius:999px;border:1px solid var(--line-2);background:#ffffff0a;color:var(--text-2);font-size:13px;font-weight:600;transition:border-color .2s ease,color .2s ease}.chat-chip:hover{border-color:var(--orange);color:var(--text)}.chat-input{display:flex;gap:8px;padding:12px;border-top:1px solid var(--line);background:#0003}.chat-input input{flex:1;min-width:0;background:#ffffff0a;border:1px solid var(--line-2);border-radius:11px;padding:11px 14px;color:var(--text);font-family:var(--font-body);font-size:14.5px;outline:none}.chat-input input:focus{border-color:var(--line-warm)}.chat-send{flex:none;width:44px;border:none;border-radius:11px;background:linear-gradient(180deg,var(--orange-2),var(--orange));color:var(--on-accent);display:grid;place-items:center}.chat-send svg{width:19px;height:19px}.chat-send:disabled{opacity:.5}@media (max-width: 480px){.chat-panel{right:0;bottom:0;width:100vw;max-width:100vw;border-radius:18px 18px 0 0;height:calc(100dvh - 56px);max-height:none;padding-bottom:env(safe-area-inset-bottom)}.chat-fab{right:16px;bottom:calc(16px + env(safe-area-inset-bottom))}.chat-head{padding:10px 12px}.chat-head__close{width:40px;height:40px;min-width:40px}.chat-chip{font-size:12px;padding:7px 11px}.chat-handoff__link{font-size:13px;padding:10px 12px}.chat-input{padding:10px}.chat-input input{font-size:16px;padding:10px 12px}}[dir=rtl] .chat-fab,[dir=rtl] .chat-panel{right:auto;left:24px}[dir=rtl] .chat-msg--bot .chat-bubble{border-bottom-left-radius:14px;border-bottom-right-radius:5px}[dir=rtl] .chat-msg--user .chat-bubble{border-bottom-right-radius:14px;border-bottom-left-radius:5px}[dir=rtl] .hero__content,[dir=rtl] .why-hero,[dir=rtl] .calc,[dir=rtl] .arb-card,[dir=rtl] .wallet-feature,[dir=rtl] .rcard,[dir=rtl] .cabinet-steps,[dir=rtl] .auth-error,[dir=rtl] .access-panel,[dir=rtl] .section-head--left{text-align:right}[dir=rtl] .section-tag:before{background:linear-gradient(270deg,transparent,var(--orange))}[dir=rtl] .hero-terminal__line{background:linear-gradient(270deg,var(--orange),rgba(240,163,44,.15))}[dir=rtl] .hero-terminal__line:after{animation-direction:reverse}[dir=rtl] .hero-terminal__route,[dir=rtl] .hero-terminal__row,[dir=rtl] .hero-terminal__foot{flex-direction:row-reverse}[dir=rtl] .terminal-panel:before{right:auto;left:-16%}[dir=rtl] .lang__menu{right:auto;left:0}[dir=rtl] .lang__item{text-align:right}[dir=rtl] .hl:after{background:linear-gradient(270deg,var(--orange),transparent)}[dir=rtl] .calc__select{padding:12px 44px 12px 34px}[dir=rtl] .calc__select-glyph{left:auto;right:16px}[dir=rtl] .calc__select-wrap:after{right:auto;left:14px}[dir=rtl] .auth-input{letter-spacing:2px}[dir=rtl] .cabinet-steps li{flex-direction:row-reverse;text-align:right}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.chart-card,.trust-banner,.live-card,.arb-card,.arb-calc,.wallet-feature,.contact-card{background:linear-gradient(165deg,var(--surface-3),var(--surface));border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow),inset 0 1px #ede7da0a}.s-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin:0 0 42px}.s-head__main{max-width:660px;min-width:0}.s-head .eyebrow-label{margin-bottom:14px}.s-head__title{font-family:var(--font-head);font-weight:500;text-transform:uppercase;font-size:clamp(26px,3.4vw,40px);line-height:1.14;background:linear-gradient(180deg,#FBF8F1 0%,var(--text) 50%,rgba(237,231,218,.6) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.s-head__sub{margin-top:14px;color:var(--text-2);font-size:16.5px;line-height:1.6;max-width:560px}.s-head__aside{display:flex;align-items:center;gap:18px;flex-shrink:0;padding-bottom:5px}.s-head__module{display:flex;flex-direction:column;align-items:flex-end;gap:3px;padding-left:18px;border-left:1px solid var(--line)}.s-head__module-k{font-family:var(--font-mono);font-size:10.5px;letter-spacing:1.4px;text-transform:uppercase;color:var(--muted);white-space:nowrap}.s-head__module-v{font-family:var(--font-mono);font-weight:700;font-size:18px;color:var(--text);font-variant-numeric:tabular-nums}.s-head__module-v--gold{color:var(--gold)}.s-head__module-v--accent{color:var(--orange-2)}.s-head__live{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:11px;letter-spacing:.5px;text-transform:none;color:var(--green);opacity:.85;white-space:nowrap}@media (max-width: 760px){.s-head{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:30px}.s-head__aside{padding-bottom:0}}.intel-primary{position:relative;border:1px solid var(--line-2);border-radius:var(--radius-xl);overflow:hidden;background:linear-gradient(168deg,#ede7da0a,#ede7da03);box-shadow:var(--shadow-lg),inset 0 1px #ede7da0d;margin-bottom:14px}.intel-primary__row{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line)}.intel-primary__cell{position:relative;background:linear-gradient(158deg,#f0a32c14,#0d0b08a6 62%);padding:32px 30px;display:flex;flex-direction:column;gap:11px}.intel-primary__cell--alt{background:linear-gradient(158deg,#e9b87212,#0d0b08a6 62%)}.intel-primary__idx{font-family:var(--font-mono);font-size:10.5px;letter-spacing:1.4px;text-transform:uppercase;color:var(--muted)}.intel-primary__v{font-family:var(--font-mono);font-weight:700;font-size:clamp(40px,6.2vw,64px);line-height:.95;letter-spacing:-1.5px;color:var(--orange-2);font-variant-numeric:tabular-nums;text-shadow:0 0 34px rgba(240,163,44,.28)}.intel-primary__cell--alt .intel-primary__v{color:var(--gold-soft);text-shadow:0 0 30px rgba(233,184,114,.22)}.intel-primary__k{font-size:15.5px;color:var(--text);font-weight:600}.intel-primary__d{font-family:var(--font-mono);font-size:11.5px;letter-spacing:.5px;text-transform:uppercase;color:var(--muted)}.intel-primary__foot{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 28px;border-top:1px solid var(--line);background:#0003}.intel-primary__text{color:var(--text-2);font-size:14px;line-height:1.55;max-width:680px}.intel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:18px}.intel-cell{position:relative;background:var(--bg-1);padding:22px;display:flex;flex-direction:column;gap:7px;transition:background .25s ease}.intel-cell:hover{background:#f0a32c0a}.intel-cell__v{font-family:var(--font-mono);font-weight:700;font-size:27px;line-height:1;color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-.5px}.intel-cell--accent .intel-cell__v{color:var(--gold)}.intel-cell__k{font-size:13px;color:var(--text-2);line-height:1.4}.intel-cell__d{font-size:12px;color:var(--muted)}.chart-card{position:relative}.chart-card:before{content:"";position:absolute;top:0;left:24px;width:34px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--orange),transparent)}.chart-card__idx{font-family:var(--font-mono);font-size:10.5px;letter-spacing:1.4px;color:var(--muted)}.live-card{position:relative}.live-card--feature{border-color:var(--line-warm)}.live-card__idx{position:absolute;top:20px;right:20px;font-family:var(--font-mono);font-size:10px;letter-spacing:1.2px;color:var(--muted)}.live-card__tag{font-family:var(--font-mono);font-size:12px;letter-spacing:1.2px}.live-num{font-family:var(--font-mono);font-weight:700;letter-spacing:-1.5px}@media (max-width: 760px){.intel-grid{grid-template-columns:repeat(2,1fr)}.intel-primary__row{grid-template-columns:1fr}.intel-primary__foot{flex-direction:column;align-items:flex-start;gap:10px}}@media (max-width: 460px){.intel-grid{grid-template-columns:1fr}.intel-primary__cell{padding:26px 22px}}.hot-ticket{position:relative;border:1px solid var(--line-warm);border-radius:var(--radius-xl);overflow:hidden;background:linear-gradient(150deg,#f0a32c21,#120b0b8c 48%);box-shadow:var(--shadow-lg),inset 0 1px #ede7da0d,0 0 70px -34px #f0a32c57}.hot-ticket:before{content:"";position:absolute;top:-34%;right:-10%;width:56%;height:130%;background:radial-gradient(circle,rgba(240,163,44,.3),transparent 62%);pointer-events:none}.hot-ticket__head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:14px 26px;border-bottom:1px solid var(--line-warm);background:#0000004d}.hot-ticket__eyebrow{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-mono);font-size:11.5px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--amber)}.hot-ticket__code{font-family:var(--font-mono);font-size:11px;letter-spacing:1px;color:var(--gold)}.hot-ticket .hot{position:relative;z-index:1;background:none;border:none;box-shadow:none;border-radius:0}.hot__meta-value{font-family:var(--font-mono);font-weight:700;letter-spacing:-.3px}.hot__timer-units{display:flex;align-items:flex-start;gap:10px}.hot__timer-mod{display:flex;flex-direction:column;align-items:center;gap:7px}.hot__timer-cap{font-family:var(--font-mono);font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}.strat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.strat-card{position:relative;display:flex;flex-direction:column;gap:13px;padding:24px;border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(165deg,var(--surface-3),var(--surface));box-shadow:var(--shadow),inset 0 1px #ede7da0a;transition:border-color .25s ease,transform .25s ease}.strat-card:hover{border-color:var(--line-warm);transform:translateY(-3px)}.strat-card--cta{background:linear-gradient(160deg,rgba(240,163,44,.1),var(--surface));border-color:var(--line-warm)}.strat-card__top{display:flex;align-items:center;gap:14px}.strat-card__no{flex:none;display:grid;place-items:center;width:42px;height:42px;border-radius:12px;border:1px solid var(--line-warm);background:#f0a32c12;font-family:var(--font-mono);font-weight:700;font-size:15px;color:var(--orange-soft)}.strat-card--cta .strat-card__no{background:linear-gradient(180deg,var(--orange-2),var(--orange));color:var(--on-accent);border-color:transparent}.strat-card__title{font-family:var(--font-head);font-weight:600;font-size:17px;line-height:1.2}.strat-card__text{font-size:14.5px;line-height:1.55;color:var(--text-2);flex:1}.strat-card__btn{margin-top:4px;align-self:flex-start}.arb-terminal{display:flex;flex-direction:column}.arb-stack{display:flex;flex-direction:column;gap:18px}.arb-calc__readouts .arb-readout{min-width:0}.arb-calc__readouts .arb-readout span{line-height:1.25}.arb-calc__readouts .arb-readout strong{font-size:17px;min-width:0;overflow-wrap:anywhere}@media (max-width: 460px){.strat-grid{grid-template-columns:1fr}}.op-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px}.op-card{display:flex;flex-direction:column;padding:0;overflow:hidden;transition:transform var(--dur-fast) var(--ease-vault),border-color .25s ease,box-shadow .25s ease}.op-card:hover{transform:translateY(-3px);border-color:var(--line-warm);box-shadow:var(--shadow-lg),0 0 26px -14px #f0a32c29}.op-card:hover .op-card__avatar{border-color:#f0a32c66}.op-card__avatar{transition:border-color .25s ease}.op-card--featured{grid-column:span 2}.op-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid var(--line)}.op-card__id{display:flex;align-items:center;gap:12px;min-width:0}.op-card__avatar{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;font-size:21px;color:var(--orange-soft);background:#f0a32c14;border:1px solid var(--line-warm);flex:none}.op-card--featured .op-card__avatar{color:var(--gold);background:#e9b87214;border-color:#e9b87266}.op-card__who{display:flex;flex-direction:column;min-width:0;gap:2px}.op-card__name{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-head);font-weight:600;font-size:16px;letter-spacing:.2px}.op-card__name b{color:var(--orange-soft);font-weight:600}.op-card__verified{display:inline-flex;color:var(--green);flex:none}.op-card__verified svg{width:15px;height:15px}.op-card__code{font-family:var(--font-mono);font-size:10.5px;letter-spacing:1px;color:var(--muted);text-transform:uppercase}.op-card__rating{display:flex;flex-direction:column;align-items:flex-end;gap:3px;flex:none}.op-card__stars{color:var(--gold);font-family:var(--font-mono);font-weight:700;font-size:13.5px}.op-card__deals{font-family:var(--font-mono);font-size:10.5px;color:var(--muted)}.op-card__body{display:flex;flex-direction:column;gap:15px;padding:18px 20px 20px;flex:1}.op-card__quote{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.op-card__pair{font-family:var(--font-mono);font-size:13.5px;color:var(--text-2)}.op-card__pair b{color:var(--text);font-weight:700}.op-card__bonus{font-family:var(--font-mono);font-weight:700;font-size:26px;color:var(--green);line-height:1}.op-card__badges{display:flex;flex-wrap:wrap;gap:8px}.op-card__stats{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:12px;overflow:hidden}.op-card__stat{background:var(--bg-1);padding:12px 15px;display:flex;flex-direction:column;gap:4px}.op-card__stat-k{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--muted)}.op-card__stat-v{font-family:var(--font-mono);font-weight:600;font-size:14px;color:var(--text)}.op-card__btn{margin-top:auto;width:100%}.op-card--featured .op-card__body{display:grid;grid-template-columns:1.1fr 1fr;gap:16px 24px;align-items:start}.op-card--featured .op-card__btn{grid-column:1 / -1}@media (max-width: 760px){.op-card--featured{grid-column:span 1}.op-card--featured .op-card__body{grid-template-columns:1fr}}.desk-board{display:flex;flex-direction:column;gap:8px}.desk-row{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:15px 20px;display:grid;grid-template-columns:minmax(0,2.2fr) auto minmax(0,1.4fr) minmax(0,1.1fr) auto auto auto;align-items:center;gap:14px;transition:border-color .2s,background .2s}.desk-row__cell{min-width:0}.desk-row:hover{border-color:var(--line-warm);background:color-mix(in srgb,var(--orange) 2%,var(--surface))}.desk-row:hover .desk-row__glyph{transform:translate(2px);border-color:var(--line-warm)}[dir=rtl] .desk-row:hover .desk-row__glyph{transform:translate(-2px)}.desk-row--featured{border-color:color-mix(in srgb,var(--orange) 28%,var(--line));background:color-mix(in srgb,var(--orange) 3.5%,var(--surface))}.desk-row__cell--route{display:flex;align-items:center;gap:11px}.desk-row__cell--route>div{min-width:0}.desk-row__glyph{font-size:20px;width:36px;height:36px;display:grid;place-items:center;background:var(--surface-2);border:1px solid var(--line);border-radius:8px;flex-shrink:0;color:var(--orange-soft);transition:transform var(--dur-fast) var(--ease-vault),border-color .2s ease}.desk-row--featured .desk-row__glyph{color:var(--gold-soft);border-color:#e9b8724d;background:#e9b8720f}.desk-row__pair{display:flex;flex-wrap:wrap;align-items:center;gap:5px;font-size:14px;font-weight:600;color:var(--text);font-family:var(--font-head);letter-spacing:.2px}.desk-row__desk{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.08em;color:var(--muted);text-transform:uppercase;margin-top:3px}.desk-row__bonus{font-family:var(--font-mono);font-size:15px;font-weight:700;color:var(--green)}.desk-row--featured .desk-row__bonus{font-size:16px}.desk-row__meta-label{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:2px}.desk-row__meta-value{font-size:13px;color:var(--text-2)}.desk-row__stars{font-size:13px;color:var(--gold-soft)}.desk-row__deals{font-size:10.5px;color:var(--muted);margin-top:1px}.desk-row__btn{white-space:nowrap;padding:7px 14px;font-size:13px}@media (max-width: 1024px){.desk-row{grid-template-columns:minmax(0,2fr) auto minmax(0,1.3fr) minmax(0,1fr) auto}.desk-row__cell--rating,.desk-row__cell--status{display:none}}@media (max-width: 640px){.desk-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px 16px}.desk-row__cell--route{grid-column:1 / -1}.desk-row__cell--bonus{grid-row:2;align-self:center}.desk-row__cell--limit,.desk-row__cell--resp{display:none}.desk-row__cell--action{grid-row:2;justify-self:end}.desk-row__btn{white-space:normal;text-align:center;max-width:100%}}.wallet-badge__ok{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 7px var(--green);margin-left:4px;flex:none}.wallet-matrix{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.wallet-cell{position:relative;background:var(--bg-1);padding:26px 22px 24px;display:flex;flex-direction:column;gap:10px;transition:background .25s ease}.wallet-cell:hover{background:#f0a32c0a}.wallet-cell__no{font-family:var(--font-mono);font-size:11px;letter-spacing:1.4px;color:var(--gold)}.wallet-cell__title{font-family:var(--font-head);font-weight:600;font-size:16px;line-height:1.25}.wallet-cell__text{font-size:14px;color:var(--text-2);line-height:1.55}@media (max-width: 900px){.wallet-matrix{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.wallet-matrix{grid-template-columns:1fr}}.ticker{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;max-width:860px;margin:0 auto 26px}.ticker__row{background:var(--bg-1);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;font-family:var(--font-mono);transition:background .2s ease}.ticker__row:hover{background:#f0a32c0d}.ticker__row--trending{background:linear-gradient(155deg,rgba(240,163,44,.07),var(--bg-1) 70%)}.ticker__sym{font-weight:700;font-size:15px;letter-spacing:1px;color:var(--text)}.ticker__row--trending .ticker__sym{color:var(--orange-soft)}.ticker__sig{font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:5px}.ticker__sig--up{color:var(--gold)}.ticker__sig--flat{color:var(--muted)}@media (max-width: 760px){.ticker{grid-template-columns:repeat(2,1fr)}}@media (max-width: 380px){.ticker{grid-template-columns:1fr}}.rating-summary{position:relative;background:linear-gradient(150deg,rgba(233,184,114,.05),var(--surface));border:1px solid var(--line-2);border-radius:var(--radius-xl);box-shadow:var(--shadow),inset 0 1px #ede7da0a}.rating-summary__number{font-variant-numeric:tabular-nums}.rating-summary .stars{color:var(--gold)}.rating-summary__note{margin-top:8px;font-size:12px;line-height:1.45;color:var(--muted);max-width:260px}.rcard .stars{color:var(--gold)}.rcard__verified{color:var(--green)}.concierge-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.concierge{position:relative;display:flex;flex-direction:column;gap:13px;padding:26px 24px;border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(165deg,var(--surface-3),var(--surface));box-shadow:var(--shadow),inset 0 1px #ede7da0a;transition:border-color .25s ease,transform .25s ease}.concierge:hover{border-color:var(--line-warm);transform:translateY(-4px)}.concierge__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.concierge__glyph{display:grid;place-items:center;width:50px;height:50px;border-radius:14px;color:var(--orange-soft);background:#f0a32c12;border:1px solid var(--line-warm)}.concierge__glyph svg{width:24px;height:24px}.concierge--tg .concierge__glyph{color:#58b6f0;background:#58b6f014;border-color:#58b6f040}.concierge--wa .concierge__glyph{color:var(--green);background:#4ade8014;border-color:#4ade8040}.concierge--time .concierge__glyph{color:var(--gold);background:#e9b87212;border-color:#e9b8724d}.concierge__status{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.8px;text-transform:uppercase;color:var(--green)}.concierge__status--soon{color:var(--muted)}.concierge__title{font-family:var(--font-head);font-weight:600;font-size:18px;letter-spacing:.3px}.concierge__value{font-size:14.5px;color:var(--text-2);line-height:1.5;word-break:break-word;flex:1}.concierge__btn{margin-top:6px;width:100%}.modal-card{background:linear-gradient(168deg,#180f0ff7,#0c0a08f7);border:1px solid var(--line-2);box-shadow:var(--shadow-lg),0 0 90px -34px #f0a32c57,inset 0 1px #ede7da0d;backdrop-filter:blur(14px) saturate(1.1);-webkit-backdrop-filter:blur(14px) saturate(1.1)}.modal-card:after{content:"";position:absolute;top:0;left:28px;right:28px;height:2px;border-radius:2px;background:linear-gradient(90deg,transparent,var(--orange) 30%,var(--gold) 50%,var(--orange) 70%,transparent);opacity:.85;pointer-events:none}.modal-badge{font-family:var(--font-mono);font-weight:700}.modal-rows{background:#00000047}.modal-row strong{font-family:var(--font-mono)}.modal-order-success__icon{background:#f0a32c1f;border:1px solid var(--line-warm);box-shadow:0 0 30px -10px #f0a32c4d}.chat-panel{background:linear-gradient(180deg,#120f0bf7,#0c0a08f7);border:1px solid var(--line-2);box-shadow:var(--shadow-lg),0 0 70px -30px #f0a32c4d}.chat-head{background:linear-gradient(135deg,#f0a32c29,#00000040)}.chat-head__status{font-family:var(--font-mono);font-size:11px;letter-spacing:.5px}.chat-fab{box-shadow:0 14px 30px -10px #f0a32c57,inset 0 1px #f4d9a680}.footer{background:linear-gradient(180deg,#00000040,#0000008c)}.footer__inner{border-bottom:none;position:relative}.footer__inner:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--line-warm) 25%,rgba(233,184,114,.28) 50%,var(--line-warm) 75%,transparent)}.footer__contacts{display:flex;flex-direction:column;gap:9px;margin-top:16px}.footer__contact{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:13px;color:var(--text-2);transition:color .2s ease}.footer__contact:hover{color:var(--orange-soft)}.footer__contact-dot{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 7px var(--green);flex:none}.footer__disclaimer{font-size:13px;color:var(--muted);max-width:760px;line-height:1.65}.cabinet{position:relative;background:linear-gradient(168deg,#ede7da0a,#ede7da03);border:1px solid var(--line-2);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg),inset 0 1px #ede7da0d;overflow:hidden}.cabinet:before{content:"";position:absolute;z-index:0;top:-22%;right:-12%;width:38%;height:50%;background:radial-gradient(circle at 70% 30%,var(--light-red-soft),transparent 66%);pointer-events:none}.cabinet>*{position:relative;z-index:1}.cabinet-lock__icon{color:var(--orange-2)}.review-modal{max-width:480px;text-align:left}.review-form{position:relative;text-align:left}.review-form .modal-title{text-align:left;margin-bottom:8px}.review-form__row{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}.review-form__textarea{resize:vertical;min-height:96px;font-family:var(--font-body);line-height:1.5}.review-form__select{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer}.review-form__select option{background:var(--bg-1);color:var(--text)}.review-form__consent{display:flex;align-items:flex-start;gap:10px;margin:4px 0 16px;font-size:13px;color:var(--text-2);line-height:1.45;cursor:pointer}.review-form__consent input{margin-top:2px;accent-color:var(--orange);flex:none}.review-form--done{text-align:center;padding:6px 0}.review-form--done .modal-title{text-align:center}.review-stars{display:flex;gap:6px;padding-top:2px}.review-stars__btn{background:none;border:none;font-size:26px;line-height:1;color:#ede7da29;padding:2px;transition:color .15s ease,transform .15s ease}.review-stars__btn.is-on{color:var(--gold)}.review-stars__btn:hover{transform:scale(1.12)}.admin-review{display:flex;flex-direction:column;gap:8px;padding:16px 18px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.admin-review__head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.admin-review__who{display:flex;flex-direction:column;gap:2px;min-width:0}.admin-review__name{font-weight:700;color:var(--text)}.admin-review__meta{font-size:12px;color:var(--muted)}.admin-review__stars{color:var(--gold);font-family:var(--font-mono);font-weight:700;font-size:13px;white-space:nowrap}.admin-review__text{font-size:14px;color:var(--text-2);line-height:1.55;white-space:pre-wrap;word-break:break-word}.admin-review__contact{font-family:var(--font-mono);font-size:12px;color:var(--orange-soft)}.admin-review__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.cabinet-section-head{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}.cabinet-section-note{font-size:13px;color:var(--muted);line-height:1.5;max-width:640px}.cabinet-load-error{display:flex;flex-direction:column;align-items:center;gap:14px;padding:28px 8px;text-align:center}.admin-overview-error{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:6px 0}@media (max-width: 480px){.review-form__row{grid-template-columns:1fr}}.cc{display:flex;flex-direction:column;gap:0}.cc__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:16px 0 14px;border-bottom:1px solid var(--line);margin-bottom:0}.cc__header-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cc__header-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cc__title{font-family:var(--font-head);font-size:15px;font-weight:700;color:var(--text);margin:0;letter-spacing:.02em}.cc__key-chip{font-family:var(--font-mono);font-size:12px;color:var(--gold);background:#d4af3714;border:1px solid rgba(212,175,55,.25);padding:2px 10px;border-radius:6px;letter-spacing:.05em}.cc__updated{font-size:11px;color:var(--muted);font-family:var(--font-mono)}.cc-chip{font-family:var(--font-mono);font-size:10px;font-weight:700;padding:2px 8px;border-radius:5px;letter-spacing:.08em;text-transform:uppercase}.cc-chip--ok{background:#22c55e1f;color:var(--green);border:1px solid rgba(34,197,94,.3)}.cc-chip--fail{background:#ef44441a;color:var(--red);border:1px solid rgba(239,68,68,.3)}.cc__tabs{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid var(--line);margin-bottom:0}.cc__tabs::-webkit-scrollbar{display:none}.cc__tab{flex-shrink:0;background:none;border:none;border-bottom:2px solid transparent;padding:11px 14px 10px;font-family:var(--font-mono);font-size:11px;font-weight:600;color:var(--muted);cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:6px;transition:color .15s,border-color .15s}.cc__tab:hover{color:var(--text-2)}.cc__tab.is-active{color:var(--gold);border-bottom-color:var(--gold)}.cc__tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;background:var(--red);color:#fff;font-size:9px;font-weight:700;border-radius:8px;animation:cc-badge-pulse 2s ease-in-out infinite}@keyframes cc-badge-pulse{0%,to{box-shadow:0 0 #ef444499}50%{box-shadow:0 0 0 5px #ef444400}}.cc__body{padding:20px 0}.cc-section{display:flex;flex-direction:column;gap:16px}.cc-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.cc-stat{display:flex;flex-direction:column;gap:3px;padding:14px 16px;background:var(--surface);border-radius:10px;border-left:3px solid var(--line-warm);border:1px solid var(--line);border-left-width:3px;border-left-color:var(--line-warm)}.cc-stat--accent{border-left-color:var(--red)}.cc-stat__label{font-size:11px;color:var(--muted);font-weight:600;letter-spacing:.03em;text-transform:uppercase}.cc-stat__value{font-family:var(--font-mono);font-size:26px;font-weight:700;color:var(--text);line-height:1}.cc-stat__hint{font-size:11px;color:var(--muted)}.cc-filters{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.cc-search{flex:1 1 200px;min-width:160px;height:36px;padding:0 12px;background:var(--surface);border:1px solid var(--line);border-radius:8px;color:var(--text);font-size:13px}.cc-search:focus{outline:none;border-color:var(--orange)}.cc-apps-layout{display:grid;grid-template-columns:1fr;gap:12px}.cc-apps-layout.has-detail{grid-template-columns:minmax(260px,1fr) minmax(300px,420px)}.cc-app-list{display:flex;flex-direction:column;gap:4px}.cc-app-row{width:100%;text-align:left;cursor:pointer;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:10px 14px;display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;border-left-width:3px;border-left-color:var(--line-warm);transition:border-color .15s,background .15s}.cc-app-row:hover,.cc-app-row.is-selected{background:var(--surface-2);border-color:var(--orange-soft)}.cc-app-row.is-selected{border-left-color:var(--orange)}.cc-app-row.is-red{border-left-color:var(--red)}.cc-app-row.is-amber{border-left-color:var(--amber)}.cc-app-row.is-green{border-left-color:var(--green)}.cc-app-row.is-muted{border-left-color:var(--line);opacity:.7}.cc-app-row__main{display:flex;flex-direction:column;gap:1px;min-width:0}.cc-app-row__name{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-app-row__id{font-family:var(--font-mono);font-size:10px;color:var(--muted)}.cc-app-row__meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;flex-shrink:0}.cc-app-row__dir{font-size:11px;color:var(--text-2)}.cc-app-row__age{font-family:var(--font-mono);font-size:11px;color:var(--muted)}.cc-app-detail{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:12px;align-self:flex-start;position:sticky;top:80px;max-height:calc(100vh - 120px);overflow-y:auto}.cc-app-detail__head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:10px}.cc-app-detail__id{font-family:var(--font-mono);font-size:12px;color:var(--muted)}.cc-app-detail__close{background:none;border:none;color:var(--muted);cursor:pointer;font-size:16px;padding:0 4px;line-height:1}.cc-app-detail__close:hover{color:var(--text)}.cc-app-detail__section{display:flex;flex-direction:column;gap:4px;border-bottom:1px solid var(--line);padding-bottom:10px}.cc-app-detail__section--row{flex-direction:row;flex-wrap:wrap;gap:8px;align-items:center}.cc-app-detail__label{font-size:10px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.cc-app-detail__val{font-size:14px;color:var(--text);font-weight:600;margin:0}.cc-app-detail__comment{font-size:13px;color:var(--text-2);line-height:1.5;margin:0}.cc-app-detail__tg{font-family:var(--font-mono);font-size:12px;color:var(--orange-2);text-decoration:none}.cc-app-detail__tg:hover{text-decoration:underline}.cc-app-detail__phone{font-family:var(--font-mono);font-size:12px;color:var(--text-2)}.cc-app-detail__warn{font-size:12px;color:var(--amber);background:#f59e0b14;border-radius:6px;padding:4px 8px}.cc-app-detail__meta{font-size:11px;color:var(--muted);font-family:var(--font-mono)}.cc-app-detail__meta--priority{color:var(--red)}.cc-app-detail__select{width:100%;margin-top:4px}.cc-app-detail__actions{display:flex;flex-wrap:wrap;gap:8px}.cc-timeline{display:flex;flex-direction:column;gap:8px;margin-top:4px}.cc-timeline__item{display:flex;gap:10px;align-items:flex-start}.cc-timeline__dot{width:8px;height:8px;border-radius:50%;background:var(--orange-soft);border:2px solid var(--orange);flex-shrink:0;margin-top:4px}.cc-timeline__body{display:flex;flex-direction:column;gap:1px}.cc-timeline__action{font-size:12px;color:var(--text-2);font-weight:600}.cc-timeline__time{font-size:11px;color:var(--muted);font-family:var(--font-mono)}.cc-op-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.cc-op-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.cc-op-card__head{display:flex;flex-direction:column;gap:2px}.cc-op-card__name{font-size:14px;font-weight:700;color:var(--text)}.cc-op-card__username{font-family:var(--font-mono);font-size:11px;color:var(--orange-2)}.cc-op-card__stats{display:flex;gap:16px}.cc-op-card__stat{display:flex;flex-direction:column;gap:2px}.cc-op-card__stat-val{font-family:var(--font-mono);font-size:22px;font-weight:700;color:var(--text)}.cc-op-card__stat-label{font-size:11px;color:var(--muted)}.cc-op-card__meta{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--muted);border-top:1px solid var(--line);padding-top:8px}.cc-notif-templates{display:flex;flex-direction:column;gap:8px}.cc-notif-chips{display:flex;flex-wrap:wrap;gap:6px}.cc-notif-chip{background:var(--surface-2);border:1px solid var(--line);border-radius:20px;padding:5px 14px;font-size:12px;color:var(--text-2);cursor:pointer;transition:background .15s,border-color .15s}.cc-notif-chip:hover{background:var(--surface-3);border-color:var(--orange-soft);color:var(--text)}.cc-audit-list{display:flex;flex-direction:column;gap:2px}.cc-audit-row{display:grid;grid-template-columns:140px 1fr;gap:12px;align-items:start;padding:8px 12px;border-radius:8px;border-left:2px solid transparent;transition:background .1s}.cc-audit-row:hover{background:var(--surface);border-left-color:var(--orange-soft)}.cc-audit-row__time{font-family:var(--font-mono);font-size:11px;color:var(--muted);white-space:nowrap}.cc-audit-row__body{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.cc-audit-row__action{font-size:13px;color:var(--text);font-weight:600}.cc-audit-row__target{font-family:var(--font-mono);font-size:11px;color:var(--orange-2)}.cc-audit-row__transition{font-size:11px;color:var(--muted)}.cc-audit-row__actor{font-family:var(--font-mono);font-size:11px;color:var(--muted);margin-left:auto}.cc-health-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.cc-health-card{padding:12px 14px;border-radius:10px;border:1px solid var(--line);display:flex;flex-direction:column;gap:4px}.cc-health-card.is-ok{background:#22c55e0f;border-color:#22c55e40}.cc-health-card.is-fail{background:#ef44440f;border-color:#ef444440}.cc-health-card__label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.cc-health-card__val{font-family:var(--font-mono);font-size:13px;font-weight:700}.cc-health-card.is-ok .cc-health-card__val{color:var(--green)}.cc-health-card.is-fail .cc-health-card__val{color:var(--red)}.cc-ok{font-size:13px;color:var(--green);font-weight:600;margin:0}.cc-app-detail__val,.cc-app-detail__comment,.cc-app-detail__tg,.cc-app-detail__phone,.sup-card__subject,.sup-card__preview,.cc-table__client{overflow-wrap:anywhere}.term-loading:after{content:"▍";margin-left:4px;color:var(--orange-2);animation:caretBlink 1s steps(1) infinite}.cc-section,.cc-stat,.dashboard__grid .panel{animation:panelRise var(--dur-med) var(--ease-vault) both}.cc-stat:nth-child(2),.dashboard__grid .panel:nth-child(2){animation-delay:.04s}.cc-stat:nth-child(3),.dashboard__grid .panel:nth-child(3){animation-delay:.08s}.cc-stat:nth-child(4),.dashboard__grid .panel:nth-child(4){animation-delay:.12s}.cc-stat:nth-child(5),.dashboard__grid .panel:nth-child(5){animation-delay:.16s}.cc-stat:nth-child(6),.dashboard__grid .panel:nth-child(6){animation-delay:.2s}.cc-stat:nth-child(7){animation-delay:.24s}.cc-stat:nth-child(8){animation-delay:.28s}.cc-stat:nth-child(9){animation-delay:.32s}.cc-stat:nth-child(10){animation-delay:.36s}.cc-sourcebar{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 16px;padding:10px 14px;margin:10px 0 14px;border:1px solid var(--line);border-radius:10px;background:var(--surface);font-size:12.5px;color:var(--text-2)}.cc-sourcebar__item strong{font-family:var(--font-mono);font-weight:600;color:var(--text)}.cc-sourcebar__item--muted{color:var(--muted);font-size:11.5px}.cc-stat-grid--compact{margin-bottom:16px}.cc-stat-grid--compact .cc-stat__value{font-size:22px}.cc-inline-form{display:flex;gap:8px;margin-top:6px}.cc-inline-form .field__input{flex:1;min-width:0;font-size:13px;padding:8px 10px}.cc-thread{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow-y:auto;padding-right:4px}.cc-msg{padding:9px 12px;border-radius:10px;border:1px solid var(--line);background:var(--surface);max-width:92%}.cc-msg--client{align-self:flex-start}.cc-msg--admin{align-self:flex-end;border-color:var(--line-warm);background:#f0a32c0d}.cc-msg--operator{align-self:flex-end;border-color:var(--line-warm)}.cc-msg--system{align-self:stretch;max-width:100%;background:#ede7da05;color:var(--muted)}.cc-msg__meta{display:flex;gap:10px;margin-bottom:3px;font-family:var(--font-mono);font-size:10px;text-transform:uppercase;letter-spacing:.6px;color:var(--muted)}.cc-msg__delivery{color:var(--green)}.cc-msg__text{margin:0;font-size:13.5px;line-height:1.5;color:var(--text);white-space:pre-wrap;word-break:break-word}.cc-msg--system .cc-msg__text{color:var(--text-2);font-size:12.5px}.cc-ticket-controls{gap:8px}.cc-ticket-controls .admin-select{flex:1;min-width:120px}.cc-delivery{margin-top:10px;padding:10px 12px;border-radius:10px;border:1px solid var(--line);font-size:13px;color:var(--text-2);display:flex;flex-direction:column;gap:8px}.cc-delivery--telegram{border-color:#22c55e4d;color:var(--green)}.cc-delivery--manual{border-color:var(--line-warm);color:var(--text)}.cc-delivery--none{border-color:#ef44444d;color:var(--red)}.cc-delivery__links{display:flex;flex-wrap:wrap;gap:6px}.cc-op-card__activity{display:block;margin-top:6px;font-size:10.5px;color:var(--muted);font-style:italic}.cc-op-card--pending{opacity:.85;border-style:dashed}.cc-empty-block{display:flex;flex-direction:column;gap:6px;padding:18px 0}.cc-table{border:1px solid var(--line);border-radius:12px;overflow:hidden}.cc-table__row{display:grid;grid-template-columns:1.4fr 1.1fr 1fr .5fr .5fr;gap:10px;align-items:center;padding:10px 14px;font-size:13px;border-top:1px solid var(--line)}.cc-table__row:first-child{border-top:none}.cc-table__row--head{font-family:var(--font-mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);background:var(--surface)}.cc-table__client em{font-style:normal;color:var(--muted);margin-left:6px;font-size:12px}.cc-table__key{font-family:var(--font-mono);font-size:12px;color:var(--text-2)}.cc-table__num{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.cc-access-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:6px}.cc-access-card{padding:12px 14px;border-radius:10px;border:1px solid var(--line);background:var(--surface);display:flex;flex-direction:column;gap:5px}.cc-access-card__val{font-size:14px;font-weight:600;color:var(--text)}.cc-access-card__val--mono{font-family:var(--font-mono);font-size:13px;letter-spacing:.4px}.cc-caps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}.cc-caps__item{display:flex;align-items:baseline;gap:9px;font-size:13.5px;color:var(--text-2)}.cc-caps__check{color:var(--green);font-family:var(--font-mono);flex:none}.cc-caps--muted .cc-caps__check{color:var(--muted)}@media (max-width: 900px){.cc-stat-grid,.cc-op-grid,.cc-health-grid{grid-template-columns:repeat(2,1fr)}.cc-apps-layout.has-detail{grid-template-columns:1fr}.cc-app-detail{position:static;max-height:none}.cc-audit-row{grid-template-columns:1fr;gap:4px}.cc-access-grid{grid-template-columns:1fr}.cc-table__row{grid-template-columns:1.4fr 1fr .5fr .5fr}.cc-table__row>:nth-child(3){display:none}}@media (max-width: 560px){.cc__header{flex-direction:column;align-items:flex-start}.cc-stat-grid{grid-template-columns:1fr 1fr}.cc-op-grid{grid-template-columns:1fr}.cc-health-grid{grid-template-columns:1fr 1fr}.cc__tab{padding:10px 10px 9px;font-size:10px}.cc-app-row{flex-direction:column;align-items:flex-start;gap:6px}.cc-ticket-controls{flex-direction:column}.cc-ticket-controls .admin-select{width:100%}.cc-table__row{grid-template-columns:1.4fr .5fr .5fr;gap:8px;padding:10px;font-size:12px}.cc-table__row>:nth-child(2){display:none}.cc-inline-form{flex-direction:column}}
