:root { color-scheme: light; font: 16px/1.5 system-ui, sans-serif; color: #142541; background: #f6f4ee; }
* { box-sizing: border-box; }
body { margin: 0; }
main { max-width: 980px; margin: 0 auto; padding: 4rem 1.5rem; }
.eyebrow { letter-spacing: .15em; text-transform: uppercase; font-size: .75rem; font-weight: 700; }
h1, h2 { font-family: Georgia, serif; font-weight: 400; }
h1 { font-size: clamp(2.7rem, 7vw, 5rem); line-height: 1.05; margin: 1rem 0; }
h2 { font-size: 1.7rem; margin-top: 0; }
.intro { max-width: 38rem; font-size: 1.15rem; }
#status { min-height: 1.5rem; margin: 2rem 0; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1rem; }
.card { border: 1px solid #142541; padding: 1.5rem; background: #fff; }
label { display: block; margin: 1rem 0; font-weight: 600; }
input { display: block; width: 100%; padding: .75rem; border: 1px solid #66748a; border-radius: 2px; font: inherit; margin-top: .3rem; }
textarea { display: block; width: 100%; padding: .75rem; border: 1px solid #66748a; font: inherit; margin-top: .3rem; }
button { border: 1px solid #142541; background: #e9ce44; color: #142541; padding: .7rem 1rem; font: inherit; font-weight: 700; cursor: pointer; }
button:hover { background: #f2da65; }
button:focus-visible, input:focus-visible { outline: 3px solid #ab7622; outline-offset: 2px; }
textarea:focus-visible { outline: 3px solid #ab7622; outline-offset: 2px; }
.recovery { max-width: 360px; margin-top: 3rem; }
fieldset { border: 1px solid #66748a; margin: 1rem 0; }
fieldset label, #consent-form label { font-weight: 400; }
input[type="checkbox"] { display: inline; width: auto; margin-right: .5rem; }
section section { border-top: 1px solid #ccd1d8; margin-top: 2rem; padding-top: 1.5rem; }
[hidden] { display: none !important; }
