:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box}html,body,#root{height:100%}body{color:#e6f1ff;background:#060912;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.shell{height:100%;display:flex}.sidebar{background:linear-gradient(#0a1220,#0b1426);border-right:1px solid #1b273e;flex-direction:column;width:240px;height:100vh;display:flex;position:sticky;top:0}.sidebar__brand{color:#f7931a;border-bottom:1px solid #1b273e;align-items:center;gap:10px;height:56px;padding:0 16px;font-weight:600;display:flex}.sidebar__nav{flex-direction:column;gap:4px;padding:10px;display:flex}.sidebar-item{color:#cbd5e1;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:14px;transition:all .2s;display:flex}.sidebar-item:hover{color:#fff;background:#0f1b2e}.sidebar-item--active{color:#fff;background:#1a2a48;font-weight:500}.sidebar__footer{border-top:1px solid #1b273e;margin-top:auto;padding:12px}.user-card{align-items:center;gap:10px;display:flex}.avatar{color:#0a1220;background:linear-gradient(135deg,#7c8aff,#26c6da);border-radius:10px;place-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:grid}.username{color:#e6f1ff;font-size:13px}.level{color:#7f8ba0;font-size:12px}.content{flex:1;min-width:0;overflow:auto}.topbar{-webkit-backdrop-filter:saturate(140%)blur(10px);backdrop-filter:saturate(140%)blur(10px);z-index:5;background:#0a1220b3;border-bottom:1px solid #1b273e;justify-content:space-between;align-items:center;height:56px;padding:0 20px;display:flex;position:sticky;top:0}.topbar__title{color:#f7931a;align-items:center;gap:10px;display:flex}.topbar__title h1{color:#e6f1ff;margin:0;font-size:16px}.topbar__actions{color:#7f8ba0;align-items:center;gap:12px;font-size:13px;display:flex}.icon-btn{color:#7f8ba0;cursor:pointer;background:#0f1623;border:1px solid #1f2b41;border-radius:10px;padding:8px}.icon-btn:hover{color:#e6f1ff}.price-ticker{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.ticker-up{color:#0f9d58}.ticker-down{color:#ea4335}.page{flex-direction:column;gap:20px;padding:20px;display:flex}.grid{gap:16px;display:grid}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.market-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.coin-card{background:linear-gradient(135deg,#0f1623,#131c2b);border:1px solid #1f2b41;border-radius:18px;flex-direction:column;gap:10px;padding:16px;display:flex}.coin__header{align-items:center;gap:10px;display:flex}.coin__avatar{color:#0a1220;background:linear-gradient(135deg,#7c8aff,#26c6da);border-radius:10px;place-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:grid}.coin__name{color:#e6f1ff;font-weight:600}.coin__pair{color:#7f8ba0;font-size:12px}.coin__price{color:#e6f1ff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:18px}.panel{background:linear-gradient(135deg,#0f1623,#131c2b);border:1px solid #1f2b41;border-radius:18px;padding:16px;box-shadow:0 10px 30px #0000008c}.panel--tall{flex-direction:column;display:flex}.panel__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.panel__title{font-weight:600}.panel__sub{color:#7f8ba0;font-size:12px}.panel__body{background:#0a101b;border-radius:12px;padding:10px}.panel__actions{gap:8px;display:flex}.chart-tab{color:#7f8ba0;cursor:pointer;background:0 0;border:1px solid #1f2b41;border-radius:8px;padding:4px 10px;font-size:12px}.chart-tab.active{color:#fff;background:#1a2a48;border-color:#1a2a48}.stat-card{background:linear-gradient(135deg,#0f1623,#131c2b);border:1px solid #1f2b41;border-radius:18px;flex-direction:column;min-height:110px;padding:16px;display:flex}.stat-card__header{justify-content:space-between;align-items:center;display:flex}.stat-card__title{color:#7c8aff;align-items:center;gap:8px;font-size:13px;display:flex}.stat-card__trend{align-items:center;gap:4px;font-size:12px;font-weight:600;display:flex}.trend--up{color:#0f9d58}.trend--down{color:#ea4335}.stat-card__body{margin-top:14px}.stat-card__value{color:#e6f1ff;font-size:26px;font-weight:700}.stat-card__sub{color:#7f8ba0;margin-left:8px;font-size:13px}.legend{flex-direction:column;gap:6px;margin-top:12px;display:flex}.legend-item{align-items:center;gap:10px;font-size:13px;display:flex}.legend-dot{border-radius:50%;width:10px;height:10px}.legend-name{color:#e6f1ff}.legend-pct{color:#7f8ba0;margin-left:auto;margin-right:8px}.legend-change{font-size:12px;font-weight:600}.obook,.trades,.positions,.history{border-collapse:separate;border-spacing:0;color:#e6f1ff;width:100%;font-size:13px}.obook th,.trades th,.positions th,.history th{color:#7f8ba0;text-transform:uppercase;letter-spacing:.08em;text-align:left;background:#0a101b;padding:10px 12px;font-size:12px;font-weight:500}.obook td,.trades td,.positions td,.history td{text-align:left;border-bottom:1px solid #1f2b41;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px}.obook tr:last-child td,.trades tr:last-child td,.positions tr:last-child td,.history tr:last-child td{border-bottom:0}.muted{color:#7f8ba0}.price-up{color:#0f9d58}.price-down{color:#ea4335}.spread td{color:#f7931a;text-align:center;font-weight:600}.pair .pair-cell{font-family:ui-sans-serif,system-ui,-apple-system,sans-serif}.badge{border-radius:999px;padding:3px 10px;font-family:ui-sans-serif,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;display:inline-block}.badge--buy{color:#6fe7a6;background:#0f9d5826}.badge--sell{color:#ff8a7a;background:#ea433526}.trade-form{flex-direction:column;gap:14px;display:flex}.trade-tabs,.trade-type{gap:8px;display:flex}.trade-tab,.trade-type-btn{color:#cbd5e1;cursor:pointer;background:0 0;border:1px solid #1f2b41;border-radius:10px;flex:1;padding:10px;font-size:13px}.trade-tab.active,.trade-type-btn.active{color:#fff;background:#1a2a48;border-color:#1a2a48}.trade-type-btn.active[data-side=buy]{color:#fff;background:#0f9d58;border-color:#0f9d58}.trade-type-btn.active[data-side=sell]{color:#fff;background:#ea4335;border-color:#ea4335}.field{flex-direction:column;gap:6px;display:flex}.field label{color:#7f8ba0;font-size:12px}.field input,.field select{color:#e6f1ff;background:#0a101b;border:1px solid #1f2b41;border-radius:10px;outline:none;padding:10px 12px;font-size:14px}.btn-buy{color:#fff;cursor:pointer;background:#0f9d58;border:0;border-radius:12px;margin-top:6px;padding:12px;font-weight:600}.btn-buy:hover{background:#0b8046}.kv{flex-direction:column;gap:10px;display:flex}.kv__row{color:#7f8ba0;background:#0a101b;border:1px solid #1f2b41;border-radius:12px;justify-content:space-between;align-items:center;padding:8px 10px;font-size:13px;display:flex}.kv__row strong{color:#e6f1ff}.pill{border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600}.pill--ok{color:#6fe7a6;background:#0f9d5826}.pill--warn{color:#ffd966;background:#fbbc0526}.pill--err{color:#ff8a7a;background:#ea433526}.mobile-toggle{color:#e6f1ff;cursor:pointer;background:#0f1623;border:1px solid #1f2b41;border-radius:10px;align-items:center;gap:8px;margin-right:8px;padding:8px;display:none}.backdrop{display:none}@media (width<=960px){.sidebar{z-index:20;transition:transform .22s;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.sidebar--open{transform:translate(0)}.backdrop{z-index:15;background:#0000008c;display:block;position:fixed;inset:0}.mobile-toggle{display:inline-flex}.topbar__title h1{max-width:60vw;font-size:14px}.grid--4{grid-template-columns:repeat(2,1fr)}.grid--2{grid-template-columns:1fr}}@media (width<=540px){.sidebar{width:85vw;min-width:260px}.topbar{padding:0 12px}.page{gap:12px;padding:12px}.grid--4{grid-template-columns:1fr}.panel{border-radius:14px;padding:12px}}
