.modal-overlay{z-index:999;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box{background:#fff;border-radius:12px;width:90%;max-width:500px;padding:1.5rem;animation:.2s scaleIn;position:relative}.modal-title{margin-top:0}.modal-close{cursor:pointer;background:0 0;border:none;font-size:22px;position:absolute;top:10px;right:12px}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-box.modal-md{background:#1c1c1c;border-radius:14px;width:100%;max-width:680px;padding:0;overflow:hidden;box-shadow:0 24px 60px #00000073}.supportModal{background:#000;border-radius:14px;position:relative;overflow:hidden}.supportModal video{background:#000;border-radius:14px;width:100%;height:auto;max-height:80vh;display:block}.supportModal img{object-fit:fill;width:100%;max-width:100%;height:100%}.supportModal .closeModal{z-index:5;color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:15px;line-height:1;transition:background .2s;display:inline-flex;position:absolute;top:12px;right:12px}.supportModal .closeModal:hover{background:#000c}@media (max-width:768px){.modal-box{width:95%;padding:1rem}.modal-box.modal-md{width:95%;padding:0}.supportModal video{max-height:60vh}}
