/* ===========================
   MEDDICARE — AUTH STYLES (WHITE MEDICAL THEME)
   =========================== */
.auth-page {
  min-height: 100vh; display: flex; align-items: center;
  justify-content: center; padding: 80px 20px 40px;
  background: linear-gradient(160deg, #f4f8fb 0%, #eaf4ff 50%, #edf7f6 100%);
  position: relative; overflow: hidden;
}
.auth-bg { position: absolute; inset: 0; pointer-events: none; }
.auth-shape {
  position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.1;
}
.auth-shape-1 { width: 500px; height: 500px; background: #3dd6c8; top: -100px; right: -100px; }
.auth-shape-2 { width: 400px; height: 400px; background: #7ec8e3; bottom: -100px; left: -100px; }

.auth-container {
  background: #ffffff; border: 1px solid rgba(13,148,136,0.15);
  border-radius: 24px; padding: 40px; width: 100%; max-width: 460px;
  position: relative; z-index: 1;
  box-shadow: 0 8px 40px rgba(26,46,68,0.1);
}
.auth-logo {
  display: flex; align-items: center; gap: 10px;
  justify-content: center; margin-bottom: 28px; text-decoration: none;
}
.auth-logo-img { height: 36px; }
.auth-logo-text {
  font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.3rem;
  color: #0d9488; display: flex; flex-direction: column; line-height: 1.1;
}
.auth-logo-text::after {
  content: 'Diagnostic \00B7 Pharmacy \00B7 Care';
  font-size: 0.54rem; font-family: 'DM Sans', sans-serif; font-weight: 500;
  color: #4b5563; letter-spacing: 0.09em; text-transform: uppercase;
  margin-top: 3px; white-space: nowrap;
}
.auth-title {
  font-family: 'Syne', sans-serif; font-size: 1.6rem; font-weight: 800;
  color: #1a2e44; text-align: center; margin-bottom: 8px;
}
.auth-subtitle { color: #4b5563; text-align: center; font-size: 0.9rem; margin-bottom: 28px; }

.form-group { margin-bottom: 18px; }
.form-group label { display: block; color: #1a2e44; font-size: 0.85rem; font-weight: 500; margin-bottom: 8px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; background: #f8fbff; border: 1px solid rgba(13,148,136,0.2);
  color: #1a2e44; padding: 12px 16px; border-radius: 12px;
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem; outline: none;
  transition: all 0.2s;
}
.form-group input:focus, .form-group select:focus {
  border-color: rgba(13,148,136,0.5);
  box-shadow: 0 0 0 3px rgba(13,148,136,0.07);
  background: #ffffff;
}
.form-group input::placeholder { color: #9ab5c5; }
.form-group select { appearance: none; cursor: pointer; }
.input-hint { font-size: 0.78rem; color: #4b5563; margin-top: 6px; }

.btn-auth {
  width: 100%; background: linear-gradient(135deg, #3dd6c8, #0d9488); color: #ffffff;
  border: none; padding: 14px; border-radius: 50px;
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1rem;
  cursor: pointer; transition: all 0.3s; margin-top: 4px;
  box-shadow: 0 8px 24px rgba(13,148,136,0.25);
}
.btn-auth:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(13,148,136,0.38); }
.btn-auth:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

.divider { display: flex; align-items: center; gap: 12px; margin: 20px 0; }
.divider::before, .divider::after { content: ''; flex: 1; height: 1px; background: rgba(13,148,136,0.15); }
.divider span { color: #4b5563; font-size: 0.8rem; }

.btn-google {
  width: 100%; background: transparent; border: 1px solid rgba(26,46,68,0.15);
  color: #1a2e44; padding: 12px; border-radius: 50px;
  font-size: 0.9rem; font-weight: 500; cursor: pointer; transition: all 0.2s;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  text-decoration: none;
}
.btn-google:hover { background: #f8fbff; border-color: rgba(26,46,68,0.25); }
.google-icon { width: 18px; height: 18px; }

.auth-switch { text-align: center; margin-top: 20px; color: #4b5563; font-size: 0.88rem; }
.auth-switch a { color: #0d9488; text-decoration: none; font-weight: 600; }
.auth-switch a:hover { text-decoration: underline; }

.form-check { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 16px; }
.form-check input[type="checkbox"] { width: auto; margin-top: 2px; accent-color: #0d9488; }
.form-check label { font-size: 0.82rem; color: #4b5563; cursor: pointer; }
.form-check a { color: #0d9488; }

.alert { padding: 12px 16px; border-radius: 10px; font-size: 0.85rem; margin-bottom: 16px; }
.alert-error { background: rgba(220,38,38,0.06); border: 1px solid rgba(220,38,38,0.2); color: #dc2626; }
.alert-success { background: rgba(13,148,136,0.06); border: 1px solid rgba(13,148,136,0.2); color: #0d9488; }
.alert-info { background: rgba(37,99,235,0.06); border: 1px solid rgba(37,99,235,0.2); color: #2563eb; }

.password-wrapper { position: relative; }
.password-wrapper input { padding-right: 44px; }
.toggle-pw {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  background: none; border: none; color: #4b5563; cursor: pointer;
  font-size: 1rem; padding: 0;
}
.otp-box {
  background: rgba(13,148,136,0.04); border: 1px solid rgba(13,148,136,0.2);
  border-radius: 12px; padding: 16px; text-align: center; margin: 16px 0;
}
.otp-box p { color: #4b5563; font-size: 0.85rem; margin-bottom: 8px; }
.otp-box strong { color: #0d9488; }
