.search-section{width:100%;margin:2rem 0}.search{width:90%;max-width:800px;margin:4rem auto 2rem;display:flex;align-items:center;justify-content:center;padding:1.5rem 1.75rem;border-radius:3rem;background:#1f2123;box-shadow:5px 5px 7px #1c1d1f,-5px -5px 7px #222527}.search input{flex:1;border:none;padding:.5rem;font-size:1.5rem;font-weight:500;outline:none;color:#a1a1a1;background:#1f2123}.search button{padding:.5rem 2rem;color:#fff;font-size:1.2rem;cursor:pointer;border-radius:2rem;border:none;background:linear-gradient(90deg,#ff8c00,#ff4757);transition:all .3s ease}.search button:hover{transform:scale(1.05)}@media screen and (max-width: 600px){.search{width:100%;margin:2rem auto;padding:1rem}.search input{font-size:1rem}.search button{padding:.5rem 1rem;font-size:1rem}}.movie{width:280px;height:400px;position:relative;overflow:hidden;border-radius:12px;transition:all .4s ease;box-shadow:0 13px 10px -7px #0000001a;cursor:pointer}.movie div:nth-of-type(1){position:absolute;padding:16px;width:100%;opacity:0;top:0;color:#ff8c00;background:#000c}.movie:hover div:nth-of-type(1){opacity:1}.movie div:nth-of-type(2){width:100%;height:100%}.movie div:nth-of-type(2) img{width:100%;height:100%;object-fit:cover}.movie div:nth-of-type(3){z-index:2;background-color:#343739;padding:16px 24px 24px;position:absolute;bottom:0;right:0;left:0}.movie div:nth-of-type(3) span{text-transform:uppercase;font-size:13px;letter-spacing:2px;font-weight:500;color:#ff8c00}.movie div:nth-of-type(3) h3{margin-top:5px;color:#fff}.movie:hover{transform:scale(1.02);box-shadow:0 30px 18px -8px #0000004d}@media screen and (max-width: 600px){.movie{height:350px}}.featured-section{margin:3rem 0;width:100%;padding:0 1rem;box-sizing:border-box}.featured-section h2{color:#ff8c00;margin-bottom:1.5rem;padding-left:2rem;font-size:2rem}.movie-row{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:1rem;width:100%;box-sizing:border-box;justify-items:center}@media screen and (max-width: 1200px){.movie-row{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 900px){.movie-row{grid-template-columns:repeat(2,1fr)}.featured-section h2{font-size:1.5rem;padding-left:1rem}}@media screen and (max-width: 600px){.movie-row{grid-template-columns:1fr}.featured-section h2{font-size:1.2rem}}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.movie-details{background:#1f2123;padding:2rem;border-radius:12px;width:80%;max-width:1000px;max-height:90vh;overflow-y:auto;position:relative}.close-button{position:absolute;right:1rem;top:1rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;transition:color .3s ease}.close-button:hover{color:#ff8c00}.movie-details h2{color:#ff8c00;margin-bottom:2rem;font-size:2rem}.details-content{display:flex;gap:2rem}.details-content img{width:300px;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000004d}.info{flex:1;color:#fff}.info p{margin:1rem 0;line-height:1.6;font-size:1.1rem}.info strong{color:#ff8c00;margin-right:.5rem}.streaming-links{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.streaming-links h3{color:#ff8c00;margin-bottom:1rem}.watch-buttons{display:flex;gap:1rem;flex-wrap:wrap}.watch-button{padding:.8rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:500;transition:all .3s ease;text-align:center}.watch-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.justwatch{background:gold;color:#000}.imdb{background:#f5c518;color:#000}@media screen and (max-width: 768px){.movie-details{padding:1rem;width:90%}.details-content{flex-direction:column}.details-content img{width:100%;max-width:300px;margin:0 auto}.watch-buttons{flex-direction:column}.watch-button{width:100%}.movie-details h2{font-size:1.5rem}}.app{padding:4rem;background-color:#212426;min-height:100vh;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}h1{font-size:3rem;letter-spacing:.9px;background:linear-gradient(90deg,#ff8c00,#ff4757);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;width:fit-content;margin:0 auto;cursor:pointer;transition:all .3s ease}h1:hover{transform:scale(1.05);opacity:.9}.error-message{background-color:#ff00001a;color:#ff4757;padding:1rem;margin:1rem auto;border-radius:8px;text-align:center;max-width:600px}@media screen and (max-width: 600px){.app{padding:2rem}h1{font-size:2rem}}:root{font-family:Inter,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}}
