._errorBoundary_391dk_1{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}._errorContainer_391dk_9{text-align:center;width:100%;max-width:70%;padding:2.5rem}._errorTitle_391dk_16{color:#333;margin-bottom:.5rem;font-size:3rem;font-weight:700}._errorStackWrapper_391dk_23{position:relative}._copyButton_391dk_27{cursor:pointer;color:#333;background:#e5e5e5;border:1px solid #d4d4d4;border-radius:.25rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500;position:absolute;top:.5rem;right:.5rem}._copyButton_391dk_27:hover{background:#d4d4d4}._copyButton_391dk_27:active{background:#c4c4c4}._errorStack_391dk_23{text-align:start;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:.375rem;max-height:20rem;margin-top:1rem;padding:1rem;font-size:.875rem;overflow:auto}*,:before,:after{box-sizing:border-box}*{margin:0}body{-webkit-font-smoothing:antialiased;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}button{cursor:pointer;background:0 0;border:none}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--family-body);font-size:var(--text-base);min-height:100vh;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--family-display);color:var(--color-text);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{border-radius:var(--radius-md)}.gradient-text{background:linear-gradient(135deg,#7c4dff 0%,#4da3ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-container{max-width:1280px;padding:0 var(--space-6);margin:0 auto}@media (width<=768px){.section-container{padding:0 var(--space-4)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}::-webkit-scrollbar{background:0 0;width:0}*{scrollbar-width:none;-ms-overflow-style:none}.loading-bar{background:linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%);z-index:9999;pointer-events:none;height:3px;transition:width .15s linear,opacity .25s;position:fixed;top:0;left:0;box-shadow:0 0 10px #7c4dff66}.global-spinner{z-index:9999;pointer-events:none;background:var(--color-surface);box-shadow:var(--shadow-md);border:1px solid var(--color-border);border-radius:999px;gap:5px;padding:8px 12px;animation:.25s forwards fadeInSpinner;display:flex;position:fixed;top:20px;right:20px}.spinner-dot{background-color:var(--color-primary);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite both loaderBounce}.spinner-dot:first-child{animation-delay:-.3s}.spinner-dot:nth-child(2){background-color:var(--color-accent);animation-delay:-.15s}@keyframes fadeInSpinner{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes loaderBounce{0%,80%,to{transform:scale(.3)}40%{transform:scale(1.1)}}.app-page-enter{animation:.35s cubic-bezier(.4,0,.2,1) forwards pageFadeIn}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}a,button,select,input,.categoryCard,.rankCard,.featureCard,.novelMini,.spotlight,.suggestNovel,.workCard,.recItem{transition:transform .2s cubic-bezier(.4,0,.2,1),background-color .2s,border-color .2s,box-shadow .2s}button:active,a:active,.categoryCard:active,.rankCard:active,.novelMini:active,.workCard:active{transform:scale(.98)!important}:root,.light-theme{--color-bg:#f5f7fc;--color-bg-secondary:#eceef5;--color-surface:#fff;--color-surface-hover:#f0f2f9;--color-border:#e4e7ec;--color-border-hover:#c8cedb;--color-primary:#7c4dff;--color-primary-hover:#9b6bff;--color-primary-glow:#7c4dff33;--color-accent:#4da3ff;--color-text:#111827;--color-text-secondary:#667085;--color-text-muted:#9ca7bf;--color-text-on-primary:#fff;--color-success:#32d583;--color-warning:#ffb547;--color-danger:#ff5d73;--color-info:#4da3ff;--color-hero-overlay-100:#f5f7fc;--color-hero-overlay-80:#f5f7fccc;--color-hero-overlay-20:#f5f7fc33;--color-hero-overlay-0:#f5f7fc00;--family-display:"Playfair Display", serif;--family-body:"Inter", sans-serif;--family-reader:"Merriweather", serif;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 4px #0000000f;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 8px 32px #0000001f;--shadow-primary:0 0 24px #7c4dff40;--sidebar-width:240px;--topbar-height:64px;--bottom-nav-height:64px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.3s ease}.dark-theme{--color-bg:#0b1020;--color-bg-secondary:#0f1528;--color-surface:#121a2b;--color-surface-hover:#1a2540;--color-border:#24304a;--color-border-hover:#3a4d6a;--color-primary:#7c4dff;--color-primary-hover:#9b6bff;--color-primary-glow:#7c4dff4d;--color-accent:#4da3ff;--color-text:#f5f7fb;--color-text-secondary:#9ca7bf;--color-text-muted:#5a6785;--color-text-on-primary:#fff;--color-success:#32d583;--color-warning:#ffb547;--color-danger:#ff5d73;--color-info:#4da3ff;--color-hero-overlay-100:#0b1020;--color-hero-overlay-80:#0b1020cc;--color-hero-overlay-20:#0b102033;--color-hero-overlay-0:#0b102000;--shadow-sm:0 1px 4px #0006;--shadow-md:0 4px 16px #00000080;--shadow-lg:0 8px 32px #0009;--shadow-primary:0 0 32px #7c4dff66}
