@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--bg-primary:#121212;--bg-secondary:#1a1a1a;--bg-tertiary:#242424;--bg-card:#1e1e1e;--bg-card-hover:#2a2a2a;--bg-overlay:#000000b3;--bg-glass:#121212e0;--text-primary:#e8e6e3;--text-secondary:#a8a8a8;--text-muted:#6b6b6b;--text-inverse:#121212;--accent-primary:#8b5cf6;--accent-primary-hover:#a78bfa;--accent-primary-rgb:139, 92, 246;--accent-secondary:#06b6d4;--accent-gradient:linear-gradient(135deg, #8b5cf6, #06b6d4);--accent-gradient-hover:linear-gradient(135deg, #a78bfa, #22d3ee);--accent-warm:#f59e0b;--accent-pink:#ec4899;--accent-green:#10b981;--accent-red:#ef4444;--border-color:#ffffff14;--border-color-hover:#ffffff29;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080;--shadow-glow:0 0 20px #8b5cf64d;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-md:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--font-size-4xl:2.5rem;--font-size-5xl:3.5rem;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition-fast:.15s ease-out;--transition-normal:.25s ease-out;--transition-slow:.35s cubic-bezier(.2, 0, 0, 1);--transition-spring:.2s cubic-bezier(.34, 1.56, .64, 1);--navbar-height:56px;--bottom-nav-height:60px;--content-max-width:1400px;--sidebar-width:280px;--touch-target-min:44px;--touch-target-comfortable:48px;--touch-margin:8px;--manga-font-size:16px;--manga-line-height:1.5;--manga-panel-gap:0px}[data-theme=light]{--bg-primary:#f5f5f5;--bg-secondary:#fff;--bg-tertiary:#eaeaea;--bg-card:#fff;--bg-card-hover:#f0f0f0;--bg-overlay:#0006;--bg-glass:#ffffffe0;--text-primary:#1a1a1a;--text-secondary:#555;--text-muted:#888;--text-inverse:#fff;--border-color:#00000014;--border-color-hover:#00000029;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 4px 16px #0000001a;--shadow-lg:0 8px 32px #0000001f;--shadow-glow:0 0 20px #8b5cf626}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}body{font-family:var(--font-family);background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;transition:background-color var(--transition-normal), color var(--transition-normal);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}ul,ol{list-style:none}.container{max-width:var(--content-max-width);padding:0 var(--space-xl);margin:0 auto}.gradient-text{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary{justify-content:center;align-items:center;gap:var(--space-sm);padding:12px var(--space-lg);min-height:var(--touch-target-min);background:var(--accent-gradient);color:#fff;font-weight:600;font-size:var(--font-size-sm);border-radius:var(--radius-full);cursor:pointer;transition:transform var(--transition-spring), box-shadow var(--transition-normal);will-change:transform;border:none;display:inline-flex;position:relative;overflow:hidden}.btn-primary:hover{box-shadow:var(--shadow-glow);transform:translateY(-1px)}.btn-primary:active{transform:scale(.97)}.btn-secondary{justify-content:center;align-items:center;gap:var(--space-sm);padding:12px var(--space-lg);min-height:var(--touch-target-min);color:var(--text-primary);font-weight:600;font-size:var(--font-size-sm);border-radius:var(--radius-full);border:1px solid var(--border-color-hover);cursor:pointer;transition:transform var(--transition-spring), background var(--transition-normal), border-color var(--transition-normal);will-change:transform;background:0 0;display:inline-flex;position:relative;overflow:hidden}.btn-secondary:hover{background:var(--bg-tertiary);border-color:var(--accent-primary)}.btn-secondary:active{transform:scale(.97)}.ripple{position:relative;overflow:hidden}.ripple:after{content:"";opacity:0;pointer-events:none;background:#ffffff26;border-radius:50%;width:0;height:0;transition:width .4s,height .4s,opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ripple:active:after{opacity:1;width:200%;height:200%;transition:width,height,opacity}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fadeIn{animation:.4s ease-out forwards fadeIn}.animate-slideUp{animation:.5s ease-out forwards slideUp}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:768px){body{padding-bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom,0px))}.container{padding:0 var(--space-md)}}body.immersive-mode .site-navbar,body.immersive-mode .site-bottom-nav,body.immersive-mode .site-viewer-controls,body.immersive-mode .site-footer{opacity:0;pointer-events:none;transition:opacity var(--transition-normal), transform var(--transition-normal);transform:translateY(-100%)}body.immersive-mode .site-bottom-nav{transform:translateY(100%)}body.immersive-mode-visible .site-navbar,body.immersive-mode-visible .site-bottom-nav,body.immersive-mode-visible .site-viewer-controls{opacity:1;pointer-events:auto;transform:translateY(0)}
.ThemeToggle-module__sGqMhG__themeToggle{border-radius:var(--radius-full);width:44px;height:44px;color:var(--text-secondary);transition:all var(--transition-normal);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ThemeToggle-module__sGqMhG__themeToggle:hover{background:var(--bg-tertiary);color:var(--text-primary)}.ThemeToggle-module__sGqMhG__iconContainer{justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.ThemeToggle-module__sGqMhG__sun,.ThemeToggle-module__sGqMhG__moon{transition:transform var(--transition-spring), opacity var(--transition-normal);will-change:transform, opacity;position:absolute}[data-theme=light] .ThemeToggle-module__sGqMhG__sun{opacity:1;transform:rotate(0)scale(1)}[data-theme=light] .ThemeToggle-module__sGqMhG__moon{opacity:0;transform:rotate(90deg)scale(0)}:is([data-theme=dark] .ThemeToggle-module__sGqMhG__sun,:not([data-theme=light]) .ThemeToggle-module__sGqMhG__sun){opacity:0;transform:rotate(-90deg)scale(0)}:is([data-theme=dark] .ThemeToggle-module__sGqMhG__moon,:not([data-theme=light]) .ThemeToggle-module__sGqMhG__moon){opacity:1;transform:rotate(0)scale(1)}
.NotificationBell-module__doceWq__bellContainer{align-items:center;margin-right:16px;display:flex;position:relative}.NotificationBell-module__doceWq__bellButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:8px;transition:all .2s;position:relative}.NotificationBell-module__doceWq__bellButton:hover{background:var(--bg-tertiary);color:var(--text-primary)}.NotificationBell-module__doceWq__bellShake{animation:.6s NotificationBell-module__doceWq__bellShake}@keyframes NotificationBell-module__doceWq__bellShake{0%{transform:rotate(0)}15%{transform:rotate(14deg)}30%{transform:rotate(-14deg)}45%{transform:rotate(10deg)}60%{transform:rotate(-8deg)}75%{transform:rotate(4deg)}to{transform:rotate(0)}}.NotificationBell-module__doceWq__badge{background:var(--accent-red);color:#fff;border:2px solid var(--bg-primary);border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;animation:.3s cubic-bezier(.175,.885,.32,1.275) NotificationBell-module__doceWq__badgePop;display:flex;position:absolute;top:2px;right:2px}@keyframes NotificationBell-module__doceWq__badgePop{0%{transform:scale(0)}80%{transform:scale(1.2)}to{transform:scale(1)}}.NotificationBell-module__doceWq__popover{-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:var(--radius-md);z-index:1000;background:#12121af2;flex-direction:column;width:360px;max-height:440px;animation:.2s NotificationBell-module__doceWq__popoverSlideIn;display:flex;position:absolute;top:calc(100% + 8px);right:-8px;overflow:hidden;box-shadow:0 16px 48px #0000004d,0 0 0 1px #8b5cf614}@keyframes NotificationBell-module__doceWq__popoverSlideIn{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.NotificationBell-module__doceWq__popoverHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:14px 16px;font-size:14px;font-weight:700;display:flex}.NotificationBell-module__doceWq__markAllRead{color:var(--accent-primary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600;transition:all .15s}.NotificationBell-module__doceWq__markAllRead:hover{background:#8b5cf61a}.NotificationBell-module__doceWq__emptyMsg{text-align:center;color:var(--text-muted);padding:32px 24px;font-size:14px}.NotificationBell-module__doceWq__emptyIcon{opacity:.5;margin-bottom:8px;font-size:2rem}.NotificationBell-module__doceWq__list{flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}.NotificationBell-module__doceWq__listItem{border-bottom:1px solid var(--border-color);cursor:pointer;align-items:flex-start;gap:10px;padding:12px 16px;font-size:14px;transition:background .15s;display:flex}.NotificationBell-module__doceWq__listItem:last-child{border-bottom:none}.NotificationBell-module__doceWq__listItem:hover{background:#8b5cf60d}.NotificationBell-module__doceWq__listItem p{margin:0 0 4px;line-height:1.4}.NotificationBell-module__doceWq__notifIcon{flex-shrink:0;margin-top:2px;font-size:1.25rem}.NotificationBell-module__doceWq__notifContent{flex:1;min-width:0}.NotificationBell-module__doceWq__notifMessage{color:var(--text-primary);font-size:13px;line-height:1.5}.NotificationBell-module__doceWq__time{color:var(--text-muted);margin-top:2px;font-size:11px}.NotificationBell-module__doceWq__unreadItem{border-left:3px solid var(--accent-primary);background:#8b5cf60f}.NotificationBell-module__doceWq__unreadItem .NotificationBell-module__doceWq__notifMessage{font-weight:500}.NotificationBell-module__doceWq__notifComment .NotificationBell-module__doceWq__notifIcon{color:var(--accent-secondary)}.NotificationBell-module__doceWq__notifLike .NotificationBell-module__doceWq__notifIcon{color:var(--accent-pink)}.NotificationBell-module__doceWq__notifFollow .NotificationBell-module__doceWq__notifIcon{color:var(--accent-primary)}.NotificationBell-module__doceWq__notifTip .NotificationBell-module__doceWq__notifIcon{color:var(--accent-warm)}
.Navbar-module__cJzEcG__navbar{height:var(--navbar-height);padding:0 var(--space-xl);z-index:100;transition:background var(--transition-slow);background:0 0;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color)}.Navbar-module__cJzEcG__navLeft{align-items:center;gap:var(--space-xl);display:flex}.Navbar-module__cJzEcG__logo{font-size:var(--font-size-xl);letter-spacing:-.5px;font-weight:800}.Navbar-module__cJzEcG__navLinks{gap:var(--space-lg);display:flex}.Navbar-module__cJzEcG__navLink{font-size:var(--font-size-sm);color:var(--text-secondary);transition:color var(--transition-fast);padding:var(--space-xs) 0;font-weight:500;position:relative}.Navbar-module__cJzEcG__navLink:hover,.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:var(--text-primary)}.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active:after{content:"";background:var(--accent-gradient);border-radius:var(--radius-full);height:2px;position:absolute;bottom:-4px;left:0;right:0}.Navbar-module__cJzEcG__navRight{align-items:center;gap:var(--space-md);display:flex}.Navbar-module__cJzEcG__searchButton{align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--bg-tertiary);border-radius:var(--radius-full);color:var(--text-muted);font-size:var(--font-size-sm);transition:all var(--transition-normal);border:1px solid var(--border-color);min-width:200px;display:flex}.Navbar-module__cJzEcG__searchButton:hover{border-color:var(--border-color-hover);color:var(--text-secondary)}.Navbar-module__cJzEcG__userMenu{align-items:center;gap:var(--space-sm);display:flex}.Navbar-module__cJzEcG__avatar{border-radius:var(--radius-full);border:2px solid var(--border-color);width:36px;height:36px;transition:border-color var(--transition-fast);overflow:hidden}.Navbar-module__cJzEcG__avatar:hover{border-color:var(--accent-primary)}.Navbar-module__cJzEcG__avatar img{object-fit:cover;width:100%;height:100%}.Navbar-module__cJzEcG__uploadButton{padding:8px 16px}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__searchButton,.Navbar-module__cJzEcG__uploadButton{display:none}.Navbar-module__cJzEcG__navLeft{gap:var(--space-md)}}
.Footer-module__S6Hkya__footer{margin-top:var(--space-3xl);padding:var(--space-3xl) var(--space-xl) var(--space-xl);border-top:1px solid var(--border-color);background:var(--bg-secondary)}.Footer-module__S6Hkya__content{max-width:var(--content-max-width);gap:var(--space-2xl);margin:0 auto;margin-bottom:var(--space-2xl);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.Footer-module__S6Hkya__brand{gap:var(--space-md);flex-direction:column;display:flex}.Footer-module__S6Hkya__logo{font-size:var(--font-size-xl);font-weight:800}.Footer-module__S6Hkya__tagline{font-size:var(--font-size-sm);color:var(--text-muted);line-height:1.6}.Footer-module__S6Hkya__column h4{font-size:var(--font-size-sm);margin-bottom:var(--space-md);color:var(--text-secondary);font-weight:600}.Footer-module__S6Hkya__column a{font-size:var(--font-size-sm);color:var(--text-muted);transition:color var(--transition-fast);padding:4px 0;display:block}.Footer-module__S6Hkya__column a:hover{color:var(--accent-primary)}.Footer-module__S6Hkya__bottom{max-width:var(--content-max-width);padding-top:var(--space-xl);border-top:1px solid var(--border-color);font-size:var(--font-size-xs);color:var(--text-muted);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Footer-module__S6Hkya__socials{gap:var(--space-md);display:flex}.Footer-module__S6Hkya__socials a{color:var(--text-muted);transition:color var(--transition-fast)}.Footer-module__S6Hkya__socials a:hover{color:var(--accent-primary)}@media (max-width:768px){.Footer-module__S6Hkya__content{grid-template-columns:1fr 1fr}}
.BottomNav-module__JpMf2G__bottomNav{height:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border-color);z-index:99;display:none;position:fixed;bottom:0;left:0;right:0}@media (max-width:768px){.BottomNav-module__JpMf2G__bottomNav{justify-content:space-around;align-items:center;display:flex}}.BottomNav-module__JpMf2G__navItem{width:100%;height:var(--bottom-nav-height);color:var(--text-muted);transition:color var(--transition-fast);-webkit-tap-highlight-color:transparent;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:10px;font-weight:500;text-decoration:none;display:flex;position:relative}.BottomNav-module__JpMf2G__navItem:active{transition:transform .1s;transform:scale(.95)}.BottomNav-module__JpMf2G__navItem.BottomNav-module__JpMf2G__active{color:var(--text-primary)}.BottomNav-module__JpMf2G__icon{justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.BottomNav-module__JpMf2G__icon svg{transition:transform var(--transition-spring);will-change:transform}.BottomNav-module__JpMf2G__navItem.BottomNav-module__JpMf2G__active .BottomNav-module__JpMf2G__icon svg{color:var(--accent-primary);transform:translateY(-2px)}.BottomNav-module__JpMf2G__indicator{background:var(--accent-gradient);opacity:0;width:32px;height:3px;transition:opacity var(--transition-normal);border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}.BottomNav-module__JpMf2G__navItem.BottomNav-module__JpMf2G__active .BottomNav-module__JpMf2G__indicator{opacity:1}.BottomNav-module__JpMf2G__uploadItem{color:var(--text-primary)}.BottomNav-module__JpMf2G__uploadIconWrapper{border-radius:var(--radius-full);background:var(--accent-gradient);color:#fff;width:40px;height:40px;box-shadow:var(--shadow-sm);border:4px solid var(--bg-primary);transition:transform var(--transition-spring);justify-content:center;align-items:center;margin-top:-16px;display:flex}.BottomNav-module__JpMf2G__uploadItem:active .BottomNav-module__JpMf2G__uploadIconWrapper{transform:scale(.92)}
