body{
    background:#050505;
    color:#f2f2f2;
    font-family:'Inter',sans-serif;
}

.dream-shell{
    width:100%;
    max-width:1800px;
    margin:0 auto;
    padding:20px 0 80px;
}

.dream-header{
    text-align:center;
    margin-bottom:50px;
}

.dream-badge{
    display:inline-block;
    border:1px solid rgba(255,255,255,0.15);
    padding:8px 18px;
    font-size:0.8rem;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:20px;
    background:rgba(255,255,255,0.03);
}

.dream-title{
    font-size:clamp(2.6rem,6vw,5rem);
    line-height:1;
    margin-bottom:20px;
    font-weight:300;
}

.dream-title span{
    color:#d86f6f;
}

.dream-copy{
    max-width:900px;
    margin:0 auto;
    line-height:1.8;
    color:rgba(255,255,255,0.72);
    font-size:1.05rem;
}

.dream-stack{
    display:flex;
    flex-direction:column;
    gap:40px;
}

.dream-panel{
    position:relative;
    width:100%;
}

.dream-panel img{
    width:100%;
    display:block;
    border-radius:6px;
}

.dream-screen-video{
    position:absolute;
    object-fit:cover;
    background:#000;
}

/* 16:9 PANEL SCREEN POSITION */

.dream-screen-1{
    top:24.3%;
    left:29.2%;
    width:41.6%;
    height:37.3%;
}

.cinema-21-9 .dream-screen-1{
    top:23.4%;
    left:19.1%;
    width:61.6%;
    height:38.0%;
}

.dream-ui{
    position:absolute;
    inset:0;
    z-index:5;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    padding-bottom:20%;
    pointer-events:none;
}

.dream-question{
    font-size:0.9rem;
    letter-spacing:3px;
    margin-bottom:20px;
    color:rgba(255,255,255,0.82);
    text-align:center;
    text-shadow:0 0 12px rgba(0,0,0,0.7);
}

.dream-options{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
    max-width:70%;
    pointer-events:auto;
}

.dream-option{
    border:1px solid rgba(255,255,255,0.25);
    background:rgba(0,0,0,0.55);
    padding:10px 14px;
    cursor:pointer;
    transition:all 0.25s ease;
    font-size:0.82rem;
    backdrop-filter:blur(4px);
    color:rgba(255,255,255,0.92);
}

.dream-option:hover{
    background:rgba(255,80,80,0.18);
    border-color:rgba(255,80,80,0.55);
    transform:translateY(-2px);
}

.cinema-controls{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-bottom:22px;
    flex-wrap:wrap;
    pointer-events:auto;
    flex-basis:100%;
}

.cinema-controls button{
    background:rgba(0,0,0,0.72);
    border:1px solid rgba(255,255,255,0.18);
    color:#d7dde5;
    padding:10px 16px;
    font-size:11px;
    letter-spacing:2px;
    cursor:pointer;
    font-family:'Inter',sans-serif;
    transition:all 0.2s ease;
}

.cinema-controls button:hover{
    background:rgba(255,255,255,0.1);
    border-color:rgba(255,255,255,0.4);
}

.system-status{
    margin-top:40px;
    text-align:center;
    color:rgba(255,255,255,0.45);
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:0.8rem;
}

.back-link{
    display:inline-block;
    margin-top:30px;
    color:#d86f6f;
    text-decoration:none;
}

.back-link:hover{
    opacity:0.8;
}

.cinema-breakout{
    position:relative;
    width:100vw;
    margin-left:calc(50% - 50vw);
    overflow:hidden;
    background:#000;
}

.cinema-breakout img{
    width:100%;
    display:block;
}

@media (max-width:2600px){

    .dream-ui{
        padding-bottom:18%;
    }

}


@media (max-width:2200px){

    .dream-ui{
        padding-bottom:16%;
    }

}

@media (max-width:2000px){

    .dream-ui{
        padding-bottom:15.5%;
    }

}


@media (max-width:1800px){

    .dream-ui{
        padding-bottom:15%;
    }

}


@media (max-width:1500px){

    .dream-ui{
        padding-bottom:13%;
    }

}

@media (max-width:1200px){

    .dream-ui{
        padding-bottom:10%;
    }

}

@media (max-width:900px){

    .dream-ui{
        padding-bottom:6%;
    }

    .dream-shell{
        padding:20px 10px 60px;
    }

    .dream-stack{
        gap:20px;
    }

    .dream-options{
        max-width:90%;
    }

}