.GlobalAlertDialog_overlay__CnCcG{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);backdrop-filter:blur(2px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:GlobalAlertDialog_fadeIn__G86x4 .15s ease-out}.GlobalAlertDialog_dialog__9CUQ4{background-color:#1e293b;border:1px solid #334155;border-radius:.75rem;width:90%;max-width:400px;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);display:flex;flex-direction:column;animation:GlobalAlertDialog_slideUp__neyLU .15s ease-out;overflow:hidden}.GlobalAlertDialog_header__xYB_C{padding:1.25rem 1.25rem .5rem}.GlobalAlertDialog_titleArea__jMoMh{display:flex;align-items:center;gap:.5rem}.GlobalAlertDialog_title__a40TK{font-size:1.1rem;font-weight:600;color:#f8fafc;margin:0}.GlobalAlertDialog_iconInfo__sxBOl{color:#3b82f6}.GlobalAlertDialog_iconWarning__kRIv7{color:#f59e0b}.GlobalAlertDialog_iconError__fJI99{color:#ef4444}.GlobalAlertDialog_iconSuccess___LmrG{color:#10b981}.GlobalAlertDialog_content__kzvJ7{padding:.5rem 1.25rem 1.5rem}.GlobalAlertDialog_message__x4Qk8{color:#cbd5e1;font-size:.95rem;line-height:1.5;margin:0;white-space:pre-wrap}.GlobalAlertDialog_footer__8s29r{padding:1rem 1.25rem;background-color:#0f172a;border-top:1px solid #334155;display:flex;justify-content:flex-end;gap:.75rem}.GlobalAlertDialog_cancelButton__mBBq_{padding:.5rem 1rem;border-radius:.5rem;font-size:.9rem;font-weight:500;color:#94a3b8;background-color:transparent;border:1px solid #475569;cursor:pointer;transition:all .2s}.GlobalAlertDialog_cancelButton__mBBq_:hover{background-color:#334155;color:#f8fafc}.GlobalAlertDialog_confirmButton__2561o{padding:.5rem 1.25rem;border-radius:.5rem;font-size:.9rem;font-weight:600;color:#fff;background-color:#3b82f6;border:none;cursor:pointer;transition:all .2s}.GlobalAlertDialog_confirmButton__2561o:hover{background-color:#2563eb}.GlobalAlertDialog_confirmError__CF67P{background-color:#ef4444}.GlobalAlertDialog_confirmError__CF67P:hover{background-color:#dc2626}@keyframes GlobalAlertDialog_fadeIn__G86x4{0%{opacity:0}to{opacity:1}}@keyframes GlobalAlertDialog_slideUp__neyLU{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}