:root{--yellow:#f0b90b;--gold:#ffd000;--yellow-active:#d0980b;--focus-blue:#1eaedb;--green:#0ecb81;--red:#f6465d;--bg-canvas:#fff;--bg-card:#fff;--bg-tertiary:#f5f5f5;--bg-accent:#222126;--bg-accent-card:#2b2f36;--bg-hover:#f5f5f5;--text-primary:#1e2026;--text-secondary:#32313a;--text-tertiary:#848e9c;--text-disabled:#686a6c;--text-on-accent:#fff;--border:#e6e8ea;--shadow-subtle:#2020250d 0px 3px 5px 0px;--shadow-medium:#0808080d 0px 3px 5px 5px;--shadow-pill:#999 0px 2px 10px -3px;--shadow-heavy:#00000040 0px 32px 37px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--space-8:48px;--space-9:64px;--font:"BinancePlex", Arial, sans-serif}:root[data-theme=dark]{--bg-canvas:#181a20;--bg-card:#1e2026;--bg-tertiary:#262930;--bg-accent:#12141a;--bg-accent-card:#1e2026;--bg-hover:#2b3139;--text-primary:#eaecef;--text-secondary:#b7bdc6;--text-tertiary:#5e6673;--text-disabled:#474d57;--text-on-accent:#eaecef;--border:#2b3139;--shadow-subtle:#0003 0px 3px 5px 0px;--shadow-medium:#0000004d 0px 3px 5px 5px;--shadow-pill:#0006 0px 2px 10px -3px;--shadow-heavy:#0009 0px 32px 37px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg-canvas);color:var(--text-primary);font-family:var(--font);font-size:16px;font-weight:500;line-height:1.5;transition:background-color .2s,color .2s}h1,h2,h3,h4{color:var(--text-primary);margin:0}h1{font-size:28px;font-weight:700;line-height:1}h2{font-size:24px;font-weight:700;line-height:1}h3{font-size:20px;font-weight:600;line-height:1.25}a{color:var(--yellow);text-decoration:none}a:hover{color:var(--yellow-active)}.btn{justify-content:center;align-items:center;gap:var(--space-2);font-family:var(--font);letter-spacing:.16px;cursor:pointer;border:none;border-radius:6px;padding:10px 24px;font-size:16px;font-weight:600;line-height:1.25;transition:background-color .2s,color .2s,border-color .2s;display:inline-flex}.btn:focus-visible{outline:2px solid var(--focus-blue);outline-offset:2px}.btn-primary{background:var(--yellow);color:#1e2026}.btn-primary:hover:not(:disabled){background:var(--yellow-active)}.btn-primary:active:not(:disabled){background:#b8860b}.btn-pill{box-shadow:var(--shadow-pill);border-radius:50px;min-height:44px}.btn-secondary{color:var(--yellow);border:1px solid var(--yellow);background:0 0}.btn-secondary:hover:not(:disabled){background:var(--yellow-active);color:#fff;border-color:var(--yellow-active)}.btn-ghost{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border)}.btn-ghost:hover:not(:disabled){background:var(--bg-hover)}.btn:disabled{background:var(--border);color:var(--text-tertiary);border-color:var(--border);cursor:not-allowed;box-shadow:none}.card{background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-subtle);border-radius:12px;transition:box-shadow .2s}input:not([type=checkbox]):not([type=radio]),select,textarea{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border);font-family:var(--font);border-radius:8px;width:100%;padding:10px 12px;font-size:14px;font-weight:500;transition:border-color .2s}input::placeholder,textarea::placeholder{color:var(--text-tertiary)}input:focus,select:focus,textarea:focus{border-color:var(--yellow);outline:none}input[type=checkbox]{accent-color:var(--yellow);cursor:pointer;width:18px;height:18px;margin:0}label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--space-2);font-size:12px;font-weight:600;display:block}.muted{color:var(--text-tertiary);font-size:14px;font-weight:500}.tag{background:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border);white-space:nowrap;border-radius:10px;padding:5px 10px;font-size:12px;font-weight:600;line-height:1;display:inline-block}.container{width:100%;margin:0;padding:0 32px}@media (width<=768px){.container{padding:0 16px}}.site-header.svelte-12qhfyh{z-index:100;background:var(--bg-canvas);border-bottom:1px solid var(--border);transition:background-color .2s;position:sticky;top:0}.header-inner.svelte-12qhfyh{align-items:center;gap:var(--space-4);min-height:64px;padding-top:var(--space-3);padding-bottom:var(--space-3);display:flex}.logo.svelte-12qhfyh{width:auto;height:40px;display:block}:root[data-theme=dark] .logo.svelte-12qhfyh{filter:brightness(0)invert()}.titles.svelte-12qhfyh h1:where(.svelte-12qhfyh){font-size:28px;font-weight:700;line-height:1}.subtitle.svelte-12qhfyh{color:var(--text-tertiary);margin:6px 0 0;font-size:14px;font-weight:500;line-height:1}.logout.svelte-12qhfyh{margin-left:auto}.btn-sm.svelte-12qhfyh{padding:8px 16px;font-size:14px}main.svelte-12qhfyh{padding-top:var(--space-7);padding-bottom:var(--space-9)}.theme-toggle.svelte-12qhfyh{background:var(--bg-tertiary);border:1px solid var(--border);width:40px;height:40px;box-shadow:var(--shadow-pill);color:var(--text-primary);cursor:pointer;z-index:1000;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s;display:flex;position:fixed;bottom:16px;right:16px}.theme-toggle.svelte-12qhfyh:hover{background:var(--bg-hover)}@media (width<=600px){.titles.svelte-12qhfyh h1:where(.svelte-12qhfyh){font-size:22px}.logo.svelte-12qhfyh{height:32px}.subtitle.svelte-12qhfyh{font-size:12px}}
