body.mims-locked *:not(.mims-modal):not(.mims-modal *) {
    pointer-events: none;
    user-select: none;
}

.mims-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mims-box {
    background: #fff;
    padding: 24px;
    max-width: 420px;
    width: 100%;
    border-radius: 8px;
}

.mims-tab { display: none; }
.mims-tab.active { display: block; }

.mims-tabs button.active { font-weight: bold; }
