*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:#0f172a;background:#f8fafc;font-family:Segoe UI,system-ui,-apple-system,sans-serif}button{cursor:pointer;font-family:inherit}table{border-collapse:collapse;width:100%}.login-page{background:linear-gradient(135deg,#eef2ff,#ecfdf5);justify-content:center;align-items:center;height:100%;display:flex}.login-card{background:#fff;border-radius:16px;width:100%;max-width:360px;padding:2.5rem;box-shadow:0 10px 30px #0f172a14}.login-card h1{color:#4338ca;margin:0;font-size:2rem}.tagline{color:#64748b;margin-top:.25rem;margin-bottom:1.5rem}.login-card form{flex-direction:column;gap:1rem;display:flex}.login-card label{color:#334155;flex-direction:column;gap:.35rem;font-size:.9rem;display:flex}.login-card input{border:1px solid #cbd5e1;border-radius:8px;padding:.6rem .75rem;font-size:1rem}.login-card button[type=submit]{color:#fff;background:#4338ca;border:none;border-radius:8px;margin-top:.5rem;padding:.65rem;font-size:1rem;font-weight:600}.login-card button[type=submit]:disabled{opacity:.6}.link-button{color:#4338ca;background:0 0;border:none;margin-top:1rem;padding:0;font-size:.9rem}.error{color:#b91c1c;background:#fef2f2;border-radius:8px;padding:.5rem .75rem;font-size:.9rem}.dashboard{max-width:960px;margin:0 auto;padding:1.5rem}.dashboard-header{justify-content:space-between;align-items:center;display:flex}.dashboard-header h1{color:#4338ca;margin:0}.tab-nav{border-bottom:1px solid #e2e8f0;gap:.5rem;margin:1.5rem 0;display:flex}.tab-nav button{color:#64748b;background:0 0;border:none;border-bottom:2px solid #0000;padding:.75rem 1rem;font-size:1rem}.tab-nav button.active{color:#4338ca;border-bottom-color:#4338ca;font-weight:600}.stat-row{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.stat-card{background:#fff;border-top:4px solid #6366f1;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 4px 12px #0f172a0d}.stat-label{color:#64748b;font-size:.85rem}.stat-value{margin-top:.25rem;font-size:1.75rem;font-weight:700}.chart-box{background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:1rem;box-shadow:0 4px 12px #0f172a0d}.tab-intro{color:#64748b;margin-top:0;font-size:.9rem}.placeholder-box{color:#475569;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0f172a0d}.peaks-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0f172a0d}.peaks-table th,.peaks-table td{text-align:left;border-bottom:1px solid #f1f5f9;padding:.6rem 1rem}.peaks-table th{color:#64748b;font-size:.85rem}@media (width<=600px){.stat-row{grid-template-columns:1fr}}
