:root{--bg: #f6f7fb;--surface: #ffffff;--surface-2: #eef0f6;--text: #1b1c22;--text-muted: #6b7080;--border: #dfe2ec;--accent: #4f46e5;--accent-contrast: #ffffff;--free: #16a34a;--free-soft: #dcfce7;--busy: #dc2626;--busy-soft: #fee2e2;--unknown: #c7cad4;--star: #f59e0b;--star-soft: #fef3c7;--radius: 12px;--nav-height: 56px}@media(prefers-color-scheme:dark){:root{--bg: #14151c;--surface: #1c1e28;--surface-2: #262935;--text: #ececf1;--text-muted: #9ba1b0;--border: #333747;--accent: #818cf8;--accent-contrast: #14151c;--free: #4ade80;--free-soft: #143323;--busy: #f87171;--busy-soft: #3b1a1a;--unknown: #4a4e5e;--star: #fbbf24;--star-soft: #3a2e10}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:var(--accent);text-decoration:none}h1,h2,h3{line-height:1.25;margin:0 0 .5rem}main{max-width:640px;margin:0 auto;padding:1rem .75rem calc(var(--nav-height) + env(safe-area-inset-bottom,0px) + 1.5rem)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;margin-bottom:1rem}button,.btn{font:inherit;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:10px;padding:.5rem .9rem;cursor:pointer;touch-action:manipulation}button.primary,.btn.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast);font-weight:600}button.danger{color:var(--busy);border-color:var(--busy);background:transparent}button:disabled{opacity:.5;cursor:default}input,select,textarea{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.5rem .7rem;width:100%}label{display:block;font-size:.85rem;color:var(--text-muted);margin-bottom:.2rem}.field{margin-bottom:.8rem}.muted{color:var(--text-muted);font-size:.9rem}.error{color:var(--busy)}nav.svelte-12qhfyh{position:fixed;bottom:0;left:0;right:0;height:calc(var(--nav-height) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:var(--surface);border-top:1px solid var(--border);display:flex;justify-content:space-around;align-items:stretch;z-index:10}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;flex:1;font-size:.7rem;color:var(--text-muted)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--accent);font-weight:600}.icon.svelte-12qhfyh{font-size:1.2rem;line-height:1}
