*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0b0b0f;--surface: #14141b;--surface-2: #1c1c26;--border: #2a2a37;--text: #ececf1;--muted: #9a9aa8;--accent: #e040a0;--accent-2: #ff4dd2;--ok: #34d399;--warn: #f87171}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;background:radial-gradient(1200px 600px at 50% -10%,#1a0f1f 0%,var(--bg) 55%);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}.page{min-height:100vh;display:flex;justify-content:center;padding:2rem 1rem 4rem}.card{width:100%;max-width:640px}.hero{width:100%;height:auto;display:block;border-radius:12px;border:1px solid var(--border);margin-bottom:2rem;box-shadow:0 20px 60px -20px #e040a059}.welcome{font-size:1.6rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.5rem}.subtitle{color:var(--muted);font-size:1.05rem;margin-bottom:1.75rem}.notice{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:12px;padding:1.25rem 1.4rem;margin-bottom:1.75rem}.notice p+p{margin-top:.75rem}.about{margin-bottom:2.25rem}.about h2{font-size:1.05rem;letter-spacing:.12em;color:var(--accent-2);margin-bottom:.75rem}.about p+p{margin-top:.75rem}.about p{color:#d3d3dd}.form{display:flex;flex-direction:column;gap:1.5rem}.block{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:1.25rem 1.4rem}.block legend{font-weight:600;font-size:1.05rem;padding:0 .5rem;margin-left:-.5rem}.rules{list-style:none;margin:.9rem 0 1.1rem;display:flex;flex-direction:column;gap:.5rem;color:#d3d3dd;font-size:.97rem}.options{margin-top:.9rem;display:flex;flex-direction:column;gap:.6rem}.choice{display:flex;align-items:center;gap:.75rem;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:.8rem 1rem;cursor:pointer;transition:border-color .15s ease,background .15s ease;-webkit-user-select:none;user-select:none}.choice:hover{border-color:var(--accent)}.choice.selected{border-color:var(--accent);background:#e040a01f}.choice input{accent-color:var(--accent);width:18px;height:18px;flex-shrink:0;cursor:pointer}.choice.checkbox{margin-top:.4rem}.submit{margin-top:.5rem;width:100%;padding:1rem 1.25rem;font-size:1.05rem;font-weight:700;color:#fff;background:linear-gradient(90deg,var(--accent),var(--accent-2));border:none;border-radius:12px;cursor:pointer;transition:transform .1s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:0 12px 30px -10px #ff4dd28c}.submit:hover{transform:translateY(-1px)}.submit:active{transform:translateY(0)}.submit:disabled{opacity:.6;cursor:default;transform:none}@media (max-width: 480px){.welcome{font-size:1.35rem}.notice,.block{padding:1.1rem}}
