body{
margin:0;
background:#0a0a0a;
color:#eee;
font-family:Georgia,serif;
}

header{
text-align:center;
padding:30px;
border-bottom:1px solid #222;
}

.site-header{
display:flex;
align-items:center;
justify-content:space-between;
gap:20px;
text-align:left;
}

.header-content h1{
margin:0;
}

.header-content p{
margin:6px 0 0;
}

.site-nav{
display:flex;
gap:16px;
justify-content:center;
padding:16px 20px;
border-bottom:1px solid #222;
}

.site-nav a{
color:#eee;
text-decoration:none;
font-weight:bold;
letter-spacing:0.5px;
padding:8px 12px;
border-radius:6px;
transition:background 0.2s ease,color 0.2s ease,transform 0.05s ease;
}

.site-nav a:hover{
color:#fff;
background:#1a1a1a;
}

.site-nav a:active{
transform:translateY(1px);
background:#111;
color:#ddd;
}

.columns{
display:flex;
min-height:80vh;
gap:20px;
transition:all 0.4s ease;
}

.page{
max-width:1100px;
margin:0 auto;
padding:40px;
}

.info{
margin-top:30px;
background:#0f0f0f;
border:1px solid #1f1f1f;
border-radius:8px;
padding:20px;
}

.info h2{
margin-top:0;
}

.legal h2{
margin-top:0;
}

.legal h3{
margin-top:24px;
}

.home{
max-width:1100px;
margin:0 auto;
padding:40px;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:24px;
}

.home-card{
background:#111;
padding:20px;
border-left:4px solid red;
}

.cta-link{
display:inline-block;
margin-top:12px;
padding:10px 14px;
background:#222;
color:#fff;
text-decoration:none;
border-radius:6px;
font-weight:bold;
}

.cta-link:hover{
background:#333;
}

section{
flex:1;
padding:40px;
transition:transform 0.4s ease,opacity 0.4s ease,flex 0.4s ease;
}

.live{
border-right:1px solid #222;
}

h1{
letter-spacing:4px;
}

h2{
letter-spacing:2px;
margin-bottom:30px;
}

.film-card{
background:#111;
padding:20px;
border-left:4px solid red;
position:relative;
}

.status{
color:#999;
}

video{
width:100%;
margin-top:15px;
background:black;
}

#rewatchContainer{
display:flex;
flex-wrap:wrap;
gap:16px;
}

#rewatchContainer .film-card{
flex:0 1 240px;
}

.rewatch-item .poster-wrap{
position:relative;
margin-top:12px;
aspect-ratio:16 / 9;
background:#0b0b0b;
border:1px solid #1f1f1f;
border-radius:6px;
overflow:hidden;
display:flex;
align-items:center;
justify-content:center;
}

.rewatch-item .poster-img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.rewatch-item .poster-empty{
color:#777;
font-size:12px;
letter-spacing:0.5px;
text-transform:uppercase;
}

.refresh-btn{
margin:10px 0 16px;
padding:6px 8px;
background:#121212;
color:#f2f2f2;
border:1px solid #2a2a2a;
border-radius:999px;
font-size:12px;
letter-spacing:0.5px;
text-transform:uppercase;
cursor:pointer;
}

.refresh-btn:hover{
background:#1a1a1a;
border-color:#3a3a3a;
}

.refresh-btn:active{
transform:translateY(1px);
}


#rewatchContainer{
display:flex;
flex-wrap:wrap;
gap:16px;
}

#rewatchContainer .film-card{
flex:0 1 240px;
}



form input,
form textarea{
width:100%;
margin-bottom:15px;
padding:10px;
background:#111;
border:1px solid #333;
color:#eee;
}

button{
background:red;
color:white;
border:none;
padding:12px;
cursor:pointer;
width:100%;
}

.submit-link{
display:inline-block;
margin-top:10px;
padding:12px 16px;
background:#b80000;
color:#fff;
text-decoration:none;
border-radius:6px;
text-align:center;
font-weight:bold;
letter-spacing:0.5px;
}

.header-submit{
margin-top:0;
white-space:nowrap;
}

.submit-link:hover{
background:#d10000;
}

