/* =============================================
   ALPHABOT — AUTH PAGES CSS
   Login & Register
   ============================================= */

/* ---- BASE ---- */
.auth-body {
  min-height: 100vh;
  background: var(--bg-base);
  overflow-x: hidden;
  position: relative;
  display: flex;
  align-items: stretch;
}

/* ---- GRID BG ---- */
.auth-grid-bg {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 100% 100% at 50% 50%, black 30%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

/* ---- FLOATING PARTICLES ---- */
.auth-particles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: var(--accent);
  border-radius: 50%;
  opacity: 0;
  animation: particleFloat 8s infinite;
}

.particle:nth-child(1) {
  left: 15%;
  animation-delay: 0s;
  animation-duration: 7s;
}

.particle:nth-child(2) {
  left: 35%;
  animation-delay: 1.5s;
  animation-duration: 9s;
}

.particle:nth-child(3) {
  left: 55%;
  animation-delay: 3s;
  animation-duration: 6s;
}

.particle:nth-child(4) {
  left: 72%;
  animation-delay: 4.5s;
  animation-duration: 8s;
}

.particle:nth-child(5) {
  left: 88%;
  animation-delay: 2s;
  animation-duration: 10s;
}

@keyframes particleFloat {
  0% {
    bottom: -10px;
    opacity: 0;
    transform: translateX(0);
  }

  10% {
    opacity: 0.6;
  }

  90% {
    opacity: 0.3;
  }

  100% {
    bottom: 110vh;
    opacity: 0;
    transform: translateX(30px);
  }
}

/* ---- THEME TOGGLE ---- */
.auth-theme-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  color: var(--text-secondary);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.2s;
}

.auth-theme-toggle:hover {
  border-color: var(--border-accent);
  color: var(--accent);
  background: var(--accent-dim);
}

/* ---- LAYOUT WRAPPER ---- */
.auth-wrapper {
  display: flex;
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

/* ---- BRAND SIDE (left panel) ---- */
.auth-brand-side {
  flex: 1;
  background: linear-gradient(135deg, var(--bg-surface) 0%, var(--bg-elevated) 100%);
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 56px;
  position: relative;
  overflow: hidden;
  max-width: 500px;
}

.auth-brand-side::before {
  content: '';
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--accent-dim) 0%, transparent 70%);
  pointer-events: none;
}

.auth-brand-side::after {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(68, 153, 255, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.brand-content {
  position: relative;
  z-index: 1;
}

.ab-logo {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--text-primary) !important;
  text-decoration: none;
  letter-spacing: -0.5px;
}

.logo-icon {
  color: var(--accent);
  font-size: 1.5rem;
  line-height: 1;
}

.brand-headline {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 16px;
  letter-spacing: -1px;
}

.brand-sub {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 32px;
}

.brand-stats {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  padding: 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
}

.bstat {
  display: flex;
  flex-direction: column;
}

.bstat-val {
  font-family: 'Montserrat', monospace;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.1;
}

.bstat-lbl {
  font-size: 0.72rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 3px;
}

/* Checklist */
.brand-checklist {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.brand-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-secondary);
  font-size: 0.88rem;
}

.brand-checklist li i {
  color: var(--accent);
  font-size: 0.9rem;
  flex-shrink: 0;
}

/* Mini ticker on brand side */
.brand-ticker {
  overflow: hidden;
  height: 30px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.brand-ticker-inner {
  display: flex;
  white-space: nowrap;
  animation: tickerScroll 28s linear infinite;
  font-family: 'Montserrat', monospace;
  font-size: 0.68rem;
  color: var(--text-muted);
}

.btick-item {
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-right: 1px solid var(--border);
}

.btick-item .t-sym {
  color: var(--text-primary);
}

.btick-item .t-up {
  color: var(--accent);
}

.btick-item .t-down {
  color: var(--red);
}

@keyframes tickerScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ---- FORM SIDE (right panel) ---- */
.auth-form-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
  min-height: 100vh;
  overflow-y: auto;
}

/* ---- AUTH CARD ---- */
.auth-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 40px 36px;
  width: 100%;
  max-width: 460px;
  box-shadow: var(--shadow-card);
  animation: cardIn 0.5s ease;
}

.auth-card-register {
  max-width: 500px;
}

@keyframes cardIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.auth-card-header {
  margin-bottom: 28px;
}

.auth-title {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}

.auth-sub {
  color: var(--text-secondary);
  font-size: 0.88rem;
  font-weight: 400;
  margin: 0;
}

