:root{color-scheme:light;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--bg: #f6f5ef;--paper: #fffdf7;--surface: #ffffff;--surface-soft: #f1f0e8;--surface-tint: #edf4ed;--text: #1c221d;--muted: #6f766f;--faint: #a1a99f;--border: #deded3;--accent: #246b52;--accent-deep: #0c4e3e;--accent-soft: #dfece3;--warn: #c57a18;--danger: #a33c34;--shadow-sm: 0 8px 22px rgba(35, 43, 37, .08);--shadow-md: 0 20px 52px rgba(35, 43, 37, .12);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--nav-width: 176px;--reader-standard-max: 1440px;--reader-browse-max: 2040px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;height:100%;margin:0}body{overflow:hidden;background:radial-gradient(circle at 24% 0%,#ffffff 0,var(--bg) 38%,#eeeee7 100%)}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}h1,h2,h3,p,dl,dd{margin:0}.reader-app{position:relative;isolation:isolate;width:100%;height:100dvh;display:grid;grid-template-columns:var(--nav-width) minmax(0,1fr);color:var(--text)}.reader-app>pwa-install{position:fixed;z-index:90;top:0;left:0;width:0;height:0}.reader-app.immersive{grid-template-columns:minmax(0,1fr)}.reader-app.immersive .app-stage{grid-template-rows:auto minmax(0,1fr);padding:0}.reader-app.immersive .immersive-reader-shell{grid-row:2}.reader-app.green{--bg: #f2f6f1;--paper: #fbfbf0;--surface-soft: #e8efe8}.reader-app.night{color-scheme:dark;--bg: #151917;--paper: #1e221f;--surface: #1b201d;--surface-soft: #252b27;--surface-tint: #233027;--text: #edf1ea;--muted: #a8b0aa;--faint: #747e76;--border: #343c36;--accent: #8bc6a9;--accent-deep: #b5e1cc;--accent-soft: #253a30;--shadow-sm: none;--shadow-md: none}.app-stage{min-width:0;min-height:0;display:grid;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden;padding:calc(20px + var(--safe-top)) clamp(20px,2vw,48px) calc(22px + var(--safe-bottom))}.app-topline{width:100%;max-width:var(--reader-browse-max);display:flex;justify-content:space-between;gap:18px;margin:0 auto 14px}.site-title{display:block;margin-top:2px;font-size:15px;line-height:1.2}.eyebrow{color:var(--accent);font-size:12px;font-weight:760;letter-spacing:0}.topline-status,.section-header,.reader-toolbar,.reader-toolbar-actions,.detail-actions,.tag-row,.brand-row,.brand-lockup,.status-list div,.entitlement-note{display:flex;align-items:center}.topline-status{flex-wrap:wrap;justify-content:flex-end;gap:8px}.topline-status span,.status-pill{min-height:28px;padding:0 10px;display:inline-flex;align-items:center;gap:5px;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:color-mix(in srgb,var(--surface) 88%,transparent);font-size:12px}.status-pill.accent{color:var(--accent-deep);border-color:color-mix(in srgb,var(--accent) 28%,var(--border));background:var(--accent-soft)}.status-pill.warn{color:#9a5b04;border-color:#efd19c;background:#fff2d7}.notice-strip{width:100%;max-width:var(--reader-browse-max);min-height:40px;margin:0 auto 14px;padding:9px 12px;display:flex;align-items:center;gap:10px;border:1px solid #e2bd70;border-radius:var(--radius-sm);color:#6d4c0a;text-align:left;background:#fff4d8}.desktop-nav{position:sticky;z-index:1;top:0;align-self:start;width:var(--nav-width);height:100dvh;min-height:100dvh;padding:calc(22px + var(--safe-top)) 14px calc(18px + var(--safe-bottom));display:grid;grid-template-rows:auto 1fr auto;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:thin;border-right:1px solid var(--border);background:color-mix(in srgb,var(--surface) 86%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}@media(min-width:821px){.reader-app.has-desktop-navigation:not(.immersive):before{position:fixed;z-index:0;inset:0 auto 0 0;width:var(--nav-width);content:"";pointer-events:none;border-right:1px solid var(--border);background:var(--surface)}.reader-app.has-desktop-navigation>.app-stage{position:relative;z-index:1}}.brand-lockup{gap:10px;min-height:48px}.novelforge-brand{min-width:0;display:inline-flex;align-items:center;gap:10px}.novelforge-brand img{width:40px;height:40px;flex:0 0 auto;border-radius:8px;object-fit:cover}.novelforge-brand strong{overflow:hidden;color:var(--text);font-size:16px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.novelforge-brand.is-compact img{width:34px;height:34px}.novelforge-brand.is-compact strong{font-size:17px}.empty-icon{width:38px;aspect-ratio:1;display:grid;place-items:center;border-radius:var(--radius-sm);color:#fff;background:var(--accent)}.nav-list,.nav-footer,.action-stack,.book-list,.history-list,.offline-list,.bookmark-list{display:grid;gap:8px}.nav-list{align-content:start;padding-top:30px}.nav-list button,.nav-footer button{min-height:42px;padding:0 12px;display:flex;align-items:center;gap:10px;border:0;border-radius:var(--radius-sm);color:var(--text);background:transparent}.nav-list button.active,.nav-list button:hover,.nav-footer button:hover{color:#fff;background:var(--accent-deep)}.nav-footer{color:var(--muted)}.nav-footer p{display:flex;align-items:center;gap:6px}.reader-workspace,.desktop-reader-shell,.mobile-reader-shell,.immersive-reader-shell{min-width:0;min-height:0}.reader-workspace{position:relative;display:grid;grid-template-rows:minmax(0,1fr);overflow:hidden}.desktop-reader-shell{width:100%;height:100%;margin-inline:auto;overflow:auto;padding:0 2px 4px;scrollbar-gutter:stable}.desktop-reader-shell.standard{max-width:var(--reader-standard-max)}.desktop-reader-shell.wide{max-width:var(--reader-browse-max)}.mobile-reader-shell{display:none}.section-header{justify-content:space-between;gap:16px;margin-bottom:14px}.section-header h2{font-size:clamp(24px,3vw,32px);line-height:1.12}.section-header.small h2{font-size:20px}.section-header p{margin-top:4px;color:var(--muted);line-height:1.5}.section-action{flex:0 0 auto}.nf-icon-button{width:42px;aspect-ratio:1;display:inline-grid;place-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);background:var(--surface)}.primary-action,.action-stack button,.account-card button,.login-sheet-inline button,.empty-action button,.detail-actions button{min-height:42px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid color-mix(in srgb,var(--accent) 30%,transparent);border-radius:var(--radius-sm);color:var(--accent-deep);background:var(--surface)}.primary-action,.action-stack .primary-action,.detail-actions .primary-action{color:#fff;background:var(--accent-deep)}.text-action,.back-link{display:inline-flex;align-items:center;gap:6px;border:0;color:var(--accent-deep);background:transparent}.nf-progress{height:6px;overflow:hidden;border-radius:99px;background:var(--surface-soft)}.nf-progress span{display:block;height:100%;border-radius:inherit;background:var(--accent)}.mobile-bottom-nav,.mobile-only{display:none}.auth-callback-panel{grid-column:1 / -1;min-height:100dvh;display:grid;place-content:center;justify-items:center;gap:12px;padding:24px;text-align:center}.startup-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;gap:10px;color:var(--muted);background:var(--bg)}@media(max-width:820px){body{overflow:hidden}.reader-app{display:block;height:100dvh}.desktop-nav,.desktop-reader-shell,.app-topline{display:none}.app-stage{height:100%;display:block;overflow:auto;padding:calc(16px + var(--safe-top)) 14px calc(84px + var(--safe-bottom))}.reader-app.immersive .app-stage{display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;padding:0}.mobile-reader-shell{display:block}.mobile-only{display:flex}.section-header h2{font-size:25px}.mobile-bottom-nav{position:fixed;z-index:30;left:8px;right:8px;bottom:calc(7px + var(--safe-bottom));min-height:56px;display:grid;grid-template-columns:repeat(5,1fr);gap:2px;padding:6px;border:1px solid color-mix(in srgb,var(--border) 80%,transparent);border-radius:14px;background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-bottom-nav button{min-width:0;display:grid;justify-items:center;gap:2px;border:0;border-radius:10px;color:var(--muted);background:transparent;font-size:12px}.mobile-bottom-nav button.active{color:var(--accent-deep);background:var(--accent-soft)}}.fatal-error{align-items:center;background:#f7f8f5;color:#17231d;display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:100dvh;padding:max(32px,env(safe-area-inset-top)) 24px max(32px,env(safe-area-inset-bottom));text-align:center}.fatal-error>svg{color:#a54432}.fatal-error p,.fatal-error h1,.fatal-error span{margin:0}.fatal-error p{color:#1b6b52;font-size:14px;font-weight:700}.fatal-error h1{font-family:Georgia,Times New Roman,serif;font-size:30px}.fatal-error span{color:#64706a;line-height:1.6}.fatal-error button{align-items:center;background:#176b52;border:0;border-radius:8px;color:#fff;display:inline-flex;font:inherit;font-weight:700;gap:8px;margin-top:8px;min-height:44px;padding:0 18px}
