:root{--bg: #f8fafc;--panel: #ffffff;--border: #cbd5e1;--border-soft: #e2e8f0;--text: #0f172a;--muted: #64748b;--danger: #b91c1c}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:system-ui,sans-serif;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}button{cursor:pointer}input,select{padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:#fff}button:disabled{cursor:not-allowed;opacity:.6}.page{padding:24px}.page--narrow{padding:24px;max-width:640px;margin:0 auto}.panel{padding:12px;border:1px solid var(--border-soft);border-radius:12px;background:var(--panel)}.stack{display:grid;gap:16px}.row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.field{display:grid;gap:6px}.muted{color:var(--muted)}.small-text{font-size:12px}.error-text{color:var(--danger)}.section-title{margin:0}.app-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.app-header__right{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.docs-page{max-width:720px;display:grid;gap:16px}.docs-page__status{margin-bottom:0}.docs-list{margin:0;padding-left:20px}.secondary-button{padding:8px 12px;border-radius:8px;border:1px solid var(--border);background:#fff}.editor-topbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.editor-title-input{flex:1;min-width:260px}.editor-toolbar{display:flex;gap:8px;flex-wrap:wrap;padding:12px;border:1px solid var(--border-soft);border-radius:10px;background:#f8fafc}.toolbar-button{padding:8px 12px;border-radius:8px;border:1px solid var(--border);background:#fff}.editor-share-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}.editor-share-title{font-weight:700}.editor-share-status{font-size:12px;opacity:.75}.share-input{min-width:240px}.share-select{background:#fff}.members-list{gap:6px}.member-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:10px}.member-row__left{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.member-role{font-family:monospace;font-size:12px;padding:2px 6px;border-radius:999px;background:#f1f5f9}.editor-meta{font-size:14px;color:#475569;display:flex;gap:12px;flex-wrap:wrap}.editor-stats{display:flex;gap:12px;flex-wrap:wrap;align-items:baseline}.editor-shell{border:1px solid var(--border);border-radius:12px;padding:16px;min-height:420px;max-height:500px;background:#fff;overflow-y:auto}.editor-toolbar{display:flex;gap:8px;flex-wrap:wrap;align-items:center;padding:12px;border:1px solid var(--border-soft);border-radius:10px;background:#f8fafc}.toolbar-button{padding:8px 12px;border-radius:8px;border:1px solid var(--border);background:#fff;transition:background .15s ease,border-color .15s ease,transform .05s ease}.toolbar-button:hover:not(:disabled){background:#f1f5f9}.toolbar-button.is-active{border:2px solid #111827;background:#e2e8f0;font-weight:700}.toolbar-status{margin-left:auto;font-size:14px;color:#475569}.editor-inspector-toggle{position:fixed;right:16px;top:50%;transform:translateY(-50%);z-index:60;padding:12px 14px;border-radius:999px;border:1px solid var(--border);background:#fff;box-shadow:0 10px 24px #0f172a29;font-weight:700}.editor-inspector-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a38;z-index:69}.editor-inspector-panel{position:fixed;top:50%;right:24px;transform:translateY(-50%);width:min(380px,calc(100vw - 48px));max-height:min(80vh,760px);overflow-y:auto;z-index:70;padding:16px;border-radius:16px;border:1px solid var(--border-soft);background:#fff;box-shadow:0 18px 48px #0f172a38;display:grid;gap:18px}.editor-inspector-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.editor-inspector-title{margin:0 0 4px}.editor-inspector-section{display:grid;gap:10px}.editor-inspector-subtitle{margin:0;font-size:15px}.editor-scene-list{display:grid;gap:8px}.editor-scene-link{text-align:left;padding:10px 12px;border-radius:10px;border:1px solid var(--border-soft);background:#f8fafc}.editor-scene-link:hover{background:#eef2ff}.editor-wordcount-list{display:grid;gap:8px}.editor-wordcount-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:10px;border:1px solid var(--border-soft);background:#f8fafc}.editor-wordcount-name{font-weight:600;min-width:0;overflow-wrap:anywhere}.editor-wordcount-value{color:var(--muted);font-variant-numeric:tabular-nums}.ProseMirror{outline:none;padding:12px;min-height:240px}.ProseMirror p{white-space:pre-wrap}.ProseMirror p[data-role=character]{font-weight:700;text-transform:uppercase;margin:18px 0 6px}.ProseMirror p[data-role=dialogue]{margin:0 0 10px 24px}.ProseMirror p[data-role=stage]{font-weight:700;text-transform:uppercase;font-size:larger;margin:10px 0}.ProseMirror p[data-role=action]{opacity:.9;margin:10px 0;font-style:italic}.t-intention{font-style:italic}.t-intention:before{content:"(";opacity:.7}.t-intention:after{content:")";opacity:.7}
