.doc-page{min-height:100vh;background:#fff}.doc-page.loading{display:flex;align-items:center;justify-content:center;height:100vh;color:#64748b}.doc-header{border-bottom:1px solid #e2e8f0;background:#f8fafc;padding:12px 24px}.doc-header-inner{max-width:960px;margin:0 auto;display:flex;align-items:center;gap:8px;font-size:14px}.doc-header-sep{color:#64748b}.doc-header-title{font-weight:600;color:#0f172a}.doc-back-link{color:#2563eb;text-decoration:none}.doc-back-link:hover{text-decoration:underline}.doc-layout{max-width:960px;margin:0 auto;display:flex;gap:32px;padding:32px 24px}.doc-toc{width:220px;min-width:220px;position:sticky;top:24px;align-self:flex-start;max-height:calc(100vh - 120px);overflow-y:auto}.doc-toc-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:8px}.doc-toc-list{list-style:none;padding:0;margin:0}.doc-toc-item{margin:0}.doc-toc-link{display:block;font-size:13px;color:#64748b;text-decoration:none;border-left:2px solid transparent;padding:4px 0 4px 8px;transition:color .15s,border-color .15s}.doc-toc-link:hover{color:#2563eb;border-left-color:#2563eb}.doc-content{flex:1;min-width:0}.doc-title{font-size:28px;font-weight:700;color:#0f172a;margin-bottom:8px;line-height:1.3}.doc-meta{font-size:13px;color:#64748b;margin-bottom:24px;display:flex;align-items:center;gap:8px}.doc-meta-sep{color:#e2e8f0}.doc-body{font-size:15px;line-height:1.75;color:#0f172a}.doc-body h1,.doc-body h2,.doc-body h3,.doc-body h4,.doc-body h5,.doc-body h6{color:#0f172a;margin-top:1.5em;margin-bottom:.5em;line-height:1.3}.doc-body h1{font-size:24px}.doc-body h2{font-size:20px;border-bottom:1px solid #e2e8f0;padding-bottom:4px}.doc-body h3{font-size:18px}.doc-body h4{font-size:16px}.doc-body p{margin-bottom:1em}.doc-body a{color:#2563eb;text-decoration:none}.doc-body a:hover{text-decoration:underline}.doc-body code{background:#f8fafc;padding:2px 6px;border-radius:4px;font-size:.9em;font-family:JetBrains Mono,Fira Code,Consolas,monospace}.doc-body pre{background:#1e1e2e;color:#cdd6f4;padding:16px;border-radius:8px;overflow-x:auto;margin-bottom:1em}.doc-body pre code{background:none;padding:0;color:inherit;font-size:13px}.doc-body blockquote{border-left:3px solid #2563eb;padding-left:16px;margin-left:0;color:#64748b;margin-bottom:1em}.doc-body ul,.doc-body ol{padding-left:24px;margin-bottom:1em}.doc-body li{margin-bottom:4px}.doc-body table{width:100%;border-collapse:collapse;margin-bottom:1em}.doc-body th,.doc-body td{border:1px solid #e2e8f0;padding:8px 12px;text-align:left}.doc-body th{background:#f8fafc;font-weight:600}.doc-body img{max-width:100%;border-radius:8px}.doc-body hr{border:none;border-top:1px solid #e2e8f0;margin:24px 0}.doc-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:12px;color:#64748b}.doc-not-found h1{font-size:24px;color:#0f172a}.doc-list-container{max-width:720px;margin:0 auto;padding:32px 24px}.doc-list-title{font-size:24px;font-weight:600;margin-bottom:24px}.doc-list-empty{text-align:center;padding:48px 24px;color:#64748b}.doc-list{list-style:none;padding:0;margin:0}.doc-list-item{border-bottom:1px solid #e2e8f0}.doc-list-item:first-child{border-top:1px solid #e2e8f0}.doc-list-link{display:flex;align-items:center;justify-content:space-between;padding:16px 0;text-decoration:none;color:inherit;transition:background .1s}.doc-list-link:hover{text-decoration:none}.doc-list-link:hover .doc-list-link-title{color:#2563eb}.doc-list-link-title{font-weight:500;font-size:15px;color:#0f172a;transition:color .15s}.doc-list-link-meta{font-size:12px;color:#64748b;display:flex;align-items:center;gap:6px}@media(max-width:768px){.doc-layout{flex-direction:column}.doc-toc{width:100%;min-width:auto;position:static;border-bottom:1px solid #e2e8f0;padding-bottom:16px;margin-bottom:16px;max-height:none}}:root{--wf-font-sans: Inter, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--wf-font-mono: "Fira Code", "JetBrains Mono", "SFMono-Regular", Consolas, monospace;--wf-color-bg: #ffffff;--wf-color-bg-warm: #f6f5f4;--wf-color-bg-soft: #faf9f7;--wf-color-surface: #ffffff;--wf-color-surface-raised: #ffffff;--wf-color-ink: #242321;--wf-color-ink-subtle: #615d59;--wf-color-ink-muted: #98928c;--wf-color-border: rgba(36, 35, 33, .1);--wf-color-border-strong: rgba(36, 35, 33, .18);--wf-color-blue: #0075de;--wf-color-blue-hover: #005bab;--wf-color-blue-bg: #f2f9ff;--wf-color-blue-text: #097fe8;--wf-color-teal: #2a9d99;--wf-color-teal-bg: #f0fafa;--wf-color-green: #1aae39;--wf-color-green-bg: #f0faf3;--wf-color-orange: #dd5b00;--wf-color-orange-bg: #fff7f0;--wf-color-red: #c0392b;--wf-color-red-bg: #fff5f5;--wf-color-purple: #7c3aed;--wf-color-purple-bg: #faf0ff;--wf-space-1: 4px;--wf-space-2: 8px;--wf-space-3: 12px;--wf-space-4: 16px;--wf-space-5: 20px;--wf-space-6: 24px;--wf-space-8: 32px;--wf-space-10: 40px;--wf-space-12: 48px;--wf-radius-xs: 3px;--wf-radius-sm: 4px;--wf-radius-md: 6px;--wf-radius-lg: 8px;--wf-radius-pill: 999px;--wf-shadow-card: rgba(0, 0, 0, .04) 0 4px 18px, rgba(0, 0, 0, .027) 0 2px 8px, rgba(0, 0, 0, .02) 0 1px 3px;--wf-shadow-popover: rgba(0, 0, 0, .06) 0 12px 30px, rgba(0, 0, 0, .04) 0 4px 12px;--wf-sidebar-width: 268px}@keyframes wf-pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes wf-flow{0%{transform:translate(-100%)}to{transform:translate(500%)}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:var(--wf-font-sans);color:var(--wf-color-ink);background:var(--wf-color-bg-warm);font-size:14px;line-height:1.5}a{color:var(--wf-color-ink-subtle);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font:inherit;border:1px solid var(--wf-color-border);background:var(--wf-color-bg-warm);color:var(--wf-color-ink);padding:6px 12px;border-radius:var(--wf-radius-md);font-size:13px;transition:background .15s}button:hover{background:var(--wf-color-bg-soft)}button:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--wf-color-blue);color:#fff;border-color:var(--wf-color-blue)}.btn-primary:hover{background:var(--wf-color-blue-hover);border-color:var(--wf-color-blue-hover);color:#fff}input,textarea{font:inherit;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);padding:8px 12px;font-size:14px;width:100%;outline:none;background:var(--wf-color-surface);color:var(--wf-color-ink);transition:border-color .15s}input:focus,textarea:focus{border-color:var(--wf-color-blue);box-shadow:0 0 0 3px #0075de24}label{display:flex;flex-direction:column;gap:4px;font-weight:500;font-size:13px;color:var(--wf-color-ink)}.app-loading,.loading{display:flex;align-items:center;justify-content:center;height:100%;color:#64748b}.app-shell{display:flex;height:100vh;min-height:100dvh;position:relative;overflow:hidden}.sidebar{width:260px;min-width:260px;background:#f1f5f9;color:#0f172a;display:flex;flex-direction:column;overflow-y:auto;border-right:1px solid #e2e8f0}.sidebar-backdrop{display:none}.sidebar-header{padding:6px 8px;border-bottom:1px solid #e2e8f0;position:relative}.ws-header-row{display:flex;align-items:center;gap:2px}.ws-selector{flex:1;display:flex;align-items:center;gap:4px;background:transparent;border:none;color:#0f172a;font-size:14px;font-weight:600;padding:5px 6px;border-radius:6px;min-width:0;text-align:left}.ws-selector:hover{background:#e2e8f0;color:#0f172a}.ws-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ws-chevron{font-size:12px;opacity:.5;flex-shrink:0}.sidebar-icon-btn{flex-shrink:0;background:transparent;border:none;color:#64748b;font-size:15px;padding:5px 7px;border-radius:6px;line-height:1;display:flex;align-items:center;justify-content:center}.sidebar-icon-btn:hover{color:#0f172a;background:#f1f5f9}.ws-rename-input{flex:1;background:#fff;border:1px solid #334155;border-radius:4px;color:#0f172a;font-size:14px;font-weight:600;padding:4px 8px}.ws-dropdown-divider{height:1px;background:#e2e8f0;margin:4px 0}.ws-dropdown{position:absolute;top:100%;left:8px;right:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:4px;z-index:100;box-shadow:0 4px 12px #0f172a1f}.ws-dropdown-item{display:block;width:100%;text-align:left;background:transparent;border:none;color:#0f172a;padding:8px 12px;border-radius:4px;font-size:13px}.ws-dropdown-item:hover{background:#f1f5f9}.ws-dropdown-item.active{background:#e2e8f0;color:#0f172a}.sidebar-collapsed .sidebar{display:none}.sidebar-expand-btn{position:absolute;top:8px;left:8px;background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;font-size:13px;font-weight:600;padding:6px 10px;border-radius:6px;z-index:10;display:inline-flex;align-items:center;gap:6px}.sidebar-expand-btn:hover{color:#0f172a;background:#f1f5f9}.main-content{position:relative}.sidebar-actions{padding:4px 8px}.sidebar-divider{height:1px;margin:10px 12px 0;background:#e2e8f0;border:none}.sidebar-section-header{margin:0;padding:10px 18px 4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.sidebar-content{flex:1;padding:4px 8px;overflow-y:auto}.sidebar-empty{padding:16px 8px;text-align:center;font-size:13px;opacity:.5}.sidebar-footer{padding:12px 16px;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;font-size:12px}.sidebar-user{opacity:.7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-logout{background:transparent;border:none;color:#c0392b;font-size:12px;padding:2px 8px}.btn-logout:hover{background:transparent;text-decoration:underline}.page-node-row{display:flex;align-items:center;gap:0;border-radius:4px;position:relative}.page-node-row:hover{background:#f1f5f9}.page-node-row:hover .page-add-sub-btn{opacity:1}.page-expand-btn{flex-shrink:0;width:20px;background:transparent;border:none;color:#64748b;font-size:10px;padding:4px 2px;border-radius:3px;line-height:1;text-align:center}.page-expand-btn:hover{background:#e2e8f0;color:#0f172a}.page-node-link{flex:1;padding:4px;color:#0f172a;font-size:13px;border-radius:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;min-width:0}.page-node-link:hover{text-decoration:none;color:#0f172a}.page-node-link.active{color:#0f172a;font-weight:500}.page-node-row:has(.page-node-link.active){background:#e2e8f0}.page-add-sub-btn{flex-shrink:0;background:transparent;border:none;color:#64748b;font-size:13px;padding:2px 5px;border-radius:3px;line-height:1;opacity:0;transition:opacity .1s}.page-add-sub-btn:hover{background:#cbd5e1;color:#0f172a}.page-children{padding-left:12px}.page-rename-input{flex:1;background:#fff;border:1px solid #334155;border-radius:3px;color:#0f172a;font-size:13px;padding:2px 6px;min-width:0}.drag-handle{flex-shrink:0;width:14px;color:#cbd5e1;font-size:10px;cursor:grab;-webkit-user-select:none;user-select:none;text-align:center;padding:4px 0;opacity:0;transition:opacity .1s}.drag-handle:active{cursor:grabbing}.page-node-row:hover .drag-handle{opacity:1}.folder-row .folder-icon{flex-shrink:0;width:18px;color:#64748b;font-size:12px;text-align:center}.folder-link{flex:1;padding:4px;color:#0f172a;font-size:13px;font-weight:500;border:none;background:transparent;text-align:left;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.folder-link:hover{color:#0f172a}.page-node-row.drop-before:before,.page-node-row.drop-after:after{content:"";position:absolute;left:16px;right:4px;height:2px;background:#2563eb;border-radius:2px;pointer-events:none}.page-node-row.drop-before:before{top:-1px}.page-node-row.drop-after:after{bottom:-1px}.page-node-row.drop-as-child{outline:2px solid #2563eb;outline-offset:-2px;background:#2563eb14}.sidebar-dnd-error{color:#dc2626;padding:4px 8px}.context-menu{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:4px;box-shadow:0 4px 12px #0f172a26;min-width:140px}.context-menu-item{display:block;width:100%;text-align:left;background:transparent;border:none;color:#0f172a;padding:6px 12px;border-radius:4px;font-size:13px}.context-menu-item:hover{background:#f1f5f9}.context-menu-item-danger{color:#c0392b}.context-menu-item-danger:hover{background:#fef2f2}.sidebar-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.sidebar-dialog{width:min(460px,100%);background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 20px 50px #0f172a38;overflow:hidden}.sidebar-dialog-header{padding:18px 20px 12px;border-bottom:1px solid #e2e8f0}.sidebar-dialog-header h3{margin:0;font-size:16px;font-weight:600;color:#0f172a}.sidebar-dialog-body{display:flex;flex-direction:column;gap:10px;padding:18px 20px}.sidebar-dialog-label{font-size:13px;font-weight:600;color:#334155}.sidebar-dialog-select{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px;font-size:14px;background:#fff;color:#0f172a}.sidebar-dialog-actions{display:flex;justify-content:flex-end;gap:10px;padding:0 20px 18px}.sidebar-dialog-btn{border:none;border-radius:8px;padding:10px 14px;font-size:14px;font-weight:600}.sidebar-dialog-btn:disabled{opacity:.6;cursor:wait}.sidebar-dialog-btn-secondary{background:#e2e8f0;color:#0f172a}.sidebar-dialog-btn-secondary:hover:not(:disabled){background:#cbd5e1}.sidebar-dialog-btn-primary{background:#0f172a;color:#fff}.sidebar-dialog-btn-primary:hover:not(:disabled){background:#1e293b}.new-page-parent-hint{font-size:13px;color:#64748b;background:#f1f5f9;border-left:3px solid #334155;padding:6px 10px;border-radius:0 4px 4px 0}.main-content{flex:1;min-width:0;overflow-y:auto;background:#f8fafc}.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f1f5f9}.auth-form{width:100%;max-width:400px;padding:32px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0f172a1a;display:flex;flex-direction:column;gap:16px}.auth-form h1{font-size:22px;font-weight:600;text-align:center;color:#0f172a}.auth-form button[type=submit]{padding:10px;font-size:14px;background:#334155;color:#fff;border:none;margin-top:8px}.auth-form button[type=submit]:hover{background:#1e293b}.form-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:8px 12px;border-radius:6px;font-size:13px}.auth-switch{text-align:center;font-size:13px;color:#64748b}.workspace-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:8px;color:#64748b}.page-list{max-width:960px;margin:0 auto;padding:32px 24px}.page-list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.page-list-header h1{font-size:24px;font-weight:600;color:#0f172a}.page-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0f172a14}.page-table th{text-align:left;padding:10px 16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0}.page-table td{padding:12px 16px;border-bottom:1px solid #e2e8f0}.page-row{cursor:pointer;transition:background .1s}.page-row:hover{background:#f1f5f9}.page-title-link{font-weight:500;color:#0f172a}.badge{display:inline-block;padding:2px 8px;border-radius:99px;font-size:11px;font-weight:600;text-transform:uppercase}.badge-draft{background:#fef9c3;color:#854d0e}.badge-published{background:#bbf7d0;color:#14532d}.badge-archived{background:#f1f5f9;color:#64748b}.date-cell{color:#64748b;font-size:13px}.page-list-total{margin-top:12px;text-align:center;font-size:13px;color:#94a3b8}.empty-state{text-align:center;padding:48px 24px;color:#94a3b8;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0f172a0f}.new-page{max-width:520px;margin:48px auto;padding:0 24px}.new-page-form{background:#fff;padding:32px;border-radius:12px;box-shadow:0 1px 3px #0f172a1a;display:flex;flex-direction:column;gap:16px}.new-page-form h1{font-size:22px;font-weight:600;color:#0f172a}.form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.page-editor{display:flex;flex-direction:column;height:100%}.editor-main{flex:1;display:flex;flex-direction:column;min-height:0}.editor-header{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;border-bottom:1px solid #e2e8f0;background:#fff}.editor-title{font-size:18px;font-weight:600;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-header-actions{display:flex;align-items:center;gap:12px}.mode-toggle{display:flex;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.mode-btn{padding:4px 12px;font-size:12px;font-weight:500;border:none;border-radius:0;background:#f8fafc;color:#64748b}.mode-btn:hover{background:#f1f5f9}.mode-btn.active{background:#334155;color:#fff}.mode-btn.active:hover{background:#1e293b}.btn-save{padding:6px 16px;font-size:13px;font-weight:500}.editor-area{flex:1;overflow:auto}.source-editor{width:100%;height:100%;border:none;border-radius:0;resize:none;padding:24px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:14px;line-height:1.7;background:#fff;color:#0f172a;outline:none}.source-editor:focus{box-shadow:none}.editor-status{display:flex;align-items:center;justify-content:space-between;padding:6px 24px;font-size:12px;color:#94a3b8;background:#fff;border-top:1px solid #e2e8f0}.unsaved-indicator{color:#d47c0e;font-weight:500}.freshness-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:500;line-height:1.4;white-space:nowrap;cursor:help;border:1px solid transparent;margin-left:8px}.freshness-badge-ai{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}.freshness-badge-human{color:#0f6c3d;background:#e9f7ef;border-color:#b7e4c7}.freshness-badge-stale{color:#92400e;background:#fef3c7;border-color:#fde68a}.freshness-badge-none{color:#64748b;background:#f8fafc;border-color:#e2e8f0}.btn-publish{padding:6px 16px;font-size:13px;font-weight:500;background:#1e293b;color:#fff;border-color:#1e293b}.btn-publish:hover{background:#0f172a;border-color:#0f172a;color:#fff}.btn-publish:disabled{opacity:.5}.publish-banner{display:flex;align-items:center;gap:12px;padding:8px 24px;background:#bbf7d0;color:#14532d;font-size:13px;border-bottom:1px solid #86efac}.publish-banner-link{color:#166534;font-weight:500;text-decoration:underline}.publish-banner .btn-close-panel{margin-left:auto;color:#14532d}.publish-banner-confirm{background:#fef9c3;color:#854d0e;border-bottom-color:#fde68a}.publish-banner-confirm .btn-close-panel{color:#854d0e}.publish-banner-error{background:#fef2f2;color:#dc2626;border-bottom-color:#fecaca}.publish-banner-error .btn-close-panel{color:#dc2626}.btn-sm{padding:3px 10px;font-size:12px}.btn-close-panel{background:transparent;border:none;font-size:18px;color:#64748b;padding:2px 6px;line-height:1}.btn-close-panel:hover{color:#0f172a;background:transparent}@media(max-width:768px){.sidebar{position:fixed;top:0;left:0;bottom:0;width:min(320px,calc(100vw - 48px));min-width:0;height:100dvh;z-index:40;box-shadow:0 18px 48px #0f172a38}.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;border:none;border-radius:0;padding:0;background:#1118272e;z-index:30}.sidebar-collapsed .sidebar-backdrop{display:none}.main-content{width:100%;min-height:100dvh}.main-content.sidebar-toggle-visible{padding-top:56px}.sidebar-expand-btn{position:fixed;top:10px;left:10px;padding:8px 10px;z-index:50}.page-list{padding:24px 16px}.page-list-header{flex-direction:column;align-items:flex-start;gap:12px}.new-page{margin:24px auto;padding:0 16px}.new-page-form{padding:24px 20px}.page-editor{min-height:100%}.editor-header{padding:12px 16px;flex-wrap:wrap;align-items:flex-start;gap:12px}.editor-title{width:100%;white-space:normal}.editor-header-actions{width:100%;flex-wrap:wrap;gap:8px}.editor-status{flex-wrap:wrap;gap:8px;padding:8px 16px 12px}.publish-banner{flex-wrap:wrap;padding:8px 16px}}.confirm-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:10000}.confirm-dialog{background:#fff;border-radius:10px;padding:20px 22px 16px;box-shadow:0 24px 48px #0f172a40;width:min(440px,92vw);display:flex;flex-direction:column;gap:12px}.confirm-dialog-title{margin:0;font-size:16px;font-weight:600;color:#0f172a}.confirm-dialog-message{margin:0;font-size:13.5px;line-height:1.55;color:#334155;white-space:pre-wrap}.confirm-dialog-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:8px}.btn-confirm-danger{background:#c0392b;color:#fff;border-color:#c0392b}.btn-confirm-danger:hover{background:#a52d23;border-color:#a52d23;color:#fff}.trash-page{padding:24px 32px;max-width:960px;margin:0 auto}.trash-page h1{margin:0 0 4px;font-size:20px}.trash-page-description{margin:0 0 16px;color:#475569;font-size:13px}.trash-table{width:100%;border-collapse:collapse;font-size:14px}.trash-table th,.trash-table td{text-align:left;padding:10px 12px;border-bottom:1px solid #e2e8f0}.trash-table th{font-weight:600;color:#475569;background:#f8fafc}.trash-table tr:hover td{background:#f8fafc}.trash-actions{display:flex;gap:8px;justify-content:flex-end}.trash-empty{padding:36px 12px;text-align:center;color:#64748b;background:#f8fafc;border-radius:8px}.ui-badge{display:inline-flex;align-items:center;gap:4px;width:fit-content;max-width:100%;border:1px solid transparent;border-radius:var(--wf-radius-pill);font-weight:600;line-height:1.2;letter-spacing:0;white-space:nowrap}.ui-badge-sm{padding:2px 7px;font-size:11px}.ui-badge-md{padding:3px 9px;font-size:12px}.ui-badge-icon,.ui-badge-icon svg{width:12px;height:12px;flex:0 0 auto}.ui-badge-warm{background:var(--wf-color-bg-warm);color:var(--wf-color-ink-subtle);border-color:var(--wf-color-border)}.ui-badge-blue{background:var(--wf-color-blue-bg);color:var(--wf-color-blue-text);border-color:#0075de29}.ui-badge-teal{background:var(--wf-color-teal-bg);color:var(--wf-color-teal);border-color:#2a9d9929}.ui-badge-green{background:var(--wf-color-green-bg);color:var(--wf-color-green);border-color:#1aae3929}.ui-badge-orange{background:var(--wf-color-orange-bg);color:var(--wf-color-orange);border-color:#dd5b0029}.ui-badge-red{background:var(--wf-color-red-bg);color:var(--wf-color-red);border-color:#c0392b29}.ui-badge-purple{background:var(--wf-color-purple-bg);color:var(--wf-color-purple);border-color:#7c3aed29}.ui-icon-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:0 0 auto;border-radius:var(--wf-radius-sm);border:1px solid transparent;font-weight:600;line-height:1;letter-spacing:0;white-space:nowrap;transition:background .12s ease,border-color .12s ease,color .12s ease,box-shadow .12s ease}.ui-icon-button-sm{width:26px;height:26px;padding:0}.ui-icon-button-md{width:30px;height:30px;padding:0}.ui-icon-button-lg{width:36px;height:36px;padding:0}.ui-icon-button-with-label{width:auto;padding:0 11px}.ui-icon-button-glyph,.ui-icon-button-glyph svg{width:15px;height:15px;flex:0 0 auto}.ui-icon-button-default{background:transparent;color:var(--wf-color-ink-subtle)}.ui-icon-button-default:hover:not(:disabled){background:#2423210f;color:var(--wf-color-ink)}.ui-icon-button-primary{background:var(--wf-color-blue);color:#fff}.ui-icon-button-primary:hover:not(:disabled){background:var(--wf-color-blue-hover)}.ui-icon-button-quiet{background:var(--wf-color-bg-warm);color:var(--wf-color-ink-subtle);border-color:var(--wf-color-border)}.ui-icon-button-quiet:hover:not(:disabled){background:var(--wf-color-surface);color:var(--wf-color-ink)}.ui-icon-button-danger{background:transparent;color:var(--wf-color-red)}.ui-icon-button-danger:hover:not(:disabled){background:var(--wf-color-red-bg)}.ui-segmented-tabs{display:flex;align-items:center;gap:2px;border-bottom:1px solid var(--wf-color-border)}.ui-segmented-tab{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:7px 14px 9px;border:none;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:var(--wf-color-ink-muted);font-size:13px;font-weight:600}.ui-segmented-tab:hover:not(:disabled){background:var(--wf-color-bg-warm);color:var(--wf-color-ink)}.ui-segmented-tab.active{color:var(--wf-color-ink);border-bottom-color:var(--wf-color-ink)}.ui-segmented-tab-count{font-family:var(--wf-font-mono);font-size:11px;color:var(--wf-color-ink-muted)}.page-shell{min-height:100%;background:var(--wf-color-bg);color:var(--wf-color-ink);padding:var(--wf-space-10) var(--wf-space-12) var(--wf-space-12)}.page-shell-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--wf-space-5);margin-bottom:var(--wf-space-8)}.page-shell-heading{min-width:0}.page-shell-eyebrow{margin:0 0 6px;color:var(--wf-color-ink-muted);font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.page-shell h1{margin:0;color:var(--wf-color-ink);font-size:30px;font-weight:700;line-height:1.2}.page-shell-description{margin:7px 0 0;color:var(--wf-color-ink-subtle);font-size:14px;line-height:1.6}.page-shell-actions{display:flex;align-items:center;justify-content:flex-end;gap:var(--wf-space-2);flex-wrap:wrap}.status-dot{display:inline-block;width:7px;height:7px;border-radius:var(--wf-radius-pill);background:var(--wf-color-ink-muted);flex:0 0 auto}.status-dot-active,.status-dot-success{background:var(--wf-color-teal)}.status-dot-warning{background:var(--wf-color-orange)}.status-dot-danger{background:var(--wf-color-red)}.status-dot-pulse{animation:wf-pulse 1.6s ease-in-out infinite}.pipeline-stage{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:86px;min-height:82px;padding:10px 8px;border:1px solid transparent;border-radius:var(--wf-radius-md);color:var(--wf-color-ink-subtle)}.pipeline-stage.active{border-color:var(--wf-color-border);background:var(--wf-color-surface);box-shadow:var(--wf-shadow-card)}.pipeline-stage-topline{display:flex;align-items:center;justify-content:center;gap:5px;min-height:14px}.pipeline-stage strong{color:var(--wf-color-ink);font-size:22px;line-height:1}.pipeline-stage span{font-size:11px;font-weight:600}.top-bar{display:flex;align-items:center;justify-content:space-between;min-height:49px;padding:10px 28px;border-bottom:1px solid var(--wf-color-border);background:var(--wf-color-bg);color:var(--wf-color-ink);flex:0 0 auto;gap:var(--wf-space-4);position:relative;z-index:20}.top-bar-breadcrumbs,.top-bar-crumb,.top-bar-actions,.top-bar-status{display:flex;align-items:center}.top-bar-breadcrumbs{gap:5px;flex:1;min-width:0;overflow:hidden}.top-bar-crumb{gap:5px;min-width:0;color:var(--wf-color-ink-muted);font-size:13px}.top-bar-crumb a,.top-bar-crumb span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-bar-crumb .current{color:var(--wf-color-ink);font-weight:600}.top-bar-actions{gap:var(--wf-space-2);flex:0 0 auto;min-width:0}.top-bar-status{gap:6px;color:var(--wf-color-teal);font-size:12px;font-weight:600}.global-search{position:relative;width:min(370px,38vw);min-width:220px}.global-search-icon{position:absolute;top:50%;left:10px;z-index:1;color:var(--wf-color-ink-muted);transform:translateY(-50%)}.global-search-input{width:100%;height:32px;padding:0 34px;border-color:var(--wf-color-border);border-radius:var(--wf-radius-md);background:var(--wf-color-bg-soft);color:var(--wf-color-ink);font-size:13px}.global-search-input:focus{background:var(--wf-color-surface)}.global-search-clear.ui-icon-button{position:absolute;top:3px;right:4px;width:26px;height:26px;background:transparent}.global-search-panel{position:absolute;top:calc(100% + 8px);right:0;width:min(520px,calc(100vw - 32px));max-height:min(460px,calc(100vh - 80px));overflow-y:auto;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-lg);background:var(--wf-color-surface);box-shadow:var(--wf-shadow-popover);padding:6px;z-index:100}.global-search-summary{padding:6px 8px 8px;color:var(--wf-color-ink-muted);font-size:12px;font-weight:600}.global-search-result{display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:48px;padding:8px;border:none;border-radius:var(--wf-radius-md);background:transparent;text-align:left}.global-search-result:hover{background:var(--wf-color-bg-soft)}.global-search-result-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--wf-color-ink-muted)}.global-search-result-body{display:flex;flex-direction:column;gap:2px;min-width:0}.global-search-result-title,.global-search-result-meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-search-result-title{color:var(--wf-color-ink);font-size:13px;font-weight:650}.global-search-result-meta{color:var(--wf-color-ink-muted);font-size:12px}@media(max-width:768px){.page-shell{padding:24px 16px 32px}.page-shell-header{flex-direction:column;gap:var(--wf-space-3)}.page-shell h1{font-size:24px}.top-bar{padding:10px 16px;gap:var(--wf-space-2)}.top-bar-breadcrumbs{max-width:42vw}.global-search{width:min(52vw,270px);min-width:150px}}.tiptap-editor{display:flex;flex-direction:column;height:100%}.editor-loading{display:flex;align-items:center;justify-content:center;height:200px;color:#64748b}.editor-toolbar{display:flex;align-items:center;gap:2px;padding:8px 16px;background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.toolbar-group{display:flex;gap:2px}.toolbar-divider{width:1px;height:20px;background:#e2e8f0;margin:0 6px}.toolbar-btn{min-width:28px;height:28px;padding:0 6px;border:none;border-radius:4px;font-size:12px;font-weight:600;color:#64748b;background:transparent;display:flex;align-items:center;justify-content:center}.toolbar-btn:hover{background:#f8fafc;color:#0f172a}.toolbar-btn.active{background:#e2e8f0;color:#0f172a}.toolbar-btn:disabled{opacity:.35;cursor:not-allowed}.toolbar-btn:disabled:hover{background:transparent;color:#64748b}.tiptap-content{flex:1;overflow-y:auto}.tiptap-content .tiptap{padding:24px;max-width:800px;margin:0 auto;outline:none;min-height:100%}.tiptap-content .tiptap>*:first-child{margin-top:0}.tiptap-content .tiptap h1{font-size:28px;font-weight:700;margin:32px 0 12px;line-height:1.3}.tiptap-content .tiptap h2{font-size:22px;font-weight:600;margin:28px 0 10px;line-height:1.3}.tiptap-content .tiptap h3{font-size:18px;font-weight:600;margin:24px 0 8px;line-height:1.4}.tiptap-content .tiptap h4{font-size:16px;font-weight:600;margin:20px 0 8px}.tiptap-content .tiptap p{margin:8px 0;line-height:1.7}.tiptap-content .tiptap strong{font-weight:600}.tiptap-content .tiptap code{background:#f8fafc;padding:2px 6px;border-radius:4px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:.9em}.tiptap-content .tiptap ul,.tiptap-content .tiptap ol{padding-left:24px;margin:8px 0}.tiptap-content .tiptap li{margin:4px 0}.tiptap-content .tiptap li p{margin:0}.tiptap-content .tiptap ul[data-type=taskList]{list-style:none;padding-left:0}.tiptap-content .tiptap ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:8px}.tiptap-content .tiptap ul[data-type=taskList] li label{flex-shrink:0;margin-top:3px}.tiptap-content .tiptap ul[data-type=taskList] li>div{flex:1}.tiptap-content .tiptap blockquote{border-left:3px solid #e2e8f0;padding-left:16px;margin:12px 0;color:#64748b}.tiptap-content .tiptap pre{background:#1e1e2e;color:#cdd6f4;padding:16px 20px;border-radius:8px;margin:12px 0;overflow-x:auto;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;line-height:1.6}.tiptap-content .tiptap pre code{background:none;padding:0;border-radius:0;font-size:inherit;color:inherit}.tiptap-content .tiptap hr{border:none;border-top:1px solid #e2e8f0;margin:24px 0}.tiptap-content .tiptap img{max-width:100%;height:auto;border-radius:8px;margin:12px 0}.tiptap-content .tiptap table{border-collapse:collapse;width:100%;margin:12px 0}.tiptap-content .tiptap th,.tiptap-content .tiptap td{border:1px solid #e2e8f0;padding:8px 12px;text-align:left}.tiptap-content .tiptap th{background:#f8fafc;font-weight:600}.tiptap-content .tiptap a{color:#2563eb;cursor:pointer}.tiptap-content .tiptap a:hover{text-decoration:underline}.tiptap-content .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#64748b;pointer-events:none;height:0}.tiptap-content .tiptap pre .hljs-comment,.tiptap-content .tiptap pre .hljs-quote{color:#6c7086}.tiptap-content .tiptap pre .hljs-keyword,.tiptap-content .tiptap pre .hljs-selector-tag{color:#cba6f7}.tiptap-content .tiptap pre .hljs-string,.tiptap-content .tiptap pre .hljs-addition{color:#a6e3a1}.tiptap-content .tiptap pre .hljs-number,.tiptap-content .tiptap pre .hljs-literal{color:#fab387}.tiptap-content .tiptap pre .hljs-built_in,.tiptap-content .tiptap pre .hljs-type{color:#f9e2af}.tiptap-content .tiptap pre .hljs-attr,.tiptap-content .tiptap pre .hljs-variable,.tiptap-content .tiptap pre .hljs-title,.tiptap-content .tiptap pre .hljs-section{color:#89b4fa}.tiptap-content .tiptap pre .hljs-deletion{color:#f38ba8}@media(max-width:768px){.editor-toolbar{padding:8px 12px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.toolbar-group,.toolbar-divider{flex-shrink:0}.tiptap-content .tiptap{padding:20px 16px 32px}}.page-editor.with-history{flex-direction:row}.page-editor.with-history .editor-main{flex:1;display:flex;flex-direction:column;min-width:0}.revision-panel{width:380px;min-width:380px;background:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;height:100%}.revision-panel-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e2e8f0}.revision-panel-header h2{font-size:15px;font-weight:600}.revision-list{flex:1;overflow-y:auto;padding:8px}.revision-entry{padding:10px 12px;border-radius:6px;cursor:pointer;border:1px solid transparent;margin-bottom:4px}.revision-entry:hover{background:#f8fafc}.revision-entry.selected{background:#eff6ff;border-color:#bfdbfe}.revision-entry-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.revision-time{font-size:12px;color:#64748b}.revision-badges{display:flex;gap:4px}.badge-actor,.badge-source{display:inline-block;padding:1px 6px;border-radius:99px;font-size:10px;font-weight:600;text-transform:uppercase}.badge-actor-user{background:#dbeafe;color:#1e40af}.badge-actor-ai{background:#f3e8ff;color:#6b21a8}.badge-actor-system{background:#e2e8f0;color:#334155}.badge-source-editor{background:#d1fae5;color:#065f46}.badge-source-rollback{background:#fef3c7;color:#92400e}.badge-source-ingest_api{background:#fce7f3;color:#9d174d}.badge-source-publish{background:#e0e7ff;color:#3730a3}.revision-note{font-size:12px;color:#334155;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.revision-changed{font-size:11px;color:#64748b;margin-top:2px}.revision-actions{display:flex;gap:6px;margin-top:8px}.btn-view-diff,.btn-rollback,.btn-view-source{font-size:11px;padding:3px 8px}.btn-rollback{color:#d97706;border-color:#fbbf24}.btn-rollback:hover{background:#fffbeb}.btn-view-source{color:#4338ca;border-color:#c7d2fe}.btn-view-source:hover{background:#eef2ff}.badge-has-source{display:inline-flex;align-items:center;justify-content:center;font-size:11px;color:#4338ca;cursor:help;margin-left:2px}.source-panel-body{padding:4px 0}.source-panel-meta{display:grid;grid-template-columns:auto 1fr;column-gap:12px;row-gap:6px;font-size:12px;margin:0 0 16px}.source-panel-meta dt{color:#64748b;font-weight:500}.source-panel-meta dd{margin:0;color:#0f172a}.source-panel-section{margin-top:12px}.source-panel-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:4px}.source-panel-reason{font-size:12px;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;padding:8px 10px;white-space:pre-wrap}.revision-initial{font-size:11px;color:#64748b;font-style:italic;margin-top:4px}.diff-viewer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;display:flex;align-items:center;justify-content:center}.diff-viewer-modal{background:#fff;border-radius:12px;width:90%;max-width:900px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000026}.diff-viewer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0}.diff-viewer-header h3{font-size:16px;font-weight:600}.diff-summary{font-size:12px;color:#64748b}.diff-content{flex:1;overflow:auto;padding:0}.diff-content pre{margin:0;padding:16px 20px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;line-height:1.6;white-space:pre-wrap;word-break:break-all}.diff-line{display:block;padding:0 8px;margin:0 -8px}.diff-line-add{background:#dcfce7;color:#166534}.diff-line-remove{background:#fef2f2;color:#991b1b}.diff-line-hunk{background:#eff6ff;color:#1e40af;font-weight:600;margin-top:8px}.diff-line-header{color:#64748b}.diff-empty{padding:32px;text-align:center;color:#64748b}.revision-list-loading,.revision-list-empty{padding:24px;text-align:center;color:#64748b;font-size:13px}.page-editor.with-graph{flex-direction:row}.page-editor.with-graph .editor-main{flex:1;display:flex;flex-direction:column;min-width:0}.graph-panel{position:relative;width:760px;min-width:280px;flex-shrink:0;background:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;height:100%}.graph-panel.has-selection .graph-container{flex:1 1 60%}.graph-panel.is-resizing{-webkit-user-select:none;user-select:none}.graph-panel-resizer{position:absolute;top:0;bottom:0;left:-3px;width:6px;cursor:ew-resize;z-index:10;background:transparent;transition:background-color .12s ease;touch-action:none}.graph-panel-resizer:hover,.graph-panel.is-resizing .graph-panel-resizer{background:#3b82f640}.graph-panel-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e2e8f0}.graph-panel-header h2{font-size:15px;font-weight:600}.graph-toolbar{display:flex;flex-direction:column;gap:10px;padding:10px 16px 12px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#f8fafcf5,#fffffff5)}.graph-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.graph-controls-label{font-size:12px;color:#64748b;margin-right:2px;font-weight:600}.graph-controls-sep{width:1px;align-self:stretch;background:#e2e8f0;margin:0 2px}.graph-range-control{display:inline-flex;align-items:center;gap:8px}.graph-range-control input{width:120px}.graph-range-value{min-width:28px;font-size:12px;font-variant-numeric:tabular-nums;color:#334155}.graph-filter-groups{display:flex;flex-direction:column;gap:10px}.graph-filter-group{display:flex;align-items:flex-start;gap:10px}.graph-chip-list{display:flex;flex-wrap:wrap;gap:6px;min-width:0}.graph-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:999px;padding:4px 10px;font-size:12px;cursor:pointer}.graph-chip:hover{background:#f8fafc}.graph-chip.active{border-color:#93c5fd;background:#eff6ff;color:#1d4ed8;font-weight:600}.graph-chip-count{border-radius:999px;background:#94a3b829;padding:1px 6px;font-size:11px;color:inherit}.graph-meta-bar{display:flex;align-items:center;gap:12px;padding:8px 16px;font-size:12px;color:#64748b;border-bottom:1px solid #e2e8f0;background:#f8fafc}.graph-meta-pill{display:inline-flex;align-items:center;border-radius:999px;padding:2px 8px;background:#e2e8f0;color:#475569}.graph-meta-pill.active{background:#dbeafe;color:#1d4ed8}.depth-btn{font-size:12px;padding:2px 10px;border-radius:4px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;cursor:pointer;line-height:1.4}.depth-btn:hover{background:#f8fafc}.depth-btn.active{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8;font-weight:600}.graph-container{flex:1;position:relative;overflow:hidden;min-height:200px}.graph-container canvas{display:block}.graph-empty{display:flex;align-items:center;justify-content:center;height:100%;padding:24px;text-align:center;color:#64748b;font-size:13px}.graph-truncated-notice{position:absolute;bottom:8px;left:50%;transform:translate(-50%);background:#ffffffe6;border:1px solid #e2e8f0;border-radius:4px;padding:4px 10px;font-size:11px;color:#64748b;white-space:nowrap}.node-inspector{flex:0 0 40%;min-height:220px;border-top:1px solid #e2e8f0;background:#f8fafc;display:flex;flex-direction:column;min-width:0}.node-inspector-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid #e2e8f0;background:#fff}.node-inspector-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.node-inspector-title-row h3{font-size:15px;font-weight:700;color:#0f172a}.node-inspector-type-chip{display:inline-flex;align-items:center;padding:2px 8px;border:1px solid transparent;border-radius:999px;font-size:11px;font-weight:600;text-transform:capitalize}.node-inspector-subtitle{margin-top:4px;font-size:12px;color:#64748b}.node-inspector-body{flex:1;overflow-y:auto;padding:12px 16px 16px}.node-inspector-section{display:flex;flex-direction:column;gap:10px}.node-inspector-section+.node-inspector-section{margin-top:14px}.node-inspector-section-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.node-inspector-section-header h4{font-size:12px;font-weight:700;color:#334155;letter-spacing:.02em;text-transform:uppercase}.node-inspector-section-meta{font-size:11px;color:#64748b}.node-relations-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.node-relation-group,.node-alias-list{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.node-relation-group-title{font-size:12px;font-weight:700;color:#0f172a}.node-relation-empty{font-size:12px;color:#64748b}.node-relation-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:10px;cursor:pointer;text-align:left}.node-relation-row:hover{background:#eff6ff;border-color:#bfdbfe}.node-relation-predicate{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#1d4ed8}.node-relation-target{min-width:0;font-size:13px;font-weight:600;color:#0f172a}.node-alias-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:9px 10px}.node-alias-row.rejected{opacity:.7}.node-alias-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.node-alias-text{min-width:0;font-size:13px;font-weight:600;color:#0f172a;overflow-wrap:anywhere}.node-alias-meta{font-size:11px;color:#64748b}.node-alias-reject-btn{border:1px solid #fecaca;background:#fff;color:#b91c1c;border-radius:7px;padding:5px 9px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.node-alias-reject-btn:hover:not(:disabled){background:#fef2f2}.node-alias-reject-btn:disabled{opacity:.65;cursor:default}.node-rejected-aliases{font-size:12px;color:#475569}.node-rejected-aliases summary{cursor:pointer}.node-source-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.node-source-copy{min-width:0;flex:1}.node-source-title{font-size:13px;font-weight:600;color:#1d4ed8}.node-source-reason{margin-top:4px;font-size:12px;color:#475569}.node-source-excerpt{margin-top:6px;font-size:12px;color:#64748b;font-style:italic;line-height:1.5}.node-source-open-btn{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.node-source-open-btn:hover:not(:disabled){background:#dbeafe}.node-source-open-btn:disabled{opacity:.65;cursor:default}.node-inspector-evidence{margin-top:14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;overflow:hidden}.node-inspector-evidence summary{padding:12px;font-size:13px;font-weight:600;color:#0f172a;cursor:pointer}.node-inspector-evidence-list{display:flex;flex-direction:column;gap:12px;padding:0 12px 12px}.node-evidence-group{display:flex;flex-direction:column;gap:8px}.node-evidence-page{font-size:12px;font-weight:600;color:#334155}.node-evidence-row{display:flex;gap:8px;font-size:12px;color:#475569;line-height:1.5}.node-evidence-predicate{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#1d4ed8;flex-shrink:0}.node-evidence-empty{font-size:12px;color:#64748b}.node-inspector-footer{margin-top:12px;font-size:12px;color:#64748b}@media(max-width:960px){.graph-filter-group{flex-direction:column}.graph-meta-bar{flex-wrap:wrap}.node-relations-grid{grid-template-columns:1fr}.node-source-row{flex-direction:column}}.review-page{background:var(--wf-color-bg)}.review-page .page-shell-header{align-items:flex-end;margin-bottom:var(--wf-space-6)}.review-page .page-shell-content{display:flex;flex-direction:column;gap:0;min-height:calc(100vh - 190px)}.review-tabs{flex:0 0 auto}.review-body{display:grid;grid-template-columns:minmax(320px,400px) minmax(0,1fr);flex:1;min-height:0;gap:0;border-top:1px solid var(--wf-color-border);overflow:hidden;background:var(--wf-color-bg)}.review-list{min-width:0;border-right:1px solid var(--wf-color-border);overflow-y:auto;padding:14px 16px}.review-item{display:block;width:100%;text-align:left;padding:14px 15px;margin-bottom:8px;background:var(--wf-color-surface);border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-lg);box-shadow:var(--wf-shadow-card);cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.review-item:hover{background:var(--wf-color-bg-soft)}.review-item.selected{background:var(--wf-color-surface);border-color:var(--wf-color-blue);box-shadow:0 0 0 2px var(--wf-color-blue-bg),var(--wf-shadow-card)}.review-item-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.review-confidence{font-size:11px;font-weight:600;color:var(--wf-color-ink-muted)}.review-item-target{font-size:14px;font-weight:700;color:var(--wf-color-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.review-item-meta{display:flex;gap:8px;align-items:center;font-size:11px;color:var(--wf-color-ink-muted);flex-wrap:wrap}.review-item-reason{font-size:11px;color:var(--wf-color-ink-subtle);margin-top:6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.review-action-chip{padding:1px 6px;font-size:10px;font-weight:600;text-transform:uppercase;background:var(--wf-color-bg-warm);color:var(--wf-color-ink-subtle);border-radius:99px}.review-source{color:var(--wf-color-blue);font-weight:500}.review-fanout-chip{display:inline-flex;align-items:center;max-width:100%;padding:1px 6px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-pill);background:var(--wf-color-blue-bg);color:var(--wf-color-blue);font-size:10px;font-weight:600;line-height:1.35;overflow-wrap:anywhere}.review-time{color:var(--wf-color-ink-muted)}.review-badge{display:inline-flex;text-transform:uppercase}.review-badge-suggested{background:var(--wf-color-teal-bg);color:var(--wf-color-teal)}.review-badge-needs_review{background:var(--wf-color-orange-bg);color:var(--wf-color-orange)}.review-badge-failed{background:var(--wf-color-red-bg);color:var(--wf-color-red)}.review-badge-auto_applied,.review-badge-approved{background:var(--wf-color-green-bg);color:var(--wf-color-green)}.review-badge-undone{background:var(--wf-color-blue-bg);color:var(--wf-color-blue)}.review-badge-rejected,.review-badge-noop{background:var(--wf-color-bg-warm);color:var(--wf-color-ink-subtle)}.review-detail{flex:1;overflow-y:auto;padding:28px 32px;min-width:0}.review-empty{display:flex;align-items:center;justify-content:center;height:100%;min-height:180px;color:var(--wf-color-ink-muted);font-size:13px}.review-detail-body{display:flex;flex-direction:column;gap:20px;max-width:760px;margin:0 auto}.review-detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.review-detail-title{font-size:24px;font-weight:700;line-height:1.3;margin-bottom:12px;color:var(--wf-color-ink)}.review-detail-meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;font-size:12px;color:var(--wf-color-ink-muted)}.review-detail-links{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap;justify-content:flex-end}.review-detail-section{display:flex;flex-direction:column;gap:6px}.review-detail-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;text-transform:uppercase;color:var(--wf-color-ink-muted);letter-spacing:0}.review-detail-label-sub{text-transform:none;font-weight:500;color:var(--wf-color-ink-muted)}.review-detail-reason{font-size:13px;color:var(--wf-color-ink);line-height:1.5;padding:14px 16px;background:var(--wf-color-bg-warm);border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md)}.review-diff{margin:0;padding:0;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;line-height:1.6;background:var(--wf-color-surface);border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);overflow-x:auto;white-space:pre-wrap;word-break:break-word;max-height:400px;overflow-y:auto}.review-content-preview{margin:0;padding:12px 16px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;line-height:1.5;background:var(--wf-color-bg-warm);border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);max-height:300px;overflow:auto;white-space:pre-wrap;word-break:break-word;color:var(--wf-color-ink)}.review-detail-collapsible{background:var(--wf-color-bg-warm);border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);padding:8px 12px}.review-detail-collapsible summary{cursor:pointer;font-size:12px;font-weight:600;color:var(--wf-color-ink-subtle);-webkit-user-select:none;user-select:none}.review-detail-collapsible summary:hover{color:var(--wf-color-ink)}.review-detail-collapsible[open] summary{margin-bottom:8px}.review-detail-actions{display:flex;gap:8px;justify-content:flex-end;padding-top:12px;border-top:1px solid var(--wf-color-border)}.review-reject-form{width:100%;display:flex;flex-direction:column;gap:8px}.review-reject-form label{font-size:12px;font-weight:600;color:#334155}.review-reject-form textarea{width:100%;padding:8px 10px;font-size:13px;font-family:inherit;border:1px solid #e2e8f0;border-radius:6px;resize:vertical}.review-reject-buttons{display:flex;gap:8px;justify-content:flex-end}.review-detail-actions .btn,.review-reject-buttons .btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;border-radius:var(--wf-radius-md);border:1px solid var(--wf-color-border);cursor:pointer;background:var(--wf-color-surface);color:var(--wf-color-ink)}.review-detail-actions .btn:hover,.review-reject-buttons .btn:hover{background:var(--wf-color-bg-soft)}.review-detail-actions .btn-primary,.review-reject-buttons .btn-primary{background:var(--wf-color-blue);border-color:var(--wf-color-blue);color:#fff}.review-detail-actions .btn-primary:hover,.review-reject-buttons .btn-primary:hover{background:var(--wf-color-blue-hover)}.review-detail-actions .btn-danger,.review-reject-buttons .btn-danger{background:var(--wf-color-red);border-color:var(--wf-color-red);color:#fff}.review-detail-actions .btn-danger:hover,.review-reject-buttons .btn-danger:hover{background:#a83224}.review-detail-actions .btn:disabled,.review-reject-buttons .btn:disabled{opacity:.5;cursor:not-allowed}.decision-override{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-lg);background:var(--wf-color-bg-soft)}.decision-override-grid{display:grid;grid-template-columns:minmax(150px,180px) minmax(0,1fr);gap:10px}.decision-override label{display:flex;min-width:0;flex-direction:column;gap:5px;color:var(--wf-color-ink-subtle);font-size:12px;font-weight:600}.decision-override select,.decision-override input{width:100%;min-width:0;height:32px;padding:0 9px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);background:var(--wf-color-surface);color:var(--wf-color-ink);font:inherit;font-weight:500}.decision-override-target{grid-column:span 2}.decision-target-search{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:4px;padding-left:8px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);background:var(--wf-color-surface)}.decision-target-search input{border:none;background:transparent}.decision-target-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.decision-target-options button{display:flex;min-width:0;flex-direction:column;gap:2px;padding:7px 9px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);background:var(--wf-color-surface);color:var(--wf-color-ink);text-align:left;cursor:pointer}.decision-target-options button.selected{border-color:var(--wf-color-blue);background:var(--wf-color-blue-bg)}.decision-target-options span,.decision-target-options small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.decision-target-options small{color:var(--wf-color-ink-muted);font-family:var(--wf-font-mono);font-size:10px}.decision-override-warning{display:inline-flex;align-items:center;gap:6px;color:var(--wf-color-orange);font-size:12px;line-height:1.4}.decision-override-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.decision-override-actions .btn,.ingestion-load-detail-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:6px 12px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);background:var(--wf-color-surface);color:var(--wf-color-ink);font-size:12px;font-weight:600;cursor:pointer}.decision-override-actions .btn:disabled{opacity:.5;cursor:not-allowed}.decision-override-message{color:var(--wf-color-ink-muted);font-size:12px}.review-conflict-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;font-size:10px;font-weight:600;color:var(--wf-color-red);background:var(--wf-color-red-bg);border:1px solid rgba(192,57,43,.16);border-radius:var(--wf-radius-sm);text-transform:uppercase;letter-spacing:0}.review-conflict-banner{border:1px solid rgba(192,57,43,.2);background:var(--wf-color-red-bg);border-left:4px solid var(--wf-color-red);border-radius:var(--wf-radius-md);padding:12px 14px;display:flex;flex-direction:column;gap:4px}.review-conflict-title{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--wf-color-red)}.review-conflict-body{font-size:13px;color:var(--wf-color-ink);line-height:1.45}.review-conflict-hint{font-size:12px;color:var(--wf-color-orange);margin-top:4px}@media(max-width:980px){.review-page .page-shell-header{align-items:flex-start}.review-body{grid-template-columns:1fr;overflow:visible}.review-list{max-height:360px;border-right:none;border-bottom:1px solid var(--wf-color-border)}.review-detail{padding:24px 16px}.review-detail-header,.review-detail-actions,.review-reject-buttons{flex-direction:column;align-items:stretch}.review-detail-links{justify-content:flex-start}.decision-override-grid,.decision-target-options{grid-template-columns:1fr}.decision-override-target{grid-column:auto}}.ingestion-detail-page{padding:24px;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.ingestion-detail-breadcrumb{font-size:13px}.ingestion-breadcrumb-link{background:none;border:none;color:#2563eb;cursor:pointer;padding:4px 0;font-size:13px}.ingestion-breadcrumb-link:hover{text-decoration:underline}.ingestion-detail-empty{padding:40px;text-align:center;color:#64748b;font-size:13px}.ingestion-detail-header h1{margin:0 0 8px;font-size:22px;font-weight:600;color:#0f172a}.ingestion-detail-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;color:#475569}.ingestion-meta-chip{padding:2px 8px;background:#f1f5f9;border-radius:4px;font-size:11px;color:#334155}.ingestion-meta-time{color:#64748b;margin-left:4px}.ingestion-detail-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:12px}.ingestion-detail-section h2{margin:0;font-size:14px;font-weight:600;color:#0f172a}.ingestion-detail-actions{display:flex;align-items:center;gap:12px}.ingestion-detail-actions .btn-secondary{padding:6px 14px;font-size:13px;font-weight:500;border:1px solid #e2e8f0;background:#fff;border-radius:6px;cursor:pointer}.ingestion-detail-actions .btn-secondary:hover:not(:disabled){background:#f8fafc}.ingestion-detail-actions .btn-secondary:disabled{opacity:.5;cursor:not-allowed}.ingestion-decision-list{display:flex;flex-direction:column;gap:12px}.ingestion-decision-panel{border:1px solid #e2e8f0;border-radius:8px;padding:16px;background:#f8fafc;display:flex;flex-direction:column;gap:12px}.ingestion-decision-header{display:flex;flex-direction:column;gap:6px}.ingestion-decision-title{font-size:14px;font-weight:600;color:#0f172a}.ingestion-decision-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;color:#475569}.ingestion-decision-time{color:#64748b;margin-left:auto}.ingestion-decision-loading,.ingestion-decision-error{font-size:12px;color:#64748b}.ingestion-decision-error{color:#dc2626}.ingestion-candidate-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.ingestion-candidate{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 10px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:13px}.ingestion-candidate.selected{border-color:#2563eb;background:#eff6ff}.ingestion-candidate-main{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.ingestion-candidate-title{color:#0f172a;text-decoration:none;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ingestion-candidate-title:hover{color:#2563eb;text-decoration:underline}.ingestion-candidate-selected-chip{padding:2px 6px;font-size:10px;font-weight:600;background:#2563eb;color:#fff;border-radius:4px}.ingestion-candidate-sources{display:flex;gap:4px;flex-wrap:wrap}.ingestion-candidate-slug{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:#64748b}.ingestion-candidates-empty{padding:12px;font-size:12px;color:#64748b;font-style:italic}.ingestion-match-chip{padding:1px 6px;font-size:10px;font-weight:500;border-radius:4px;border:1px solid transparent}.ingestion-match-title{background:#fef3c7;color:#92400e}.ingestion-match-fts{background:#dbeafe;color:#1e40af}.ingestion-match-trigram{background:#ede9fe;color:#5b21b6}.ingestion-match-entity{background:#d1fae5;color:#065f46}.review-detail-link{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:var(--wf-color-blue);text-decoration:none;white-space:nowrap}.review-detail-link:hover{text-decoration:underline}.sidebar-nav-top{padding:4px 10px 0}.sidebar-nav-link{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;font-size:13px;color:#0f172a;text-decoration:none;border-radius:6px;cursor:pointer}.sidebar-nav-link:hover{background:#f8fafc}.sidebar-nav-link.active{background:#dbeafe;color:#1e40af;font-weight:500}.sidebar-nav-badge{display:inline-block;min-width:20px;padding:0 6px;font-size:11px;font-weight:600;background:#dc2626;color:#fff;border-radius:99px;text-align:center}.import-page{background:var(--wf-color-bg)}.import-page .page-shell-header{justify-content:center;text-align:center;margin-bottom:var(--wf-space-8)}.import-page .page-shell h1,.import-page.page-shell h1{font-size:30px}.import-page .page-shell-content{display:flex;flex-direction:column;gap:var(--wf-space-6);width:min(700px,100%);margin:0 auto}.import-tabs{margin-top:var(--wf-space-1)}.import-body{width:100%}.import-panel{display:flex;flex-direction:column;gap:16px;width:100%}.import-dropzone{border:2px dashed var(--wf-color-border-strong);border-radius:var(--wf-radius-lg);padding:48px 24px;text-align:center;cursor:pointer;background:var(--wf-color-bg-warm);transition:border-color .1s ease,background .1s ease}.import-dropzone:hover,.import-dropzone.active{border-color:var(--wf-color-blue);background:var(--wf-color-blue-bg)}.import-drop-icon{display:block;margin:0 auto 10px;color:var(--wf-color-ink-muted)}.import-drop-hint{margin:0 0 4px;font-size:14px;font-weight:650;color:var(--wf-color-ink)}.import-drop-types{margin:0 0 12px;font-size:12px;color:var(--wf-color-ink-muted)}.import-primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;align-self:flex-start;padding:8px 16px;font-size:13px;font-weight:650;color:#fff;background:var(--wf-color-blue);border:none;border-radius:var(--wf-radius-md);cursor:pointer}.import-primary-btn:hover:not(:disabled){background:var(--wf-color-blue-hover)}.import-primary-btn:disabled{background:var(--wf-color-ink-muted);cursor:not-allowed}.import-field{display:flex;flex-direction:column;gap:6px}.import-field-label{font-size:12px;font-weight:650;color:var(--wf-color-ink)}.import-input,.import-textarea{padding:9px 13px;font-size:13px;font-family:inherit;color:var(--wf-color-ink);background:var(--wf-color-surface);border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-sm);width:100%;box-sizing:border-box}.import-input:focus,.import-textarea:focus{outline:none;border-color:var(--wf-color-blue);box-shadow:0 0 0 3px #0075de24}.import-textarea{min-height:220px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;line-height:1.5}.import-checkbox{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--wf-color-ink-subtle);cursor:pointer}.import-checkbox input{width:auto;flex:0 0 auto}.import-row-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.import-row{display:flex;flex-direction:column;gap:4px;padding:10px 12px;background:var(--wf-color-surface);border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);font-size:13px}.import-row-name{font-weight:500;color:var(--wf-color-ink);word-break:break-all}.import-row-meta{display:flex;gap:12px;font-size:12px;color:var(--wf-color-ink-muted)}.import-row-status{font-weight:500}.import-row-pending .import-row-status{color:var(--wf-color-ink-muted)}.import-row-uploading .import-row-status{color:var(--wf-color-orange)}.import-row-queued .import-row-status{color:var(--wf-color-green)}.import-row-replayed .import-row-status{color:var(--wf-color-blue)}.import-row-error .import-row-status{color:var(--wf-color-red)}.import-row-message{font-size:12px;color:var(--wf-color-red);word-break:break-word}.import-result{padding:10px 12px;border-radius:var(--wf-radius-md);font-size:13px;display:flex;align-items:center;gap:12px}.import-result-queued{background:var(--wf-color-green-bg);color:var(--wf-color-green)}.import-result-replayed{background:var(--wf-color-blue-bg);color:var(--wf-color-blue)}.import-result-error{background:var(--wf-color-red-bg);color:var(--wf-color-red)}.import-link-btn{display:inline-flex;align-items:center;gap:5px;background:none;border:none;padding:0;font-size:13px;color:inherit;text-decoration:none;cursor:pointer}.import-link-btn:hover{background:none;text-decoration:underline}.api-guide-panel{display:flex;flex-direction:column;gap:16px;max-width:760px}.api-guide-desc{font-size:13px;color:#64748b;margin:0}.api-guide-workspace-row{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:12px}.api-guide-workspace-label{color:#64748b;white-space:nowrap}.api-guide-workspace-id-val{font-family:Fira Code,Cascadia Code,JetBrains Mono,monospace;font-size:12px;color:#0f172a;flex:1;overflow:hidden;text-overflow:ellipsis}.api-guide-section{display:flex;flex-direction:column;gap:4px}.api-guide-section-title{font-size:13px;font-weight:600;color:#0f172a;margin:0}.api-guide-section-desc{font-size:12px;color:#64748b;margin:0}.api-guide-code-container{border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.api-guide-langs{display:flex;align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:0 4px}.api-guide-lang{padding:7px 12px;font-size:12px;font-weight:500;color:#64748b;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer}.api-guide-lang:hover{color:#0f172a}.api-guide-lang.active{color:#0f172a;border-bottom-color:#0f172a}.api-guide-copy-btn{padding:4px 10px;font-size:12px;color:#64748b;background:none;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;white-space:nowrap}.api-guide-copy-btn:hover{color:#0f172a;border-color:#94a3b8}.api-guide-copy-float{margin-left:auto}.api-guide-code{margin:0;padding:14px 16px;background:#0f172a;overflow-x:auto;white-space:pre}.api-guide-code code{font-family:Fira Code,Cascadia Code,JetBrains Mono,monospace;font-size:12px;line-height:1.6;color:#e2e8f0}.api-guide-fields{width:100%;border-collapse:collapse;font-size:12px}.api-guide-fields td{padding:6px 10px;border-bottom:1px solid #f1f5f9;vertical-align:top;color:#374151}.api-guide-fields tr:last-child td{border-bottom:none}.api-guide-fields td:first-child{white-space:nowrap;min-width:160px}.api-guide-fields code{font-family:Fira Code,Cascadia Code,JetBrains Mono,monospace;font-size:12px;color:#7c3aed;background:#f5f3ff;padding:1px 4px;border-radius:3px}.api-guide-info-box{padding:10px 14px;border-left:3px solid #e2e8f0;background:#f8fafc;border-radius:0 4px 4px 0}.api-guide-info-box p{margin:4px 0 0;font-size:12px;color:#64748b}.api-guide-info-box strong{font-size:12px;color:#0f172a}.api-guide-info-box-warn{border-left-color:#fbbf24}.import-destination{padding:18px 18px 22px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-lg);background:var(--wf-color-bg-warm)}.import-destination-header{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:18px;text-align:center}.import-destination-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-top:1px;color:var(--wf-color-blue)}.import-destination-title{margin:0;font-size:15px;font-weight:700;color:var(--wf-color-ink)}.import-destination-help{margin:0;max-width:520px;font-size:13px;color:var(--wf-color-ink-subtle)}.import-destination-toggle{margin-top:10px}.import-destination-toggle-help{margin:4px 0 0 24px;font-size:11px;color:var(--wf-color-ink-muted)}.import-workspace-default{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:10px;border-top:1px solid var(--wf-color-border);font-size:12px;color:var(--wf-color-ink-subtle)}.destination-picker-tree{margin-top:8px;max-height:220px;overflow-y:auto;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);background:var(--wf-color-surface);padding:4px 0}.destination-picker-row{display:flex;align-items:center;gap:4px;padding:2px 6px;font-size:13px;cursor:default}.destination-picker-row.selected{background:var(--wf-color-blue-bg)}.destination-picker-toggle{width:16px;border:none;background:transparent;color:var(--wf-color-ink-muted);cursor:pointer;font-size:12px;padding:0}.destination-picker-toggle.disabled,.destination-picker-toggle:disabled{cursor:default;color:var(--wf-color-border-strong)}.destination-picker-label{flex:1;display:flex;align-items:center;gap:6px;border:none;background:transparent;text-align:left;cursor:pointer;padding:2px 4px;color:var(--wf-color-ink);min-width:0}.destination-picker-label:hover{background:var(--wf-color-bg-warm);border-radius:var(--wf-radius-sm)}.destination-picker-icon{font-size:13px}.destination-picker-selected{margin-left:8px;font-size:11px;font-weight:700;color:var(--wf-color-blue);white-space:nowrap}.destination-picker-loading,.destination-picker-error{font-size:12px;color:var(--wf-color-ink-muted);padding:8px}.destination-picker-error{color:var(--wf-color-red)}@media(max-width:720px){.import-page .page-shell-content{width:100%}.import-dropzone{padding:34px 18px}.import-row-meta,.import-result,.import-workspace-default{align-items:flex-start;flex-direction:column}}.queue-page{display:flex;flex-direction:column;height:100%;min-height:0;padding:24px;gap:16px;overflow-y:auto}.queue-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.queue-header h1{font-size:20px;font-weight:600;margin:0}.queue-subtitle{font-size:13px;color:#64748b;margin:4px 0 0}.queue-updated{font-size:12px;color:#94a3b8;margin:4px 0 0}.queue-header-actions{display:flex;align-items:center;gap:12px}.queue-auto-refresh{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none}.queue-header-actions .btn{padding:6px 14px;font-size:13px;font-weight:500;border-radius:6px;border:1px solid #cbd5e1;cursor:pointer;background:#fff;color:#0f172a}.queue-header-actions .btn:hover:not(:disabled){background:#f8fafc}.queue-header-actions .btn:disabled{opacity:.5;cursor:not-allowed}.queue-error{padding:10px 12px;background:#fee2e2;color:#991b1b;border-radius:6px;font-size:13px}.queue-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.queue-card{display:flex;flex-direction:column;gap:10px;padding:14px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;text-align:left;cursor:pointer;transition:border-color .1s}.queue-card:hover{border-color:#94a3b8}.queue-card.selected{border-color:#1e40af;box-shadow:0 0 0 1px #1e40af}.queue-card.has-failed{border-color:#dc2626}.queue-card.has-failed.selected{box-shadow:0 0 0 1px #dc2626}.queue-card.has-stalled{border-top:3px solid #f59e0b}.queue-card-head{display:flex;justify-content:space-between;align-items:center}.queue-card-name{font-size:14px;font-weight:600;color:#0f172a;text-transform:capitalize}.queue-state{padding:1px 8px;font-size:10px;font-weight:600;text-transform:uppercase;border-radius:99px}.queue-state.running{background:#d1fae5;color:#065f46}.queue-state.paused{background:#fee2e2;color:#991b1b}.queue-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.queue-metric{display:flex;flex-direction:column;align-items:flex-start;padding:6px 8px;background:#f8fafc;border-radius:4px}.queue-metric-label{font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.queue-metric-value{font-size:16px;font-weight:600;color:#0f172a}.queue-metric.metric-failed.non-zero .queue-metric-value{color:#dc2626}.queue-metric.metric-stalled.non-zero .queue-metric-value{color:#b45309}.queue-metric.metric-active.non-zero .queue-metric-value{color:#1e40af}.queue-jobs{display:flex;flex-direction:column;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:14px;flex:1;min-height:0}.queue-jobs-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0;padding-bottom:10px}.queue-jobs-tabs{display:flex;gap:4px}.queue-jobs-tab{padding:6px 14px;font-size:13px;font-weight:500;color:#64748b;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer}.queue-jobs-tab.active{color:#1e40af;border-bottom-color:#1e40af}.queue-jobs-selected{font-size:12px;font-weight:500;color:#64748b;text-transform:capitalize;padding:2px 8px;background:#f1f5f9;border-radius:4px}.queue-jobs-body{flex:1;overflow-y:auto}.queue-empty{display:flex;align-items:center;justify-content:center;padding:48px 12px;color:#94a3b8;font-size:13px}.queue-job-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.queue-job-item{padding:12px;background:#fefefe;border:1px solid #e2e8f0;border-left:3px solid #dc2626;border-radius:6px}.queue-job-top{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:6px}.queue-job-name{font-size:13px;font-weight:600;color:#0f172a}.queue-job-attempts,.queue-job-time{font-size:11px;color:#64748b}.queue-job-reason{font-size:12px;color:#991b1b;line-height:1.5;margin-bottom:6px;word-break:break-word}.queue-job-stack{margin:0 0 6px;padding:6px 10px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px;color:#64748b;background:#f8fafc;border-radius:4px;overflow-x:auto;white-space:pre}.queue-job-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:11px;color:#64748b;margin-bottom:8px}.queue-job-meta code{padding:1px 5px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:10px;background:#f1f5f9;border-radius:3px;color:#334155}.queue-job-cross{color:#b45309;font-weight:500}.queue-job-actions{display:flex;gap:8px;justify-content:flex-end}.queue-job-actions .btn{padding:4px 12px;font-size:12px;font-weight:500;border-radius:6px;border:1px solid #cbd5e1;cursor:pointer;background:#fff;color:#0f172a}.queue-job-actions .btn:hover:not(:disabled){background:#f8fafc}.queue-job-actions .btn-danger{background:#dc2626;border-color:#dc2626;color:#fff}.queue-job-actions .btn-danger:hover:not(:disabled){background:#b91c1c}.queue-job-actions .btn:disabled{opacity:.5;cursor:not-allowed}.activity-page{background:var(--wf-color-bg)}.activity-page .page-shell-header{align-items:flex-end}.activity-page .page-shell-content{display:flex;flex-direction:column;gap:var(--wf-space-6)}.activity-filters{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;padding:14px;background:var(--wf-color-bg-warm);border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-lg)}.activity-filter{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--wf-color-ink-subtle)}.activity-filter>span{font-weight:500}.activity-filter select,.activity-filter input[type=date]{font-size:13px;padding:6px 9px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-sm);background:var(--wf-color-surface);min-width:140px}.activity-reset-btn{display:inline-flex;align-items:center;gap:6px;font-size:12px;padding:6px 12px;background:var(--wf-color-surface);border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-sm);color:var(--wf-color-ink-subtle);cursor:pointer;min-height:32px}.activity-reset-btn:hover{background:var(--wf-color-bg-soft)}.activity-timeline{display:flex;flex-direction:column;position:relative;gap:0;padding:2px 0 2px 44px}.activity-timeline:before{content:"";position:absolute;top:10px;bottom:10px;left:14px;width:1px;background:var(--wf-color-border)}.activity-empty{padding:40px;text-align:center;font-size:13px;color:var(--wf-color-ink-muted)}.activity-row{position:relative;display:flex;gap:12px;min-height:74px;padding:0 0 24px;background:transparent}.activity-row:last-child{padding-bottom:0}.activity-row-marker{position:absolute;top:8px;left:-34px;width:9px;height:9px;border:2px solid var(--wf-color-bg);border-radius:var(--wf-radius-pill);background:var(--wf-color-teal);z-index:1}.activity-actor-ai .activity-row-marker{background:var(--wf-color-blue)}.activity-actor-system .activity-row-marker{background:var(--wf-color-ink-muted)}.activity-row-main{display:flex;flex:1;flex-direction:column;gap:6px;min-width:0}.activity-row-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px;font-size:13px;color:var(--wf-color-ink-subtle);min-width:0}.activity-actor-name{color:var(--wf-color-ink);font-weight:700}.activity-action{color:var(--wf-color-ink-subtle)}.activity-entity-link{font-weight:500;color:var(--wf-color-ink);text-decoration:none;border-bottom:1px dotted var(--wf-color-border-strong);max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-entity-link:hover{border-bottom-color:var(--wf-color-ink-subtle)}.activity-entity-label{font-weight:500;color:var(--wf-color-ink)}.activity-entity-label.deleted{color:var(--wf-color-ink-muted);text-decoration:line-through}.activity-row-summary{display:inline-flex;flex-wrap:wrap;align-items:center;gap:5px;font-size:12px;color:var(--wf-color-ink-muted);line-height:1.55}.activity-summary-text{color:var(--wf-color-ink-subtle)}.activity-summary-chip{display:inline-flex;align-items:center;min-height:20px;padding:1px 6px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-pill);background:var(--wf-color-bg-soft);color:var(--wf-color-ink-muted);font-size:11px;line-height:1.2}.activity-time{margin-left:auto;color:var(--wf-color-ink-muted);font-family:var(--wf-font-mono);font-size:11px;white-space:nowrap}.activity-load-more{align-self:center;padding:8px 16px;font-size:13px;background:var(--wf-color-surface);border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);color:var(--wf-color-ink-subtle);cursor:pointer}.activity-load-more:hover:not(:disabled){background:var(--wf-color-bg-soft)}.activity-load-more:disabled{opacity:.5;cursor:not-allowed}@media(max-width:720px){.activity-page .page-shell-header{align-items:flex-start}.activity-filters{align-items:stretch;flex-direction:column}.activity-filter select,.activity-filter input[type=date]{width:100%}.activity-reset-btn{justify-content:center}.activity-timeline{padding-left:32px}.activity-row-marker{left:-22px}.activity-time{margin-left:0;width:100%}}.dashboard-page{background:var(--wf-color-bg-soft)}.dashboard-page .page-shell-content{display:flex;flex-direction:column;gap:var(--wf-space-6)}.dashboard-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--wf-space-3)}.dashboard-metric{display:grid;grid-template-columns:auto minmax(0,1fr);gap:5px 10px;min-height:126px;padding:16px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-lg);background:var(--wf-color-surface);box-shadow:var(--wf-shadow-card)}.dashboard-metric-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--wf-radius-md);grid-row:span 2}.dashboard-metric-label,.dashboard-metric-detail,.dashboard-muted,.dashboard-decision-meta,.dashboard-folder-row small,.dashboard-page-row small{color:var(--wf-color-ink-muted);font-size:12px}.dashboard-metric-label{align-self:end;font-weight:700;text-transform:uppercase}.dashboard-metric strong{color:var(--wf-color-ink);font-size:30px;line-height:1}.dashboard-metric-detail{grid-column:1 / -1;line-height:1.45}.dashboard-metric-warm .dashboard-metric-icon{background:var(--wf-color-bg-warm);color:var(--wf-color-ink-subtle)}.dashboard-metric-blue .dashboard-metric-icon{background:var(--wf-color-blue-bg);color:var(--wf-color-blue)}.dashboard-metric-teal .dashboard-metric-icon{background:var(--wf-color-teal-bg);color:var(--wf-color-teal)}.dashboard-metric-green .dashboard-metric-icon{background:var(--wf-color-green-bg);color:var(--wf-color-green)}.dashboard-metric-orange .dashboard-metric-icon{background:var(--wf-color-orange-bg);color:var(--wf-color-orange)}.dashboard-metric-red .dashboard-metric-icon{background:var(--wf-color-red-bg);color:var(--wf-color-red)}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--wf-space-4)}.dashboard-panel{min-width:0;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-lg);background:var(--wf-color-surface);box-shadow:var(--wf-shadow-card)}.dashboard-wide-panel{box-shadow:none}.dashboard-panel-header{display:flex;align-items:center;justify-content:space-between;gap:var(--wf-space-3);min-height:48px;padding:12px 14px;border-bottom:1px solid var(--wf-color-border)}.dashboard-panel-title{display:flex;align-items:center;gap:var(--wf-space-2);min-width:0}.dashboard-panel-title span{display:inline-flex;color:var(--wf-color-ink-subtle)}.dashboard-panel-title h2,.dashboard-folder-list h2,.dashboard-page-list h2{margin:0;color:var(--wf-color-ink);font-size:14px;font-weight:700;line-height:1.3}.dashboard-panel-link{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--wf-radius-sm);color:var(--wf-color-ink-muted)}.dashboard-panel-link:hover{background:var(--wf-color-bg-warm);color:var(--wf-color-ink);text-decoration:none}.dashboard-decision-list,.dashboard-folder-list,.dashboard-page-list{display:flex;flex-direction:column}.dashboard-decision{display:flex;align-items:center;justify-content:space-between;gap:var(--wf-space-3);min-height:58px;padding:10px 14px;border-bottom:1px solid var(--wf-color-border);color:var(--wf-color-ink)}.dashboard-decision:last-child{border-bottom:none}.dashboard-decision:hover,.dashboard-page-row:hover{background:var(--wf-color-bg-soft);text-decoration:none}.dashboard-decision-main,.dashboard-folder-main{display:flex;flex-direction:column;gap:3px;min-width:0}.dashboard-decision-title,.dashboard-folder-main span,.dashboard-page-row span{overflow:hidden;color:var(--wf-color-ink);font-size:13px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.dashboard-empty-panel{padding:26px 18px;color:var(--wf-color-ink-subtle)}.dashboard-empty-panel strong{display:block;color:var(--wf-color-ink);font-size:14px}.dashboard-empty-panel p{margin:6px 0 0;font-size:13px;line-height:1.55}.dashboard-wiki-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:var(--wf-space-5);padding:16px}.dashboard-folder-list,.dashboard-page-list{min-width:0;gap:8px}.dashboard-folder-row,.dashboard-page-row{display:grid;align-items:center;min-height:38px;border-radius:var(--wf-radius-md)}.dashboard-folder-row{grid-template-columns:28px minmax(0,1fr);gap:8px}.dashboard-page-row{grid-template-columns:18px minmax(0,1fr) auto;gap:8px;padding:6px 8px;color:var(--wf-color-ink)}.dashboard-folder-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--wf-radius-sm);background:var(--wf-color-bg-warm);color:var(--wf-color-ink-subtle)}.dashboard-muted{margin:0;padding:9px 0;line-height:1.5}@media(max-width:1100px){.dashboard-metrics,.dashboard-grid,.dashboard-wiki-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.dashboard-metrics,.dashboard-grid,.dashboard-wiki-grid{grid-template-columns:1fr}.dashboard-page-row{grid-template-columns:18px minmax(0,1fr)}.dashboard-page-row small{grid-column:2}}.wiki-page{background:var(--wf-color-bg-soft)}.wiki-page .page-shell-content{display:flex;flex-direction:column;gap:var(--wf-space-6)}.wiki-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--wf-space-3)}.wiki-stat,.folder-metric{display:grid;grid-template-columns:auto minmax(0,1fr);gap:4px 10px;min-height:92px;padding:15px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-lg);background:var(--wf-color-surface);box-shadow:var(--wf-shadow-card)}.wiki-stat-icon,.folder-metric-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:var(--wf-radius-md);background:var(--wf-color-blue-bg);color:var(--wf-color-blue);grid-row:span 2}.wiki-stat span:not(.wiki-stat-icon),.folder-metric span:not(.folder-metric-icon),.wiki-section-header p,.wiki-document-group-header p,.wiki-folder-card small,.wiki-muted-cell,.wiki-title-cell small{color:var(--wf-color-ink-muted);font-size:12px}.wiki-stat span:not(.wiki-stat-icon),.folder-metric span:not(.folder-metric-icon){align-self:end;font-weight:700;text-transform:uppercase}.wiki-stat strong,.folder-metric strong{color:var(--wf-color-ink);font-size:26px;line-height:1}.wiki-section,.wiki-document-group{min-width:0;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-lg);background:var(--wf-color-surface);box-shadow:var(--wf-shadow-card)}.wiki-section-header,.wiki-document-group-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--wf-space-4);padding:14px 16px;border-bottom:1px solid var(--wf-color-border)}.wiki-section-header h2,.wiki-document-group-header h3{margin:0;color:var(--wf-color-ink);font-size:15px;font-weight:700;line-height:1.35}.wiki-section-header p,.wiki-document-group-header p{margin:3px 0 0;line-height:1.5}.wiki-section-link{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-sm);color:var(--wf-color-ink-subtle);font-size:12px;font-weight:700}.wiki-section-link:hover{background:var(--wf-color-bg-warm);color:var(--wf-color-ink);text-decoration:none}.wiki-folder-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--wf-space-3);padding:16px}.wiki-folder-card{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;min-height:70px;padding:12px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-lg);color:var(--wf-color-ink);background:var(--wf-color-bg-soft)}.wiki-folder-card:hover{border-color:var(--wf-color-border-strong);background:var(--wf-color-surface);text-decoration:none}.wiki-folder-card-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--wf-radius-md);background:var(--wf-color-bg-warm);color:var(--wf-color-ink-subtle)}.wiki-folder-card-body{display:flex;flex-direction:column;gap:3px;min-width:0}.wiki-folder-card strong,.wiki-folder-card small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wiki-folder-card strong{color:var(--wf-color-ink);font-size:13px}.wiki-group-stack,.folder-page-grid{display:flex;flex-direction:column;gap:var(--wf-space-4)}.folder-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--wf-space-3);padding:16px}.folder-summary-section{box-shadow:none}.wiki-table-wrap{width:100%;overflow-x:auto}.wiki-table{width:100%;min-width:720px;border-collapse:collapse}.wiki-table th{padding:10px 14px;border-bottom:1px solid var(--wf-color-border);background:var(--wf-color-bg-soft);color:var(--wf-color-ink-muted);font-size:11px;font-weight:800;letter-spacing:0;text-align:left;text-transform:uppercase}.wiki-table td{padding:11px 14px;border-bottom:1px solid var(--wf-color-border);vertical-align:middle}.wiki-table tbody tr:last-child td{border-bottom:none}.wiki-table-row{cursor:pointer}.wiki-table-row:hover td{background:var(--wf-color-bg-soft)}.wiki-title-cell{width:42%}.wiki-title-link{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px;color:var(--wf-color-ink)}.wiki-title-link:hover{text-decoration:none}.wiki-title-link>svg{color:var(--wf-color-ink-muted)}.wiki-title-link span{display:flex;flex-direction:column;gap:2px;min-width:0}.wiki-title-link strong,.wiki-title-cell small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wiki-title-link strong{color:var(--wf-color-ink);font-size:13px;font-weight:700}.wiki-empty-table{padding:28px 16px;color:var(--wf-color-ink-muted);font-size:13px;line-height:1.55}.wiki-truncation-note{margin:0;padding:10px 14px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);background:var(--wf-color-bg-warm);color:var(--wf-color-ink-subtle);font-size:12px;line-height:1.55}.wiki-list-page.page-shell{background:var(--wf-color-bg)}.wiki-list-page .page-shell-header{align-items:flex-end}.wiki-list-page .page-shell-content{gap:var(--wf-space-8)}.wiki-list-stack{display:flex;flex-direction:column;gap:var(--wf-space-8);max-width:980px}.wiki-list-page .wiki-document-group{border:none;border-radius:0;background:transparent;box-shadow:none}.wiki-list-page .wiki-document-group-header{align-items:center;padding:0 0 var(--wf-space-3);border-bottom:none}.wiki-document-group-title{display:flex;align-items:center;gap:var(--wf-space-2);min-width:0}.wiki-document-group-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--wf-color-ink-subtle)}.wiki-document-group-title h2{min-width:0;margin:0;color:var(--wf-color-ink);font-size:15px;font-weight:700;line-height:1.35}.wiki-document-group-link{color:inherit;text-decoration:none}.wiki-document-group-link:hover{color:var(--wf-color-blue-text);text-decoration:none}.wiki-document-count.ui-badge{min-width:24px;justify-content:center;padding-inline:8px}.wiki-list-page .wiki-table-wrap{border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-lg);background:var(--wf-color-surface);box-shadow:var(--wf-shadow-card);overflow-x:auto}.wiki-list-page .wiki-table{min-width:680px}.wiki-list-page .wiki-table th{padding:11px 18px;background:var(--wf-color-bg-warm);font-size:11.5px;font-weight:700;letter-spacing:0;text-transform:none}.wiki-list-page .wiki-table td{padding:13px 18px}.wiki-list-page .wiki-table th:nth-child(2),.wiki-list-page .wiki-table td:nth-child(2){width:130px}.wiki-list-page .wiki-table th:nth-child(3),.wiki-list-page .wiki-table td:nth-child(3){width:120px}.wiki-list-page .wiki-table th:nth-child(4),.wiki-list-page .wiki-table td:nth-child(4){width:150px}.wiki-list-page .wiki-title-cell{width:auto}.wiki-list-page .wiki-title-link{grid-template-columns:18px minmax(0,1fr)}.wiki-list-page .wiki-title-link strong{font-size:13.5px;font-weight:600}@media(max-width:1100px){.wiki-stat-grid,.wiki-folder-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.wiki-stat-grid,.wiki-folder-grid,.folder-summary-grid{grid-template-columns:1fr}.wiki-section-header,.wiki-document-group-header{flex-direction:column;align-items:stretch}}.system-page{background:var(--wf-color-bg-soft)}.system-page .page-shell-content{display:flex;flex-direction:column;gap:var(--wf-space-5)}.system-auto-refresh{display:inline-flex;flex-direction:row;align-items:center;gap:6px;width:auto;color:var(--wf-color-ink-subtle);font-size:12px;font-weight:600;white-space:nowrap}.system-auto-refresh input{width:auto;margin:0}.system-error{padding:10px 12px;border:1px solid rgba(192,57,43,.2);border-radius:var(--wf-radius-lg);background:var(--wf-color-red-bg);color:var(--wf-color-red);font-size:13px}.system-overview{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.6fr);gap:var(--wf-space-4)}.system-overview-main,.system-pipeline,.system-recent,.system-stage-detail{border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-lg);background:var(--wf-color-surface);box-shadow:var(--wf-shadow-card)}.system-overview-main{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:var(--wf-space-3);min-height:112px;padding:16px}.system-overview-main p,.system-section-header p,.system-stage-header p,.system-stage-footer,.system-ingestion-main span{margin:0;color:var(--wf-color-ink-muted);font-size:12px;line-height:1.45}.system-overview-main strong{display:block;margin-top:3px;color:var(--wf-color-ink);font-size:22px;line-height:1.1}.system-overview-icon,.system-metric span,.system-stage-icon{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--wf-radius-md)}.system-overview-icon{width:38px;height:38px;background:var(--wf-color-blue-bg);color:var(--wf-color-blue)}.system-overview-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--wf-space-3)}.system-metric{display:grid;grid-template-columns:28px minmax(0,1fr);gap:4px 9px;min-height:112px;padding:14px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-lg);background:var(--wf-color-surface)}.system-metric span{width:28px;height:28px;grid-row:span 2;background:var(--wf-color-bg-warm);color:var(--wf-color-ink-subtle)}.system-metric-danger span{background:var(--wf-color-red-bg);color:var(--wf-color-red)}.system-metric small{align-self:end;overflow:hidden;color:var(--wf-color-ink-muted);font-size:11px;font-weight:700;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.system-metric strong{color:var(--wf-color-ink);font-size:26px;line-height:1}.system-pipeline,.system-recent{display:flex;flex-direction:column}.system-section-header{display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:13px 16px;border-bottom:1px solid var(--wf-color-border)}.system-section-header h2,.system-stage-header h3{margin:0;color:var(--wf-color-ink);font-size:14px;font-weight:700;line-height:1.3}.system-pipeline-strip{display:grid;grid-template-columns:repeat(7,minmax(92px,1fr));gap:var(--wf-space-2);padding:16px;overflow-x:auto}.system-pipeline-strip .pipeline-stage{min-width:92px;background:var(--wf-color-bg-soft)}.system-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--wf-space-4)}.system-stage-detail{min-width:0;overflow:hidden}.system-stage-header{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:start;gap:var(--wf-space-3);padding:14px;border-bottom:1px solid var(--wf-color-border)}.system-stage-icon{width:34px;height:34px;background:var(--wf-color-bg-warm);color:var(--wf-color-ink-subtle)}.system-stage-busy .system-stage-icon{background:var(--wf-color-blue-bg);color:var(--wf-color-blue)}.system-stage-degraded .system-stage-icon{background:var(--wf-color-red-bg);color:var(--wf-color-red)}.system-stage-paused .system-stage-icon{background:var(--wf-color-orange-bg);color:var(--wf-color-orange)}.system-stage-counts{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;background:var(--wf-color-border)}.system-stage-counts span{display:flex;min-width:0;flex-direction:column;gap:3px;padding:9px 10px;background:var(--wf-color-surface)}.system-stage-counts small{overflow:hidden;color:var(--wf-color-ink-muted);font-size:10px;font-weight:700;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.system-stage-counts strong{color:var(--wf-color-ink);font-size:18px;line-height:1}.system-stage-counts .non-zero strong{color:var(--wf-color-blue)}.system-stage-degraded .system-stage-counts .non-zero strong{color:var(--wf-color-red)}.system-stage-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--wf-space-2);padding:9px 14px;background:var(--wf-color-bg-soft);font-family:var(--wf-font-mono)}.system-ingestion-list{display:flex;flex-direction:column}.system-ingestion-row{display:flex;align-items:center;justify-content:space-between;gap:var(--wf-space-3);min-height:58px;padding:10px 14px;border-bottom:1px solid var(--wf-color-border);color:var(--wf-color-ink)}.system-ingestion-row:last-child{border-bottom:none}.system-ingestion-row:hover{background:var(--wf-color-bg-soft);text-decoration:none}.system-ingestion-main{display:flex;min-width:0;flex-direction:column;gap:3px}.system-ingestion-main strong{overflow:hidden;color:var(--wf-color-ink);font-size:13px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.system-empty{display:flex;align-items:center;justify-content:center;gap:var(--wf-space-2);min-height:92px;padding:24px;color:var(--wf-color-ink-muted);font-size:13px}.system-empty-restricted{justify-content:flex-start;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-lg);background:var(--wf-color-surface)}.api-tokens-page .page-shell-content{display:flex;flex-direction:column;gap:var(--wf-space-5)}.api-token-create,.api-token-list{border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-lg);background:var(--wf-color-surface);box-shadow:var(--wf-shadow-card)}.api-token-create{display:flex;flex-direction:column;gap:var(--wf-space-4);padding:16px}.api-token-create-header{display:grid;grid-template-columns:38px minmax(0,1fr);gap:var(--wf-space-3);align-items:center}.api-token-create-header h2{margin:0 0 3px;color:var(--wf-color-ink);font-size:15px}.api-token-create-header p,.api-token-reveal p,.api-token-row-main span,.api-token-dates span{margin:0;color:var(--wf-color-ink-muted);font-size:12px;line-height:1.4}.api-token-form{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto auto;gap:var(--wf-space-3);align-items:end}.api-token-form label{display:flex;min-width:0;flex-direction:column;gap:5px;color:var(--wf-color-ink-subtle);font-size:12px;font-weight:700}.api-token-form input:not([type=checkbox]){height:34px;min-width:0;padding:0 10px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);background:var(--wf-color-surface);color:var(--wf-color-ink);font:inherit}.api-token-scope{min-height:34px;flex-direction:row!important;align-items:center;padding:0 10px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);background:var(--wf-color-bg-soft);white-space:nowrap}.api-token-scope input{width:auto;margin:0}.api-token-primary,.api-token-reveal button,.api-token-revoke{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 12px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);font-size:12px;font-weight:700;cursor:pointer}.api-token-primary{border-color:var(--wf-color-blue);background:var(--wf-color-blue);color:#fff}.api-token-primary:disabled{opacity:.5;cursor:not-allowed}.api-token-reveal{display:grid;grid-template-columns:minmax(160px,.6fr) minmax(0,1.4fr) auto;gap:var(--wf-space-3);align-items:center;padding:12px;border:1px solid rgba(42,157,153,.2);border-radius:var(--wf-radius-lg);background:var(--wf-color-teal-bg)}.api-token-reveal strong{display:block;margin-bottom:2px;color:var(--wf-color-ink);font-size:13px}.api-token-reveal code{min-width:0;overflow:auto;padding:8px 10px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);background:var(--wf-color-surface);color:var(--wf-color-ink);font-family:var(--wf-font-mono);font-size:12px}.api-token-reveal button{background:var(--wf-color-surface);color:var(--wf-color-ink)}.api-token-table{display:flex;flex-direction:column}.api-token-row{display:grid;grid-template-columns:minmax(190px,1.2fr) minmax(150px,.8fr) minmax(180px,.9fr) auto;gap:var(--wf-space-3);align-items:center;min-height:72px;padding:12px 16px;border-top:1px solid var(--wf-color-border)}.api-token-row-main{display:flex;min-width:0;flex-direction:column;gap:3px}.api-token-row-main strong{overflow:hidden;color:var(--wf-color-ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.api-token-scopes{display:flex;flex-wrap:wrap;gap:5px}.api-token-dates{display:flex;min-width:0;flex-direction:column;gap:3px}.api-token-status{display:flex;justify-content:flex-end}.api-token-revoke{background:var(--wf-color-red-bg);color:var(--wf-color-red)}.ai-settings-page .page-shell-content{display:flex;flex-direction:column;gap:var(--wf-space-5)}.ai-settings-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:var(--wf-space-4)}.ai-settings-panel{display:flex;min-width:0;flex-direction:column;gap:var(--wf-space-4);padding:16px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-lg);background:var(--wf-color-surface);box-shadow:var(--wf-shadow-card)}.ai-settings-panel-header{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:var(--wf-space-3)}.ai-settings-panel-header h2{margin:0 0 3px;color:var(--wf-color-ink);font-size:15px}.ai-settings-panel-header p,.ai-instructions-panel footer,.ai-token-meter span,.ai-mismatch-row small{margin:0;color:var(--wf-color-ink-muted);font-size:12px;line-height:1.4}.ai-mode-control{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:4px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);background:var(--wf-color-bg-soft)}.ai-mode-control button{min-height:34px;border:1px solid transparent;border-radius:var(--wf-radius-sm);background:transparent;color:var(--wf-color-ink-subtle);font-size:12px;font-weight:700;cursor:pointer}.ai-mode-control button.active{border-color:var(--wf-color-blue);background:var(--wf-color-surface);color:var(--wf-color-blue);box-shadow:var(--wf-shadow-card)}.ai-mode-control button:disabled{opacity:.45;cursor:not-allowed}.ai-token-meter{display:flex;flex-direction:column;gap:9px}.ai-token-meter strong{color:var(--wf-color-ink);font-size:22px;line-height:1}.ai-token-bar{height:8px;overflow:hidden;border-radius:99px;background:var(--wf-color-bg-soft)}.ai-token-bar span{display:block;height:100%;background:var(--wf-color-blue)}.ai-settings-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--wf-space-3)}.ai-settings-field{display:flex;min-width:0;flex-direction:column;gap:6px}.ai-settings-field span,.ai-effective-settings span{color:var(--wf-color-ink-muted);font-size:11px;font-weight:700;text-transform:uppercase}.ai-settings-field input,.ai-settings-field select{width:100%;min-height:36px;padding:0 10px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);background:var(--wf-color-bg-soft);color:var(--wf-color-ink);font:inherit;font-size:13px}.ai-settings-field input:focus,.ai-settings-field select:focus{outline:2px solid rgba(42,157,153,.2);border-color:var(--wf-color-teal)}.ai-settings-field select:disabled{color:var(--wf-color-ink-muted);cursor:not-allowed;opacity:.65}.ai-effective-settings{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 11px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);background:var(--wf-color-bg-soft)}.ai-effective-settings code{overflow:hidden;color:var(--wf-color-ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.ai-parity-overrides-toggle{width:100%;border:none;background:transparent;padding:0;cursor:pointer;text-align:left;font:inherit;color:inherit;grid-template-columns:38px minmax(0,1fr) 16px}.ai-parity-overrides-chevron{color:var(--wf-color-ink-muted);transition:transform .18s ease}.ai-parity-overrides.is-open .ai-parity-overrides-chevron{transform:rotate(180deg)}.ai-parity-overrides-warning{display:flex;gap:8px;align-items:flex-start;padding:9px 11px;border:1px solid var(--wf-color-warm-border, #f0c674);border-radius:var(--wf-radius-md);background:var(--wf-color-warm-bg, #fff7e6);color:var(--wf-color-ink);font-size:12px;line-height:1.5}.ai-parity-overrides-warning svg{flex-shrink:0;margin-top:2px;color:var(--wf-color-warm-fg, #b46e10)}.ai-parity-input-row{display:flex;align-items:center;gap:8px}.ai-parity-input-row input{flex:1;min-width:0}.ai-parity-input-suffix{color:var(--wf-color-ink-muted);font-size:12px;font-weight:600}.ai-parity-effective{color:var(--wf-color-ink-muted);font-size:11px}.ai-parity-effective strong{color:var(--wf-color-ink);font-weight:600}.ai-parity-overrides-actions{display:flex;justify-content:flex-end}.ai-model-diagnostics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--wf-space-2)}.ai-model-route{display:flex;min-width:0;flex-direction:column;gap:4px;padding:9px 10px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);background:var(--wf-color-bg-soft)}.ai-model-route small,.ai-model-route span{overflow:hidden;color:var(--wf-color-ink-muted);font-size:10px;font-weight:700;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.ai-model-route strong{overflow:hidden;color:var(--wf-color-ink);font-family:var(--wf-font-mono);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.ai-instructions-panel textarea{width:100%;min-height:190px;resize:vertical;padding:12px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);background:var(--wf-color-bg-soft);color:var(--wf-color-ink);font:inherit;font-size:13px;line-height:1.5}.ai-instructions-panel footer{text-align:right}.ai-parity-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--wf-space-3)}.ai-parity-metric{display:flex;min-width:0;flex-direction:column;gap:4px;padding:11px 12px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);background:var(--wf-color-bg-soft)}.ai-parity-metric small{overflow:hidden;color:var(--wf-color-ink-muted);font-size:10px;font-weight:700;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}.ai-parity-metric strong{color:var(--wf-color-ink);font-size:22px;line-height:1}.ai-gate-status{display:flex;flex-direction:column;gap:6px;padding:11px 12px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);background:var(--wf-color-bg-soft)}.ai-gate-status div{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.ai-gate-status strong{color:var(--wf-color-ink);font-size:13px}.ai-gate-status span,.ai-daily-parity-row span{color:var(--wf-color-ink-muted);font-size:12px;line-height:1.4}.ai-gate-status-passed{border-color:#2a9d9947;background:var(--wf-color-teal-bg)}.ai-gate-status-blocked{border-color:#c0392b33;background:var(--wf-color-red-bg)}.ai-gate-status-collecting{border-color:#d589363d;background:var(--wf-color-orange-bg)}.ai-daily-parity-table{display:flex;flex-direction:column;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);overflow:hidden}.ai-daily-parity-row{display:grid;grid-template-columns:110px minmax(120px,.7fr) minmax(0,1fr);gap:var(--wf-space-3);align-items:center;min-height:42px;padding:8px 11px;border-bottom:1px solid var(--wf-color-border)}.ai-daily-parity-row:last-child{border-bottom:none}.ai-daily-parity-row strong{color:var(--wf-color-ink);font-size:12px}.ai-daily-parity-row code{color:var(--wf-color-ink-subtle);font-family:var(--wf-font-mono);font-size:11px}.ai-mismatch-table{display:flex;flex-direction:column;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);overflow:hidden}.ai-mismatch-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--wf-space-3);align-items:center;min-height:54px;padding:9px 11px;border-bottom:1px solid var(--wf-color-border);color:var(--wf-color-ink);text-decoration:none}.ai-mismatch-row:last-child{border-bottom:none}.ai-mismatch-row:hover{background:var(--wf-color-bg-soft)}.ai-mismatch-row span{display:flex;min-width:0;flex-direction:column;gap:3px}.ai-mismatch-row strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.ai-mismatch-row code{color:var(--wf-color-ink-subtle);font-family:var(--wf-font-mono);font-size:11px}.agent-trace-panel{display:flex;min-width:0;flex-direction:column;gap:12px}.agent-trace-header{display:flex;align-items:center;justify-content:space-between;gap:var(--wf-space-3)}.agent-trace-title{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px}.agent-trace-title h3{margin:0 0 2px;color:var(--wf-color-ink);font-size:14px}.agent-trace-title p{margin:0;color:var(--wf-color-ink-muted);font-size:12px}.agent-trace-title-icon,.agent-trace-step-icon{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--wf-radius-md);background:var(--wf-color-blue-bg);color:var(--wf-color-blue)}.agent-trace-title-icon{width:32px;height:32px}.agent-trace-error{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid rgba(192,57,43,.2);border-radius:var(--wf-radius-md);background:var(--wf-color-red-bg);color:var(--wf-color-red);font-size:12px}.agent-trace-empty{display:flex;align-items:center;gap:8px;min-height:52px;color:var(--wf-color-ink-muted);font-size:13px}.agent-trace-list{display:flex;flex-direction:column;gap:8px;max-height:520px;margin:0;padding:0;overflow:auto;list-style:none}.agent-trace-step{display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px}.agent-trace-step-icon{width:28px;height:28px;margin-top:1px}.agent-trace-step-body{min-width:0;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-md);background:var(--wf-color-bg-soft);overflow:hidden}.agent-trace-step-top{display:flex;align-items:center;justify-content:space-between;gap:var(--wf-space-3);padding:8px 10px;border-bottom:1px solid var(--wf-color-border)}.agent-trace-step-top strong{overflow:hidden;color:var(--wf-color-ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.agent-trace-step-top span{flex:0 0 auto;color:var(--wf-color-ink-muted);font-size:11px}.agent-trace-step pre{max-height:220px;margin:0;padding:10px;overflow:auto;color:var(--wf-color-ink-subtle);font-family:var(--wf-font-mono);font-size:11px;line-height:1.45;white-space:pre-wrap;word-break:break-word}@media(max-width:1160px){.system-overview,.system-details-grid{grid-template-columns:1fr}.ai-settings-fields,.ai-model-diagnostics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.system-overview-metrics,.system-stage-counts{grid-template-columns:repeat(2,minmax(0,1fr))}.system-overview-main,.system-stage-header{grid-template-columns:34px minmax(0,1fr)}.system-overview-main .ui-badge,.system-stage-header .ui-badge{grid-column:2;justify-self:start}.system-auto-refresh{width:100%;justify-content:flex-end}.api-token-form,.api-token-reveal,.api-token-row,.ai-settings-grid,.ai-settings-fields,.ai-model-diagnostics,.ai-parity-grid,.ai-daily-parity-row,.ai-mismatch-row{grid-template-columns:1fr}.api-token-status{justify-content:flex-start}}.app-shell{background:var(--wf-color-bg);color:var(--wf-color-ink);font-family:var(--wf-font-sans)}.sidebar{width:var(--wf-sidebar-width);min-width:var(--wf-sidebar-width);background:var(--wf-color-bg-warm);color:var(--wf-color-ink);border-right:1px solid var(--wf-color-border);overflow:hidden}.sidebar-header{padding:16px 14px 12px;border-bottom:none}.sidebar-brand{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px}.sidebar-brand-mark{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--wf-radius-md);background:var(--wf-color-ink);color:#fff;font-size:13px;font-weight:700;letter-spacing:0}.sidebar-brand-copy{display:flex;flex-direction:column;min-width:0}.sidebar-app-name{color:var(--wf-color-ink);font-size:17px;font-weight:700;line-height:1.1}.ws-header-row{min-width:0}.ws-selector{width:100%;min-width:0;padding:2px 0;border:none;border-radius:var(--wf-radius-sm);background:transparent;color:var(--wf-color-ink-subtle);font-size:12.5px;font-weight:600}.ws-selector:hover{background:transparent;color:var(--wf-color-ink)}.ws-chevron svg{display:block}.ws-dropdown{top:calc(100% + 4px);left:12px;right:12px;background:var(--wf-color-surface);border-color:var(--wf-color-border);border-radius:var(--wf-radius-lg);box-shadow:var(--wf-shadow-popover)}.ws-dropdown-divider{background:var(--wf-color-border)}.ws-dropdown-item{border-radius:var(--wf-radius-md);color:var(--wf-color-ink)}.ws-dropdown-item:hover,.ws-dropdown-item.active{background:var(--wf-color-bg-warm)}.ws-rename-input{border-color:var(--wf-color-blue);border-radius:var(--wf-radius-sm);font-size:13px}.sidebar-quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:var(--wf-space-2);margin-top:13px}.sidebar-action-button{justify-content:flex-start;width:100%;min-width:0;height:31px;padding:0 9px;border-color:var(--wf-color-border);background:var(--wf-color-surface);box-shadow:0 1px #24232108}.sidebar-action-button .ui-icon-button-label{overflow:hidden;text-overflow:ellipsis}.sidebar-nav-top,.sidebar-nav-group{display:flex;flex-direction:column;gap:1px;padding:0 8px}.sidebar-nav-heading,.sidebar-section-header{margin:0;padding:2px 8px 6px;color:var(--wf-color-ink-muted);font-size:11.5px;font-weight:700;letter-spacing:0;text-transform:uppercase}.sidebar-section-header{display:flex;align-items:center;gap:6px}.sidebar-nav-link{display:flex;align-items:center;justify-content:flex-start;gap:7px;min-height:32px;padding:6px 9px;border-radius:var(--wf-radius-sm);border:none;background:transparent;color:var(--wf-color-ink-subtle);font-size:13.5px;font-weight:500;text-decoration:none}.sidebar-nav-link:hover{background:#2423210d;color:var(--wf-color-ink);text-decoration:none}.sidebar-nav-link.active{background:#24232112;color:var(--wf-color-ink);font-weight:700}.sidebar-nav-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:currentColor;flex:0 0 auto}.sidebar-nav-label{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-nav-badge.ui-badge{min-width:20px;justify-content:center;padding-inline:6px}.sidebar-divider{height:1px;margin:11px 14px;background:var(--wf-color-border)}.sidebar-section-title{display:flex;align-items:center;justify-content:space-between;gap:var(--wf-space-2);padding:0 12px 6px}.sidebar-section-title .sidebar-section-header{padding:0}.sidebar-section-actions{display:flex;align-items:center;gap:2px}.sidebar-content{flex:1;padding:0 8px 8px;overflow-y:auto}.sidebar-content::-webkit-scrollbar{width:6px}.sidebar-content::-webkit-scrollbar-thumb{background:#24232124;border-radius:var(--wf-radius-pill)}.sidebar-empty{padding:18px 10px;color:var(--wf-color-ink-muted);font-size:13px;opacity:1;text-align:left}.sidebar-dnd-error{color:var(--wf-color-red)}.page-node{margin:0}.page-node-row{min-height:28px;gap:3px;border-radius:var(--wf-radius-sm)}.page-node-row:hover{background:#2423210d}.page-node-row:has(.page-node-link.active){background:#24232112}.drag-handle{display:flex;align-items:center;justify-content:center;width:15px;padding:0;color:var(--wf-color-ink-muted)}.page-expand-btn,.page-expand-spacer{display:flex;align-items:center;justify-content:center;width:18px;min-width:18px;height:24px;padding:0;color:var(--wf-color-ink-muted)}.page-expand-btn{border:none;background:transparent}.page-expand-btn:hover{background:#24232112;color:var(--wf-color-ink)}.page-node-icon{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;color:var(--wf-color-ink-muted);flex:0 0 auto}.folder-row .folder-icon{width:15px;color:var(--wf-color-ink-subtle)}.page-node-link,.folder-link{min-height:24px;padding:3px 4px;color:var(--wf-color-ink);font-size:12.5px;line-height:1.35}.page-node-link.active,.folder-link.active{font-weight:700}.folder-link{border:none;background:transparent}.page-add-sub-btn{display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;padding:0;border:none;background:transparent;color:var(--wf-color-ink-muted)}.page-add-sub-btn:hover{background:#24232114;color:var(--wf-color-ink)}.page-children{margin-left:14px;padding-left:9px;border-left:1px solid var(--wf-color-border)}.page-rename-input{border-color:var(--wf-color-blue);border-radius:var(--wf-radius-sm);font-size:12.5px}.page-node-row.drop-before:before,.page-node-row.drop-after:after{left:18px;right:5px;background:var(--wf-color-blue)}.page-node-row.drop-as-child{outline-color:var(--wf-color-blue);background:#0075de14}.sidebar-footer{display:grid;grid-template-columns:30px minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:10px 13px;border-top:1px solid var(--wf-color-border)}.sidebar-user-avatar{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--wf-radius-pill);background:var(--wf-color-blue);color:#fff;font-size:11px;font-weight:700}.sidebar-user-meta{min-width:0}.sidebar-user{display:block;color:var(--wf-color-ink);font-size:12.5px;font-weight:700;line-height:1.2;opacity:1}.sidebar-user-role{display:block;margin-top:2px;color:var(--wf-color-ink-muted);font-size:11px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-lang{min-width:34px;height:26px;padding:0 8px;border:1px solid var(--wf-color-border);border-radius:var(--wf-radius-sm);background:var(--wf-color-surface);color:var(--wf-color-ink-subtle);font-size:11px;font-weight:700}.btn-lang:hover{background:var(--wf-color-bg-soft);color:var(--wf-color-ink)}.btn-logout{padding:0}.sidebar-expand-btn.ui-icon-button{position:fixed;top:10px;left:10px;z-index:50;height:34px;width:auto;padding:0 12px;border-color:var(--wf-color-border);background:var(--wf-color-surface);color:var(--wf-color-ink-subtle);box-shadow:var(--wf-shadow-card)}.sidebar-expand-btn:hover{background:var(--wf-color-bg-soft);color:var(--wf-color-ink)}.main-content{background:var(--wf-color-bg);display:flex;flex-direction:column;min-width:0;overflow:hidden}.workspace-route-content{flex:1;min-height:0;overflow-y:auto}.main-content.sidebar-toggle-visible .top-bar{padding-left:66px}.context-menu{background:var(--wf-color-surface);border-color:var(--wf-color-border);border-radius:var(--wf-radius-lg);box-shadow:var(--wf-shadow-popover)}.context-menu-item{color:var(--wf-color-ink);border-radius:var(--wf-radius-md)}.context-menu-item:hover{background:var(--wf-color-bg-warm)}.context-menu-item-danger{color:var(--wf-color-red)}.context-menu-item-danger:hover{background:var(--wf-color-red-bg)}.sidebar-dialog{border-color:var(--wf-color-border);border-radius:var(--wf-radius-lg);box-shadow:var(--wf-shadow-popover)}.sidebar-dialog-header{border-bottom-color:var(--wf-color-border)}.sidebar-dialog-header h3{color:var(--wf-color-ink)}.sidebar-dialog-label{color:var(--wf-color-ink-subtle)}.sidebar-dialog-select{border-color:var(--wf-color-border-strong);border-radius:var(--wf-radius-md)}.sidebar-dialog-btn{border-radius:var(--wf-radius-md)}.sidebar-dialog-btn-secondary{background:var(--wf-color-bg-warm);color:var(--wf-color-ink)}.sidebar-dialog-btn-primary{background:var(--wf-color-blue)}.sidebar-dialog-btn-primary:hover:not(:disabled){background:var(--wf-color-blue-hover)}@media(max-width:768px){.sidebar{width:min(320px,calc(100vw - 48px));min-width:0;box-shadow:var(--wf-shadow-popover)}.main-content.sidebar-toggle-visible{padding-top:0}.sidebar-footer{grid-template-columns:30px minmax(0,1fr) auto auto}}
