
body{margin:0;background:#050505;color:white;font-family:Arial;padding:20px}
h1{color:#e50914}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:20px}
.card{background:#111;color:white;text-decoration:none;padding:10px;border-radius:15px}
.card img,.poster{width:100%;border-radius:15px}
.hero{min-height:100vh;background-size:cover}
.poster{max-width:250px}
.player{height:260px;background:#111;font-size:70px;display:flex;align-items:center;justify-content:center;border-radius:20px}
button,.box a{background:#e50914;color:white;padding:15px 40px;border-radius:30px;text-decoration:none;border:0}
#pop{display:none;position:fixed;inset:0;background:#000c;align-items:center;justify-content:center}
.box{background:#181818;padding:40px;border-radius:20px}
.load{height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}
.loader{width:60px;height:60px;border-radius:50%;border:6px solid #333;border-top-color:red;animation:a 1s infinite linear}
@keyframes a{100%{transform:rotate(360deg)}}
