.FilterBar-module__DnSRKG__filterContainer{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-lg);margin-bottom:var(--space-xl)}.FilterBar-module__DnSRKG__filterHeader{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;display:flex}.FilterBar-module__DnSRKG__filterTitle{align-items:center;gap:var(--space-sm);color:var(--text-primary);font-size:1.125rem;font-weight:700;display:flex}.FilterBar-module__DnSRKG__filterTitleIcon{color:var(--accent)}.FilterBar-module__DnSRKG__resetBtn{border-radius:var(--radius-full);color:var(--text-muted);border:1px solid var(--border);transition:all var(--transition-fast);align-items:center;gap:6px;padding:6px 14px;font-size:.75rem;font-weight:600;display:flex}.FilterBar-module__DnSRKG__resetBtn:hover{color:var(--error);border-color:var(--error);background:#ef444414}.FilterBar-module__DnSRKG__filterRow{align-items:flex-start;gap:var(--space-md);padding:var(--space-sm) 0;border-top:1px solid var(--border);display:flex}.FilterBar-module__DnSRKG__filterRow:first-of-type{border-top:none}.FilterBar-module__DnSRKG__filterLabel{width:90px;color:var(--text-secondary);white-space:nowrap;flex-shrink:0;padding-top:7px;font-size:.8125rem;font-weight:600}.FilterBar-module__DnSRKG__chipsWrap{flex-wrap:wrap;flex:1;gap:6px;min-width:0;display:flex;overflow:hidden}.FilterBar-module__DnSRKG__chipsWrapExpanded{max-height:none}.FilterBar-module__DnSRKG__chipsWrapCollapsed{max-height:72px}.FilterBar-module__DnSRKG__chip{border-radius:var(--radius-full);color:var(--text-secondary);background:var(--bg-elevated);transition:all var(--transition-fast);cursor:pointer;white-space:nowrap;border:1px solid #0000;align-items:center;padding:6px 14px;font-size:.8125rem;font-weight:500;display:inline-flex}.FilterBar-module__DnSRKG__chip:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-light)}.FilterBar-module__DnSRKG__chipActive{color:var(--text-inverse);background:var(--gradient-accent);box-shadow:0 2px 8px var(--accent-glow);border-color:#0000;font-weight:600}.FilterBar-module__DnSRKG__chipActive:hover{opacity:.9;color:var(--text-inverse)}.FilterBar-module__DnSRKG__chipAll{font-weight:600}.FilterBar-module__DnSRKG__expandBtn{border-radius:var(--radius-full);color:var(--accent);background:var(--accent-light);transition:all var(--transition-fast);cursor:pointer;white-space:nowrap;align-items:center;gap:4px;padding:6px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.FilterBar-module__DnSRKG__expandBtn:hover{background:var(--accent-glow)}.FilterBar-module__DnSRKG__activeCount{border-radius:var(--radius-full);background:var(--gradient-accent);min-width:20px;height:20px;color:var(--text-inverse);margin-left:var(--space-sm);justify-content:center;align-items:center;font-size:.6875rem;font-weight:700;display:inline-flex}.FilterBar-module__DnSRKG__resultsInfo{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;display:flex}.FilterBar-module__DnSRKG__resultsCount{color:var(--text-secondary);font-size:.875rem}.FilterBar-module__DnSRKG__resultsCount strong{color:var(--accent);font-weight:700}.FilterBar-module__DnSRKG__storyGrid{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:640px){.FilterBar-module__DnSRKG__storyGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.FilterBar-module__DnSRKG__storyGrid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr)}}@media (min-width:1280px){.FilterBar-module__DnSRKG__storyGrid{grid-template-columns:repeat(5,1fr)}}.FilterBar-module__DnSRKG__pagination{margin-top:var(--space-xl);justify-content:center;align-items:center;gap:4px;display:flex}.FilterBar-module__DnSRKG__pageBtn{border-radius:var(--radius-md);min-width:36px;height:36px;color:var(--text-secondary);background:var(--bg-elevated);border:1px solid var(--border);transition:all var(--transition-fast);cursor:pointer;justify-content:center;align-items:center;font-size:.8125rem;font-weight:600;display:flex}.FilterBar-module__DnSRKG__pageBtn:hover:not(:disabled){color:var(--accent);border-color:var(--accent);background:var(--accent-light)}.FilterBar-module__DnSRKG__pageBtn:disabled{opacity:.3;cursor:not-allowed}.FilterBar-module__DnSRKG__pageBtnActive{color:var(--text-inverse);background:var(--gradient-accent);box-shadow:0 2px 8px var(--accent-glow);border-color:#0000}.FilterBar-module__DnSRKG__pageBtnActive:hover{color:var(--text-inverse);opacity:.9}.FilterBar-module__DnSRKG__pageEllipsis{text-align:center;min-width:36px;color:var(--text-muted);font-size:.875rem}.FilterBar-module__DnSRKG__emptyState{text-align:center;padding:var(--space-2xl) var(--space-lg)}.FilterBar-module__DnSRKG__emptyIcon{margin-bottom:var(--space-md);font-size:3rem}.FilterBar-module__DnSRKG__emptyTitle{color:var(--text-primary);margin-bottom:var(--space-xs);font-size:1.125rem;font-weight:700}.FilterBar-module__DnSRKG__emptyHint{color:var(--text-muted);font-size:.875rem}@media (max-width:767px){.FilterBar-module__DnSRKG__filterContainer{padding:var(--space-md);border-radius:var(--radius-lg)}.FilterBar-module__DnSRKG__filterRow{gap:var(--space-sm);flex-direction:column}.FilterBar-module__DnSRKG__filterLabel{width:auto;padding-top:0}.FilterBar-module__DnSRKG__chipsWrap{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.FilterBar-module__DnSRKG__chipsWrap::-webkit-scrollbar{display:none}}
.StoryCard-module__neQsWq__card{transition:transform var(--transition-base);display:block;position:relative}.StoryCard-module__neQsWq__card:hover{transform:translateY(-6px)}.StoryCard-module__neQsWq__card:hover .StoryCard-module__neQsWq__cover{box-shadow:var(--shadow-glow)}.StoryCard-module__neQsWq__cover{aspect-ratio:4/5;border-radius:var(--radius-lg);background:var(--bg-elevated);transition:box-shadow var(--transition-base);position:relative;overflow:hidden}.StoryCard-module__neQsWq__cover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.StoryCard-module__neQsWq__card:hover .StoryCard-module__neQsWq__cover img{transform:scale(1.08)}.StoryCard-module__neQsWq__placeholder{width:100%;height:100%;color:var(--text-muted);background:var(--bg-elevated);justify-content:center;align-items:center;display:flex}.StoryCard-module__neQsWq__coverOverlay{pointer-events:none;background:linear-gradient(#0000 30%,#0a0a0a66 60%,#0a0a0af2 100%);position:absolute;inset:0}.StoryCard-module__neQsWq__statusBadge{z-index:2;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;-webkit-backdrop-filter:blur(8px);padding:2px 8px;font-size:.625rem;font-weight:700;position:absolute;top:8px;left:8px}.StoryCard-module__neQsWq__statusHot{background:var(--gradient-hot);color:#fff}.StoryCard-module__neQsWq__statusFull{color:#fff;background:#10b981d9}.StoryCard-module__neQsWq__statusNew{color:#fff;background:#3b82f6d9}.StoryCard-module__neQsWq__coverInfo{padding:var(--space-sm);z-index:1;position:absolute;bottom:0;left:0;right:0}.StoryCard-module__neQsWq__title{color:#fff;-webkit-line-clamp:2;line-clamp:2;text-shadow:0 1px 4px #0009;-webkit-box-orient:vertical;margin-bottom:4px;font-size:.8125rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.StoryCard-module__neQsWq__authorName{color:#fffc;text-shadow:0 1px 3px #00000080;margin-bottom:4px;font-size:.6875rem}.StoryCard-module__neQsWq__genres{flex-wrap:wrap;gap:4px;display:flex}.StoryCard-module__neQsWq__genreTag{border-radius:var(--radius-full);background:var(--accent-glow);color:var(--accent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1px 6px;font-size:.625rem;font-weight:600}.StoryCard-module__neQsWq__meta{gap:var(--space-sm);margin-top:6px;padding:0 2px;display:flex}.StoryCard-module__neQsWq__metaItem{color:var(--text-muted);align-items:center;gap:3px;font-size:.6875rem;display:flex}.StoryCard-module__neQsWq__metaItem:first-child{color:var(--accent)}
.StoryListItem-module__TSTAHa__row{align-items:center;gap:var(--space-md);padding:14px var(--space-md);background:var(--bg-card);transition:background var(--transition-fast), transform var(--transition-fast);display:flex;position:relative}.StoryListItem-module__TSTAHa__row:after{content:"";bottom:0;left:var(--space-md);right:var(--space-md);background:linear-gradient(90deg, transparent, var(--border) 20%, var(--border) 80%, transparent);height:1px;position:absolute}.StoryListItem-module__TSTAHa__row:last-child:after{display:none}.StoryListItem-module__TSTAHa__row:hover{background:var(--bg-elevated)}.StoryListItem-module__TSTAHa__row:hover .StoryListItem-module__TSTAHa__title{color:var(--accent)}.StoryListItem-module__TSTAHa__cover{border-radius:var(--radius-md);background:var(--bg-elevated);width:64px;height:84px;box-shadow:var(--shadow-sm);flex-shrink:0;overflow:hidden}.StoryListItem-module__TSTAHa__cover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform var(--transition-base)}.StoryListItem-module__TSTAHa__row:hover .StoryListItem-module__TSTAHa__cover img{transform:scale(1.06)}.StoryListItem-module__TSTAHa__placeholder{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.StoryListItem-module__TSTAHa__body{flex:1;min-width:0}.StoryListItem-module__TSTAHa__title{color:var(--text-primary);-webkit-line-clamp:1;transition:color var(--transition-fast);-webkit-box-orient:vertical;margin-bottom:6px;font-size:.9375rem;font-weight:700;display:-webkit-box;overflow:hidden}.StoryListItem-module__TSTAHa__chapterRow{margin-bottom:6px}.StoryListItem-module__TSTAHa__chapterPill{border-radius:var(--radius-full);background:var(--accent-light);border:1px solid var(--accent-light);color:var(--accent);text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-block;overflow:hidden}.StoryListItem-module__TSTAHa__meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:6px;font-size:.75rem;display:flex}.StoryListItem-module__TSTAHa__author{color:var(--text-secondary);font-weight:500}.StoryListItem-module__TSTAHa__dot{color:var(--border)}.StoryListItem-module__TSTAHa__genre{border-radius:var(--radius-full);background:var(--bg-hover);color:var(--text-muted);padding:1px 8px;font-size:.6875rem}.StoryListItem-module__TSTAHa__stats{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;min-width:80px;display:flex}.StoryListItem-module__TSTAHa__viewCount{color:var(--text-secondary);align-items:center;gap:4px;font-size:.75rem;font-weight:600;display:inline-flex}.StoryListItem-module__TSTAHa__timeAgo{color:var(--text-muted);align-items:center;gap:3px;font-size:.6875rem;display:inline-flex}@media (max-width:640px){.StoryListItem-module__TSTAHa__stats{display:none}.StoryListItem-module__TSTAHa__row{padding:12px var(--space-sm)}.StoryListItem-module__TSTAHa__cover{width:52px;height:68px}}
.HeroBanner-module__X7v8qW__hero{width:100%;max-width:var(--max-content);margin:0 auto var(--space-lg);border-radius:var(--radius-xl);height:360px;padding:0 var(--space-md);position:relative;overflow:hidden}@media (min-width:768px){.HeroBanner-module__X7v8qW__hero{height:480px;padding:0}}.HeroBanner-module__X7v8qW__heroBg{filter:blur(25px)brightness(.3);background-position:50%;background-size:cover;animation:20s ease-in-out infinite alternate HeroBanner-module__X7v8qW__kenBurns;position:absolute;inset:-20px;transform:scale(1.1)}@keyframes HeroBanner-module__X7v8qW__kenBurns{0%{transform:scale(1.1)}to{transform:scale(1.2)translate(-2%)}}.HeroBanner-module__X7v8qW__heroOverlay{background:linear-gradient(90deg, var(--bg-primary) 0%, color-mix(in srgb, var(--bg-primary) 85%, transparent) 35%, color-mix(in srgb, var(--bg-primary) 40%, transparent) 60%, color-mix(in srgb, var(--bg-primary) 15%, transparent) 100%);z-index:2;position:absolute;inset:0}.HeroBanner-module__X7v8qW__bannerArt{display:none}@media (min-width:768px){.HeroBanner-module__X7v8qW__bannerArt{z-index:1;width:65%;height:100%;display:block;position:absolute;top:0;right:0}.HeroBanner-module__X7v8qW__bannerArt img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;-webkit-mask-image:linear-gradient(270deg,#000 30%,#0009 60%,#0000 100%);mask-image:linear-gradient(270deg,#000 30%,#0009 60%,#0000 100%)}}.HeroBanner-module__X7v8qW__heroContent{z-index:3;height:100%;padding-bottom:var(--space-2xl);align-items:flex-end;gap:var(--space-2xl);display:flex;position:relative}.HeroBanner-module__X7v8qW__heroInfo{flex:1;min-width:0;max-width:540px}.HeroBanner-module__X7v8qW__heroBadge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.06em;background:var(--gradient-accent);color:var(--text-inverse);margin-bottom:var(--space-md);box-shadow:0 0 20px var(--accent-glow);align-items:center;gap:6px;padding:.3rem .875rem;font-size:.6875rem;font-weight:700;display:inline-flex}.HeroBanner-module__X7v8qW__heroTitle{margin-bottom:var(--space-sm);-webkit-line-clamp:2;letter-spacing:-.01em;-webkit-box-orient:vertical;font-size:1.75rem;font-weight:800;line-height:1.2;display:-webkit-box;overflow:hidden}@media (min-width:768px){.HeroBanner-module__X7v8qW__heroTitle{font-size:2.75rem}}.HeroBanner-module__X7v8qW__heroAuthor{color:var(--text-secondary);margin-bottom:var(--space-sm);font-size:.875rem}.HeroBanner-module__X7v8qW__heroDesc{color:var(--text-secondary);-webkit-line-clamp:3;margin-bottom:var(--space-lg);-webkit-box-orient:vertical;max-width:520px;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.HeroBanner-module__X7v8qW__heroStats{gap:var(--space-lg);margin-bottom:var(--space-lg);display:flex}.HeroBanner-module__X7v8qW__heroStat{color:var(--text-secondary);align-items:center;gap:6px;font-size:.8125rem;font-weight:600;display:flex}.HeroBanner-module__X7v8qW__heroStatValue{color:var(--accent)}.HeroBanner-module__X7v8qW__heroCta{align-items:center;gap:var(--space-sm);border-radius:var(--radius-lg);background:var(--gradient-accent);color:var(--text-inverse);transition:all var(--transition-base);padding:.75rem 2rem;font-size:.9375rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.HeroBanner-module__X7v8qW__heroCta:before{content:"";border-radius:inherit;background:var(--gradient-accent);z-index:-1;filter:blur(12px);opacity:0;transition:opacity var(--transition-base);position:absolute;inset:-2px}.HeroBanner-module__X7v8qW__heroCta:hover{box-shadow:var(--shadow-glow), 0 8px 30px var(--accent-glow);transform:translateY(-3px)}.HeroBanner-module__X7v8qW__heroCta:hover:before{opacity:1}
.CategoryHero-module__aCfYga__heroWrap{border-radius:var(--radius-xl);margin-bottom:var(--space-lg);align-items:flex-end;min-height:220px;max-height:280px;display:flex;position:relative;overflow:hidden}.CategoryHero-module__aCfYga__heroBg{filter:blur(6px)brightness(.4);z-index:0;background-position:50% 30%;background-size:cover;position:absolute;inset:0;transform:scale(1.1)}.CategoryHero-module__aCfYga__heroOverlay{background:linear-gradient(to right, color-mix(in srgb, var(--bg-primary) 92%, transparent) 0%, color-mix(in srgb, var(--bg-primary) 60%, transparent) 55%, transparent 100%);z-index:1;position:absolute;inset:0}.CategoryHero-module__aCfYga__heroContent{z-index:2;align-items:flex-end;gap:var(--space-lg);padding:var(--space-xl);width:100%;display:flex;position:relative}.CategoryHero-module__aCfYga__heroCover{border-radius:var(--radius-md);width:120px;box-shadow:var(--shadow-lg);border:2px solid var(--glass-border);flex-shrink:0;overflow:hidden}.CategoryHero-module__aCfYga__heroCover img{aspect-ratio:5/7;-o-object-fit:cover;object-fit:cover;width:100%}.CategoryHero-module__aCfYga__heroInfo{gap:var(--space-xs);flex-direction:column;max-width:500px;display:flex}.CategoryHero-module__aCfYga__heroBadge{align-items:center;gap:var(--space-xs);border-radius:var(--radius-full);background:var(--gradient-accent);color:var(--text-inverse);letter-spacing:.03em;width:fit-content;transition:all var(--transition-fast);cursor:pointer;padding:.2rem .6rem;font-size:.6875rem;font-weight:700;display:inline-flex}.CategoryHero-module__aCfYga__heroBadge:hover{box-shadow:0 4px 12px var(--accent-glow);transform:translateY(-1px)}.CategoryHero-module__aCfYga__heroTitle{color:var(--text-primary);font-size:1.5rem;font-weight:800;line-height:1.3}.CategoryHero-module__aCfYga__heroMeta{align-items:center;gap:var(--space-sm);color:var(--text-secondary);font-size:.8125rem;display:flex}.CategoryHero-module__aCfYga__heroDesc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.CategoryHero-module__aCfYga__heroCta{align-items:center;gap:var(--space-xs);border-radius:var(--radius-md);background:var(--gradient-accent);color:var(--text-inverse);width:fit-content;margin-top:var(--space-xs);transition:all var(--transition-fast);padding:.55rem 1.4rem;font-size:.875rem;font-weight:700;display:inline-flex}.CategoryHero-module__aCfYga__heroCta:hover{box-shadow:0 6px 20px var(--accent-glow);transform:translateY(-2px)}@media (max-width:640px){.CategoryHero-module__aCfYga__heroContent{padding:var(--space-md);flex-direction:column;align-items:flex-start}.CategoryHero-module__aCfYga__heroCover{width:80px}.CategoryHero-module__aCfYga__heroTitle{font-size:1.125rem}}
.ReadingStats-module__FBH8qq__widget{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:var(--space-lg)}.ReadingStats-module__FBH8qq__widgetTitle{margin-bottom:var(--space-md);font-size:.9rem;font-weight:700}.ReadingStats-module__FBH8qq__statList{gap:var(--space-sm);flex-direction:column;display:flex}.ReadingStats-module__FBH8qq__statRow{align-items:center;gap:var(--space-sm);padding:var(--space-sm) 0;border-bottom:1px solid var(--border);display:flex}.ReadingStats-module__FBH8qq__statRow:last-child{border-bottom:none}.ReadingStats-module__FBH8qq__statIcon{color:var(--text-muted);align-items:center;display:flex}.ReadingStats-module__FBH8qq__statLabel{color:var(--text-secondary);flex:1;font-size:.8125rem}.ReadingStats-module__FBH8qq__statValue{color:var(--text-primary);font-size:1rem;font-weight:700}.ReadingStats-module__FBH8qq__accentValue{color:var(--accent)}
.AdvancedFilterBar-module__89W8GG__filterWrap{align-items:center;gap:var(--space-sm);padding:var(--space-sm) 0;margin-bottom:var(--space-lg);scrollbar-width:none;display:flex;overflow-x:auto}.AdvancedFilterBar-module__89W8GG__filterWrap::-webkit-scrollbar{display:none}.AdvancedFilterBar-module__89W8GG__chip{align-items:center;gap:var(--space-xs);border-radius:var(--radius-full);border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);white-space:nowrap;cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);padding:.4rem .85rem;font-size:.8125rem;font-weight:500;display:inline-flex}.AdvancedFilterBar-module__89W8GG__chip:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.AdvancedFilterBar-module__89W8GG__chipActive{background:var(--gradient-accent);color:var(--text-inverse);border-color:#0000;font-weight:600;}.AdvancedFilterBar-module__89W8GG__chipActive:hover{background:var(--gradient-accent);color:var(--text-inverse);box-shadow:var(--shadow-glow);border-color:#0000}
.Sidebar-module__tc9fjW__sidebar{display:none}@media (min-width:1024px){.Sidebar-module__tc9fjW__sidebar{gap:var(--space-lg);top:calc(var(--header-height) + var(--catnav-height) + var(--space-lg));flex-direction:column;display:flex;position:sticky}}.Sidebar-module__tc9fjW__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.Sidebar-module__tc9fjW__cardHeader{align-items:center;gap:var(--space-sm);padding:var(--space-md);color:var(--accent);border-bottom:1px solid var(--border);font-size:.9375rem;font-weight:700;display:flex}.Sidebar-module__tc9fjW__tabRow{padding:var(--space-sm) var(--space-md);background:var(--bg-elevated);gap:4px;display:flex}.Sidebar-module__tc9fjW__tabPill{border-radius:var(--radius-md);text-align:center;color:var(--text-secondary);transition:all var(--transition-fast);cursor:pointer;flex:1;padding:6px 0;font-size:.75rem;font-weight:600}.Sidebar-module__tc9fjW__tabPill:hover{color:var(--text-primary);background:var(--bg-hover)}.Sidebar-module__tc9fjW__tabActive,.Sidebar-module__tc9fjW__tabActive:hover{background:var(--gradient-accent);color:var(--text-inverse)}.Sidebar-module__tc9fjW__rankList{flex-direction:column;display:flex}.Sidebar-module__tc9fjW__rankItem{align-items:center;gap:var(--space-sm);padding:10px var(--space-md);border-bottom:1px solid var(--border);transition:background var(--transition-fast);display:flex}.Sidebar-module__tc9fjW__rankItem:last-child{border-bottom:none}.Sidebar-module__tc9fjW__rankItem:hover{background:var(--accent-light)}.Sidebar-module__tc9fjW__rankNumber{border-radius:var(--radius-md);width:24px;height:24px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:flex}.Sidebar-module__tc9fjW__rankGold{color:#111;background:linear-gradient(135deg,#fbbf24,#f59e0b)}.Sidebar-module__tc9fjW__rankSilver{color:#111;background:linear-gradient(135deg,#94a3b8,#64748b)}.Sidebar-module__tc9fjW__rankBronze{color:#111;background:linear-gradient(135deg,#c2703a,#a85e30)}.Sidebar-module__tc9fjW__rankThumb{-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0;width:36px;height:48px}.Sidebar-module__tc9fjW__rankInfo{flex:1;min-width:0}.Sidebar-module__tc9fjW__rankTitle{color:var(--text-primary);-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.8125rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.Sidebar-module__tc9fjW__rankViews{color:var(--text-muted);align-items:center;gap:4px;margin-top:2px;font-size:.6875rem;display:flex}.Sidebar-module__tc9fjW__viewAll{text-align:center;color:var(--accent);border-top:1px solid var(--border);transition:background var(--transition-fast);padding:10px;font-size:.8125rem;font-weight:600;display:block}.Sidebar-module__tc9fjW__viewAll:hover{background:var(--accent-light)}.Sidebar-module__tc9fjW__genreGrid{padding:var(--space-md);grid-template-columns:repeat(2,1fr);gap:6px;display:grid}.Sidebar-module__tc9fjW__genreChip{border-radius:var(--radius-md);color:var(--text-secondary);text-align:center;background:var(--bg-elevated);border:1px solid var(--border);transition:all var(--transition-fast);padding:6px 10px;font-size:.75rem;font-weight:500}.Sidebar-module__tc9fjW__genreChip:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-light);box-shadow:0 0 12px var(--accent-glow)}
.CategoryLeaderboard-module__0xdrmG__leaderWrap{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-lg);top:calc(var(--header-height) + var(--catnav-height) + var(--space-md));position:sticky}.CategoryLeaderboard-module__0xdrmG__leaderTitle{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg);color:var(--accent);font-size:1rem;font-weight:700;display:flex}.CategoryLeaderboard-module__0xdrmG__leaderList{gap:var(--space-sm);flex-direction:column;list-style:none;display:flex}.CategoryLeaderboard-module__0xdrmG__leaderItem{align-items:center;gap:var(--space-sm);padding:var(--space-sm);border-radius:var(--radius-md);transition:background var(--transition-fast);color:inherit;text-decoration:none;display:flex}.CategoryLeaderboard-module__0xdrmG__leaderItem:hover{background:var(--bg-hover)}.CategoryLeaderboard-module__0xdrmG__rank{border-radius:var(--radius-sm);background:var(--bg-elevated);width:24px;height:24px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.CategoryLeaderboard-module__0xdrmG__rankGold{background:var(--gradient-accent);color:var(--text-inverse);}.CategoryLeaderboard-module__0xdrmG__rankSilver{color:#fff;background:linear-gradient(135deg,#94a3b8,#64748b);}.CategoryLeaderboard-module__0xdrmG__rankBronze{color:#fff;background:linear-gradient(135deg,#b87333,sienna);}.CategoryLeaderboard-module__0xdrmG__itemCover{border-radius:var(--radius-sm);flex-shrink:0;width:40px;height:56px;overflow:hidden}.CategoryLeaderboard-module__0xdrmG__itemCover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.CategoryLeaderboard-module__0xdrmG__itemInfo{flex:1;min-width:0}.CategoryLeaderboard-module__0xdrmG__itemTitle{white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;line-height:1.3;overflow:hidden}.CategoryLeaderboard-module__0xdrmG__itemMeta{color:var(--text-muted);align-items:center;gap:var(--space-xs);margin-top:2px;font-size:.6875rem;display:flex}
.CommunityHub-module__c651NG__section{margin-bottom:var(--space-2xl)}.CommunityHub-module__c651NG__grid{gap:var(--space-lg);flex-direction:column;display:flex}@media (min-width:768px){.CommunityHub-module__c651NG__grid{grid-template-columns:repeat(2,1fr);display:grid}}.CommunityHub-module__c651NG__card{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:var(--space-lg)}.CommunityHub-module__c651NG__cardTitle{align-items:center;gap:var(--space-xs);margin-bottom:var(--space-md);color:var(--text-primary);font-size:.9rem;font-weight:700;display:flex}.CommunityHub-module__c651NG__feedList{gap:var(--space-md);flex-direction:column;display:flex}.CommunityHub-module__c651NG__feedItem{gap:var(--space-sm);display:flex}.CommunityHub-module__c651NG__feedAvatar{border-radius:var(--radius-full);background:var(--gradient-accent);width:32px;height:32px;color:var(--text-inverse);flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.CommunityHub-module__c651NG__feedBody{flex:1;min-width:0}.CommunityHub-module__c651NG__feedMeta{color:var(--text-secondary);gap:var(--space-xs);margin-bottom:2px;font-size:.75rem;display:flex}.CommunityHub-module__c651NG__feedMeta strong{color:var(--text-primary)}.CommunityHub-module__c651NG__feedComment{color:var(--text-primary);font-size:.8125rem;line-height:1.4}.CommunityHub-module__c651NG__feedTime{color:var(--text-muted);font-size:.6875rem}.CommunityHub-module__c651NG__clubList{gap:var(--space-sm);flex-direction:column;display:flex}.CommunityHub-module__c651NG__clubItem{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);background:var(--bg-hover);transition:background var(--transition-fast);cursor:pointer;justify-content:space-between;align-items:center;display:flex}.CommunityHub-module__c651NG__clubItem:hover{background:var(--accent-light)}.CommunityHub-module__c651NG__clubName{font-size:.875rem;font-weight:600}.CommunityHub-module__c651NG__clubMembers{color:var(--text-muted);font-size:.75rem}
.completed-module__A2XCZa__pageHeader{padding:var(--space-xl) 0 var(--space-lg)}.completed-module__A2XCZa__pageTitle{align-items:center;gap:var(--space-sm);font-size:1.5rem;font-weight:800;display:flex}.completed-module__A2XCZa__pageSubtitle{color:var(--text-secondary);margin-top:var(--space-xs);font-size:.875rem}.completed-module__A2XCZa__countBadge{border-radius:var(--radius-full);color:var(--accent);margin-left:var(--space-sm);background:#e8a8491f;align-items:center;padding:.15rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.completed-module__A2XCZa__storyGrid{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:768px){.completed-module__A2XCZa__storyGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.completed-module__A2XCZa__storyGrid{grid-template-columns:repeat(4,1fr)}}.completed-module__A2XCZa__emptyWrap{text-align:center;padding:3rem 0}.completed-module__A2XCZa__emptyIcon{font-size:3rem}.completed-module__A2XCZa__emptyText{color:var(--text-muted)}
.home-module__MD0jFa__section{margin-bottom:var(--space-2xl)}.home-module__MD0jFa__section:first-child{animation:.4s home-module__MD0jFa__fadeIn}.home-module__MD0jFa__twoColumn{gap:var(--space-xl);flex-direction:column;display:flex}@media (min-width:1024px){.home-module__MD0jFa__twoColumn{gap:var(--space-2xl);grid-template-columns:1fr 300px;align-items:start;display:grid}}.home-module__MD0jFa__mainContent{flex:1;min-width:0}.home-module__MD0jFa__latestList{border-radius:var(--radius-lg);border:1px solid var(--glass-border);background:var(--bg-card);flex-direction:column;display:flex;overflow:hidden}@media (min-width:768px){.home-module__MD0jFa__latestList{grid-template-columns:repeat(2,1fr);display:grid}}.home-module__MD0jFa__editorScroll{gap:var(--space-lg);scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:var(--space-sm);display:flex;overflow-x:auto}.home-module__MD0jFa__editorScroll::-webkit-scrollbar{display:none}.home-module__MD0jFa__completedGrid{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:768px){.home-module__MD0jFa__completedGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.home-module__MD0jFa__completedGrid{grid-template-columns:repeat(4,1fr)}}
.latest-module__XuIRea__pageHeader{padding:var(--space-xl) 0 var(--space-lg)}.latest-module__XuIRea__breadcrumb{align-items:center;gap:var(--space-xs);color:var(--text-muted);margin-bottom:var(--space-sm);font-size:.8125rem;display:flex}.latest-module__XuIRea__breadcrumb a{color:var(--text-secondary);transition:color var(--transition-fast)}.latest-module__XuIRea__breadcrumb a:hover{color:var(--accent)}.latest-module__XuIRea__breadSep{color:var(--text-muted)}.latest-module__XuIRea__titleRow{align-items:center;gap:var(--space-sm);display:flex}.latest-module__XuIRea__pageTitle{align-items:center;gap:var(--space-sm);font-size:1.5rem;font-weight:800;display:flex}.latest-module__XuIRea__countBadge{border-radius:var(--radius-sm);background:var(--accent-light);color:var(--accent);padding:4px 12px;font-size:.75rem;font-weight:700}.latest-module__XuIRea__pageSubtitle{color:var(--text-secondary);margin-top:var(--space-xs);font-size:.875rem}.latest-module__XuIRea__layout{gap:var(--space-xl);padding-bottom:var(--space-xxl);flex-direction:column;display:flex}@media (min-width:1024px){.latest-module__XuIRea__layout{gap:var(--space-xl);grid-template-columns:1fr 320px;align-items:start;display:grid}}.latest-module__XuIRea__mainContent{gap:var(--space-xl);flex-direction:column;min-width:0;display:flex}.latest-module__XuIRea__featured{gap:var(--space-lg);padding:var(--space-lg);border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--glass-border);transition:all var(--transition-base);display:flex;overflow:hidden}.latest-module__XuIRea__featured:hover{border-color:var(--accent);box-shadow:0 0 24px var(--accent-glow);transform:translateY(-2px)}.latest-module__XuIRea__featuredCover{border-radius:var(--radius-md);flex-shrink:0;width:140px;height:190px;overflow:hidden}.latest-module__XuIRea__featuredImg{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.latest-module__XuIRea__featuredBody{gap:var(--space-sm);flex-direction:column;justify-content:center;display:flex}.latest-module__XuIRea__featuredBadge{border-radius:var(--radius-sm);background:var(--gradient-accent);color:var(--bg-base);align-items:center;gap:6px;width:fit-content;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.latest-module__XuIRea__featuredTitle{color:var(--text-primary);font-size:1.25rem;font-weight:800;line-height:1.3}.latest-module__XuIRea__featuredMeta{color:var(--text-secondary);font-size:.8125rem}.latest-module__XuIRea__featuredChapter{border-radius:var(--radius-sm);background:var(--bg-elevated);border:1px solid var(--border);color:var(--accent);align-items:center;width:fit-content;padding:6px 14px;font-size:.8125rem;font-weight:600;display:inline-flex}@media (max-width:640px){.latest-module__XuIRea__featured{text-align:center;flex-direction:column;align-items:center}.latest-module__XuIRea__featuredBody{align-items:center}}.latest-module__XuIRea__sectionHeader{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.latest-module__XuIRea__sectionTitle{align-items:center;gap:var(--space-sm);font-size:1.125rem;font-weight:700;display:flex}.latest-module__XuIRea__storyGrid{border-radius:var(--radius-lg);border:1px solid var(--glass-border);background:var(--bg-card);flex-direction:column;display:flex;overflow:hidden}@media (min-width:768px){.latest-module__XuIRea__storyGrid{grid-template-columns:repeat(2,1fr);display:grid}}.latest-module__XuIRea__sidebar{top:calc(var(--header-height) + var(--space-md));position:sticky}.latest-module__XuIRea__sideCard{border-radius:var(--radius-lg);border:1px solid var(--glass-border);background:var(--bg-card);overflow:hidden}.latest-module__XuIRea__sideCardHeader{align-items:center;gap:var(--space-sm);padding:var(--space-md);border-bottom:1px solid var(--border);color:var(--accent);font-size:.9375rem;font-weight:700;display:flex}.latest-module__XuIRea__hotList{flex-direction:column;display:flex}.latest-module__XuIRea__hotItem{align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);border-bottom:1px solid var(--border);transition:background var(--transition-fast);display:flex}.latest-module__XuIRea__hotItem:last-child{border-bottom:none}.latest-module__XuIRea__hotItem:hover{background:var(--accent-light)}.latest-module__XuIRea__hotRank{border-radius:var(--radius-sm);background:var(--bg-elevated);width:24px;height:24px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:flex}.latest-module__XuIRea__hotThumb{border-radius:var(--radius-sm);-o-object-fit:cover;object-fit:cover;flex-shrink:0}.latest-module__XuIRea__hotInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.latest-module__XuIRea__hotTitle{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:600;overflow:hidden}.latest-module__XuIRea__hotViews{color:var(--text-muted);font-size:.6875rem}.latest-module__XuIRea__emptyWrap{text-align:center;padding:3rem 0}.latest-module__XuIRea__emptyIcon{font-size:3rem}.latest-module__XuIRea__emptyText{color:var(--text-muted)}
.genre-module__HTRrZa__breadcrumb{color:var(--text-muted);align-items:center;gap:var(--space-xs);margin-bottom:var(--space-sm);font-size:.8125rem;display:flex}.genre-module__HTRrZa__breadcrumb a:hover{color:var(--accent)}.genre-module__HTRrZa__pageHeader{padding:var(--space-xl) 0 var(--space-lg)}.genre-module__HTRrZa__pageTitle{align-items:center;gap:var(--space-sm);font-size:1.5rem;font-weight:800;display:flex}.genre-module__HTRrZa__countBadge{border-radius:var(--radius-full);color:var(--accent);margin-left:var(--space-sm);background:#e8a8491f;align-items:center;padding:.15rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.genre-module__HTRrZa__pageDesc{color:var(--text-secondary);margin-top:var(--space-xs);font-size:.875rem;line-height:1.5}.genre-module__HTRrZa__categoryLayout{gap:var(--space-lg);flex-direction:column;display:flex}@media (min-width:1024px){.genre-module__HTRrZa__categoryLayout{gap:var(--space-xl);grid-template-columns:1fr 320px;align-items:start;display:grid}}@media (min-width:1440px){.genre-module__HTRrZa__categoryLayout{grid-template-columns:1fr 360px}}.genre-module__HTRrZa__mainContent{min-width:0}.genre-module__HTRrZa__storyGrid{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:640px){.genre-module__HTRrZa__storyGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.genre-module__HTRrZa__storyGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.genre-module__HTRrZa__storyGrid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1440px){.genre-module__HTRrZa__storyGrid{grid-template-columns:repeat(5,1fr)}}.genre-module__HTRrZa__emptyWrap{text-align:center;padding:3rem 0}.genre-module__HTRrZa__emptyIcon{font-size:3rem}.genre-module__HTRrZa__emptyText{color:var(--text-muted)}
.search-module__uI0LkW__header{padding:var(--space-xl) 0}.search-module__uI0LkW__form{gap:var(--space-sm);margin-top:var(--space-md);display:flex}.search-module__uI0LkW__input{padding:.625rem var(--space-md);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);flex:1;font-size:.9rem}.search-module__uI0LkW__input:focus{outline:2px solid var(--accent);border-color:#0000}.search-module__uI0LkW__resultCount{color:var(--text-secondary);margin-bottom:var(--space-lg);font-size:.875rem}
