@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap";:root{--bg:#fbf7f0;--surface:#fff;--surface-2:#f4ece0;--text:#3d2c29;--text-muted:#8a7268;--primary:#e07a5f;--primary-strong:#c9634a;--primary-soft:#fae3db;--accent:#81b29a;--accent-strong:#5f9880;--accent-soft:#e2efe8;--danger:#c94f4f;--border:#e8ddcf;--shadow:0 2px 8px #3d2c2914;--radius:14px;--radius-sm:9px;--font-display:"Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}@media (prefers-color-scheme:dark){:root{--bg:#241a17;--surface:#2f2320;--surface-2:#3a2c28;--text:#f3e9e2;--text-muted:#b39a8f;--primary:#e58a71;--primary-strong:#ef9c85;--primary-soft:#4a2f27;--accent:#8fbfa7;--accent-strong:#a3cdb7;--accent-soft:#2c3a33;--danger:#e07070;--border:#4a3831;--shadow:0 2px 8px #0000004d}}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.5}h1,h2,h3{font-family:var(--font-display);margin:0 0 .5rem;font-weight:800}a{color:var(--primary-strong)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem}button,.btn{font-family:var(--font-display);border-radius:var(--radius-sm);background:var(--primary);color:#fff;cursor:pointer;border:none;padding:.55rem 1rem;font-size:.95rem;font-weight:700;transition:background .15s}button:hover,.btn:hover{background:var(--primary-strong)}button.secondary{background:var(--surface-2);color:var(--text)}button.secondary:hover{background:var(--border)}button.ghost{color:var(--text-muted);background:0 0;padding:.35rem .5rem}button.ghost:hover{background:var(--surface-2);color:var(--text)}input,select,textarea{font:inherit;color:var(--text);background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;padding:.5rem .7rem}input:focus,select:focus,textarea:focus{outline:2px solid var(--primary);outline-offset:1px;border-color:var(--primary)}label{font-family:var(--font-display);margin-bottom:.25rem;font-size:.85rem;font-weight:700;display:block}.muted{color:var(--text-muted)}.error{color:var(--danger);font-size:.9rem}.shell.svelte-12qhfyh{flex-direction:column;max-width:720px;min-height:100dvh;margin:0 auto;display:flex}header.svelte-12qhfyh{justify-content:space-between;align-items:center;padding:.9rem 1rem .5rem;display:flex}.brand.svelte-12qhfyh{font-family:var(--font-display);font-size:1.15rem;font-weight:800}.who.svelte-12qhfyh{font-family:var(--font-display);background:var(--user-color,var(--primary));color:#fff;border-radius:999px;padding:.2rem .7rem;font-size:.85rem;font-weight:700}main.svelte-12qhfyh{flex:1;padding:.5rem 1rem 5.5rem}main.anon.svelte-12qhfyh{max-width:420px;margin:0 auto;padding:1rem}nav.svelte-12qhfyh{background:var(--surface);border-top:1px solid var(--border);padding:.4rem 0 calc(.4rem + env(safe-area-inset-bottom));justify-content:space-around;max-width:720px;margin:0 auto;display:flex;position:fixed;bottom:0;left:0;right:0}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-muted);font-family:var(--font-display);border-radius:var(--radius-sm);flex-direction:column;align-items:center;gap:.1rem;padding:.25rem .9rem;font-size:.72rem;font-weight:700;text-decoration:none;display:flex}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--primary-strong);background:var(--primary-soft)}.emoji.svelte-12qhfyh{font-size:1.25rem}
