.yha-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.55);z-index:9999;opacity:0;pointer-events:none;transition:opacity .25s ease}.yha-modal.is-open{opacity:1;pointer-events:auto}.yha-modal__dialog{background:#fff;border-radius:12px;padding:1.75rem 2rem;max-width:90%;width:360px;text-align:center;box-shadow:0 12px 32px rgba(0,0,0,.25);outline:none}.yha-modal__icon{margin-bottom:1rem}.yha-modal__title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.yha-modal__desc{font-size:.95rem;margin-bottom:1.5rem}.yha-modal__btn{display:inline-block;padding:.6rem 1.2rem;border-radius:8px;font-weight:500;border:none;cursor:pointer;background:#1e73be;color:#fff;transition:background .2s ease}.yha-modal__btn:hover{background:#155a96}.yha-modal--success .yha-modal__title{color:#25a870}.yha-modal--error .yha-modal__title{color:#1e73be}html.yha-modal-open,html.yha-modal-open body{overflow:hidden}@media (max-width:480px){.yha-modal__dialog{width:90%;padding:1.25rem 1.5rem}}