.custom-alert-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;opacity:0;visibility:hidden;background:rgba(0,0,0,.6);justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s;display:flex;position:fixed;top:0;left:0}.custom-alert-overlay.show{opacity:1;visibility:visible}.custom-alert-box{text-align:center;background:#fff;border-radius:20px;width:90%;max-width:480px;padding:40px 32px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);position:relative;transform:scale(.7)translateY(-20px);box-shadow:0 20px 60px rgba(0,0,0,.3)}.custom-alert-overlay.show .custom-alert-box{transform:scale(1)translateY(0)}.custom-alert-close{cursor:pointer;color:#666;background:rgba(0,0,0,.05);border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;transition:all .3s;display:flex;position:absolute;top:16px;right:16px}.custom-alert-close:hover{background:rgba(0,0,0,.1);transform:rotate(90deg)}.custom-alert-icon{margin-bottom:20px;font-size:72px;animation:.5s .2s backwards iconPop}@keyframes iconPop{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.custom-alert-box.success .custom-alert-icon{color:#1a5d1a}.custom-alert-box.error .custom-alert-icon{color:#dc3545}.custom-alert-content{margin-bottom:28px}.custom-alert-title{color:#1a5d1a;margin-bottom:12px;font-family:Signika,sans-serif;font-size:24px;font-weight:700}.custom-alert-box.error .custom-alert-title{color:#dc3545}.custom-alert-message{color:#666;margin:0;font-family:Signika,sans-serif;font-size:15px;line-height:1.6}.custom-alert-ok-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a5d1a 0%,#2d8b2d 100%);border:none;border-radius:25px;padding:14px 40px;font-family:Signika,sans-serif;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px rgba(26,93,26,.3)}.custom-alert-ok-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(26,93,26,.4)}.custom-alert-box.error .custom-alert-ok-btn{background:linear-gradient(135deg,#dc3545 0%,#c82333 100%);box-shadow:0 4px 15px rgba(220,53,69,.3)}.custom-alert-box.error .custom-alert-ok-btn:hover{box-shadow:0 6px 20px rgba(220,53,69,.4)}@media (max-width:768px){.custom-alert-box{max-width:90%;padding:32px 24px}.custom-alert-icon{margin-bottom:16px;font-size:64px}.custom-alert-title{margin-bottom:10px;font-size:20px}.custom-alert-message{font-size:14px}.custom-alert-ok-btn{padding:12px 32px;font-size:15px}}@media (max-width:480px){.custom-alert-box{padding:28px 20px}.custom-alert-icon{margin-bottom:14px;font-size:56px}.custom-alert-title{font-size:18px}.custom-alert-message{font-size:13px}.custom-alert-ok-btn{padding:10px 28px;font-size:14px}}
