:root{--font-serif:"Noto Serif TC", "Songti TC", "PMingLiU", serif;--font-sans:"Noto Sans TC", "PingFang TC", "Microsoft JhengHei", -apple-system, sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:12px}html[data-theme=dark]{--bg:#1a1a1c;--bg-elevated:#232326;--bg-hover:#2c2c30;--bg-input:#1f1f22;--border:#35353a;--text:#e8e6e1;--text-muted:#9a9a9f;--text-faint:#5f5f66;--accent:#c9a463;--accent-contrast:#1a1a1c;--danger:#d16565}html[data-theme=light]{--bg:#faf9f6;--bg-elevated:#fff;--bg-hover:#f0efea;--bg-input:#fff;--border:#e2e0d8;--text:#2a2a28;--text-muted:#6b6a64;--text-faint:#a6a49b;--accent:#a97e3b;--accent-contrast:#fff;--danger:#b8453f}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:14px;line-height:1.6}h1,h2,h3,h4{font-family:var(--font-serif);margin:0;font-weight:600}a{color:inherit}button{font-family:inherit;font-size:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:inherit;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:6px 8px}input:focus,textarea:focus,select:focus{outline:1px solid var(--accent)}.btn{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:6px 14px}.btn:hover{background:var(--bg-hover)}.btn-primary{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast);font-weight:600}.btn-primary:hover{opacity:.9}.btn-danger{color:var(--danger);border-color:var(--danger)}.btn-ghost{color:var(--text-muted);background:0 0;border:none}.btn-ghost:hover{color:var(--text)}.card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md)}.tag-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.builtin-badge{color:var(--accent);border:1px solid var(--accent);border-radius:var(--radius-sm);padding:1px 6px;font-size:11px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:5px}.richtext-editor .ProseMirror{outline:none}.richtext-editor h1,.richtext-editor h2,.richtext-editor h3{margin:18px 0 8px}.richtext-editor p{margin:0 0 10px}.richtext-editor ul,.richtext-editor ol{margin:0 0 10px;padding-left:24px}.richtext-editor blockquote{border-left:3px solid var(--border);color:var(--text-muted);margin:8px 0;padding-left:12px}.richtext-editor hr{border:none;border-top:1px solid var(--border);margin:16px 0}.richtext-editor img{border-radius:var(--radius-sm);max-width:100%}.richtext-editor mark{border-radius:2px;padding:0 1px}.richtext-editor table{border-collapse:collapse;width:100%;margin:8px 0}.richtext-editor th,.richtext-editor td{border:1px solid var(--border);vertical-align:top;padding:6px 10px}.richtext-editor th{background:var(--bg-hover);text-align:left;font-weight:600}.richtext-editor .selectedCell{background:var(--bg-hover)}.richtext-editor .column-resize-handle{background:var(--accent)}.script-editor .ProseMirror{outline:none;font-family:Courier Prime,Courier New,Courier,monospace}.script-editor .script-line{margin:0 0 8px}.script-editor .script-line[data-line-type=sceneHeading]{text-transform:uppercase;margin:18px 0 4px;font-weight:700}.script-editor .script-line[data-line-type=character]{text-transform:uppercase;margin-top:14px;margin-bottom:0;margin-left:35%}.script-editor .script-line[data-line-type=parenthetical]{max-width:45%;margin-top:0;margin-bottom:0;margin-left:28%;font-style:italic}.script-editor .script-line[data-line-type=dialogue]{max-width:60%;margin-top:0;margin-left:20%}.script-editor .script-line[data-line-type=transition]{text-transform:uppercase;text-align:right}.script-editor .script-line[data-line-type=centered]{text-align:center}@media (width<=900px){.side-panel,.panel-divider,.panel-trigger{display:none}}