/* ---- ALERTS ---- */
.auth-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 0.85rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

.auth-alert i {
  flex-shrink: 0;
  margin-top: 1px;
}

.auth-alert-error {
  background: rgba(255, 68, 102, 0.1);
  border: 1px solid rgba(255, 68, 102, 0.3);
  color: #ff4466;
}

.auth-alert-info {
  background: rgba(68, 153, 255, 0.1);
  border: 1px solid rgba(68, 153, 255, 0.3);
  color: #4499ff;
}

.alert-errors {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* ---- FORM FIELDS ---- */
.auth-field {
  margin-bottom: 20px;
}

.auth-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-secondary);
  margin-bottom: 8px;
  letter-spacing: 0.2px;
}

.auth-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.auth-label-row .auth-label {
  margin-bottom: 0;
}

.auth-forgot {
  font-size: 0.78rem;
  color: var(--accent);
  text-decoration: none;
  font-family: 'Montserrat', monospace;
  transition: opacity 0.2s;
}

.auth-forgot:hover {
  opacity: 0.7;
}

/* Input wrapper */
.auth-input-wrap {
  position: relative;
}

/* Django form widget overrides */
.auth-input-wrap input,
.auth-input-wrap select {
  width: 100%;
  background: var(--bg-elevated) !important;
  border: 1px solid var(--border) !important;
  border-radius: 10px !important;
  color: var(--text-primary) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.9rem !important;
  padding: 12px 16px !important;
  transition: all 0.2s !important;
  outline: none !important;
  box-shadow: none !important;
}

.auth-input-wrap select {
  appearance: auto;
  cursor: pointer;
}

.auth-input-wrap input::placeholder {
  color: var(--text-muted) !important;
}

.auth-input-wrap input:focus,
.auth-input-wrap select:focus {
  border-color: var(--border-accent) !important;
  background: var(--bg-card) !important;
  box-shadow: 0 0 0 3px var(--accent-dim) !important;
}

.auth-input-wrap.has-toggle input {
  padding-right: 48px !important;
}

/* Password toggle button */
.pw-toggle {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 4px;
  font-size: 0.9rem;
  line-height: 1;
  transition: color 0.2s;
  z-index: 2;
}

.pw-toggle:hover {
  color: var(--accent);
}

/* ---- PASSWORD STRENGTH ---- */
.pw-strength-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.pw-strength-bar {
  display: flex;
  gap: 4px;
  flex: 1;
}

.pw-strength-bar span {
  flex: 1;
  height: 4px;
  background: var(--border);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.pw-strength-bar.s1 span:nth-child(1) {
  background: var(--red);
}

.pw-strength-bar.s2 span:nth-child(-n+2) {
  background: var(--yellow);
}

.pw-strength-bar.s3 span:nth-child(-n+3) {
  background: #ff9900;
}

.pw-strength-bar.s4 span {
  background: var(--accent);
}

.pw-strength-label {
  font-family: 'Montserrat', monospace;
  font-size: 0.68rem;
  color: var(--text-muted);
  white-space: nowrap;
}

/* Password match hint */
.pw-match-hint {
  font-family: 'Montserrat', monospace;
  font-size: 0.72rem;
  margin-top: 6px;
  height: 16px;
  transition: all 0.2s;
}

.pw-match-hint.match {
  color: var(--accent);
}

.pw-match-hint.nomatch {
  color: var(--red);
}

/* ---- REMEMBER / CHECKBOX ---- */
.auth-remember {
  margin-bottom: 20px;
}

.auth-check-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.5;
  user-select: none;
  margin-bottom: 12px;
}

