.auth-body { background: #f8faf7; }
.auth-layout { min-height: 100vh; display: grid; grid-template-columns: 44% 56%; }
.auth-story { display: flex; flex-direction: column; justify-content: space-between; padding: 48px 60px; background: #103f32; color: #f1f8ef; }
.auth-story h1 { margin: 20px 0; font-size: clamp(34px, 4vw, 58px); line-height: 1.1; letter-spacing: -2px; }
.auth-story p { max-width: 340px; font-size: 15px; line-height: 1.7; color: #b1d0bd; }
.auth-story .auth-eyebrow { color: #bcec98; font-size: 10px; font-weight: 700; letter-spacing: 1.8px; }
.auth-story .auth-caption { font-size: 11px; }
.auth-panel { display: grid; place-items: center; padding: 60px 30px; }
.auth-card { width: 100%; max-width: 390px; }
.auth-card h2 { margin: 12px 0; font-size: 29px; letter-spacing: -1px; }
.auth-card > p:not(.kicker) { color: #758878; font-size: 14px; line-height: 1.7; }
.auth-card label { display: block; margin: 21px 0; font-size: 12px; font-weight: 700; color: #4e6556; }
.auth-card input { margin-top: 8px; min-height: 46px; }
.auth-card form > .button { width: 100%; margin-top: 10px; min-height: 46px; }
.auth-card .notice { margin: 16px 0; }
#password-hint, .import-note { font-size: 12px; color: #6f8575; line-height: 1.6; }
.import-note { padding: 12px; border-radius: 8px; background: #e7f1e7; }
.auth-switch { text-align: center; }
@media (max-width: 760px) {
  .auth-layout { grid-template-columns: 1fr; }
  .auth-story { padding: 24px; }
  .auth-story > div, .auth-caption { display: none; }
  .auth-panel { padding: 35px 24px; }
}
