:root{--font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--bg: #f2f2f7;--surface: #ffffff;--surface-2: #ffffff;--text: #1c1c1e;--text-2: #8a8a8e;--separator: rgba(60, 60, 67, .12);--accent: #ff9500;--accent-contrast: #ffffff;--danger: #ff3b30;--shadow: 0 1px 2px rgba(0, 0, 0, .04);--radius: 14px}:root[data-theme=dark]{--bg: #000000;--surface: #1c1c1e;--surface-2: #2c2c2e;--text: #f2f2f7;--text-2: #98989f;--separator: rgba(84, 84, 88, .4);--accent: #ff9f0a;--accent-contrast: #000000;--danger: #ff453a;--shadow: none}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100dvh}button{font-family:inherit;cursor:pointer}input,button{font-size:16px}::selection{background:color-mix(in srgb,var(--accent) 30%,transparent)}.app.svelte-12qhfyh{max-width:640px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column}.topbar.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:max(16px,env(safe-area-inset-top)) 20px 8px}.brand.svelte-12qhfyh{font-size:15px;font-weight:600;letter-spacing:.02em;color:var(--text-2);text-transform:uppercase}.actions.svelte-12qhfyh{display:flex;align-items:center;gap:8px}.actions.svelte-12qhfyh form:where(.svelte-12qhfyh){display:contents}.icon-btn.svelte-12qhfyh{border:none;background:var(--surface);width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-size:16px;color:var(--text-2);box-shadow:var(--shadow);transition:transform .12s ease}.icon-btn.svelte-12qhfyh:active{transform:scale(.92)}main.svelte-12qhfyh{flex:1}
