.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:fixed;top:0;left:0}.modal-content{border-radius:16px;flex-direction:column;gap:1.5rem;width:100%;max-width:450px;padding:2rem;display:flex;box-shadow:0 10px 30px #8c735526;background:#fffc!important}.modal-header{justify-content:space-between;align-items:center;display:flex}.modal-title{color:var(--text-main);margin:0;font-size:1.5rem;font-weight:700}.modal-title.danger{color:#d9534f}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.8rem;line-height:1}.modal-body p{color:var(--text-muted);margin:0;font-size:1.05rem;line-height:1.6}.modal-footer{justify-content:flex-end;gap:1rem;display:flex}.modal-footer .btn{padding:.6rem 1.2rem}.btn-danger{color:#fff;background:#d9534f}.btn-danger:hover{background:#c9302c}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fade-in{animation:.2s ease-out fadeIn}
