@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600&family=Space+Mono:wght@400;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0f1a;--bg2:#111827;--bg3:#1a2234;--surface:#1e2d45;--border:#639dff1f;--border2:#639dff38;--accent:#3b82f6;--accent2:#60a5fa;--green:#10b981;--amber:#f59e0b;--red:#ef4444;--text:#e2e8f0;--text2:#94a3b8;--text3:#64748b;--radius:10px;--radius-lg:16px;--shadow:0 4px 24px #0006;--nav-bg:#0a0f1aeb}:root.theme-light{--bg:ivory;--bg2:#fff;--bg3:#eaeae0;--surface:#dde4ef;--border:#6482b459;--border2:#6482b4a6;--accent:#2563eb;--accent2:#1d4ed8;--green:#059669;--amber:#d97706;--red:#dc2626;--text:#1a2332;--text2:#2d3f55;--text3:#4a5e75;--shadow:0 4px 24px #0000001a;--nav-bg:#fffff0f7}html{font-size:16px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100dvh;font-family:DM Sans,sans-serif;line-height:1.6;transition:background .25s,color .25s}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}h1{letter-spacing:-.02em;font-size:1.75rem;font-weight:600}h2{letter-spacing:-.01em;font-size:1.25rem;font-weight:600}h3{font-size:1rem;font-weight:500}input,select,textarea{background:var(--bg3);border:1px solid var(--border);width:100%;color:var(--text);border-radius:var(--radius);outline:none;padding:10px 14px;font-family:inherit;font-size:.9375rem;transition:border-color .15s,background .25s,color .25s}input:focus,select:focus,textarea:focus{border-color:var(--accent)}input::placeholder,textarea::placeholder{color:var(--text3)}.theme-light input,.theme-light select,.theme-light textarea{color:var(--text);background:#fff;border-color:#6482b473}.theme-light input::placeholder,.theme-light textarea::placeholder{color:#7a8fa8}.theme-light input:focus,.theme-light select:focus,.theme-light textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1f}.theme-light .form-label{color:var(--text);font-weight:600}.theme-light .hint-text{color:var(--text2)!important}.theme-light select option{color:var(--text);background:#fff}button{cursor:pointer;border-radius:var(--radius);border:none;padding:10px 18px;font-family:inherit;font-size:.9375rem;font-weight:500;transition:all .15s}button:active{transform:scale(.97)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{filter:brightness(1.1)}.btn-ghost{border:1px solid var(--border);color:var(--text2);background:0 0}.btn-ghost:hover{background:var(--bg3);border-color:var(--border2);color:var(--text)}.btn-danger{color:var(--red);background:0 0;border:1px solid #ef44444d}.btn-danger:hover{background:#ef44441a}.card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;transition:background .25s,border-color .25s}.stat{background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:2px;padding:.75rem 1rem;transition:background .25s;display:flex}.stat-label{color:var(--text3);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem}.stat-value{font-family:Space Mono,monospace;font-size:1.375rem;font-weight:600}.badge{border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:.75rem;font-weight:500;display:inline-flex}.badge-blue{color:#2563eb;background:#3b82f626}.badge-green{color:#059669;background:#10b98126}.badge-amber{color:#d97706;background:#f59e0b26}.badge-red{color:#dc2626;background:#ef444426}.theme-light .card{background:#fff;border-color:#6482b44d;box-shadow:0 1px 6px #00000012}.theme-light .card:hover{box-shadow:0 2px 12px #0000001a}.theme-light .stat{background:#eaeae0;border-color:#6482b440}.theme-light .btn-ghost{color:var(--text2);background:#eaeae0;border-color:#6482b466}.theme-light .btn-ghost:hover{color:var(--text);background:#d8e4f0}.theme-light .bottom-nav{border-top-color:#6482b44d}:root:not(.theme-light) .badge-blue{color:#93c5fd}:root:not(.theme-light) .badge-green{color:#6ee7b7}:root:not(.theme-light) .badge-amber{color:#fcd34d}:root:not(.theme-light) .badge-red{color:#fca5a5}.page{max-width:900px;margin:0 auto;padding:1.5rem 1rem 6rem}.bottom-nav{background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:8px 4px calc(8px + env(safe-area-inset-bottom));z-index:100;justify-content:flex-start;transition:background .25s,border-color .25s;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-x:auto}.bottom-nav::-webkit-scrollbar{display:none}.nav-item{color:var(--text3);cursor:pointer;border-radius:var(--radius);white-space:nowrap;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:2px;padding:6px 14px;font-size:.6875rem;transition:color .15s;display:flex}.nav-item.active{color:var(--accent)}.nav-item svg{width:22px;height:22px}.form-group{flex-direction:column;gap:6px;margin-bottom:1rem;display:flex}.form-label{color:var(--text2);font-size:.8125rem;font-weight:500}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.empty{text-align:center;color:var(--text3);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:3rem 1rem;display:flex}.empty svg{opacity:.4;width:48px;height:48px}.mono{font-family:Space Mono,monospace}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.theme-light .checklist-btn-inactive{color:var(--text2)!important;background:#eaeae0!important;border-color:#6482b459!important}
