.modal-backdrop{animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(180deg,#0006,#00000080);height:100%;left:0;overflow:auto;padding:12px;position:fixed;top:0;z-index:100}.modal-backdrop,.modal-content{display:flex;flex-direction:column;width:100%}.modal-content{animation:slideUp .3s ease-out;background:#1e2026;border-radius:12px;gap:24px;margin:auto;max-width:360px;padding:16px;position:relative}.modal-content__button{margin:12px auto 0;max-width:360px;width:100%}.modal-content__header{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:768px){.modal-content{margin:auto}}@keyframes fadeIn{0%{background:transparent}to{background:#00000080}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
