

/* Forgot Password */
    .auth-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 40px 16px; position: relative; z-index: 1; }
    .auth-card { background: rgba(255,255,255,0.7); border: 1px solid rgba(255,255,255,0.8); border-radius: 24px; backdrop-filter: blur(20px); box-shadow: 0 8px 40px rgba(37,99,235,0.12); padding: 40px; width: 100%; max-width: 420px; }
    .auth-title { font-size: 1.4rem; font-weight: 800; color: var(--text); text-align: center; margin-bottom: 6px; }
    .auth-sub { font-size: 0.85rem; color: var(--text-soft); text-align: center; margin-bottom: 28px; }
    .auth-field { margin-bottom: 16px; }
    .auth-field label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--text-mid); margin-bottom: 6px; }
    .auth-field input { width: 100%; padding: 11px 14px; border-radius: 10px; border: 1px solid rgba(74,184,254,0.3); background: rgba(255,255,255,0.8); font-family: 'Outfit',sans-serif; font-size: 0.9rem; color: var(--text); outline: none; transition: border 0.2s; }
    .auth-field input:focus { border-color: var(--blue-mid); }
    .auth-btn { width: 100%; padding: 12px; border-radius: 12px; background: linear-gradient(135deg,#2563eb,#1e3a8a); color: white; font-family: 'Outfit',sans-serif; font-size: 0.95rem; font-weight: 700; border: none; cursor: pointer; transition: all 0.2s; }
    .auth-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,99,235,0.35); }
    .auth-success { background: rgba(22,163,74,0.08); border: 1px solid rgba(22,163,74,0.2); color: #16a34a; border-radius: 10px; padding: 10px 14px; font-size: 0.84rem; margin-bottom: 16px; }
    .auth-error { background: rgba(239,68,68,0.08); border: 1px solid rgba(239,68,68,0.2); color: #dc2626; border-radius: 10px; padding: 10px 14px; font-size: 0.84rem; margin-bottom: 16px; }
    .auth-footer { text-align: center; margin-top: 20px; font-size: 0.82rem; }
    .auth-footer a { color: var(--blue-mid); text-decoration: none; font-weight: 600; }

/* Login */
    .auth-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 40px 16px; position: relative; z-index: 1; }
    .auth-card { background: rgba(255,255,255,0.7); border: 1px solid rgba(255,255,255,0.8); border-radius: 24px; backdrop-filter: blur(20px); box-shadow: 0 8px 40px rgba(37,99,235,0.12); padding: 40px; width: 100%; max-width: 420px; }
    .auth-logo { display: block; height: 40px; margin: 0 auto 24px; }
    .auth-title { font-size: 1.4rem; font-weight: 800; color: var(--text); text-align: center; margin-bottom: 6px; }
    .auth-sub { font-size: 0.85rem; color: var(--text-soft); text-align: center; margin-bottom: 28px; }
    .auth-field { margin-bottom: 16px; }
    .auth-field label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--text-mid); margin-bottom: 6px; }
    .auth-field input[type="email"],
    .auth-field input[type="password"] { width: 100%; padding: 11px 14px; border-radius: 10px; border: 1px solid rgba(74,184,254,0.3); background: rgba(255,255,255,0.8); font-family: 'Outfit', sans-serif; font-size: 0.9rem; color: var(--text); outline: none; transition: border 0.2s; }
    .auth-field input:focus { border-color: var(--blue-mid); }
    .auth-remember { display: flex; align-items: center; gap: 8px; font-size: 0.83rem; color: var(--text-soft); margin-bottom: 16px; }
    .auth-btn { width: 100%; padding: 12px; border-radius: 12px; background: linear-gradient(135deg, #2563eb, #1e3a8a); color: white; font-family: 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 700; border: none; cursor: pointer; transition: all 0.2s; }
    .auth-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,99,235,0.35); }
    .auth-error { background: rgba(239,68,68,0.08); border: 1px solid rgba(239,68,68,0.2); color: #dc2626; border-radius: 10px; padding: 10px 14px; font-size: 0.84rem; margin-bottom: 16px; }
    .auth-links { display: flex; justify-content: space-between; margin-top: 20px; font-size: 0.82rem; }
    .auth-links a { color: var(--blue-mid); text-decoration: none; font-weight: 600; }

/* Register */

    .auth-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 40px 16px; position: relative; z-index: 1; }
    .auth-card { background: rgba(255,255,255,0.7); border: 1px solid rgba(255,255,255,0.8); border-radius: 24px; backdrop-filter: blur(20px); box-shadow: 0 8px 40px rgba(37,99,235,0.12); padding: 40px; width: 100%; max-width: 420px; }
    .auth-logo { display: block; height: 40px; margin: 0 auto 24px; }
    .auth-title { font-size: 1.4rem; font-weight: 800; color: var(--text); text-align: center; margin-bottom: 6px; }
    .auth-sub { font-size: 0.85rem; color: var(--text-soft); text-align: center; margin-bottom: 28px; }
    .auth-field { margin-bottom: 16px; }
    .auth-field label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--text-mid); margin-bottom: 6px; }
    .auth-field input { width: 100%; padding: 11px 14px; border-radius: 10px; border: 1px solid rgba(74,184,254,0.3); background: rgba(255,255,255,0.8); font-family: 'Outfit', sans-serif; font-size: 0.9rem; color: var(--text); outline: none; transition: border 0.2s; }
    .auth-field input:focus { border-color: var(--blue-mid); }
    .auth-btn { width: 100%; padding: 12px; border-radius: 12px; background: linear-gradient(135deg, #2563eb, #1e3a8a); color: white; font-family: 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 700; border: none; cursor: pointer; transition: all 0.2s; margin-top: 4px; }
    .auth-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,99,235,0.35); }
    .auth-error { background: rgba(239,68,68,0.08); border: 1px solid rgba(239,68,68,0.2); color: #dc2626; border-radius: 10px; padding: 10px 14px; font-size: 0.84rem; margin-bottom: 16px; }
    .auth-success { background: rgba(22,163,74,0.08); border: 1px solid rgba(22,163,74,0.2); color: #16a34a; border-radius: 10px; padding: 10px 14px; font-size: 0.84rem; margin-bottom: 16px; }
    .auth-footer { text-align: center; margin-top: 20px; font-size: 0.82rem; color: var(--text-soft); }
    .auth-footer a { color: var(--blue-mid); text-decoration: none; font-weight: 600; }

/* Reset */

    .auth-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 40px 16px; position: relative; z-index: 1; }
    .auth-card { background: rgba(255,255,255,0.7); border: 1px solid rgba(255,255,255,0.8); border-radius: 24px; backdrop-filter: blur(20px); box-shadow: 0 8px 40px rgba(37,99,235,0.12); padding: 40px; width: 100%; max-width: 420px; }
    .auth-title { font-size: 1.4rem; font-weight: 800; color: var(--text); text-align: center; margin-bottom: 6px; }
    .auth-sub { font-size: 0.85rem; color: var(--text-soft); text-align: center; margin-bottom: 28px; }
    .auth-field { margin-bottom: 16px; }
    .auth-field label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--text-mid); margin-bottom: 6px; }
    .auth-field input { width: 100%; padding: 11px 14px; border-radius: 10px; border: 1px solid rgba(74,184,254,0.3); background: rgba(255,255,255,0.8); font-family: 'Outfit',sans-serif; font-size: 0.9rem; color: var(--text); outline: none; transition: border 0.2s; }
    .auth-field input:focus { border-color: var(--blue-mid); }
    .auth-btn { width: 100%; padding: 12px; border-radius: 12px; background: linear-gradient(135deg,#2563eb,#1e3a8a); color: white; font-family: 'Outfit',sans-serif; font-size: 0.95rem; font-weight: 700; border: none; cursor: pointer; transition: all 0.2s; }
    .auth-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,99,235,0.35); }
    .auth-success { background: rgba(22,163,74,0.08); border: 1px solid rgba(22,163,74,0.2); color: #16a34a; border-radius: 10px; padding: 10px 14px; font-size: 0.84rem; margin-bottom: 16px; }
    .auth-error { background: rgba(239,68,68,0.08); border: 1px solid rgba(239,68,68,0.2); color: #dc2626; border-radius: 10px; padding: 10px 14px; font-size: 0.84rem; margin-bottom: 16px; }
    .auth-footer { text-align: center; margin-top: 20px; font-size: 0.82rem; }
    .auth-footer a { color: var(--blue-mid); text-decoration: none; font-weight: 600; }