/* 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 6: glass cards */
body{background:radial-gradient(circle at 10% 10%,color-mix(in srgb,var(--acc) 18%,transparent),transparent 32%),#080a10;background-attachment:fixed}.site-header{background:rgba(12,15,23,.58);backdrop-filter:blur(24px);border-bottom:1px solid rgba(255,255,255,.1)}.home-hero{max-width:1400px;min-height:580px;margin:28px auto;border-radius:32px;overflow:hidden;box-shadow:0 40px 100px rgba(0,0,0,.45)}.home-hero-overlay{background:linear-gradient(90deg,rgba(10,12,18,.84),rgba(10,12,18,.18))}.home-hero-inner{min-height:580px}.home-hero-poster{border-radius:22px;box-shadow:0 25px 60px rgba(0,0,0,.5)}.home-content{max-width:1400px}.section-block{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(18px);border-radius:26px;padding:28px;margin:26px 0}.card-grid{grid-template-columns:repeat(6,1fr);gap:18px}.title-card{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:9px}.poster-wrap{border-radius:13px}.hero-btn,.more-btn{border-radius:999px}
@media(max-width:900px){.card-grid{grid-template-columns:repeat(3,1fr)}.home-hero{border-radius:0;margin:0}}@media(max-width:560px){.card-grid{grid-template-columns:repeat(2,1fr)}}