.auth-check-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.auth-checkmark {
  width: 18px;
  height: 18px;
  background: var(--bg-elevated);
  border: 1.5px solid var(--border);
  border-radius: 5px;
  flex-shrink: 0;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.auth-check-label input:checked+.auth-checkmark {
  background: var(--accent);
  border-color: var(--accent);
}

.auth-check-label input:checked+.auth-checkmark::after {
  content: '';
  width: 5px;
  height: 9px;
  border: 2px solid #020804;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translateY(-1px);
  display: block;
}

.terms-check {
  align-items: flex-start;
}

/* ---- BUTTONS ---- */
.auth-submit-btn {
  width: 100%;
  background: var(--accent);
  color: #020804 !important;
  border: none;
  border-radius: 12px;
  padding: 14px 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 24px var(--accent-glow);
  letter-spacing: 0.3px;
}

.auth-submit-btn:hover:not(:disabled) {
  filter: brightness(1.1);
  transform: translateY(-1px);
  box-shadow: 0 4px 28px var(--accent-glow);
}

.auth-submit-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.auth-back-btn {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  color: var(--text-secondary) !important;
  border-radius: 12px;
  padding: 14px 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.auth-back-btn:hover {
  border-color: var(--border-accent);
  color: var(--text-primary) !important;
}

.auth-btn-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.auth-btn-row .auth-submit-btn {
  flex: 1;
}

.auth-btn-row .flex-1 {
  flex: 1;
}

/* ---- DIVIDER ---- */
.auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 16px;
}

.auth-divider::before,
.auth-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

.auth-divider span {
  font-family: 'Montserrat', monospace;
  font-size: 0.68rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}

/* ---- SECURITY BADGES ---- */
.auth-security-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.sec-badge {
  font-family: 'Montserrat', monospace;
  font-size: 0.68rem;
  color: var(--text-muted);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.sec-badge i {
  color: var(--accent);
  font-size: 0.7rem;
}

/* ---- SWITCH TEXT ---- */
.auth-switch-text {
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 20px 0 0;
}

.auth-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.2s;
}

.auth-link:hover {
  opacity: 0.75;
  color: var(--accent);
}

/* ---- FOOTER TEXT ---- */
.auth-footer-text {
  margin-top: 24px;
  font-size: 0.75rem;
  color: var(--text-muted);
  text-align: center;
}

.auth-footer-text a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.auth-footer-text a:hover {
  color: var(--accent);
}

/* ---- MULTI-STEP REGISTRATION ---- */
.reg-steps {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 28px;
  padding: 16px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 14px;
}

.reg-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  opacity: 0.4;
  transition: all 0.3s;
}

.reg-step.active {
  opacity: 1;
}

.reg-step.done {
  opacity: 0.7;
}

.step-num {
  width: 28px;
  height: 28px;
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', monospace;
  font-size: 0.72rem;
  color: var(--text-muted);
  font-weight: 700;
  transition: all 0.3s;
}

.reg-step.active .step-num {
  background: var(--accent);
  border-color: var(--accent);
  color: #020804;
  box-shadow: 0 0 12px var(--accent-glow);
}

.reg-step.done .step-num {
  background: var(--accent-dim);
  border-color: var(--border-accent);
  color: var(--accent);
}

