@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{font-family:Inter,sans-serif;background:#000;color:#fff;margin:0;padding:0;text-align:center}.main-container{width:100%;max-width:1200px;padding:2rem 1rem;margin:0 auto}h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.subtitle{font-size:1rem;color:#bbb;margin-bottom:2rem}.options{margin-bottom:1.5rem;display:flex;justify-content:center;gap:2rem}.options label{font-weight:600;cursor:pointer;color:#ccc;transition:.3s ease}.options label:hover{color:#fff}.options input[type=radio]{accent-color:#ff4b2b}.filters-container{display:flex;flex-direction:column;align-items:center;gap:1.2rem;margin-bottom:2rem;width:100%}.genre-select{background:#1a1a1a;color:#fff;border:1px solid #333;padding:10px 15px;border-radius:30px;font-size:1rem;cursor:pointer;transition:.3s ease}.genre-select:hover{border-color:#ff4b2b;transform:scale(1.03);box-shadow:0 0 12px #ff4b2b80}.search-bar{display:flex;gap:10px;width:90%;max-width:500px;background:#1a1a1a;padding:12px 18px;border-radius:50px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0009;transition:.3s ease}.search-bar:hover{transform:scale(1.02);box-shadow:0 0 14px #ffffff26}.search-bar input{flex:1;background:transparent;border:none;outline:none;color:#fff;padding:10px 12px;border-radius:20px;box-shadow:inset 0 2px 4px #00000080}.search-bar input::placeholder{color:#fff9}.search-bar input:focus{box-shadow:0 0 8px #ff416c80}.search-bar button{background:linear-gradient(90deg,#ff416c,#ff4b2b);border:none;color:#fff;padding:10px 20px;border-radius:25px;font-weight:600;cursor:pointer;transition:.3s ease}.search-bar button:hover{transform:scale(1.08);box-shadow:0 0 12px #ff4b2b66}.movie-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.movie-card{background:#1a1a1a;border-radius:16px;overflow:hidden;width:250px;box-shadow:0 4px 12px #00000080;transition:.3s ease;text-align:center}.movie-card:hover{transform:scale(1.05);box-shadow:0 0 20px #ffffff1a}.movie-card img{width:100%;height:360px;object-fit:cover}.movie-info{padding:1rem}.movie-info h3{font-size:1.1rem;margin-bottom:.3rem}.year{color:#aaa}.age-badge{display:inline-block;padding:4px 10px;border-radius:8px;font-size:.85rem;font-weight:700;margin:.5rem 0;color:#fff}.age-L{background:#2ecc71}.age-10{background:#3498db}.age-12{background:#f1c40f;color:#000}.age-14{background:#e67e22}.age-16{background:#e74c3c}.age-18{background:#000;border:2px solid #e74c3c}.age-NA{background:#7f8c8d}.overview{color:#ddd;font-size:.85rem;max-height:80px;overflow:hidden;margin-bottom:.8rem}.cast{font-size:.85rem;color:#bbb}.platforms{margin:1rem 0}.platform-list{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.platform-item{display:flex;flex-direction:column;align-items:center;font-size:.75rem;color:#ddd}.platform-item img{width:38px;height:38px;border-radius:8px;box-shadow:0 0 8px #fff3}.no-platform{color:#999;font-size:.8rem}.trailer-btn{background:linear-gradient(90deg,#ff416c,#ff4b2b);border:none;padding:8px 16px;color:#fff;font-weight:600;border-radius:25px;cursor:pointer;margin-top:.5rem;transition:.3s ease}.trailer-btn:hover{transform:scale(1.05);box-shadow:0 0 12px #ff4b2b99}.trailer-container iframe{width:100%;height:200px;border:none;margin-top:1rem}@media (max-width: 600px){h1{font-size:2rem}.movie-card{width:90%}.search-bar{flex-direction:column;padding:12px}.search-bar button{width:60%}}
