:root{--white: #ffffff;--gray: #eeeeee;--dark: #191919;--lime: #96d600;--lime-dim: #79ae00;--font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Sora", "Inter", system-ui, sans-serif;--bg: var(--dark);--panel: #202020;--panel-2: #262626;--border: #333;--text: var(--white);--muted: #9a9a9a;--buy: var(--lime);--sell: #ff4d4d;--radius: 14px;--shadow: 0 6px 24px rgba(0, 0, 0, .35)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%;max-width:100%;overflow-x:hidden}.row>*,.app-main>*,.feature-grid>*,.steps>*,.mode-grid>*,.support-channels>*{min-width:0}img,svg,canvas,table{max-width:100%}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}body{font-family:var(--font-body);background:var(--bg);color:var(--text);font-weight:400;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer;border:none;border-radius:10px;font-weight:600;transition:transform .08s ease,opacity .15s ease,background .15s ease}button:active{transform:scale(.98)}button:disabled{opacity:.5;cursor:not-allowed}input,select,textarea{font-family:inherit;background:#101210bf;color:var(--text);border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 1px #000000bf,inset 0 0 0 1px #ffffff0a,inset 0 1px 2px #00000080;border-radius:11px;padding:12px 14px;font-size:14px;outline:none;width:100%;box-sizing:border-box;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}input:hover,select:hover,textarea:hover{border-color:#ffffff38;background:#121612d9;box-shadow:0 0 0 1px #000000d9,0 0 0 2.5px #ffffff08,inset 0 0 0 1px #ffffff0f,inset 0 1px 2px #00000080}input:focus,select:focus,textarea:focus,input:active,select:active,textarea:active{border-color:var(--lime);background:#121a12f5;box-shadow:0 0 0 1px #000000e6,0 0 0 3.5px #96d6003d,inset 0 0 0 1px #96d60059,inset 0 1px 2px #0006}label{font-size:12px;color:var(--muted);display:block;margin-bottom:6px;font-weight:500}.btn-lime,.btn-ghost,.btn-buy,.btn-sell,.btn-danger{display:inline-block;border-radius:10px;font-weight:600;font-family:inherit;cursor:pointer;text-align:center;text-decoration:none;border:none;transition:transform .08s ease,opacity .15s ease,background .15s ease,color .15s ease}.btn-lime,.btn-ghost,.btn-buy,.btn-sell,.btn-danger{line-height:1.2}.btn-lime{background:var(--lime);color:var(--dark);padding:12px 18px}.btn-lime:hover{background:var(--lime-dim);color:var(--dark)}.btn-ghost{background:transparent;color:var(--muted);border:1px solid var(--border);padding:10px 16px}.btn-ghost:hover{color:var(--text);border-color:var(--lime)}.btn-buy{background:var(--buy);color:var(--dark);padding:14px;width:100%;font-size:15px}.btn-sell{background:var(--sell);color:var(--white);padding:14px;width:100%;font-size:15px}.btn-danger{background:var(--sell);color:var(--white);padding:12px 18px}.panel{background:var(--panel);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:18px}.panel h3{font-size:14px;font-weight:600;margin-bottom:14px;letter-spacing:.3px}.field{margin-bottom:12px}.row{display:flex;gap:10px}.row>*{flex:1}.muted{color:var(--muted)}.lime,.pos{color:var(--lime)}.neg{color:var(--sell)}.mono{font-variant-numeric:tabular-nums}.badge{display:inline-block;font-size:11px;font-weight:600;padding:3px 9px;border-radius:999px;letter-spacing:.4px}.badge-demo{background:#2f3a12;color:var(--lime)}.badge-real{background:#3a1212;color:var(--sell)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:8px}::-webkit-scrollbar-track{background:transparent}a{color:inherit;text-decoration:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.pulsing{animation:pulse 1.1s ease-in-out infinite}.history-page{width:100%;max-width:1180px;margin:0 auto;padding:28px 20px 36px;box-sizing:border-box}.history-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}.history-eyebrow{color:var(--lime);font-size:11px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;margin-bottom:8px}.history-hero h2{margin:0;font-size:clamp(28px,4vw,44px);line-height:1.02;font-weight:750}.history-hero p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.55;max-width:560px}.history-total{flex:0 0 auto;min-width:210px;padding:15px 18px;border-radius:14px;background:linear-gradient(180deg,#ffffff0e,#ffffff06);border:1px solid var(--border);text-align:right}.history-total span,.history-kpi span,.history-panel-head p,.history-list-title p{display:block;color:var(--muted);font-size:11.5px;line-height:1.4}.history-total strong{display:block;margin-top:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:28px;line-height:1}.history-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.history-kpi{padding:16px;min-height:88px;display:flex;flex-direction:column;justify-content:space-between}.history-kpi strong{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:24px;line-height:1}.history-analytics{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(330px,.75fr);gap:12px;margin-bottom:24px}.history-chart-panel,.history-donut-panel{padding:18px}.history-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.history-panel-head h3,.history-list-title h3{margin:0 0 4px;font-size:15px;font-weight:750}.history-panel-head>span{flex:0 0 auto;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:18px;font-weight:800}.history-chart-wrap{width:100%;overflow:hidden;border-radius:12px;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),#0000001f;background-size:100% 46px,76px 100%,auto;border:1px solid rgba(255,255,255,.06)}.history-chart-wrap svg{display:block;width:100%;height:auto;min-height:230px}.history-chart-wrap line{stroke:#ffffff1a;stroke-width:.8}.history-chart-wrap .history-zero{stroke:#ffffff42;stroke-dasharray:4 5}.history-chart-wrap polyline{fill:none;stroke:var(--lime);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 12px rgba(143,206,0,.24))}.history-chart-wrap circle{fill:var(--lime);stroke:#172000;stroke-width:1.5}.history-chart-wrap text{fill:var(--muted);font-size:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.history-chart-wrap .history-date{font-size:9.5px}.history-donut-wrap{display:grid;grid-template-columns:172px 1fr;align-items:center;gap:18px}.history-donut{width:172px;height:172px;border-radius:50%;display:grid;place-items:center;box-shadow:inset 0 0 0 1px #ffffff14,0 16px 40px #00000052}.history-donut>div{width:108px;height:108px;border-radius:50%;display:grid;place-items:center;align-content:center;background:#191919;border:1px solid rgba(255,255,255,.08)}.history-donut strong{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:28px;line-height:1;color:var(--text)}.history-donut span{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:1px;margin-top:5px}.history-legend{display:grid;gap:9px}.history-legend span{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.history-legend i{width:9px;height:9px;border-radius:50%;flex:0 0 auto}.history-legend b{margin-left:auto;color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.history-split{display:grid;gap:8px;margin-top:18px;border-top:1px solid var(--border);padding-top:14px}.history-split div{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px}.history-split span{color:var(--muted)}.history-split strong{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.history-list-title{margin:0 0 10px}.history-session-list{display:grid;gap:8px}.history-session{padding:0;overflow:hidden;transition:border-color .15s ease,background .15s ease}.history-session.open{border-color:#8fce005c}.history-session>button{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:15px 18px;border:0;background:transparent;color:var(--text);cursor:pointer;text-align:left}.history-session>button:hover{background:#ffffff06}.history-session-main{display:grid;gap:5px;min-width:0}.history-session-main>span{display:flex;align-items:center;gap:7px;min-width:0}.history-session-main b{font-size:14px}.history-session-main small,.history-session-main em{color:var(--muted);font-size:12px;font-style:normal}.history-session-meta{display:flex;align-items:center;gap:16px;white-space:nowrap}.history-session-meta span{color:var(--muted);font-size:12px}.history-session-meta i{color:var(--muted);margin:0 4px;font-style:normal}.history-session-meta strong{min-width:88px;text-align:right;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:15px}.history-session-meta small{color:var(--lime);font-size:11px;font-weight:700}.history-session-detail{padding:4px 18px 18px;border-top:1px solid var(--border)}.history-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:12px 0}.history-mini-stat{background:var(--panel-2);border-radius:10px;padding:10px 6px;text-align:center}.history-mini-stat .mono{font-size:20px;font-weight:750}.history-mini-stat span{color:var(--muted);font-size:10.5px}.history-detail-copy{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px;margin-bottom:4px}@media (max-width: 980px){.history-analytics{grid-template-columns:1fr}.history-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.history-page{padding:22px 14px 90px}.history-hero{display:grid;gap:14px}.history-total{width:100%;text-align:left}.history-donut-wrap{grid-template-columns:1fr;justify-items:center}.history-legend{width:100%}.history-session>button{grid-template-columns:1fr;gap:12px}.history-session-meta{width:100%;justify-content:space-between;gap:10px;flex-wrap:wrap}.history-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.history-detail-copy{display:grid}}@media (max-width: 430px){.history-kpis{grid-template-columns:1fr}.history-session-meta strong{min-width:0}}.lp-page{--mx: 0;--my: 0;min-height:100%;background:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px),radial-gradient(circle at 50% 0%,rgba(123,144,112,.09),transparent 34%),linear-gradient(180deg,#070807,#0d0f0d 44%,#090a09);background-size:108px 108px,108px 108px,auto,auto}.landing{max-width:1180px;margin:0 auto;padding:0 24px}.lp-header-fixed{position:fixed;top:22px;left:0;right:0;z-index:100;display:flex;justify-content:center;padding:0 20px;pointer-events:none}.lp-nav{pointer-events:auto;width:100%;max-width:1340px;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px 6px 22px;background:#0e120edb;backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%);border:1px solid rgba(255,255,255,.16);border-radius:9999px;box-shadow:0 20px 50px -8px #000000b3,inset 0 1px #ffffff2e;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}.lp-nav:hover{background:#0e120ef0;border-color:#ffffff47;box-shadow:0 24px 60px -4px #000c,inset 0 1px #ffffff3d}.lp-logo-link{display:flex;align-items:center;text-decoration:none;color:inherit;flex-shrink:0}.lp-nav-links{display:flex;align-items:center;gap:2px}html{scroll-behavior:smooth}.section,[id]{scroll-margin-top:100px}.lp-nav-links a{position:relative;font-size:11px;color:#b3b8b1;letter-spacing:.6px;text-transform:uppercase;white-space:nowrap;font-weight:600;padding:6px 9px;border-radius:9999px;transition:color .2s ease,background .2s ease,transform .15s ease,box-shadow .2s ease}.lp-nav-links a:hover{color:#fff;background:transparent;transform:translateY(-1px)}.lp-nav-links a:active{transform:translateY(0)}.lp-nav-links a.active{color:var(--lime)!important;background:transparent!important;box-shadow:none!important;font-weight:700;text-shadow:0 0 14px rgba(150,214,0,.5)}.lp-nav-links .nav-cta{margin-left:6px;padding:9px 18px;border-radius:9999px;color:var(--dark)!important;letter-spacing:.7px;font-weight:800;font-size:11.5px;white-space:nowrap;flex-shrink:0;box-shadow:0 3px 18px #96d60073;transition:transform .12s ease,box-shadow .15s ease,background .15s ease}.lp-nav-links .nav-cta:hover{transform:translateY(-1px) scale(1.02);box-shadow:0 8px 26px #96d600a6;background:var(--lime)}.lp-nav-links a.btn-lime,.lp-footer-links a.btn-lime,a.btn-lime,a.btn-lime:hover{color:var(--dark)}.lp-nav-links a.btn-ghost,a.btn-ghost{color:#a5aaa6}.lp-nav-links a.btn-ghost:hover,a.btn-ghost:hover{color:var(--text)}.lp-nav-mobile-right{display:none;align-items:center;gap:8px}.lp-burger-btn{display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0;color:#fff;width:36px;height:36px;cursor:pointer;transition:color .15s ease,opacity .15s ease,transform .15s ease;flex-shrink:0;outline:none}.lp-burger-btn:hover{background:transparent;color:var(--lime);transform:scale(1.05)}.lp-mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:198;background:#0000008c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:lpOverlayIn .18s ease}@keyframes lpOverlayIn{0%{opacity:0}to{opacity:1}}.lp-mobile-drawer{position:fixed;top:0;right:0;bottom:0;z-index:199;width:min(320px,86vw);background:#0e120efa;backdrop-filter:blur(32px) saturate(180%);-webkit-backdrop-filter:blur(32px) saturate(180%);border-left:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;justify-content:space-between;padding:24px 20px 28px;transform:translate(110%);transition:transform .28s cubic-bezier(.4,0,.2,1);box-shadow:-16px 0 60px #000c;box-sizing:border-box}.lp-mobile-drawer.open{transform:translate(0)}.lp-mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:20px}.lp-mobile-drawer-title{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:15px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#eef2ec}.lp-mobile-drawer-dot{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 10px #96d60099;display:inline-block}.lp-mobile-close-btn{display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#c4c8c2;width:36px;height:36px;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.lp-mobile-close-btn:hover{background:#ffffff1f;border-color:#fff3;color:#fff}.lp-mobile-section-label{display:block;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);padding:0 14px 8px;opacity:.7}.lp-mobile-drawer-links{display:flex;flex-direction:column;gap:4px;flex:1}.lp-mobile-link{display:block;font-size:14.5px;font-weight:600;letter-spacing:.4px;color:#b3b8b1;text-decoration:none;padding:12px 14px;border-radius:10px;transition:color .15s ease,background .15s ease,padding-left .15s ease}.lp-mobile-link:hover,.lp-mobile-link.active{color:#fff;background:#ffffff12;padding-left:18px}.lp-mobile-link.active{color:var(--lime)!important;background:transparent;font-weight:700;text-shadow:0 0 12px rgba(150,214,0,.4)}.lp-mobile-drawer-foot{padding-top:18px;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:14px}.lp-mobile-drawer-lang{display:flex;align-items:center;justify-content:space-between;padding:0 4px}.lp-mobile-cta{display:block;text-align:center;padding:13px 20px;border-radius:9999px;font-size:12.5px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;color:var(--dark)!important}@media (max-width: 860px){.lp-nav-desktop{display:none!important}.lp-nav-mobile-right{display:flex}}.hero{min-height:100vh;display:grid;align-items:center;padding:54px 0 70px}.hero-swirl{position:relative;overflow:hidden;padding-top:155px}.hero-swirl:after{content:"";position:absolute;left:0;right:0;bottom:-1px;z-index:1;height:210px;pointer-events:none;background:linear-gradient(180deg,transparent 0%,rgba(8,9,8,.8) 60%,#070807 100%)}.hero-inner{position:relative;z-index:4;width:100%;display:grid;place-items:center}.hero-shader{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.54;filter:saturate(.52) brightness(.58) contrast(1.08)}.hero-shader canvas,.hero-shader>*{width:100%!important;height:100%!important}.hero-shader-fallback{width:100%;height:100%;background:radial-gradient(circle at 50% 30%,rgba(109,126,96,.16),transparent 56%)}.hero-vignette{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(circle at calc(50% + var(--mx) * 7%) calc(35% + var(--my) * 7%),rgba(234,239,224,.085),transparent 29%),linear-gradient(90deg,#030403e6,#0607066b 48%,#030403eb),linear-gradient(180deg,#0607062e,#060706c2 78%,#070807)}.hero-orbit{position:absolute;z-index:2;left:50%;top:48%;pointer-events:none;width:min(920px,94vw);aspect-ratio:1 / .58;border:1px solid rgba(230,235,226,.11);border-radius:50%;transform:translate(-50%,-50%) rotate(calc(var(--mx) * 8deg));opacity:.42}.hero-orbit-b{width:min(1060px,104vw);transform:translate(-50%,-50%) rotate(calc(-7deg + var(--mx) * -7deg));opacity:.22}.hero-copy{width:min(980px,100%);margin:0 auto;text-align:center;padding:24px 0 18px;transform:translate3d(calc(var(--mx) * -10px),calc(var(--my) * -8px),0)}.hero-brand{font-family:var(--font-display);font-size:clamp(54px,10.4vw,122px);font-weight:500;line-height:.88;letter-spacing:.105em;margin:0 auto 24px;color:#eef2ec;text-transform:uppercase;text-wrap:balance;text-shadow:0 18px 60px rgba(0,0,0,.54)}.hero-brand .brand-accent{color:var(--lime);text-shadow:0 0 28px rgba(150,214,0,.24)}.hero .hero-line{font-family:var(--font-display);color:#f3f4f0;font-size:clamp(19px,2.1vw,27px);font-weight:400;line-height:1.35;max-width:850px;margin:0 auto 14px}.hero p{color:#c6cbc4;font-size:17px;font-weight:400;max-width:760px;margin:0 auto 34px;line-height:1.72;text-wrap:balance}.hero-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.hero-primary,.hero-secondary{padding:16px 25px;font-size:12px;letter-spacing:1.45px;text-transform:uppercase;font-weight:800}.hero-secondary{background:#ffffff06;border-color:#ffffff29}.metric-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:28px;color:#e7e9e6}.metric-strip span{padding:9px 12px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0a;font-size:12px;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:700;letter-spacing:2.45px;text-transform:uppercase;color:#a9c771;margin-bottom:22px}.hero-copy .eyebrow,.section-heading .eyebrow{justify-content:center}.eyebrow:before{content:"";width:38px;height:1px;background:#a9c971b8}.section{padding:82px 0}.section-heading{max-width:720px;margin:0 auto 38px;text-align:center}.section-title{font-family:var(--font-display);font-size:clamp(30px,3.55vw,46px);font-weight:600;line-height:1.14;margin-bottom:14px;letter-spacing:0;text-wrap:balance}.section-sub{color:#b3b8b2;font-size:16px;font-weight:400;line-height:1.72;text-wrap:balance}.ops-section{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:54px;align-items:center;padding-top:54px}.ops-copy .section-title,.ops-copy .section-sub{text-align:left}.ops-point-list{display:grid;gap:10px;margin-top:30px}.ops-point{display:flex;align-items:center;gap:12px;color:#e8ece5;font-family:var(--font-display);font-size:14px;font-weight:500}.ops-point svg{color:var(--lime)}.ops-flow{position:relative;overflow:hidden;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 42%),linear-gradient(180deg,#1e211ee0,#121412f0);box-shadow:inset 0 1px #ffffff09;transition:border-color .18s ease,background .18s ease;padding:26px}.ops-flow:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(190,208,162,.42),transparent)}.ops-flow:hover{border-color:#b3cd8c5c}.ops-flow-top{display:flex;justify-content:space-between;align-items:center;color:#aeb5ad;font-size:11px;letter-spacing:1.9px;text-transform:uppercase;margin-bottom:22px}.ops-flow-top strong{color:var(--lime);font-size:11px}.ops-flow-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border:1px solid rgba(255,255,255,.08);border-radius:8px;overflow:hidden}.ops-flow-grid>div{min-height:118px;padding:20px;background:#ffffff07;display:flex;flex-direction:column;justify-content:space-between}.ops-flow-grid small{color:#7f8580;font-size:10px;letter-spacing:1.4px;text-transform:uppercase;font-weight:700}.ops-flow-grid strong{color:#f4f6f2;font-family:var(--font-display);font-size:clamp(22px,2.5vw,32px);font-weight:500}.ops-flow-line{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:24px 0 18px}.ops-flow-line span{height:4px;border-radius:999px;background:linear-gradient(90deg,#96d60033,#96d600e6)}.ops-flow-line span:nth-child(2){background:linear-gradient(90deg,#cdd8c02e,#cdd8c094)}.ops-flow-line span:nth-child(3){background:linear-gradient(90deg,#56747b2e,#56747b99)}.ops-flow-footer{display:flex;flex-wrap:wrap;gap:9px;color:#cfd5cc}.ops-flow-footer span{border:1px solid rgba(255,255,255,.1);border-radius:7px;padding:8px 10px;background:#ffffff09;font-size:12px;font-weight:500}.feature-icon{width:44px;height:44px;border-radius:8px;color:#9fd71d;background:#96d60014;border:1px solid rgba(150,214,0,.2);display:grid;place-items:center}.split-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.process-section{position:relative}.section-copy .section-title,.section-copy .section-sub{text-align:left}.security-note{display:flex;gap:12px;align-items:flex-start;margin-top:26px;padding:16px;background:transparent;color:#d5dfcc;font-size:13.5px;font-weight:400;line-height:1.6}.security-note svg{flex:0 0 auto;color:#9bdc18;margin-top:2px}.steps{position:relative;display:grid;grid-template-columns:1fr;gap:8px}.steps:before{content:"";position:absolute;left:25px;top:26px;bottom:26px;width:1px;background:linear-gradient(180deg,#96d60080,#ffffff14,#96d60047)}.step{position:relative;display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:start;padding:18px 0;border-radius:0;background:transparent;border:0}.step:last-child{border-bottom:0}.step-num{position:relative;z-index:1;width:50px;height:38px;border-radius:8px;background:#101410;border:1px solid rgba(150,214,0,.3);color:#aee735;display:grid;place-items:center;font-weight:700;font-size:12px;letter-spacing:1px}.step h4{font-family:var(--font-display);margin-bottom:5px;font-size:16px;font-weight:600}.step p{font-size:13.5px;font-weight:400;line-height:1.65}.demo-section{padding-top:40px}.demo-tab-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:9999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:#adb2ac;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.demo-tab-btn:hover{background:#ffffff14;border-color:#fff3;color:#fff}.demo-tab-btn.active{background:#96d6001f;border-color:var(--lime);color:var(--lime);box-shadow:0 0 20px #96d60033}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 16px;border-radius:9999px;background:#96d60014;border:1px solid rgba(150,214,0,.28);color:var(--lime);font-size:12px;font-weight:600;letter-spacing:.4px;margin-bottom:22px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 20px #96d6001f}.hero-bot-anim-box{width:100%;max-width:480px;margin:0 auto 28px;border-radius:18px;overflow:hidden;border:1px solid rgba(150,214,0,.35);box-shadow:0 20px 50px -10px #000c,0 0 36px #96d60033,inset 0 1px #ffffff26;background:#000;line-height:0;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.hero-bot-anim-box:hover{transform:translateY(-3px) scale(1.01);border-color:#96d6008c;box-shadow:0 26px 64px -8px #000000e6,0 0 48px #96d6004d,inset 0 1px #ffffff40}.hero-bot-video{width:100%;height:auto;display:block;object-fit:cover;border-radius:17px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:14px}.step-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:28px 24px;display:flex;flex-direction:column;gap:16px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.step-card:hover{transform:translateY(-3px);border-color:#96d60059;box-shadow:0 14px 34px -8px #00000080}.step-card-head{display:flex;justify-content:space-between;align-items:center}.step-card-num{width:38px;height:38px;border-radius:10px;background:#96d6001a;border:1px solid rgba(150,214,0,.3);color:var(--lime);font-weight:800;font-size:13px;display:grid;place-items:center;font-family:var(--font-display)}.step-card h4{font-family:var(--font-display);font-size:17px;font-weight:600;margin:0;color:#fff}.step-card p{font-size:13.5px;font-weight:400;line-height:1.65;color:#adb2ac;margin:0}.capability-section{padding-top:32px}.capability-layout{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);gap:50px;align-items:start}.capability-title .section-title,.capability-title .section-sub{text-align:left}.capability-list{display:grid;gap:12px}.capability-row{display:grid;grid-template-columns:44px 1fr;gap:18px;padding:18px 20px;background:#ffffff06;border:1px solid rgba(255,255,255,.06);border-radius:12px;transition:transform .18s ease,border-color .18s ease}.capability-row:hover{transform:translateY(-2px);border-color:#96d6004d}.capability-row h4{font-family:var(--font-display);font-size:17px;font-weight:600;margin-bottom:5px}.capability-row p{color:#adb2ac;font-size:13.5px;line-height:1.65;margin:0}.market-section{position:relative}.market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:14px}.market-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:28px 24px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.market-card:hover{transform:translateY(-3px);border-color:#96d6004d;box-shadow:0 14px 34px -8px #00000080}.market-card-tag{display:inline-block;align-self:flex-start;padding:4px 10px;border-radius:9999px;font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--lime);background:#96d60017;border:1px solid rgba(150,214,0,.22)}.market-card h3{font-family:var(--font-display);font-size:20px;font-weight:600;margin:10px 0 6px;color:#fff}.market-card p{font-size:13.5px;line-height:1.65;color:#adb2ac;margin:0}.modes-section{padding-top:18px}.modes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:14px}.mode-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:28px 24px;display:flex;flex-direction:column;gap:16px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.mode-card:hover{transform:translateY(-3px);border-color:#96d6004d;box-shadow:0 14px 34px -8px #00000080}.mode-card-title{font-family:var(--font-display);font-size:18px;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:space-between}.mode-seq{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.mode-chip{display:inline-block;font-size:11.5px;font-weight:600;padding:5px 10px;border-radius:7px;background:#ffffff0b;border:1px solid rgba(255,255,255,.09);color:#a9ada9}.mode-chip-entry{background:#96d60017;border-color:#96d6003d;color:#aee735}.mode-arrow{color:#666;font-size:12px;margin:0 2px}.mode-card p{color:#adb2ac;font-size:13.5px;font-weight:400;line-height:1.65;margin:0}.modes-note{margin-top:26px;text-align:center;color:#989e99;font-size:13px;line-height:1.65;max-width:760px;margin-left:auto;margin-right:auto}.blog-section{padding-top:48px}.blog-featured-card:hover{transform:translateY(-3px);border-color:#96d60059!important;box-shadow:0 16px 40px -8px #0009}.blog-side-card:hover{transform:translateY(-3px);border-color:#96d6004d!important;box-shadow:0 14px 34px -8px #00000080}.faq-section{padding-top:48px}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:14px}.faq-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:26px 24px;display:flex;flex-direction:column;gap:10px;transition:transform .2s ease,border-color .2s ease}.faq-card:hover{transform:translateY(-2px);border-color:#ffffff2e}.faq-card h3{font-family:var(--font-display);font-size:16.5px;font-weight:600;line-height:1.35;color:#fff;margin:0}.faq-card p{color:#adb2ac;font-size:13.5px;font-weight:400;line-height:1.65;margin:0}.tour-section{padding-top:34px}.tour-cta{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:24px;padding:32px 36px;border-radius:16px;background:linear-gradient(135deg,#1c221ceb,#0f120ff5);border:1px solid rgba(150,214,0,.25);box-shadow:0 16px 40px #00000080,inset 0 1px #ffffff1a}.tour-cta h3{font-family:var(--font-display);font-size:20px;font-weight:600;margin:0 0 6px;color:#fff}.tour-cta p{font-size:14px;font-weight:400;line-height:1.65;margin:0}.tour-cta-icon{width:54px;height:54px;border-radius:12px;display:grid;place-items:center;background:#96d6001f;border:1px solid rgba(150,214,0,.3);color:#9fd71d}.tour-button{padding:14px 24px;white-space:nowrap;border-radius:9999px}.app-header{position:relative;z-index:60;display:flex;align-items:center;justify-content:space-between;padding:12px 22px;border-bottom:1px solid var(--border);background:var(--panel)}.app-actions{display:flex;align-items:center;gap:12px}.help-btn{width:30px;height:30px;border-radius:50%;border:1px solid var(--border);background:var(--panel-2);color:#fff;font-weight:700;font-size:14px;cursor:pointer;display:grid;place-items:center;flex:0 0 auto}.help-btn:hover{border-color:var(--lime);color:var(--lime)}.app-header-desktop{display:flex!important}.app-header-mobile{display:none!important}.app-shell-body{padding-top:0;flex:1;width:100%;box-sizing:border-box;display:flex;flex-direction:column}@media (max-width: 860px){.app-header-desktop{display:none!important}.app-header-mobile{display:block!important}.app-shell-body{padding-top:76px!important}}.topbar-market{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:10px 18px;border-bottom:1px solid var(--border);background:var(--panel)}.topbar-market-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.topbar-market-right{display:flex;align-items:center;gap:16px;text-align:right}.topbar-stat-item{display:flex;flex-direction:column}.topbar-stat-divider{border-left:1px solid rgba(255,255,255,.08);padding-left:16px}.app-main{display:grid;grid-template-columns:1fr 360px;gap:16px;padding:16px;align-items:start}.col-chart{grid-column:1;grid-row:1;min-width:0}.col-history{grid-column:1;grid-row:2;min-width:0}.col-panels{grid-column:2;grid-row:1 / span 2;min-width:0;display:flex;flex-direction:column;gap:8px}.chart-box{height:420px;min-height:320px}@media (max-width: 1024px){.app-main{grid-template-columns:1fr}.col-chart,.col-history,.col-panels{grid-column:1;grid-row:auto}.col-chart{order:1}.col-panels{order:2}.col-history{order:3}.chart-box{height:380px}.ops-section,.capability-layout,.market-layout{grid-template-columns:1fr;gap:34px}.steps-grid,.market-grid,.modes-grid,.faq-grid{grid-template-columns:1fr}.blog-layout{grid-template-columns:1fr!important}.split-section{grid-template-columns:1fr}.section-copy .section-title,.section-copy .section-sub,.ops-copy .section-title,.ops-copy .section-sub,.capability-title .section-title,.capability-title .section-sub,.market-copy .section-title,.market-copy .section-sub{text-align:center}.ops-point-list{max-width:560px;margin-left:auto;margin-right:auto}.security-note{max-width:720px;margin-left:auto;margin-right:auto}.risk-row{grid-template-columns:1fr;gap:14px}.tour-cta{grid-template-columns:1fr;text-align:center}.tour-cta-icon{margin:0 auto}}@media (max-width: 768px){.app-main{padding:12px;gap:12px}.chart-box{height:320px;min-height:280px}.panel{padding:16px}.section{padding:46px 0}.section-title{font-size:25px}.section-sub{margin-bottom:32px;font-size:15px}.hero{min-height:auto;padding:82px 0 52px}.hero-swirl{padding-top:100px}.hero-brand{font-size:clamp(42px,10.6vw,76px);line-height:.92;letter-spacing:.075em}.hero .hero-line{font-size:clamp(18px,4.2vw,24px)}.hero-copy>p:not(.hero-line){font-size:16px}.hero-orbit{width:118vw}.steps-grid,.market-grid,.modes-grid,.faq-grid{grid-template-columns:1fr}.landing{padding:0 16px}.legal{padding:90px 16px 56px}.lp-header-fixed{top:16px;padding:0 16px}.lp-nav{min-height:56px;padding:8px 12px 8px 20px;gap:10px}.topbar-market{flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:14px 16px!important;gap:12px!important}.topbar-market-left{justify-content:center!important;align-items:center!important;width:100%!important;gap:10px!important;flex-wrap:wrap!important}.topbar-market-right{justify-content:center!important;align-items:center!important;width:100%!important;text-align:center!important;gap:24px!important}.topbar-stat-item{align-items:center!important;text-align:center!important}.topbar-stat-divider{border-left:1px solid rgba(255,255,255,.12)!important;padding-left:24px!important}}@media (max-width: 620px){.chart-box{height:280px;min-height:240px}.row{flex-direction:column}.hero-cta{flex-direction:column;align-items:stretch}.hero-cta>*{width:100%;max-width:100%}.steps,.support-channels{grid-template-columns:1fr}.lp-footer-links{gap:8px 16px}.landing{padding:0 14px}.lp-header-fixed{top:12px;padding:0 12px}.lp-nav{min-height:52px;padding:6px 10px 6px 16px;gap:10px}.lp-nav-links{gap:10px;flex-shrink:0}.lp-nav-links>a:not(.btn-lime){display:none}.lp-nav-links a.btn-lime{padding:9px 16px;font-size:12.5px;white-space:nowrap;border-radius:9999px}.lp-nav .lp-logo-link svg{width:26px;height:26px}.lp-nav .lp-logo-link span{font-size:16px}.hero{padding:76px 0 42px}.hero-brand{font-size:clamp(35px,12.4vw,52px);letter-spacing:.045em}.hero .hero-line{font-size:17px;margin-bottom:12px}.hero-copy>p:not(.hero-line){font-size:15px;margin:0 0 26px}.metric-strip{gap:8px}.metric-strip span{width:100%}.ops-flow{padding:18px}.ops-flow-grid{grid-template-columns:1fr}.ops-flow-grid>div{min-height:88px}.ops-flow-footer span{width:100%}.capability-row,.steps,.support-channels{grid-template-columns:1fr}.market-card{min-height:190px}.tour-cta{grid-template-columns:1fr;text-align:left}.tour-button{width:100%;text-align:center}}@media (max-width: 420px){.chart-box{height:240px;min-height:220px}.panel{padding:14px}.app-main{padding:10px}}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-wrap table{min-width:520px}.lp-footer{border-top:1px solid rgba(255,255,255,.08);padding:56px 0 48px;color:var(--muted);font-size:13px;text-align:center}.footer-brand{display:flex;justify-content:center;margin-bottom:20px}.lp-footer-links{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:12px 28px;margin:0 0 22px;padding:0}.lp-footer-links a{color:var(--muted);font-size:13px;transition:color .15s}.lp-footer-links a:hover{color:var(--lime)}.support-channels{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.channel-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:26px;text-align:left;cursor:pointer;text-decoration:none;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:inherit;overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.channel-card:after{content:"";position:absolute;inset:0 0 auto 0;height:3px;opacity:.85}.channel-telegram:after{background:linear-gradient(90deg,#229ed9,#2ab8f5)}.channel-ticket:after{background:linear-gradient(90deg,var(--lime),#b6f13a)}.channel-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px #00000061}.channel-telegram:hover{border-color:#229ed9}.channel-ticket:hover{border-color:var(--lime)}.channel-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;flex:0 0 auto}.channel-icon-tg{background:#229ed924;border:1px solid rgba(34,158,217,.4);color:#35b6f0}.channel-icon-ticket{background:#8fce001f;border:1px solid rgba(143,206,0,.35);color:var(--lime)}.channel-body{display:flex;flex-direction:column;gap:6px}.channel-title{font-size:17px;font-weight:600;color:var(--text)}.channel-desc{font-size:13.5px;line-height:1.6;color:var(--muted);font-weight:400}.channel-cta{margin-top:auto;font-size:13px;font-weight:600}.channel-telegram .channel-cta{color:#35b6f0}.channel-ticket .channel-cta{color:var(--lime)}.legal{max-width:820px;margin:0 auto;padding:110px 20px 70px}.legal h1{font-size:clamp(26px,5vw,34px);font-weight:700;margin-bottom:6px;letter-spacing:-.5px}.legal .legal-date{color:var(--muted);font-size:13px;margin-bottom:30px}.legal h2{font-size:18px;font-weight:600;margin:30px 0 10px;color:var(--lime)}.legal p,.legal li{color:var(--muted);font-size:14.5px;line-height:1.75}.legal p{margin-bottom:12px}.legal ul{margin:0 0 14px 20px;display:flex;flex-direction:column;gap:7px}.legal strong{color:var(--text);font-weight:600}.disclaimer{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:24px 28px;margin:30px auto 70px;color:var(--muted);font-size:13px;line-height:1.65}.auth-wrap{position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:24px 20px;overflow-x:hidden;background:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),radial-gradient(circle at 50% 10%,rgba(123,144,112,.12),transparent 48%),linear-gradient(180deg,#090b09,#0e120e 45%,#090b09);background-size:54px 54px,54px 54px,auto,auto}.auth-brand-bar{display:flex;justify-content:center;align-items:center;margin-bottom:24px;width:100%;max-width:420px}.auth-lang-btn{position:absolute;top:24px;right:24px;z-index:50}.auth-card{position:relative;z-index:2;width:100%;max-width:420px}.auth-card .panel{background:#0b0d0bf2;border:1px solid rgba(255,255,255,.09);box-shadow:0 24px 54px -8px #000000d9,0 8px 20px -4px #0009,inset 0 1px #ffffff14;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border-radius:16px;padding:28px}.auth-card .btn-lime{background:linear-gradient(180deg,#8dc800,#76a800);color:#070a07;font-weight:650;border:1px solid rgba(255,255,255,.22);box-shadow:0 2px 8px #00000059,inset 0 1px #ffffff59;padding:13px 20px;font-size:14.5px;transition:transform .08s ease,filter .15s ease,box-shadow .15s ease}.auth-card .btn-lime:hover{background:linear-gradient(180deg,#96d600,#7ea600);box-shadow:0 4px 14px #00000073,inset 0 1px #ffffff73;filter:brightness(1.04)}.auth-switch{text-align:center;font-size:13px;color:#b7bdb5;margin-top:18px}.auth-switch a{color:#9dd600;font-weight:500}.auth-links{display:grid;gap:10px;margin-top:22px;text-align:center;color:#c2c8bf;font-size:13.5px;position:relative;z-index:3}.auth-links a{color:#9dd600;font-weight:600}.auth-links a:hover{color:var(--white)}.auth-form-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 16px}.auth-form-row>a{flex:0 0 auto;color:#9dd600;font-size:12.5px;font-weight:500;white-space:nowrap;transition:color .15s}.auth-form-row>a:hover{color:var(--white)}.auth-remember{display:inline-flex;align-items:center;gap:8px;margin:0;color:#c4cac1;font-size:12.5px;font-weight:500;cursor:pointer;white-space:nowrap}.auth-remember input{width:16px;height:16px;accent-color:var(--lime);cursor:pointer}.subscribe-card,.subscribe-brand-bar{max-width:520px}@media (max-width: 580px){.auth-wrap{padding:36px 18px 24px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-height:100vh!important;min-height:100dvh!important;position:relative!important}.auth-lang-btn{position:absolute!important;top:16px!important;right:16px!important;z-index:25!important;transform:none!important}.auth-brand-bar,.subscribe-brand-bar{display:flex!important;justify-content:center!important;align-items:center!important;position:relative!important;width:100%!important;max-width:420px!important;margin-bottom:24px!important;padding:0!important;flex:none!important}.subscribe-brand-bar{max-width:520px!important}.auth-card{width:100%!important;max-width:420px!important;margin:0 auto!important}.subscribe-card{width:100%!important;max-width:520px!important;margin:0 auto!important}.auth-card .panel,.subscribe-card .panel{background:transparent!important;border:none!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important}.auth-form-row{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin:6px 0 16px!important}.auth-remember{font-size:12.5px!important}.auth-form-row>a{font-size:12.5px!important;font-weight:500!important}.auth-switch{font-size:13.5px!important;margin-top:20px!important}.auth-links{margin-top:20px!important;padding-bottom:12px!important;font-size:13.5px!important}}.app-nav{display:flex;gap:6px}.app-nav a{padding:8px 14px;border-radius:10px;font-size:13px;font-weight:500;color:var(--muted)}.app-nav a:hover{color:var(--text)}.app-nav a.active{background:var(--panel-2);color:var(--text)}.history-wrap{width:100%;padding:24px 24px 60px;box-sizing:border-box}.history-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.history-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.history-chart-col{order:1}.history-registry-col{order:2}.history-latest-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.history-modal-card{max-width:800px;width:100%;max-height:88vh;background:#0d110d;border:1px solid rgba(255,255,255,.12);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 70px #000000d9}@keyframes chartDrawLine{0%{stroke-dashoffset:1200}to{stroke-dashoffset:0}}@keyframes chartFadeArea{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes chartBarGrow{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}.chart-line-anim{stroke-dasharray:1200;stroke-dashoffset:1200;animation:chartDrawLine 1.4s cubic-bezier(.16,1,.3,1) forwards}.chart-area-anim{animation:chartFadeArea 1.2s ease-out forwards}.chart-bar-anim{transform-origin:bottom;animation:chartBarGrow .7s cubic-bezier(.16,1,.3,1) forwards}@media (max-width: 1080px){.history-kpi-grid{grid-template-columns:repeat(2,1fr)}.history-main-grid{display:flex;flex-direction:column;gap:20px}.history-registry-col{order:1!important}.history-chart-col{order:2!important}}@media (max-width: 580px){.history-wrap{padding:16px 12px 48px}.history-header{flex-direction:column;align-items:flex-start!important;gap:14px!important}.history-header-actions{width:100%;display:flex;flex-direction:column;gap:8px}.history-header-actions button{width:100%;justify-content:center}.history-kpi-grid{grid-template-columns:1fr!important;gap:10px;margin-bottom:16px}.history-kpi-card{padding:16px 14px!important}.history-kpi-val{font-size:26px!important}.history-latest-card{padding:16px 14px!important;margin-bottom:16px!important}.history-latest-stats{grid-template-columns:1fr!important;gap:8px!important;padding:12px 14px!important}.history-latest-actions{flex-direction:column!important;width:100%;gap:8px!important}.history-latest-actions button{width:100%;justify-content:center}.history-panel-50{padding:16px 14px!important}.history-modal-backdrop{padding:10px!important}.history-modal-card{max-height:94vh!important;border-radius:12px!important}}.settings-wrap{width:100%;max-width:100%;padding:24px 24px 60px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;min-width:0}.settings-top-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch;min-width:0;width:100%}.settings-card{padding:24px;box-sizing:border-box;max-width:100%;min-width:0}.settings-prefs-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin:20px 0 16px;min-width:0}@media (max-width: 1024px){.settings-prefs-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 860px){.settings-wrap{padding:16px 12px 48px;gap:16px}.settings-top-grid{grid-template-columns:1fr;gap:16px}.settings-card{padding:16px 14px}.settings-prefs-grid{grid-template-columns:1fr 1fr;gap:12px}}@media (max-width: 480px){.settings-prefs-grid{grid-template-columns:1fr}}.support-wrap{width:100%;padding:24px 24px 60px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px}.support-top-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}@media (max-width: 860px){.support-wrap{padding:16px 12px 48px;gap:16px}.support-top-grid{grid-template-columns:1fr;gap:14px}}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:12px}.dashboard-kpi-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;justify-content:space-between;min-width:0;transition:border-color .15s ease}.dashboard-kpi-card:hover{border-color:#96d6004d}@media (max-width: 1200px){.dashboard-kpi-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.dashboard-kpi-grid{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:10px}}@media (max-width: 480px){.dashboard-kpi-grid{grid-template-columns:1fr 1fr}}.legal-page{min-height:100vh}.legal-main{padding-top:130px;padding-bottom:80px}.legal-hero{text-align:center;padding:48px 0 56px;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:48px}.legal-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:var(--lime);background:#96d6001a;border:1px solid rgba(150,214,0,.2);border-radius:9999px;padding:5px 14px;margin-bottom:22px}.legal-title{font-family:var(--font-display);font-size:clamp(34px,5.5vw,58px);font-weight:600;color:#eef2ec;letter-spacing:-.02em;line-height:1.1;margin-bottom:18px}.legal-sub{font-size:16px;color:var(--muted);max-width:580px;margin:0 auto;line-height:1.65}.legal-cards{display:flex;flex-direction:column;gap:14px;margin-bottom:48px}.legal-card{display:flex;gap:28px;align-items:flex-start;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:28px 32px;transition:border-color .2s ease,background .2s ease}.legal-card:hover{border-color:#96d6002e;background:#96d60006}.legal-card-num{font-family:var(--font-display);font-size:11px;font-weight:700;letter-spacing:1.4px;color:var(--lime);opacity:.7;flex-shrink:0;padding-top:3px;min-width:24px}.legal-card-body{flex:1;min-width:0}.legal-card-body h2{font-size:15px;font-weight:700;color:#dde3db;margin-bottom:10px;letter-spacing:-.01em}.legal-card-body p{font-size:14px;line-height:1.72;color:#9aa09a}.legal-back{padding:24px 0 12px;border-top:1px solid rgba(255,255,255,.07)}.legal-back a{font-size:13px;font-weight:600;color:var(--lime);text-decoration:none;letter-spacing:.3px;transition:opacity .15s ease}.legal-back a:hover{opacity:.8}@media (max-width: 640px){.legal-main{padding-top:110px}.legal-hero{padding:36px 0 42px;margin-bottom:32px}.legal-card{flex-direction:column;gap:10px;padding:22px 20px}.legal-card-num{font-size:10px}}
