:root{--bg-primary:#0b0e14;--bg-secondary:#151a23;--bg-elevated:#1e2430;--text-primary:#f0f2f5;--text-secondary:#8b95a5;--accent:#2962ff;--accent-hover:#1e4bd8;--border:#2a313e;--bullish:#26a69a;--bearish:#ef5350}[data-theme=light]{--bg-primary:#fff;--bg-secondary:#f4f6f8;--bg-elevated:#fff;--text-primary:#131722;--text-secondary:#5d606b;--accent:#2962ff;--accent-hover:#1e4bd8;--border:#e0e3eb;--bullish:#089981;--bearish:#f23645}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;transition:background-color .3s,color .3s;display:flex}a{color:var(--accent);text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.navbar.svelte-12qhfyh{background-color:var(--bg-secondary);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.logo.svelte-12qhfyh{color:var(--text-primary);font-size:1.25rem;font-weight:700}.theme-toggle.svelte-12qhfyh{background-color:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border);border-radius:6px;padding:.5rem 1rem;transition:all .2s}.theme-toggle.svelte-12qhfyh:hover{background-color:var(--bg-primary)}main.svelte-12qhfyh{flex-direction:column;flex:1;display:flex}
