:root{--bg:#0a0a12;--panel:#151525;--text:#f2f2f2;--muted:#9a9ab0;--accent:#d4a95a;--danger:#d9534f}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5}.page{max-width:960px;margin:0 auto;padding:24px 16px}a{color:var(--accent)}input,textarea,button{font:inherit}input:not([type=checkbox]):not([type=color]):not([type=file]),textarea{width:100%;color:var(--text);background:#0f0f1a;border:1px solid #333;border-radius:6px;padding:8px}button{border:1px solid var(--accent);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;padding:6px 12px}button:disabled{opacity:.4;cursor:default}button[aria-pressed=true]{background:var(--accent);color:#000}button.danger{border-color:var(--danger)}.stack{flex-direction:column;gap:12px;display:flex}.row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.box{background:var(--panel);border:1px solid #2a2a40;border-radius:8px;margin:12px 0;padding:12px}.list{padding:0;list-style:none}.error{color:var(--danger)}.muted{color:var(--muted)}.honeypot{opacity:0;width:1px;height:1px;position:absolute;left:-10000px}.screen{text-align:center;background:#000 50%/cover no-repeat;border-bottom:.6vh solid;flex-direction:column;justify-content:center;align-items:center;gap:2vh;padding:4vh 6vw;display:flex;position:fixed;inset:0;overflow:hidden}.screen-logo{max-width:20vw;max-height:10vh;position:absolute;top:4vh;left:4vw}.screen-event{letter-spacing:.3em;text-transform:uppercase;font-size:3vh;position:absolute;top:5vh}.screen-question blockquote{margin:2vh 0;font-size:6vh;font-weight:600;line-height:1.25}.screen-question p{letter-spacing:.2em;font-size:2.6vh}.screen-qr{background:#fff;border-radius:1vh;width:42vh;height:42vh}.screen-waiting p{letter-spacing:.25em;font-size:3.4vh}.screen-signature{letter-spacing:.4em;color:var(--accent);font-size:1.8vh;position:absolute;bottom:3vh}
