.DeleteAccount-module__FWI5LG__root{background:var(--background-base);min-height:100vh;color:var(--text-primary);padding-top:72px}.DeleteAccount-module__FWI5LG__hero{text-align:center;max-width:720px;margin:0 auto;padding:60px 24px 48px;position:relative;overflow:hidden}.DeleteAccount-module__FWI5LG__hero:before{content:"";pointer-events:none;background:radial-gradient(60% 50% at 50% 0,#ef44440a 0%,#0000 70%);position:absolute;inset:0}.DeleteAccount-module__FWI5LG__backLink{color:var(--text-secondary);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff80;border-radius:999px;align-items:center;gap:6px;margin-bottom:36px;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.DeleteAccount-module__FWI5LG__backLink:hover{color:var(--text-primary);background:#fffc;border-color:#00000026}.DeleteAccount-module__FWI5LG__iconWrap{color:#ef4444;background:#ef444414;border:1px solid #ef444433;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 28px;display:flex}.DeleteAccount-module__FWI5LG__title{font-family:var(--font-heading);letter-spacing:-.03em;margin:0 0 16px;font-size:clamp(36px,6vw,56px);font-weight:800;line-height:1.05}.DeleteAccount-module__FWI5LG__title span{color:#ef4444}.DeleteAccount-module__FWI5LG__subtitle{color:var(--text-secondary);max-width:520px;margin:0 auto 32px;font-size:1.0625rem;line-height:1.7}.DeleteAccount-module__FWI5LG__subtitle strong{color:var(--text-primary)}.DeleteAccount-module__FWI5LG__warningBanner{text-align:left;color:#000000bf;background:#ef44440f;border:1px solid #ef444433;border-radius:14px;align-items:flex-start;gap:12px;padding:16px 20px;font-size:.9rem;line-height:1.6;display:flex}.DeleteAccount-module__FWI5LG__warningBanner svg{color:#ef4444;flex-shrink:0;margin-top:1px}.DeleteAccount-module__FWI5LG__warningBanner strong{color:#dc2626}.DeleteAccount-module__FWI5LG__cardWrap{max-width:620px;margin:0 auto;padding:0 24px 100px}.DeleteAccount-module__FWI5LG__formCard{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--glass-border);background:#fff9;border-radius:24px;overflow:hidden;box-shadow:0 8px 40px #0000000a}.DeleteAccount-module__FWI5LG__formHeader{border-bottom:1px solid var(--glass-border);padding:32px 36px 24px}.DeleteAccount-module__FWI5LG__formTitle{font-family:var(--font-heading);color:var(--text-primary);margin:0 0 8px;font-size:1.375rem;font-weight:700}.DeleteAccount-module__FWI5LG__formDesc{color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.5}.DeleteAccount-module__FWI5LG__form{flex-direction:column;gap:24px;padding:32px 36px;display:flex}.DeleteAccount-module__FWI5LG__field{flex-direction:column;gap:10px;display:flex}.DeleteAccount-module__FWI5LG__field label{color:var(--text-primary);font-size:.9375rem;font-weight:700}.DeleteAccount-module__FWI5LG__optional{color:var(--text-secondary);font-size:.875rem;font-weight:400}.DeleteAccount-module__FWI5LG__inputWrap{position:relative}.DeleteAccount-module__FWI5LG__inputIcon{color:var(--text-secondary);pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.DeleteAccount-module__FWI5LG__inputWrap input{box-sizing:border-box;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;width:100%;padding:14px 16px 14px 44px;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s,background .2s}.DeleteAccount-module__FWI5LG__inputWrap input:focus{border-color:var(--text-primary);background:#fff;outline:none;box-shadow:0 0 0 4px #0000000d}.DeleteAccount-module__FWI5LG__field textarea{resize:vertical;box-sizing:border-box;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;width:100%;padding:14px 16px;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s,background .2s}.DeleteAccount-module__FWI5LG__field textarea:focus{border-color:var(--text-primary);background:#fff;outline:none;box-shadow:0 0 0 4px #0000000d}.DeleteAccount-module__FWI5LG__checkboxField{background:#ef44440a;border:1px solid #ef444426;border-radius:12px;align-items:flex-start;gap:12px;padding:18px 20px;display:flex}.DeleteAccount-module__FWI5LG__checkboxField input[type=checkbox]{accent-color:#ef4444;cursor:pointer;flex-shrink:0;width:18px;height:18px;margin-top:2px}.DeleteAccount-module__FWI5LG__checkboxField label{color:var(--text-secondary);cursor:pointer;font-size:.9rem;line-height:1.5}.DeleteAccount-module__FWI5LG__checkboxField label strong{color:#dc2626}.DeleteAccount-module__FWI5LG__errorBanner{color:#dc2626;background:#ef44440f;border:1px solid #ef444433;border-radius:10px;align-items:center;gap:10px;padding:14px 18px;font-size:.9rem;display:flex}.DeleteAccount-module__FWI5LG__errorBanner svg{color:#ef4444;flex-shrink:0}.DeleteAccount-module__FWI5LG__submitBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:4px;padding:18px 28px;font-family:inherit;font-size:1rem;font-weight:700;transition:transform .2s,background .2s,box-shadow .2s;display:flex;box-shadow:0 4px 16px #ef44444d}.DeleteAccount-module__FWI5LG__submitBtn:hover:not(:disabled){background:#dc2626;transform:translateY(-2px);box-shadow:0 8px 24px #ef444459}.DeleteAccount-module__FWI5LG__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.DeleteAccount-module__FWI5LG__spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite DeleteAccount-module__FWI5LG__spin}@keyframes DeleteAccount-module__FWI5LG__spin{to{transform:rotate(360deg)}}.DeleteAccount-module__FWI5LG__legalNote{color:var(--text-secondary);text-align:center;margin:0;font-size:.875rem;line-height:1.5}.DeleteAccount-module__FWI5LG__legalNote a{color:var(--text-primary);text-underline-offset:3px;text-decoration:underline}.DeleteAccount-module__FWI5LG__successCard{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--glass-border);text-align:center;background:#fff9;border-radius:24px;padding:56px 40px;animation:.4s ease-out DeleteAccount-module__FWI5LG__fadeUp;box-shadow:0 8px 40px #0000000a}@keyframes DeleteAccount-module__FWI5LG__fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.DeleteAccount-module__FWI5LG__successIcon{color:#10b981;background:#10b9811a;border:1px solid #10b98140;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 28px;display:flex}.DeleteAccount-module__FWI5LG__successTitle{font-family:var(--font-heading);color:var(--text-primary);margin:0 0 16px;font-size:1.75rem;font-weight:800}.DeleteAccount-module__FWI5LG__successText{color:var(--text-secondary);max-width:440px;margin:0 auto 12px;font-size:1rem;line-height:1.7}.DeleteAccount-module__FWI5LG__successText strong{color:var(--text-primary)}.DeleteAccount-module__FWI5LG__successNote{color:var(--text-secondary);max-width:400px;margin:0 auto 36px;font-size:.9rem}.DeleteAccount-module__FWI5LG__successNote a{color:var(--text-primary);text-underline-offset:3px;font-weight:600;text-decoration:underline}.DeleteAccount-module__FWI5LG__homeBtn{color:#fff;background:#000;border-radius:12px;align-items:center;gap:8px;padding:14px 32px;font-size:.9375rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.DeleteAccount-module__FWI5LG__homeBtn:hover{background:#222;transform:translateY(-2px)}@media (max-width:640px){.DeleteAccount-module__FWI5LG__hero{padding:40px 20px 36px}.DeleteAccount-module__FWI5LG__formCard,.DeleteAccount-module__FWI5LG__successCard{border-radius:16px}.DeleteAccount-module__FWI5LG__formHeader{padding:24px 24px 20px}.DeleteAccount-module__FWI5LG__form{padding:24px}.DeleteAccount-module__FWI5LG__successCard{padding:40px 24px}}
