*{box-sizing:border-box}html,body{height:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;tap-highlight-color:transparent}.loading-screen{font-family:-apple-system,sans-serif}:root{--bg: #ffffff;--text: #1a1a1a;--accent: #000000;--muted: #666666;--border: #eeeeee;--radius: 12px}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0;-webkit-font-smoothing:antialiased}.app-container.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}.loading-screen.svelte-12qhfyh,.auth-screen.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}h1.svelte-12qhfyh{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.02em}p.svelte-12qhfyh{color:var(--muted);margin-bottom:2rem}nav.svelte-12qhfyh{border-bottom:1px solid var(--border);padding:.75rem 1rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100}.nav-content.svelte-12qhfyh{max-width:600px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo.svelte-12qhfyh{font-weight:700;text-decoration:none;color:var(--accent)}.nav-links.svelte-12qhfyh{display:flex;gap:1rem;align-items:center}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration:none;color:var(--muted);font-size:.9rem}main.svelte-12qhfyh{flex:1;max-width:600px;width:100%;margin:0 auto;padding:1rem}.btn-primary.svelte-12qhfyh{background:var(--accent);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:transform .1s ease}.btn-primary.svelte-12qhfyh:active{transform:scale(.98)}.btn-text.svelte-12qhfyh{background:none;border:none;color:var(--muted);cursor:pointer;font-size:.9rem}.spinner.svelte-12qhfyh{width:24px;height:24px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:svelte-12qhfyh-spin .8s linear infinite}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}
