#gate2-deposit-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483644;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: rgba(0, 0, 0, 0.72);
}

#gate2-deposit-overlay.is-open {
    display: flex;
}

.gate2-deposit-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(calc(100vw - 24px), 420px);
}

.gate2-deposit-card {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.45);
    cursor: pointer;
    background: #0b1020;
}

.gate2-deposit-card img {
    display: block;
    width: 100%;
    height: auto;
}

.gate2-deposit-close {
    margin-top: 14px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.gate2-deposit-close:hover {
    background: #fff;
}
