:root{--page-bg: #ffffff;--page-text: #1e293b;--surface-bg: #e6f2fb;--surface-bg-soft: #dbeefd;--surface-border: #c5def1;--surface-muted: var(--surface-bg-soft);--text-primary: #020617;--text-secondary: #334155;--text-muted: #64748b}html.dark{--page-bg: #020617;--page-text: #f8fafc;--surface-bg: #111;--surface-bg-soft: #1a1a1a;--surface-border: #222;--surface-muted: #1a1a1a;--text-primary: #f8fafc;--text-secondary: #cbd5f5;--text-muted: #94a3b8}html:not(.dark) #site-header{color:var(--text-primary)}html:not(.dark) #site-header a{color:var(--text-primary)}html:not(.dark) #site-header a:hover{opacity:.85}body{background:var(--page-bg);color:var(--page-text);letter-spacing:.01em}a{text-decoration:none}.login-required{margin:1em 0;padding:12px;background:var(--surface-bg);border-left:4px solid var(--surface-border);font-size:.95rem}.novel-row,.update-card,.featured-card-link,.continue-reading .continue-card,.single-novel .novel-info-box,.single-novel .novel-toggle-box,.single-chapter .chapter-nav-bar{background:var(--surface-bg);color:var(--text-secondary);border:1px solid var(--surface-border)}.novel-row-cover,.featured-cover,.single-novel .novel-toggle-tabs,.chapter-toc{background:var(--surface-bg-soft)}.novel-row-title,.single-novel .novel-title,.section-title,.update-novel-title a,.continue-title{color:var(--text-primary)}.novel-row-excerpt,.single-novel .novel-meta li,.featured-pitch,.continue-meta,.update-time{color:var(--text-muted)}.chapter-breadcrumb{font-size:.85rem;color:var(--text-muted)}.chapter-breadcrumb-link{color:var(--text-secondary)}.chapter-breadcrumb-link:hover{color:var(--text-primary)}.novel-filter-bar{display:flex;gap:10px;justify-content:center;margin:1.5rem 0 2.5rem;flex-wrap:wrap}.novel-filter-bar select,.novel-filter-bar button{padding:8px 12px;font-size:.9rem;border-radius:6px;border:1px solid var(--surface-border);background:var(--surface-bg);color:var(--text-primary)}.novel-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:640px){.novel-grid{grid-template-columns:1fr}}.novel-row{border-radius:12px;overflow:hidden;height:260px}.novel-row-link{display:flex;height:100%;color:inherit}.novel-row-content{padding:14px 16px;display:flex;flex-direction:column;gap:8px}.genre-pill{font-size:.75rem;padding:3px 8px;border-radius:999px;background:var(--surface-bg-soft);color:#f4a261}.status-ongoing{background:#2c7be5;color:#fff}.status-completed{background:#28a745;color:#fff}.status-hiatus{background:#f0ad4e;color:#fff}.status-dropped{background:#d9534f;color:#fff}.single-novel .novel-page{max-width:1000px;margin:2.5rem auto;padding:0 1rem}.single-novel .novel-info{display:flex;flex-direction:column;gap:10px}.single-novel .novel-alt-title{font-size:.95rem;color:var(--text-muted)}.single-novel .novel-meta{list-style:none;padding:0;margin:0}.single-novel .novel-meta li{font-size:.9rem;line-height:1.6;color:var(--text-secondary)}.single-novel .novel-meta strong{color:var(--text-primary);font-weight:600}.single-novel .novel-genres{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.single-novel .novel-toggle-tabs{display:flex;border-bottom:1px solid var(--surface-border)}.single-novel .toggle-panel{padding:1.75rem;background:var(--surface-bg);color:var(--text-secondary);width:100%}.novel-cover-placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:.85rem;color:var(--text-muted)}.btn-secondary{display:inline-block;padding:.375rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:600;background:var(--surface-bg-soft);color:var(--text-primary);border:1px solid var(--surface-border);transition:background .2s ease}.btn-secondary:hover{background:var(--surface-bg)}.btn-secondary-muted{display:inline-block;padding:.375rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:500;background:var(--surface-bg);color:var(--text-secondary);border:1px solid var(--surface-border)}.novel-row-cover{width:160px;aspect-ratio:2 / 3;flex-shrink:0;overflow:hidden;background:var(--surface-bg-soft)}@media(max-width:640px){.novel-row-cover{width:120px}}.single-novel .toggle-btn{flex:1;padding:14px;font-weight:600;font-size:.9rem;background:none;border:none;cursor:pointer;color:var(--text-muted)}.single-novel .toggle-btn.active{color:#f4a261;border-bottom:2px solid #f4a261}.single-chapter .chapter-page{max-width:820px;margin:2.5rem auto;padding:0 1rem}.single-chapter .chapter-content{font-size:1rem;line-height:1.9}.single-chapter .chapter-title{font-size:1.5rem;font-weight:700;margin:1rem 0;color:var(--text-primary)}.single-chapter .chapter-content p{margin-bottom:1.4em}.single-novel .novel-info-box{display:flex;gap:22px;min-height:220px}.single-novel .novel-cover{flex:0 0 180px;aspect-ratio:2 / 3;border-radius:10px;overflow:hidden;background:var(--surface-bg-soft)}.single-novel .novel-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media(max-width:768px){.single-novel .novel-info-box{flex-direction:column;align-items:center}.single-novel .novel-cover{max-width:160px}}.single-chapter .chapter-nav-btn{display:flex;justify-content:center;align-items:center;background:var(--surface-bg-soft);color:#f4a261;padding:10px 16px;border-radius:10px;font-size:.85rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .2s ease}.single-chapter .chapter-nav-btn:hover{background:var(--surface-bg)}.single-chapter .chapter-nav-btn.disabled{opacity:.4;pointer-events:none}.single-chapter .chapter-toc{min-width:220px;background:var(--surface-bg-soft);color:#f4a261;border:1px solid var(--surface-border);border-radius:10px;padding:10px 14px;font-size:.85rem;font-weight:600;text-align:center;cursor:pointer}.chapter-toc-btn{background:var(--surface-bg-soft);color:#f4a261;padding:6px 10px;border-radius:8px;border:1px solid var(--surface-border);font-size:.75rem;font-weight:600;cursor:pointer}.featured-section,.front-section{max-width:1200px;margin:0 auto 4rem;padding:0 1rem}.featured-card-link:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000026}.updates-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}@media(max-width:640px){.updates-grid{grid-template-columns:1fr}}.featured-cover{position:relative;aspect-ratio:2 / 3;overflow:hidden;background:var(--surface-bg-soft)}@media(max-width:640px){.single-novel .novel-page{margin-top:1.25rem;padding:0 .75rem}.single-novel .novel-info-box{gap:14px;padding:14px;border-radius:12px}.single-novel .novel-title{font-size:1.25rem;line-height:1.3}.single-novel .novel-meta li{font-size:.82rem;line-height:1.45}.single-chapter .chapter-toc{display:none}}.continue-card{width:100%;overflow:hidden;border-radius:12px;background:var(--surface-bg);border:1px solid var(--surface-border);color:var(--text-secondary)}.desktop-only{display:block}.mobile-only{display:none}@media(max-width:768px){.desktop-only{display:none}.mobile-only{display:block}}.novel-row-cover{width:160px;aspect-ratio:2 / 3;flex-shrink:0;overflow:hidden;border-radius:8px}.novel-row-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.featured-cover{aspect-ratio:2 / 3;overflow:hidden;border-radius:10px}.featured-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.single-novel .novel-cover{flex:0 0 180px;aspect-ratio:2 / 3;overflow:hidden;border-radius:10px}.single-novel .novel-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.btn-primary{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;background:#38bdf8;color:#0f172a;transition:background .2s ease}.btn-primary:hover{background:#7dd3fc}.site-footer{border-top:1px solid var(--surface-border);background:var(--surface-bg)}.footer-text{font-size:.85rem;color:var(--text-muted)}.footer-brand{color:var(--text-primary);font-weight:600}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;font-size:.85rem}.footer-link{color:var(--text-secondary);transition:color .2s ease}.footer-link:hover{color:var(--text-primary)}.glossary-table{width:100%;border-collapse:collapse;background:var(--surface-bg);border:1px solid var(--surface-border);border-radius:10px;overflow:hidden;font-size:.9rem}.glossary-table thead th{text-align:left;padding:.75rem 1rem;background:var(--surface-bg-soft);color:var(--text-primary);font-weight:600;font-size:.85rem;border-bottom:1px solid var(--surface-border)}.glossary-table td{padding:.75rem 1rem;vertical-align:top;color:var(--text-secondary);border-bottom:1px solid var(--surface-border)}.glossary-table th+th,.glossary-table td+td{border-left:1px solid var(--surface-border)}.glossary-table tbody tr:nth-child(2n){background:color-mix(in srgb,var(--surface-bg-soft) 65%,transparent)}.glossary-table tbody tr:hover{background:var(--surface-bg-soft)}.glossary-table tbody tr:last-child td{border-bottom:none}.glossary-page details>summary{cursor:pointer;padding:.5rem 0;font-weight:600;color:var(--text-primary)}.glossary-page details[open]>summary{margin-bottom:.5rem}.glossary-page{max-width:1200px;margin:0 auto;padding:1.25rem 1rem}.toggle-panel[x-cloak]{display:none!important}.novel-toggle-box{display:block}.toggle-panel{width:100%}.chapter-toc-wrapper{position:relative}.chapter-toc-native{position:absolute;inset:0;width:100%;height:100%;opacity:0;z-index:2}.single-chapter .chapter-nav-btn{position:relative;z-index:3}.chapter-toc-btn{display:inline-flex;align-items:center;justify-content:center;min-width:100px;text-align:center}@media(max-width:640px){.single-chapter .chapter-nav-bar{gap:8px}}.genre-pill:hover{background:var(--surface-bg);color:var(--text-primary)}.novel-filter-bar button:hover{background:var(--surface-bg-soft)}.featured-card-link:hover{box-shadow:0 12px 30px #00000040}#site-header{position:sticky;top:0;z-index:1000}:root{--chapter-font-size: 16px}.chapter-content{font-size:var(--chapter-font-size);line-height:1.9}.chapter-reader-controls{display:flex;justify-content:center;gap:10px;margin:1.5rem 0 2rem}.chapter-reader-btn{background:var(--surface-bg-soft);color:var(--text-primary);border:1px solid var(--surface-border);border-radius:8px;padding:6px 10px;font-size:.85rem;font-weight:600;cursor:pointer}.chapter-reader-btn:hover{background:var(--surface-bg)}.page-content{font-size:1rem;line-height:1.75;color:var(--text-secondary)}.page-content h2,.page-content h3,.page-content h4{color:var(--text-primary);margin-top:2rem;margin-bottom:.75rem;font-weight:600}.page-content p{margin-bottom:1.25rem}.page-content a{color:#38bdf8;text-decoration:underline}.page-content ul,.page-content ol{margin-left:1.25rem;margin-bottom:1.25rem}.page-content li{margin-bottom:.5rem}.continue-info{flex:1;min-width:0}.update-cover .novel-cover-placeholder{width:90px;height:125px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--text-muted)}#site-header{position:fixed;top:0;left:0;right:0;z-index:1000;transform:translateY(0);transition:transform .25s ease}#site-header.header-hidden{transform:translateY(-100%)}body{padding-top:72px}#site-header{background:color-mix(in srgb,var(--surface-bg) 85%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.footer-nav{display:flex;flex-wrap:nowrap;gap:1rem}@media(max-width:480px){.footer-nav{overflow-x:auto;white-space:nowrap;justify-content:center}}.featured-carousel{display:flex;gap:20px;overflow-x:auto;padding-bottom:10px}.featured-carousel::-webkit-scrollbar{height:6px}.featured-carousel::-webkit-scrollbar-thumb{background:var(--surface-border);border-radius:999px}.featured-card{width:260px;flex-shrink:0}.update-card{min-height:140px}.update-info{display:flex;flex-direction:column}.update-chapters{margin-top:auto}.featured-section{margin-top:5rem}.front-section{margin-top:4rem}.section-title{letter-spacing:.02em}.single-chapter .chapter-nav-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:nowrap}.single-chapter .chapter-toc-wrapper{flex-shrink:0}.update-card{display:flex;gap:14px;padding:14px;align-items:flex-start}.update-info{flex:1;min-width:0}.update-chapters li{display:flex;justify-content:space-between;gap:10px}.featured-cover{width:100%;max-width:160px;aspect-ratio:2 / 3;margin:0 auto}.update-cover{width:90px;height:135px;flex-shrink:0;overflow:hidden;border-radius:6px;background:var(--surface-bg-soft)}.update-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.updates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:22px}@media(max-width:480px){.update-card{padding:12px;gap:10px}.update-cover{width:70px;height:105px}}.featured-cover{position:relative}.featured-status{position:absolute;top:10px;left:10px;z-index:2;font-size:.7rem;font-weight:600;padding:4px 10px;border-radius:999px;line-height:1;white-space:nowrap;color:#fff}.novel-status{display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;padding:4px 10px;border-radius:999px;line-height:1;white-space:nowrap;color:#fff}.chapter-notes{margin-top:3rem;padding:1.25rem 1.5rem;background:var(--surface-muted);border-left:4px solid var(--accent)}.chapter-notes h3{margin-bottom:.75rem;font-size:1.1rem;font-weight:600;color:var(--text-primary)}.chapter-notes-content{line-height:1.7;color:var(--text-primary);white-space:normal}.chapter-comments{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--surface-border)}.chapter-comments h3{margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.comment-box{margin-top:2rem;margin-bottom:3rem;padding:1.25rem 1.5rem;background:var(--surface-bg);border:1px solid var(--surface-border);border-left:4px solid var(--accent);border-radius:10px;box-shadow:0 6px 18px #00000014}.comment-form{margin-bottom:0}.comment-form textarea{width:100%;padding:.75rem;font-family:inherit;resize:vertical;background:var(--surface-bg);color:var(--text-primary);border-radius:6px;border:1px solid var(--surface-border)}.comment-form textarea:focus{outline:none;border-color:var(--accent)}.comment-form button{display:inline-block;margin-top:.6rem;padding:.5rem 1.4rem;background:var(--accent);color:var(--text-primary);border:1px solid var(--accent);border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease}.comment-form button:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.comment-form button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.comment{padding:1rem 0;border-bottom:1px solid var(--surface-border)}.comment:last-child{border-bottom:none}.comment-meta{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:var(--text-muted)}.comment-meta strong{font-weight:600;color:var(--text-primary)}.comment-body{margin-top:.4rem;line-height:1.6;white-space:pre-wrap;color:var(--text-primary)}.chapter-notes{margin-bottom:4rem}#comments{margin-top:2rem}.novel-toc-group{margin-bottom:2rem}.novel-toc-list{list-style:none;padding-left:0;margin:0}.novel-toc-list li{margin-bottom:.5rem}.novel-toc-link{color:var(--text-secondary);font-weight:500}.novel-toc-link:hover{color:var(--text-primary)}.chapter-toc option:disabled{font-weight:600;color:var(--text-muted)}.glossary-page{padding-top:5rem}.filter-tab{padding:.4rem .8rem;border-radius:6px;background:var(--surface-bg-soft);color:var(--text-secondary);border:1px solid var(--surface-border);text-decoration:none;font-size:.85rem;font-weight:500;transition:background .15s ease,color .15s ease}.filter-tab:hover{background:var(--surface-bg);color:var(--text-primary)}.filter-tab.active{background:var(--accent);color:var(--text-primary);border-color:var(--accent)}.arc-content{font-size:1rem;line-height:1.85;color:var(--text-secondary)}.arc-content p{margin-bottom:1.4em}.arc-content p:last-child{margin-bottom:0}.arc-content h2,.arc-content h3,.arc-content h4{margin-top:2.2rem;margin-bottom:.75rem;font-weight:600;color:var(--text-primary)}.arc-content ul,.arc-content ol{margin-left:1.25rem;margin-bottom:1.25rem}.arc-content li{margin-bottom:.5rem}.arc-content blockquote{margin:1.5rem 0;padding-left:1rem;border-left:3px solid var(--surface-border);color:var(--text-muted)}#back-to-top{position:fixed;bottom:1.25rem;right:1.25rem;width:44px;height:44px;border-radius:999px;border:1px solid var(--surface-border);background:var(--surface-bg);color:var(--text-primary);font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:999;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,background .2s ease}#back-to-top.show{opacity:1;pointer-events:auto;transform:translateY(0)}#back-to-top:hover{background:var(--surface-bg-soft)}@media(max-width:640px){#back-to-top{bottom:1rem;right:1rem}}select{background-color:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color)}select option{background-color:var(--bg-card);color:var(--text-primary)}select:focus{outline:none;border-color:var(--accent)}
