/**
 * FM-POLISH-005E — Minimal Welcome Experience
 * Auth gateway: fit 1366×768 without scroll. Less copy. More confidence.
 */

/* Compact institutional paper card */
body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] {
  padding: 28px 32px 22px !important;
  max-height: none;
}

body.fm-polish-005e-auth #auth-session-overlay.fm-ds-001c-overlay {
  padding-top: clamp(20px, 4vh, 48px) !important;
  padding-bottom: clamp(16px, 3vh, 36px) !important;
  padding-left: clamp(24px, 4vw, 64px) !important;
  padding-right: clamp(24px, 4vw, 64px) !important;
  overflow-y: auto;
}

/* Slightly smaller mark — importance via clarity, not scale */
body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-mark {
  margin: 0 0 16px !important;
}
body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-mark img {
  height: clamp(88px, 10vh, 100px) !important;
  filter: none !important;
}

body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-name {
  font-size: clamp(30px, 2.4vw, 36px) !important;
  margin: 0 !important;
}

body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-tagline {
  margin-top: 10px !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

/* Welcome heading — inviting, not competing with wordmark */
body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-title {
  margin-top: 28px !important;
  margin-bottom: 0 !important;
  font-size: clamp(26px, 2.1vw, 32px) !important;
  font-weight: 700;
  color: #24302B;
}

/* One-line purpose */
body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-purpose {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  max-width: none;
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: #5C6861;
  white-space: nowrap;
}

/* Button rhythm */
body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-actions {
  margin-top: 28px !important;
  gap: 16px !important;
}

body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-btn {
  min-height: 54px !important;
  padding: 12px 18px !important;
  border-radius: 16px !important;
  font-size: 17px !important;
}
body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-btn-secondary {
  min-height: 52px !important;
}

/* Compact legal links only */
body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-legal-footer {
  margin-top: 24px !important;
  font-size: 13.5px;
  color: #6F786F;
}
body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-legal-org,
body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-legal-loc {
  display: none !important;
}

/* Short laptop — keep gateway fully in view */
@media (max-height: 820px) {
  body.fm-polish-005e-auth #auth-session-overlay.fm-ds-001c-overlay {
    padding-top: 16px !important;
    padding-bottom: 12px !important;
  }
  body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] {
    padding: 22px 28px 18px !important;
  }
  body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-mark img {
    height: clamp(80px, 9.5vh, 92px) !important;
  }
  body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-mark {
    margin-bottom: 12px !important;
  }
  body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-title {
    margin-top: 22px !important;
    font-size: 1.55rem !important;
  }
  body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-actions {
    margin-top: 22px !important;
  }
}

@media (max-height: 700px) {
  body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-mark img {
    height: 76px !important;
  }
  body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-title {
    margin-top: 18px !important;
  }
  body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-actions {
    margin-top: 18px !important;
  }
  body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-purpose {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-purpose {
    white-space: normal;
  }
  body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] {
    padding: 22px 20px 18px !important;
  }
  body.fm-polish-005e-auth .fm-auth-card[data-testid="fm-ds-001c-welcome"] .fm-auth-btn {
    min-height: 52px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.fm-polish-005e-auth .fm-auth-btn-primary:hover {
    transform: none;
  }
}
