*{box-sizing:border-box}:root{--bg: #16181d;--bg2: #1e2128;--bg3: #262a33;--border: #333845;--text: #d7dae2;--muted: #8a91a0;--accent: #7aa2f7;--green: #9ece6a;--red: #f7768e;--yellow: #e0af68}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:14px}h1,h2,h3,h4{margin:.4em 0}a{color:var(--accent);text-decoration:none}code{background:var(--bg3);padding:1px 5px;border-radius:4px}button,.button{background:var(--bg3);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:6px 12px;cursor:pointer;font-size:13px;display:inline-block}button:hover,.button:hover{border-color:var(--accent)}button:disabled{opacity:.5;cursor:default}button.primary{background:var(--accent);color:#10121a;font-weight:600}button.ghost,.button.ghost{background:transparent}button.on{border-color:var(--accent);color:var(--accent)}input,textarea,select{background:var(--bg2);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:6px 9px;font-size:13px;font-family:inherit;width:100%}label{display:block;margin:8px 0}label>input,label>select,label>textarea{margin-top:4px}.row{display:flex;gap:8px;align-items:center}.grow{flex:1}.muted{color:var(--muted)}.small{font-size:12px}.error{color:var(--red)}.warn{color:var(--yellow)}.clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.center-screen{height:100%;display:flex;align-items:center;justify-content:center}.center{display:flex;align-items:center;justify-content:center;height:100%}.pill{padding:2px 8px;border-radius:10px;font-size:11px;border:1px solid var(--border)}.pill.released{color:var(--green);border-color:var(--green)}.pill.draft{color:var(--yellow);border-color:var(--yellow)}.badge{font-size:10px;color:var(--green)}.login-card{background:var(--bg2);border:1px solid var(--border);border-radius:12px;padding:28px;width:360px}.login-card form{display:flex;flex-direction:column;gap:10px;margin:12px 0}.page{max-width:1000px;margin:0 auto;padding:16px 24px 60px}.topbar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding-bottom:10px;margin-bottom:14px}.cards{display:flex;flex-wrap:wrap;gap:14px}.card{background:var(--bg2);border:1px solid var(--border);border-radius:10px;padding:14px;width:220px;display:flex;flex-direction:column;gap:8px}.card-title{font-weight:600;font-size:15px}.cover{width:100%;height:110px;object-fit:cover;border-radius:6px}.new-card form{display:flex;flex-direction:column;gap:8px}.studio{height:100%;display:flex;flex-direction:column}.studio .topbar{padding:8px 14px;margin:0}.studio-body{flex:1;display:flex;min-height:0}.tree-panel{width:240px;border-right:1px solid var(--border);overflow-y:auto;padding:8px 0;flex-shrink:0}.tree-item{display:flex;justify-content:space-between;align-items:center;padding:5px 10px;cursor:pointer;white-space:nowrap}.tree-item:hover{background:var(--bg2)}.tree-item.active{background:var(--bg3)}.tree-item .tree-actions{visibility:hidden;display:flex;gap:2px}.tree-item:hover .tree-actions{visibility:visible}.tree-actions button{padding:1px 5px;font-size:11px;border:none;background:transparent}.tree-label{overflow:hidden;text-overflow:ellipsis}.tree-add{padding:6px 10px}.tree-add button{font-size:11px;padding:3px 7px}.studio-center{flex:1;min-width:0;display:flex;flex-direction:column}.inspector{width:300px;border-left:1px solid var(--border);overflow-y:auto;padding:12px;flex-shrink:0}.panel{background:var(--bg2);border:1px solid var(--border);border-radius:8px;padding:12px;margin-bottom:12px}.opt-editor{border:1px solid var(--border);border-radius:8px;padding:8px;margin-bottom:8px}.preview{max-width:120px;max-height:120px;border-radius:6px}.var-initial{width:90px}.novel-props{padding:18px;max-width:760px}.editor-pane{display:flex;flex-direction:column;height:100%;min-height:0}.toolbar{display:flex;gap:4px;align-items:center;padding:6px 10px;border-bottom:1px solid var(--border);flex-wrap:wrap}.toolbar .sep{width:1px;height:18px;background:var(--border);margin:0 6px}.editor-scroll{flex:1;overflow-y:auto}.prose-editor{max-width:720px;margin:0 auto;padding:30px 40px 50vh;outline:none;font-size:16px;line-height:1.75;font-family:Georgia,Times New Roman,serif}.prose-editor p{margin:.9em 0}.statusbar{display:flex;justify-content:space-between;padding:4px 12px;border-top:1px solid var(--border);font-size:12px;color:var(--muted)}.statusbar.has-errors{color:var(--red)}.chip{display:inline-block;border-radius:5px;padding:0 6px;font-size:12px;font-family:ui-monospace,monospace;margin:0 2px;cursor:pointer}.chip-show{background:#24344d;color:#9ec1ff}.chip-input{background:#2b3d2e;color:#a8e28a}.chip-set{background:#45324d;color:#d7a8f0}.blockchip{border:1px dashed var(--border);border-radius:8px;padding:6px 12px;color:var(--muted);font-size:13px;text-align:center;margin:10px 0;cursor:pointer;font-family:-apple-system,sans-serif}.chip-goto{color:var(--accent)}.image-block img{max-width:100%;border-radius:8px}.choice-block{border:1px solid var(--border);border-radius:10px;padding:10px 14px;margin:12px 0;cursor:pointer;font-family:-apple-system,sans-serif;font-size:13px}.choice-head{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.choice-row{padding:3px 0}.ProseMirror-selectednode{outline:2px solid var(--accent);border-radius:6px}.reader-menu{min-height:100%;display:flex;align-items:center;justify-content:center;padding:30px;position:relative}.reader-menu .back{position:absolute;top:16px;left:16px}.reader-menu-card{max-width:480px;width:100%;text-align:center}.menu-cover{max-width:220px;border-radius:10px}.intro{white-space:pre-wrap}.start-list{display:flex;flex-direction:column;gap:8px;margin:10px 0 20px}.player{height:100%;display:flex;flex-direction:column;background:#0e0f13;cursor:pointer}.player-bar{display:flex;justify-content:space-between;padding:8px 14px;cursor:default}.player-scroll{flex:1;overflow-y:auto}.player-column{max-width:620px;margin:0 auto;padding:8vh 24px 0;font-family:Georgia,serif;font-size:19px;line-height:1.9}.line{margin:.7em 0;user-select:none;-webkit-user-select:none}.heading-line{font-family:-apple-system,sans-serif;letter-spacing:.02em}.line-wrap{transition:opacity .6s ease}.answered{color:var(--accent)}.inline-input{display:inline-flex;gap:6px;align-items:center;cursor:default}.inline-input input,.inline-input select{width:140px;font-size:15px}.inline-input .prompt{color:var(--muted);font-size:15px}.spacer-small{height:1.2em}.spacer-mid{height:3em}.spacer-large{height:6em}.reader-divider{text-align:center;color:var(--muted);margin:1.4em 0}.reader-image{max-width:100%;border-radius:10px;margin:.8em 0}.advance-hint{color:var(--muted);animation:blink 1.1s infinite;font-size:14px}@keyframes blink{0%,to{opacity:.2}50%{opacity:1}}.choices{display:flex;flex-direction:column;gap:10px;margin:1.4em 0;cursor:default}.choice-btn{font-family:Georgia,serif;font-size:17px;padding:12px 18px;border-radius:10px;text-align:center}.choice-btn:hover{background:var(--bg3)}.the-end{text-align:center;color:var(--muted);margin:2em 0;cursor:default}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;cursor:default}.overlay-card{background:var(--bg2);border:1px solid var(--border);border-radius:12px;padding:20px;width:380px;display:flex;flex-direction:column;gap:8px;max-height:80vh;overflow-y:auto}.slot{text-align:left}
