.stream-page{
padding:120px 40px;
}

.stream-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:30px;
}

.stream-tier{
background:#ff2d2d;
padding:10px 16px;
border-radius:999px;
font-weight:700;
}

.premium-player{
width:100%;
border-radius:24px;
overflow:hidden;
}

.locked-page{
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
padding:40px;
}

.locked-card{
max-width:520px;
background:rgba(255,255,255,.05);
padding:50px;
border-radius:28px;
border:1px solid rgba(255,255,255,.08);
text-align:center;
backdrop-filter:blur(20px);
}

.locked-card h1{
font-size:48px;
margin-bottom:20px;
}

.locked-card p{
opacity:.75;
line-height:1.8;
margin-bottom:30px;
}