*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #f5f5f5;--bg-secondary: #ffffff;--bg-tertiary: #f0f0f0;--bg-quaternary: #f8f9fa;--bg-search-bar: #e5e5e5;--inverse-primary: #2c3e50;--text-primary: #333333;--text-secondary: #666666;--text-tertiary: #999999;--text-quaternary: #ccc;--icon-primary: #535353;--icon-secondary: #858585;--on-inverse-primary: #ecf0f1;--border-color: #e0e0e0;--border-light: #d9d9d9;--border-lighter: #e9ecef;--shadow: rgba(0, 0, 0, .1);--shadow-hover: rgba(0, 0, 0, .15);--shadow-light: rgba(0, 0, 0, .08);--accent-color: #e74c3c;--accent-hover: #c0392b;--accent-light: #ff6b6b;--accent-dark: #a93226;--accent-bg: rgba(229, 9, 20, .1);--success-color: #28a745;--warning-color: #ffc107;--danger-color: #dc3545;--info-color: #17a2b8;--blue-color: #007bff;--blue-light: #0099ff;--placeholder-bg: #f0f0f0;--placeholder-bg-light: #e0e0e0;--surface-primary: #333333;--on-surface-primary: #ffffff;--app-bar-height: 40px}@media (prefers-color-scheme: dark){:root{--bg-primary: #121212;--bg-secondary: #1e1e1e;--bg-tertiary: #2a2a2a;--bg-quaternary: #333;--bg-search-bar: #333;--inverse-primary: #2d3748;--text-primary: #e0e0e0;--text-secondary: #b0b0b0;--text-tertiary: #808080;--text-quaternary: #666;--icon-primary: #b0b0b0;--icon-secondary: #808080;--on-inverse-primary: #cbd5e0;--border-color: #333;--border-light: #444;--border-lighter: #555;--shadow: rgba(0, 0, 0, .3);--shadow-hover: rgba(0, 0, 0, .5);--shadow-light: rgba(0, 0, 0, .2);--accent-color: #e74c3c;--accent-hover: #ff6b6b;--accent-light: #ff8a8a;--accent-dark: #c0392b;--accent-bg: rgba(231, 76, 60, .15);--success-color: #28a745;--warning-color: #ffc107;--danger-color: #ff6b6b;--info-color: #17a2b8;--blue-color: #0099ff;--blue-light: #4da6ff;--placeholder-bg: #2a2a2a;--placeholder-bg-light: #1e1e1e;--surface-primary: #4a4a4a;--on-surface-primary: #f0f0f0}}body{font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary);margin:0;min-height:100vh}body.modal-open{overflow:hidden}#root{width:100%;min-height:100vh}@media (max-width: 559px){*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}}.Sidebar-module__sidebar___ekt4Y{position:fixed;top:0;left:0;width:250px;height:100vh;background:var(--bg-secondary);box-shadow:2px 0 4px var(--shadow);z-index:1000;display:flex;flex-direction:column}.Sidebar-module__sidebar-header___8akUH{padding:1.5rem;border-bottom:1px solid var(--border-lighter)}.Sidebar-module__logo___W1grq h1{color:var(--accent-color);font-size:1.5rem;font-weight:700;margin:0}.Sidebar-module__logo___W1grq a{text-decoration:none;color:inherit}.Sidebar-module__sidebar-nav___zPG7-{flex:1;padding:1rem 0;display:flex;flex-direction:column}.Sidebar-module__nav-link___QxUry{display:flex;align-items:center;padding:.75rem 1.5rem;text-decoration:none;color:var(--text-secondary);font-weight:500;transition:all .3s;background:none;border:none;border-left:3px solid transparent;width:100%;cursor:pointer;font-family:inherit;font-size:inherit}.Sidebar-module__nav-link___QxUry:hover{background:var(--bg-quaternary);color:var(--accent-color)}.Sidebar-module__nav-link___QxUry.Sidebar-module__active___-zgli{background:var(--accent-bg);color:var(--accent-color);border-left-color:var(--accent-color)}.Sidebar-module__nav-icon___--NhX{font-size:1.2rem;margin-right:.75rem;width:20px;text-align:center;display:flex;align-items:center;justify-content:center}.Sidebar-module__nav-icon___--NhX svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.Sidebar-module__nav-text___atn1B{font-size:.9rem}.Sidebar-module__nav-search-button___OP39t{display:none}@media (max-width: 768px){.Sidebar-module__sidebar___ekt4Y{width:100px}.Sidebar-module__logo___W1grq h1{text-align:center;font-size:1rem}.Sidebar-module__nav-link___QxUry{justify-content:center;padding:.75rem}.Sidebar-module__nav-icon___--NhX{margin-right:0}}@media (max-width: 559px){.Sidebar-module__sidebar___ekt4Y{width:100%;max-height:60px;top:0;bottom:auto;flex-direction:row;box-shadow:0 2px 4px var(--shadow)}.Sidebar-module__sidebar-header___8akUH{display:none}.Sidebar-module__sidebar-nav___zPG7-{flex-direction:row;width:100%;padding:0;justify-content:space-around}.Sidebar-module__nav-link___QxUry{flex-direction:column;flex:1;padding:.5rem;text-align:center;border-left:none;border-top:3px solid transparent;gap:.25rem}.Sidebar-module__nav-link___QxUry.Sidebar-module__active___-zgli{border-left-color:transparent;border-top-color:var(--accent-color)}.Sidebar-module__nav-icon___--NhX{margin-right:0;font-size:1.5rem}.Sidebar-module__nav-text___atn1B{font-size:.7rem}.Sidebar-module__nav-search-button___OP39t{display:flex}}.Footer-module__footer___HZbq2{background:var(--inverse-primary);color:var(--on-inverse-primary);text-align:center;padding:1.5rem 0;width:100%}.Footer-module__footer___HZbq2 p{margin:0;font-size:.9rem;color:var(--on-inverse-primary);opacity:.9}.Header-module__header___XBtBD{position:sticky;top:0;padding-bottom:1rem;z-index:999;background:var(--bg-primary)}.Header-module__line___-KBhK{width:3px;background:var(--border-light);display:inline-block;height:25px;margin:0 15px}.Header-module__header-tabs___z8vkX{display:flex;align-items:center;position:relative;gap:0}.Header-module__header-tabs___z8vkX:after{content:"";position:absolute;left:0;top:100%;width:100%;height:1px;background-color:var(--border-color)}.Header-module__header-tab___iNh4E{text-decoration:none;color:var(--text-tertiary);font-weight:700;font-size:30px;border-bottom:3px solid transparent;transition:all .3s ease;position:relative;display:flex;align-items:center}.Header-module__header-tab___iNh4E:after{content:"";position:absolute;left:0;top:100%;width:100%;height:4px;border-radius:18px 18px 0 0}.Header-module__header-tab___iNh4E:hover,.Header-module__header-tab___iNh4E.Header-module__current___mpPxS{color:var(--text-primary)}.Header-module__header-tab___iNh4E.Header-module__current___mpPxS:after{content:"";position:absolute;left:0;width:100%;background:var(--accent-color)}@media (max-width: 768px){.Header-module__header-tab___iNh4E{font-size:16px}.Header-module__line___-KBhK{height:20px;margin:0 10px}}.BackToTop-module__back-to-top___s5-Tf{position:fixed;bottom:2rem;right:2rem;width:3rem;height:3rem;background:var(--accent-color);color:var(--bg-secondary);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px var(--shadow-hover);transition:all .3s ease;z-index:1000;opacity:0;transform:translateY(20px);animation:BackToTop-module__fadeInUp___Lrf6N .3s ease forwards}.BackToTop-module__back-to-top___s5-Tf:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-hover)}.BackToTop-module__back-to-top___s5-Tf:active{transform:translateY(0)}@keyframes BackToTop-module__fadeInUp___Lrf6N{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.BackToTop-module__back-to-top___s5-Tf{bottom:1rem;right:1rem;width:2.5rem;height:2.5rem}}.SearchInput-module__search-input___qan8I{width:100%;max-width:600px}.SearchInput-module__search-input-container___zapYP{position:relative;display:flex;align-items:center;background:var(--bg-secondary);border:2px solid var(--border-lighter);border-radius:50px;overflow:hidden;box-shadow:0 2px 8px var(--shadow-light);transition:all .3s ease}.SearchInput-module__search-input-container___zapYP:hover{border-color:var(--border-light);box-shadow:0 4px 12px var(--shadow)}.SearchInput-module__search-input-container___zapYP:focus-within{border-color:var(--accent-color);box-shadow:0 4px 16px #e74c3c33;transform:translateY(-2px)}.SearchInput-module__search-input-field___QZ7xi{flex:1;padding:14px 24px;border:none;outline:none;font-size:15px;background:transparent;color:var(--text-primary)}.SearchInput-module__search-input-field___QZ7xi::placeholder{color:var(--text-tertiary);font-weight:400}.SearchInput-module__search-input-clear___lMJxZ{padding:8px 12px;border:none;background:none;cursor:pointer;color:var(--text-tertiary);font-size:18px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.SearchInput-module__search-input-clear___lMJxZ:hover{color:var(--accent-color);transform:scale(1.1)}.SearchInput-module__search-input-submit___MSW2v{padding:14px 28px;border:none;background:linear-gradient(135deg,var(--accent-color) 0%,var(--accent-hover) 100%);color:#fff;cursor:pointer;font-size:20px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:60px;font-weight:500;box-shadow:0 2px 8px #e74c3c4d}.SearchInput-module__search-input-submit___MSW2v:hover{background:linear-gradient(135deg,var(--accent-hover) 0%,var(--accent-dark) 100%);box-shadow:0 4px 12px #e74c3c66;transform:scale(1.05)}.SearchInput-module__search-input-submit___MSW2v:active{transform:scale(.98)}@media (max-width: 768px){.SearchInput-module__search-input___qan8I{max-width:100%}.SearchInput-module__search-input-field___QZ7xi{font-size:14px;padding:10px 12px}.SearchInput-module__search-input-submit___MSW2v{padding:10px 12px;font-size:14px}}.App-module__app___d3kQ4{display:flex;min-height:100vh;overflow-y:auto}.App-module__content-area___oJ4Wm{flex:1;margin-left:250px;max-width:calc(100vw - 250px);display:flex;flex-direction:column;min-height:100vh}.App-module__main___-oMYJ{flex:1;background:var(--bg-primary);padding:2rem 0}.App-module__main-container___xbecQ{max-width:1200px;margin:0 auto;padding:0 1.25rem}@media (max-width: 768px){.App-module__content-area___oJ4Wm{margin-left:100px;max-width:calc(100vw - 100px)}}@media (max-width: 559px){.App-module__app___d3kQ4{flex-direction:column;height:100vh;overflow-y:auto}.App-module__content-area___oJ4Wm{margin-left:0;max-width:100vw}.App-module__main-container___xbecQ{max-width:100vw}}.view-module__search-header___lbjLX{text-align:center;margin-bottom:32px}.view-module__search-input___vJUUG{max-width:600px;margin:0 auto}@media (max-width: 559px){.view-module__search-header___lbjLX{display:none}}.DownloadApp-module__download-app___ZDzyR{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);z-index:9999;background:transparent}.DownloadApp-module__download-app___ZDzyR:hover{transform:translate(-50%) scale(1.05);transition:transform .3s ease}.DownloadApp-module__download-app___ZDzyR.DownloadApp-module__blinking___TMnEE{animation:DownloadApp-module__blink___u65HW 1.5s ease-in-out infinite}@keyframes DownloadApp-module__blink___u65HW{0%,50%{opacity:1;transform:translate(-50%) scale(1)}25%,75%{opacity:.3;transform:translate(-50%) scale(1.1)}}.DownloadApp-module__download-app-image___7xwfQ{width:min(500px,50vw);max-height:70px;object-fit:contain}.DownloadApp-module__download-app-image-mobile___0u9c-{width:min(300px,50vw);max-height:70px;object-fit:contain}.DownloadApp-module__download-app-link___zmIqc{text-decoration:none;color:inherit;display:block}.DownloadApp-module__desktopImage___UuqaH{display:block}.DownloadApp-module__mobileImage___iyGKv{display:none}.DownloadApp-module__qrcodeContainer___MrQ5Z{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:1rem;background:#fff;padding:1rem;border-radius:8px;box-shadow:0 4px 12px #00000026;animation:DownloadApp-module__fadeIn___SOIo- .3s ease-in-out;z-index:10}.DownloadApp-module__qrcodeTitle___4AVJr{text-align:center;font-size:14px;font-weight:600;color:#333;margin-bottom:.5rem}.DownloadApp-module__qrcodeImage___qiaPQ{width:200px;height:200px;display:block}@keyframes DownloadApp-module__fadeIn___SOIo-{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 559px){.DownloadApp-module__download-app-image-mobile___0u9c-{display:block}.DownloadApp-module__download-app-image___7xwfQ,.DownloadApp-module__qrcodeContainer___MrQ5Z{display:none}}.QRCodeFloatButton-module__float-button___AK9u6{position:fixed;bottom:120px;right:30px;z-index:9999;animation:QRCodeFloatButton-module__slideIn___2SGOn .5s ease}.QRCodeFloatButton-module__qrcode-container___nh84Z{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 4px 20px #00000026;transition:all .3s ease}.QRCodeFloatButton-module__qrcode-container___nh84Z:hover{transform:scale(1.05);box-shadow:0 6px 30px #0003}.QRCodeFloatButton-module__qrcode-title___uWvDC{text-align:center;font-size:14px;font-weight:600;color:#333;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.QRCodeFloatButton-module__qrcode-image___x-K4y{width:100px;height:100px;display:block;border-radius:4px}@keyframes QRCodeFloatButton-module__slideIn___2SGOn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media (max-width: 559px){.QRCodeFloatButton-module__float-button___AK9u6{display:none}}.MobileLayout-module__mobile-layout-shell___scF8K{position:relative;width:100%;height:100%}.MobileLayout-module__page-stack-overlay___-24wL{pointer-events:none;position:fixed;width:100%;height:100%;inset:0;z-index:2000}.MobileSidebar-module__sidebar___qi9hQ{position:sticky;top:0;left:0;width:100%;z-index:1000;display:flex;flex-direction:column;background:var(--bg-primary);box-shadow:0 1px 2px 0 var(--shadow)}.MobileSidebar-module__sidebar-header___xSkPn{display:flex;flex-direction:row;max-height:54px;padding:.875rem 1.125rem .5rem}.MobileSidebar-module__logo___w-SAO img{width:32px;height:32px;object-fit:contain}.MobileSidebar-module__logo___w-SAO a{text-decoration:none;-webkit-tap-highlight-color:transparent;color:inherit}.MobileSidebar-module__search-bar___yeHOG{flex:1;height:32px;margin:0 .5rem;background:var(--bg-search-bar);border-radius:55px;display:flex;align-items:center;justify-content:center;gap:.25rem}.MobileSidebar-module__search-bar___yeHOG span{font-size:.875rem;font-weight:400;color:var(--text-tertiary)}.MobileSidebar-module__search-bar___yeHOG:before{content:"";display:block;width:20px;height:20px;background-color:var(--icon-secondary);-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_89_305'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='16'%3e%3crect%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_89_305)'%3e%3cpath%20d='M8%202C11.3137%202%2014%204.68629%2014%208C14%209.29521%2013.5875%2010.4931%2012.8896%2011.4736L14.5322%2013.1309C14.921%2013.5231%2014.9186%2014.1561%2014.5264%2014.5449C14.1343%2014.9336%2013.5011%2014.9309%2013.1123%2014.5391L11.4756%2012.8887C10.4947%2013.5873%209.29599%2014%208%2014C4.68629%2014%202%2011.3137%202%208C2%204.68629%204.68629%202%208%202ZM8%204C5.79086%204%204%205.79086%204%208C4%2010.2091%205.79086%2012%208%2012C10.2091%2012%2012%2010.2091%2012%208C12%205.79086%2010.2091%204%208%204Z'%20fill='%23858585'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_89_305'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='16'%3e%3crect%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_89_305)'%3e%3cpath%20d='M8%202C11.3137%202%2014%204.68629%2014%208C14%209.29521%2013.5875%2010.4931%2012.8896%2011.4736L14.5322%2013.1309C14.921%2013.5231%2014.9186%2014.1561%2014.5264%2014.5449C14.1343%2014.9336%2013.5011%2014.9309%2013.1123%2014.5391L11.4756%2012.8887C10.4947%2013.5873%209.29599%2014%208%2014C4.68629%2014%202%2011.3137%202%208C2%204.68629%204.68629%202%208%202ZM8%204C5.79086%204%204%205.79086%204%208C4%2010.2091%205.79086%2012%208%2012C10.2091%2012%2012%2010.2091%2012%208C12%205.79086%2010.2091%204%208%204Z'%20fill='%23858585'/%3e%3c/g%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;pointer-events:none}.MobileSidebar-module__category-button___DpW1d button{width:44px;height:32px;font-size:.8125rem;color:var(--on-inverse-primary);background:var(--accent-color);border:none;border-radius:24px}.MobileSidebar-module__sidebar-nav___CYOtS{display:flex;flex-direction:row;justify-content:center;align-items:center;flex:1;padding:0;max-height:40px;gap:2rem}.MobileSidebar-module__nav-link___1608n{margin:.3125rem 0 .625rem;cursor:pointer;text-decoration:none;color:var(--text-primary);font-size:1rem;font-weight:400;transition:all .2s ease;position:relative;white-space:nowrap;-webkit-tap-highlight-color:transparent}.MobileSidebar-module__nav-link___1608n.MobileSidebar-module__active___2jUCI{font-size:1.125rem;font-weight:600}.MobileSidebar-module__nav-link___1608n.MobileSidebar-module__active___2jUCI:after{content:"";background:var(--accent-color);position:absolute;left:50%;transform:translate(-50%);bottom:-.125rem;width:calc(100% - .75rem);height:3px;border-radius:25px}.ComicCard-module__comic-card___c35M5{border-radius:8px;overflow:hidden;transition:transform .3s,box-shadow .3s;cursor:pointer;width:100%;max-width:200px;text-decoration:none;color:inherit;display:block}.ComicCard-module__comic-card___c35M5:hover{transform:translateY(-4px)}.ComicCard-module__comic-cover___Q2t5a{width:100%;height:280px;overflow:hidden;background:var(--placeholder-bg);display:flex;align-items:center;justify-content:center;border-radius:8px;transition:transform .3s,box-shadow .3s;position:relative}.ComicCard-module__comic-card___c35M5:hover .ComicCard-module__comic-cover___Q2t5a{box-shadow:0 4px 16px var(--shadow-hover)}.ComicCard-module__comic-cover___Q2t5a img{width:100%;height:100%;object-fit:cover;object-position:left top;transition:opacity .3s ease}.ComicCard-module__image-loading___LuVcP{opacity:0;position:absolute;top:0;left:0;z-index:2}.ComicCard-module__image-loaded___GBKVu{opacity:1;position:static;z-index:2}.ComicCard-module__placeholder___Zipv1{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,var(--placeholder-bg) 25%,var(--placeholder-bg-light) 50%,var(--placeholder-bg) 75%);background-size:200% 100%;animation:ComicCard-module__loading___5Lw-U 1.5s infinite;border-radius:8px;z-index:1}@keyframes ComicCard-module__loading___5Lw-U{0%{background-position:200% 0}to{background-position:-200% 0}}.ComicCard-module__comic-info___wgZn6{padding:.3125rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.ComicCard-module__comic-title___OXtgn{font-size:.9375rem;font-weight:600;color:var(--text-primary);line-height:1.4;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-align:center;transition:color .3s}.ComicCard-module__comic-card___c35M5:hover .ComicCard-module__comic-title___OXtgn{color:var(--accent-color)}.ComicCard-module__comic-tags___8BiBx{display:flex;justify-content:center;flex-wrap:wrap;gap:.375rem}.ComicCard-module__comic-tags___8BiBx>*:nth-child(n+4){display:none}.ComicCard-module__comic-tag___Z8Wmw{font-size:.75rem;font-weight:400;color:var(--text-tertiary)}@media (max-width: 559px){.ComicCard-module__comic-card___c35M5{flex:0 0 150px;max-width:150px;scroll-snap-align:start}.ComicCard-module__comic-card___c35M5.ComicCard-module__featured___jYpxA{flex:0 0 108px;max-width:108px}.ComicCard-module__comic-cover___Q2t5a{height:225px}}.ComicGrid-module__grid___4bIGe{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;justify-items:center}@media (max-width: 768px){.ComicGrid-module__grid___4bIGe{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}@media (max-width: 559px){.ComicGrid-module__grid___4bIGe{grid-template-columns:repeat(2,minmax(10px,1fr));column-gap:2.25rem;row-gap:1rem}}.ComicPlaceholderCard-module__placeholder-card___TLv9-{width:100%;max-width:200px;border-radius:8px;overflow:hidden}.ComicPlaceholderCard-module__placeholder-cover___zaaWO{width:100%;height:280px;background:var(--placeholder-bg);border-radius:8px;overflow:hidden;position:relative}.ComicPlaceholderCard-module__placeholder-image___UCXnE{width:100%;height:100%;background:linear-gradient(90deg,var(--placeholder-bg) 25%,var(--placeholder-bg-light) 50%,var(--placeholder-bg) 75%);background-size:200% 100%;animation:ComicPlaceholderCard-module__loading___sQyiJ 1.5s infinite}.ComicPlaceholderCard-module__placeholder-info___BpiP2{padding:.3125rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.ComicPlaceholderCard-module__placeholder-title___hyb3-,.ComicPlaceholderCard-module__placeholder-tags___sfWL7{width:90%;background:linear-gradient(90deg,var(--placeholder-bg) 25%,var(--placeholder-bg-light) 50%,var(--placeholder-bg) 75%);background-size:200% 100%;animation:ComicPlaceholderCard-module__loading___sQyiJ 1.5s infinite;border-radius:4px}.ComicPlaceholderCard-module__placeholder-title___hyb3-{height:21px}.ComicPlaceholderCard-module__placeholder-tags___sfWL7{height:12px}@keyframes ComicPlaceholderCard-module__loading___sQyiJ{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 768px){.ComicPlaceholderCard-module__placeholder-card___TLv9-{flex:0 0 160px;max-width:160px;scroll-snap-align:start}}@media (max-width: 559px){.ComicPlaceholderCard-module__placeholder-card___TLv9-{flex:0 0 150px;max-width:150px;scroll-snap-align:start}.ComicPlaceholderCard-module__placeholder-cover___zaaWO{height:225px}}.MobileFilterBar-module__filter-container___ORLvF{position:sticky;top:0;left:0;z-index:1000;width:100%;background-color:var(--bg-secondary)}.MobileFilterBar-module__app-bar-trailing___JTxJG{position:relative}.MobileFilterBar-module__app-bar-trailing___JTxJG span{font-size:.75rem;color:var(--text-secondary);display:inline-block;animation:MobileFilterBar-module__fadeIn___H3BJ0 .2s ease}@keyframes MobileFilterBar-module__fadeIn___H3BJ0{0%{opacity:.5}to{opacity:1}}.MobileFilterBar-module__app-bar-trailing___JTxJG:after{content:"";display:inline-block;width:8px;height:8px;background-color:var(--icon-primary);-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='7'%20height='4'%20viewBox='0%200%207%204'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.5%204H0L3.23077%200L6.5%204Z'%20fill='%23535353'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='7'%20height='4'%20viewBox='0%200%207%204'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.5%204H0L3.23077%200L6.5%204Z'%20fill='%23535353'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;pointer-events:none;transition:transform .2s ease;margin-left:5px}.MobileFilterBar-module__app-bar-trailing___JTxJG.MobileFilterBar-module__close___dMEUS:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.MobileFilterBar-module__filter-content___YAMUy{display:flex;flex-direction:column;justify-content:space-around;gap:16px;padding:.8125rem 1.75rem 1.5rem;overflow:hidden;opacity:1;transform:translateY(0);transition:max-height .3s ease-in-out,opacity .3s ease-in-out,transform .3s ease-in-out,padding .3s ease-in-out}.MobileFilterBar-module__filter-content___YAMUy.MobileFilterBar-module__close___dMEUS{max-height:0;padding-top:0;padding-bottom:0;margin:0;opacity:0;transform:translateY(-8px);pointer-events:none;transition:max-height .3s ease,opacity .25s ease,transform .3s ease,padding .3s ease}.MobileFilterBar-module__filter-content___YAMUy>hr{border:none;border-top:1px solid var(--bg-primary)}.MobileFilterBar-module__filter-content___YAMUy .MobileFilterBar-module__category-btn___Tlwjp{position:relative;border:none;background:none;font-size:.875rem;font-weight:400;color:var(--text-secondary)}.MobileFilterBar-module__filter-content___YAMUy .MobileFilterBar-module__category-btn___Tlwjp.MobileFilterBar-module__active___n3dIE{font-size:.875rem;font-weight:600;color:var(--text-primary)}.MobileFilterBar-module__filter-content-tags___0YiZT{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:14px 16px}.MobileFilterBar-module__filter-content-tags___0YiZT .MobileFilterBar-module__category-btn___Tlwjp.MobileFilterBar-module__active___n3dIE:after{content:"";background:var(--accent-color);position:absolute;left:50%;transform:translate(-50%);bottom:-2px;width:calc(100% - .5rem);height:3px;border-radius:25px}.MobileFilterBar-module__filter-content-sort___XK3tX{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:14px 16px}.MobileFilterBar-module__filter-content-sort___XK3tX .MobileFilterBar-module__category-btn___Tlwjp:not(:last-child):after{content:"";display:inline-block;width:1px;height:10px;background:var(--border-light);margin-left:16px}.AppBar-module__app-bar___lZ-oe{position:sticky;top:0;left:0;z-index:1000;width:100%;min-height:var(--app-bar-height);background-color:var(--bg-secondary)}.AppBar-module__app-bar___lZ-oe.AppBar-module__shadow___5SqZ5{box-shadow:0 0 10px #0000001a}.AppBar-module__header___wC8sV{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.5rem 1.125rem}.AppBar-module__header___wC8sV .AppBar-module__title___3U3tR{font-size:1.125rem;font-weight:600;color:var(--text-primary)}.AppBar-module__header___wC8sV .AppBar-module__leading___EpFQA,.AppBar-module__header___wC8sV .AppBar-module__trailing___GsO87{display:inline-flex}.BackButton-module__back-button___PXRd9{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;outline:none}.Pagination-module__pagination___-jZFN{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:nowrap}.Pagination-module__pagination___-jZFN.Pagination-module__top___qOmYt{margin-bottom:2rem}.Pagination-module__pagination___-jZFN.Pagination-module__bottom___WbAzx{margin-top:2rem}.Pagination-module__page-btn___xGPcm{padding:.5rem 1rem;border:1px solid var(--border-light);background:var(--bg-secondary);border-radius:4px;cursor:pointer;transition:all .3s;font-size:.9rem;line-height:1;white-space:nowrap}.Pagination-module__page-btn___xGPcm.Pagination-module__active___Qi7-p{background:var(--accent-color);color:var(--on-surface-primary);border-color:var(--accent-color)}.Pagination-module__page-btn___xGPcm:disabled{opacity:.5;cursor:not-allowed}.Pagination-module__page-dots___ygbgw{color:var(--text-secondary);font-size:.9rem;display:flex;align-items:center;justify-content:center;min-width:2rem}@media (max-width: 768px){.Pagination-module__pagination___-jZFN{gap:.25rem}.Pagination-module__page-btn___xGPcm{padding:.4rem .8rem;font-size:.8rem}.Pagination-module__page-dots___ygbgw{font-size:.8rem}}@media (max-width: 559px){.Pagination-module__pagination___-jZFN{gap:.25rem}.Pagination-module__page-btn___xGPcm{padding:.3rem .6rem;font-size:.6rem}.Pagination-module__page-dots___ygbgw{min-width:0}}main.MobileView-module__container___RznWx{padding:1rem 1.375rem}.SearchResults-module__search-results___7lACI{width:100%;padding:20px 0}.SearchResults-module__search-results-header___joh5a{margin-bottom:24px;text-align:center}.SearchResults-module__search-results-header___joh5a h2{font-size:24px;font-weight:600;color:var(--text-primary);margin-bottom:8px}.SearchResults-module__search-term___x8Cnc{color:var(--blue-color);font-weight:500}.SearchResults-module__search-count___nH8I0{color:var(--text-tertiary);font-size:14px;margin:0}.SearchResults-module__search-results-loading___hwv2-{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:var(--text-tertiary)}.SearchResults-module__loading-spinner___2kZE-{width:40px;height:40px;border:4px solid var(--bg-tertiary);border-top:4px solid var(--blue-color);border-radius:50%;animation:SearchResults-module__spin___V9nDt 1s linear infinite;margin-bottom:16px}@keyframes SearchResults-module__spin___V9nDt{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SearchResults-module__search-results-placeholder___wDkcr,.SearchResults-module__search-results-empty___-K-34{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:var(--text-tertiary)}.SearchResults-module__empty-icon___9w-lm{font-size:48px;margin-bottom:16px;opacity:.5}.SearchResults-module__search-results-empty___-K-34 h3{font-size:20px;font-weight:600;color:var(--text-primary);margin-bottom:8px}.SearchResults-module__search-results-empty___-K-34 p{font-size:14px;margin:0;line-height:1.5}.SearchResults-module__search-results-pagination___947pJ{margin-top:32px;display:flex;justify-content:center}@media (max-width: 768px){.SearchResults-module__search-results___7lACI{padding:16px 0}.SearchResults-module__search-results-header___joh5a h2{font-size:20px}.SearchResults-module__search-results-loading___hwv2-,.SearchResults-module__search-results-empty___-K-34{padding:40px 16px}.SearchResults-module__empty-icon___9w-lm{font-size:36px}.SearchResults-module__search-results-empty___-K-34 h3{font-size:18px}}.SearchModal-module__modal-overlay___Orr3o{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;align-items:flex-start;justify-content:center;animation:SearchModal-module__fadeIn___SwBpD .2s ease-out}.SearchModal-module__modal-content___7VaNH{width:100%;max-width:800px;background:var(--bg-primary);margin:2rem;border-radius:12px;box-shadow:0 8px 32px var(--shadow);animation:SearchModal-module__slideDown___t-6oX .3s ease-out}.SearchModal-module__modal-header___XUBkF{display:flex;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-lighter);position:relative}.SearchModal-module__close-button___rDZ7z{position:absolute;left:1.5rem;background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.SearchModal-module__close-button___rDZ7z:hover{background:var(--bg-tertiary);color:var(--accent-color)}.SearchModal-module__close-icon___TxKaU{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.SearchModal-module__modal-title___0SJDG{flex:1;text-align:center;font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.SearchModal-module__search-container___-fyOX{padding:2rem}@keyframes SearchModal-module__fadeIn___SwBpD{0%{opacity:0}to{opacity:1}}@keyframes SearchModal-module__slideDown___t-6oX{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 559px){.SearchModal-module__modal-overlay___Orr3o{align-items:stretch}.SearchModal-module__modal-content___7VaNH{margin:0;border-radius:0;height:100%;display:flex;flex-direction:column}.SearchModal-module__search-container___-fyOX{padding:1.5rem}}.PageStack-module__stack-container___mWHms{position:relative;width:100%;height:100%;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;background:var(--bg-primary)}.PageStack-module__page___QoK0n{position:absolute;top:0;left:0;width:100%;height:100%;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1}.PageStack-module__page___QoK0n.PageStack-module__previous___RIzkj{transform:translate(-30%);z-index:0;opacity:.7}.PageStack-module__page___QoK0n.PageStack-module__active___d936i{transform:translate(0);z-index:2;pointer-events:auto}.PageStack-module__page___QoK0n:last-child{animation:PageStack-module__slideIn___-4J9g .3s cubic-bezier(.4,0,.2,1)}@keyframes PageStack-module__slideIn___-4J9g{0%{transform:translate(100%)}to{transform:translate(0)}}.PageStack-module__page___QoK0n.PageStack-module__exiting___BnfZ9{animation:PageStack-module__slideOut___XZGGT .3s cubic-bezier(.4,0,.2,1)}@keyframes PageStack-module__slideOut___XZGGT{0%{transform:translate(0)}to{transform:translate(100%)}}.view-module__dashboard-module___svgM9{margin-bottom:1rem}.DashboardGrid-module__comics-grid___gYPjN{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem;justify-items:start}@media (max-width: 1500px){.DashboardGrid-module__comics-grid___gYPjN>*:nth-child(n+11){display:none}}@media (max-width: 1400px){.DashboardGrid-module__comics-grid___gYPjN>*:nth-child(n+9){display:none}}@media (max-width: 768px){.DashboardGrid-module__comics-grid___gYPjN{grid-template-columns:repeat(3,1fr)}.DashboardGrid-module__comics-grid___gYPjN>*:nth-child(n+7){display:none}}@media (max-width: 559px){.DashboardGrid-module__comics-grid___gYPjN{justify-items:center}}.DashboardCard-module__comic-card___vMIXW{border-radius:8px;overflow:hidden;transition:transform .3s,box-shadow .3s;cursor:pointer;width:100%;max-width:200px;text-decoration:none;color:inherit;display:block}.DashboardCard-module__comic-card___vMIXW:hover{transform:translateY(-4px)}.DashboardCard-module__comic-cover___GC9OK{width:100%;height:280px;overflow:hidden;background:var(--placeholder-bg);display:flex;align-items:center;justify-content:center;border-radius:8px;transition:transform .3s,box-shadow .3s;position:relative}.DashboardCard-module__comic-cover___GC9OK.DashboardCard-module__featured___iNP4k{height:162px}.DashboardCard-module__comic-cover___GC9OK:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;height:20%;opacity:.8;background:linear-gradient(180deg,#5550,#000 67.65%);z-index:9;pointer-events:none}.DashboardCard-module__comic-cover___GC9OK:after{content:attr(data-chapter);position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);font-size:.9rem;font-weight:500;color:#fff;padding:.25rem .75rem;z-index:10;pointer-events:none;width:100%;text-align:center;overflow:hidden;word-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.DashboardCard-module__comic-card___vMIXW:hover .DashboardCard-module__comic-cover___GC9OK{box-shadow:0 4px 16px var(--shadow-hover)}.DashboardCard-module__comic-cover___GC9OK img{width:100%;height:100%;object-fit:cover;object-position:left top;transition:opacity .3s ease}.DashboardCard-module__image-loading___9azrd{opacity:0;position:absolute;top:0;left:0;z-index:2}.DashboardCard-module__image-loaded___utkjv{opacity:1;position:static;z-index:2}.DashboardCard-module__placeholder___Mll13{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,var(--placeholder-bg) 25%,var(--placeholder-bg-light) 50%,var(--placeholder-bg) 75%);background-size:200% 100%;animation:DashboardCard-module__loading___-Jn-S 1.5s infinite;border-radius:8px;z-index:1}.DashboardCard-module__placeholder-content___aOfTI{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.DashboardCard-module__placeholder-text___nKwDc{font-size:.875rem;color:var(--text-secondary);font-weight:500}@keyframes DashboardCard-module__loading___-Jn-S{0%{background-position:200% 0}to{background-position:-200% 0}}.DashboardCard-module__comic-info___dupvf{padding:.3125rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.DashboardCard-module__comic-title___SHDIr{font-size:.9375rem;font-weight:600;color:var(--text-primary);line-height:1.4;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-align:center;transition:color .3s}.DashboardCard-module__comic-card___vMIXW:hover .DashboardCard-module__comic-title___SHDIr{color:var(--accent-color)}.DashboardCard-module__comic-tags___ZcpFd{display:flex;justify-content:center;flex-wrap:wrap;gap:.375rem}.DashboardCard-module__comic-tags___ZcpFd>*:nth-child(n+4){display:none}.DashboardCard-module__comic-tag___KQBcu{font-size:.75rem;font-weight:400;color:var(--text-tertiary)}@media (max-width: 559px){.DashboardCard-module__comic-card___vMIXW{flex:0 0 108px;max-width:108px;scroll-snap-align:start}.DashboardCard-module__comic-cover___GC9OK{height:162px}}.DashboardPlaceholderCard-module__placeholder-card___eFJgY{width:100%;max-width:200px;border-radius:8px;overflow:hidden}.DashboardPlaceholderCard-module__placeholder-cover___anfXL{width:100%;height:280px;background:var(--placeholder-bg);border-radius:8px;overflow:hidden;position:relative}.DashboardPlaceholderCard-module__placeholder-cover___anfXL.DashboardPlaceholderCard-module__featured___L1F4g{height:162px}.DashboardPlaceholderCard-module__placeholder-image___67s0a{width:100%;height:100%;background:linear-gradient(90deg,var(--placeholder-bg) 25%,var(--placeholder-bg-light) 50%,var(--placeholder-bg) 75%);background-size:200% 100%;animation:DashboardPlaceholderCard-module__loading___o1HSZ 1.5s infinite}.DashboardPlaceholderCard-module__placeholder-info___bpvwK{padding:.3125rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.DashboardPlaceholderCard-module__placeholder-title___10lmA,.DashboardPlaceholderCard-module__placeholder-tags___3PrXk{width:90%;background:linear-gradient(90deg,var(--placeholder-bg) 25%,var(--placeholder-bg-light) 50%,var(--placeholder-bg) 75%);background-size:200% 100%;animation:DashboardPlaceholderCard-module__loading___o1HSZ 1.5s infinite;border-radius:4px}.DashboardPlaceholderCard-module__placeholder-title___10lmA{height:21px}.DashboardPlaceholderCard-module__placeholder-tags___3PrXk{height:12px}@keyframes DashboardPlaceholderCard-module__loading___o1HSZ{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 768px){.DashboardPlaceholderCard-module__placeholder-card___eFJgY{flex:0 0 160px;max-width:160px;scroll-snap-align:start}}@media (max-width: 559px){.DashboardPlaceholderCard-module__placeholder-card___eFJgY{flex:0 0 108px;max-width:108px;scroll-snap-align:start}.DashboardPlaceholderCard-module__placeholder-cover___anfXL{height:162px}}.DashboardModule-module__dashboard-module-header___CKsuk{display:flex;justify-content:space-between;align-items:center;vertical-align:baseline;margin-bottom:1rem}.DashboardModule-module__dashboard-module-header___CKsuk a{text-decoration:none}.DashboardModule-module__dashboard-module-header___CKsuk h2{font-size:1.5rem;font-weight:600;padding:0 1rem 0 0;color:var(--text-primary)}.DashboardModule-module__dashboard-module-header___CKsuk h2:hover{color:var(--accent-color)}.DashboardModule-module__dashboard-module-header-more___FoXeI{padding:0 1rem;background:var(--accent-bg);color:var(--accent-color);border:1px solid var(--accent-color);border-radius:6px;cursor:pointer;font-size:1rem;display:inline-block;transition:transform .3s ease}.DashboardModule-module__dashboard-module-header-more___FoXeI:hover{transform:scale(1.05)}@media (max-width: 559px){.DashboardModule-module__dashboard-module-header___CKsuk{margin-bottom:.625rem}.DashboardModule-module__dashboard-module-header___CKsuk h2{font-weight:600;font-size:1.125rem}}.DashboardRankModule-module__rank-columns___exl-u{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.DashboardRankModule-module__rank-column___2pX8w{padding:1rem;background:var(--bg-secondary);border-radius:8px;box-shadow:0 2px 8px var(--shadow)}.DashboardRankModule-module__rank-column___2pX8w:last-child{border-right:none}.DashboardRankModule-module__rank-column-title___-VoV3{font-size:1rem;font-weight:600;color:var(--accent-color);margin:0 0 1rem;text-align:center;padding-bottom:.75rem;position:relative}.DashboardRankModule-module__rank-column-title___-VoV3:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:100%;height:3px;background:var(--accent-color);border-radius:2px}.DashboardRankModule-module__rank-list___4JhfP{list-style:none;padding:0;margin:0}.DashboardRankModule-module__rank-item___EpxmQ{border-bottom:1px solid var(--border-lighter);transition:background-color .2s ease}.DashboardRankModule-module__rank-item___EpxmQ:hover{background-color:var(--bg-quaternary)}.DashboardRankModule-module__rank-item___EpxmQ:last-child{border-bottom:none}.DashboardRankModule-module__rank-item-link___g3VPs{display:flex;align-items:flex-start;padding:.5rem 0;text-decoration:none;color:inherit;gap:.5rem}.DashboardRankModule-module__rank-number___468do,.DashboardRankModule-module__rank-number-top1___v2nOp,.DashboardRankModule-module__rank-number-top2___mjmi8,.DashboardRankModule-module__rank-number-top3___n53uw{min-width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;border-radius:4px;flex-shrink:0}.DashboardRankModule-module__rank-number___468do{color:var(--text-tertiary);background:var(--bg-tertiary)}.DashboardRankModule-module__rank-number-top1___v2nOp{background:linear-gradient(135deg,gold,#ffed4e);color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.2);box-shadow:0 2px 8px #ffd70066}.DashboardRankModule-module__rank-number-top2___mjmi8{background:linear-gradient(135deg,silver,#e8e8e8);color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.2);box-shadow:0 2px 8px #c0c0c066}.DashboardRankModule-module__rank-number-top3___n53uw{background:linear-gradient(135deg,#cd7f32,#e6a35b);color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.2);box-shadow:0 2px 8px #cd7f3266}.DashboardRankModule-module__rank-info___76Hjp{flex:1;min-width:0}.DashboardRankModule-module__rank-item-title___gmcR4{font-size:.85rem;font-weight:400;color:var(--text-primary);margin:0;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;transition:color .3s ease}.DashboardRankModule-module__rank-item-link___g3VPs:hover .DashboardRankModule-module__rank-item-title___gmcR4{color:var(--accent-color)}@media (max-width: 1200px){.DashboardRankModule-module__rank-columns___exl-u{grid-template-columns:repeat(2,1fr)}.DashboardRankModule-module__rank-column___2pX8w:nth-child(2){border-right:none}.DashboardRankModule-module__rank-column___2pX8w:nth-child(3){border-top:1px solid var(--border-lighter)}.DashboardRankModule-module__rank-column___2pX8w:nth-child(4){border-top:1px solid var(--border-lighter)}}@media (max-width: 768px){.DashboardRankModule-module__rank-header___fa-bb{padding:1rem 1rem .75rem}.DashboardRankModule-module__rank-title___t1R9A{font-size:1.25rem}.DashboardRankModule-module__rank-columns___exl-u{grid-template-columns:1fr}.DashboardRankModule-module__rank-column___2pX8w{border-right:none;border-bottom:1px solid var(--border-lighter);padding:1rem}.DashboardRankModule-module__rank-column___2pX8w:last-child{border-bottom:none}.DashboardRankModule-module__rank-column___2pX8w:nth-child(n){border-top:none}.DashboardRankModule-module__rank-column-title___-VoV3{font-size:.95rem}.DashboardRankModule-module__rank-item-title___gmcR4{font-size:.8rem}.DashboardRankModule-module__rank-number___468do,.DashboardRankModule-module__rank-number-top1___v2nOp,.DashboardRankModule-module__rank-number-top2___mjmi8,.DashboardRankModule-module__rank-number-top3___n53uw{min-width:22px;height:22px;font-size:.7rem}}.DashboardRankPlaceholder-module__rank-placeholder___K-sab{background:var(--bg-secondary);border-radius:12px;box-shadow:0 2px 12px var(--shadow-light);overflow:hidden}.DashboardRankPlaceholder-module__placeholder-columns___g-Ccf{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.DashboardRankPlaceholder-module__placeholder-column___RD03c{border-right:1px solid var(--border-lighter);padding:1rem}.DashboardRankPlaceholder-module__placeholder-column___RD03c:last-child{border-right:none}.DashboardRankPlaceholder-module__placeholder-column-title___cjQLj{height:24px;width:60%;margin:0 auto 1rem;background:linear-gradient(90deg,var(--placeholder-bg) 25%,var(--placeholder-bg-light) 50%,var(--placeholder-bg) 75%);background-size:200% 100%;animation:DashboardRankPlaceholder-module__loading___08UWn 1.5s infinite;border-radius:4px}.DashboardRankPlaceholder-module__placeholder-list___N4t3h{display:flex;flex-direction:column;gap:.5rem}.DashboardRankPlaceholder-module__placeholder-item___IKegC{display:flex;align-items:center;gap:.5rem;padding:.5rem 0}.DashboardRankPlaceholder-module__placeholder-rank___yT6HI{width:24px;height:24px;flex-shrink:0;background:linear-gradient(90deg,var(--placeholder-bg) 25%,var(--placeholder-bg-light) 50%,var(--placeholder-bg) 75%);background-size:200% 100%;animation:DashboardRankPlaceholder-module__loading___08UWn 1.5s infinite;border-radius:4px}.DashboardRankPlaceholder-module__placeholder-text___1YEw0{flex:1;height:16px;background:linear-gradient(90deg,var(--placeholder-bg) 25%,var(--placeholder-bg-light) 50%,var(--placeholder-bg) 75%);background-size:200% 100%;animation:DashboardRankPlaceholder-module__loading___08UWn 1.5s infinite;border-radius:4px}@keyframes DashboardRankPlaceholder-module__loading___08UWn{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 1200px){.DashboardRankPlaceholder-module__placeholder-columns___g-Ccf{grid-template-columns:repeat(2,1fr)}.DashboardRankPlaceholder-module__placeholder-column___RD03c:nth-child(2){border-right:none}.DashboardRankPlaceholder-module__placeholder-column___RD03c:nth-child(3),.DashboardRankPlaceholder-module__placeholder-column___RD03c:nth-child(4){border-top:1px solid var(--border-lighter)}}@media (max-width: 768px){.DashboardRankPlaceholder-module__placeholder-columns___g-Ccf{grid-template-columns:1fr}.DashboardRankPlaceholder-module__placeholder-column___RD03c{border-right:none;border-bottom:1px solid var(--border-lighter)}.DashboardRankPlaceholder-module__placeholder-column___RD03c:last-child{border-bottom:none}}.Filter-module__filters___BgzJf{background:var(--bg-secondary);padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px var(--shadow);margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.Filter-module__category-filter___qe1-h,.Filter-module__tag-filter___t62Vw,.Filter-module__sort-filter___mhRfy{display:flex;align-items:center;gap:1rem;width:100%;min-width:0}.Filter-module__category-filter___qe1-h h3,.Filter-module__tag-filter___t62Vw h3,.Filter-module__sort-filter___mhRfy h3{font-size:1rem;color:var(--text-primary);margin:0;flex-shrink:0}.Filter-module__category-buttons___SmV2z{display:grid;grid-template-rows:repeat(3,auto);grid-auto-flow:column;grid-auto-columns:max-content;gap:.5rem;flex:1;min-width:0;overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.Filter-module__category-buttons___SmV2z:has(:nth-child(-n+5):last-child){grid-template-rows:auto}.Filter-module__category-buttons___SmV2z:has(:nth-child(-n+20):last-child):not(:has(:nth-child(-n+9):last-child)){grid-template-rows:repeat(2,auto)}.Filter-module__category-buttons___SmV2z::-webkit-scrollbar{display:none}.Filter-module__category-btn___AlI3m{padding:.5rem 1rem;color:var(--text-primary);border:1px solid var(--border-light);background:var(--bg-secondary);border-radius:4px;cursor:pointer;transition:all .3s;font-size:.9rem;flex-shrink:0;white-space:nowrap;scroll-snap-align:start}.Filter-module__category-btn___AlI3m:hover{border-color:var(--accent-color);color:var(--accent-color)}.Filter-module__category-btn___AlI3m.Filter-module__active___OYMAy{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}.Filter-module__sort-select___sCrhN{padding:.5rem;border:1px solid var(--border-light);border-radius:4px;background:var(--bg-secondary);font-size:.9rem}@media (max-width: 768px){.Filter-module__filters___BgzJf{padding:1rem}.Filter-module__category-filter___qe1-h h3,.Filter-module__tag-filter___t62Vw h3,.Filter-module__sort-filter___mhRfy h3{font-size:.9rem}.Filter-module__category-btn___AlI3m{font-size:.85rem;padding:.4rem .8rem}}.ComicHeader-module__comic-header___7KaiJ{position:relative}.ComicHeader-module__comic-info-main___zs4-T{min-height:250px;margin-bottom:2rem}.ComicHeader-module__comic-info-heading___cU-RI{position:relative;margin-bottom:1rem}.ComicHeader-module__comic-info-heading___cU-RI h1{margin:0 0 1rem 25px;color:var(--text-primary);font-size:2rem}.ComicHeader-module__comic-info-heading___cU-RI:before{content:"";position:absolute;height:40px;width:5px;background:var(--accent-color);border-radius:0 4px 4px 0}.ComicHeader-module__comic-info-heading-title___hS6Ol{overflow:hidden;word-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.ComicHeader-module__comic-info-tags___F22dE{display:flex;align-items:center;gap:.5rem}.ComicHeader-module__comic-info-tag___I58Wv{padding:0 .5rem;background:var(--bg-secondary);border-radius:8px;font-size:14px}.ComicHeader-module__comic-info-content___m9K-0{background:var(--bg-secondary);border-radius:8px;box-shadow:0 2px 8px var(--shadow);padding:1.5rem}.ComicHeader-module__comic-info-content-footer___mTBzN{display:flex;flex-direction:column;align-items:flex-start}.ComicHeader-module__comic-author___xEtuT,.ComicHeader-module__comic-status___tUqIO{margin:0;color:var(--text-secondary);font-size:1rem;overflow:hidden;word-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1}.ComicHeader-module__comic-description___tMIHt{position:relative;margin-bottom:2rem;padding-bottom:.5rem;flex:1}.ComicHeader-module__comic-description___tMIHt:after{content:"";position:absolute;left:0;top:100%;width:100%;height:2px;background:var(--border-color)}.ComicHeader-module__comic-description-content___YAcyD{color:var(--text-primary);overflow:hidden;word-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}@media (max-width: 559px){.ComicHeader-module__comic-header___7KaiJ{flex-direction:column}.ComicHeader-module__comic-info-main___zs4-T{min-height:250px;background:var(--bg-secondary);border-radius:8px;box-shadow:0 2px 8px var(--shadow)}.ComicHeader-module__comic-info-heading___cU-RI{padding-top:1rem}.ComicHeader-module__comic-info-heading___cU-RI:before{display:none}.ComicHeader-module__comic-info-heading___cU-RI h1{margin:0 0 1rem;font-size:1.5rem;text-align:left;padding:.5rem 1.5rem 0}.ComicHeader-module__comic-info-tags___F22dE{flex-wrap:wrap;padding:0 1.5rem}.ComicHeader-module__comic-info-tag___I58Wv{font-size:12px;padding:.25rem .5rem}.ComicHeader-module__comic-info-content___m9K-0{background:transparent;box-shadow:none;padding:1rem 1.5rem}.ComicHeader-module__comic-description___tMIHt{font-size:.9rem;margin-bottom:1.5rem}.ComicHeader-module__comic-author___xEtuT,.ComicHeader-module__comic-status___tUqIO{font-size:.875rem}}.ComicPoster-module__comic-poster___diu1G{width:220px;height:300px;float:right;margin:0 25px;position:relative;border-radius:8px;z-index:10}.ComicPoster-module__comic-poster___diu1G img{width:100%;height:100%;object-fit:cover;object-position:left top;border-radius:8px;box-shadow:0 4px 12px var(--shadow-hover);transition:opacity .3s ease}.ComicPoster-module__image-loading___9QVjm{opacity:0}.ComicPoster-module__image-loaded___eOKHj{opacity:1}.ComicPoster-module__placeholder___bgO4X{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,var(--placeholder-bg) 25%,var(--placeholder-bg-light) 50%,var(--placeholder-bg) 75%);background-size:200% 100%;animation:ComicPoster-module__loading___Sac5y 1.5s infinite;border-radius:8px;z-index:1}@keyframes ComicPoster-module__loading___Sac5y{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 768px){.ComicPoster-module__comic-poster___diu1G{width:180px;height:240px;margin:1rem}}@media (max-width: 559px){.ComicPoster-module__comic-poster___diu1G{width:150px;height:200px;margin:1rem auto;float:none;display:block}}.ComicChapters-module__comic-chapters___V4cL6{margin-bottom:2rem;padding:1.5rem;background:var(--bg-secondary);border-radius:8px;box-shadow:0 2px 8px var(--shadow)}.ComicChapters-module__comic-chapters___V4cL6 h2{position:relative;margin:0 0 1.5rem;color:var(--text-primary);font-size:1.5rem;padding-bottom:.5rem}.ComicChapters-module__comic-chapters___V4cL6 h2:after{content:"";position:absolute;left:0;top:100%;width:100%;height:2px;background:var(--border-color)}.ComicChapters-module__comic-chapters-grid___68Bui{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;max-height:400px;overflow-y:auto;overflow-x:hidden;padding-right:.5rem}.ComicChapters-module__comic-chapters-grid___68Bui::-webkit-scrollbar{width:8px}.ComicChapters-module__comic-chapters-grid___68Bui::-webkit-scrollbar-track{background:var(--bg-tertiary);border-radius:4px}.ComicChapters-module__comic-chapters-grid___68Bui::-webkit-scrollbar-thumb{background:var(--text-tertiary);border-radius:4px}.ComicChapters-module__comic-chapters-grid___68Bui::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.ComicChapters-module__comic-chapter-btn___G-2zQ{display:flex;flex-direction:column;align-items:flex-start;padding:1rem;background:var(--bg-quaternary);border:1px solid var(--border-lighter);border-radius:6px;cursor:pointer;transition:all .2s ease}.ComicChapters-module__comic-chapter-btn___G-2zQ:hover{border-color:var(--blue-color);transform:translateY(-2px);box-shadow:0 4px 8px #007bff26}.ComicChapters-module__chapter-number___nJ64y{font-size:.875rem;color:var(--blue-color);font-weight:600;margin-bottom:.25rem}.ComicChapters-module__chapter-title___kDY8Q{font-size:.9rem;color:var(--text-primary);line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;max-height:1.4em}.ComicChapters-module__no-chapters___CE8Ev{text-align:center;color:var(--text-secondary);font-style:italic;padding:2rem}@media (max-width: 768px){.ComicChapters-module__comic-chapters-grid___68Bui{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem;max-height:300px}.ComicChapters-module__comic-chapter-btn___G-2zQ{padding:.5rem}}.ComicRecommend-module__comic-recommend___YWuHN{margin-bottom:2rem;padding:1.5rem;background:var(--bg-secondary);border-radius:8px;box-shadow:0 2px 8px var(--shadow)}.ComicRecommend-module__comic-recommend___YWuHN h2{margin:0 0 1.5rem;color:var(--text-primary);font-size:1.5rem;position:relative;padding-bottom:.5rem}.ComicRecommend-module__comic-recommend___YWuHN h2:after{content:"";position:absolute;left:0;top:100%;width:100%;height:2px;background:var(--border-color)}.ComicRecommend-module__loading-placeholder___oU7NH,.ComicRecommend-module__no-recommend___v2Dx5{text-align:center;color:var(--text-secondary);font-style:italic;padding:2rem}.ComicRecommend-module__loading-placeholder___oU7NH p,.ComicRecommend-module__no-recommend___v2Dx5 p{margin:0}.view-module__comic-detail___BLFQy{max-width:1200px;margin:0 auto;padding:1rem}.view-module__loading___lgToV,.view-module__error___mI3YV,.view-module__not-found___fq3gS{text-align:center;padding:4rem 2rem;color:var(--text-secondary)}.view-module__loading___lgToV p,.view-module__error___mI3YV p,.view-module__not-found___fq3gS p{margin:0;font-size:1.1rem}.view-module__error___mI3YV{color:var(--danger-color)}.view-module__not-found___fq3gS{color:var(--text-tertiary)}@media (max-width: 768px){.view-module__comic-detail___BLFQy{padding:.5rem}}.view-module__search-view___Yu3kc{width:100%;min-height:100vh;padding:20px}.view-module__search-view-placeholder___tp5-S{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center;color:var(--text-tertiary)}.view-module__placeholder-icon___JeXZn{font-size:64px;margin-bottom:16px;opacity:.5}.view-module__search-view-placeholder___tp5-S h3{font-size:24px;font-weight:600;color:var(--text-primary);margin-bottom:8px}.view-module__search-view-placeholder___tp5-S p{font-size:16px;margin:0;line-height:1.5}.view-module__search-view-input___OyADh{max-width:600px;margin:0 auto;display:none}.view-module__search-view-error___m4LV4{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:var(--danger-color)}.view-module__error-icon___stM8v{font-size:48px;margin-bottom:16px}.view-module__search-view-error___m4LV4 h3{font-size:20px;font-weight:600;margin-bottom:8px}.view-module__search-view-error___m4LV4 p{font-size:14px;margin:0;line-height:1.5}@media (max-width: 768px){.view-module__search-view___Yu3kc{padding:16px}.view-module__search-view-placeholder___tp5-S{padding:60px 16px}.view-module__placeholder-icon___JeXZn{font-size:48px}.view-module__search-view-placeholder___tp5-S h3{font-size:20px}.view-module__search-view-error___m4LV4{padding:40px 16px}.view-module__error-icon___stM8v{font-size:36px}}@media (max-width: 559px){.view-module__search-view-input___OyADh{display:block}}.ChapterImageList-module__container___1PxYJ{width:100%;max-width:800px;margin:0 auto}.ChapterImageList-module__image-list___W69tt{display:flex;flex-direction:column;gap:10px}@media (max-width: 768px){.ChapterImageList-module__container___1PxYJ{padding:10px}.ChapterImageList-module__image-list___W69tt{gap:8px}}.ChapterImage-module__image-item___-uU0s{display:flex;justify-content:center;overflow:hidden;position:relative;width:100%;background-color:var(--bg-primary);border-radius:8px;min-height:300px}.ChapterImage-module__image___cvZIf{width:100%;height:100%;object-fit:contain;background-color:var(--bg-secondary);transition:opacity .3s ease;position:absolute;top:0;left:0;z-index:2}.ChapterImage-module__image-loading___6qldS{opacity:0}.ChapterImage-module__image-loaded___BrY9A{opacity:1}@media (max-width: 768px){.ChapterImage-module__image-item___-uU0s{border-radius:4px;min-height:250px}}@media (max-width: 480px){.ChapterImage-module__image-item___-uU0s{min-height:200px}}@media (min-width: 1200px){.ChapterImage-module__image-item___-uU0s{min-height:400px}}.ChapterImagePlaceholder-module__placeholder-container___MAvoJ{width:100%}.ChapterImagePlaceholder-module__placeholder-card___jGKf-{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;width:100%;aspect-ratio:3/4;background:linear-gradient(90deg,var(--placeholder-bg) 25%,var(--placeholder-bg-light) 50%,var(--placeholder-bg) 75%);background-size:200% 100%;animation:ChapterImagePlaceholder-module__loading___JSIjd 1.5s infinite;border-radius:8px}.ChapterImagePlaceholder-module__placeholder-content___4P2wP{text-align:center;color:var(--text-secondary);z-index:2;position:relative}.ChapterImagePlaceholder-module__placeholder-text___GQFm0{font-size:16px;font-weight:500;margin:0;opacity:.8}@keyframes ChapterImagePlaceholder-module__loading___JSIjd{0%{background-position:200% 0}to{background-position:-200% 0}}.ChapterDownloadApp-module__container___8jUF8{width:100%;max-width:800px;margin:0 auto}.ChapterDownloadApp-module__download-app-link___IoeKa{text-decoration:none;color:inherit;display:block}.ChapterDownloadApp-module__limited-content-image___DL3r9{width:100%;height:100%;object-fit:contain}@media (max-width: 768px){.ChapterDownloadApp-module__container___8jUF8{padding:10px}}.RankCard-module__module-item___g5eZ3{position:relative;border-radius:8px;transition:all .3s ease;max-height:158px;display:flex;flex-direction:row;align-items:center;gap:.5rem;padding:.5rem 0}.RankCard-module__module-item-cover___K7XQy{position:relative;min-width:100px;flex:0 0 100px;height:100%;border-radius:8px}.RankCard-module__module-item-cover___K7XQy img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:all .3s ease}.RankCard-module__image-loading___OoFQP{opacity:0}.RankCard-module__image-loaded___S1mGl{opacity:1}.RankCard-module__image-placeholder___YY6kC{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,var(--placeholder-bg) 25%,var(--placeholder-bg-light) 50%,var(--placeholder-bg) 75%);background-size:200% 100%;animation:RankCard-module__loading___ipHtv 1.5s infinite;border-radius:8px;z-index:1}@keyframes RankCard-module__loading___ipHtv{0%{background-position:200% 0}to{background-position:-200% 0}}.RankCard-module__rank-badge___LrQ8a,.RankCard-module__rank-badge-top1___t1aUn,.RankCard-module__rank-badge-top2___BsITB,.RankCard-module__rank-badge-top3___UBTLB{position:relative;min-width:16px;height:29px;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:1.25rem;border-radius:4px;z-index:10}.RankCard-module__rank-badge___LrQ8a{color:var(--text-primary)}.RankCard-module__rank-badge-top1___t1aUn{background:#ffe277}.RankCard-module__rank-badge-top2___BsITB{background:#d4d4d4}.RankCard-module__rank-badge-top3___UBTLB{background:#e0b98f}.RankCard-module__module-item-main___mYJuU{height:100%;display:flex;flex-direction:column;gap:.5rem}.RankCard-module__module-item-main___mYJuU .RankCard-module__module-item-main-title___DX8Gj{font-size:.9rem;font-weight:500;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;transition:color .3s ease}.RankCard-module__module-item-main___mYJuU .RankCard-module__module-item-main-description___GJMDJ{font-size:.75rem;font-weight:400;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;line-height:1.2;-webkit-box-orient:vertical}.RankCard-module__module-item-main-footer___C0sNJ{margin-top:auto;display:flex;flex-direction:row;gap:.5rem}.RankCard-module__module-item-main-footer___C0sNJ button{background:var(--surface-primary);border:none;color:var(--on-surface-primary);cursor:pointer;padding:.5rem;font-size:.8rem;font-weight:400;border-radius:4px}.RankGrid-module__rank-grid___l-C2B{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 1200px){.RankGrid-module__rank-grid___l-C2B{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.RankGrid-module__rank-grid___l-C2B{grid-template-columns:1fr;gap:1rem;padding:1rem 0}}.RankHeader-module__header___5rCav{position:sticky;top:0;padding-bottom:1rem;z-index:100;background:var(--bg-primary)}.RankHeader-module__line___Sdnh-{width:3px;background:var(--border-light);display:inline-block;height:25px;margin:0 15px}.RankHeader-module__header-tabs___o-68Z{display:flex;align-items:center;position:relative;gap:0}.RankHeader-module__header-tabs___o-68Z:after{content:"";position:absolute;left:0;top:100%;width:100%;height:1px;background-color:var(--border-color)}.RankHeader-module__header-tab___1qXoI{background:none;border:none;text-decoration:none;color:var(--text-tertiary);font-weight:700;font-size:30px;border-bottom:3px solid transparent;transition:all .3s ease;position:relative;display:flex;align-items:center;cursor:pointer;padding:0}.RankHeader-module__header-tab___1qXoI:after{content:"";position:absolute;left:0;top:100%;width:100%;height:4px;border-radius:18px 18px 0 0}.RankHeader-module__header-tab___1qXoI:hover,.RankHeader-module__header-tab___1qXoI.RankHeader-module__current___CGLnC{color:var(--text-primary)}.RankHeader-module__header-tab___1qXoI.RankHeader-module__current___CGLnC:after{content:"";position:absolute;left:0;width:100%;background:var(--accent-color)}@media (max-width: 768px){.RankHeader-module__header-tab___1qXoI{font-size:16px}.RankHeader-module__line___Sdnh-{height:20px;margin:0 10px}}.view-module__loading-state___EbyR5,.view-module__error-state___A7zNK{text-align:center;padding:4rem 2rem;font-size:1.2rem;color:var(--text-secondary)}.view-module__error-state___A7zNK{color:var(--accent-color)}@media (max-width: 768px){.view-module__rank-view___aVS4C{padding:1rem}.view-module__loading-state___EbyR5,.view-module__error-state___A7zNK{padding:3rem 1rem;font-size:1rem}}.RankPlaceholderCard-module__placeholder-card___KDHCS{background:linear-gradient(90deg,var(--placeholder-bg) 25%,var(--placeholder-bg-light) 50%,var(--placeholder-bg) 75%);animation:RankPlaceholderCard-module__loading___MFxMG 1.5s infinite;border-radius:8px;padding:20px 20px 10px;min-height:180px;overflow:hidden}.RankPlaceholderCard-module__placeholder-cover___9fdVk{position:relative;background:var(--placeholder-bg);border-radius:8px;overflow:hidden;width:120px;height:160px;float:left;z-index:2}.RankPlaceholderCard-module__placeholder-image___TAM2S{width:100%;height:100%;background:linear-gradient(90deg,var(--placeholder-bg) 25%,var(--placeholder-bg-light) 50%,var(--placeholder-bg) 75%);background-size:200% 100%;animation:RankPlaceholderCard-module__loading___MFxMG 1.5s infinite}.RankPlaceholderCard-module__placeholder-info___RsIer{padding:1rem;display:flex;flex-direction:column;gap:.5rem;align-items:center}.RankPlaceholderCard-module__placeholder-title___u-XCY,.RankPlaceholderCard-module__placeholder-title-second___4ungc{height:16px;background:linear-gradient(90deg,var(--placeholder-bg) 25%,var(--placeholder-bg-light) 50%,var(--placeholder-bg) 75%);background-size:200% 100%;animation:RankPlaceholderCard-module__loading___MFxMG 1.5s infinite;border-radius:4px}.RankPlaceholderCard-module__placeholder-title___u-XCY{width:80%}.RankPlaceholderCard-module__placeholder-title-second___4ungc{width:60%}@keyframes RankPlaceholderCard-module__loading___MFxMG{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 768px){.RankPlaceholderCard-module__placeholder-card___KDHCS{padding:15px 15px 8px}.RankPlaceholderCard-module__placeholder-cover___9fdVk{width:90px;height:120px}.RankPlaceholderCard-module__placeholder-info___RsIer{margin-left:105px;min-height:100px}}@media (max-width: 559px){.RankPlaceholderCard-module__placeholder-cover___9fdVk{width:70px;height:100px}.RankPlaceholderCard-module__placeholder-info___RsIer{margin-left:80px;min-height:90px}}
