:root{--bg:#121212;--surface:#1e1e1e;--surface-hover:#282828;--border:#2d2d2d;--border-highlight:#404040;--text-main:#f3f4f6;--text-muted:#d1d5db;--text-dim:#9ca3af;--primary:#f59e0b;--primary-hover:#d97706;--won:#10b981;--lost:#ef4444;--stage1:#f59e0b;--stage2:#fb923c;--stage3:#a855f7}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text-main);min-height:100vh;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}main.svelte-12qhfyh{flex:1;overflow-y:auto}main.with-nav.svelte-12qhfyh{padding-bottom:72px}.bottom-nav.svelte-12qhfyh{background:var(--surface);border-top:1px solid var(--border);z-index:10;justify-content:space-around;padding:6px 0;display:flex;position:fixed;bottom:0;left:0;right:0}.nav-item.svelte-12qhfyh{color:var(--text-dim);flex-direction:column;align-items:center;gap:3px;padding:4px 8px;font-family:Outfit,sans-serif;font-size:.65rem;text-decoration:none;transition:color .2s;display:flex}.nav-item.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:20px;height:20px}.nav-item.active.svelte-12qhfyh{color:var(--primary)}
