body:has(.tou-modal){overflow:hidden}.tou-modal{align-items:center;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:999999}.tou-modal__overlay{background:rgba(0,0,0,.7);height:100%;left:0;position:absolute;top:0;width:100%}.tou-modal__box{background:#fff;border-radius:8px;box-shadow:0 4px 24px rgba(0,0,0,.3);display:flex;flex-direction:column;max-height:80vh;max-width:700px;position:relative;width:90%}.tou-modal__content{flex:1;overflow-y:auto;padding:2rem}.tou-modal__footer{border-top:1px solid #e0e0e0;padding:1.5rem 2rem;text-align:center}.tou-modal__btn{background:#19647e;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 40px;transition:background .2s}.tou-modal__btn:hover{background:#124d63}.tou-modal__btn:disabled{background:#ccc;cursor:not-allowed}