
body{
background:#030507;
font-family:Inter,sans-serif;
color:#d9d9d9;
background-image:radial-gradient(circle at top,rgba(0,255,68,.03),transparent 35%);
margin:0
}

.container{
width:1500px;
margin:auto;
padding:25px 0 40px
}

.logo{
color:#39ff46;
font-size:29px;
font-weight:800;
margin-bottom:18px
}

.top-card{
background:#090b0d;
padding:22px;
border-radius:4px;
display:flex;
gap:30px
}

.poster{
width:370px;
height:545px;
flex-shrink:0;
border-radius:4px;
overflow:hidden
}

.poster img{
width:100%;
height:100%;
object-fit:cover
}

.content{
flex:1
}

.title{
font-size:52px;
font-weight:700;
color:#fff;
margin-bottom:18px
}

.description{
font-size:17px;
line-height:1.9;
color:#bdbdbd;
margin-bottom:24px;
max-width:950px
}

.info-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:8px 70px;
margin-bottom:28px
}

.info{
font-size:17px;
line-height:1.9
}

.info span{
color:#37ff4d;
font-weight:700
}

.rating-row{
display:flex;
gap:18px;
margin-top:8px
}

.rating{
width:150px;
height:62px;
border:1px solid #37ff4d;
border-radius:4px;
display:flex;
align-items:center;
justify-content:center;
font-size:29px;
font-weight:700;
background:#0d1113;
color:#fff
}

.meta-bar{
margin-top:14px;
background:linear-gradient(180deg,#0b0e10,#07090b);
border-radius:8px;
padding:26px 30px;
display:flex;
align-items:center;
gap:32px;
border:1px solid #161a1d;
box-shadow:0 0 35px rgba(0,0,0,.35);
flex-wrap:wrap
}

.circle{
width:clamp(68px,8vw,92px);
height:clamp(68px,8vw,92px);
min-width:68px;
border-radius:50%;
border:4px solid #39ff46;
display:flex;
align-items:center;
justify-content:center;
font-size:clamp(26px,3vw,38px);
font-weight:800;
color:#fff;
background:radial-gradient(circle at top,#16231a,#0a0c0e);
box-shadow:0 0 35px rgba(57,255,70,.22);
flex-shrink:0
}

.vote-icons{
display:flex;
gap:16px;
font-size:18px;
color:#fff
}

.vote-btn{
height:54px;
min-width:92px;
padding:0 20px;
border-radius:6px;
background:#111519;
border:1px solid #1d2327;
display:flex;
align-items:center;
justify-content:center;
gap:10px;
cursor:pointer;
transition:.22s;
font-weight:700
}

.vote-btn:hover{
border-color:#39ff46;
color:#39ff46;
transform:translateY(-2px);
box-shadow:0 0 24px rgba(57,255,70,.18)
}

.cast{
font-size:17px;
line-height:1.9
}

.cast span{
color:#37ff4d;
font-weight:700
}

.player{
margin-top:14px;
background:#0a0c0e;
border-radius:4px;
overflow:hidden;
position:relative
}

.fake-player{
position:absolute;
inset:0;
z-index:5;
background:
linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.78)),
url('https://practical-magic-2.lord-lilm-pro.online/Practical%20Magic%202,%202026.png') center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
transition:.3s
}

.fake-player.hide{
opacity:0;
visibility:hidden
}

.fake-player:hover .fake-play-btn{
transform:scale(1.08);
box-shadow:0 0 70px rgba(57,255,70,.6)
}

.fake-play-btn{
width:120px;
height:120px;
border-radius:50%;
border:4px solid #39ff46;
background:rgba(0,0,0,.55);
position:relative;
box-shadow:0 0 45px rgba(57,255,70,.25);
transition:.25s
}

.fake-play-btn:before{
content:'';
position:absolute;
left:48px;
top:35px;
border-top:24px solid transparent;
border-bottom:24px solid transparent;
border-left:38px solid #fff
}

.fake-player-text{
position:absolute;
left:30px;
bottom:24px;
color:#fff
}

.fake-player-text h3{
font-size:34px;
margin-bottom:8px
}

.fake-player-text p{
font-size:16px;
color:#d4d4d4
}

iframe{
display:block;
border:none
}

.section-title{
font-size:28px;
font-weight:700;
margin:28px 0 18px;
color:#fff
}

.shots{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:16px
}

.shot{
height:160px;
border-radius:7px;
overflow:hidden;
background:#111
}

.shot img{
width:100%;
height:100%;
object-fit:cover;
filter:brightness(.8)
}

.reviews{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:16px;
margin-top:10px
}

.review{
background:#0a0c0e;
padding:20px;
border-radius:4px;
min-height:235px
}

.review h3{
font-size:19px;
margin-bottom:4px;
color:#fff
}

.date{
font-size:13px;
color:#888;
margin-bottom:12px
}

.stars{
color:#39ff46;
margin-bottom:14px;
font-size:17px
}

.review p{
font-size:15px;
line-height:1.7;
color:#c6c6c6
}

footer{
text-align:center;
margin-top:35px;
font-size:14px;
color:#6f6f6f;
line-height:1.8
}

.modal-overlay{
position:fixed;
inset:0;
background:rgba(0,0,0,.75);
display:none;
align-items:center;
justify-content:center;
z-index:9999;
padding:20px
}

.modal-box{
background:#0a0c0e;
border:1px solid #1c1f22;
border-radius:6px;
padding:34px;
max-width:460px;
width:100%;
text-align:center;
box-shadow:0 0 40px rgba(0,0,0,.6)
}

.modal-title{
font-size:28px;
font-weight:700;
color:#39ff46;
margin-bottom:16px
}

.modal-text{
font-size:16px;
line-height:1.8;
color:#bdbdbd;
margin-bottom:24px
}

.modal-btn{
height:48px;
padding:0 26px;
background:#39ff46;
color:#000;
border:none;
border-radius:4px;
font-size:15px;
font-weight:700;
cursor:pointer
}

a:hover{
border-color:#39ff46;
color:#39ff46;
box-shadow:0 0 20px rgba(57,255,70,.18)
}

@media(max-width:1550px){
.container{
width:95%
}
}

@media(max-width:1200px){
.top-card{
flex-direction:column
}

.shots,
.reviews{
grid-template-columns:repeat(2,1fr)
}
}

@media(max-width:700px){

.title{
font-size:36px
}

.info-grid{
grid-template-columns:1fr
}

.shots,
.reviews{
grid-template-columns:1fr
}

.poster{
width:100%;
height:auto
}

.fake-player-text h3{
font-size:24px
}

.fake-play-btn{
width:90px;
height:90px
}

.fake-play-btn:before{
left:36px;
top:24px;
border-top:18px solid transparent;
border-bottom:18px solid transparent;
border-left:28px solid #fff
}

.meta-bar{
padding:20px;
gap:18px;
align-items:flex-start
}

.vote-icons{
width:100%;
flex-wrap:wrap
}

.vote-btn{
flex:1;
min-width:120px
}

.cast{
width:100%
}
}
.trailer-box{
margin-top:18px;
background:#0a0c0e;
padding:24px;
border-radius:6px
}

.trailer-video-player{
width:100%;
border-radius:6px;
background:#000;
display:block;
outline:none
}

.trailer-video-player::-webkit-media-controls-panel{

}

.trailer-video-player::-webkit-media-controls-play-button,
.trailer-video-player::-webkit-media-controls-volume-slider,
.trailer-video-player::-webkit-media-controls-timeline{
filter:hue-rotate(70deg) saturate(3)
}