
body{
background:#08111f;
color:white;
font-family:'Cairo',sans-serif;
}

.topbar{
padding:15px;
background:rgba(0,0,0,.45);
backdrop-filter:blur(12px);
position:sticky;
top:0;
z-index:999;
}

.logo{
cursor:pointer;
}

.glass-card{
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
border-radius:25px;
backdrop-filter:blur(14px);
}

.glass-btn{
border:none;
padding:10px 18px;
border-radius:15px;
background:rgba(255,255,255,.08);
color:white;
transition:.2s;
}

.glass-btn:hover{
transform:translateY(-2px);
}

.form-control{
background:rgba(255,255,255,.08)!important;
border:1px solid rgba(255,255,255,.08)!important;
color:white!important;
padding:14px!important;
border-radius:16px!important;
}

.player-box{
position:relative;
padding-bottom:56.25%;
overflow:hidden;
}

.player-box iframe{
position:absolute;
width:100%;
height:100%;
border:none;
}

.cat-card{
overflow:hidden;
cursor:pointer;
transition:.3s;
}

.cat-card:hover{
transform:translateY(-5px);
}

.cat-card img{
width:100%;
height:220px;
object-fit:cover;
}

.video-item{
display:flex;
gap:10px;
padding:12px;
cursor:pointer;
border-bottom:1px solid rgba(255,255,255,.05);
}

.video-item img{
width:120px;
height:70px;
border-radius:12px;
object-fit:cover;
}

.playlist-title{
padding:15px;
border-bottom:1px solid rgba(255,255,255,.05);
}


#search{
color:white !important;
}

#search::placeholder{
color:#ddd !important;
}

.back-btn{
position:fixed;
top:18px;
right:18px;
z-index:9999;
}

.admin-floating{
position:fixed;
bottom:20px;
left:20px;
z-index:9999;
box-shadow:0 0 20px rgba(0,0,0,.4);
}


select.form-control{
background:#2b2b2b !important;
color:white !important;
}

select.form-control option{
background:#2b2b2b !important;
color:white !important;
}

textarea.form-control{
color:white !important;
}

#adminPanel{
position:relative;
z-index:999;
}


.player-box iframe{
position:absolute;
width:100%;
height:100%;
border:none;
border-radius:20px;
background:#000;
}


.player-box{
position:relative;
overflow:hidden;
border-radius:24px;
background:#000;
box-shadow:0 0 35px rgba(0,0,0,.45);
}

.plyr{
border-radius:24px !important;
overflow:hidden;
}

.plyr--video{
background:#000 !important;
}

.plyr__control{
border-radius:14px !important;
}

.plyr__video-wrapper{
background:#000 !important;
}
