:root{--bg: #0f0f0f;--surface: #1a1a1a;--surface-2: #242424;--text: #f0f0f0;--muted: #9a9a9a;--border: #2e2e2e;--accent: #4a9eff;--got: #2d7a3a;--again: #8b2020;--nav-h: 64px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans CJK TC,Microsoft JhengHei,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}#app-root{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding:16px;padding-bottom:calc(var(--nav-h) + 16px + env(safe-area-inset-bottom));max-width:600px;width:100%;margin:0 auto}h1{font-size:1.5rem;margin:.4em 0 .6em}h2{font-size:1.15rem;margin:1.2em 0 .5em}a{color:var(--accent)}button{font-family:inherit;font-size:1rem;cursor:pointer;border:none;border-radius:10px;color:var(--text);background:var(--surface-2);padding:12px 16px;min-height:48px}button:active{filter:brightness(1.2)}button:disabled{opacity:.45;cursor:not-allowed}input,select{font-family:inherit;font-size:1rem;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:12px;min-height:48px;width:100%}input:focus,select:focus{outline:2px solid var(--accent);outline-offset:-1px}.btn-accent{background:var(--accent);color:#04121f;font-weight:600}.btn-ghost{background:transparent;border:1px solid var(--border)}.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px}.muted{color:var(--muted)}.row{display:flex;gap:8px;align-items:center}.col{display:flex;flex-direction:column;gap:12px}.field-label{font-size:.85rem;color:var(--muted);margin-bottom:4px;display:block}.chip{display:inline-block;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:3px 10px;font-size:.78rem;color:var(--muted)}.badge{display:inline-block;background:var(--accent);color:#04121f;border-radius:999px;padding:2px 10px;font-size:.78rem;font-weight:600}.badge-due{background:var(--again);color:#fff}.banner.svelte-12qhfyh{position:sticky;top:0;z-index:20;background:var(--again);color:#fff;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.9rem}.banner-x.svelte-12qhfyh{background:#ffffff26;min-height:32px;padding:4px 10px;border-radius:8px;flex-shrink:0}.bottom-nav.svelte-12qhfyh{position:fixed;bottom:0;left:0;right:0;height:calc(var(--nav-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--surface);border-top:1px solid var(--border);display:flex;z-index:10}.nav-item.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;color:var(--muted);font-size:.7rem;padding:6px 0}.nav-item.active.svelte-12qhfyh{color:var(--accent)}.nav-icon.svelte-12qhfyh{font-size:1.25rem;line-height:1}
