:root{--bg:#0f172a;--surface:#111c33;--surface-2:#16243f;--border:#243453;--text:#e5edff;--muted:#8aa0c8;--accent:#16a34a;--accent-2:#22c55e;--danger:#ef4444;--warning:#f59e0b;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}h1,h2,h3{margin:0 0 .5em;line-height:1.2}a{color:var(--accent-2)}button{font:inherit;cursor:pointer;background:var(--accent);color:#fff;border:none;border-radius:12px;padding:12px 16px;font-weight:600}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:16px}.pill{background:var(--surface-2);border-radius:999px;padding:2px 10px;font-size:.75rem;font-weight:600;display:inline-block}.app.svelte-12qhfyh{flex-direction:column;min-height:100dvh;display:flex}.content.svelte-12qhfyh{width:100%;max-width:640px;padding:env(safe-area-inset-top) 16px 0;flex:1;margin:0 auto}.tabbar.svelte-12qhfyh{background:var(--surface);border-top:1px solid var(--border);padding:8px 4px calc(8px + env(safe-area-inset-bottom));justify-content:space-around;display:flex;position:sticky;bottom:0}.tabbar.svelte-12qhfyh a:where(.svelte-12qhfyh){text-align:center;color:var(--muted);flex:1;padding:6px 0;font-size:.8rem;font-weight:600;text-decoration:none}.tabbar.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--accent)}
