:root { color-scheme: light; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #132b36; background: #f6faf9; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; padding: 32px 24px; }
main { width: min(100%, 560px); }
.brand { display: inline-flex; gap: 12px; align-items: center; color: inherit; text-decoration: none; font-size: 19px; font-weight: 650; }
.brand img { width: 34px; height: 34px; }
.eyebrow { color: #087f69; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .16em; margin: 64px 0 20px; }
h1 { font-size: clamp(40px, 8vw, 64px); font-weight: 600; line-height: 1.04; letter-spacing: -.045em; margin: 0 0 24px; }
.intro { color: #5c717a; line-height: 1.7; font-size: 16px; }
form { margin-top: 32px; max-width: 400px; }
label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 10px; }
input { display: block; width: 100%; padding: 14px; border: 1px solid #cbdcd7; border-radius: 8px; font: inherit; background: #fff; }
input:focus { outline: 2px solid #089b7c; outline-offset: 2px; }
button { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 12px; padding: 15px 18px; background: #087f69; border: 0; color: #fff; border-radius: 8px; font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; }
button:hover { background: #076b59; } button:disabled { opacity: .65; cursor: wait; }
#message { min-height: 24px; font-size: 14px; color: #a93434; }
footer { margin-top: 44px; border-top: 1px solid #dce7e3; padding-top: 20px; font-size: 12px; color: #728680; }
