@font-face { font-family: "Poppins"; src: url("/assets/fonts/Poppins-Regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("/assets/fonts/Poppins-Bold.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Nunito"; src: url("/assets/fonts/Nunito-variable.woff2") format("woff2"); font-weight: 300 900; font-display: swap; }

:root { color: #111; background: #f6f6f5; font-family: Nunito, Arial, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; }
.login-shell { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.login-card { width: min(100%, 420px); padding: 34px; border: 1px solid #dfe2e2; border-top: 4px solid #111; border-radius: 8px; background: white; box-shadow: 0 18px 55px rgba(17,17,17,.08); }
.brand { display: inline-flex; margin-bottom: 42px; color: #111; font-family: Poppins, Arial, sans-serif; font-size: 22px; letter-spacing: -.04em; text-decoration: none; }
.brand strong { font-weight: 700; }
.eyebrow { margin: 0 0 9px; color: #686b6d; font-family: ui-monospace, monospace; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
h1 { margin: 0; font-family: Poppins, Arial, sans-serif; font-size: clamp(28px, 8vw, 38px); letter-spacing: -.045em; line-height: 1.08; }
.lede { margin: 13px 0 28px; color: #515456; line-height: 1.55; }
button { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid #cfd3d4; border-radius: 6px; background: white; color: #111; font: 700 15px Nunito, Arial, sans-serif; cursor: pointer; }
button:hover:not(:disabled) { border-color: #111; background: #fafafa; }
button:focus-visible { outline: 3px solid #111; outline-offset: 3px; }
button:disabled { cursor: wait; opacity: .62; }
button svg { width: 19px; height: 19px; }
.notice { margin: 0 0 16px; padding: 12px 14px; border-left: 3px solid #b01018; background: #fff5f5; color: #7a0b12; font-size: 14px; }
.privacy { margin: 16px 0 0; color: #777a7c; font-size: 12px; text-align: center; }

@media (max-width: 480px) {
  .login-shell { align-items: start; padding: 16px; }
  .login-card { margin-top: 9vh; padding: 26px 22px; }
  .brand { margin-bottom: 34px; }
}
