:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  background: #08100d;
  color: #f2f7f4;
}

body { margin: 0; min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle at 80% 10%, #244f3f, transparent 35%), #08100d; }
main { width: min(680px, calc(100vw - 48px)); padding: 64px 0; }
.eyebrow { color: #79e3b1; letter-spacing: .18em; font-size: .75rem; }
h1 { margin: 10px 0 18px; font-size: clamp(2.5rem, 8vw, 5.5rem); line-height: .95; letter-spacing: -.055em; }
.lead { max-width: 55ch; color: #b9c9c1; line-height: 1.65; }
label { display: grid; gap: 8px; margin-top: 32px; color: #b9c9c1; }
input { padding: 12px 14px; border: 1px solid #3b564a; border-radius: 8px; background: #0f1b16; color: inherit; }
.actions { display: flex; gap: 12px; margin: 20px 0 36px; }
button { border: 0; border-radius: 999px; padding: 13px 22px; font-weight: 700; cursor: pointer; background: #79e3b1; color: #07100c; }
button:disabled { opacity: .4; cursor: default; }
button + button { background: #23362d; color: #f2f7f4; }
dl { border-top: 1px solid #294036; }
dl div { display: grid; grid-template-columns: 110px 1fr; padding: 12px 0; border-bottom: 1px solid #294036; }
dt { color: #779085; } dd { margin: 0; overflow-wrap: anywhere; }
