:root {
  color-scheme: light;
  font-family: var(--gdp-font-body, Arial, sans-serif);
  color: #18232d;
  background: #f2f3f1;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; min-height: 100vh; }
.auth-top { min-height: 4.25rem; display: flex; align-items: center; padding: 0 1.5rem; background: #102b3f; color: #fff; }
.brand { font-size: 1.05rem; font-weight: 750; letter-spacing: .08em; text-decoration: none; color: inherit; }
.environment { margin-left: auto; padding: .35rem .65rem; border: 1px solid #9fd9cf; border-radius: 999px; color: #b8f2e5; font-size: .75rem; font-weight: 700; letter-spacing: .08em; }
main { width: min(100% - 2rem, 30rem); margin: clamp(2rem, 8vh, 5.5rem) auto 3rem; }
.eyebrow { color: #315d73; font-size: .78rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: .65rem 0; font-family: var(--gdp-font-display, Georgia, serif); font-size: clamp(2rem, 7vw, 3rem); line-height: 1.05; }
.intro { margin: 0 0 1.6rem; color: #40505b; line-height: 1.55; }
.card { padding: clamp(1.25rem, 5vw, 2rem); border: 1px solid #d5ddde; border-radius: 1rem; background: #fff; box-shadow: 0 1.25rem 3rem rgb(16 43 63 / 9%); }
form { display: grid; gap: 1rem; }
label { display: grid; gap: .4rem; color: #263e4d; font-size: .92rem; font-weight: 700; }
input { width: 100%; min-height: 3rem; padding: .7rem .8rem; border: 1px solid #82959d; border-radius: .45rem; background: #fff; color: #18232d; font: inherit; }
input:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid #067e7a; outline-offset: 3px; }
button { min-height: 3rem; padding: .75rem 1rem; border: 0; border-radius: .45rem; background: #126a70; color: #fff; font: inherit; font-weight: 750; cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
.message { min-height: 1.5rem; margin: 0 0 1rem; color: #842b28; line-height: 1.45; }
.message:empty { display: none; }
.message[data-kind="success"] { color: #17614e; }
.help { margin: 1.1rem 0 0; color: #53636d; font-size: .85rem; line-height: 1.5; }
.auth-bottom { width: min(100% - 2rem, 30rem); margin: 0 auto; padding: 0 0 2rem; color: #53636d; font-size: .78rem; }
.auth-bottom p { margin: 0; }
@media (max-width: 420px) { .auth-top { padding: 0 1rem; } main { margin-top: 2rem; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