.site-footer{
display:flex;
justify-content:space-between;
align-items:center;
gap:16px;
padding:20px 40px;
border-top:1px solid #222;
color:#aaa;
font-size:15px;
}

.site-footer a{
color:#f2f2f2;
text-decoration:none;
font-weight:bold;
letter-spacing:0.6px;
padding:6px 12px;
border-radius:999px;
background:#121212;
border:1px solid #2a2a2a;
transition:background 0.2s ease,color 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease,transform 0.05s ease;
}

.site-footer a:hover{
color:#fff;
background:#1a1a1a;
border-color:#3a3a3a;
box-shadow:0 6px 16px rgba(0,0,0,0.35);
}

.site-footer a:active{
transform:translateY(1px);
}

.site-footer .sep{
margin:0 8px;
color:#555;
}

.note{
margin-top:10px;
font-size:0.9em;
color:#777;
}

.form-embed{
margin-top:16px;
background:#0f0f0f;
border:1px solid #1f1f1f;
border-radius:10px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.35);
}

.form-embed iframe{
width:100%;
height:720px;
border:0;
display:block;
}

.sound-btn{
position:absolute;
bottom:20px;
right:20px;
background:rgba(0,0,0,0.7);
color:white;
border:none;
padding:10px 14px;
cursor:pointer;
font-size:14px;
}

.countdown{
font-size:18px;
margin-top:10px;
color:#bbb;
}

.columns.live-focus{
flex-direction:row;
align-items:stretch;
}

.columns.live-focus .live{
flex:1;
max-width:100%;
padding:40px 60px;
}

.columns.live-focus .live .film-card{
min-height:70vh;
}

.columns.live-focus .live video{
max-height:80vh;
}

.columns.live-focus .rewatch,
.columns.live-focus .submit{
position:fixed;
left:0;
width:36px;
height:36px;
padding:4px;
opacity:0;
pointer-events:none;
background:#111;
border-right:1px solid #222;
transition:opacity 0.25s ease;
border-radius:6px;
display:flex;
align-items:center;
justify-content:center;
}

.columns.live-focus .rewatch{
top:50%;
left:20px;
transform:none;
background:#1a3a5a;
box-shadow:0 2px 10px rgba(0,0,0,0.4),0 0 0 1px #2b5f8e;
}

.columns.live-focus .submit{
top:calc(50% + 44px);
left:20px;
transform:none;
background:#5a1a1a;
box-shadow:0 2px 10px rgba(0,0,0,0.4),0 0 0 1px #8e2b2b;
}

.columns.live-focus .rewatch > *:not(h2),
.columns.live-focus .submit > *:not(h2){
display:none;
}

.columns.live-focus .rewatch h2,
.columns.live-focus .submit h2{
margin:0;
font-size:18px;
text-align:center;
color:#fff;
position:relative;
display:flex;
align-items:center;
justify-content:center;
}

.columns.live-focus .rewatch .label,
.columns.live-focus .submit .label{
display:none;
position:absolute;
left:42px;
top:50%;
transform:translateY(-50%);
background:rgba(0,0,0,0.7);
padding:4px 6px;
border-radius:4px;
font-size:11px;
letter-spacing:1px;
white-space:nowrap;
}

.columns.live-focus .rewatch:hover .label,
.columns.live-focus .submit:hover .label{
display:block;
}

.columns.live-focus.sidebar-peek .rewatch,
.columns.live-focus.sidebar-peek .submit{
opacity:0.8;
pointer-events:auto;
}

@media (max-width: 900px){
.site-header{
flex-direction:column;
text-align:center;
}
.header-submit{
width:100%;
max-width:320px;
}
.site-footer{
flex-direction:column;
text-align:center;
}
.columns.live-focus{
flex-direction:column;
}
.columns.live-focus .rewatch,
.columns.live-focus .submit{
position:static;
width:auto;
height:auto;
opacity:0.85;
pointer-events:auto;
border-right:none;
border-top:1px solid #222;
}
}

#fadeOverlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:black;
opacity:0;
pointer-events:none;
transition:opacity 1.5s;
z-index:999;
}

.fade-active{
opacity:1;
pointer-events:auto;
}
