.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.7);transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.deleteAccount_container__vs1h0{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.deleteAccount_wrapper__9u9Mu{width:100%;max-width:700px;margin:0 auto}.deleteAccount_formCard__z8SB9,.deleteAccount_successCard__wMJRN{background:#fff;border-radius:20px;padding:50px;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:deleteAccount_slideUp__hTKAa .5s ease-out}@media(max-width:768px){.deleteAccount_formCard__z8SB9,.deleteAccount_successCard__wMJRN{padding:30px 20px;border-radius:15px}}@keyframes deleteAccount_slideUp__hTKAa{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.deleteAccount_header__VLcIN{text-align:center;margin-bottom:40px}.deleteAccount_iconWrapper__EsTMB{display:inline-flex;padding:15px;background:#fff5f5;border-radius:50%;margin-bottom:20px}.deleteAccount_header__VLcIN h1,.deleteAccount_successTitle__iJe5w{font-size:32px;color:#2d3748;margin-bottom:10px;font-weight:700}.deleteAccount_subtitle__5qo5m{color:#718096;font-size:16px;line-height:1.6}.deleteAccount_form__x3HP_{display:flex;flex-direction:column;gap:24px}.deleteAccount_formGroup__es_K_{display:flex;flex-direction:column;gap:8px}.deleteAccount_formGroup__es_K_ label{font-weight:600;color:#2d3748;font-size:14px}.deleteAccount_formGroup__es_K_ input,.deleteAccount_formGroup__es_K_ textarea{padding:12px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:15px;transition:all .3s ease;font-family:inherit}.deleteAccount_formGroup__es_K_ input:focus,.deleteAccount_formGroup__es_K_ textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.deleteAccount_formGroup__es_K_ input::-moz-placeholder,.deleteAccount_formGroup__es_K_ textarea::-moz-placeholder{color:#a0aec0}.deleteAccount_formGroup__es_K_ input:-ms-input-placeholder,.deleteAccount_formGroup__es_K_ textarea:-ms-input-placeholder{color:#a0aec0}.deleteAccount_formGroup__es_K_ input::placeholder,.deleteAccount_formGroup__es_K_ textarea::placeholder{color:#a0aec0}.deleteAccount_formGroup__es_K_ textarea{resize:vertical;min-height:100px}.deleteAccount_required__0sy6x{color:#f56565}.deleteAccount_warningBox__zWL54{background:#fff5f5;border:2px solid #feb2b2;border-radius:12px;padding:20px;margin:10px 0}.deleteAccount_warningBox__zWL54 h3{color:#c53030;font-size:16px;margin-bottom:12px;font-weight:600}.deleteAccount_warningBox__zWL54 ul{margin:0;padding-left:20px;color:#742a2a}.deleteAccount_warningBox__zWL54 ul li{margin-bottom:8px;line-height:1.5}.deleteAccount_checkboxGroup__7Se2F{display:flex;gap:12px;align-items:flex-start;padding:15px;background:#f7fafc;border-radius:10px}.deleteAccount_checkboxGroup__7Se2F input[type=checkbox]{margin-top:4px;width:18px;height:18px;cursor:pointer}.deleteAccount_checkboxGroup__7Se2F label{font-size:14px;color:#4a5568;line-height:1.5;cursor:pointer}.deleteAccount_buttonGroup__YR5ME{display:flex;gap:12px;margin-top:20px}@media(max-width:768px){.deleteAccount_buttonGroup__YR5ME{flex-direction:column-reverse}}.deleteAccount_cancelButton__zqPn3,.deleteAccount_deleteButton__t1MYf,.deleteAccount_homeButton__7KDUp,.deleteAccount_supportButton__HmmSs{flex:1 1;padding:14px 24px;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.deleteAccount_cancelButton__zqPn3:disabled,.deleteAccount_deleteButton__t1MYf:disabled,.deleteAccount_homeButton__7KDUp:disabled,.deleteAccount_supportButton__HmmSs:disabled{opacity:.6;cursor:not-allowed}.deleteAccount_cancelButton__zqPn3{background:#edf2f7;color:#4a5568}.deleteAccount_cancelButton__zqPn3:hover:not(:disabled){background:#e2e8f0}.deleteAccount_deleteButton__t1MYf{background:linear-gradient(135deg,#f56565,#c53030);color:#fff}.deleteAccount_deleteButton__t1MYf:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px hsla(0,88%,68%,.3)}.deleteAccount_homeButton__7KDUp{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.deleteAccount_homeButton__7KDUp:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(102,126,234,.3)}.deleteAccount_supportButton__HmmSs{background:#edf2f7;color:#4a5568}.deleteAccount_supportButton__HmmSs:hover{background:#e2e8f0}.deleteAccount_successCard__wMJRN{text-align:center}.deleteAccount_successIcon__VsTLj{margin-bottom:30px;animation:deleteAccount_scaleIn__TxVT_ .6s ease-out}@keyframes deleteAccount_scaleIn__TxVT_{0%{transform:scale(0)}to{transform:scale(1)}}.deleteAccount_successTitle__iJe5w{color:#10b981;font-size:32px;margin-bottom:20px}.deleteAccount_successMessage__Y0RwU{text-align:left;margin:30px 0}.deleteAccount_mainMessage__oy7pA{font-size:18px;color:#2d3748;line-height:1.6;margin-bottom:30px}.deleteAccount_mainMessage__oy7pA strong{color:#667eea;font-weight:700}.deleteAccount_infoBox__PRGkm,.deleteAccount_restorationBox__B1uR2,.deleteAccount_thankYouBox__lH5lw,.deleteAccount_timelineBox__Kob1k{background:#f7fafc;border-radius:12px;padding:24px;margin-bottom:20px}.deleteAccount_infoBox__PRGkm h3,.deleteAccount_restorationBox__B1uR2 h3,.deleteAccount_thankYouBox__lH5lw h3,.deleteAccount_timelineBox__Kob1k h3{font-size:18px;color:#2d3748;margin-bottom:12px;font-weight:600}.deleteAccount_infoBox__PRGkm p,.deleteAccount_restorationBox__B1uR2 p,.deleteAccount_thankYouBox__lH5lw p,.deleteAccount_timelineBox__Kob1k p{color:#4a5568;line-height:1.6;margin-bottom:10px}.deleteAccount_infoBox__PRGkm ul,.deleteAccount_restorationBox__B1uR2 ul,.deleteAccount_thankYouBox__lH5lw ul,.deleteAccount_timelineBox__Kob1k ul{margin:12px 0;padding-left:20px}.deleteAccount_infoBox__PRGkm ul li,.deleteAccount_restorationBox__B1uR2 ul li,.deleteAccount_thankYouBox__lH5lw ul li,.deleteAccount_timelineBox__Kob1k ul li{color:#4a5568;margin-bottom:8px;line-height:1.5}.deleteAccount_infoBox__PRGkm{background:#ebf8ff;border:2px solid #90cdf4}.deleteAccount_infoBox__PRGkm strong{color:#2c5282}.deleteAccount_restorationBox__B1uR2{background:#fef5e7;border:2px solid #f6ad55}.deleteAccount_restorationBox__B1uR2 strong{color:#c05621}.deleteAccount_contactInfo__bugkG{margin-top:15px;padding-top:15px;border-top:1px solid #fed7aa}.deleteAccount_contactInfo__bugkG a{color:#667eea;font-weight:600;text-decoration:none}.deleteAccount_contactInfo__bugkG a:hover{text-decoration:underline}.deleteAccount_timelineBox__Kob1k{background:#f0f4ff;border:2px solid #a5b4fc}.deleteAccount_timeline__lkaxo{margin-top:20px}.deleteAccount_timelineItem__02jHQ{display:flex;gap:16px;margin-bottom:20px;position:relative}.deleteAccount_timelineItem__02jHQ:not(:last-child):after{content:"";position:absolute;left:8px;top:25px;width:2px;height:calc(100% + 10px);background:#cbd5e0}.deleteAccount_timelineItem__02jHQ strong{color:#4c51bf;display:block;margin-bottom:4px}.deleteAccount_timelineItem__02jHQ p{color:#4a5568;margin:0;font-size:14px}.deleteAccount_timelineDot__EdnTW{width:16px;height:16px;background:#667eea;border-radius:50%;margin-top:4px;flex-shrink:0;z-index:1;border:3px solid #fff;box-shadow:0 0 0 2px #667eea}.deleteAccount_thankYouBox__lH5lw{background:linear-gradient(135deg,#fef5e7,#ebf8ff);border:2px solid #667eea}.deleteAccount_thankYouBox__lH5lw p{color:#2d3748;font-size:16px;text-align:center;margin:0}.deleteAccount_footer__H0DSw{text-align:center;margin-top:40px;color:#fff}.deleteAccount_footer__H0DSw p{margin:8px 0;font-size:14px}.deleteAccount_footer__H0DSw a{color:#fff;text-decoration:none;font-weight:600}.deleteAccount_footer__H0DSw a:hover{text-decoration:underline}.deleteAccount_footerLinks__tlq5P{opacity:.9}