.page-module__wtkcmq__moviesContainer{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.page-module__wtkcmq__moviesTitle{text-align:center;color:var(--primary);font-size:4.5rem;line-height:1;font-family:var(--font-bebas-neue),sans-serif;margin-bottom:.25rem;transition:all .3s}.page-module__wtkcmq__moviesTitle:hover{text-shadow:var(--shadow-large)}.page-module__wtkcmq__errorMessage{text-align:center;color:var(--text-secondary);margin-bottom:1rem;font-size:1.15rem;font-weight:500}.page-module__wtkcmq__searchBar{border-radius:.25rem;width:100%;display:flex;overflow:hidden}.page-module__wtkcmq__searchBar input{width:90%;height:50px;color:var(--text-primary);background-color:#1a1a1a;flex:1;padding:1rem;font-size:1.375rem;transition:all .3s}.page-module__wtkcmq__searchBar button{width:10%;color:var(--header-bg-color);background-color:var(--primary);font-size:1.5rem;transition:all .3s}.page-module__wtkcmq__movieCards{grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;transition:all .3s;display:grid}.page-module__wtkcmq__emptyState{text-align:center;color:var(--text-secondary);margin-bottom:1rem;font-size:1.15rem;font-weight:500}@media (max-width:1200px){.page-module__wtkcmq__movieCards{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.page-module__wtkcmq__movieCards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module__wtkcmq__moviesTitle{font-size:4rem}.page-module__wtkcmq__searchBar input{font-size:1.25rem}.page-module__wtkcmq__searchBar button{font-size:1.375rem}}@media (max-width:600px){.page-module__wtkcmq__movieCards{grid-template-columns:repeat(1,1fr)}}@media (max-width:480px){.page-module__wtkcmq__moviesTitle{font-size:3rem}.page-module__wtkcmq__searchBar input{width:85%;font-size:1.15rem}.page-module__wtkcmq__searchBar button{width:15%;font-size:1.25rem}}
.Filter-module__oRyX_G__filterContainer{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;margin:1.5rem 0;display:flex}.Filter-module__oRyX_G__select{cursor:pointer;appearance:none;color:var(--text-primary);border:2px solid var(--primary);font-size:1.75rem;font-family:var(--font-bebas-neue),sans-serif;background-color:var(--header-bg-color);border-radius:.25rem;flex:1;padding:.75rem;transition:all .3s;display:flex}.Filter-module__oRyX_G__select:hover{box-shadow:var(--shadow-small)}.Filter-module__oRyX_G__select:focus{box-shadow:var(--shadow-large)}.Filter-module__oRyX_G__option{text-align:center;color:var(--text-primary);background-color:var(--header-bg-color)}@media (max-width:768px){.Filter-module__oRyX_G__select{font-size:1.5rem}}@media (max-width:480px){.Filter-module__oRyX_G__filterContainer{flex-direction:column}.Filter-module__oRyX_G__select{width:100%;font-size:1.375rem}}
