/* === MODERN POKOL-ÜVEG STÍLUS — MOBILKÖZPONTOSÍTOTT VERZIÓ === */

/* ALAP BEÁLLÍTÁSOK */
body {
    margin: 0;
    padding: 0;
    background: #0a0a0a;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

/* Háttér videó fixen a teljes képernyő mögött */
.background-video-wrapper {
    position: fixed;
    inset: 0;
    z-index: -5;
    overflow: hidden;
}
.background-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Pokol háttér */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 15% 50%, rgba(139, 0, 0, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 85% 30%, rgba(255, 69, 0, 0.1) 0%, transparent 50%),
        linear-gradient(135deg, #0a0a0a 0%, #1a0a0a 50%, #0a0a0a 100%);
    z-index: -4;
}

/* Lava effekt alul */
body::after {
    content: '';
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(transparent 0%, rgba(255, 69, 0, 0.1) 30%, rgba(255, 69, 0, 0.05) 100%);
    z-index: -3;
}

/* Login wrapper – a fő konténer */
#login_wrap {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 15px;
    box-sizing: border-box;
}

/* Biztosan egymás alá kerüljenek minden .btable elemben */
.btable {
    display: block !important;
}
.bcell_mid {
    display: block !important;
    width: 100%;
}

/* Középső login box */
#login_all {
    background: rgba(20, 10, 10, 0.45);
    border: 1px solid rgba(255, 69, 0, 0.3);
    backdrop-filter: blur(18px);
    border-radius: 24px;
    padding: 40px 30px;
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 80px rgba(255, 69, 0, 0.15);
    width: 95%;
    max-width: 450px;
    margin: 0 auto 30px auto;
    text-align: center;
}

/* Logó */
#login_logo {
    height: 80px;
    margin: 0 auto 25px auto;
    display: block;
    filter: drop-shadow(0 0 15px rgba(255, 69, 0, 0.4));
    transition: all 0.3s ease;
}
#login_logo:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 25px rgba(255, 69, 0, 0.6));
}

/* Üdvözlő szöveg */
.login_text {
    margin-bottom: 20px;
}
.login_text p {
    margin: 5px 0;
}

/* Felhasználói statisztikák */
.user-stats {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 auto 30px auto;
    background: rgba(20, 10, 10, 0.45);
    border: 1px solid rgba(255, 69, 0, 0.3);
    backdrop-filter: blur(15px);
    border-radius: 18px;
    padding: 20px;
    width: 95%;
    max-width: 700px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}
.user-stats h3 {
    margin-bottom: 10px;
    color: #ff6347;
}

/* Gombok konténer */
.centered_element.vpad15 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

/* Gombok */
.intro_login_btn, .intro_guest_btn, .intro_reg_btn {
    background: linear-gradient(135deg, rgba(255, 69, 0, 0.15), rgba(139, 0, 0, 0.1));
    border: 1.5px solid rgba(255, 69, 0, 0.5);
    border-radius: 16px;
    color: #fff;
    padding: 16px 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 69, 0, 0.25);
}
.intro_login_btn:hover, .intro_guest_btn:hover, .intro_reg_btn:hover {
    transform: translateY(-3px) scale(1.02);
    border-color: rgba(255, 99, 71, 0.8);
}

/* Zöld regisztrációs gomb */
.intro_reg_btn {
    background: linear-gradient(135deg, rgba(0, 255, 0, 0.1), rgba(34, 139, 34, 0.15));
    border-color: rgba(50, 205, 50, 0.5);
}
.intro_reg_btn:hover {
    background: linear-gradient(135deg, rgba(0, 255, 0, 0.2), rgba(34, 139, 34, 0.25));
}

/* Nyelvváltó */
#intro_lang {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(20, 10, 10, 0.6);
    border: 1px solid rgba(255, 69, 0, 0.4);
    border-radius: 12px;
    backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

/* === ALSÓ BLOKKOK (Platform bemutató, Szabályzat stb.) === */
.section {
    width: 95%;
    max-width: 700px;
    margin: 0 auto 40px auto;
    background: rgba(20, 10, 10, 0.45);
    border: 1px solid rgba(255, 69, 0, 0.3);
    border-radius: 18px;
    padding: 25px 20px;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.section h4 {
    color: #ff6347;
    margin-bottom: 10px;
}
.section p,
.section ul {
    text-align: center;
    margin: 10px 0;
}
.section ul {
    list-style: none;
    padding: 0;
}
.section ul li {
    margin: 6px 0;
}

/* === RESZPONZÍV BEÁLLÍTÁSOK === */
@media (max-width: 768px) {
    #login_all {
        padding: 30px 20px;
    }
    #login_logo {
        height: 70px;
        margin-bottom: 20px;
    }
    .section,
    .user-stats {
        max-width: 95%;
        padding: 20px;
    }
}
@media (max-width: 480px) {
    #login_all {
        padding: 25px 15px;
    }
    #login_logo {
        height: 60px;
        margin-bottom: 15px;
    }
    .intro_login_btn, .intro_guest_btn, .intro_reg_btn {
        font-size: 14px;
        padding: 14px;
        max-width: 260px;
    }
    #intro_lang {
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
    }
    .section,
    .user-stats {
        padding: 15px;
    }
}
@media (max-width: 360px) {
    .intro_login_btn, .intro_guest_btn, .intro_reg_btn {
        font-size: 13px;
        padding: 12px;
        max-width: 220px;
    }
}
/* === TELJES HÍVÁS / STREAM BUBORÉK ELTÜNTETÉSE === */
#container_stream,
#container_call,
#call_request,
.call_request,
.call_box,
.call_wrapper,
.call_avatar,
.call_name,
.call_btn,
.call_spacer,
#call_request_avatar,
#call_request_type,
#call_request_name {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    z-index: -99999 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

ű.fb_btn {
    background: #1877f2;
    color: white;
    border: 1px solid #166fe5;
}

.fb_btn:hover {
    background: #166fe5;
}