.reg-page{max-width:640px;margin:0 auto;padding:120px 24px 80px}.reg-header{text-align:center;margin-bottom:36px}.reg-title{font-size:clamp(1.7rem,5vw,2.5rem);font-weight:800;line-height:1.2;margin:10px 0 12px;color:var(--text)}.reg-subtitle{color:var(--muted);font-size:clamp(.93rem,2.2vw,1.02rem);line-height:1.7;margin:0}.reg-form{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:28px 24px 24px}.reg-field{margin-bottom:20px}.reg-field label{display:block;margin-bottom:7px;font-size:.9rem;font-weight:600;color:var(--text)}.reg-req{color:#e11d48}.reg-optional{font-weight:500;color:var(--muted);font-size:.84rem}.reg-field input,.reg-field select,.reg-field textarea{width:100%;min-height:44px;padding:11px 13px;font:inherit;font-size:.95rem;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;transition:border-color .16s ease,box-shadow .16s ease}.reg-field textarea{resize:vertical;min-height:96px;line-height:1.6}.reg-field input:focus,.reg-field select:focus,.reg-field textarea:focus{outline:none;border-color:var(--rose-gold-c);box-shadow:0 0 0 3px color-mix(in srgb,var(--rose-gold-c) 22%,transparent)}.reg-field input::-moz-placeholder,.reg-field textarea::-moz-placeholder{color:var(--muted);opacity:.75}.reg-field input::placeholder,.reg-field textarea::placeholder{color:var(--muted);opacity:.75}.reg-hint{display:block;margin-top:6px;font-size:.8rem;color:var(--muted)}.reg-photo-row{display:flex;align-items:flex-start;gap:16px}.reg-photo-frame{flex:0 0 96px;width:96px;aspect-ratio:2/3;border:1px dashed var(--border);border-radius:10px;background:var(--bg);display:grid;place-items:center;overflow:hidden}.reg-photo-frame.has-img{border-style:solid;border-color:var(--rose-gold-c)}.reg-photo-frame img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.reg-photo-empty{display:grid;place-items:center;gap:4px;color:var(--muted);opacity:.7}.reg-photo-empty i{font-size:1.4rem}.reg-photo-empty em{font-style:normal;font-size:.7rem;font-weight:700;letter-spacing:.06em}.reg-photo-actions{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0}.reg-photo-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.reg-photo-btn{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:10px 18px;margin-bottom:0!important;border:1px solid var(--border);border-radius:999px;background:var(--bg);color:var(--text);font-size:.9rem;font-weight:600;cursor:pointer;transition:border-color .16s ease,color .16s ease}.reg-photo-input:focus-visible+.reg-photo-btn{outline:2px solid var(--rose-gold-c);outline-offset:2px}@media (hover:hover){.reg-photo-btn:hover{border-color:var(--rose-gold-c);color:var(--rose-gold-dark-c)}}.reg-photo-remove{display:inline-flex;align-items:center;gap:6px;padding:4px 2px;min-height:32px;background:none;border:none;font:inherit;font-size:.83rem;font-weight:600;color:#e11d48;cursor:pointer}.reg-photo-remove:hover{text-decoration:underline}.reg-submit{width:100%;min-height:48px;margin-top:4px;padding:13px 20px;font:inherit;font-size:1rem;font-weight:700;color:#fff;background:var(--rose-gold-dark-c,#b76e79);border:none;border-radius:999px;cursor:pointer;transition:transform .16s ease,opacity .16s ease,box-shadow .16s ease}@media (hover:hover){.reg-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 26px rgba(15,23,42,.18)}}.reg-submit:disabled{opacity:.65;cursor:not-allowed}.reg-alt,.reg-privacy{margin:14px 0 0;font-size:.82rem;line-height:1.6;color:var(--muted);text-align:center}.reg-alt a{color:var(--rose-gold-dark-c);font-weight:600;text-decoration:underline;text-underline-offset:2px}.reg-done{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:40px 26px 32px;text-align:center}.reg-done-icon{font-size:3rem;line-height:1;color:#16a34a;margin-bottom:16px}.reg-done-title{font-size:clamp(1.4rem,4vw,1.9rem);font-weight:800;color:var(--text);margin:0 0 12px}.reg-done-text{color:var(--muted);font-size:.96rem;line-height:1.75;max-width:460px;margin:0 auto}.reg-done-hint{margin-top:22px}.reg-done-summary{display:grid;gap:10px;margin:24px auto 0;max-width:420px;text-align:left;background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:16px 18px}.reg-done-summary>div{display:flex;gap:12px;align-items:baseline}.reg-done-summary dt{flex:0 0 84px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.reg-done-summary dd{margin:0;font-size:.95rem;font-weight:600;color:var(--text)}.reg-done-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:20px}.reg-btn{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:11px 22px;border-radius:999px;font-weight:600;font-size:.93rem;transition:transform .16s ease,border-color .16s ease,color .16s ease}.reg-btn-tg{color:#fff;background:#229ED9;border:1px solid #229ed9}.reg-btn-ghost{color:var(--text);background:transparent;border:1px solid var(--border)}@media (hover:hover){.reg-btn:hover{transform:translateY(-2px)}.reg-btn-ghost:hover{border-color:var(--rose-gold-c);color:var(--rose-gold-dark-c)}}@media (max-width:640px){.reg-page{padding:100px 16px 64px}.reg-form{padding:22px 18px 20px;border-radius:14px}.reg-done{padding:32px 18px 26px}.reg-done-summary>div{flex-direction:column;gap:2px}.reg-done-summary dt{flex:none}}