:root{--bg:#0b0b0f;--surface:#16161d;--surface-2:#1f1f29;--border:#2a2a36;--text:#f2f2f5;--text-muted:#9a9aa8;--accent:#6c8cff;--accent-contrast:#fff;--danger:#ff5c66;--success:#46d17a;--radius:12px;--nav-height:64px;--safe-bottom:env(safe-area-inset-bottom,0px);--safe-top:env(safe-area-inset-top,0px);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overscroll-behavior-y:none;margin:0;padding:0}body{min-height:100dvh}a{color:var(--accent);text-decoration:none}h1,h2,h3{line-height:1.2}button{font-family:inherit}input,select,textarea{font-family:inherit;font-size:16px}.bottom-nav.svelte-oeh3u8{height:calc(var(--nav-height) + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:var(--surface);border-top:1px solid var(--border);z-index:50;justify-content:space-around;align-items:stretch;display:flex;position:fixed;bottom:0;left:0;right:0}.nav-item.svelte-oeh3u8{color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;padding:6px 0;font-size:11px;display:flex}.nav-item.active.svelte-oeh3u8{color:var(--accent)}.app-shell.svelte-12qhfyh{flex-direction:column;min-height:100dvh;display:flex}.content.svelte-12qhfyh{width:100%;max-width:640px;padding:calc(var(--safe-top) + 16px) 16px 16px;flex:1;margin:0 auto}.with-nav.svelte-12qhfyh .content:where(.svelte-12qhfyh){padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 16px)}
