.home_main__Zqi3r{padding:0 40px 100px;background-color:#1a1a1a;color:#fff;font-family:Poppins,sans-serif;min-height:100vh}.home_header__HjHbf{display:flex;align-items:center;padding:1rem;background-color:#e34665;color:#fff}.home_logoContainer__kujFZ{display:flex;align-items:center;gap:1rem}.home_logo__1AxJD{height:100px;width:auto}.home_siteTitle__ZZ7S9{font-size:1.5rem;font-weight:700}.home_hero__El_K3{background:#1a1a1a;padding:80px 20px;text-align:center;border-radius:10px}.home_heroTitle__cPN_Q{font-size:3rem;font-weight:700;margin-bottom:20px;color:#e34665}.home_searchBar__WUVIh{padding:12px 20px;width:100%;max-width:500px;border-radius:30px;border:none;font-size:1rem;background-color:#333;color:#fff}.home_searchBar__WUVIh:focus{outline:none;border:2px solid #e34665}.home_showList__HkhK1{margin-top:60px}.home_showList__HkhK1 .home_totalCount__X0HC8{text-align:center;font-size:1rem;font-weight:500;color:#7ec8e3;margin-bottom:20px}.home_showTitle__fCMX2{font-size:2rem;font-weight:600;margin-bottom:30px;text-align:left;padding-left:10px}.home_showGrid__8W_bi{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:30px;gap:30px;justify-items:center}.home_showCard__zVVkq{background-color:#222;border-radius:10px;overflow:hidden;box-shadow:0 0 10px rgba(0,0,0,.3);transition:transform .3s ease;cursor:pointer}.home_showCard__zVVkq:hover{transform:scale(1.05)}.home_showImage__pEi8R{width:100%;height:270px;object-fit:cover}.home_showName__Zx1Yt{font-size:1.1rem;font-weight:600;padding:10px 10px 0;color:#fff;text-align:left}.home_showGenre__2z1IN{font-size:.85rem;color:#999;padding:0 10px 10px;text-align:left}.home_pagination__crTjK{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:40px}.home_pagination__crTjK button{padding:10px 20px;background-color:#e34665;color:#fff;border:none;border-radius:30px;font-weight:700;cursor:pointer;transition:background .3s ease}.home_pagination__crTjK button:disabled{background-color:#555;cursor:not-allowed}.home_pagination__crTjK button:hover:not(:disabled){background-color:rgb(213.661971831,32.338028169,68.1408450704)}.home_pagination__crTjK span{font-size:1rem;color:#fff}@media(max-width:768px){.home_showGrid__8W_bi{grid-template-columns:repeat(2,1fr)}.home_heroTitle__cPN_Q{font-size:2rem}}@media(max-width:480px){.home_showGrid__8W_bi{grid-template-columns:1fr}.home_heroTitle__cPN_Q{font-size:1.6rem}}