@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg-black:#050505;--bg-surface:#ffffff05;--bg-surface-hover:#ffffff0d;--text-primary:#fff;--text-secondary:#888;--accent-glow:#fff;--accent-color:#3b82f6;--border-subtle:#ffffff0f;--border-highlight:#ffffff26;--radius-lg:24px;--radius-md:16px;--radius-sm:8px}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}body{background-color:var(--bg-black);color:var(--text-primary);min-height:100vh;overflow-x:hidden}body:before{content:"";opacity:.03;pointer-events:none;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cfilter id=\"noiseFilter\"%3E%3CfeTurbulence type=\"fractalNoise\" baseFrequency=\"0.65\" numOctaves=\"3\" stitchTiles=\"stitch\"/%3E%3C/filter%3E%3Crect width=\"100%25\" height=\"100%25\" filter=\"url(%23noiseFilter)\"/%3E%3C/svg%3E");width:100vw;height:100vh;position:fixed;top:0;left:0}a{color:inherit;text-decoration:none}h1{letter-spacing:-.04em;font-size:4rem;font-weight:700;line-height:1.1}h2{letter-spacing:-.03em;font-size:2.5rem;font-weight:600}h3{letter-spacing:-.02em;font-size:1.5rem;font-weight:500}p{color:var(--text-secondary);line-height:1.6}.navbar{z-index:100;-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border-subtle);background:#050505b3;justify-content:space-between;align-items:center;padding:1.5rem 4rem;display:flex;position:sticky;top:0}.logo{letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;display:flex}.search-bar{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:100px;align-items:center;width:400px;padding:.6rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.search-bar:focus-within{background:var(--bg-surface-hover);border-color:var(--border-highlight);box-shadow:0 0 0 4px #ffffff0d}.search-bar input{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;margin-left:.8rem;font-size:.95rem}main{max-width:1600px;margin:0 auto;padding:0 4rem 4rem}.section-title{justify-content:space-between;align-items:center;margin:4rem 0 2rem;display:flex}.bento-grid{grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(280px,auto);gap:1.5rem;display:grid}.bento-card{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:var(--bg-surface);cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.bento-card:hover{border-color:var(--border-highlight);transform:translateY(-4px);box-shadow:0 20px 40px #0006}.bento-card img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.16,1,.3,1)}.bento-card:hover img{transform:scale(1.05)}.bento-overlay{background:linear-gradient(#0000 0%,#0006 50%,#000000f2 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0}.bento-title{margin-bottom:.3rem;font-size:1.2rem;font-weight:600}.bento-meta{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.cinematic-hero{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);width:100%;height:70vh;min-height:500px;margin-top:2rem;position:relative;overflow:hidden}.cinematic-hero img{object-fit:cover;opacity:.7;width:100%;height:100%}.hero-overlay{background:linear-gradient(90deg,#050505f2 0%,#05050566 50%,#0000 100%);flex-direction:column;justify-content:center;padding:4rem;display:flex;position:absolute;inset:0}.hero-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-transform:uppercase;letter-spacing:1px;border:1px solid var(--border-subtle);background:#ffffff1a;border-radius:100px;width:fit-content;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600}.immersive-layout{min-height:100vh;margin-top:-85px;position:relative}.immersive-bg{z-index:-1;width:100%;height:80vh;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(#000 40%,#0000 100%);mask-image:linear-gradient(#000 40%,#0000 100%)}.immersive-bg img{object-fit:cover;opacity:.3;filter:blur(10px);width:100%;height:100%}.detail-content-wrapper{grid-template-columns:320px 1fr;gap:4rem;padding-top:15vh;display:grid}.detail-poster-container{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);overflow:hidden;box-shadow:0 30px 60px #0009}.detail-poster-container img{width:100%;display:block}.premium-btn{background:var(--text-primary);color:var(--bg-black);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.8rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex}.premium-btn:hover{transform:scale(1.02);box-shadow:0 10px 30px #fff3}.stream-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1.5rem;transition:all .3s;display:flex}.stream-card:hover{background:var(--bg-surface-hover);border-color:var(--border-highlight)}.loader{justify-content:center;align-items:center;height:60vh;display:flex}.spinner{border:2px solid var(--border-subtle);border-top-color:var(--text-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
