:root { font-family: system-ui, -apple-system, sans-serif; color: #172033; background: #f5f7fb; letter-spacing: 0; }
* { box-sizing: border-box; }
body { margin: 0; }
header { display: flex; align-items: center; gap: 14px; padding: 20px 24px; background: #fff; border-bottom: 1px solid #d7dfea; }
header strong { font-size: 24px; }
main { width: min(100%, 620px); margin: 0 auto; padding: 40px 24px; }
.eyebrow { color: #52627b; font-size: 13px; font-weight: 650; }
h1 { font-size: 30px; line-height: 1.2; margin: 12px 0 24px; overflow-wrap: anywhere; }
h2 { font-size: 21px; margin: 28px 0 20px; overflow-wrap: anywhere; }
p { line-height: 1.5; }
label { display: block; margin-bottom: 8px; font-size: 14px; }
textarea { display: block; width: 100%; height: 150px; resize: vertical; border: 1px solid #9aa9bd; border-radius: 6px; padding: 12px; background: #fff; color: #172033; font: 14px/1.5 monospace; overflow-wrap: anywhere; }
button { display: block; width: 100%; min-height: 48px; margin: 16px 0; padding: 12px 18px; border: 0; border-radius: 6px; background: #2458d6; color: #fff; font: 650 16px/1.4 system-ui; cursor: pointer; }
button:hover { background: #1943af; }
button:focus-visible, textarea:focus-visible { outline: 3px solid #df9b18; outline-offset: 3px; }
button:disabled { opacity: .6; cursor: wait; }
#privacy { font-size: 14px; color: #52627b; }
.notice { padding: 14px 0; border-top: 2px solid #e0ac3f; font-size: 14px; }
[hidden] { display: none !important; }
input { width: 100%; min-height: 48px; padding: 12px; border: 1px solid #9aa9bd; border-radius: 6px; font: 16px system-ui; }
input:focus-visible { outline: 3px solid #df9b18; outline-offset: 3px; }
a { color: #1943af; text-underline-offset: 3px; }
:root{color:#f3f4ee;background:#141615;--accent:#d7f76b}header{background:#111410;border-color:#394232}.eyebrow,#privacy{color:#a8b59b}textarea,input{background:#1a2015;border-color:#536345;color:#f3f4ee}button{background:#d7f76b;color:#17200b;border-radius:5px}button:hover{background:#e5ff94}a{color:#d7f76b}.notice{border-color:#687d46;color:#b9c6aa}button:focus-visible,textarea:focus-visible,input:focus-visible{outline-color:#d7f76b}
