:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #090b14; color: #f8f3e8; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; padding: 32px 20px; background: radial-gradient(circle at top, #142432 0, #090b14 46%); }
main { max-width: 780px; margin: auto; line-height: 1.65; }
h1, h2 { color: #f4c15d; font-family: Georgia, serif; }
h1 { margin-bottom: 4px; }
h2 { margin-top: 30px; }
a { color: #54f2ff; }
small, .muted { color: #b9b3aa; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; font-size: 14px; }
.notice { padding: 12px 14px; border: 1px solid rgba(84,242,255,.28); border-left: 4px solid #54f2ff; border-radius: 5px; background: rgba(84,242,255,.07); }
label { display: grid; gap: 5px; margin: 14px 0; font-weight: 750; }
input, select, textarea, button { width: 100%; border: 1px solid rgba(248,243,232,.25); border-radius: 5px; padding: 11px 12px; color: #f8f3e8; background: #111722; font: inherit; }
textarea { min-height: 150px; resize: vertical; }
button { border-color: #f4c15d; color: #101826; background: #f4c15d; font-weight: 900; cursor: pointer; }
button:disabled { cursor: wait; opacity: .6; }
.form-status { min-height: 28px; padding-top: 6px; font-weight: 750; }
.form-status.success { color: #78edba; }
.form-status.error { color: #ff9d9d; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 600px) { body { padding: 20px 14px; } h1 { font-size: 32px; } }
