
*{box-sizing:border-box}

html,body{
width:100%;
max-width:100%;
overflow-x:hidden;
}

body{
margin:0;
background:#0b0b0b;
font-family:Arial,sans-serif;
color:#e6edf3;
scrollbar-width:thin;
}

::-webkit-scrollbar{
width:10px;
}

::-webkit-scrollbar-track{
background:#0b0b0b;
}

::-webkit-scrollbar-thumb{
background:linear-gradient(135deg,#22d3ee,#22d3ee,#22d3ee);
border-radius:10px;
border:2px solid #22d3ee;
}

.header{
height:66px;
position:fixed;
top:0;
left:0;
right:0;
z-index:9999;
background:rgba(11,11,11,.96);
border-bottom:1px solid #0c464e;
display:flex;
align-items:center;
justify-content:space-between;
padding:0 28px;
backdrop-filter:blur(8px);
}

.streaming-text{
font-size:14px;
color:#adadad;
white-space:nowrap;
}

.wrapper{
padding:96px 28px 30px;
max-width:1450px;
margin:auto;
}

.main-grid{
display:grid;
grid-template-columns:minmax(0,1fr) 340px;
gap:26px;
align-items:start;
}

.hero-card{
background:linear-gradient(180deg,#111,#0d0d0d);
border:1px solid #0c464e;
border-radius:22px;
padding:18px;
box-shadow:0 18px 45px rgba(0,0,0,.45);
min-width:0;
}

.channel-head{
display:flex;
align-items:center;
justify-content:space-between;
gap:15px;
margin-bottom:16px;
}

.title{
flex:1;
min-width:0;
}

.title h1{
font-size:24px;
line-height:1.2;
margin:0;
color:white;
font-weight:900;
letter-spacing:.5px;
text-transform:uppercase;
word-break:break-word;
}

.title p{
margin:6px 0 0;
font-size:13px;
color:#9ca3af;
}

.live-badge{
background:linear-gradient(135deg,#061416,#a78bfa);
color:white;
font-size:11px;
font-weight:900;
padding:7px 11px;
border-radius:999px;
display:flex;
align-items:center;
gap:7px;
white-space:nowrap;
box-shadow:0 0 12px rgba(200,210,220,.18);
}

.live-dot{
width:8px;
height:8px;
border-radius:50%;
background:#22d3ee;
animation:pulse 1s infinite;
box-shadow:0 0 8px rgba(255,255,255,.5);
}

@keyframes pulse{
0%,100%{opacity:1}
50%{opacity:.25}
}

.player-wrap{
position:relative;
background:#000;
border-radius:18px;
overflow:hidden;
border:1px solid #0c464e;
aspect-ratio:16/9;
}

.player-wrap iframe{
width:100%;
height:100%;
border:0;
display:block;
background:#000;
}

.options-panel{
margin-top:16px;
display:flex;
align-items:center;
justify-content:space-between;
gap:14px;
flex-wrap:wrap;
background:#0d0d0d;
border:1px solid #0c464e;
border-radius:16px;
padding:13px;
}

.options-left{
display:flex;
align-items:center;
gap:10px;
flex-wrap:wrap;
}

.opt-title{
font-size:12px;
color:#22d3ee;
font-weight:bold;
letter-spacing:1px;
text-transform:uppercase;
}

.option{
border:1px solid #0c464e;
background:#111;
color:#cfd6dd;
padding:10px 15px;
border-radius:11px;
font-size:13px;
font-weight:800;
text-decoration:none;
transition:.25s;
}

.option:hover,
.option.active{
background:linear-gradient(135deg,#061416,#a78bfa);
color:#fff;
border-color:#8b949e;
}

.more-btn{
background:#161616;
border:1px solid #0c464e;
color:#fff;
padding:10px 15px;
border-radius:11px;
font-size:13px;
font-weight:800;
text-decoration:none;
}

.side{
display:flex;
flex-direction:column;
gap:16px;
}

.side-card{
background:linear-gradient(180deg,#111,#0d0d0d);
border:1px solid #0c464e;
border-radius:20px;
padding:14px;
}

.side-title{
font-size:12px;
font-weight:900;
letter-spacing:1px;
text-transform:uppercase;
color:#cfd6dd;
margin-bottom:10px;
}

.chat-frame{
height:458px;
border-radius:15px;
overflow:hidden;
background:#000;
border:1px solid #0c464e;
}

.chat-frame iframe{
width:100%;
height:100%;
border:0;
display:block;
}

.donate{
text-align:center;
}

.donate img{
width:85%;
max-width:230px;
margin:auto;
}

.embed-share{
max-width:900px;
margin:25px auto;
text-align:center;
padding:0 15px;
}

.embed-btn{
display:inline-flex;
align-items:center;
justify-content:center;
min-width:260px;
padding:12px 22px;
background:linear-gradient(135deg,#061416,#a78bfa);
color:white;
font-size:13px;
font-weight:900;
border-radius:12px;
text-decoration:none;
}

.info{
max-width:1100px;
margin:25px auto 35px;
padding:0 28px;
}

.info-card{
background:linear-gradient(180deg,#111,#0d0d0d);
border:1px solid #0c464e;
border-radius:22px;
padding:26px;
}

.info-logo{
width:130px;
height:90px;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:18px;
}

.info-logo img{
max-width:100%;
max-height:100%;
object-fit:contain;
}

.info-card p{
font-size:14px;
line-height:1.8;
color:#cfd6dd;
margin-bottom:14px;
}

.footer{
border-top:1px solid #0c464e;
padding:22px;
text-align:center;
font-size:13px;
color:#22d3ee;
}

@media(max-width:991px){

.header{
padding:0 15px;
}

.wrapper{
padding:90px 14px 25px;
}

.main-grid{
grid-template-columns:1fr;
}

.chat-frame{
height:458px;
}

.info{
padding:0 14px;
}

.info-card{
padding:18px;
}

.channel-head{
flex-direction:column;
align-items:flex-start;
}

.options-panel{
flex-direction:column;
align-items:stretch;
}

.options-left{
width:100%;
}

.option,
.more-btn{
width:100%;
text-align:center;
justify-content:center;
}

.embed-btn{
width:100%;
}

}
