.reg-page{padding:112px 24px 80px;min-height:80vh;background:var(--surface)}.reg-wrap{max-width:520px;margin:0 auto}.reg-hero{text-align:center;margin-bottom:32px}.reg-hero h1{font-size:clamp(28px,4vw,40px);margin-bottom:12px;color:var(--ink);line-height:1.12;letter-spacing:-.035em}.reg-hero h1 .gold{color:var(--brand)}.reg-hero p{color:var(--text-secondary);font-size:16px;line-height:1.6}.reg-perks{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:22px;padding:0;list-style:none}.reg-perks li{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text);font-weight:500}.reg-perks svg{width:14px;height:14px;stroke:#16A34A;fill:none;stroke-width:2.5;flex-shrink:0}.reg-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);padding:30px;box-shadow:var(--shadow-lg)}.reg-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}@media(max-width:480px){.reg-row{grid-template-columns:1fr}}.reg-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.reg-field label{font-size:12px;font-weight:600;color:var(--text);text-transform:uppercase;letter-spacing:.05em}.reg-field input{padding:12px 14px;border-radius:var(--r);border:1px solid var(--border);background:var(--surface);font-size:15px;color:var(--text);outline:none;transition:border-color var(--dur),box-shadow var(--dur);font-family:inherit}.reg-field input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(37,99,235,.14)}.reg-field input::placeholder{color:var(--text-subtle)}.reg-pw{position:relative}.reg-pw input{padding-right:60px}.reg-pw button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:12px;font-weight:600;padding:6px 10px;border-radius:var(--r-sm)}.reg-pw button:hover{color:var(--brand);background:var(--brand-tint)}.reg-hint{font-size:12px;color:var(--text-muted);margin-top:4px}.reg-agb{display:flex;align-items:flex-start;gap:10px;margin:18px 0 20px;padding:14px;background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--r)}.reg-agb input[type=checkbox]{width:16px;height:16px;flex-shrink:0;margin-top:2px;accent-color:var(--brand);cursor:pointer}.reg-agb label{font-size:13px;color:var(--text-secondary);line-height:1.55;cursor:pointer}.reg-agb label a{color:var(--brand);text-decoration:underline}.reg-submit{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;background:var(--brand);color:#fff;border:none;border-radius:var(--r);font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:all var(--dur);box-shadow:var(--shadow-brand)}.reg-submit:hover{background:var(--brand-hover);transform:translateY(-1px);box-shadow:var(--shadow-brand-lg)}.reg-foot{text-align:center;margin-top:22px;font-size:14px;color:var(--text-secondary)}.reg-foot a{color:var(--brand);font-weight:600}.reg-foot a:hover{text-decoration:underline}
