.modal{position:fixed;inset:0;background:#111827b8;z-index:50;display:grid;place-items:center;padding:18px}.modal-box{position:relative;width:min(94vw,460px);max-height:92vh;overflow:auto;background:#fff;border-radius:20px;padding:30px;box-shadow:0 30px 90px #0006}.modal-box h2{margin:0 0 10px}.modal-box>div>p{color:#697386}.modal-close{position:absolute;right:14px;top:12px;border:0;background:#f3f4f6;border-radius:50%;width:34px;height:34px;font-size:24px;cursor:pointer}.full-button{width:100%;margin-top:16px}.pix-image{display:block;width:210px;height:210px;object-fit:contain;margin:16px auto;border:1px solid #e4e7ec;border-radius:12px}.waiting{display:flex;align-items:center;justify-content:center;gap:9px;margin:18px 0 8px;color:#a16207}.waiting span{width:12px;height:12px;border:2px solid #fbbf24;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:570px){.modal-box{padding:24px 18px}}
