/* ============================================================
   login-new.css — Purified & Optimized
   Generated by: CSS Purifier & Optimizer Skill
   Rules applied: R1-R10
   Original: login.css
   ============================================================ */

/* ============================================================
   1. CSS VARIABLES (:root + dark theme)
   ============================================================ */

/*
  login.css inherits all tokens from home.css and auth-base.css.
  Dark theme is fully covered by [data-theme="dark"] in home-new.css.
  No additional variables required.
*/

/* ============================================================
   2. RESET / BASE
   ============================================================ */

/* Inherits from home-new.css and auth-base-new.css */

/* ============================================================
   3. TYPOGRAPHY
   ============================================================ */

/* Inherits .auth-title, .auth-subtitle from auth-base-new.css */

/* ============================================================
   4. LAYOUT
   ============================================================ */

/* Inherits grid/container from auth-base-new.css */

/* ============================================================
   5. NAVIGATION / HEADER
   ============================================================ */

/* Inherits .auth-header-controls from auth-base-new.css */

/* ============================================================
   6. COMPONENTS
   ============================================================ */

.auth-footer .footer-links {
  gap: var(--spacing-md, 1rem);
}

.auth-footer .footer-link.btn {
  flex: 1 1 calc(50% - var(--spacing-md, 1rem));
  justify-content: center;
  margin-top: 0;
  padding: 12px 20px;
}

/* Step 2 actions */
.step2-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.step2-actions .btn {
  flex: 1;
  justify-content: center;
}

/* ============================================================
   7. BUTTONS
   ============================================================ */

.btn-large {
  width: 100%;
  justify-content: center;
}

/* ============================================================
   8. MODALS & OVERLAYS
   ============================================================ */

/* Toast notification styles unified in main.css */

/* ============================================================
   9. UTILITIES
   ============================================================ */

/* Inherits .auth-footer, .footer-link from auth-base-new.css */

/* ============================================================
   10. RESPONSIVE
   ============================================================ */

@media (max-width: 768px) {
  .auth-footer .footer-links {
    flex-direction: row;
  }

  .step2-actions {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .auth-footer .footer-links {
    flex-direction: column;
  }

  .auth-footer .footer-link.btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .btn-large {
    font-size: 0.83rem;
    padding: 8px 16px;
  }
}
