:root{--bg: #0b0a14;--surface: #151322;--surface-2: #1e1b30;--border: #2a2742;--text: #e6e2f5;--muted: #9a94b8;--primary: #b3a6f2;--primary-ink: #14102a;--danger: #f2a6b3;--radius: 16px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer;border:none;border-radius:999px;padding:.65rem 1.2rem;background:var(--surface-2);color:var(--text)}button.primary{background:var(--primary);color:var(--primary-ink);font-weight:600}button.danger{background:transparent;color:var(--danger);border:1px solid var(--border)}button:disabled{opacity:.5;cursor:default}input,textarea{font:inherit;background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:12px;padding:.6rem .8rem;width:100%}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem}.muted{color:var(--muted)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important}}.shell.svelte-12qhfyh{max-width:640px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column;padding:0 1rem env(safe-area-inset-bottom,0)}header.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.brand.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:var(--text);text-decoration:none;border-bottom:3px solid var(--primary);padding-bottom:2px}.brand.svelte-12qhfyh:hover{text-decoration:none}main.svelte-12qhfyh{flex:1;padding-bottom:2rem}footer.svelte-12qhfyh{padding:1.25rem 0 1.5rem;font-size:.8rem;display:flex;gap:.5rem;flex-wrap:wrap;border-top:1px solid var(--border)}
