.alert-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10000;background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.alert-card{background-color:#1e1e1e;border:1px solid #333;border-radius:.75rem;flex-direction:column;gap:1rem;width:90%;max-width:400px;padding:1.5rem;display:flex;box-shadow:0 10px 30px #00000080}.alert-header{justify-content:space-between;align-items:center;display:flex}.alert-title-container{color:#fff;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;display:flex}.alert-icon{width:24px;height:24px}.alert-icon.success{color:#22c55e}.alert-icon.error,.alert-icon.confirm{color:#ef4444}.alert-close-btn{color:#718096;cursor:pointer;background:0 0;border:none;padding:.25rem}.alert-close-btn:hover{color:#fff}.alert-message{color:#d1d5db;margin:0;line-height:1.5}.alert-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.alert-btn{cursor:pointer;border:none;border-radius:.375rem;padding:.6rem 1.2rem;font-weight:600;transition:background-color .2s}.ok-btn,.cancel-btn{color:#fff;background-color:#374151}.ok-btn:hover,.cancel-btn:hover{background-color:#4b5563}.confirm-btn{color:#fff;background-color:#b91c1c}.confirm-btn:hover{background-color:#991b1b}
