body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(90deg,#0f2027,#203a43,#2c5364);color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.bollywood-movies{padding:2rem;text-align:center}.bollywood-movies h1{color:#fc0;font-size:3rem;margin-bottom:2rem;text-shadow:2px 2px 5px #000}.movie-content{display:flex;flex-direction:column;height:100%}.movies-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:1rem}.movie-card{background-color:#ffffff0d;border-radius:15px;box-shadow:0 4px 12px #0006;display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;max-width:320px;min-height:480px;padding:1rem;transition:transform .3s ease,box-shadow .3s ease}.movie-card:hover{box-shadow:0 10px 25px #00000080;transform:translateY(-10px)}.movie-card button{background:#ff4c4c;border:none;border-radius:8px;color:#fff;cursor:pointer;margin-top:auto;padding:.5rem;transition:.2s}.movie-card button:hover{background:#ff1f1f}.movie-image{border-radius:10px;height:180px;margin-bottom:1rem;object-fit:cover;width:100%}.movie-title{color:#ffdd57;font-size:1.3rem;margin-bottom:.3rem;min-height:40px}.movie-cast,.movie-director,.movie-genre,.movie-year{color:#ccc;font-size:.95rem;margin:.2rem 0;min-height:40px}.movie-rating{border-radius:8px;font-weight:700;margin-bottom:.8rem;margin-top:.7rem;padding:.4rem}.movie-rating.rating-blockbuster{background-color:#ff4c4c;color:#fff}.movie-rating.rating-superhit{background-color:#28a745;color:#fff}.movie-rating.rating-hit{background-color:#fc0;color:#000}.movie-rating.rating-average{background-color:#ccc;color:#000}.search-section{margin-bottom:2rem}.favourites-section .movies-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.favourites-section .movie-card{display:flex;flex-direction:column;justify-content:space-between;min-height:480px}.search-input{border:none;border-radius:25px;box-shadow:0 2px 8px #0000004d;font-size:1rem;max-width:400px;outline:none;padding:.8rem 1rem;transition:box-shadow .3s ease;width:60%}.search-input:focus{box-shadow:0 4px 12px #0006}.search-results{color:#fc0;font-size:.95rem;margin-top:.8rem}.filter-section{margin-bottom:2rem}.filter-section h4{color:#ffdd57;font-weight:600;margin-bottom:.5rem}.genre-buttons{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.genre-button{background-color:initial;border:2px solid #fc0;border-radius:20px;color:#fc0;cursor:pointer;font-size:.95rem;padding:.5rem 1rem;transition:all .3s ease}.genre-button.active,.genre-button:hover{background-color:#fc0;color:#000}.genre-button.active{font-weight:700}.movie-footer{display:flex;flex-direction:column;gap:12px;margin-top:auto}@media (max-width:768px){.bollywood-movies h1{font-size:2rem}.search-input{width:90%}.movie-card{min-height:420px}.movie-image{height:180px}}@media (max-width:480px){.movies-grid{grid-template-columns:1fr}.movie-card{min-height:auto}}
/*# sourceMappingURL=main.65ef2a62.css.map*/