.Account-module__KvZLVq__container{--primary-color:indigo;--primary-dark:#2a0a5e;--primary-light:#764ba2;--gradient-header:#e9ecef;--text-color:#333;--text-light:#6c757d;--bg-light:#fff;--bg-section:#f8f9fa;--bg-input:#f7f4f8;--border-color:#e9ecef;--border-input:#ddd;--success-color:#28a745;--warning-color:#ffc107;--error-color:#e74c3c;--shadow-sm:0 2px 8px rgba(0,0,0,.06);--shadow-md:0 4px 20px rgba(0,0,0,.1);--shadow-lg:0 10px 30px rgba(75,0,130,.15);--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-pill:25px;--radius-full:50%;background:var(--gradient-header);min-height:100vh;padding:40px 20px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}.Account-module__KvZLVq__loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.Account-module__KvZLVq__spinner{border:4px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;width:48px;height:48px;animation:1s linear infinite Account-module__KvZLVq__spin}@keyframes Account-module__KvZLVq__spin{to{transform:rotate(360deg)}}.Account-module__KvZLVq__accountWrapper{grid-template-columns:280px 1fr;gap:30px;max-width:1200px;margin:0 auto;display:grid}.Account-module__KvZLVq__sidebar{background:var(--bg-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);height:-moz-fit-content;height:fit-content;min-height:60vh;padding:30px 20px;position:-webkit-sticky;position:sticky;top:20px}.Account-module__KvZLVq__userHeader{border-bottom:2px solid var(--border-color);align-items:center;gap:15px;margin-bottom:20px;padding-bottom:20px;display:flex}.Account-module__KvZLVq__avatar{background:linear-gradient(135deg,var(--primary-color),var(--primary-light));color:#fff;border-radius:var(--radius-full);flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;font-weight:600;display:flex}.Account-module__KvZLVq__userInfo h3{color:var(--text-color);margin:0 0 5px;font-size:16px;font-weight:600}.Account-module__KvZLVq__userInfo p{color:var(--text-light);word-break:break-word;margin:0;font-size:13px}.Account-module__KvZLVq__menuNav{flex-direction:column;gap:5px;display:flex}.Account-module__KvZLVq__menuItem{border-radius:var(--radius-sm);cursor:pointer;color:var(--text-color);text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:12px 15px;font-family:inherit;font-size:14px;transition:all .2s;display:flex}.Account-module__KvZLVq__menuItem:hover{background:var(--bg-input);color:var(--primary-color)}.Account-module__KvZLVq__menuItem.Account-module__KvZLVq__active{color:var(--primary-color);background:rgba(75,0,130,.1);font-weight:500}.Account-module__KvZLVq__menuIcon{text-align:center;width:24px;font-size:18px}.Account-module__KvZLVq__mobileMenuToggle{bottom:max(20px,env(safe-area-inset-bottom,20px));bottom:max(20px,env(safe-area-inset-bottom) + 20px);right:max(20px,env(safe-area-inset-right,20px));background:var(--primary-color);color:#fff;border-radius:var(--radius-full);z-index:9999;cursor:pointer;border:none;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s;display:flex;position:fixed;box-shadow:0 8px 24px rgba(75,0,130,.4)}.Account-module__KvZLVq__mobileMenuToggle:active{transform:scale(.95);box-shadow:0 4px 12px rgba(75,0,130,.3)}.Account-module__KvZLVq__mobileMenuToggle svg{fill:#fff;width:28px;height:28px}.Account-module__KvZLVq__mainContent{background:var(--bg-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);min-height:500px;padding:30px}.Account-module__KvZLVq__verificationBanner{border-radius:var(--radius-md);background:linear-gradient(135deg,#ff6b6b 0%,#ee5a6f 100%);margin-bottom:30px;padding:20px;animation:.5s Account-module__KvZLVq__slideIn;box-shadow:0 4px 20px rgba(238,90,111,.3)}@keyframes Account-module__KvZLVq__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Account-module__KvZLVq__verificationContent{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.Account-module__KvZLVq__verificationIcon{border-radius:var(--radius-full);color:#fff;background:rgba(255,255,255,.2);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Account-module__KvZLVq__verificationIcon svg{width:24px;height:24px}.Account-module__KvZLVq__verificationText{flex:1;min-width:200px}.Account-module__KvZLVq__verificationText h3{color:#fff;margin:0 0 5px;font-size:18px;font-weight:600}.Account-module__KvZLVq__verificationText p{color:rgba(255,255,255,.9);margin:0;font-size:14px;line-height:1.5}.Account-module__KvZLVq__verificationButton{color:#ee5a6f;border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;background:#fff;border:none;padding:12px 24px;font-size:14px;font-weight:600;transition:all .3s;box-shadow:0 2px 10px rgba(0,0,0,.1)}.Account-module__KvZLVq__verificationButton:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.2)}@media (max-width:768px){.Account-module__KvZLVq__verificationContent{text-align:center;flex-direction:column}.Account-module__KvZLVq__verificationButton{width:100%}}.Account-module__KvZLVq__section{animation:.3s Account-module__KvZLVq__fadeIn}@keyframes Account-module__KvZLVq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Account-module__KvZLVq__sectionHeader{border-bottom:2px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;display:flex}.Account-module__KvZLVq__sectionHeader h2{color:var(--primary-color);margin:0;font-size:24px;font-weight:600}.Account-module__KvZLVq__editButton,.Account-module__KvZLVq__addButton{background:var(--primary-color);color:#fff;border-radius:var(--radius-pill);cursor:pointer;border:none;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.Account-module__KvZLVq__editButton:hover,.Account-module__KvZLVq__addButton:hover{background:var(--primary-dark);transform:translateY(-2px)}.Account-module__KvZLVq__profileForm{flex-direction:column;gap:20px;display:flex}.Account-module__KvZLVq__formRow{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;display:grid}.Account-module__KvZLVq__formGroup{flex-direction:column;gap:8px;display:flex}.Account-module__KvZLVq__formGroup label{color:var(--text-color);font-size:14px;font-weight:500}.Account-module__KvZLVq__formGroup input{border:1.5px solid var(--border-input);border-radius:var(--radius-sm);background:var(--bg-input);padding:12px 15px;font-family:inherit;font-size:14px;transition:all .2s}.Account-module__KvZLVq__formGroup input:focus{border-color:var(--primary-color);background:var(--bg-light);outline:none}.Account-module__KvZLVq__formGroup input:disabled{background:var(--bg-section);color:var(--text-light);cursor:not-allowed}.Account-module__KvZLVq__saveButton{background:var(--primary-color);color:#fff;border-radius:var(--radius-pill);cursor:pointer;border:none;align-self:flex-start;padding:12px 30px;font-family:inherit;font-size:15px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px rgba(75,0,130,.25)}.Account-module__KvZLVq__saveButton:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px rgba(75,0,130,.35)}.Account-module__KvZLVq__ordersList{flex-direction:column;gap:20px;display:flex}.Account-module__KvZLVq__orderCard{border:1px solid var(--border-color);border-radius:var(--radius-md);transition:all .2s;overflow:hidden}.Account-module__KvZLVq__orderCard:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light)}.Account-module__KvZLVq__orderHeader{background:var(--bg-section);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.Account-module__KvZLVq__orderNumber{color:var(--text-color);margin-right:15px;font-weight:600}.Account-module__KvZLVq__orderDate{color:var(--text-light);font-size:14px}.Account-module__KvZLVq__orderStatus{border-radius:var(--radius-pill);text-transform:uppercase;padding:5px 12px;font-size:12px;font-weight:600}.Account-module__KvZLVq__orderStatus.Account-module__KvZLVq__pending{color:var(--warning-color);background:rgba(255,193,7,.15)}.Account-module__KvZLVq__orderStatus.Account-module__KvZLVq__processing{color:#2196f3;background:rgba(33,150,243,.15)}.Account-module__KvZLVq__orderStatus.Account-module__KvZLVq__shipped{color:#9c27b0;background:rgba(156,39,176,.15)}.Account-module__KvZLVq__orderStatus.Account-module__KvZLVq__delivered{color:var(--success-color);background:rgba(40,167,69,.15)}.Account-module__KvZLVq__orderStatus.Account-module__KvZLVq__cancelled{color:var(--error-color);background:rgba(231,76,60,.15)}.Account-module__KvZLVq__orderItems{flex-direction:column;gap:15px;padding:15px 20px;display:flex}.Account-module__KvZLVq__orderItem{align-items:center;gap:15px;display:flex}.Account-module__KvZLVq__orderItem img{border-radius:var(--radius-sm);object-fit:cover;background:var(--bg-section);width:60px;height:60px}.Account-module__KvZLVq__orderItem>div{flex:1}.Account-module__KvZLVq__orderItem p{color:var(--text-color);margin:0 0 5px;font-size:14px}.Account-module__KvZLVq__orderItem span{color:var(--text-light);font-size:13px}.Account-module__KvZLVq__itemPrice{color:var(--primary-color);font-weight:600}.Account-module__KvZLVq__orderFooter{background:var(--bg-section);border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.Account-module__KvZLVq__orderTotal{align-items:center;gap:10px;display:flex}.Account-module__KvZLVq__orderTotal span{color:var(--text-light)}.Account-module__KvZLVq__orderTotal strong{color:var(--primary-color);font-size:18px}.Account-module__KvZLVq__viewOrderButton{color:var(--primary-color);border:1.5px solid var(--primary-color);border-radius:var(--radius-pill);cursor:pointer;background:0 0;padding:8px 20px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.Account-module__KvZLVq__viewOrderButton:hover{background:var(--primary-color);color:#fff}.Account-module__KvZLVq__emptyState{text-align:center;padding:60px 20px}.Account-module__KvZLVq__emptyIcon{opacity:.5;margin-bottom:20px;font-size:64px;display:block}.Account-module__KvZLVq__emptyState h3{color:var(--text-color);margin:0 0 10px;font-size:20px}.Account-module__KvZLVq__emptyState p{color:var(--text-light);margin:0 0 30px}.Account-module__KvZLVq__ctaButton{background:var(--primary-color);color:#fff;border-radius:var(--radius-pill);cursor:pointer;border:none;padding:12px 30px;font-family:inherit;font-size:15px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px rgba(75,0,130,.25)}.Account-module__KvZLVq__ctaButton:hover{background:var(--primary-dark);transform:translateY(-2px)}.Account-module__KvZLVq__addressGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.Account-module__KvZLVq__addressCard{border:1px solid var(--border-color);border-radius:var(--radius-md);padding:20px;transition:all .2s;position:relative}.Account-module__KvZLVq__addressCard:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light)}.Account-module__KvZLVq__addressCard h4{color:var(--text-color);margin:0 0 15px;font-size:16px}.Account-module__KvZLVq__addressCard p{color:var(--text-light);margin:5px 0;font-size:14px}.Account-module__KvZLVq__addressActions{border-top:1px solid var(--border-color);gap:10px;margin-top:15px;padding-top:15px;display:flex}.Account-module__KvZLVq__addressActions button{color:var(--primary-color);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;background:0 0;flex:1;padding:8px 15px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s}.Account-module__KvZLVq__addressActions button:hover{border-color:var(--primary-color);background:rgba(75,0,130,.05)}.Account-module__KvZLVq__cardsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}.Account-module__KvZLVq__cardItem{background:linear-gradient(135deg,var(--bg-section),var(--bg-light));border:1px solid var(--border-color);border-radius:var(--radius-md);padding:25px;transition:all .2s}.Account-module__KvZLVq__cardItem:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.Account-module__KvZLVq__cardBrand{margin-bottom:20px}.Account-module__KvZLVq__cardBrand svg{width:auto;height:32px}.Account-module__KvZLVq__cardNumber{letter-spacing:2px;color:var(--text-color);margin-bottom:15px;font-family:Courier New,monospace;font-size:18px}.Account-module__KvZLVq__cardInfo{border-bottom:1px solid var(--border-color);justify-content:space-between;margin-bottom:20px;padding-bottom:15px;display:flex}.Account-module__KvZLVq__cardInfo span{color:var(--text-light);font-size:14px}.Account-module__KvZLVq__cardActions{gap:10px;display:flex}.Account-module__KvZLVq__cardActions button{color:var(--primary-color);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;background:0 0;flex:1;padding:8px 15px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s}.Account-module__KvZLVq__cardActions button:hover{border-color:var(--primary-color);background:rgba(75,0,130,.05)}.Account-module__KvZLVq__securityOptions{flex-direction:column;gap:20px;display:flex}.Account-module__KvZLVq__securityItem{background:var(--bg-section);border-radius:var(--radius-md);justify-content:space-between;align-items:center;padding:20px;display:flex}.Account-module__KvZLVq__securityItem h4{color:var(--text-color);margin:0 0 5px;font-size:16px}.Account-module__KvZLVq__securityItem p{color:var(--text-light);margin:0;font-size:14px}.Account-module__KvZLVq__changeButton{background:var(--primary-color);color:#fff;border-radius:var(--radius-pill);cursor:pointer;border:none;padding:8px 20px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.Account-module__KvZLVq__changeButton:hover{background:var(--primary-dark)}.Account-module__KvZLVq__switch{width:50px;height:26px;display:inline-block;position:relative}.Account-module__KvZLVq__switch input{opacity:0;width:0;height:0}.Account-module__KvZLVq__slider{cursor:pointer;background-color:var(--border-input);border-radius:26px;transition:all .3s;position:absolute;top:0;bottom:0;left:0;right:0}.Account-module__KvZLVq__slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;bottom:3px;left:3px}.Account-module__KvZLVq__switch input:checked+.Account-module__KvZLVq__slider{background-color:var(--primary-color)}.Account-module__KvZLVq__switch input:checked+.Account-module__KvZLVq__slider:before{transform:translate(24px)}.Account-module__KvZLVq__notificationSettings{flex-direction:column;gap:20px;display:flex}.Account-module__KvZLVq__notificationSettings h3{color:var(--text-color);border-bottom:1px solid var(--border-color);margin:10px 0 15px;padding-bottom:10px;font-size:18px}.Account-module__KvZLVq__checkboxLabel{cursor:pointer;color:var(--text-color);align-items:center;gap:12px;padding:10px 0;font-size:14px;display:flex}.Account-module__KvZLVq__checkboxLabel input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary-color);cursor:pointer}.Account-module__KvZLVq__helpGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;display:grid}.Account-module__KvZLVq__helpCard{background:var(--bg-section);border-radius:var(--radius-md);text-align:center;color:var(--text-color);cursor:pointer;padding:25px 20px;text-decoration:none;transition:all .2s}.Account-module__KvZLVq__helpCard:hover{background:var(--bg-input);box-shadow:var(--shadow-md);transform:translateY(-5px)}.Account-module__KvZLVq__helpIcon{margin-bottom:15px;font-size:36px;display:block}.Account-module__KvZLVq__helpCard h4{color:var(--text-color);margin:0 0 8px;font-size:16px}.Account-module__KvZLVq__helpCard p{color:var(--text-light);margin:0;font-size:13px}.Account-module__KvZLVq__menuIcon{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.Account-module__KvZLVq__menuIcon svg{fill:currentColor;width:100%;height:100%}.Account-module__KvZLVq__buttonIcon,.Account-module__KvZLVq__actionIcon{justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.Account-module__KvZLVq__buttonIcon svg,.Account-module__KvZLVq__actionIcon svg{fill:currentColor;width:100%;height:100%}.Account-module__KvZLVq__actionButton{color:var(--primary-color);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;background:0 0;align-items:center;gap:6px;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s;display:flex}.Account-module__KvZLVq__actionButton:hover{border-color:var(--primary-color);background:rgba(75,0,130,.05)}.Account-module__KvZLVq__emptyIcon svg{opacity:.3;width:64px;height:64px;fill:var(--text-light)}.Account-module__KvZLVq__helpIcon svg{width:36px;height:36px;fill:var(--primary-color);opacity:.8}.Account-module__KvZLVq__defaultBadge{color:var(--success-color);border-radius:var(--radius-pill);text-transform:uppercase;background:rgba(40,167,69,.15);padding:4px 10px;font-size:11px;font-weight:600;position:absolute;top:15px;right:15px}.Account-module__KvZLVq__cardInfo small{color:var(--text-light);text-transform:uppercase;margin-bottom:4px;font-size:11px;display:block}.Account-module__KvZLVq__cardInfo p{color:var(--text-color);margin:0;font-size:14px;font-weight:500}.Account-module__KvZLVq__detectedBrand{background:var(--bg-section);border-radius:var(--radius-sm);color:var(--text-light);text-align:center;padding:10px;font-size:14px}.Account-module__KvZLVq__detectedBrand strong{color:var(--primary-color)}.Account-module__KvZLVq__loading{color:var(--primary-color);margin-top:5px;font-size:12px}.Account-module__KvZLVq__closeModal svg{fill:currentColor;width:20px;height:20px}.Account-module__KvZLVq__addButton{background:var(--primary-color);color:#fff;border-radius:var(--radius-pill);cursor:pointer;border:none;align-items:center;gap:8px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:flex}.Account-module__KvZLVq__addButton:hover{background:var(--primary-dark);transform:translateY(-2px)}.Account-module__KvZLVq__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:rgba(0,0,0,.5);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.Account-module__KvZLVq__modal{background:var(--bg-light);border-radius:var(--radius-lg);width:90%;max-width:450px;animation:.3s Account-module__KvZLVq__slideUp}@keyframes Account-module__KvZLVq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Account-module__KvZLVq__modalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:25px 25px 20px;display:flex}.Account-module__KvZLVq__modalHeader h3{color:var(--primary-color);margin:0;font-size:20px}.Account-module__KvZLVq__closeModal{color:var(--text-light);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:24px;transition:all .2s;display:flex}.Account-module__KvZLVq__closeModal:hover{background:var(--bg-section);color:var(--text-color)}.Account-module__KvZLVq__modalBody{flex-direction:column;gap:20px;padding:25px;display:flex}.Account-module__KvZLVq__modalFooter{border-top:1px solid var(--border-color);gap:15px;padding:20px 25px 25px;display:flex}.Account-module__KvZLVq__cancelButton,.Account-module__KvZLVq__confirmButton{border-radius:var(--radius-pill);cursor:pointer;border:none;flex:1;padding:12px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s}.Account-module__KvZLVq__cancelButton{background:var(--bg-section);color:var(--text-color)}.Account-module__KvZLVq__cancelButton:hover{background:var(--border-color)}.Account-module__KvZLVq__confirmButton{background:var(--primary-color);color:#fff}.Account-module__KvZLVq__confirmButton:hover{background:var(--primary-dark)}@media (max-width:1024px){.Account-module__KvZLVq__accountWrapper{grid-template-columns:240px 1fr;gap:20px}.Account-module__KvZLVq__sidebar{padding:20px 15px}.Account-module__KvZLVq__mainContent{padding:25px}}@media (max-width:768px){.Account-module__KvZLVq__container{padding:20px 15px;padding-bottom:max(100px,env(safe-area-inset-bottom) + 100px)}.Account-module__KvZLVq__accountWrapper{grid-template-columns:1fr}.Account-module__KvZLVq__sidebar{height:100vh;z-index:500;width:280px;height:100dvh;padding-bottom:env(safe-area-inset-bottom,0);border-radius:0;transition:left .3s;position:fixed;top:0;left:-280px}.Account-module__KvZLVq__sidebar.Account-module__KvZLVq__mobileMenuOpen{left:0;box-shadow:2px 0 20px rgba(0,0,0,.2)}.Account-module__KvZLVq__mobileMenuToggle{bottom:max(24px,env(safe-area-inset-bottom) + 24px);right:max(24px,env(safe-area-inset-right) + 24px);justify-content:center;align-items:center;animation:2s ease-in-out infinite Account-module__KvZLVq__pulse;display:flex}@keyframes Account-module__KvZLVq__pulse{0%,to{box-shadow:0 8px 24px rgba(75,0,130,.4)}50%{box-shadow:0 8px 32px rgba(75,0,130,.6)}}.Account-module__KvZLVq__sectionHeader{flex-direction:column;align-items:flex-start;gap:15px}.Account-module__KvZLVq__sectionHeader h2{font-size:20px}.Account-module__KvZLVq__formRow,.Account-module__KvZLVq__addressGrid,.Account-module__KvZLVq__cardsGrid{grid-template-columns:1fr}.Account-module__KvZLVq__helpGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Account-module__KvZLVq__container{padding:15px 10px}.Account-module__KvZLVq__mainContent{border-radius:15px;padding:20px 15px}.Account-module__KvZLVq__orderItem{text-align:center;flex-direction:column}.Account-module__KvZLVq__orderFooter{flex-direction:column;gap:15px}.Account-module__KvZLVq__viewOrderButton{width:100%}.Account-module__KvZLVq__helpGrid{grid-template-columns:1fr}.Account-module__KvZLVq__modal{max-width:95%}}
.Toast-module__Y0utqG__toast{text-shadow:none;z-index:9999;background:linear-gradient(135deg,#7b1fa2,#e60073);border-radius:12px;align-items:center;gap:.6rem;padding:1rem 1.4rem;font-weight:500;animation:.4s Toast-module__Y0utqG__slideIn,.4s 2.6s forwards Toast-module__Y0utqG__fadeOut;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 6px 20px rgba(0,0,0,.2);color:#fff!important}.Toast-module__Y0utqG__toast,.Toast-module__Y0utqG__toast *{color:#fff!important}.Toast-module__Y0utqG__icon{font-size:1.2rem}@keyframes Toast-module__Y0utqG__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Toast-module__Y0utqG__fadeOut{to{opacity:0;transform:translateY(20px)}}
.AlertModal-module__oq8ijW__overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10000;background:rgba(0,0,0,.65);justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.3s AlertModal-module__oq8ijW__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes AlertModal-module__oq8ijW__fadeIn{0%{opacity:0}to{opacity:1}}.AlertModal-module__oq8ijW__modal{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:1px solid rgba(75,0,130,.15);border-radius:24px;width:100%;max-width:480px;padding:0;animation:.4s cubic-bezier(.34,1.56,.64,1) AlertModal-module__oq8ijW__slideUp;overflow:hidden;box-shadow:0 25px 70px rgba(75,0,130,.25),0 10px 30px rgba(0,0,0,.15)}@keyframes AlertModal-module__oq8ijW__slideUp{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.AlertModal-module__oq8ijW__iconContainer{justify-content:center;align-items:center;width:100%;padding:40px 30px 25px;display:flex;position:relative}.AlertModal-module__oq8ijW__iconContainer:before{content:"";background:linear-gradient(90deg,indigo,#764ba2,indigo) 0 0/200% 100%;height:4px;animation:3s linear infinite AlertModal-module__oq8ijW__shimmer;position:absolute;top:0;left:0;right:0}@keyframes AlertModal-module__oq8ijW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.AlertModal-module__oq8ijW__iconContainer svg{width:80px;height:80px;animation:.6s ease-out AlertModal-module__oq8ijW__iconPulse}@keyframes AlertModal-module__oq8ijW__iconPulse{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.AlertModal-module__oq8ijW__modal.AlertModal-module__oq8ijW__info .AlertModal-module__oq8ijW__iconContainer,.AlertModal-module__oq8ijW__modal.AlertModal-module__oq8ijW__success .AlertModal-module__oq8ijW__iconContainer,.AlertModal-module__oq8ijW__modal.AlertModal-module__oq8ijW__error .AlertModal-module__oq8ijW__iconContainer,.AlertModal-module__oq8ijW__modal.AlertModal-module__oq8ijW__warning .AlertModal-module__oq8ijW__iconContainer{color:indigo;background:linear-gradient(135deg,rgba(75,0,130,.1),rgba(118,75,162,.15))}.AlertModal-module__oq8ijW__content{text-align:center;padding:0 35px 25px}.AlertModal-module__oq8ijW__title{color:#2a0a5e;letter-spacing:-.3px;margin:0 0 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:26px;font-weight:700}.AlertModal-module__oq8ijW__message{color:#6c757d;margin:0;font-size:16px;font-weight:400;line-height:1.7}.AlertModal-module__oq8ijW__actions{justify-content:center;gap:14px;padding:0 35px 35px;display:flex}.AlertModal-module__oq8ijW__button{cursor:pointer;border:none;border-radius:14px;min-width:130px;padding:14px 32px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:15px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.AlertModal-module__oq8ijW__button:before{content:"";background:rgba(255,255,255,.2);border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AlertModal-module__oq8ijW__button:hover:before{width:300px;height:300px}.AlertModal-module__oq8ijW__primaryButton{color:#fff;background:linear-gradient(135deg,indigo,#764ba2);box-shadow:0 6px 20px rgba(75,0,130,.35)}.AlertModal-module__oq8ijW__primaryButton:hover{background:linear-gradient(135deg,#5a0099,#8550b8);transform:translateY(-3px);box-shadow:0 10px 30px rgba(75,0,130,.45)}.AlertModal-module__oq8ijW__primaryButton:active{transform:translateY(-1px)}.AlertModal-module__oq8ijW__confirmButton{color:#fff;background:linear-gradient(135deg,indigo,#764ba2);box-shadow:0 6px 20px rgba(75,0,130,.35)}.AlertModal-module__oq8ijW__confirmButton:hover{background:linear-gradient(135deg,#5a0099,#8550b8);transform:translateY(-3px);box-shadow:0 10px 30px rgba(75,0,130,.45)}.AlertModal-module__oq8ijW__confirmButton:active{transform:translateY(-1px)}.AlertModal-module__oq8ijW__cancelButton{color:#6c757d;background:#f8f9fa;border:2px solid #e9ecef;box-shadow:0 2px 8px rgba(0,0,0,.05)}.AlertModal-module__oq8ijW__cancelButton:hover{color:#495057;background:#e9ecef;border-color:#dee2e6;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.AlertModal-module__oq8ijW__cancelButton:active{transform:translateY(0)}@media (max-width:768px){.AlertModal-module__oq8ijW__overlay{padding:15px}.AlertModal-module__oq8ijW__modal{border-radius:20px;max-width:100%}.AlertModal-module__oq8ijW__iconContainer{padding:35px 25px 20px}.AlertModal-module__oq8ijW__iconContainer svg{width:70px;height:70px}.AlertModal-module__oq8ijW__content{padding:0 25px 20px}.AlertModal-module__oq8ijW__title{margin-bottom:14px;font-size:22px}.AlertModal-module__oq8ijW__message{font-size:15px;line-height:1.6}.AlertModal-module__oq8ijW__actions{flex-direction:column;gap:12px;padding:0 25px 30px}.AlertModal-module__oq8ijW__button{width:100%;min-width:auto;padding:14px 24px}}@media (max-width:480px){.AlertModal-module__oq8ijW__iconContainer{padding:30px 20px 15px}.AlertModal-module__oq8ijW__iconContainer svg{width:60px;height:60px}.AlertModal-module__oq8ijW__content{padding:0 20px 18px}.AlertModal-module__oq8ijW__title{font-size:20px}.AlertModal-module__oq8ijW__message{font-size:14px}.AlertModal-module__oq8ijW__actions{padding:0 20px 25px}}
