/* ─── Auth Pages — CII Navy/Gold ─── */
.auth-body { background: #FAF9F6; min-height: 100vh; display: flex; align-items: center; justify-content: center; font-family: 'Inter', -apple-system, sans-serif; }
.auth-container { width: 100%; max-width: 420px; padding: 20px; }
.auth-card { background: #fff; border-radius: 14px; padding: 36px; box-shadow: 0 4px 16px rgba(0,0,0,0.06), 0 1px 4px rgba(0,0,0,0.04); border: 1px solid #e8e6e1; }
.auth-header { text-align: center; margin-bottom: 24px; }
.auth-logo { font-family: 'DM Serif Display', Georgia, serif; font-size: 1.5rem; font-weight: 400; color: #0f1c3f; text-decoration: none; display: inline-block; margin-bottom: 16px; }
.auth-logo span { color: #FFC14E; }
.auth-header h1 { font-family: 'DM Serif Display', Georgia, serif; font-size: 1.3rem; font-weight: 400; color: #0f1c3f; margin-bottom: 4px; }
.auth-header p { color: #5a5a72; font-size: 0.9rem; }
.auth-form { margin-top: 20px; }
.auth-form .form-group { margin-bottom: 16px; }
.auth-form label { display: block; font-weight: 600; font-size: 0.85rem; color: #0f1c3f; margin-bottom: 6px; }
.auth-form input { width: 100%; padding: 11px 14px; border: 1px solid #e8e6e1; border-radius: 10px; font-size: 0.92rem; font-family: inherit; transition: border-color 0.15s; }
.auth-form input:focus { outline: none; border-color: #FFC14E; box-shadow: 0 0 0 3px rgba(255,193,78,0.15); }
.auth-form .btn { margin-top: 8px; padding: 12px; font-size: 1rem; background: linear-gradient(145deg, #FFC14E, #d4960a); color: #0f1c3f; font-weight: 700; border: none; border-radius: 10px; cursor: pointer; width: 100%; }
.auth-form .btn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(212,150,10,0.3); }
.auth-links { text-align: center; margin-top: 20px; font-size: 0.85rem; color: #5a5a72; }
.auth-links a { color: #d4960a; text-decoration: none; font-weight: 600; }
.auth-links a:hover { text-decoration: underline; }
.password-strength { font-size: 0.8rem; margin-top: 4px; font-weight: 600; }
.flash { padding: 12px 16px; border-radius: 10px; font-size: 0.85rem; margin-bottom: 12px; }
.flash-success { background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; }
.flash-danger { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.flash-warning { background: #fffbeb; color: #854d0e; border: 1px solid #fde68a; }
.flash-info { background: #eff6ff; color: #1e40af; border: 1px solid #bfdbfe; }
