*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background-color:#0f0f0f;font-family:Segoe UI,sans-serif}.app{max-width:1200px;margin:0 auto;padding:2rem}header{flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}header h1{font-size:2.5rem}.controls{flex-wrap:wrap;justify-content:center;gap:.75rem;width:100%;max-width:600px;display:flex}.controls input{color:#fff;background:#1e1e1e;border:none;border-radius:8px;outline:2px solid #444;flex:1;min-width:200px;padding:.75rem 1rem;font-size:1rem}.controls input:focus{outline:2px solid #e50914}.controls select{color:#fff;cursor:pointer;background:#1e1e1e;border:none;border-radius:8px;outline:2px solid #444;padding:.75rem 1rem;font-size:1rem}.controls select:focus{outline:2px solid #e50914}.grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.5rem;display:grid}.card{cursor:pointer;background:#1e1e1e;border-radius:8px;transition:transform .2s;overflow:hidden}.card:hover{transform:scale(1.05)}.card img{width:100%;display:block}.card-info{flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.card-info h3{font-size:.9rem}.card-info span{color:#f5c518;font-size:.85rem}.skeleton{pointer-events:none}.skeleton-img{aspect-ratio:2/3;background:linear-gradient(90deg,#1e1e1e 25%,#2a2a2a 50%,#1e1e1e 75%) 0 0/200% 100%;width:100%;animation:1.5s infinite shimmer}.skeleton-text{background:linear-gradient(90deg,#1e1e1e 25%,#2a2a2a 50%,#1e1e1e 75%) 0 0/200% 100%;border-radius:4px;height:.85rem;animation:1.5s infinite shimmer}.skeleton-text.short{width:50%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty{text-align:center;color:#aaa;margin-top:4rem;font-size:1.1rem}.pagination{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.pagination button{color:#fff;cursor:pointer;background:#e50914;border:none;border-radius:8px;padding:.6rem 1.25rem;font-size:.95rem;transition:background .2s}.pagination button:hover:not(:disabled){background:#b0060f}.pagination button:disabled{cursor:not-allowed;background:#444}.pagination span{color:#aaa;font-size:.95rem}.modal-overlay{z-index:100;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:#1e1e1e;border-radius:12px;width:100%;max-width:800px;max-height:90vh;position:relative;overflow-y:auto}.close-btn{color:#fff;cursor:pointer;background:#e50914;border:none;border-radius:50%;width:2rem;height:2rem;font-size:1rem;position:absolute;top:1rem;right:1rem}.modal-content{gap:1.5rem;padding:1.5rem;display:flex}.modal-content img{border-radius:8px;width:200px;min-width:200px}.modal-info{flex-direction:column;gap:.75rem;display:flex}.modal-info h2{font-size:1.5rem}.tagline{color:#aaa;font-style:italic}.overview{color:#ddd;font-size:.95rem;line-height:1.6}.details{color:#f5c518;flex-wrap:wrap;gap:1rem;font-size:.9rem;display:flex}.genres{flex-wrap:wrap;gap:.5rem;display:flex}.genre-tag{background:#e50914;border-radius:20px;padding:.25rem .75rem;font-size:.8rem}@media (width<=600px){header h1{font-size:1.8rem}.modal-content{flex-direction:column}.modal-content img{width:100%;min-width:unset}}
