.Auth-module__FJeEZa__authPageContainer{justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:3rem 2rem;display:flex}.Auth-module__FJeEZa__authContainer{background-color:#1f1f1f;border-radius:12px;width:100%;max-width:380px;padding:2rem 2.5rem;box-shadow:0 8px 20px #000000b3}.Auth-module__FJeEZa__formToggle{justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.Auth-module__FJeEZa__toggleButton{color:#bbb;cursor:pointer;background-color:#2c2c2c;border:none;border-radius:8px;flex:1;padding:.6rem .8rem;font-size:.9rem;font-weight:600;transition:background-color .3s,color .3s}.Auth-module__FJeEZa__toggleButton:hover,.Auth-module__FJeEZa__active{color:#121212!important;background-color:#f1a04f!important}.Auth-module__FJeEZa__authForm{flex-direction:column;gap:1rem;display:flex}.Auth-module__FJeEZa__hidden{display:none}.Auth-module__FJeEZa__authForm h2{text-align:center;color:#f1a04f;margin-bottom:.75rem;font-size:1.6rem;font-weight:700}.Auth-module__FJeEZa__authForm label{color:#ccc;font-size:.9rem;font-weight:600}.Auth-module__FJeEZa__authForm input[type=email],.Auth-module__FJeEZa__authForm input[type=password]{color:#e0e0e0;background-color:#2c2c2c;border:1px solid #444;border-radius:8px;padding:.65rem 1rem;font-size:1rem;transition:border-color .3s}.Auth-module__FJeEZa__authForm input[type=email]:focus,.Auth-module__FJeEZa__authForm input[type=password]:focus{border-color:#f1a04f;outline:none}.Auth-module__FJeEZa__authForm input::placeholder{color:#888}.Auth-module__FJeEZa__submitButton{color:#121212;cursor:pointer;background-color:#f1a04f;border:none;border-radius:10px;margin-top:.75rem;padding:.7rem;font-size:1rem;font-weight:700;transition:background-color .3s}.Auth-module__FJeEZa__submitButton:hover{background-color:#d8873c}@media (max-width:480px){.Auth-module__FJeEZa__authContainer{max-width:100%;padding:1.5rem 2rem}.Auth-module__FJeEZa__authPageContainer{min-height:calc(100vh - 180px);padding:2rem 1rem}}.Auth-module__FJeEZa__message{text-align:center;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;animation:.3s Auth-module__FJeEZa__slideDown}@keyframes Auth-module__FJeEZa__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Auth-module__FJeEZa__message.Auth-module__FJeEZa__success{color:#2ed573;background:#2ed57326;border:1px solid #2ed57366}.Auth-module__FJeEZa__message.Auth-module__FJeEZa__error{color:#ff4757;background:#ff475726;border:1px solid #ff475766}.Auth-module__FJeEZa__authForm input[type=text]{color:#e0e0e0;background-color:#2c2c2c;border:1px solid #444;border-radius:8px;padding:.65rem 1rem;font-size:1rem;transition:border-color .3s}.Auth-module__FJeEZa__authForm input[type=text]:focus{border-color:#f1a04f;outline:none}.Auth-module__FJeEZa__authForm input:disabled{opacity:.6;cursor:not-allowed}.Auth-module__FJeEZa__submitButton:disabled{opacity:.6;cursor:not-allowed;background-color:#888}
.Header-module__RjwBgW__header{background-color:#1f1f1f;border-bottom:1px solid #333;padding:1rem 2rem;position:relative}.Header-module__RjwBgW__headerContainer{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Header-module__RjwBgW__mobileMenuBtn{cursor:pointer;color:#f1a04f;background:#f1a04f1a;border:1px solid #f1a04f;border-radius:6px;width:40px;height:40px;padding:8px;font-size:18px;transition:all .3s;display:none}.Header-module__RjwBgW__mobileMenuBtn:hover{color:#121212;background-color:#f1a04f}.Header-module__RjwBgW__logo{align-items:center;display:flex}.Header-module__RjwBgW__logo img{width:200px;height:auto}.Header-module__RjwBgW__searchBar{flex-grow:1;align-items:center;gap:.5rem;max-width:400px;display:flex}.Header-module__RjwBgW__searchBar input{color:#fff;background-color:#2c2c2c;border:1px solid #444;border-radius:6px;width:100%;max-width:100%;padding:.5rem 1rem;font-size:1rem}.Header-module__RjwBgW__searchBar input::placeholder{color:#aaa}.Header-module__RjwBgW__searchButton{color:#121212;cursor:pointer;background-color:#f1a04f;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:700;transition:background-color .3s}.Header-module__RjwBgW__searchButton:hover{background-color:#d1883f}.Header-module__RjwBgW__searchWrapper{flex-grow:1;max-width:400px;position:relative}.Header-module__RjwBgW__searchDropdown{z-index:1000;background:#1f1f1f;border:1px solid #333;border-radius:12px;max-height:400px;margin-top:8px;padding:8px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 40px #00000080}.Header-module__RjwBgW__searchResult{cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:10px;transition:background .2s;display:flex}.Header-module__RjwBgW__searchResult:hover{background:#f1a04f1a}.Header-module__RjwBgW__searchResultImage{object-fit:cover;border-radius:6px;flex-shrink:0;width:40px;height:55px}.Header-module__RjwBgW__searchResultInfo{flex-direction:column;gap:4px;min-width:0;display:flex}.Header-module__RjwBgW__searchResultTitle{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.Header-module__RjwBgW__searchResultAuthor{color:#888;font-size:.8rem}.Header-module__RjwBgW__searchViewAll{text-align:center;color:#f1a04f;cursor:pointer;border-top:1px solid #333;margin-top:8px;padding:12px;font-weight:600;transition:color .2s;display:block}.Header-module__RjwBgW__searchViewAll:hover{color:gold}.Header-module__RjwBgW__searchLoading,.Header-module__RjwBgW__searchNoResults{text-align:center;color:#888;padding:20px;font-size:.9rem}.Header-module__RjwBgW__mobileSearchBtn{cursor:pointer;background:#f1a04f;border:none;border-radius:50%;width:40px;height:40px;font-size:18px;transition:all .3s;display:none}.Header-module__RjwBgW__mobileSearchBtn:hover{background-color:#d1883f;transform:scale(1.1)}.Header-module__RjwBgW__authLinks{gap:10px;display:flex}.Header-module__RjwBgW__authBtn{color:#121212;cursor:pointer;background-color:#f1a04f;border-radius:6px;padding:.5rem 1rem;font-weight:700;text-decoration:none;transition:background-color .3s}.Header-module__RjwBgW__authBtn:hover{background-color:#d1883f}.Header-module__RjwBgW__userMenuWrapper{position:relative}.Header-module__RjwBgW__userBtn{color:#fff;cursor:pointer;background:#f1a04f1a;border:1px solid #f1a04f;border-radius:25px;align-items:center;gap:.5rem;padding:.4rem .75rem;transition:all .3s;display:flex}.Header-module__RjwBgW__userBtn:hover{color:#121212;background:#f1a04f}.Header-module__RjwBgW__userAvatar{color:#fff;background:linear-gradient(135deg,#f1a04f,#e67e22);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex}.Header-module__RjwBgW__userAvatarImg{object-fit:cover;border:2px solid #f1a04f;border-radius:50%;width:32px;height:32px}.Header-module__RjwBgW__userName{text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-weight:500;overflow:hidden}.Header-module__RjwBgW__dropdownArrow{font-size:.75rem;transition:transform .3s}.Header-module__RjwBgW__userDropdown{z-index:100;background:#1f1f1f;border:1px solid #333;border-radius:12px;min-width:180px;padding:.5rem;animation:.2s Header-module__RjwBgW__fadeInDropdown;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 10px 30px #00000080}@keyframes Header-module__RjwBgW__fadeInDropdown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__RjwBgW__dropdownItem{color:#ccc;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.95rem;text-decoration:none;transition:all .2s;display:flex}.Header-module__RjwBgW__dropdownItem:hover{color:#f1a04f;background:#f1a04f1a}.Header-module__RjwBgW__mobileSearchContainer{z-index:100;background-color:#f1a04f;border-bottom:1px solid #d1883f;padding:1rem;animation:.3s Header-module__RjwBgW__slideDown;position:absolute;top:100%;left:0;right:0}.Header-module__RjwBgW__mobileSearchBar{align-items:center;gap:.5rem;max-width:100%;display:flex}.Header-module__RjwBgW__mobileSearchBar input{color:#fff;background-color:#121212;border:1px solid #333;border-radius:6px;flex:1;padding:.8rem 1rem;font-size:1rem}.Header-module__RjwBgW__mobileSearchBar input::placeholder{color:#aaa}.Header-module__RjwBgW__closeSearch{color:#fff;cursor:pointer;background:#121212;border:1px solid #333;border-radius:6px;justify-content:center;align-items:center;min-width:45px;height:45px;padding:.8rem;font-size:1.2rem;transition:all .3s;display:flex}.Header-module__RjwBgW__closeSearch:hover{color:#f1a04f;background-color:#333}.Header-module__RjwBgW__mobileSearchResults{background:#1f1f1f;border-radius:12px;max-height:300px;margin-top:12px;padding:8px;overflow-y:auto}@keyframes Header-module__RjwBgW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Header-module__RjwBgW__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Header-module__RjwBgW__header{padding:1rem}.Header-module__RjwBgW__headerContainer{justify-content:space-between;gap:1rem}.Header-module__RjwBgW__mobileMenuBtn{display:flex}.Header-module__RjwBgW__mobileSearchBtn{justify-content:center;align-items:center;display:flex}.Header-module__RjwBgW__searchBar,.Header-module__RjwBgW__searchWrapper,.Header-module__RjwBgW__authLinks{display:none}.Header-module__RjwBgW__logo img{width:150px}}@media (max-width:480px){.Header-module__RjwBgW__logo img{width:120px}.Header-module__RjwBgW__searchOverlayContent{width:95%;padding:1.5rem}}
.Navbar-module__HC2z7q__nav{background-color:#181818;border-bottom:1px solid #333}.Navbar-module__HC2z7q__navbar{flex-wrap:wrap;justify-content:center;gap:2rem;margin:0;padding:1rem 0;list-style:none;display:flex}.Navbar-module__HC2z7q__navbar li{list-style:none}.Navbar-module__HC2z7q__navbar li a{color:#e0e0e0;border-radius:6px;padding:.5rem 1rem;text-decoration:none;transition:all .3s}.Navbar-module__HC2z7q__navbar li a:hover{color:#121212;background-color:#f1a04f}.Navbar-module__HC2z7q__sidebarOverlay{z-index:999;background:#000000b3;width:100%;height:100%;animation:.3s Navbar-module__HC2z7q__fadeIn;position:fixed;top:0;left:0}.Navbar-module__HC2z7q__sidebar{background:linear-gradient(135deg,#1f1f1f 0%,#2a2a2a 100%);width:280px;height:100%;animation:.3s Navbar-module__HC2z7q__slideInLeft;position:fixed;top:0;left:0;overflow-y:auto;box-shadow:4px 0 20px #0000004d}.Navbar-module__HC2z7q__closeSidebar{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem;font-size:1.5rem;transition:all .3s;position:absolute;top:1rem;right:1rem}.Navbar-module__HC2z7q__closeSidebar:hover{color:#f1a04f;background-color:#f1a04f33}.Navbar-module__HC2z7q__sidebarContent{padding:4rem 1.5rem 2rem}.Navbar-module__HC2z7q__sidebarNav{margin:0 0 2rem;padding:0;list-style:none}.Navbar-module__HC2z7q__sidebarNav li{margin-bottom:.5rem}.Navbar-module__HC2z7q__sidebarNav li a{color:#e0e0e0;border-radius:12px;align-items:center;gap:.8rem;padding:1rem;font-size:1.1rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.Navbar-module__HC2z7q__sidebarNav li a:before{content:"";background:linear-gradient(90deg,#0000,#f1a04f1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Navbar-module__HC2z7q__sidebarNav li a:hover:before{left:100%}.Navbar-module__HC2z7q__sidebarNav li a:hover{color:#f1a04f;background-color:#f1a04f1a;transform:translate(8px)}.Navbar-module__HC2z7q__sidebarUserInfo{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem;display:flex}.Navbar-module__HC2z7q__sidebarAvatar{color:#fff;background:linear-gradient(135deg,#f1a04f,#e67e22);border:2px solid #2a2a2a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.Navbar-module__HC2z7q__sidebarUsername{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:1.1rem;font-weight:600;overflow:hidden}.Navbar-module__HC2z7q__sidebarAuth{border-top:1px solid #333;flex-direction:column;gap:.8rem;padding-top:1.5rem;display:flex}.Navbar-module__HC2z7q__sidebarAuthBtn{color:#121212;text-align:center;cursor:pointer;background:linear-gradient(135deg,#f1a04f 0%,#d1883f 100%);border:none;border-radius:12px;width:100%;padding:1rem;font-family:inherit;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:block;position:relative;overflow:hidden}.Navbar-module__HC2z7q__logoutBtn{color:#fff;background:linear-gradient(135deg,#ff4757 0%,#d63031 100%)}.Navbar-module__HC2z7q__logoutBtn:hover{box-shadow:0 8px 25px #ff47574d}.Navbar-module__HC2z7q__sidebarAuthBtn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Navbar-module__HC2z7q__sidebarAuthBtn:hover:before{left:100%}.Navbar-module__HC2z7q__sidebarAuthBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f1a04f4d}@keyframes Navbar-module__HC2z7q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Navbar-module__HC2z7q__slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@media (max-width:768px){.Navbar-module__HC2z7q__nav{display:none}}@media (min-width:769px){.Navbar-module__HC2z7q__sidebarOverlay{display:none!important}}@media (max-width:320px){.Navbar-module__HC2z7q__sidebar{width:250px}.Navbar-module__HC2z7q__sidebarContent{padding:3rem 1rem 2rem}}
.Footer-module__jkL0nq__footer{text-align:center;color:#888;background-color:#1f1f1f;border-top:1px solid #333;margin-top:2rem;padding:2rem 1rem;font-size:.9rem}.Footer-module__jkL0nq__footer p{margin:0;line-height:1.6}.Footer-module__jkL0nq__footer strong{color:#f1a04f}.Footer-module__jkL0nq__footer a{color:#f1a04f;text-decoration:none}.Footer-module__jkL0nq__footer a:hover{text-decoration:underline}
.Seriler-module__x9CNiG__mainContent{max-width:1400px;min-height:calc(100vh - 200px);margin:0 auto;padding:100px 20px 40px}.Seriler-module__x9CNiG__pageHeader{text-align:center;margin-bottom:30px}.Seriler-module__x9CNiG__pageHeader h1{color:#fff;margin-bottom:8px;font-size:2rem}.Seriler-module__x9CNiG__pageHeader p{color:#888;font-size:.95rem}.Seriler-module__x9CNiG__contentWrapper{grid-template-columns:1fr 300px;align-items:flex-start;gap:30px;display:grid}.Seriler-module__x9CNiG__seriesSection{min-height:400px}.Seriler-module__x9CNiG__seriesGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px;display:grid}.Seriler-module__x9CNiG__filterPanel{background:linear-gradient(145deg,#1a1a2e,#16213e);border:1px solid #ffffff0d;border-radius:16px;padding:24px;position:sticky;top:100px;box-shadow:0 8px 32px #0000004d}.Seriler-module__x9CNiG__filterHeader{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.Seriler-module__x9CNiG__filterHeader h2{color:#fff;margin:0;font-size:1.2rem}.Seriler-module__x9CNiG__clearBtn{color:#f97316;cursor:pointer;background:0 0;border:1px solid #f97316;border-radius:6px;padding:6px 12px;font-size:.8rem;transition:all .2s}.Seriler-module__x9CNiG__clearBtn:hover{color:#fff;background:#f97316}.Seriler-module__x9CNiG__filterGroup{margin-bottom:24px}.Seriler-module__x9CNiG__filterGroup label{color:#aaa;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-size:.85rem;display:block}.Seriler-module__x9CNiG__searchInput{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;width:100%;padding:12px 16px;font-size:.95rem;transition:all .3s}.Seriler-module__x9CNiG__searchInput::placeholder{color:#666}.Seriler-module__x9CNiG__searchInput:focus{background:#f973160d;border-color:#f97316;outline:none;box-shadow:0 0 0 3px #f973161a}.Seriler-module__x9CNiG__statusButtons{flex-wrap:wrap;gap:8px;display:flex}.Seriler-module__x9CNiG__statusBtn{color:#aaa;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:8px 14px;font-size:.85rem;transition:all .2s}.Seriler-module__x9CNiG__statusBtn:hover{color:#fff;background:#ffffff1a}.Seriler-module__x9CNiG__statusBtn.Seriler-module__x9CNiG__active{color:#fff;background:linear-gradient(135deg,#f97316,#ea580c);border-color:#f97316;font-weight:600}.Seriler-module__x9CNiG__genreTags{flex-wrap:wrap;gap:8px;max-height:200px;padding-right:5px;display:flex;overflow-y:auto}.Seriler-module__x9CNiG__genreTags::-webkit-scrollbar{width:4px}.Seriler-module__x9CNiG__genreTags::-webkit-scrollbar-thumb{background:#444;border-radius:2px}.Seriler-module__x9CNiG__genreTag{color:#888;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:6px 12px;font-size:.8rem;transition:all .2s}.Seriler-module__x9CNiG__genreTag:hover{color:#fff;background:#ffffff1a}.Seriler-module__x9CNiG__genreTag.Seriler-module__x9CNiG__active{color:#fff;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-color:#8b5cf6}.Seriler-module__x9CNiG__loadingContainer{flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.Seriler-module__x9CNiG__spinner{border:4px solid #ffffff1a;border-top-color:#f97316;border-radius:50%;width:50px;height:50px;animation:1s linear infinite Seriler-module__x9CNiG__spin}@keyframes Seriler-module__x9CNiG__spin{to{transform:rotate(360deg)}}.Seriler-module__x9CNiG__loadingContainer p{color:#888;margin-top:16px}.Seriler-module__x9CNiG__errorContainer,.Seriler-module__x9CNiG__noResults{text-align:center;background:#ffffff05;border-radius:16px;padding:60px 20px}.Seriler-module__x9CNiG__errorContainer p,.Seriler-module__x9CNiG__noResults p{color:#888;margin-bottom:20px;font-size:1.1rem}.Seriler-module__x9CNiG__errorContainer button,.Seriler-module__x9CNiG__noResults button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:8px;padding:12px 24px;font-weight:600;transition:transform .2s}.Seriler-module__x9CNiG__errorContainer button:hover,.Seriler-module__x9CNiG__noResults button:hover{transform:scale(1.05)}@media (max-width:900px){.Seriler-module__x9CNiG__contentWrapper{grid-template-columns:1fr}.Seriler-module__x9CNiG__filterPanel{order:-1;position:static}}@media (max-width:600px){.Seriler-module__x9CNiG__mainContent{padding:80px 15px 30px}.Seriler-module__x9CNiG__pageHeader h1{font-size:1.5rem}.Seriler-module__x9CNiG__seriesGrid{grid-template-columns:repeat(2,1fr);gap:12px}.Seriler-module__x9CNiG__filterPanel{padding:16px}}
.HomePage-module__vJ5Qbq__mainContainer{max-width:1200px;margin:0 auto;padding:2rem 1rem}.HomePage-module__vJ5Qbq__section{margin-bottom:3rem}.HomePage-module__vJ5Qbq__sectionTitle{color:#fff;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.HomePage-module__vJ5Qbq__sliderContainer{background:#0f0f1a;width:100%;height:400px;margin-bottom:2rem;position:relative;overflow:hidden}.HomePage-module__vJ5Qbq__sliderWrapper{width:100%;height:100%;transition:transform .5s ease-in-out;display:flex}.HomePage-module__vJ5Qbq__sliderItem{min-width:100%;height:100%;position:relative}.HomePage-module__vJ5Qbq__sliderImageWrapper{width:100%;height:100%;position:relative}.HomePage-module__vJ5Qbq__sliderGradient{z-index:1;background:linear-gradient(90deg,#0f0f1a 0%,#0f0f1acc 20%,#0f0f1a66 50%,#0f0f1a99 80%,#0f0f1a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.HomePage-module__vJ5Qbq__sliderContent{z-index:2;color:#fff;pointer-events:none;position:absolute;top:50%;left:5%;right:5%;transform:translateY(-50%)}.HomePage-module__vJ5Qbq__sliderInfo{pointer-events:all;align-items:center;gap:2rem;display:flex}.HomePage-module__vJ5Qbq__sliderMiniCover{border:3px solid #ffffff1a;border-radius:12px;flex-shrink:0;overflow:hidden;box-shadow:0 10px 30px #000c}.HomePage-module__vJ5Qbq__sliderText{flex:1;max-width:600px}.HomePage-module__vJ5Qbq__sliderBadge{color:#fff;background:#667eea;border-radius:20px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block;box-shadow:0 4px 15px #667eea66}.HomePage-module__vJ5Qbq__sliderTitle{text-shadow:0 2px 10px #00000080;margin:0 0 1rem;font-size:3.5rem;font-weight:800;line-height:1.1}.HomePage-module__vJ5Qbq__sliderDesc{color:#ccc;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:2rem;font-size:1.1rem;line-height:1.6;display:-webkit-box;overflow:hidden}.HomePage-module__vJ5Qbq__sliderButton{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:1px solid #ffffff1a;border-radius:30px;padding:1rem 2.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.HomePage-module__vJ5Qbq__sliderButton:hover{transform:translateY(-3px);box-shadow:0 10px 20px #667eea66}.HomePage-module__vJ5Qbq__sliderArrow{color:#fff;cursor:pointer;z-index:3;background:#0000004d;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;padding:1rem;font-size:2rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.HomePage-module__vJ5Qbq__sliderArrow:hover{background:#667eeacc}.HomePage-module__vJ5Qbq__prev{left:1rem}.HomePage-module__vJ5Qbq__next{right:1rem}.HomePage-module__vJ5Qbq__sliderDots{z-index:3;gap:.75rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.HomePage-module__vJ5Qbq__dot{cursor:pointer;background:#ffffff4d;border-radius:50%;width:12px;height:12px;transition:all .3s}.HomePage-module__vJ5Qbq__activeDot{background:#667eea;border-radius:10px;width:30px}.HomePage-module__vJ5Qbq__seriesGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem;display:grid}.HomePage-module__vJ5Qbq__loadingContainer,.HomePage-module__vJ5Qbq__errorContainer{color:#888;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:50vh;display:flex}.HomePage-module__vJ5Qbq__loadingSpinner{border:3px solid #667eea33;border-top-color:#667eea;border-radius:50%;width:40px;height:40px;animation:1s linear infinite HomePage-module__vJ5Qbq__spin}@keyframes HomePage-module__vJ5Qbq__spin{to{transform:rotate(360deg)}}.HomePage-module__vJ5Qbq__retryButton{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600}@media (max-width:768px){.HomePage-module__vJ5Qbq__sliderContainer{height:500px}.HomePage-module__vJ5Qbq__sliderGradient{background:linear-gradient(#0f0f1a00 0%,#0f0f1a99 50%,#0f0f1a 100%)}.HomePage-module__vJ5Qbq__sliderContent{text-align:center;inset:auto 1.5rem 2rem;transform:none}.HomePage-module__vJ5Qbq__sliderTitle{font-size:2rem}.HomePage-module__vJ5Qbq__sliderInfo{flex-direction:column;gap:1rem}.HomePage-module__vJ5Qbq__sliderMiniCover{display:none}.HomePage-module__vJ5Qbq__sliderArrow{width:40px;height:40px;font-size:1.2rem}.HomePage-module__vJ5Qbq__seriesGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}}
.Details-module__hrlP6q__pageWrapper{color:#eee;background-color:#121212;flex-direction:column;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex}.Details-module__hrlP6q__mainContent{flex:1;padding-top:20px}.Details-module__hrlP6q__contentContainer{max-width:1200px;margin:0 auto;padding:0 20px 40px}.Details-module__hrlP6q__seriesHeader{gap:40px;margin-bottom:40px;display:flex}.Details-module__hrlP6q__coverImageContainer{flex-shrink:0;width:320px;position:relative}.Details-module__hrlP6q__coverImage{object-fit:cover;border-radius:12px;width:100%;height:450px;box-shadow:0 8px 20px #000000b3}.Details-module__hrlP6q__followButton{color:#121212;cursor:pointer;white-space:nowrap;background-color:#f0a500;border:none;border-radius:20px;align-items:center;gap:8px;padding:10px 20px;font-weight:700;transition:all .3s;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.Details-module__hrlP6q__followButton:hover{background-color:#fb0;transform:translate(-50%)translateY(-2px)}.Details-module__hrlP6q__followButton:disabled{opacity:.7;cursor:not-allowed}.Details-module__hrlP6q__followButton.Details-module__hrlP6q__bookmarked{color:#fff;background-color:#2ed573}.Details-module__hrlP6q__followButton.Details-module__hrlP6q__bookmarked:hover{background-color:#26b35f}.Details-module__hrlP6q__followIcon{font-size:1.2rem}.Details-module__hrlP6q__seriesInfo{flex-grow:1}.Details-module__hrlP6q__seriesTitle{color:#f0a500;margin-bottom:12px;font-size:2.5rem;font-weight:700;line-height:1.2}.Details-module__hrlP6q__altTitles{color:#bbb;margin-bottom:20px;font-size:1.2rem}.Details-module__hrlP6q__ratingContainer{align-items:center;gap:10px;margin-bottom:25px;display:flex}.Details-module__hrlP6q__ratingStars{color:#f0a500;font-size:1.4rem}.Details-module__hrlP6q__ratingValue{font-weight:700}.Details-module__hrlP6q__detailsTable{grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:30px;display:grid}.Details-module__hrlP6q__detailItem{align-items:flex-start;display:flex}.Details-module__hrlP6q__detailLabel{color:#f0a500;min-width:100px;font-weight:700}.Details-module__hrlP6q__genreTags{flex-wrap:wrap;gap:8px;display:flex}.Details-module__hrlP6q__genreTags span{background-color:#333;border-radius:15px;padding:4px 12px;font-size:.9rem}.Details-module__hrlP6q__statusOngoing{color:#4caf50;font-weight:700}.Details-module__hrlP6q__episodesSection{margin-top:50px}.Details-module__hrlP6q__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px;display:flex}.Details-module__hrlP6q__sectionTitle{color:#f0a500;margin:0;font-size:1.8rem}.Details-module__hrlP6q__episodeActions{align-items:center;gap:15px;display:flex}.Details-module__hrlP6q__primaryButton{color:#121212;cursor:pointer;background-color:#f0a500;border:none;border-radius:5px;padding:8px 16px;font-weight:700;transition:background-color .3s}.Details-module__hrlP6q__primaryButton:hover{background-color:#fb0}.Details-module__hrlP6q__searchInput{color:#fff;background-color:#1e1e1e;border:1px solid #444;border-radius:20px;min-width:200px;padding:8px 15px}.Details-module__hrlP6q__chapterList{background-color:#1e1e1e;border-radius:8px;margin:0;padding:0;list-style:none;overflow:hidden}.Details-module__hrlP6q__chapterItem{border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:15px 20px;transition:background-color .3s;display:flex}.Details-module__hrlP6q__chapterItem:last-child{border-bottom:none}.Details-module__hrlP6q__chapterItem:hover{background-color:#252525}.Details-module__hrlP6q__chapterNumber{font-weight:700}.Details-module__hrlP6q__chapterDate{color:#bbb;font-size:.9rem}.Details-module__hrlP6q__chapterAction{color:#f0a500;cursor:pointer;font-weight:700}@media (max-width:900px){.Details-module__hrlP6q__seriesHeader{flex-direction:column;gap:30px}.Details-module__hrlP6q__coverImageContainer{width:100%;max-width:300px;margin:0 auto}.Details-module__hrlP6q__coverImage{height:400px}.Details-module__hrlP6q__detailsTable{grid-template-columns:1fr}.Details-module__hrlP6q__episodeActions{justify-content:space-between;width:100%}}@media (max-width:480px){.Details-module__hrlP6q__seriesTitle{font-size:2rem}.Details-module__hrlP6q__coverImage{height:350px}.Details-module__hrlP6q__chapterItem{flex-direction:column;align-items:flex-start;gap:5px}.Details-module__hrlP6q__chapterAction{align-self:flex-end}}.Details-module__hrlP6q__loadingContainer{color:#888;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.Details-module__hrlP6q__loadingSpinner{border:3px solid #f0a50033;border-top-color:#f0a500;border-radius:50%;width:50px;height:50px;animation:1s linear infinite Details-module__hrlP6q__spin}@keyframes Details-module__hrlP6q__spin{to{transform:rotate(360deg)}}.Details-module__hrlP6q__errorContainer{color:#888;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.Details-module__hrlP6q__backLink{color:#121212;background:linear-gradient(135deg,#f0a500 0%,#e89c00 100%);border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s}.Details-module__hrlP6q__backLink:hover{transform:translateY(-2px);box-shadow:0 5px 15px #f0a50066}.Details-module__hrlP6q__noChapters{text-align:center;color:#888;background-color:#1e1e1e;border-radius:8px;padding:2rem}.Details-module__hrlP6q__statsContainer{background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid #667eea33;border-radius:12px;flex-wrap:wrap;align-items:center;gap:24px;margin-bottom:28px;padding:16px 20px;display:flex}.Details-module__hrlP6q__ratingContainer{align-items:center;gap:12px;display:flex}.Details-module__hrlP6q__stars{cursor:pointer;gap:4px;display:flex}.Details-module__hrlP6q__star{color:#3a3a3a;text-shadow:0 0 2px #00000080;font-size:1.6rem;transition:all .2s}.Details-module__hrlP6q__star:hover{transform:scale(1.15)}.Details-module__hrlP6q__starFilled{color:#fbbf24;text-shadow:0 0 10px #fbbf2480}.Details-module__hrlP6q__ratingValue{color:#fbbf24;background:#fbbf2426;border-radius:8px;padding:6px 12px;font-size:1.1rem;font-weight:700}.Details-module__hrlP6q__viewCount{color:#a8a8a8;background:#ffffff14;border:1px solid #ffffff1a;border-radius:25px;align-items:center;gap:8px;padding:10px 18px;font-size:.95rem;font-weight:500;display:flex}.Details-module__hrlP6q__viewCount:before{content:"";display:none}.Details-module__hrlP6q__commentsSection{border-top:1px solid #ffffff1a;margin-top:60px;padding-top:40px}.Details-module__hrlP6q__commentsSection .Details-module__hrlP6q__sectionTitle{align-items:center;gap:10px;margin-bottom:24px;display:flex}.Details-module__hrlP6q__commentForm{background:linear-gradient(145deg,#1a1a2e,#16213e);border:1px solid #ffffff0d;border-radius:16px;margin-bottom:36px;padding:24px;box-shadow:0 8px 32px #0003}.Details-module__hrlP6q__commentInput{color:#fff;resize:vertical;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:12px;width:100%;min-height:120px;margin-bottom:16px;padding:16px 18px;font-family:inherit;font-size:.95rem;line-height:1.6;transition:all .3s}.Details-module__hrlP6q__commentInput::placeholder{color:#666}.Details-module__hrlP6q__commentInput:focus{background:#667eea0d;border-color:#667eea;outline:none;box-shadow:0 0 0 4px #667eea1a}.Details-module__hrlP6q__commentSubmitBtn{color:#fff;cursor:pointer;float:right;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;padding:12px 28px;font-size:.95rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #667eea4d}.Details-module__hrlP6q__commentSubmitBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.Details-module__hrlP6q__loginToComment{text-align:center;background:linear-gradient(145deg,#1a1a2e,#16213e);border:1px solid #ffffff0d;border-radius:16px;margin-bottom:36px;padding:28px}.Details-module__hrlP6q__loginToComment p{color:#888;font-size:1rem}.Details-module__hrlP6q__loginToComment a{color:#667eea;font-weight:600;text-decoration:none;transition:color .2s}.Details-module__hrlP6q__loginToComment a:hover{color:#8b9cf7;text-decoration:underline}.Details-module__hrlP6q__commentList{flex-direction:column;gap:20px;display:flex}.Details-module__hrlP6q__commentItem{background:linear-gradient(145deg,#1e1e30,#1a1a28);border:1px solid #ffffff0d;border-radius:14px;gap:16px;padding:20px;transition:all .2s;display:flex}.Details-module__hrlP6q__commentItem:hover{border-color:#667eea33;transform:translate(4px)}.Details-module__hrlP6q__commentAvatar{flex-shrink:0}.Details-module__hrlP6q__defaultAvatar{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.3rem;font-weight:700;display:flex;box-shadow:0 4px 12px #667eea4d}.Details-module__hrlP6q__commentAvatar img{object-fit:cover;border:2px solid #ffffff1a;border-radius:50%;width:52px;height:52px}.Details-module__hrlP6q__commentContent{flex-grow:1;min-width:0}.Details-module__hrlP6q__commentHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.Details-module__hrlP6q__commentUser{color:#f0a500;font-size:1rem;font-weight:700}.Details-module__hrlP6q__commentDate{color:#666;font-size:.85rem}.Details-module__hrlP6q__commentText{color:#ccc;word-break:break-word;font-size:.95rem;line-height:1.65}.Details-module__hrlP6q__commentFormActions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.Details-module__hrlP6q__spoilerToggle{cursor:pointer;color:#888;align-items:center;gap:10px;font-size:.9rem;transition:color .2s;display:flex}.Details-module__hrlP6q__spoilerToggle:hover{color:#f0a500}.Details-module__hrlP6q__spoilerToggle input{display:none}.Details-module__hrlP6q__spoilerCheckbox{border:2px solid #fff3;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.Details-module__hrlP6q__spoilerToggle input:checked+.Details-module__hrlP6q__spoilerCheckbox{background:linear-gradient(135deg,#f0a500,#e67e22);border-color:#f0a500}.Details-module__hrlP6q__spoilerToggle input:checked+.Details-module__hrlP6q__spoilerCheckbox:after{content:"✓";color:#fff;font-size:12px;font-weight:700}.Details-module__hrlP6q__bestCommentsSection{background:linear-gradient(145deg,#f0a5000d,#667eea0d);border:1px solid #f0a50026;border-radius:16px;margin-bottom:32px;padding:20px}.Details-module__hrlP6q__bestCommentsTitle{color:#f0a500;margin:0 0 16px;font-size:1.1rem;font-weight:600}.Details-module__hrlP6q__bestComment{background:linear-gradient(145deg,#f0a50014,#1d1d2de6)!important;border:1px solid #f0a50040!important}.Details-module__hrlP6q__bestBadge{color:#fff;background:linear-gradient(135deg,#f0a500,#e67e22);border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:600}.Details-module__hrlP6q__commentActions{align-items:center;gap:12px;margin-top:12px;display:flex}.Details-module__hrlP6q__likeBtn,.Details-module__hrlP6q__dislikeBtn{color:#888;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.85rem;transition:all .2s;display:flex}.Details-module__hrlP6q__likeBtn:hover{color:#2ecc71;background:#2ecc7126;border-color:#2ecc714d}.Details-module__hrlP6q__dislikeBtn:hover{color:#e74c3c;background:#e74c3c26;border-color:#e74c3c4d}.Details-module__hrlP6q__likeBtn.Details-module__hrlP6q__active{color:#2ecc71;background:#2ecc7133;border-color:#2ecc71}.Details-module__hrlP6q__dislikeBtn.Details-module__hrlP6q__active{color:#e74c3c;background:#e74c3c33;border-color:#e74c3c}.Details-module__hrlP6q__likeCount{color:#2ecc71;font-size:.9rem;font-weight:600}.Details-module__hrlP6q__spoilerComment{cursor:pointer;position:relative}.Details-module__hrlP6q__spoilerOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;background:linear-gradient(145deg,#141423f2,#0f0f19fa);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:all .3s;display:flex;position:absolute;inset:0}.Details-module__hrlP6q__spoilerOverlay span{color:#f0a500;font-size:1.1rem;font-weight:600}.Details-module__hrlP6q__spoilerOverlay small{color:#666;font-size:.85rem}.Details-module__hrlP6q__spoilerOverlay:hover{background:linear-gradient(145deg,#1e1e2df2,#141423fa)}.Details-module__hrlP6q__spoilerOverlay:hover small{color:#888}.Details-module__hrlP6q__spoilerTag{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:4px;margin-left:8px;padding:2px 8px;font-size:.7rem;font-weight:700}@media (max-width:1024px){.Details-module__hrlP6q__contentContainer{padding:0 15px 30px}.Details-module__hrlP6q__seriesHeader{gap:25px}.Details-module__hrlP6q__coverImageContainer{width:260px}.Details-module__hrlP6q__coverImage{height:380px}.Details-module__hrlP6q__seriesTitle{font-size:2rem}}@media (max-width:768px){.Details-module__hrlP6q__seriesHeader{text-align:center;flex-direction:column;align-items:center}.Details-module__hrlP6q__coverImageContainer{width:220px}.Details-module__hrlP6q__coverImage{height:320px}.Details-module__hrlP6q__followButton{justify-content:center;width:100%;margin-top:1rem;position:relative;bottom:auto;left:auto;transform:none}.Details-module__hrlP6q__followButton:hover{transform:translateY(-2px)}.Details-module__hrlP6q__seriesInfo{width:100%}.Details-module__hrlP6q__seriesTitle{font-size:1.75rem}.Details-module__hrlP6q__altTitles{font-size:1rem}.Details-module__hrlP6q__detailsTable{text-align:left}.Details-module__hrlP6q__detailItem{flex-direction:column;align-items:flex-start;gap:.25rem}.Details-module__hrlP6q__genreTags{justify-content:flex-start}.Details-module__hrlP6q__sectionHeader{flex-direction:column;align-items:stretch;gap:1rem}.Details-module__hrlP6q__episodeActions{justify-content:center}.Details-module__hrlP6q__chapterItem{flex-wrap:wrap;gap:.5rem}.Details-module__hrlP6q__chapterNumber{flex:100%}.Details-module__hrlP6q__chapterDate{flex:1}}@media (max-width:480px){.Details-module__hrlP6q__contentContainer{padding:0 10px 20px}.Details-module__hrlP6q__seriesHeader{gap:15px;margin-bottom:25px}.Details-module__hrlP6q__coverImageContainer{width:180px}.Details-module__hrlP6q__coverImage{height:260px}.Details-module__hrlP6q__seriesTitle{margin-bottom:8px;font-size:1.5rem}.Details-module__hrlP6q__altTitles{margin-bottom:12px;font-size:.9rem}.Details-module__hrlP6q__ratingContainer{justify-content:center;margin-bottom:15px}.Details-module__hrlP6q__ratingStars{font-size:1.1rem}.Details-module__hrlP6q__detailsTable{gap:8px;margin-bottom:15px}.Details-module__hrlP6q__detailItem{padding:8px 0}.Details-module__hrlP6q__seriesDescription{margin-top:15px}.Details-module__hrlP6q__seriesDescription p{font-size:.95rem;line-height:1.6}.Details-module__hrlP6q__sectionTitle{font-size:1.25rem}.Details-module__hrlP6q__episodeActions{flex-direction:column;gap:.5rem}.Details-module__hrlP6q__primaryButton{text-align:center;width:100%;padding:12px 20px}.Details-module__hrlP6q__chapterList{gap:0}.Details-module__hrlP6q__chapterItem{padding:12px 10px}.Details-module__hrlP6q__chapterNumber{font-size:.95rem}.Details-module__hrlP6q__chapterDate{font-size:.8rem}.Details-module__hrlP6q__chapterAction{padding:6px 12px;font-size:.85rem}.Details-module__hrlP6q__statsContainer{flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:25px;display:flex}.Details-module__hrlP6q__viewCount{color:#bbb;background-color:#ffffff1a;border-radius:15px;align-items:center;gap:5px;padding:5px 12px;font-size:.9rem;display:flex}.Details-module__hrlP6q__stars{cursor:pointer;gap:2px;display:flex}.Details-module__hrlP6q__star{color:#444;font-size:1.5rem;transition:color .2s}.Details-module__hrlP6q__starFilled{color:#f0a500}.Details-module__hrlP6q__star:hover{transform:scale(1.1)}.Details-module__hrlP6q__commentsSection{margin-top:50px}.Details-module__hrlP6q__commentForm{background-color:#1e1e1e;border-radius:12px;margin-bottom:30px;padding:20px}.Details-module__hrlP6q__commentInput{color:#fff;resize:vertical;background-color:#2b2b2b;border:1px solid #444;border-radius:8px;width:100%;min-height:100px;margin-bottom:15px;padding:15px;font-family:inherit}.Details-module__hrlP6q__commentInput:focus{border-color:#667eea;outline:none}.Details-module__hrlP6q__commentSubmitBtn{color:#fff;cursor:pointer;float:right;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:20px;padding:10px 25px;font-weight:700;transition:transform .2s}.Details-module__hrlP6q__commentSubmitBtn:hover{transform:translateY(-2px)}.Details-module__hrlP6q__loginToComment{text-align:center;background-color:#1e1e1e;border-radius:8px;margin-bottom:30px;padding:20px}.Details-module__hrlP6q__loginToComment a{color:#667eea;font-weight:700;text-decoration:none}.Details-module__hrlP6q__commentList{flex-direction:column;gap:20px;display:flex}.Details-module__hrlP6q__commentItem{background-color:#1e1e1e;border-radius:12px;gap:15px;padding:20px;display:flex}.Details-module__hrlP6q__commentAvatar{flex-shrink:0}.Details-module__hrlP6q__defaultAvatar{color:#fff;background-color:#667eea;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;font-weight:700;display:flex}.Details-module__hrlP6q__commentAvatar img{object-fit:cover;border-radius:50%;width:50px;height:50px}.Details-module__hrlP6q__commentContent{flex-grow:1}.Details-module__hrlP6q__commentHeader{justify-content:space-between;margin-bottom:8px;display:flex}.Details-module__hrlP6q__commentUser{color:#f0a500;font-weight:700}.Details-module__hrlP6q__commentDate{color:#888;font-size:.85rem}.Details-module__hrlP6q__commentText{color:#ddd;line-height:1.5}@media (max-width:768px){.Details-module__hrlP6q__statsContainer{justify-content:center}}}
.Read-module__gYdV5a__readContainer{color:#fff;background-color:#1a1a1a;max-width:1200px;min-height:100vh;margin:0 auto;padding:20px}.Read-module__gYdV5a__progressBar{z-index:1000;background-color:#2d2d2d;width:100%;height:4px;position:fixed;top:0;left:0}.Read-module__gYdV5a__progressFill{background:linear-gradient(90deg,#f1a04f,#ff8c42);height:100%;transition:width .3s}.Read-module__gYdV5a__titleSection{margin-bottom:20px}.Read-module__gYdV5a__seriesInfo{text-align:center}.Read-module__gYdV5a__seriesTitle{color:#fff;margin:0;font-size:28px;font-weight:700}.Read-module__gYdV5a__navigationControls{background-color:#2d2d2d;border:1px solid #404040;border-radius:12px;justify-content:center;align-items:center;gap:15px;margin-bottom:30px;padding:20px;display:flex}.Read-module__gYdV5a__navControlButton{color:#fff;cursor:pointer;background-color:#404040;border:1px solid #555;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.Read-module__gYdV5a__navControlButton:hover:not(:disabled){background-color:#555;border-color:#666}.Read-module__gYdV5a__navControlButton:disabled{opacity:.5;cursor:not-allowed}.Read-module__gYdV5a__prevButton:hover:not(:disabled){background-color:#64748b}.Read-module__gYdV5a__nextButton:hover:not(:disabled){background-color:#f1a04f;border-color:#f1a04f}.Read-module__gYdV5a__navIcon{font-size:16px}.Read-module__gYdV5a__detailsButton{color:#fff;background-color:#404040;border:1px solid #555;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.Read-module__gYdV5a__detailsButton:hover{color:#1a1a1a;background-color:#f1a04f;border-color:#f1a04f}.Read-module__gYdV5a__detailsIcon{font-size:16px}.Read-module__gYdV5a__chapterDropdown{position:relative}.Read-module__gYdV5a__chaptersButton{color:#fff;cursor:pointer;background-color:#404040;border:1px solid #555;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.Read-module__gYdV5a__chaptersButton:hover{color:#1a1a1a;background-color:#f1a04f;border-color:#f1a04f}.Read-module__gYdV5a__chaptersIcon{font-size:16px}.Read-module__gYdV5a__dropdownArrow{margin-left:4px;font-size:12px;transition:transform .3s}.Read-module__gYdV5a__dropdownArrow.Read-module__gYdV5a__open{transform:rotate(180deg)}.Read-module__gYdV5a__chapterDropdownMenu{z-index:100;background-color:#2d2d2d;border:1px solid #404040;border-radius:12px;width:300px;max-height:400px;margin-top:8px;animation:.3s Read-module__gYdV5a__dropdownSlide;position:absolute;top:100%;left:50%;overflow-y:hidden;transform:translate(-50%);box-shadow:0 10px 25px #0000004d}@keyframes Read-module__gYdV5a__dropdownSlide{0%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.Read-module__gYdV5a__dropdownHeader{color:#f1a04f;text-align:center;background-color:#333;border-bottom:1px solid #404040;padding:16px;font-weight:600}.Read-module__gYdV5a__chapterList{max-height:300px;padding:12px;overflow-y:auto}.Read-module__gYdV5a__chapterItem{color:#fff;cursor:pointer;text-align:left;background-color:#404040;border:none;border-radius:6px;width:100%;margin-bottom:6px;padding:10px 16px;font-size:14px;transition:all .2s;display:block}.Read-module__gYdV5a__chapterItem:hover{background-color:#555}.Read-module__gYdV5a__chapterItem.Read-module__gYdV5a__activeChapter{color:#1a1a1a;background-color:#f1a04f;font-weight:600}.Read-module__gYdV5a__chapterItem:last-child{margin-bottom:0}.Read-module__gYdV5a__mangaContent{max-width:900px;margin:0 auto}.Read-module__gYdV5a__pageContainer{flex-direction:column;gap:0;display:flex}.Read-module__gYdV5a__mangaPage{justify-content:center;width:100%;margin-bottom:2px;display:flex}.Read-module__gYdV5a__pageImage{border-radius:4px;max-width:100%;height:auto;box-shadow:0 2px 8px #0000004d}.Read-module__gYdV5a__chapterEndNavigation{text-align:center;background-color:#2d2d2d;border:1px solid #404040;border-radius:12px;margin-top:40px;padding:30px}.Read-module__gYdV5a__chapterEndNavigation h3{color:#fff;margin:0 0 20px;font-size:24px;font-weight:600}.Read-module__gYdV5a__chapterNavButtons{justify-content:center;align-items:center;gap:20px;display:flex}.Read-module__gYdV5a__chapterNavButton{cursor:pointer;border:none;border-radius:10px;min-width:150px;padding:12px 24px;font-size:16px;font-weight:600;transition:all .3s}.Read-module__gYdV5a__prevChapterButton{color:#fff;background-color:#404040;border:1px solid #555}.Read-module__gYdV5a__prevChapterButton:hover{background-color:#555;transform:translate(-2px)}.Read-module__gYdV5a__nextChapterButton{color:#1a1a1a;background-color:#f1a04f}.Read-module__gYdV5a__nextChapterButton:hover{background-color:#ff8c42;transform:translate(2px)}.Read-module__gYdV5a__scrollToTopButton{color:#1a1a1a;cursor:pointer;z-index:1000;background:linear-gradient(135deg,#f1a04f,#ff8c42);border:none;border-radius:50%;width:50px;height:50px;font-size:20px;font-weight:700;transition:all .3s;animation:.3s Read-module__gYdV5a__fadeInUp;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 12px #f1a04f4d}.Read-module__gYdV5a__scrollToTopButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f1a04f66}.Read-module__gYdV5a__scrollToTopButton:active{transform:translateY(0)}@keyframes Read-module__gYdV5a__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Read-module__gYdV5a__chapterList::-webkit-scrollbar{width:6px}.Read-module__gYdV5a__chapterList::-webkit-scrollbar-track{background:#333;border-radius:3px}.Read-module__gYdV5a__chapterList::-webkit-scrollbar-thumb{background:#f1a04f;border-radius:3px}.Read-module__gYdV5a__chapterList::-webkit-scrollbar-thumb:hover{background:#ff8c42}@media (max-width:768px){.Read-module__gYdV5a__readContainer{padding:15px}.Read-module__gYdV5a__titleSection{margin-bottom:15px}.Read-module__gYdV5a__seriesTitle{font-size:20px}.Read-module__gYdV5a__navigationControls{flex-wrap:wrap;gap:10px;padding:15px}.Read-module__gYdV5a__navControlButton,.Read-module__gYdV5a__detailsButton,.Read-module__gYdV5a__chaptersButton{padding:8px 12px;font-size:13px}.Read-module__gYdV5a__chapterDropdownMenu{width:250px}.Read-module__gYdV5a__chapterNavButtons{flex-direction:column;gap:15px}.Read-module__gYdV5a__chapterNavButton{width:100%}.Read-module__gYdV5a__scrollToTopButton{width:45px;height:45px;font-size:18px;bottom:20px;right:20px}.Read-module__gYdV5a__progressBar{height:3px}}@media (max-width:480px){.Read-module__gYdV5a__seriesTitle{font-size:18px}.Read-module__gYdV5a__navigationControls{flex-direction:column;align-items:stretch}.Read-module__gYdV5a__navControlButton,.Read-module__gYdV5a__detailsButton,.Read-module__gYdV5a__chaptersButton{justify-content:center;width:100%}.Read-module__gYdV5a__chapterDropdownMenu{width:100%;left:0;transform:none}}.Read-module__gYdV5a__loadingContainer{color:#888;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.Read-module__gYdV5a__loadingSpinner{border:3px solid #f1a04f33;border-top-color:#f1a04f;border-radius:50%;width:50px;height:50px;animation:1s linear infinite Read-module__gYdV5a__spin}@keyframes Read-module__gYdV5a__spin{to{transform:rotate(360deg)}}.Read-module__gYdV5a__errorContainer{color:#888;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.Read-module__gYdV5a__backLink{color:#1a1a1a;background:linear-gradient(135deg,#f1a04f 0%,#ff8c42 100%);border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s}.Read-module__gYdV5a__backLink:hover{transform:translateY(-2px);box-shadow:0 5px 15px #f1a04f66}
.NotFound-module__txpBSG__container{flex-direction:column;min-height:100vh;display:flex}.NotFound-module__txpBSG__main{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.NotFound-module__txpBSG__code{margin-bottom:1rem;font-size:6rem}.NotFound-module__txpBSG__title{margin-bottom:1rem;font-size:2rem}.NotFound-module__txpBSG__description{color:#666;margin-bottom:2rem;font-size:1rem}.NotFound-module__txpBSG__button{color:#fff;background-color:#111;border-radius:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s}.NotFound-module__txpBSG__button:hover{background-color:#333}
.SeriesCard-module__d2fjqW__seriesGrid{grid-template-columns:repeat(5,1fr);gap:1.5rem;max-width:1400px;margin:0 auto;padding:2rem 1rem;display:grid}.SeriesCard-module__d2fjqW__seriesCard{color:#fff;background-color:#1e1e1e;border-radius:12px;flex-direction:column;width:100%;max-width:none;height:380px;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.SeriesCard-module__d2fjqW__seriesCard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #f1a04f33}.SeriesCard-module__d2fjqW__cardImage{width:100%;height:260px;position:relative;overflow:hidden}.SeriesCard-module__d2fjqW__seriesImage{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.SeriesCard-module__d2fjqW__seriesCard:hover .SeriesCard-module__d2fjqW__seriesImage{transform:scale(1.05)}.SeriesCard-module__d2fjqW__cardContent{flex-direction:column;flex-grow:1;justify-content:center;gap:.5rem;padding:1rem;display:flex}.SeriesCard-module__d2fjqW__seriesTitle{color:#fff;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.SeriesCard-module__d2fjqW__latestChapter{color:#f1a04f;margin:0;font-size:.9rem;font-weight:500}@media (max-width:1599px) and (min-width:1200px){.SeriesCard-module__d2fjqW__seriesGrid{grid-template-columns:repeat(4,1fr);max-width:1200px}}@media (max-width:1199px) and (min-width:992px){.SeriesCard-module__d2fjqW__seriesGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:1000px}.SeriesCard-module__d2fjqW__seriesCard{height:360px}}@media (max-width:991px) and (min-width:768px){.SeriesCard-module__d2fjqW__seriesGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;padding:1.5rem 1rem}.SeriesCard-module__d2fjqW__seriesCard{height:340px}.SeriesCard-module__d2fjqW__seriesTitle{font-size:.95rem}}@media (max-width:767px) and (min-width:480px){.SeriesCard-module__d2fjqW__seriesGrid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem}.SeriesCard-module__d2fjqW__seriesCard{height:320px}.SeriesCard-module__d2fjqW__cardImage{height:220px}.SeriesCard-module__d2fjqW__seriesTitle{font-size:.9rem}.SeriesCard-module__d2fjqW__latestChapter{font-size:.8rem}}@media (max-width:479px){.SeriesCard-module__d2fjqW__seriesGrid{grid-template-columns:repeat(2,1fr);gap:.8rem;padding:1rem .5rem}.SeriesCard-module__d2fjqW__seriesCard{height:300px}.SeriesCard-module__d2fjqW__cardImage{height:200px}.SeriesCard-module__d2fjqW__cardContent{padding:.8rem}.SeriesCard-module__d2fjqW__seriesTitle{font-size:.85rem;line-height:1.3}.SeriesCard-module__d2fjqW__latestChapter{font-size:.75rem}}@media (max-width:319px){.SeriesCard-module__d2fjqW__seriesGrid{grid-template-columns:1fr;gap:1rem}.SeriesCard-module__d2fjqW__seriesCard{max-width:250px;height:350px;margin:0 auto}}.SeriesCard-module__d2fjqW__loadingContainer{color:#888;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.SeriesCard-module__d2fjqW__loadingSpinner{border:3px solid #f1a04f33;border-top-color:#f1a04f;border-radius:50%;width:50px;height:50px;animation:1s linear infinite SeriesCard-module__d2fjqW__spin}@keyframes SeriesCard-module__d2fjqW__spin{to{transform:rotate(360deg)}}.SeriesCard-module__d2fjqW__emptyState{color:#888;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.SeriesCard-module__d2fjqW__adminLink{color:#fff;background:linear-gradient(135deg,#f1a04f 0%,#e8893c 100%);border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s}.SeriesCard-module__d2fjqW__adminLink:hover{transform:translateY(-2px);box-shadow:0 5px 15px #f1a04f66}
