/* Reference-inspired TVUI layout. Palette remains controlled by the active theme. */
body{overflow-x:hidden}.home-content{position:relative}.section-block{position:relative}.title-card{transition:transform .22s ease,box-shadow .22s ease}.title-card:hover{transform:translateY(-5px)}
/* TVUI layout 9: left rail */
@media(min-width:1100px){body{padding-left:240px}.site-header{position:fixed;left:0;top:0;bottom:0;width:240px;height:100vh;background:#0c0f16;border-right:1px solid #252b37;z-index:100}.hd-inner{height:100%;padding:34px 24px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.logo{font-size:30px;margin-bottom:40px}.gnb{display:flex!important;flex-direction:column;gap:4px}.gnb a{padding:11px 12px;border-radius:8px}.gnb a:hover{background:rgba(255,255,255,.06)}.hd-search{margin-top:auto;width:100%}.home-hero{min-height:620px}.home-hero-inner{min-height:620px}.home-content{max-width:1500px}.card-grid{grid-template-columns:repeat(6,1fr)}}
.home-hero-overlay{background:linear-gradient(90deg,rgba(4,6,10,.96),rgba(4,6,10,.12))}.home-hero-poster{display:none}.hero-title{font-size:68px}.section-head{align-items:flex-end}.section-head h2{font-size:32px}.poster-wrap{border-radius:6px}
@media(max-width:1099px){.card-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:600px){.card-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:42px}}
