.login-page{color:#f8fafc;background:#0f172a;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{background:#111827;border:1px solid #334155;border-radius:16px;width:100%;max-width:420px;padding:32px;box-shadow:0 20px 40px #00000059}.login-card h1{margin:0 0 8px}.login-card p{color:#cbd5e1}.login-card form{flex-direction:column;gap:16px;margin-top:24px;display:flex}.login-card label{flex-direction:column;gap:8px;font-weight:600;display:flex}.login-card input{color:#f8fafc;background:#020617;border:1px solid #475569;border-radius:10px;padding:12px}.login-card button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:12px;font-weight:700}.login-card button:disabled{opacity:.6;cursor:not-allowed}.login-actions{justify-content:space-between;gap:12px;margin-top:20px;display:flex}.login-actions button{color:#93c5fd;background:0 0;padding:0}.login-message{margin-top:16px}.register-page{color:#f8fafc;background:#0f172a;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.register-card{background:#111827;border:1px solid #334155;border-radius:16px;width:100%;max-width:440px;padding:32px}.register-card form{flex-direction:column;gap:14px;display:flex}.register-card input{color:#fff;background:#020617;border:1px solid #475569;border-radius:10px;padding:12px}.register-card button{color:#fff;background:#2563eb;border:none;border-radius:10px;padding:12px;font-weight:700}.register-message{margin-top:16px}.dashboard-page{color:#f8fafc;background:#0f172a;min-height:100vh;padding:32px}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.dashboard-header h1{margin:0}.dashboard-header p{color:#cbd5e1}.dashboard-header button,.dashboard-card button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:10px 16px;font-weight:700}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;display:grid}.dashboard-card{background:#111827;border:1px solid #334155;border-radius:16px;padding:24px}.dashboard-card p{color:#cbd5e1}
