.custom-alert-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000}.custom-alert-modal{background:#1a1a1a;border-radius:12px;padding:24px;min-width:320px;max-width:480px;border:1px solid #333}.custom-alert-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.custom-alert-icon{font-size:48px;line-height:1}.custom-alert-content.error .custom-alert-icon,.custom-alert-content.success .custom-alert-icon,.custom-alert-content.warning .custom-alert-icon{color:var(--base-theme-color)}.custom-alert-message{color:#fff;font-size:16px;line-height:1.5;margin:0}.custom-alert-close{color:white;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s;min-width:80px}.custom-alert-close,.custom-alert-close:hover,.custom-alert-content.error .custom-alert-close,.custom-alert-content.error .custom-alert-close:hover,.custom-alert-content.success .custom-alert-close,.custom-alert-content.success .custom-alert-close:hover,.custom-alert-content.warning .custom-alert-close,.custom-alert-content.warning .custom-alert-close:hover{background:var(--bg-button-zapam)}