#androidGate {
    position: fixed;
    inset: 0;

    background-image: url("https://repuls.io/img/repuls_wallpaper_02.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: white;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.androidGateOverlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}


.androidGateBox {
    position: relative;
    z-index: 2;
    max-width: 340px;
    padding: 24px;
}


.androidGateBox h2 {
    margin-bottom: 12px;
    font-size: 22px;
}

.androidGateBox p {
    color: #aaa;
    font-size: 14px;
}

.androidGateInstall,
.androidGateWeb {
    width: 100%;
    padding: 14px;
    margin-top: 12px;
    border-radius: 8px;

    background: rgba(255,255,255,0.15);
    color: #f2f2f2;

    border: 1px solid rgba(255,255,255,0.35);
    font-size: 15px;
    cursor: pointer;
    backdrop-filter: blur(4px);
	 max-width: 230px;
}

.androidGateWeb:hover {
    background: rgba(255,255,255,0.22);
}



.androidGateInstall {
    background: #00e676;
    color: black;
    font-weight: bold;
}


.androidGatePlayBtn {
    width: 100%;
    max-width: 260px;
    margin-top: 16px;
    cursor: pointer;
}

.androidGatePlayBtn:hover {
    opacity: 0.9;
}
