/* ARGUS - Auth Page Styling (baseline)
   Catatan: ini adalah styling fungsional dasar untuk Tahap 3.
   Upgrade UI premium penuh (glassmorphism, animasi) menyusul di
   sesi UI/UX Enterprise Finalization sesuai brief Sesi 1 §14. */

.argus-auth-body {
    background: linear-gradient(160deg, #eef2ff 0%, #f7f8fb 60%, #ffffff 100%);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.argus-auth-card {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 25px rgba(17, 24, 39, 0.08), 0 4px 10px rgba(17, 24, 39, 0.04);
}

.argus-logo {
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #4f46e5;
}
