:root { color-scheme: light; font-family: Arial, sans-serif; color: #17221f; background: #eef2f0; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; padding: 24px; }
main { width: min(100%, 520px); }
section { background: #fff; border: 1px solid #c8d1cd; border-radius: 8px; padding: 32px; box-shadow: 0 18px 50px rgba(20, 42, 34, .12); }
.brand-mark { display: inline-grid; place-items: center; width: 48px; height: 48px; background: #087f67; color: white; border-radius: 6px; font-weight: 800; }
.eyebrow { margin: 24px 0 8px; font-size: .78rem; font-weight: 800; text-transform: uppercase; color: #49635b; }
h1 { margin: 0 0 16px; font-size: clamp(2rem, 8vw, 3rem); line-height: 1.05; }
p { line-height: 1.55; }
form { display: grid; gap: 10px; margin-top: 24px; }
label { font-weight: 700; }
input { min-height: 48px; border: 2px solid #61756e; border-radius: 6px; padding: 10px 12px; font-size: 1rem; }
input:focus { outline: 3px solid #f0a72f; outline-offset: 2px; }
button { min-height: 48px; border: 0; border-radius: 6px; background: #087f67; color: #fff; font-size: 1rem; font-weight: 800; cursor: pointer; }
button:disabled { opacity: .6; cursor: wait; }
#pilot-status { min-height: 24px; margin: 0; color: #a1261d; font-weight: 700; }
.legal { display: flex; flex-wrap: wrap; gap: 18px; margin: 24px 0 0; font-size: .9rem; }
a { color: #075f4f; }
