
body{
margin:0;
background:#000000;
font-family:Arial, sans-serif;
color:white;
display:flex;
justify-content:center;
}

.container{
text-align:center;
max-width:1200px;
padding:40px 20px;
}

.cover-frame{
width:380px;
height:380px;
overflow:hidden;
margin:0 auto 25px auto;
border-radius:12px;
box-shadow:0 30px 70px rgba(0,0,0,0.9);
}

.cover-frame img{
width:100%;
height:100%;
object-fit:cover;
transform:scale(1.32);
}

h1{
font-size:48px;
margin:10px 0;
}

.tagline{
color:#ccc;
margin-bottom:20px;
}

.count-label{
font-size:16px;
color:#bbbbbb;
margin-top:10px;
}

.countdown{
font-size:28px;
font-weight:bold;
margin:10px 0 30px 0;
}

button{
padding:16px 40px;
font-size:18px;
border:none;
border-radius:8px;
cursor:pointer;
}

button.active{
background:linear-gradient(45deg,#ff007f,#7928ca);
color:white;
}

button.disabled{
background:#444444;
color:#bbbbbb;
cursor:not-allowed;
}

.console-title{
margin-top:30px;
font-size:18px;
color:#bbbbbb;
}

.console-buttons{
margin-top:15px;
display:flex;
gap:20px;
justify-content:center;
flex-wrap:wrap;
}

.console-buttons button{
padding:14px 28px;
font-size:16px;
background:#1f1f1f;
color:white;
border:1px solid #444;
}

.console-buttons button:hover{
background:#333;
}

.release{
margin-top:25px;
color:#aaa;
font-size:14px;
}

.trailers{
display:flex;
gap:40px;
margin-top:60px;
justify-content:center;
flex-wrap:wrap;
}

.video-box{
width:480px;
}

.video-box iframe{
width:100%;
height:270px;
}
