@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: rgba(99, 157, 255, .12);--border2: rgba(99, 157, 255, .22);--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 rgba(0,0,0,.4);--nav-bg: rgba(10,15,26,.92)}:root.theme-light{--bg: #fffff0;--bg2: #f5f5e8;--bg3: #f5f5e8;--surface: #e8e8d8;--border: rgba(176,196,222,.6);--border2: rgba(176,196,222,.9);--accent: #2563eb;--accent2: #1d4ed8;--green: #059669;--amber: #d97706;--red: #dc2626;--text: #1e293b;--text2: #334155;--text3: #64748b;--shadow: 0 4px 24px rgba(0,0,0,.12);--nav-bg: rgba(255,255,240,.95)}html{font-size:16px}body{font-family:DM Sans,sans-serif;background:var(--bg);color:var(--text);min-height:100dvh;line-height:1.6;-webkit-font-smoothing:antialiased;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{font-size:1.75rem;font-weight:600;letter-spacing:-.02em}h2{font-size:1.25rem;font-weight:600;letter-spacing:-.01em}h3{font-size:1rem;font-weight:500}input,select,textarea{width:100%;background:var(--bg3);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);padding:10px 14px;font-family:inherit;font-size:.9375rem;outline:none;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 select option{background:var(--bg2);color:var(--text)}button{cursor:pointer;font-family:inherit;font-size:.9375rem;font-weight:500;border:none;border-radius:var(--radius);padding:10px 18px;transition:all .15s}button:active{transform:scale(.97)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{filter:brightness(1.1)}.btn-ghost{background:transparent;border:1px solid var(--border);color:var(--text2)}.btn-ghost:hover{background:var(--bg3);border-color:var(--border2);color:var(--text)}.btn-danger{background:transparent;border:1px solid rgba(239,68,68,.3);color:var(--red)}.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);padding:.75rem 1rem;display:flex;flex-direction:column;gap:2px;transition:background .25s}.stat-label{font-size:.75rem;color:var(--text3);text-transform:uppercase;letter-spacing:.06em}.stat-value{font-size:1.375rem;font-weight:600;font-family:Space Mono,monospace}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:500}.badge-blue{background:#3b82f626;color:#2563eb}.badge-green{background:#10b98126;color:#059669}.badge-amber{background:#f59e0b26;color:#d97706}.badge-red{background:#ef444426;color:#dc2626}: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{position:fixed;bottom:0;left:0;right:0;background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);display:flex;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:8px 4px calc(8px + env(safe-area-inset-bottom));z-index:100;transition:background .25s,border-color .25s}.bottom-nav::-webkit-scrollbar{display:none}.nav-item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 14px;color:var(--text3);font-size:.6875rem;cursor:pointer;border-radius:var(--radius);transition:color .15s;background:none;border:none;flex-shrink:0;white-space:nowrap}.nav-item.active{color:var(--accent)}.nav-item svg{width:22px;height:22px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:1rem}.form-label{font-size:.8125rem;color:var(--text2);font-weight:500}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:3rem 1rem;text-align:center;color:var(--text3)}.empty svg{width:48px;height:48px;opacity:.4}.mono{font-family:Space Mono,monospace}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
