:root{--bg: #f0f2f5;--bg-elevated: #ffffff;--panel: #f7f8fa;--border: #e2e6eb;--border-strong:#c5cdd6;--text: #1a202c;--text-muted: #4a5568;--text-faint: #5b6675;--accent: #2b6cb0;--accent-hover: #2558a0;--accent-fg: #ffffff;--danger: #c53030;--danger-fg: #ffffff;--chip-bg: #fffbe6;--chip-border: #e8d88a;--ins-bg: #e7f7ec;--ins-fg: #0a7d24;--del-bg: #fbeaea;--del-fg: #c0392b;--pf-grammar: #d9534f;--pf-spelling: #c0392b;--pf-style: #2b6cb0;--pf-clarity: #b8860b;--select-bg: #b3d4fc;--bubble-user-bg: #d7e7fb;--bubble-user-fg: #1a3a5c}:root[data-theme=dark]{--bg: #15171a;--bg-elevated: #1e2026;--panel: #22262e;--border: #2e3440;--border-strong:#3d4556;--text: #e8eaf0;--text-muted: #a0aab8;--text-faint: #8f9baa;--accent: #4a90d9;--accent-hover: #5aa0e8;--accent-fg: #ffffff;--danger: #e05252;--danger-fg: #ffffff;--chip-bg: #2a2700;--chip-border: #4a4010;--ins-bg: #0d2b14;--ins-fg: #4caf6e;--del-bg: #2b0d0d;--del-fg: #e07070;--pf-grammar: #ef6f6b;--pf-spelling: #e07070;--pf-style: #5a9be0;--pf-clarity: #d4a843;--select-bg: rgba(74, 144, 217, .45);--bubble-user-bg: rgba(74, 144, 217, .28);--bubble-user-fg: #dfe9f6}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,sans-serif}::selection{background:var(--select-bg)}::-moz-selection{background:var(--select-bg)}body,input,textarea,button,[data-themed]{transition:background-color .15s ease,color .15s ease,border-color .15s ease}:root[data-theme=dark] *{scrollbar-color:#3d4556 #1e2026;scrollbar-width:thin}:root[data-theme=dark] ::-webkit-scrollbar{width:6px;height:6px}:root[data-theme=dark] ::-webkit-scrollbar-track{background:var(--bg-elevated)}:root[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}.sb-editor-root{flex:1;min-height:0;display:flex;flex-direction:column}.sb-editor-bar{flex-shrink:0;background:var(--bg-elevated);border-bottom:1px solid var(--border);padding:8px 28px}.sb-editor-scroll{flex:1;min-height:0;overflow-y:auto;padding:28px 28px 60px}.sb-editor-sheet{background:var(--bg-elevated);border:1px solid var(--border);border-radius:8px;padding:36px 40px;max-width:760px;margin:0 auto;min-height:480px;box-shadow:0 1px 4px #0000000f}.sb-format-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:6px;max-width:760px;margin:0 auto}.sb-format-toolbar__group{display:flex;align-items:center;gap:2px}.sb-format-toolbar__group:not(:last-child):after{content:"";width:1px;align-self:stretch;margin:2px 6px;background:var(--border)}.sb-format-toolbar button{min-width:30px;height:30px;padding:0 7px;border:1px solid transparent;border-radius:5px;background:transparent;color:var(--text);font-size:13px;font-weight:600;line-height:1;cursor:pointer}.sb-format-toolbar button:hover:not(:disabled){background:var(--panel);border-color:var(--border)}.sb-format-toolbar button.is-active{background:var(--accent);border-color:var(--accent);color:var(--accent-fg)}.sb-format-toolbar button:disabled{opacity:.4;cursor:default}.sb-editor{min-height:400px;cursor:text}.sb-editor:focus,.sb-editor .ProseMirror:focus{outline:none}.sb-editor .ProseMirror{line-height:1.65;color:var(--text);max-width:720px;margin:0 auto;padding-bottom:80px}.sb-editor .ProseMirror h1,.sb-editor .ProseMirror h2,.sb-editor .ProseMirror h3,.sb-editor .ProseMirror h4,.sb-editor .ProseMirror h5,.sb-editor .ProseMirror h6{color:var(--text);font-weight:700;line-height:1.25;margin-top:1.5em;margin-bottom:.5em}.sb-editor .ProseMirror h1{font-size:1.9em;padding-bottom:.25em;border-bottom:1px solid var(--border)}.sb-editor .ProseMirror h2{font-size:1.45em;padding-bottom:.2em;border-bottom:1px solid var(--border)}.sb-editor .ProseMirror h3{font-size:1.2em}.sb-editor .ProseMirror h4{font-size:1.05em}.sb-editor .ProseMirror p{margin-top:0;margin-bottom:.85em}.sb-editor .ProseMirror ul,.sb-editor .ProseMirror ol{padding-left:1.5em;margin-bottom:.85em}.sb-editor .ProseMirror li{margin-bottom:.2em}.sb-editor .ProseMirror blockquote{border-left:3px solid var(--accent);margin-left:0;padding-left:1em;color:var(--text-muted);font-style:italic}.sb-editor .ProseMirror code{background:var(--panel);border:1px solid var(--border);border-radius:3px;padding:.1em .35em;font-family:ui-monospace,Menlo,monospace;font-size:.875em}.sb-editor .ProseMirror pre{background:var(--panel);border:1px solid var(--border);border-radius:6px;padding:1em;overflow-x:auto;font-family:ui-monospace,Menlo,monospace;font-size:.875em;line-height:1.5;margin-bottom:.85em}.sb-editor .ProseMirror pre code{background:transparent;border:none;padding:0}.sb-editor .ProseMirror hr{border:none;border-top:1px solid var(--border);margin:1.5em 0}.sb-editor .ProseMirror mark{background:var(--chip-bg);color:inherit;border-radius:2px;padding:.05em .15em;-webkit-box-decoration-break:clone;box-decoration-break:clone}.sb-editor .ProseMirror table{border-collapse:collapse;table-layout:fixed;width:100%;margin:0 0 .85em;overflow:hidden}.sb-editor .ProseMirror table td,.sb-editor .ProseMirror table th{border:1px solid var(--border-strong);padding:.4em .6em;vertical-align:top;text-align:left;position:relative;min-width:3em}.sb-editor .ProseMirror table th{background:var(--panel);font-weight:700}.sb-editor .ProseMirror table p{margin:0}.sb-editor .ProseMirror table .selectedCell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--select-bg);opacity:.4;pointer-events:none}.sb-editor .ProseMirror table .column-resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;background:var(--accent);cursor:col-resize}.sb-editor .ProseMirror img{display:block;max-width:100%;height:auto;margin:.85em auto;border:1px solid var(--border);border-radius:6px}.sb-editor .ProseMirror img.ProseMirror-selectednode{outline:2px solid var(--accent);outline-offset:2px}.sb-format-toolbar__colors button.sb-color-swatch{min-width:22px;width:22px;height:22px;padding:0;border:1px solid var(--border-strong);border-radius:50%;background:var(--sw, transparent)}.sb-format-toolbar__colors button.sb-color-swatch.sb-color-swatch--clear{background:transparent;color:var(--text-muted)}.sb-format-toolbar__colors button.sb-color-swatch.is-active{outline:2px solid var(--accent);outline-offset:1px}.sb-changes-highlight ins.sb-insertion,.sb-changes-diff ins.sb-insertion{background:var(--ins-bg);color:var(--ins-fg);text-decoration:none;border-radius:2px;padding:0 1px;border-bottom:2px solid var(--ins-fg);cursor:pointer}.sb-changes-highlight del.sb-deletion,.sb-changes-diff del.sb-deletion{background:var(--del-bg);color:var(--del-fg);text-decoration:line-through;text-decoration-color:var(--del-fg);border-radius:2px;padding:0 1px;cursor:pointer}.sb-changes-off ins.sb-insertion{color:inherit;background:none;text-decoration:none;border-bottom:none;padding:0}.sb-changes-off del.sb-deletion{display:none}.sb-changes-highlight .sb-change{color:var(--accent);font-weight:600;cursor:pointer}.sb-changes-diff .sb-change{background:var(--ins-bg);color:var(--ins-fg);border-radius:2px;padding:0 1px;cursor:pointer}.sb-changes-off .sb-change{color:inherit;text-decoration:none}.sb-change-original{display:none}.sb-changes-diff .sb-change-original{display:inline;margin-right:2px;background:var(--del-bg);color:var(--del-fg);text-decoration:line-through;text-decoration-color:var(--del-fg);border-radius:2px;padding:0 1px;-webkit-user-select:none;user-select:none}.sb-changes-highlight .sb-ins{color:var(--text);background:var(--ins-bg);text-decoration:none;box-shadow:inset 0 -1px 0 var(--ins-fg);border-radius:2px;padding:0 1px;cursor:pointer}.sb-changes-highlight .sb-del{color:var(--del-fg);text-decoration:line-through;text-decoration-color:var(--del-fg);opacity:.7;cursor:pointer}.sb-changes-diff .sb-ins{background:var(--ins-bg);color:var(--ins-fg);text-decoration:none;border-radius:2px;padding:0 1px;cursor:pointer}.sb-changes-diff .sb-del{background:var(--del-bg);color:var(--del-fg);text-decoration:line-through;text-decoration-color:var(--del-fg);border-radius:2px;padding:0 1px;cursor:pointer}.sb-changes-off .sb-ins{color:inherit;background:none;text-decoration:none;padding:0}.sb-changes-off .sb-del{display:none}.sb-change-popover{max-width:320px;background:var(--bg-elevated);border:1px solid var(--border-strong);border-radius:8px;box-shadow:0 4px 16px #0000002e;padding:10px 12px;font-family:system-ui,sans-serif;font-size:12.5px;line-height:1.5;color:var(--text)}.sb-change-popover__label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-faint);margin-bottom:6px}.sb-change-popover__row{color:var(--text-muted);margin-bottom:4px;word-break:break-word}.sb-change-popover__diff{font-family:ui-monospace,Menlo,monospace;font-size:12px;background:var(--panel);border:1px solid var(--border);border-radius:4px;padding:6px 8px;word-break:break-word}.sb-change-popover__del{text-decoration:line-through;color:var(--del-fg);background:var(--del-bg)}.sb-change-popover__ins{color:var(--ins-fg);background:var(--ins-bg)}.sb-change-log{width:320px;max-height:60vh;overflow-y:auto;background:var(--bg-elevated);border:1px solid var(--border-strong);border-radius:8px;box-shadow:0 4px 16px #0000002e;padding:10px 12px;font-family:system-ui,sans-serif;font-size:12.5px;line-height:1.5;color:var(--text)}.sb-change-log__label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-faint);margin-bottom:8px}.sb-change-log__empty{color:var(--text-muted);font-style:italic;padding:4px 0}.sb-change-log__list{list-style:none;margin:0;padding:0}.sb-change-log__item{border:1px solid var(--border);border-radius:6px;padding:7px 9px;margin-bottom:6px;background:var(--panel)}.sb-change-log__item.is-active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.sb-change-log__meta{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.sb-change-log__kind{font-size:11px;font-weight:600;color:var(--text-muted)}.sb-change-log__ts{font-size:11px;color:var(--text-faint);white-space:nowrap}.sb-change-log__snippet{color:var(--text);margin:4px 0;word-break:break-word}.sb-change-log__foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.sb-change-log__status{font-size:10px;text-transform:uppercase;letter-spacing:.4px;color:var(--text-faint)}.sb-change-log__delete{border:1px solid var(--border-strong);background:var(--bg-elevated);color:var(--text-muted);border-radius:4px;padding:2px 8px;font-size:11px;cursor:pointer}.sb-change-log__delete:hover{border-color:var(--del-fg);color:var(--del-fg)}.sb-change-toggle{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--text-faint)}.sb-change-toggle__label{margin-right:2px;white-space:nowrap}.sb-change-toggle button{border:1px solid var(--border-strong);background:var(--bg-elevated);color:var(--text-muted);font-size:12px;padding:3px 8px;cursor:pointer;border-radius:0;margin-left:-1px}.sb-change-toggle button:first-of-type{border-radius:4px 0 0 4px;margin-left:0}.sb-change-toggle button:last-of-type{border-radius:0 4px 4px 0}.sb-change-toggle button.is-active{background:var(--accent);color:var(--accent-fg);border-color:var(--accent);position:relative;z-index:1}.pane-header{padding:8px 12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--text-faint);background:var(--panel);border-bottom:1px solid var(--border);-webkit-user-select:none;user-select:none;flex-shrink:0}.theme-toggle{background:transparent;border:1px solid var(--border);border-radius:6px;padding:4px 8px;font-size:14px;cursor:pointer;color:var(--text-muted);line-height:1;transition:border-color .15s,background-color .15s}.theme-toggle:hover{background:var(--panel);border-color:var(--border-strong)}.sb-council{display:flex;flex-direction:column;gap:8px;padding:12px;border-top:1px solid var(--border);background:var(--panel);flex:1;min-height:0;overflow-y:auto}.sb-council__head{display:flex;align-items:center;justify-content:space-between}.sb-council__title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:var(--text-faint)}.sb-council__cancel{border:1px solid var(--border-strong);background:var(--bg-elevated);color:var(--text-muted);border-radius:4px;padding:2px 8px;font-size:11px;cursor:pointer}.sb-council__cards{display:flex;flex-direction:column;gap:8px}.sb-council__error{color:var(--del-fg);background:var(--del-bg);border:1px solid var(--border);border-radius:6px;padding:8px 10px;font-size:13px}.sb-council__cost{font-size:11px;color:var(--text-faint);padding-top:4px}.sb-council__degraded{color:var(--del-fg)}.sb-council__status{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted);padding:2px 0 4px}.sb-council__status-spinner{width:12px;height:12px;border:2px solid var(--border-strong);border-top-color:var(--accent);border-radius:50%;flex-shrink:0;animation:sb-council-spin .7s linear infinite}.sb-council__status-label{font-weight:500}@keyframes sb-council-spin{to{transform:rotate(360deg)}}.sb-council-card{border:1px solid var(--border);border-radius:6px;background:var(--bg-elevated);padding:8px 10px;display:flex;flex-direction:column;gap:6px}.sb-council-card.is-pending{opacity:.6;font-style:italic}.sb-council-card.is-winner{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.sb-council-card__head{display:flex;align-items:center;gap:8px}.sb-council-card__title{font-size:11px;font-weight:600;color:var(--text-muted);flex:1}.sb-council-card__winner-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--accent-fg);background:var(--accent);border-radius:4px;padding:1px 6px}.sb-council-card__total{font-size:12px;font-weight:700;color:var(--accent)}.sb-council-card__spinner{color:var(--text-faint)}.sb-council-card__model{font-size:10px;color:var(--text-faint);margin:-2px 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sb-council-card__text{font-size:13px;line-height:1.45;color:var(--text);white-space:pre-wrap}.sb-council-card__diff-unique{background:var(--ins-bg);box-shadow:inset 0 -1px 0 var(--accent);border-radius:2px}.sb-council-card__diff-ins{background:var(--ins-bg);color:var(--ins-fg);text-decoration:none;border-radius:2px}.sb-council-card__diff-del{background:var(--del-bg);color:var(--del-fg);text-decoration:line-through;text-decoration-color:var(--del-fg);border-radius:2px}.sb-council-card__diff-toggle{border:none;background:transparent;color:var(--accent);font-size:11px;cursor:pointer;padding:0}.sb-council-card__scores{display:flex;flex-direction:column;gap:4px}.sb-council-card__axes{display:flex;flex-wrap:wrap;gap:6px}.sb-council-card__axis{font-size:10px;color:var(--text-muted);background:var(--panel);border:1px solid var(--border);border-radius:4px;padding:1px 5px}.sb-council-card__judges-toggle{align-self:flex-start;border:none;background:transparent;color:var(--accent);font-size:11px;cursor:pointer;padding:0}.sb-council-card__judge-table{font-size:10px;color:var(--text-muted);border-collapse:collapse}.sb-council-card__judge-table td{padding:1px 6px 1px 0}.sb-council-card__judge-name{color:var(--text-faint)}.sb-council-card__foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.sb-council-card__use{border:1px solid var(--accent);background:var(--accent);color:var(--accent-fg);border-radius:4px;padding:3px 12px;font-size:12px;cursor:pointer}.sb-council-card__use:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.sb-council__usage{font-size:11px;color:var(--text-faint);padding-top:2px}.sb-council__usage.is-warn{color:var(--accent)}.sb-council__usage.is-over{color:var(--del-fg);font-weight:600}.sb-council__usage-flag{font-weight:600}.sb-council-analysis{margin-top:8px;padding:8px 10px;border:1px solid var(--border);border-radius:6px;background:var(--panel);display:flex;flex-direction:column;gap:8px}.sb-council-analysis.is-pending{color:var(--text-faint)}.sb-council-analysis__title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--text-muted)}.sb-council-analysis__placeholder{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-faint)}.sb-council-analysis__spinner{width:10px;height:10px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;display:inline-block;animation:sb-council-spin .7s linear infinite}.sb-council-analysis__section{display:flex;flex-direction:column;gap:3px}.sb-council-analysis__heading{font-size:11px;font-weight:600;color:var(--text-muted)}.sb-council-analysis__list{margin:0;padding-left:16px;font-size:12px;line-height:1.4;color:var(--text);display:flex;flex-direction:column;gap:2px}.sb-council-analysis__attribution{color:var(--text-faint);font-size:11px}.sb-council-config{display:flex;flex-direction:column;gap:10px}.sb-council-config__models{display:flex;flex-direction:column;gap:6px}.sb-council-config__field,.sb-council-config__weight{display:flex;flex-direction:column;gap:3px}.sb-council-config__label{font-size:11px;color:var(--text-muted)}.sb-council-config__select{border:1px solid var(--border-strong);background:var(--bg-elevated);color:var(--text);border-radius:4px;padding:4px 6px;font-size:12px}.sb-council-config__select:disabled,.sb-council-config__slider:disabled,.sb-council-config__preset:disabled{opacity:.5;cursor:not-allowed}.sb-council-config__presets{display:flex;flex-wrap:wrap;gap:6px}.sb-council-config__preset{border:1px solid var(--border-strong);background:var(--bg-elevated);color:var(--text-muted);border-radius:4px;padding:3px 10px;font-size:11px;cursor:pointer}.sb-council-config__preset:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.sb-council-config__weights{display:flex;flex-direction:column;gap:6px}.sb-council-config__slider{width:100%}.sb-pf{text-decoration:underline wavy;text-decoration-skip-ink:none;text-underline-offset:2px;cursor:pointer}.sb-pf-grammar{text-decoration-color:var(--pf-grammar)}.sb-pf-spelling{text-decoration-color:var(--pf-spelling)}.sb-pf-style{text-decoration-color:var(--pf-style)}.sb-pf-clarity{text-decoration-color:var(--pf-clarity)}
