:root { color-scheme: dark; }
* { box-sizing: border-box; }
html, body { margin:0; background:#0c2945; color:#fff; font:16px/1.6 Arial,Helvetica,sans-serif; }
.form-shell { max-width:1000px; margin:0 auto; padding:12px 2px; }
h2 { margin:0 0 16px; font:32px/1.2 Georgia,"Times New Roman",serif; }
.intro { max-width:700px; color:#dbe5ed; margin:0 0 24px; }
.fields { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px 24px; margin-bottom:20px; }
label { display:block; font-weight:700; margin:0 0 7px; }
label span { font-weight:400; }
input, select, textarea { width:100%; min-width:0; border:1px solid #b8c7d5; border-radius:2px; padding:12px; background:#fff; color:#17212b; font:inherit; }
textarea { resize:vertical; }
input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible { outline:3px solid #e4bb72; outline-offset:3px; }
.hint { color:#dbe5ed; font-size:14px; line-height:1.6; margin:12px 0; max-width:880px; }
a { color:#fff; text-decoration-color:#d6b77d; text-underline-offset:4px; overflow-wrap:anywhere; }
button { border:0; border-radius:2px; background:#b68b49; color:#182839; padding:14px 24px; margin-top:10px; font:700 16px/1.4 Arial,Helvetica,sans-serif; cursor:pointer; }
button:hover { background:#d6b77d; }
.notice { padding:20px; border:1px solid #d6b77d; margin-bottom:24px; }
.error { background:#fff4ee; color:#642410; border-color:#b65c38; }
.trap { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.alternatives { margin-top:20px; }
@media(max-width:600px) { .fields { grid-template-columns:minmax(0,1fr); gap:18px; } h2 { font-size:26px; } }
