:root{color-scheme:dark;--bg: #0c0f14;--bg-rail: #0f131a;--surface: #151a22;--surface-elevated: #1b222c;--border: #2a3348;--border-subtle: rgba(255, 255, 255, .06);--text: #e8eaef;--muted: #8b95a8;--accent: #8bb4ff;--accent-dim: #5a7fd4;--accent-glow: rgba(126, 176, 255, .14);--focus-ring: 0 0 0 2px var(--bg), 0 0 0 4px var(--accent-dim);--novel-bg: #11161d;--chat-bg: #0e1218;--serif: "IBM Plex Serif", Georgia, serif;--sans: "IBM Plex Sans", system-ui, sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-inset: inset 0 1px 0 rgba(255, 255, 255, .045);--shadow-elevated: 0 12px 40px rgba(0, 0, 0, .45);--safe-inline: env(safe-area-inset-left, 0px);--safe-inline-end: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--mobile-tabbar-h: calc(3.65rem + var(--safe-bottom));--workspace-max: 92rem;--novel-measure: 42rem;--chat-measure: 44rem;--rail-header-bg: rgba(8, 10, 14, .92);--kbd-bg: rgba(255, 255, 255, .08);--kbd-border: rgba(255, 255, 255, .1);--control-radius: 8px;--control-radius-lg: 10px;--control-pill: 999px;--btn-ghost-hover-bg: rgba(255, 255, 255, .08);--btn-danger-hover-bg: rgba(232, 160, 162, .1)}*{box-sizing:border-box}html{overflow-x:clip}html,body{margin:0;min-height:100%;min-height:100dvh;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:15px;line-height:1.5;-webkit-text-size-adjust:100%}body{overflow-x:clip}@media (max-width: 900px){body{overscroll-behavior-y:none}}@media (max-width: 900px){html,body{font-size:14px;line-height:1.45}}#root{min-height:100%;min-height:100dvh}.skip-link{position:absolute;left:-9999px;top:.65rem;z-index:500;padding:.45rem .75rem;border-radius:var(--radius-sm);background:var(--accent);color:#0a0e18;font-weight:600;font-size:.85rem;text-decoration:none;box-shadow:var(--shadow-elevated)}.skip-link:focus{left:max(.65rem,var(--safe-inline));outline:none}.skip-link:focus-visible{outline:2px solid var(--text);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell{display:grid;grid-template-columns:minmax(15.5rem,17rem) minmax(0,1fr) minmax(15rem,17.5rem);grid-template-rows:1fr;min-height:100%;min-height:100dvh;max-height:100dvh;background:radial-gradient(120% 80% at 50% -20%,rgba(126,176,255,.07),transparent 55%),var(--bg)}@media (min-width: 1200px){.app-shell{grid-template-columns:17rem minmax(0,1fr) 18rem}}@media (min-width: 901px){.app-shell[data-layout=desktop]{grid-template-columns:minmax(16.5rem,19rem) minmax(0,1fr) minmax(16.5rem,19.5rem);background:radial-gradient(90% 70% at 50% -15%,rgba(126,176,255,.06),transparent 55%),linear-gradient(180deg,#090c11 0%,var(--bg) 42%)}}@media (min-width: 1400px){.app-shell[data-layout=desktop]{grid-template-columns:minmax(17.5rem,20rem) minmax(0,1fr) minmax(17.5rem,20rem)}}.shell-stage{display:contents}.mobile-tabbar{display:none}.app-shell[data-layout=mobile]{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;height:100dvh;max-height:100dvh;overflow:hidden}.app-shell[data-layout=mobile] .shell-stage{display:grid;grid-template-rows:minmax(0,1fr);grid-template-columns:1fr;min-height:0;overflow:hidden}.app-shell[data-layout=mobile] .shell-stage>.panel--left,.app-shell[data-layout=mobile] .shell-stage>.main-col,.app-shell[data-layout=mobile] .shell-stage>.panel--right{grid-area:1 / 1;min-height:0;min-width:0}.app-shell[data-layout=mobile] .shell-stage>[hidden]{display:none!important}.app-shell[data-layout=mobile] .main-col{display:flex;flex-direction:column}.app-shell[data-layout=mobile] .feed{flex:1;min-height:0;padding:.5rem max(.65rem,var(--safe-inline)) .65rem}.app-shell[data-layout=mobile] .composer{position:relative;flex-shrink:0;z-index:1;padding:.4rem max(.65rem,var(--safe-inline)) calc(.45rem + var(--safe-bottom));box-shadow:0 -4px 18px #00000052}.app-shell[data-layout=mobile] .panel.panel--left,.app-shell[data-layout=mobile] .panel.panel--right{overflow-y:auto;-webkit-overflow-scrolling:touch;border-right:none;border-left:none;padding:.65rem max(.65rem,var(--safe-inline)) calc(.75rem + var(--safe-bottom))}.app-shell[data-layout=mobile] .mobile-tabbar{display:flex;align-items:stretch;justify-content:space-around;gap:.2rem;padding:.28rem max(.35rem,var(--safe-inline)) calc(.18rem + var(--safe-bottom));background:linear-gradient(180deg,#161b248c,#0c0f14f0);border-top:1px solid var(--border-subtle);backdrop-filter:blur(14px) saturate(1.2);-webkit-backdrop-filter:blur(14px) saturate(1.2);flex-shrink:0;box-shadow:0 -8px 32px #00000059}.mobile-tab{flex:1;max-width:8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.12rem;padding:.28rem .2rem;border:none;border-radius:var(--radius-md);background:transparent;color:var(--muted);font:inherit;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;position:relative;transition:color .15s ease,background .15s ease}.mobile-tab:active:not(:disabled){background:#ffffff0a}.mobile-tab__glyph{display:block;width:1.95rem;height:1.95rem;border-radius:10px;background-color:var(--muted);flex-shrink:0;transition:background-color .15s ease,transform .15s ease}.mobile-tab__glyph--read{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 5h6v14H5V5zm8 0h6v14h-6V5z'/%3E%3C/svg%3E") center / 58% no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 5h6v14H5V5zm8 0h6v14h-6V5z'/%3E%3C/svg%3E") center / 58% no-repeat}.mobile-tab__glyph--chat{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4h16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H9l-4 4v-4H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm3 6.5h2v2H7v-2zm4 0h6v2h-6v-2zm-4-3h2v2H7V7.5zm4 0h6v2h-6V7.5z'/%3E%3C/svg%3E") center / 58% no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4h16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H9l-4 4v-4H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm3 6.5h2v2H7v-2zm4 0h6v2h-6v-2zm-4-3h2v2H7V7.5zm4 0h6v2h-6V7.5z'/%3E%3C/svg%3E") center / 58% no-repeat}.mobile-tab__glyph--story{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6 4h9c1.1 0 2 .9 2 2v14H8c-1.1 0-2-.9-2-2V4zm11 0h1c1.1 0 2 .9 2 2v11.5c-.7.3-1.5.5-2.3.5-.9 0-1.7-.2-2.5-.6V6c0-1.1.9-2 2-2z'/%3E%3C/svg%3E") center / 55% no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6 4h9c1.1 0 2 .9 2 2v14H8c-1.1 0-2-.9-2-2V4zm11 0h1c1.1 0 2 .9 2 2v11.5c-.7.3-1.5.5-2.3.5-.9 0-1.7-.2-2.5-.6V6c0-1.1.9-2 2-2z'/%3E%3C/svg%3E") center / 55% no-repeat}.mobile-tab__glyph--world{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3a9 9 0 1 0 9 9 9 9 0 0 0-9-9zm0 1.8c.9 0 1.7.9 2.4 2.4.4.9.8 2 1 3.2h-6.8c.2-1.2.6-2.3 1-3.2.7-1.5 1.5-2.4 2.4-2.4zm-3.6 1.2c-.6.9-1.1 2-1.4 3.2H5.5a7.1 7.1 0 0 1 2.9-3.2zM4 12c0-.5 0-1 .1-1.5h4.4c-.1.5-.1 1-.1 1.5s0 1 .1 1.5H4.1C4 13 4 12.5 4 12zm.5 3.3h3.5c.3 1.2.8 2.3 1.4 3.2a7.1 7.1 0 0 1-2.9-3.2zm6.1 5c-.9 0-1.7-.9-2.4-2.4-.4-.9-.8-2-1-3.2h6.8c-.2 1.2-.6 2.3-1 3.2-.7 1.5-1.5 2.4-2.4 2.4zm3.6-1.2c.6-.9 1.1-2 1.4-3.2h3.5a7.1 7.1 0 0 1-2.9 3.2zM14.5 12c0-.5 0-1-.1-1.5h4.4c.1.5.1 1 .1 1.5s0 1-.1 1.5h-4.4c.1-.5.1-1 .1-1.5zM14 7.5c.1-.5.1-1 .1-1.5 0-.5 0-1-.1-1.5h4.4c.2.5.2 1 .2 1.5s0 1-.2 1.5H14z'/%3E%3C/svg%3E") center / 60% no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3a9 9 0 1 0 9 9 9 9 0 0 0-9-9zm0 1.8c.9 0 1.7.9 2.4 2.4.4.9.8 2 1 3.2h-6.8c.2-1.2.6-2.3 1-3.2.7-1.5 1.5-2.4 2.4-2.4zm-3.6 1.2c-.6.9-1.1 2-1.4 3.2H5.5a7.1 7.1 0 0 1 2.9-3.2zM4 12c0-.5 0-1 .1-1.5h4.4c-.1.5-.1 1-.1 1.5s0 1 .1 1.5H4.1C4 13 4 12.5 4 12zm.5 3.3h3.5c.3 1.2.8 2.3 1.4 3.2a7.1 7.1 0 0 1-2.9-3.2zm6.1 5c-.9 0-1.7-.9-2.4-2.4-.4-.9-.8-2-1-3.2h6.8c-.2 1.2-.6 2.3-1 3.2-.7 1.5-1.5 2.4-2.4 2.4zm3.6-1.2c.6-.9 1.1-2 1.4-3.2h3.5a7.1 7.1 0 0 1-2.9 3.2zM14.5 12c0-.5 0-1-.1-1.5h4.4c.1.5.1 1 .1 1.5s0 1-.1 1.5h-4.4c.1-.5.1-1 .1-1.5zM14 7.5c.1-.5.1-1 .1-1.5 0-.5 0-1-.1-1.5h4.4c.2.5.2 1 .2 1.5s0 1-.2 1.5H14z'/%3E%3C/svg%3E") center / 60% no-repeat}.mobile-tab__label{font-size:.62rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.mobile-tab--active{color:var(--accent)}.mobile-tab--active .mobile-tab__glyph{background-color:var(--accent);box-shadow:0 0 0 1px #7eb0ff59}.mobile-tab--active:after{content:"";position:absolute;bottom:.12rem;left:50%;transform:translate(-50%);width:1.35rem;height:3px;border-radius:99px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:.85}.mobile-tab__glyph-wrap{position:relative;display:block;flex-shrink:0}.mobile-tab__attention-dot{position:absolute;top:-.08rem;right:-.12rem;width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 2px #0c0f14f2,0 0 10px var(--accent-glow);animation:choice-pulse 1.5s ease-in-out infinite}.mobile-screen-header{margin:0 0 .65rem;padding-bottom:.55rem;border-bottom:1px solid var(--border-subtle);flex-shrink:0}.mobile-screen-header__title{margin:0;font-size:1.08rem;font-weight:700;font-family:var(--sans);letter-spacing:-.02em;color:var(--text)}.mobile-screen-header__sub{margin:.18rem 0 0;line-height:1.4;color:var(--muted);font-size:.8rem}.mobile-screen-header--tight{margin-bottom:.4rem;padding-bottom:.4rem}.rail-about-btn{margin-top:.65rem;opacity:.92}.rail--mobile{display:flex;flex-direction:column;min-height:0}.rail--mobile>.mobile-rail-chrome:first-child,.rail--mobile>.mobile-screen-header:first-child{margin-top:0}.app-shell[data-layout=mobile] .mobile-rail-chrome{position:sticky;top:0;z-index:4;flex-shrink:0;margin-left:calc(-1*max(.65rem,var(--safe-inline)));margin-right:calc(-1*max(.65rem,var(--safe-inline)));margin-bottom:.45rem;padding:.32rem max(.65rem,var(--safe-inline)) .42rem;background:var(--bg-rail);border-bottom:1px solid var(--border-subtle);box-shadow:0 6px 20px #0000003d}.app-shell[data-layout=mobile] .mobile-rail-chrome .mobile-screen-header{border-bottom:none;margin-bottom:0;padding-bottom:.32rem}.app-shell[data-layout=mobile] .mobile-rail-chrome .mobile-screen-header--tight{margin-bottom:0;padding-bottom:.28rem}.app-shell[data-layout=mobile] .mobile-rail-chrome .mobile-model-strip{margin-bottom:0}.app-shell[data-layout=mobile] .rail--mobile .panel-card{padding:.58rem}.app-shell[data-layout=mobile] .rail--mobile .panel-card .btn.btn--block{margin-top:.26rem}.app-shell[data-layout=mobile] .rail--mobile .book-list__item{padding:.4rem .5rem;align-items:center;gap:.42rem}.app-shell[data-layout=mobile] .rail--mobile .chapter-list__item{padding:.34rem 0;gap:.38rem}.app-shell[data-layout=mobile] .panel-card__toolbar{margin-bottom:.2rem;gap:.4rem}.app-shell[data-layout=mobile] .rail-about-btn{margin-top:.45rem}.mobile-model-strip{display:flex;align-items:center;justify-content:space-between;gap:.65rem;padding:.6rem .75rem;margin-bottom:.45rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-elevated);box-shadow:var(--shadow-inset);flex-shrink:0}.mobile-model-strip__state{min-width:0;flex:1}.mobile-model-strip__label{display:block;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.12rem}.mobile-model-strip__value{font-size:.84rem;font-weight:600;color:var(--text);line-height:1.25}.mobile-model-strip__cta{flex-shrink:0}.mobile-rail-details{margin:0 0 .6rem;border:1px solid var(--border);border-radius:var(--radius-md);background:#00000029;overflow:hidden;flex-shrink:0}.mobile-rail-details__summary{list-style:none;cursor:pointer;padding:.52rem .75rem;font-size:.78rem;font-weight:600;color:var(--accent);-webkit-user-select:none;user-select:none}.mobile-rail-details__summary::-webkit-details-marker{display:none}.mobile-rail-details__body{margin:0;padding:.5rem .75rem .65rem;line-height:1.45;color:var(--muted);font-size:.8rem;border-top:1px solid var(--border-subtle)}.mobile-rail-details__body code{font-size:.72em}.mobile-current-book-lede{margin:0 0 .55rem;line-height:1.45;color:var(--muted)}.mobile-current-book-lede strong{color:var(--text);font-weight:600}.main-header__mobile-lede{margin:.12rem 0 .32rem;line-height:1.35;color:var(--muted);max-width:28rem}.composer-mobile-hint{margin:.32rem 0 0;color:var(--muted);line-height:1.35}.app-shell[data-layout=mobile] .main-header--compact .main-header__product{font-size:.58rem;opacity:.9}.app-shell[data-layout=mobile] .main-header--compact h1{font-size:1.02rem;line-height:1.25}.app-shell[data-layout=mobile] .mobile-workspace-chrome{position:sticky;top:0;z-index:25;flex-shrink:0;background:var(--bg);border-bottom:1px solid var(--border-subtle);box-shadow:0 8px 24px #00000047}.app-shell[data-layout=mobile] .mobile-workspace-chrome .main-header{border-bottom:none;background:transparent;padding-bottom:.15rem}.app-shell[data-layout=mobile] .workspace-pane-head{flex-direction:row;align-items:center;justify-content:flex-end;gap:.4rem;padding:.38rem max(.75rem,var(--safe-inline)) .38rem}.app-shell[data-layout=mobile] .workspace-pane-head__mark{display:none}.app-shell[data-layout=mobile] .workspace-pane-head__text{flex:1;display:flex;justify-content:flex-end;align-items:center;min-width:0}.app-shell[data-layout=mobile] .workspace-pane-head__actions{margin:0}.app-shell[data-layout=mobile] .workspace-pane-head__hint{display:none}.app-shell[data-layout=mobile] .segmented{margin:.35rem max(.65rem,var(--safe-inline)) .5rem;padding:.28rem;gap:.28rem;border-radius:var(--radius-md);background:#00000047}.app-shell[data-layout=mobile] .mobile-workspace-chrome .segmented{margin:.28rem 0 .42rem}.app-shell[data-layout=mobile] .segmented__btn{padding:.55rem .65rem;font-size:.84rem;border-radius:var(--control-radius);min-height:2.65rem}.app-shell[data-layout=mobile] .segmented__btn--active{box-shadow:0 1px #ffffff12,0 2px 12px #00000040}.config-details{margin-bottom:.75rem;border:1px solid var(--border);border-radius:10px;background:#12161d;overflow:hidden}.config-details-summary{list-style:none;cursor:pointer;padding:.65rem .85rem;font-size:.8rem;font-weight:600;color:var(--muted);-webkit-user-select:none;user-select:none}.config-details-summary::-webkit-details-marker{display:none}.config-details[open] .config-details-summary{border-bottom:1px solid var(--border)}.config-details .help-env{margin:0;padding:.65rem .85rem .85rem}.help-env code{font-size:.72rem;word-break:break-all}.main-header--compact{padding:.45rem .65rem .4rem}.main-header--compact .main-header__titles{flex-direction:column;align-items:flex-start;gap:.25rem}.row-actions--stack{flex-direction:column;align-items:stretch}.row-actions--stack>.btn,.row-actions--stack>label.btn{width:100%;justify-content:center}.msg-rollback--mobile{flex-direction:column;align-items:stretch;gap:.35rem}.msg-rollback--mobile .link-btn{min-height:2.35rem;padding:.4rem .6rem;justify-content:center;text-align:center;text-decoration:none;border:1px solid var(--border);border-radius:8px;background:#ffffff0a;color:var(--accent);font-size:.78rem}@media (max-width: 900px){.composer .row-actions .btn{width:100%;min-height:2.45rem;font-size:.9rem;padding:.4rem .85rem}.msg{max-width:none;margin-bottom:.85rem}.msg-role{font-size:.6rem;margin-bottom:.22rem}.msg-user .msg-inner{padding:.55rem .65rem;border-radius:8px}.msg-assistant .msg-inner{font-size:.9rem;line-height:1.55}}.choice-branch-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.38rem .65rem;margin-bottom:.35rem;border-radius:var(--control-radius-lg);border:1px solid rgba(108,156,253,.5);background:linear-gradient(145deg,#6c9cfd2e,#6c9cfd0d);color:var(--text);font:inherit;font-weight:600;font-size:.8rem;cursor:pointer;touch-action:manipulation;min-height:2.35rem;-webkit-tap-highlight-color:transparent;text-align:left}.choice-branch-trigger:disabled{opacity:.48;cursor:not-allowed}.choice-branch-trigger__lead{display:flex;align-items:center;gap:.5rem;min-width:0}.choice-branch-trigger__pulse{flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 2px #6c9cfd59;animation:choice-pulse 1.5s ease-in-out infinite}@keyframes choice-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(.88)}}@media (prefers-reduced-motion: reduce){.choice-branch-trigger__pulse,.novel-pending-choices-hint__pulse,.mobile-tab__attention-dot{animation:none}}.choice-branch-trigger__meta{display:flex;align-items:center;gap:.35rem;flex-shrink:0;color:var(--accent);font-size:.7rem;font-weight:600}.choice-branch-trigger__count{padding:.12rem .4rem;border-radius:6px;background:#6c9cfd38}.choice-branch-trigger__hint{opacity:.9}.choice-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#04070c85;display:flex;align-items:flex-end;justify-content:center;animation:choice-fade-in .18s ease;overscroll-behavior:contain;padding-inline:max(.35rem,var(--safe-inline));padding-bottom:var(--safe-bottom)}@keyframes choice-fade-in{0%{opacity:0}to{opacity:1}}.choice-sheet{width:100%;max-width:36rem;max-height:min(54dvh,24rem);background:var(--surface);border:1px solid var(--border);border-bottom:none;border-radius:14px 14px 0 0;padding:0 0 calc(.25rem + env(safe-area-inset-bottom,0px));box-shadow:0 -10px 36px #0000007a;display:flex;flex-direction:column;overflow:hidden;animation:choice-sheet-up .28s cubic-bezier(.22,1,.36,1)}@keyframes choice-sheet-up{0%{transform:translateY(105%)}to{transform:translateY(0)}}.choice-sheet__grab{width:2rem;height:3px;border-radius:99px;background:var(--border);margin:.4rem auto .15rem}.choice-sheet__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.05rem .75rem .35rem}.choice-sheet__title{margin:0;font-size:.92rem;font-weight:600;font-family:var(--sans)}.choice-sheet__close{flex-shrink:0;width:2.1rem;height:2.1rem;border:none;border-radius:var(--control-radius);background:#ffffff0f;color:var(--muted);font-size:1.15rem;line-height:1;cursor:pointer;touch-action:manipulation}.choice-sheet__close:active{background:#ffffff1a}.choice-sheet__sub{margin:0 .75rem .45rem;line-height:1.4;font-size:.72rem}.choice-sheet__list{list-style:none;margin:0;padding:0 .55rem .45rem;overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1;min-height:0}.choice-sheet__option{width:100%;text-align:left;display:flex;flex-direction:column;align-items:stretch;gap:.15rem;padding:.65rem .75rem;margin-bottom:.3rem;border-radius:var(--control-radius-lg);border:1px solid var(--border);background:#12161d;color:var(--text);font:inherit;font-size:.84rem;line-height:1.4;cursor:pointer;touch-action:manipulation;min-height:2.5rem;-webkit-tap-highlight-color:transparent}.choice-sheet__option:last-child{margin-bottom:0}.choice-sheet__option:active:not(:disabled){border-color:var(--accent-dim);background:#18202c}.choice-sheet__option:disabled{opacity:.45;cursor:not-allowed}.choice-sheet__option--selected{border-color:var(--accent);background:#7eb0ff1a;box-shadow:0 0 0 1px #7eb0ff47}.choice-sheet__footer{flex-shrink:0;padding:.45rem .65rem calc(.55rem + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(255,255,255,.06);background:#00000026}.choice-sheet__done{width:100%}.choice-sheet__option-label{font-weight:500}.choice-sheet__option-hint{font-size:.68rem;color:var(--muted);line-height:1.3}.composer--narrow{padding-top:.32rem}.composer--narrow textarea.input-main{min-height:2.35rem;max-height:min(26dvh,11rem);resize:none;line-height:1.4;padding:.5rem .6rem}.panel{border-right:1px solid var(--border);background:var(--bg-rail);overflow:auto;padding:.85rem .9rem;min-height:0;scrollbar-gutter:stable}@media (min-width: 901px){.panel--left{box-shadow:inset -1px 0 0 var(--border-subtle)}.panel--right{box-shadow:inset 1px 0 0 var(--border-subtle)}.app-shell[data-layout=desktop] .panel.panel--left,.app-shell[data-layout=desktop] .panel.panel--right{display:flex;flex-direction:column;overflow:hidden;padding:0}.rail-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:.75rem 1rem 1.25rem;scroll-padding-bottom:1rem}.rail-brand{flex-shrink:0;padding:.85rem 1rem .7rem;background:var(--rail-header-bg);border-bottom:1px solid var(--border-subtle);box-shadow:0 1px #00000059}.rail-brand__product{display:block;font-size:.58rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-dim);margin:0 0 .15rem}.rail-brand__role{display:block;margin:0;font-size:1.02rem;font-weight:700;font-family:var(--sans);letter-spacing:-.02em;color:var(--text)}.rail-brand__tagline{margin:.28rem 0 0;line-height:1.35;font-size:.76rem;color:var(--muted)}.desktop-model-card{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:0;padding:.65rem 1rem;border-bottom:1px solid var(--border-subtle);background:#161b248c}.desktop-model-card__label{display:block;font-size:.58rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin-bottom:.12rem}.desktop-model-card__value{font-size:.84rem;font-weight:600;line-height:1.25;color:var(--text)}.desktop-model-card__cta{flex-shrink:0}.rail-intro--desk{margin-bottom:.65rem;font-size:.8rem;line-height:1.45}.rail-section-label{margin:0 0 .45rem;font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.rail-action-stack{display:flex;flex-direction:column;gap:.35rem;margin-top:.5rem}.rail-action-stack .btn-ghost{justify-content:center}.desktop-rail-details{margin:0 0 .75rem;border:1px solid var(--border);border-radius:var(--radius-md);background:#00000024;overflow:hidden}.desktop-rail-details__summary{list-style:none;cursor:pointer;padding:.48rem .75rem;font-size:.72rem;font-weight:600;color:var(--accent);-webkit-user-select:none;user-select:none}.desktop-rail-details__summary::-webkit-details-marker{display:none}.desktop-rail-details__body{margin:0;padding:0 .75rem .6rem;font-size:.78rem;line-height:1.45;color:var(--muted);border-top:1px solid var(--border-subtle)}.desktop-rail-details__body code{font-size:.85em}.book-list__item{transition:background .12s ease}.book-list__item:hover{background:#ffffff09}.chapter-list__item{transition:background .1s ease;border-radius:var(--radius-sm);padding-left:.35rem;padding-right:.35rem;margin-bottom:.2rem;border-bottom:none}.chapter-list__item+.chapter-list__item{border-top:1px solid rgba(255,255,255,.05);padding-top:.5rem;margin-top:.05rem}.chapter-list__item:not(.chapter-list__item--current):hover{background:#ffffff0a}.chapter-list__item--current{background:#7eb0ff14;outline:1px solid rgba(126,176,255,.22)}.chapter-list__actions{flex-wrap:nowrap;gap:.28rem}.chapter-list__actions .btn{flex-shrink:0;white-space:nowrap}.rail-action-stack button.btn:not(.btn--sm),.panel-card>.btn.btn--block:not(.btn--sm),.panel-card__danger-zone .btn:not(.btn--sm){padding:.36rem .78rem;font-size:.8rem;line-height:1.35}.main-col.workspace{background:linear-gradient(165deg,#10151d,#0b0e14 50%);box-shadow:inset 0 1px #ffffff0a,6px 0 24px #0000001f,-6px 0 24px #0000001f}.main-header__map--desk{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.35rem .5rem;max-width:24rem;text-align:right;line-height:1.4}.desk-hint-pill{display:inline-flex;align-items:center;padding:.16rem .45rem;border-radius:6px;font-size:.68rem;font-weight:600;background:#c9a87a24;border:1px solid rgba(201,168,122,.28);color:#d4c4a8}.desk-hint-pill--chat{background:#7eb0ff1f;border-color:#7eb0ff47;color:var(--accent)}.desk-hint-sep{color:var(--muted);font-size:.75rem;-webkit-user-select:none;user-select:none}.desk-hint-trail{width:100%;margin-top:.15rem;font-size:.72rem;color:var(--muted)}kbd.desk-kbd{display:inline-block;padding:.1rem .32rem;margin:0 .06rem;border-radius:4px;font-size:.62rem;font-family:var(--sans);font-weight:600;background:var(--kbd-bg);border:1px solid var(--kbd-border);color:var(--text);box-shadow:0 1px #00000059}.workspace-split{border-top:none}.workspace-pane-head{position:sticky;top:0;z-index:4;padding:.65rem 1rem .55rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.workspace-pane--novel .workspace-pane-head{background:#11161df0;border-bottom-color:#ffffff14}.workspace-pane--chat .workspace-pane-head{background:#0e1218f0;border-bottom-color:#ffffff14}.workspace-pane-head__title{font-size:.88rem;letter-spacing:.03em}.workspace-feed--novel{padding:1.15rem 1.35rem 1.5rem}.workspace-feed--chat{padding:1rem 1.15rem 1.15rem}.feed{scroll-behavior:smooth}}.panel:last-child{border-right:none;border-left:1px solid var(--border)}.panel h2{margin:0 0 .75rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:600}.rail-intro{margin:0 0 .85rem;line-height:1.45;color:var(--muted)}.rail-intro strong{color:var(--text);font-weight:600}.inline-code{font-family:ui-monospace,Cascadia Code,Segoe UI Mono,monospace;font-size:.85em;padding:.06em .28em;border-radius:4px;background:#00000040;border:1px solid rgba(255,255,255,.08);color:var(--accent-dim)}.world-rail__tablist{display:flex;flex-wrap:wrap;gap:.32rem;margin:0 0 .75rem;padding-bottom:.55rem;border-bottom:1px solid var(--border)}.world-rail__tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:#0003;color:var(--muted);font:inherit;font-size:.68rem;font-weight:600;padding:.28rem .45rem;border-radius:var(--radius-sm);cursor:pointer;line-height:1.2;transition:background .12s ease,color .12s ease,border-color .12s ease}.world-rail__tab:hover{color:var(--text);border-color:#7eb0ff47}.world-rail__tab--active{color:var(--text);background:#7eb0ff1f;border-color:#7eb0ff59}.world-rail__panels{min-height:0}.world-rail__panel[hidden]{display:none!important}.world-rail__manual-hint{color:var(--muted);line-height:1.4}.world-entity-block{margin-bottom:.65rem}.world-entity-block:last-child{margin-bottom:0}.panel-card{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-md);padding:.75rem .8rem;margin-bottom:.65rem;box-shadow:var(--shadow-inset)}.panel-card--quiet{opacity:.95}.panel-card__title{margin:0 0 .35rem;font-size:.68rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:700}.panel-card__toolbar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap;margin-bottom:.25rem}.panel-card__title--plain{margin:0;flex:1;min-width:0}.panel-card__lede{margin:0 0 .5rem}.snapshot-dl{margin:0 0 .65rem}.snapshot-dl__row{display:grid;grid-template-columns:6.2rem minmax(0,1fr);gap:.35rem .5rem;padding:.28rem 0;border-bottom:1px solid rgba(255,255,255,.05);font-size:.78rem}.snapshot-dl__row:last-child{border-bottom:none}.snapshot-dl dt{margin:0;color:var(--muted);font-weight:500}.snapshot-dl dd{margin:0;color:var(--text);word-break:break-word}.book-switcher{width:100%;margin-bottom:.25rem}.book-list{list-style:none;margin:0 0 .5rem;padding:0;border:1px solid rgba(255,255,255,.08);border-radius:6px;overflow:hidden}.book-list__item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-bottom:1px solid rgba(255,255,255,.04)}.book-list__item:last-child{border-bottom:none}.book-list__item--current{background:#ffffff0f}.book-list__title{flex:1;text-align:left;background:none;border:none;color:inherit;font-size:inherit;cursor:pointer;padding:.25rem 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.book-list__title:disabled{cursor:default;color:var(--accent)}.book-list__title:hover:not(:disabled){color:var(--accent)}.snapshot-dl--after-switch{margin-top:.65rem}.btn--block{width:100%;margin-top:.15rem}.main-col{display:flex;flex-direction:column;min-width:0;min-height:0;background:linear-gradient(165deg,#121722 0%,var(--bg) 50%)}.main-col.workspace{border-left:1px solid rgba(255,255,255,.04);border-right:1px solid rgba(255,255,255,.04);overflow:hidden}.main-header{padding:.65rem max(1rem,var(--safe-inline)) .55rem;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.35rem;flex-shrink:0;background:linear-gradient(180deg,rgba(22,27,36,.35),transparent)}.main-header__lead{display:flex;flex-direction:column;gap:.2rem}.main-header__product{margin:0;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--accent-dim);font-size:.62rem}.main-header__titles{display:flex;flex-wrap:wrap;align-items:baseline;gap:.45rem .75rem;min-width:0}.main-header h1{margin:0;font-family:var(--serif);font-size:1.12rem;font-weight:600;letter-spacing:-.01em}.main-header__chapter-pill{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;background:var(--accent-glow);border:1px solid rgba(126,176,255,.25);color:var(--accent);font-weight:600;font-size:.72rem!important}.main-header__chapter-nav{display:inline-flex;align-items:center;gap:.2rem;min-width:0;max-width:min(100%,22rem)}.chapter-nav__arrow{flex-shrink:0;padding:.15rem .45rem!important;font-size:1.1rem;line-height:1;color:var(--accent)}.chapter-nav__arrow:disabled{opacity:.35;cursor:not-allowed}.chapter-nav__select{flex:1;min-width:0;padding:.28rem .45rem!important;font-size:.72rem!important}.main-header__map{margin:0;padding-top:.15rem;border-top:1px dashed rgba(255,255,255,.06);line-height:1.4;max-width:36rem}@media (min-width: 901px){.main-header{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:1rem 1.5rem}.main-header__map{flex:1;text-align:right;border-top:none;padding-top:0;margin-left:auto;max-width:22rem}.app-shell[data-layout=desktop] .main-header{padding:.85rem 1.25rem .75rem;background:linear-gradient(180deg,#141922a6,#0c0f1433)}.app-shell[data-layout=desktop] .main-header h1{font-size:1.28rem;max-width:28rem}}.feed{flex:1;min-height:0;overflow:auto;padding:1.25rem;scroll-behavior:smooth}.workspace-pane .feed{min-height:0}.msg{margin-bottom:1.25rem;max-width:var(--chat-measure)}.msg-user .msg-inner{background:#222a38;border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem}.workspace-feed--chat .msg-user__head{display:flex;align-items:center;justify-content:space-between;gap:.45rem;margin-bottom:.22rem}.workspace-feed--chat .msg-user__head .msg-role{margin-bottom:0}.workspace-feed--chat .session-rollback-btn{flex-shrink:0}.msg-assistant .msg-inner{font-family:var(--serif);font-size:1.05rem;line-height:1.65;white-space:pre-wrap}.msg-assistant .msg-inner.msg-inner--novel-md,.msg-session-agent .msg-inner.msg-inner--markdown{white-space:normal}.novel-md{font-family:var(--serif);font-size:inherit;line-height:inherit;color:var(--text)}.novel-md--session{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit}.novel-md>*:first-child{margin-top:0}.novel-md>*:last-child{margin-bottom:0}.novel-md p{margin:.65em 0}.novel-md h1,.novel-md h2,.novel-md h3,.novel-md h4{font-family:var(--sans);font-weight:700;line-height:1.3;margin:1em 0 .45em;color:var(--text)}.novel-md h1{font-size:1.35rem}.novel-md h2{font-size:1.2rem}.novel-md h3{font-size:1.08rem}.novel-md h4{font-size:1rem;color:var(--muted)}.novel-md ul,.novel-md ol{margin:.5em 0;padding-left:1.35em}.novel-md li{margin:.25em 0}.novel-md blockquote{margin:.75em 0;padding:.35em 0 .35em .85em;border-left:3px solid rgba(126,176,255,.45);color:var(--muted);font-style:italic}.novel-md hr{border:none;border-top:1px solid rgba(255,255,255,.1);margin:1.25em 0}.novel-md code{font-family:ui-monospace,Cascadia Code,SF Mono,Menlo,monospace;font-size:.88em;padding:.12em .35em;border-radius:4px;background:#00000059;border:1px solid rgba(255,255,255,.08)}.novel-md pre{margin:.75em 0;padding:.65rem .75rem;border-radius:8px;background:#00000059;border:1px solid var(--border);overflow:auto;font-size:.82em;line-height:1.45}.novel-md pre code{padding:0;border:none;background:transparent;font-size:inherit}.novel-md a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.novel-md strong{font-weight:700;color:var(--text)}.novel-md table{width:100%;border-collapse:collapse;margin:.75em 0;font-size:.92em}.novel-md th,.novel-md td{border:1px solid var(--border);padding:.35em .5em;text-align:left}.novel-md th{background:#00000040;font-family:var(--sans);font-size:.78rem}.msg-role{font-size:.7rem;color:var(--muted);margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.05em}.msg-rollback{margin-top:.45rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.link-btn{font:inherit;font-size:.78rem;padding:.35rem 0;border:none;background:none;color:var(--accent);cursor:pointer;text-decoration:underline;text-underline-offset:2px;touch-action:manipulation}@media (max-width: 900px){.link-btn{font-size:.76rem;padding:.35rem 0;min-height:2.15rem;display:inline-flex;align-items:center}}.link-btn:disabled{opacity:.4;cursor:not-allowed}.composer{border-top:1px solid var(--border);padding:.75rem 1rem calc(1rem + env(safe-area-inset-bottom,0px));background:#0f1218eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.choices{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.65rem}.choice-chip{font:inherit;padding:.4rem .75rem;border-radius:var(--control-pill);border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;min-height:2.75rem;touch-action:manipulation}.choice-chip:hover{border-color:var(--accent);color:var(--accent)}.choice-chip--selected{border-color:var(--accent);color:var(--accent);background:#7eb0ff1f;box-shadow:0 0 0 1px #7eb0ff59}.composer-branch-hint{margin:0 0 .45rem;color:var(--muted);line-height:1.35}.choice-branch-trigger--picked{border-color:#7eb0ff80;background:#7eb0ff14}textarea.input-main{width:100%;min-height:4rem;resize:vertical;font:inherit;padding:.65rem .75rem;border-radius:8px;border:1px solid var(--border);background:#12161d;color:var(--text)}@media (max-width: 900px){textarea.input-main,input.field{font-size:16px}}textarea.input-main:focus{outline:1px solid var(--accent)}.row-actions{display:flex;gap:.5rem;margin-top:.5rem;align-items:center}button.btn,a.btn,label.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;font:inherit;font-weight:600;line-height:1.25;padding:.45rem .9rem;border-radius:var(--control-radius);border:none;cursor:pointer;background:var(--accent);color:#0c1020;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:background-color .14s ease,border-color .14s ease,color .14s ease,filter .12s ease,opacity .12s ease}a.btn{text-decoration:none}button.btn:disabled{opacity:.45;cursor:not-allowed}button.btn:not(.btn-ghost):not(.btn--danger):hover:not(:disabled),a.btn:not(.btn-ghost):not(.btn--danger):hover{filter:brightness(1.08)}button.btn:not(.btn-ghost):not(.btn--danger):active:not(:disabled),a.btn:not(.btn-ghost):not(.btn--danger):active{filter:brightness(.94)}button.btn-ghost{background:transparent;color:var(--muted);border:1px solid var(--border)}button.btn-ghost:hover:not(:disabled){filter:none;color:var(--accent);border-color:#7eb0ff7a;background:var(--btn-ghost-hover-bg)}button.btn-ghost:active:not(:disabled){filter:none;background:#ffffff0d}button.btn--danger{background:transparent;color:#e8a0a2;border:1px solid rgba(232,160,162,.45);font-weight:600}button.btn--danger:hover:not(:disabled){filter:none;border-color:#e8a0a2;color:#f5c4c5;background:var(--btn-danger-hover-bg)}button.btn--danger:active:not(:disabled){filter:none;opacity:.95}button.btn.btn--sm,button.btn-ghost.btn--sm,button.btn--danger.btn--sm,a.btn.btn--sm,label.btn.btn--sm{padding:.22rem .5rem;font-size:.8rem;font-weight:600;line-height:1.2;border-radius:calc(var(--control-radius) - .5px)}@media (max-width: 900px){button.btn,button.btn-ghost,button.btn--danger,label.btn{min-height:2.45rem;padding:.4rem .82rem;font-size:.88rem}button.btn.btn--sm,button.btn-ghost.btn--sm,button.btn--danger.btn--sm{min-height:2.15rem;padding:.3rem .58rem;font-size:.8rem}button.btn.chapter-nav__arrow{min-height:2.05rem;padding:.12rem .42rem!important;font-size:1.05rem;line-height:1}.modal__actions{flex-direction:column;align-items:stretch;gap:.4rem}.modal__actions .btn{width:100%;justify-content:center}.settings-modal__actions.row-actions{flex-direction:column-reverse;align-items:stretch;gap:.4rem}.settings-modal__actions .btn{width:100%;margin-top:0}.modal:not(:has(.modal__actions))>.btn:last-child{width:100%;margin-top:.65rem;justify-content:center}}.panel-card__danger-zone{margin-top:.85rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:.45rem}.panel-card__danger-lede{margin:0 0 .15rem;color:var(--muted);line-height:1.4}input.field{width:100%;padding:.45rem .5rem;border-radius:6px;border:1px solid var(--border);background:#12161d;color:var(--text);font:inherit;margin-bottom:.5rem}label.lbl{display:block;font-size:.75rem;color:var(--muted);margin-bottom:.2rem}.char-card{font-size:.78rem;margin-bottom:.65rem;padding:.5rem .55rem;border-radius:var(--radius-sm);background:#0000002e;border:1px solid var(--border)}.char-card__name{font-weight:700;font-size:.8rem;margin-bottom:.35rem;color:var(--text)}.char-card__empty{margin:0;color:var(--muted)}.char-profile-dl{margin:0}.char-profile-dl__row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.2rem .55rem;padding:.22rem 0;border-bottom:1px solid rgba(255,255,255,.05);line-height:1.4}.char-profile-dl__row:last-child{border-bottom:none}.char-profile-dl dt{margin:0;font-size:.68rem;color:var(--muted);font-weight:600;min-width:0;max-width:9.5rem}.char-profile-dl__key{word-break:break-word;overflow-wrap:break-word}.char-profile-dl dd{margin:0;font-size:.74rem;color:var(--text);min-width:0;word-break:break-word;overflow-wrap:break-word;white-space:pre-wrap}.char-profile-dl__nested{margin:.2rem 0 0;padding-left:.5rem;border-left:2px solid rgba(126,176,255,.25);font-size:.68rem;color:var(--muted);white-space:pre-wrap}.char-card__timeline{margin-top:.45rem;padding-top:.35rem;border-top:1px dashed rgba(255,255,255,.08)}.char-card__timeline-title{margin:0 0 .25rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.char-timeline{list-style:none;margin:0;padding:0}.char-timeline__item{padding:.28rem 0;border-bottom:1px solid rgba(255,255,255,.04);font-size:.72rem;line-height:1.35}.char-timeline__item:last-child{border-bottom:none}.char-timeline__reason{color:var(--accent-dim);font-weight:600}.char-timeline__delta{margin:.2rem 0 0;padding:.25rem .35rem;border-radius:6px;background:#00000038;font-size:.65rem;color:var(--muted);white-space:pre-wrap;max-height:4.5rem;overflow:auto}@media (max-width: 900px){.char-card{font-size:.74rem;padding:.45rem .4rem;margin-bottom:.55rem}.panel h2{font-size:.65rem;margin-bottom:.5rem}label.lbl{font-size:.68rem}.config-details-summary{padding:.5rem .65rem;font-size:.74rem}.config-details .help-env{padding:.5rem .65rem .65rem}.help-env code{font-size:.65rem}.small{font-size:.72rem}.error-banner{font-size:.76rem;padding:.35rem .55rem;margin-bottom:.32rem}.choices{gap:.35rem;margin-bottom:.45rem}.choice-chip{min-height:2.35rem;padding:.32rem .65rem;font-size:.88rem}.row-actions{gap:.35rem;margin-top:.35rem}.main-header--compact h1{font-size:.92rem;line-height:1.2}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:100;padding:max(1rem,var(--safe-inline)) max(1rem,var(--safe-inline)) max(1rem,var(--safe-bottom));overscroll-behavior:contain}.modal-backdrop--portal{z-index:260}.modal-backdrop--confirm{z-index:280}.confirm-modal__message{margin:0;color:var(--text);line-height:1.5;white-space:pre-wrap}.modal{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;max-width:420px;width:100%;max-height:90vh;overflow:auto}.modal--wide{max-width:min(26rem,100vw - 2rem)}.modal--compact{max-width:min(22rem,100vw - 2rem)}.modal__title{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:var(--text)}.modal__actions{display:flex;justify-content:flex-end;gap:.45rem;margin-top:1rem;flex-wrap:wrap}.chapter-split__textarea{resize:vertical;min-height:5.5rem;line-height:1.45}.settings-modal__title{margin:0 0 .35rem;font-size:1.05rem;font-weight:700}.settings-modal__lede{margin:0 0 .85rem;line-height:1.45;color:var(--muted)}.settings-modal__advanced{margin:0 0 .85rem}.settings-form{display:flex;flex-direction:column;gap:.15rem;margin-bottom:.65rem}.settings-form .field{margin-bottom:.45rem}.field-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238b95a8' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center;padding-right:1.75rem}.settings-modal__devnote{margin:0 0 .85rem;padding:.5rem .55rem;border-radius:var(--radius-sm);background:#0003;border:1px dashed var(--border);line-height:1.45}.settings-modal__devnote code{font-size:.68rem}.settings-modal__actions{flex-wrap:wrap;margin-top:.25rem}.snapshot-ok{color:#8fd49a;font-weight:600}.snapshot-warn{color:#e8a87c;font-weight:600}.error-banner{background:#3d1f24;color:#ffb4b4;padding:.5rem .75rem;border-radius:6px;font-size:.85rem;margin-bottom:.5rem}.workspace-info-banner{background:#24313d;color:#b8d4e8;padding:.5rem .75rem;border-radius:6px;font-size:.85rem;margin-bottom:.5rem}.small{font-size:.78rem;color:var(--muted)}.workspace-split{flex:1;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);min-height:0;border-top:1px solid var(--border);width:100%}@media (min-width: 901px){.workspace-split{max-width:var(--workspace-max);margin-inline:auto}}.workspace-split--narrow{grid-template-columns:1fr;max-width:none;margin-inline:0}.workspace-pane{display:flex;flex-direction:column;min-width:0;min-height:0}.workspace-pane--novel{background:var(--novel-bg);border-right:1px solid var(--border)}.workspace-pane--chat{background:var(--chat-bg)}.workspace-split--narrow .workspace-pane--novel{border-right:none}.workspace-pane-head{display:flex;align-items:flex-start;gap:.65rem;padding:.6rem 1rem .55rem;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.workspace-pane-head__mark{width:.28rem;align-self:stretch;min-height:2.35rem;border-radius:99px;flex-shrink:0;margin-top:.15rem}.workspace-pane-head__mark--novel{background:linear-gradient(180deg,#c9a87a,#8b7355);box-shadow:0 0 12px #c9a87a40}.workspace-pane-head__mark--chat{background:linear-gradient(180deg,var(--accent),var(--accent-dim));box-shadow:0 0 12px var(--accent-glow)}.workspace-pane-head__text{min-width:0}.workspace-pane-head__title{margin:0;font-size:.82rem;font-weight:700;font-family:var(--sans);letter-spacing:.02em}.workspace-pane-head__hint{margin:.2rem 0 0;line-height:1.4}.workspace-pane-head__actions{margin:.55rem 0 0}.workspace-feed--novel{padding:1rem 1.15rem 1.25rem;display:flex;flex-direction:column}@media (min-width: 901px){.workspace-feed--novel .workspace-novel-view{max-width:var(--novel-measure);margin-inline:auto;width:100%}.workspace-feed--novel .workspace-novel-edit{max-width:min(100%,52rem);margin-inline:auto;width:100%}}.novel-head-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.workspace-novel-view{min-height:0}.workspace-novel-edit{display:flex;flex-direction:column;flex:1;min-height:0;gap:.35rem}.novel-preview-msg{margin-bottom:0}.novel-pending-choices-hint{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:.55rem;margin-top:1rem;padding:.65rem .75rem .65rem 1.15rem;border-radius:var(--radius-md);border:1px solid rgba(108,156,253,.45);background:linear-gradient(165deg,#6c9cfd24,#11161df0)}.app-shell[data-layout=mobile] .novel-pending-choices-hint{position:sticky;bottom:0;z-index:2;box-shadow:0 -6px 22px #00000047}.novel-pending-choices-hint__pulse{position:absolute;left:.15rem;top:.75rem;width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 2px #6c9cfd59;animation:choice-pulse 1.5s ease-in-out infinite}.novel-pending-choices-hint__text{margin:0;font-size:.8rem;line-height:1.45;color:var(--muted)}.novel-pending-choices-hint__text strong{color:var(--text);font-weight:700}.novel-pending-choices-hint__action{align-self:center;min-width:8.5rem}.novel-source-label{margin:0 0 .35rem;color:var(--muted);font-weight:600}.novel-markdown-source{flex:1;min-height:10rem;width:100%;box-sizing:border-box;padding:.75rem .85rem;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,monospace;font-size:.82rem;line-height:1.45;resize:vertical}.novel-markdown-source:focus{outline:none;border-color:var(--accent-dim);box-shadow:0 0 0 1px var(--accent-glow)}.novel-markdown-source--edit{flex:1;min-height:16rem}.workspace-feed--chat{padding:.85rem 1rem 1rem}.session-digest-panel{margin:0 0 .85rem;padding:.5rem .65rem .55rem;border-radius:10px;border:1px solid rgba(255,255,255,.09);background:#0003}.session-digest-panel__summary{cursor:pointer;font-size:.78rem;font-weight:600;color:var(--muted);list-style:none}.session-digest-panel__summary::-webkit-details-marker{display:none}.session-digest-panel__summary:before{content:"▾ ";opacity:.7}.session-digest-panel:not([open]) .session-digest-panel__summary:before{content:"▸ "}.session-digest-panel__body{margin-top:.55rem;font-size:.8rem;line-height:1.55;white-space:pre-wrap;color:var(--text);max-height:18rem;overflow:auto;padding:.45rem .35rem .15rem;border-top:1px solid rgba(255,255,255,.06)}.workspace-pane--chat .composer{flex-shrink:0}@media (min-width: 901px){.workspace-pane--chat .composer{box-shadow:0 -8px 28px #0006}}.segmented{display:flex;padding:.35rem;margin:0 .65rem .45rem;background:#00000038;border-radius:var(--control-radius-lg);border:1px solid rgba(255,255,255,.06);flex-shrink:0;gap:.2rem}.segmented--full{margin:.45rem max(.65rem,var(--safe-inline)) .35rem}.segmented__btn{flex:1;padding:.48rem .6rem;border:none;border-radius:var(--control-radius);background:transparent;color:var(--muted);font:inherit;font-size:.8rem;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:background .15s ease,color .15s ease}.segmented__btn--active{background:var(--surface-elevated);color:var(--text);box-shadow:0 1px #ffffff0f}.empty-state{padding:1.5rem .75rem;text-align:center;max-width:22rem;margin:0 auto}.empty-state--compact{padding:1rem .35rem;text-align:left;margin:0;max-width:none}.empty-state__title{margin:0 0 .35rem;font-size:.88rem;font-weight:600;color:var(--text)}.empty-state__body{margin:0;line-height:1.5}.empty-state__body--muted{margin-top:.5rem;color:var(--muted);font-size:.84rem}.chapter-list{list-style:none;margin:0;padding:0}.chapter-list__item{position:relative;display:flex;gap:.45rem;padding:.45rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.chapter-list__item--deletable{padding-right:3.15rem}.chapter-list__delete{position:absolute;top:.38rem;right:0;z-index:2}.chapter-list__body--tap{cursor:pointer;border-radius:var(--radius-sm)}.chapter-list__body--tap:hover{background:#ffffff09}.chapter-list__body--tap:focus-visible{outline:2px solid var(--accent-dim);outline-offset:2px}.chapter-list__item:last-child{border-bottom:none}.chapter-list__item--current .chapter-list__idx{background:var(--accent-glow);border-color:#7eb0ff59;color:var(--accent)}.chapter-list__idx{flex-shrink:0;width:1.35rem;height:1.35rem;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-size:.65rem;font-weight:700;color:var(--muted);border:1px solid var(--border);background:#00000026}.chapter-list__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.chapter-list__hint{margin:0 0 .55rem;line-height:1.4;color:var(--muted)}.chapter-list__body{min-width:0}.chapter-list__actions{display:flex;flex-wrap:wrap;gap:.3rem}.chapter-list__title{font-weight:600;font-size:.82rem;display:inline}.chapter-list__badge{margin-left:.35rem;display:inline-block;padding:.08rem .38rem;border-radius:4px;background:#7eb0ff26;color:var(--accent);font-weight:700;vertical-align:middle}.chapter-list__recap{margin:.25rem 0 0;line-height:1.35}.app-shell[data-layout=mobile] .chapter-list__recap{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.78rem;color:var(--muted)}.app-shell[data-layout=mobile] .chapter-list__actions{width:100%;justify-content:flex-start}.app-shell[data-layout=mobile] .chapter-list__item--deletable{padding-right:3.35rem}.app-shell[data-layout=mobile] .chapter-list__delete{top:.32rem;right:max(0,var(--safe-inline-end));font-size:.72rem;padding:.22rem .4rem}.msg-session-agent .msg-inner{font-family:var(--sans);font-size:.92rem;line-height:1.55;white-space:pre-wrap;background:#1a2230;border:1px solid var(--border);border-radius:10px;padding:.75rem .9rem}.msg-tool-call .msg-inner--tool-call{font-family:var(--sans);font-size:.88rem;line-height:1.45;background:#151b28;border:1px solid rgba(126,176,255,.2);border-radius:10px;padding:.5rem .65rem;min-width:0}.msg-tool-call__summary{display:flex;align-items:flex-start;gap:.4rem;width:100%;margin:0;padding:0;border:none;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;border-radius:6px}.msg-tool-call__summary:hover{background:#ffffff0a}.msg-tool-call__summary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.msg-tool-call__chevron{flex-shrink:0;font-size:.65rem;opacity:.65;line-height:1.55;margin-top:.08rem}.msg-tool-call__one-line{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--muted)}.msg-tool-call__detail{margin:.55rem 0 0;padding:.55rem .65rem;max-height:18rem;overflow:auto;font-family:var(--mono, monospace);font-size:.72rem;line-height:1.45;background:#00000059;border:1px solid var(--border);border-radius:8px;white-space:pre-wrap;word-break:break-word}.app-shell[data-layout=mobile] .workspace-split{flex:1;min-height:0}.app-shell[data-layout=mobile] .workspace-pane--novel[hidden],.app-shell[data-layout=mobile] .workspace-pane--chat[hidden]{display:none!important}.status-list{list-style:none;padding:0;margin:.35rem 0 .75rem}.status-list li{margin-bottom:.35rem}:where(button,a,input:not([type=hidden]),textarea,select,summary):focus-visible{outline:2px solid var(--accent-dim);outline-offset:2px}.btn:focus-visible,.mobile-tab:focus-visible,.segmented__btn:focus-visible,.choice-branch-trigger:focus-visible,.choice-sheet__option:focus-visible,.choice-sheet__close:focus-visible{outline-offset:3px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*{scrollbar-color:rgba(126,176,255,.28) rgba(0,0,0,.2);scrollbar-width:thin}