.step-lbl {
  font-family: 'Montserrat', monospace;
  font-size: 0.62rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.reg-step.active .step-lbl {
  color: var(--accent);
}

.reg-step-line {
  flex: 1;
  height: 1px;
  background: var(--border);
  margin: 0 8px;
  align-self: flex-start;
  margin-top: 14px;
}

/* Step content visibility */
.reg-step-content {
  display: none;
  animation: stepIn 0.35s ease;
}

.reg-step-content.active {
  display: block;
}

@keyframes stepIn {
  from {
    opacity: 0;
    transform: translateX(16px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.step-header {
  margin-bottom: 20px;
}

.step-title {
  font-size: 1rem;
  margin: 4px 0 0;
  font-weight: 700;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 991px) {
  .auth-brand-side {
    display: none !important;
  }

  .auth-form-side {
    padding: 40px 16px;
    min-height: 100vh;
  }

  .auth-card {
    padding: 32px 24px;
  }
}

@media (max-width: 480px) {
  .auth-card {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .bstat-val {
    font-size: 1.2rem;
  }

  .auth-title {
    font-size: 1.4rem;
  }

  .auth-security-badges {
    flex-direction: column;
    align-items: center;
  }

  .reg-steps {
    padding: 12px;
  }
}

/* =============================================
   PASSWORD RESET PAGES
   ============================================= */

/* ---- CENTERED LAYOUT (reset pages don't use split layout) ---- */
.auth-center-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}

.reset-card {
  max-width: 480px !important;
  width: 100%;
  text-align: left;
}

/* ---- RESET ICON ---- */
.reset-icon-wrap {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reset-icon {
  width: 64px;
  height: 64px;
  background: var(--accent-dim);
  border: 1.5px solid var(--border-accent);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--accent);
  position: relative;
  z-index: 2;
  animation: iconPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes iconPop {
  from {
    opacity: 0;
    transform: scale(0.5) rotate(-10deg);
  }

  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

.reset-icon-ring {
  position: absolute;
  inset: -6px;
  border: 1px solid var(--border-accent);
  border-radius: 22px;
  opacity: 0.5;
  animation: ringPulse 2.5s ease-in-out infinite;
  z-index: 1;
}

@keyframes ringPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.2;
  }
}

/* Variants */
.success-icon {
  background: rgba(0, 255, 136, 0.15);
  border-color: var(--accent);
  color: var(--accent);
}

.success-ring {
  border-color: var(--accent);
}

.complete-icon {
  background: rgba(0, 255, 136, 0.2);
  border-color: var(--accent);
  color: var(--accent);
  font-size: 2rem;
  box-shadow: 0 0 30px var(--accent-glow);
}

.complete-ring {
  border-color: var(--accent);
}

.complete-ring-2 {
  position: absolute;
  inset: -14px;
  border: 1px solid var(--border-accent);
  border-radius: 28px;
  opacity: 0.25;
  animation: ringPulse 2.5s ease-in-out infinite 0.4s;
}

/* ---- RESET INFO BOX ---- */
.reset-info-box {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.rib-icon {
  color: var(--blue);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.reset-info-box p {
  margin: 0;
}

/* ---- RESET STEPS ---- */
.reset-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.rstep {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: all 0.2s;
}

.rstep:hover {
  border-color: var(--border-accent);
}

.rstep-num {
  width: 26px;
  height: 26px;
  background: var(--accent-dim);
  border: 1px solid var(--border-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', monospace;
  font-size: 0.72rem;
  color: var(--accent);
  font-weight: 700;
  flex-shrink: 0;
}

.rstep-text {
  font-size: 0.84rem;
  color: var(--text-secondary);
}

/* ---- SPAM NOTE ---- */
.reset-spam-note {
  background: rgba(255, 204, 0, 0.07);
  border: 1px solid rgba(255, 204, 0, 0.25);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 20px;
}

.reset-spam-note i {
  color: var(--yellow);
}

.reset-spam-note strong {
  color: var(--text-primary);
}

/* ---- SUCCESS BOX (complete page) ---- */
.reset-success-box {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: rgba(0, 255, 136, 0.06);
  border: 1px solid var(--border-accent);
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 20px;
}

.rsb-icon {
  font-size: 1.4rem;
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 2px;
}

.rsb-text strong {
  display: block;
  font-size: 0.9rem;
  color: var(--text-primary);
  margin-bottom: 6px;
}

.rsb-text p {
  font-size: 0.83rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* ---- PASSWORD REQUIREMENTS ---- */
.pw-requirements {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 4px;
}

.pw-req-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-secondary);
  margin-bottom: 10px;
  font-family: 'Montserrat', monospace;
}

.pw-requirements ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pw-requirements ul li {
  font-size: 0.78rem;
  color: var(--text-muted);
  padding-left: 20px;
  position: relative;
  transition: color 0.2s;
}

.pw-requirements ul li::before {
  content: '○';
  position: absolute;
  left: 0;
  font-size: 0.6rem;
  line-height: 1.6;
  color: var(--text-muted);
  transition: all 0.2s;
}

.pw-requirements ul li.met {
  color: var(--accent);
}

.pw-requirements ul li.met::before {
  content: '✓';
  color: var(--accent);
  font-size: 0.75rem;
}

/* ---- SECURITY TIPS ---- */
.security-tips {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 20px;
}

.tips-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-secondary);
  margin-bottom: 10px;
  font-family: 'Montserrat', monospace;
}

.tips-title i {
  color: var(--yellow);
}

.security-tips ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.security-tips ul li {
  font-size: 0.8rem;
  color: var(--text-muted);
  padding-left: 18px;
  position: relative;
}

.security-tips ul li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: var(--accent);
}

/* ---- BACK LINK ---- */
.reset-back-link {
  text-align: center;
  margin-top: 20px;
}

.auth-back-text {
  font-size: 0.82rem;
  color: var(--text-muted);
  text-decoration: none;
  font-family: 'Montserrat', monospace;
  transition: color 0.2s;
}

.auth-back-text:hover {
  color: var(--accent);
}

/* ---- RESET ACTION BUTTONS ---- */
.reset-action-btns {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 4px;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 480px) {
  .reset-card {
    padding: 24px 18px !important;
  }

  .reset-icon {
    width: 54px;
    height: 54px;
    font-size: 1.3rem;
  }

  .brand-headline {
    font-size: 1.8rem;
  }
}