.pajaziti_login_page{
    position:relative;
    min-height:100vh;
    overflow:hidden;
}

.premium_out_page_container{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px 18px;
    background:
        radial-gradient(circle at top left, rgba(0, 194, 255, 0.18), transparent 30%),
        radial-gradient(circle at bottom right, rgba(124, 58, 237, 0.18), transparent 28%),
        linear-gradient(135deg, #081120 0%, #0f1b33 48%, #101828 100%);
}

.login_bg_shapes{
    position:absolute;
    border-radius:999px;
    filter:blur(18px);
    opacity:.45;
    pointer-events:none;
}

.shape_1{
    width:220px;
    height:220px;
    background:rgba(59,130,246,.25);
    top:6%;
    left:8%;
}

.shape_2{
    width:260px;
    height:260px;
    background:rgba(168,85,247,.2);
    right:7%;
    top:14%;
}

.shape_3{
    width:220px;
    height:220px;
    background:rgba(34,197,94,.12);
    left:50%;
    bottom:8%;
    transform:translateX(-50%);
}

.premium_out_page_content{
    width:100%;
    max-width:540px;
    position:relative;
    z-index:2;
}

.premium_out_page_box{
    border-radius:28px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.08);
    background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
    box-shadow:0 20px 60px rgba(0,0,0,.38);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
}

.premium_out_page_data{
    padding:34px 28px 24px 28px;
    color:#ecf3ff;
}

.premium_branding{
    text-align:center;
    margin-bottom:22px;
}

.premium_logo_ring{
    width:96px;
    height:96px;
    margin:0 auto 16px auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg, rgba(59,130,246,.22), rgba(168,85,247,.18));
    border:1px solid rgba(255,255,255,.10);
    box-shadow:0 10px 35px rgba(0,0,0,.25);
}

.premium_logo{
    max-width:64px;
    max-height:64px;
    height:auto;
    width:auto;
    display:block;
    margin:0 auto;
}

.brand_badge{
    display:inline-block;
    padding:7px 12px;
    border-radius:999px;
    font-size:12px;
    letter-spacing:.08em;
    text-transform:uppercase;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.08);
    color:#b9cdfa;
    margin-bottom:12px;
}

.premium_title{
    margin:0;
    font-size:34px;
    line-height:1.08;
    font-weight:800;
    color:#ffffff;
}

.premium_subtitle{
    margin:10px auto 0 auto;
    font-size:15px;
    line-height:1.6;
    color:#c7d5eb;
    max-width:380px;
}

.premium_button_group{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin:24px 0 16px 0;
}

.premium_btn{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:52px;
    border-radius:16px;
    border:0;
    font-weight:700;
    font-size:15px;
    transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.premium_btn:hover{
    transform:translateY(-1px);
    box-shadow:0 10px 25px rgba(0,0,0,.18);
}

.premium_btn_primary{
    background:linear-gradient(135deg, #2563eb, #4f46e5);
    color:#fff;
}

.premium_btn_secondary{
    background:rgba(255,255,255,.07);
    color:#eef4ff;
    border:1px solid rgba(255,255,255,.08);
}

.premium_register_wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:15px 16px;
    margin:10px 0 18px 0;
    border-radius:18px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.07);
    cursor:pointer;
}

.register_label{
    color:#d7e4f8;
    font-size:14px;
}

.register_link{
    color:#7dd3fc;
    font-size:14px;
    font-weight:700;
    white-space:nowrap;
}

.premium_stats_box{
    padding:16px;
    border-radius:22px;
    background:rgba(7,12,25,.24);
    border:1px solid rgba(255,255,255,.07);
    margin-top:8px;
}

.premium_stats_header{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin-bottom:12px;
}

.status_dot{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#22c55e;
    box-shadow:0 0 0 5px rgba(34,197,94,.15);
}

#last_embed_title{
    font-size:13px;
    color:#d8e3f7;
    margin:0;
    text-transform:uppercase;
    letter-spacing:.08em;
}

#last_embed{
    width:100%;
    text-align:center;
    margin:0;
}

.active_embed{
    display:inline-flex;
    width:58px;
    height:58px;
    margin:5px;
    align-items:center;
    justify-content:center;
}

.active_embed_user{
    width:58px;
    height:58px;
    border-radius:50%;
    border:2px solid rgba(255,255,255,.18);
    box-shadow:0 8px 20px rgba(0,0,0,.18);
    object-fit:cover;
}

.premium_footer_row{
    margin-top:18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    flex-wrap:wrap;
}

.premium_lang_switch,
.premium_admin_login{
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:42px;
    padding:0 14px;
    border-radius:14px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#e5eefb;
}

.premium_lang_switch p,
.premium_admin_login{
    font-size:13px;
    font-weight:700;
}

.intro_lang{
    width:18px;
    height:18px;
    border-radius:50%;
    object-fit:cover;
}

.intro_social_container { width:100%; height:auto; text-align:center; padding-top:20px; }
.intro_social_btn { display:inline-block; width:40px; height:40px; margin:0 3px; border-radius:50%; }
.embed_logo_wrap { margin-bottom:10px; }
.embed_logo { display:block; }
.login_not_member { text-align:center; padding-top:5px; }

@media (max-width: 600px){
    .premium_out_page_data{
        padding:26px 18px 20px 18px;
    }

    .premium_title{
        font-size:28px;
    }

    .premium_register_wrap,
    .premium_footer_row{
        flex-direction:column;
        align-items:stretch;
    }

    .premium_lang_switch,
    .premium_admin_login{
        justify-content:center;
    }
}
