:root{--adobe-red: #EB1000;--primary: #1A1A1A;--primary-hover: #000000;--primary-contrast: #ffffff;--accent-blue: #1473E6;--accent-blue-bg: #EAF2FE;--accent-purple: #5849C7;--success-green: #268E6C;--success-green-bg: #E8F4EF;--warn-orange: #B45309;--warn-orange-bg: #FFF7E6;--bg: #F7F7F8;--surface: #FFFFFF;--surface-2: #FAFAFB;--border: #E5E5E8;--border-strong: #D0D0D4;--text-primary: #1A1A1A;--text-secondary: #5A5A66;--text-tertiary: #8A8A94;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .03);--shadow-md: 0 1px 2px rgba(0, 0, 0, .05), 0 4px 12px rgba(0, 0, 0, .05);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .06), 0 12px 32px rgba(0, 0, 0, .06);--surface-hover: #e8e8e8;--surface-active: #e0e0e0;--soft-border: #eeeef1;--bubble: #f4f4f5;--doc-ink: #2A2A2E;--doc-strong: #0E0E12;--doc-quote-ink: #3F3F46;--doc-accent: #1473E6;--doc-inline-code-ink: #0E5BBF;--doc-inline-code-bg: rgba(20, 115, 230, .08);--doc-code-bg: #F6F7F9;--doc-code-border: #E6E6EB;--doc-code-ink: #2A2A33;--doc-table-head-bg: #FAFAFC;--doc-zebra: #FCFCFD}html[data-ajo-theme=dark]{--adobe-red: #eb1000;--primary: #f0f0f3;--primary-hover: #ffffff;--primary-contrast: #17171a;--accent-blue: #3e8ef0;--accent-blue-bg: rgba(62, 142, 240, .16);--accent-purple: #7a6cf0;--success-green: #3fb37f;--success-green-bg: rgba(63, 179, 127, .14);--warn-orange: #d9a054;--warn-orange-bg: rgba(217, 160, 84, .14);--bg: #17171a;--surface: #232327;--surface-2: #2a2a2f;--border: #38383e;--border-strong: #46464c;--text-primary: #f0f0f3;--text-secondary: #b6b6c0;--text-tertiary: #84848e;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3), 0 1px 3px rgba(0, 0, 0, .25);--shadow-md: 0 1px 2px rgba(0, 0, 0, .35), 0 4px 12px rgba(0, 0, 0, .35);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .4), 0 12px 32px rgba(0, 0, 0, .4);--surface-hover: #2e2e33;--surface-active: #35353b;--soft-border: #313137;--bubble: #2e2e33;--doc-ink: #d3d3da;--doc-strong: #ffffff;--doc-quote-ink: #b9b9c2;--doc-accent: #4f9bf5;--doc-inline-code-ink: #8ab8f8;--doc-inline-code-bg: rgba(62, 142, 240, .14);--doc-code-bg: #1c1c20;--doc-code-border: #38383e;--doc-code-ink: #d6d6db;--doc-table-head-bg: #2a2a2f;--doc-zebra: rgba(255, 255, 255, .025)}html[data-ajo-theme=dark] .app-shell{color-scheme:dark}.app-shell .appbar-theme-toggle{width:28px;height:28px;border-radius:6px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);cursor:pointer;background:transparent;font-family:inherit;padding:0}.app-shell .appbar-theme-toggle:hover{background:var(--surface-2);color:var(--text-primary)}body:has(.app-shell),#root:has(.app-shell){background:var(--bg)!important;color:var(--text-primary)!important}.app-shell .bn-container,.app-shell .bn-container *{color:var(--text-primary)}.app-shell .bn-container a{color:var(--accent)}.app-shell .bn-container code,.app-shell .bn-container pre,.app-shell .bn-container blockquote{color:var(--text-primary)}.app-shell .canvas-doc .bn-editor .bn-block-content[data-content-type=codeBlock],.app-shell .canvas-doc .bn-editor .bn-block-content[data-content-type=codeBlock] *,.app-shell .canvas-doc .bn-editor .bn-block-content[data-content-type=codeBlock] pre,.app-shell .canvas-doc .bn-editor .bn-block-content[data-content-type=codeBlock] code{color:var(--doc-code-ink)!important}.app-shell .canvas-doc .bn-editor .bn-inline-content code{color:var(--doc-inline-code-ink)!important;background:var(--doc-inline-code-bg)!important}.app-shell *,.app-shell *:before,.app-shell *:after{box-sizing:border-box}.app-shell{--left-rail-w: 280px;--chat-rail-w: 380px;height:100vh;height:100dvh;display:grid;grid-template-columns:var(--left-rail-w) minmax(0,1fr) var(--chat-rail-w);grid-template-rows:56px 1fr;grid-template-areas:"appbar appbar appbar" "leftrail center rightrail";font-family:Adobe Clean,Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5;color:var(--text-primary);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-shell.no-rightrail{grid-template-columns:var(--left-rail-w) 1fr!important;grid-template-areas:"appbar appbar" "leftrail center"!important}.app-shell.no-rightrail .rightrail{display:none}.app-shell.no-leftrail{grid-template-columns:1fr var(--chat-rail-w)!important;grid-template-areas:"appbar appbar" "center rightrail"!important}.app-shell.no-leftrail .leftrail{display:none}.app-shell.no-leftrail.no-rightrail{grid-template-columns:1fr!important;grid-template-areas:"appbar" "center"!important}.app-shell.no-leftrail.no-canvas{grid-template-columns:1fr!important;grid-template-areas:"appbar" "rightrail"!important}.app-shell.no-rightrail .canvas-doc{width:min(1100px,calc(100% - 120px))}.app-shell.no-canvas{grid-template-columns:var(--left-rail-w) 1fr!important;grid-template-areas:"appbar appbar" "leftrail rightrail"!important}.app-shell.no-canvas .canvas-area{display:none}.app-shell.no-canvas .rightrail{border-left:1px solid var(--border)}.app-shell.no-canvas .rightrail-resize{display:none}.app-shell.no-canvas .messages,.app-shell.no-canvas .composer{width:100%;max-width:1080px;margin-left:0;margin-right:auto}.app-shell.no-canvas .messages>.msg{max-width:96%}.app-shell.no-canvas .messages>.msg.you,.app-shell.no-canvas .messages>.msg.agent{min-width:min(60%,560px)}.app-shell.solo-center{grid-template-columns:1fr;grid-template-areas:"appbar" "center"}.app-shell .panel-toggle{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;background:var(--surface);color:var(--text-secondary);border:1px solid var(--border-strong);border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;font-family:inherit;transition:background .12s,color .12s}.app-shell .panel-toggle:hover{background:var(--surface-2);color:var(--text-primary)}.app-shell .panel-toggle .icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1}.app-shell .panel-show-tab{position:fixed;top:50%;transform:translateY(-50%);right:0;display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 6px;background:var(--surface);color:var(--text-secondary);border:1px solid var(--border-strong);border-right:none;border-radius:8px 0 0 8px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;z-index:30;writing-mode:vertical-rl;font-family:inherit;box-shadow:-2px 0 8px #0000000a;transition:background .12s,color .12s,padding .12s}.app-shell .panel-show-tab:hover{background:var(--surface-2);color:var(--text-primary);padding-right:8px}.app-shell .panel-show-tab.canvas{left:var(--left-rail-w);right:auto;border-right:1px solid var(--border-strong);border-left:none;border-radius:0 8px 8px 0;box-shadow:2px 0 8px #0000000a}.app-shell.no-leftrail .panel-show-tab.canvas{left:0}.app-shell .panel-show-tab.canvas:hover{padding-left:8px;padding-right:6px}.app-shell .leftrail-mobile-toggle{display:none}.app-shell .appbar{grid-area:appbar;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:var(--surface);border-bottom:1px solid var(--border);z-index:20}.app-shell .appbar-left{display:flex;align-items:center;gap:14px;min-width:0}.app-shell .appbar-sidebar-toggle{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:1px solid transparent;background:transparent;color:var(--text-secondary, #5A5A66);cursor:pointer;padding:0;margin-right:-4px;transition:background .12s ease,color .12s ease,border-color .12s ease}.app-shell .appbar-sidebar-toggle:hover{background:var(--surface-hover, rgba(0,0,0,.05));color:var(--text-primary);border-color:var(--border, #E4E4E7)}.app-shell .appbar-sidebar-toggle:focus-visible{outline:2px solid var(--accent, #2C5BFF);outline-offset:2px}.app-shell .appbar-sidebar-toggle[aria-pressed=false]{color:var(--accent, #2C5BFF)}.app-shell .wordmark{display:flex;align-items:center;gap:8px;font-weight:650;font-size:13.5px;letter-spacing:-.01em;color:var(--text-primary)}.app-shell .wordmark-logo{width:22px;height:22px;border-radius:5px;background:var(--adobe-red);color:#fff;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.app-shell .appbar-divider{width:1px;height:18px;background:var(--border)}.app-shell .breadcrumb{color:var(--text-tertiary);font-size:13px;display:flex;align-items:center;gap:6px;white-space:nowrap}.app-shell .breadcrumb b,.app-shell .breadcrumb .current{color:var(--text-primary);font-weight:600}.app-shell .top-actions{display:flex;align-items:center;gap:8px}.app-shell .saved-pill{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;color:var(--text-tertiary);padding:4px 10px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);white-space:nowrap}.app-shell .saved-pill .dot{width:6px;height:6px;border-radius:50%;background:var(--success-green)}.app-shell .btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border-radius:6px;font-size:12.5px;font-weight:600;border:1px solid transparent;background:transparent;color:var(--text-primary);cursor:pointer;font-family:inherit;line-height:1;white-space:nowrap}.app-shell .btn-outline{background:var(--surface);border-color:var(--border-strong)}.app-shell .btn-outline:hover{background:var(--surface-2)}.app-shell .btn-primary{background:var(--primary);color:var(--primary-contrast);border-color:var(--primary)}.app-shell .btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.app-shell .btn-ghost{color:var(--text-secondary)}.app-shell .btn-ghost:hover{background:var(--surface-2)}.app-shell .btn-blue{background:var(--accent-blue);color:#fff;border-color:var(--accent-blue)}.app-shell .btn-blue:hover{background:#0f5ec1;border-color:#0f5ec1}.app-shell .btn .kbd{font-size:10px;opacity:.6;margin-left:4px;padding:1px 5px;border:1px solid currentColor;border-radius:4px;line-height:1.2;white-space:nowrap}.app-shell .btn-primary .kbd{border-color:#fff6}.app-shell .btn-lg{height:40px;padding:0 18px;font-size:13.5px;border-radius:8px}.app-shell .avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#6b5be6,#4b3fb8);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;-webkit-user-select:none;user-select:none}.app-shell .avatar-button{border:none;padding:0;cursor:pointer;font-family:inherit}.app-shell .avatar-button:hover{filter:brightness(1.05)}.app-shell .top-divider{width:1px;height:20px;background:var(--border);margin:0 4px}.app-shell .menu-anchor{position:relative;display:inline-flex}.app-shell .btn .caret{font-size:9px;opacity:.7;margin-left:2px}.app-shell .topmenu{position:absolute;top:calc(100% + 6px);right:0;min-width:220px;background:var(--surface);border:1px solid var(--border-strong);border-radius:10px;box-shadow:0 12px 32px #0000001f,0 4px 8px #0000000a;padding:6px;z-index:50}.app-shell .topmenu-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;cursor:pointer;font-size:12.5px;color:var(--text-primary);border:none;background:transparent;width:100%;text-align:left;font-family:inherit}.app-shell .topmenu-item:hover{background:var(--surface-2)}.app-shell .topmenu-item .glyph{width:18px;text-align:center;font-size:13px;color:var(--text-secondary)}.app-shell .topmenu-item .label{flex:1}.app-shell .topmenu-item .meta{font-size:11px;color:var(--text-tertiary)}.app-shell .topmenu-divider{height:1px;background:var(--border);margin:4px 2px}.app-shell .leftrail{grid-area:leftrail;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;min-height:0;position:relative}.app-shell .rail-nav{padding:10px 10px 0;display:flex;flex-direction:column;gap:1px}.app-shell .rail-nav-item{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--text-secondary);padding:7px 9px;border-radius:7px;cursor:pointer;border:none;background:transparent;font-family:inherit;text-align:left;width:100%}.app-shell .rail-nav-item:hover{background:var(--surface-2);color:var(--text-primary)}.app-shell .rail-nav-item.active{background:var(--accent-blue-bg);color:var(--accent-blue);font-weight:600}.app-shell .rail-nav-item svg{flex:none}.app-shell .rail-nav-item .admin-pill{margin-left:auto;font-size:9.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-tertiary);border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:1.5px 7px}.app-shell .rail-section-head{display:flex;align-items:center;justify-content:space-between;margin:16px 16px 2px 19px}.app-shell .rail-section-head .label{font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary)}.app-shell .rail-section-head .add{width:20px;height:20px;border-radius:5px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:14px;line-height:1;background:var(--surface-2);font-family:inherit;padding:0}.app-shell .rail-section-head .add:hover{background:#eaeaee;color:var(--text-primary)}.app-shell .leftrail-search{margin:6px 12px 8px;height:28px;padding:0 9px;background:var(--surface-2);border:none;border-radius:7px;font-size:12px;color:var(--text-secondary);display:flex;align-items:center;gap:7px;cursor:text}.app-shell .leftrail-search input{flex:1;background:transparent;border:none;outline:none;font-family:inherit;font-size:12px;color:var(--text-primary)}.app-shell .leftrail-search input::placeholder{color:var(--text-tertiary)}.app-shell .leftrail-search .placeholder{color:var(--text-tertiary);flex:1}.app-shell .leftrail-search .kbd-hint{font-size:10px;color:var(--text-tertiary);opacity:.85;white-space:nowrap}.app-shell .leftrail-newbtn{margin:0 12px 8px;height:32px;background:var(--primary);color:var(--primary-contrast);display:flex;align-items:center;justify-content:center;gap:6px;border-radius:8px;font-size:12.5px;font-weight:600;border:none;cursor:pointer;font-family:inherit}.app-shell .leftrail-newbtn:hover{background:var(--primary-hover)}.app-shell .tree{flex:1;overflow-y:auto;padding:2px 0 16px}.app-shell .tree-showall{display:block;width:calc(100% - 4px);text-align:left;padding:4px 8px 4px 26px;margin:0 2px;font-size:12px;color:var(--text-tertiary);background:transparent;border:none;border-radius:6px;cursor:pointer;font-family:inherit}.app-shell .tree-showall:hover{background:var(--surface-hover);color:var(--text-secondary)}.app-shell .tree .tree-section-head{margin:16px 16px 2px 8px}.app-shell .tree-star{color:#e7a934;font-size:11px}.app-shell .tree-section-title{padding:8px 8px 2px;font-size:10px;font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em}.app-shell .tree-row{display:flex;align-items:center;gap:4px;padding:1px 6px;margin:0 2px;border-radius:0;cursor:pointer;font-size:13px;color:var(--text-secondary);-webkit-user-select:none;user-select:none;min-height:22px;line-height:1.4}.app-shell .tree-row:hover{background:var(--surface-hover);margin:0;padding-left:8px;padding-right:8px}.app-shell .tree-row.active{background:var(--surface-active);color:var(--text-primary);margin:0;padding-left:8px;padding-right:8px}.app-shell .tree-row.active .tree-label{font-weight:600;color:var(--text-primary)}.app-shell .tree-row .twist{width:16px;color:var(--text-secondary);font-size:10px;flex-shrink:0;text-align:center;line-height:1}.app-shell .tree-row .twist.empty{visibility:hidden}.app-shell .tree-row .twist.clickable{cursor:pointer;padding:1px;margin:-1px;border-radius:2px}.app-shell .tree-row .twist.clickable:hover{background:var(--surface-active);color:var(--text-primary)}.app-shell .tree-row .glyph{width:16px;flex-shrink:0;color:var(--text-tertiary);font-size:12px;display:inline-flex;align-items:center;justify-content:center}.app-shell .tree-row.active .glyph{color:var(--accent-blue)}.app-shell .tree-row .tree-label{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.app-shell .tree-row .tree-meta{font-size:11px;color:var(--text-tertiary);flex-shrink:0;font-feature-settings:"tnum";white-space:nowrap}.app-shell .tree-row .tree-label-stack{flex:1;min-width:0;display:flex;flex-direction:column;gap:0;overflow:hidden}.app-shell .tree-row .tree-label-stack .tree-label{flex:none;line-height:1.3}.app-shell .tree-rename-input{flex:1;min-width:0;font:inherit;color:var(--text-primary);background:var(--surface-1, #fff);border:1px solid var(--accent-purple, #7C3AED);border-radius:3px;padding:1px 6px;line-height:1.3;outline:none}.app-shell .tree-row .tree-sublabel{font-size:11px;color:var(--text-tertiary);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell .tree-row.l1{padding-left:4px}.app-shell .tree-row.l2{padding-left:16px}.app-shell .tree-row.l3{padding-left:28px}.app-shell .tree-row.l4{padding-left:40px}.app-shell .tree-row.l4.indented,.app-shell .tree-row.l5{padding-left:52px}.app-shell .tree-row.l5.indented{padding-left:64px}.app-shell .tree-row.l1:hover,.app-shell .tree-row.l1.active{padding-left:6px}.app-shell .tree-row.l2:hover,.app-shell .tree-row.l2.active{padding-left:18px}.app-shell .tree-row.l3:hover,.app-shell .tree-row.l3.active{padding-left:30px}.app-shell .tree-row.l4:hover,.app-shell .tree-row.l4.active{padding-left:42px}.app-shell .tree-row.l4.indented:hover,.app-shell .tree-row.l4.indented.active,.app-shell .tree-row.l5:hover,.app-shell .tree-row.l5.active{padding-left:54px}.app-shell .tree-row.l5.indented:hover,.app-shell .tree-row.l5.indented.active{padding-left:66px}.app-shell .tree-row.tree-hint{font-style:italic;min-height:22px}.app-shell .tree-hint-label{color:#9a9aa1;font-size:12px;line-height:1.4}.app-shell .tree-row.tree-row-empty{min-height:20px;opacity:.85}.app-shell .tree-avatar{width:16px;height:16px;border-radius:50%;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;line-height:1}.app-shell .tree-folder-icon{width:16px;height:16px;flex-shrink:0;display:inline-flex;align-items:center;margin-right:-2px}.app-shell .tree-section-label{font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--text-secondary);flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell .tree-row.l4 .version-pill{margin-left:auto}.app-shell .tree-row.l4.version-row.active{background:var(--surface-active)}.app-shell .tree-row.l4.version-row.active .tree-label{font-weight:600;color:var(--text-primary)}.app-shell .tree-row.version-row{min-height:22px}.tree-context-menu-item-icon{width:16px;height:16px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:var(--text-tertiary, #9A9AA1)}.tree-context-menu-item-label{flex:1;text-align:left}.tree-context-menu-item-shortcut{font-size:11px;color:var(--text-tertiary, #9A9AA1);flex-shrink:0;font-family:ui-monospace,monospace}.tree-context-menu-separator{height:1px;background:var(--border, #DCDCE0);margin:4px 0}.app-shell .file-badge{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:10px;font-weight:700;letter-spacing:.05em;padding:3px 6px;border-radius:5px;font-family:var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);background:var(--surface-2);color:var(--text-tertiary);border:1px solid var(--border);min-width:32px}.app-shell .file-badge-pdf{background:#ffe4e4;color:#c92a2a;border-color:#ffc9c9}.app-shell .file-badge-xls{background:#e2f8e9;color:#1f7a3a;border-color:#b7ebc4}.app-shell .file-badge-png{background:#ece4ff;color:#5f3dc4;border-color:#d0bfff}.app-shell .file-badge-doc{background:#dceeff;color:#1864ab;border-color:#a5d8ff}.app-shell .file-badge-htm{background:#ffe8d1;color:#b65500;border-color:#ffd8a8}.app-shell .file-badge-url{background:var(--surface-2);color:var(--text-secondary);border-color:var(--border)}.app-shell .version-pill{display:inline-flex;align-items:center;flex-shrink:0;font-size:11px;font-weight:600;letter-spacing:.01em;color:var(--text-tertiary);font-feature-settings:"tnum";margin-right:6px}.app-shell .version-pill-active{color:var(--accent-blue, #2B6CB0)}.app-shell .tree-label-muted{color:var(--text-tertiary);font-size:12px;line-height:1.4}.app-shell .tree-row .tree-row-actions{display:none;margin-left:4px;gap:2px;flex-shrink:0}.app-shell .tree-row:hover .tree-row-actions{display:inline-flex}.app-shell .tree-row:hover .tree-meta{display:none}.app-shell .tree-row .tree-row-actions button{background:transparent;border:none;cursor:pointer;padding:1px 6px;border-radius:4px;color:var(--text-tertiary);font-size:13px;line-height:1;font-family:inherit}.app-shell .tree-row .tree-row-actions button:hover{background:var(--surface-active);color:var(--text-primary)}.app-shell .tree-row .tree-row-actions .tree-kebab{font-size:14px;letter-spacing:.5px}.app-shell .canvas-doc .doc-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;outline:none;border-radius:4px}.app-shell .canvas-doc .doc-title:hover{background:var(--surface-2)}.app-shell .canvas-doc .doc-title:focus{background:var(--surface-2);-webkit-line-clamp:unset;display:block}.app-shell .leftrail-footer{padding:10px 12px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11.5px;color:var(--text-tertiary)}.app-shell .leftrail-footer button{background:transparent;border:none;color:var(--text-tertiary);font-size:11.5px;cursor:pointer;padding:2px 6px;border-radius:4px;font-family:inherit}.app-shell .leftrail-footer button:hover{background:var(--surface-2);color:var(--text-primary)}.app-shell .center{grid-area:center;background:var(--surface);overflow-y:auto;position:relative}.app-shell .canvas-area{grid-area:center;background:var(--surface);overflow-y:auto;position:relative;overflow-x:clip;overscroll-behavior:contain;contain:layout paint}.app-shell .canvas-doc{width:min(760px,calc(100% - 120px));margin:40px auto 96px;padding:0;position:relative}.app-shell .doc-title-row{display:flex;align-items:center;gap:10px;margin-bottom:4px}.app-shell .doc-title{font-size:32px;font-weight:700;letter-spacing:-.025em;margin:0;color:var(--text-primary)}.app-shell .doc-subtitle{font-size:13px;color:var(--text-tertiary);margin:4px 0 12px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.app-shell .doc-subtitle-meta{flex:0 1 auto}.app-shell .doc-subtitle-saved{font-size:11px;color:var(--text-tertiary);background:#7f7f7f1f;padding:2px 8px;border-radius:999px;white-space:nowrap}.app-shell .draft-banner{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:var(--accent-blue-bg);border:1px solid rgba(20,115,230,.18);border-radius:10px;margin:16px 0 28px}.app-shell .draft-banner-icon{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#6b5be6,#4b3fb8);color:#fff;font-size:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.app-shell .draft-banner-text{flex:1;font-size:13px;line-height:1.5;color:var(--text-secondary)}.app-shell .draft-banner-text b{font-weight:600;color:var(--text-primary)}.app-shell .draft-banner-actions{display:flex;gap:6px;flex-shrink:0}.app-shell .draft-banner-actions .btn{height:28px;padding:0 10px;font-size:12px;border-radius:6px}.app-shell .row{position:relative}.app-shell .row .row-handle{position:absolute;left:-34px;top:4px;opacity:0;transition:opacity .12s;display:flex;gap:1px}.app-shell .row:hover .row-handle{opacity:1}.app-shell .row-handle button{width:22px;height:22px;border-radius:5px;border:none;background:transparent;color:var(--text-tertiary);cursor:pointer;font-size:13px}.app-shell .row-handle button:hover{background:var(--surface-2);color:var(--text-primary)}.app-shell h1.doc-h1{font-size:28px;font-weight:700;letter-spacing:-.02em;margin:36px 0 12px;line-height:1.25;color:var(--text-primary)}.app-shell h2.doc-h2{font-size:20px;font-weight:650;letter-spacing:-.012em;margin:28px 0 8px;line-height:1.3;color:var(--text-primary)}.app-shell p.doc-p{font-size:15px;line-height:1.65;color:#2a2a2e;margin:8px 0}.app-shell ul.doc-ul,.app-shell ol.doc-ol{margin:10px 0;padding-left:24px}.app-shell ul.doc-ul li,.app-shell ol.doc-ol li{font-size:15px;line-height:1.65;color:#2a2a2e;margin:4px 0}.app-shell table.doc-table{border-collapse:collapse;width:100%;margin:14px 0;font-size:13.5px}.app-shell .doc-table th,.app-shell .doc-table td{text-align:left;padding:9px 0}.app-shell .doc-table th{font-weight:600;color:var(--text-tertiary);font-size:11px;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid var(--border-strong);padding-bottom:8px}.app-shell .doc-table td{border-bottom:1px solid var(--border);color:#2a2a2e}.app-shell .doc-table tr:last-child td{border-bottom:none}.app-shell .doc-table th:not(:first-child),.app-shell .doc-table td:not(:first-child){padding-left:24px}.app-shell .journey-block{margin:18px 0;padding:0}.app-shell .journey-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}.app-shell .journey-head .label{font-size:12px;color:var(--text-tertiary)}.app-shell .journey-head .actions{display:flex;gap:12px}.app-shell .journey-head .actions button{font-size:12px;padding:0;border:none;background:transparent;cursor:pointer;color:var(--accent-blue);font-family:inherit;font-weight:500}.app-shell .journey-head .actions button:hover{text-decoration:underline}.app-shell .journey-svg-wrap{padding:0;display:flex;justify-content:center}.app-shell .qa-block{margin:36px 0 0;padding:24px 0 0;border-top:1px solid var(--border)}.app-shell .qa-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.app-shell .qa-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.app-shell .qa-title:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--adobe-red);display:inline-block}.app-shell .qa-score{font-size:12px;color:var(--text-tertiary);white-space:nowrap}.app-shell .qa-score b{color:var(--text-primary);font-weight:600}.app-shell .qa-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding-top:4px}.app-shell .qa-grid .qa-cell-label{font-size:11px;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.app-shell .qa-grid .qa-cell-value{font-size:20px;font-weight:700;color:var(--text-primary);margin-top:4px;letter-spacing:-.01em;font-feature-settings:"tnum"}.app-shell .qa-grid .qa-cell-bar{height:3px;background:var(--surface-hover);border-radius:999px;margin-top:8px;overflow:hidden}.app-shell .qa-grid .qa-cell-bar>div{height:100%;background:var(--success-green);border-radius:999px}.app-shell .approve-card{margin:36px 0 24px;padding:18px 22px;border:1px solid var(--border-strong);border-radius:12px;background:var(--surface);display:flex;align-items:center;justify-content:space-between;gap:16px}.app-shell .approve-card-text{display:flex;flex-direction:column;gap:4px}.app-shell .approve-card-title{font-size:14px;font-weight:600;color:var(--text-primary)}.app-shell .approve-card-meta{font-size:12px;color:var(--text-tertiary)}.app-shell .approve-card-actions{display:flex;gap:8px;align-items:center;white-space:nowrap}.app-shell .version-pill-check{color:var(--success-green);margin-left:4px;font-weight:700}.app-shell .tree-row .tree-check{color:var(--success-green);font-size:11px;margin-left:6px;font-weight:700}.app-shell .approved-banner{margin:0 0 16px;padding:10px 14px;background:#2e8b570f;border:1px solid rgba(46,139,87,.18);border-radius:8px;display:flex;align-items:center;justify-content:space-between;font-size:12.5px;color:var(--text-secondary)}.app-shell .approved-banner b{color:var(--text-primary)}.app-shell .approved-banner button{background:none;border:0;color:var(--accent-blue);font-weight:600;font-size:12.5px;cursor:pointer;font-family:inherit}.app-shell .row.editing-by-agent .row-content{background:linear-gradient(90deg,#1473e60f,#1473e600);border-radius:8px;box-shadow:inset 0 0 0 1px #1473e638;padding:4px 10px;margin:0;position:relative}.app-shell .row.editing-by-agent .agent-tag{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:700;color:var(--accent-blue);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.app-shell .agent-tag .pulse{width:6px;height:6px;border-radius:50%;background:var(--accent-blue);animation:pulse-fade 1.4s ease-in-out infinite}@keyframes pulse-fade{0%,to{opacity:1}50%{opacity:.35}}@keyframes pulse-ring{0%{transform:scale(.8);opacity:.6}to{transform:scale(1.3);opacity:0}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.app-shell .tree-skeleton{padding:8px 0}.app-shell .skeleton-row{display:flex;align-items:center;gap:10px;padding:10px 16px}.app-shell .skeleton-avatar{width:28px;height:28px;border-radius:6px;background:var(--surface-2);flex-shrink:0;position:relative;overflow:hidden}.app-shell .skeleton-avatar:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 1.5s infinite}.app-shell .skeleton-label{height:12px;border-radius:6px;background:var(--surface-2);position:relative;overflow:hidden}.app-shell .skeleton-label:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 1.5s infinite}.app-shell .rightrail{grid-area:rightrail;background:var(--surface);border-left:1px solid var(--border);display:flex;flex-direction:column;min-height:0;min-width:0;position:relative}.app-shell .rightrail-head{padding:10px 12px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:6px}.app-shell .chat-switcher{flex:1;min-width:0;display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:8px;background:transparent;border:none;cursor:pointer;font-family:inherit;text-align:left}.app-shell .chat-switcher:hover{background:var(--surface-2)}.app-shell .chat-switcher .cs-icon{width:28px;height:28px;flex-shrink:0;border-radius:8px;background:var(--surface-2);border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;font-size:13px}.app-shell .chat-switcher .cs-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.app-shell .chat-switcher .cs-title{font-size:13px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell .chat-switcher .cs-meta{font-size:10.5px;color:var(--text-tertiary);white-space:nowrap}.app-shell .chat-switcher .cs-caret{color:var(--text-tertiary);font-size:10px;flex-shrink:0}.app-shell .new-chat-icon{width:30px;height:30px;flex-shrink:0;background:transparent;border:1px solid var(--border-strong);border-radius:8px;color:var(--text-secondary);font-size:16px;cursor:pointer;line-height:1}.app-shell .new-chat-icon:hover{background:var(--surface-2);color:var(--text-primary)}.app-shell .messages{flex:1;min-width:0;overflow-y:auto;padding:16px 24px;display:flex;flex-direction:column;gap:12px}.app-shell .msg{max-width:88%;padding:9px 12px;border-radius:12px;font-size:13px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;min-width:0;content-visibility:auto;contain-intrinsic-size:auto 64px}.app-shell .msg:nth-last-child(-n+6){content-visibility:visible;contain-intrinsic-size:none}.app-shell .msg.you{align-self:flex-end;background:var(--bubble);color:var(--text-primary);border-bottom-right-radius:4px}.app-shell .msg.agent{align-self:flex-start;background:transparent;color:var(--text-primary);padding:0}.app-shell .messages>.msg.agent,.app-shell .messages>.msg.tool{margin-left:38px}.app-shell .chat-welcome{display:flex;align-items:flex-start;gap:10px;align-self:flex-start;max-width:88%;padding:0;margin:0 0 16px}.app-shell .chat-welcome-avatar{width:28px;height:28px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--accent-blue)}.app-shell .chat-welcome-body{flex:1;font-size:13px;line-height:1.6;color:var(--text-primary);min-width:0}.app-shell .chat-welcome-body h1,.app-shell .chat-welcome-body h2,.app-shell .chat-welcome-body h3{font-size:13px;font-weight:600;margin:12px 0 6px;line-height:1.4}.app-shell .chat-welcome-body h1:first-child,.app-shell .chat-welcome-body h2:first-child,.app-shell .chat-welcome-body h3:first-child{margin-top:0}.app-shell .chat-welcome-body p{margin:0 0 8px;line-height:1.6}.app-shell .chat-welcome-body ul{margin:6px 0;padding-left:20px;list-style:none}.app-shell .chat-welcome-body ul li{margin:4px 0;padding-left:0;line-height:1.6}.app-shell .chat-welcome .suggestion-chips{justify-content:flex-start;margin-top:12px}.app-shell .msg.tool{align-self:flex-start;background:var(--surface);border:1px solid var(--border);color:var(--text-secondary);font-size:11.5px;padding:8px 12px;font-family:SF Mono,Menlo,Monaco,monospace;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.app-shell .msg.tool .ok{color:var(--success-green);font-weight:700}.app-shell .messages>.steered-card,.app-shell .messages>.tool-card{align-self:stretch;max-width:100%}.app-shell .edit-card{align-self:stretch;background:var(--surface);border:1px solid var(--accent-blue);border-radius:12px;padding:12px 14px;box-shadow:0 0 0 4px #1473e614}.app-shell .edit-card .ec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.app-shell .edit-card .ec-tag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent-blue);display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.app-shell .edit-card .ec-target{font-size:10.5px;color:var(--text-tertiary);font-family:SF Mono,Menlo,Monaco,monospace;white-space:nowrap}.app-shell .edit-card .ec-diff{font-size:12px;line-height:1.5;border-radius:8px;overflow:hidden;border:1px solid var(--border)}.app-shell .edit-card .ec-diff>div{padding:6px 10px}.app-shell .edit-card .ec-diff .removed{background:#ffeeec;color:#991b1b;text-decoration:line-through;text-decoration-color:#991b1b66;border-bottom:1px solid var(--border)}.app-shell .edit-card .ec-diff .added{background:#e8f4ef;color:#064e3b}.app-shell .edit-card .ec-diff .added:before{content:"+ ";color:var(--success-green);font-weight:700}.app-shell .edit-card .ec-diff .removed:before{content:"− ";color:#991b1b;font-weight:700}.app-shell .edit-card .ec-actions{display:flex;gap:8px;margin-top:10px}.app-shell .edit-card .ec-actions .btn{height:28px;padding:0 12px;font-size:12px}.app-shell .edit-card .ec-rationale{font-size:11.5px;color:var(--text-tertiary);margin-top:8px;font-style:italic}.app-shell .composer{padding:12px;border-top:1px solid var(--border);display:flex;align-items:flex-end;gap:8px}.app-shell .composer .input{flex:1;min-height:36px;max-height:140px;padding:8px 12px;font-size:13px;line-height:1.4;border:1px solid var(--border-strong);border-radius:10px;background:var(--surface-2);color:var(--text-primary);overflow-y:auto;font-family:inherit}.app-shell .composer .send{background:var(--primary);color:var(--primary-contrast);height:36px;padding:0 14px;border-radius:10px;border:none;font-weight:600;font-size:13px;cursor:pointer}.app-shell .composer .send:hover{background:var(--primary-hover)}.app-shell .leftrail{position:relative}.app-shell .leftrail-resize{position:absolute;top:0;right:-9px;bottom:0;width:18px;cursor:ew-resize;background:transparent;z-index:7;transition:background .1s}.app-shell .leftrail-resize:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;transform:translate(-50%);background:var(--border);transition:background .12s,width .12s}.app-shell .leftrail-resize:hover:before,.app-shell .leftrail-resize.dragging:before{background:var(--accent-blue);width:2px}.app-shell .leftrail-resize:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:32px;border-radius:3px;background:var(--border-strong, #c8c8cc);transition:background .12s,height .12s}.app-shell .leftrail-resize:hover:after,.app-shell .leftrail-resize.dragging:after{background:var(--accent-blue);height:48px}.app-shell .rightrail-resize{position:absolute;top:0;left:-12px;bottom:0;width:24px;cursor:ew-resize;background:transparent;z-index:50;transition:background .1s}.app-shell .rightrail-resize:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;transform:translate(-50%);background:var(--border);transition:background .12s,width .12s}.app-shell .rightrail-resize:hover:before,.app-shell .rightrail-resize.dragging:before{background:var(--accent-blue);width:3px}.app-shell .rightrail-resize:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:32px;border-radius:3px;background:var(--border-strong, #c8c8cc);transition:background .12s}.app-shell .rightrail-resize:hover:after,.app-shell .rightrail-resize.dragging:after{background:var(--accent-blue)}.app-shell .canvas-edge-resize{position:absolute;top:0;right:0;bottom:0;width:28px;cursor:ew-resize;z-index:5;background:transparent;transition:background .12s}.app-shell .canvas-edge-resize:before{content:"";position:absolute;top:0;bottom:0;right:0;width:1px;background:var(--border);transition:background .12s,width .12s}.app-shell .canvas-edge-resize:hover,.app-shell .canvas-edge-resize.dragging{background:#1473e60f}.app-shell .canvas-edge-resize:hover:before,.app-shell .canvas-edge-resize.dragging:before{background:var(--accent-blue);width:2px}.app-shell .canvas-edge-resize:after{content:"";position:absolute;top:50%;right:3px;width:4px;height:80px;transform:translateY(-50%);background:var(--border-strong);border-radius:2px;box-shadow:0 1px 3px #0000000f;transition:background .12s,box-shadow .12s,height .12s}.app-shell .canvas-edge-resize:hover:after,.app-shell .canvas-edge-resize.dragging:after{background:var(--accent-blue);height:112px;box-shadow:0 2px 6px #1473e640}.app-shell .chat-edge-resize{position:absolute;top:0;left:-9px;bottom:0;width:18px;cursor:ew-resize;z-index:5;background:transparent;transition:background .12s}.app-shell .chat-edge-resize:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;transform:translate(-50%);background:var(--border);transition:background .12s,width .12s}.app-shell .chat-edge-resize:hover,.app-shell .chat-edge-resize.dragging{background:#1473e60f}.app-shell .chat-edge-resize:hover:before,.app-shell .chat-edge-resize.dragging:before{background:var(--accent-blue);width:2px}.app-shell .chat-edge-resize:after{content:"";position:absolute;top:50%;left:3px;width:4px;height:56px;transform:translateY(-50%);background:var(--border-strong);border-radius:2px;box-shadow:0 1px 3px #0000000f;transition:background .12s,box-shadow .12s,height .12s}.app-shell .chat-edge-resize:hover:after,.app-shell .chat-edge-resize.dragging:after{background:var(--accent-blue);height:80px;box-shadow:0 2px 6px #1473e640}.app-shell .leftrail-collapse{position:absolute;top:0;right:-9px;bottom:0;width:18px;cursor:pointer;z-index:5;background:transparent;border:none;padding:0;font-family:inherit;pointer-events:none;transition:background .12s}.app-shell .leftrail-collapse:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;transform:translate(-50%);background:var(--border);transition:background .12s,width .12s;pointer-events:none}.app-shell .leftrail-collapse:hover{background:#1473e60f}.app-shell .leftrail-collapse:hover:before{background:var(--accent-blue);width:2px}.app-shell .leftrail-collapse-grip{position:absolute;top:50%;left:50%;width:12px;height:56px;transform:translate(-50%,-50%);background:transparent;border-radius:2px;cursor:pointer;pointer-events:auto;transition:background .12s,height .12s,box-shadow .12s;display:flex;align-items:center;justify-content:center}.app-shell .leftrail-collapse-grip:before{content:"‹";font-size:14px;color:var(--text-tertiary);transition:color .12s}.app-shell .leftrail-collapse:hover .leftrail-collapse-grip:before{color:var(--accent-blue)}.app-shell .leftrail-show-tab{position:fixed;top:0;left:0;bottom:0;width:18px;z-index:30;cursor:pointer;background:transparent;border:none;padding:0;font-family:inherit;transition:background .12s}.app-shell .leftrail-show-tab:before{content:"";position:absolute;top:0;bottom:0;left:0;width:1px;background:var(--border);transition:background .12s,width .12s}.app-shell .leftrail-show-tab:hover{background:#1473e60f}.app-shell .leftrail-show-tab:hover:before{background:var(--accent-blue);width:2px}.app-shell .leftrail-show-grip{position:absolute;top:50%;left:50%;width:4px;height:56px;transform:translate(-50%,-50%);background:var(--border-strong);border-radius:2px;box-shadow:0 1px 3px #0000000f;transition:background .12s,height .12s,box-shadow .12s}.app-shell .leftrail-show-tab:hover .leftrail-show-grip{background:var(--accent-blue);height:80px;box-shadow:0 2px 6px #1473e640}.app-shell .doc-selection{background:#1473e62e;border-radius:2px;padding:0 1px}.selection-toolbar{position:absolute;background:#1a1a1a;color:#fff;border-radius:10px;padding:4px;box-shadow:0 12px 32px #00000038,0 4px 8px #0000000f;display:flex;align-items:center;gap:2px;z-index:40;white-space:nowrap}.selection-toolbar button{height:28px;padding:0 10px;background:transparent;border:none;color:#ffffffd9;font-family:inherit;font-size:12px;font-weight:600;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.selection-toolbar button:hover{background:#ffffff1a;color:#fff}.selection-toolbar .ask-ai{color:#7fb7ff}.selection-toolbar .ask-ai:hover{background:#1473e647;color:#fff}.selection-toolbar .stb-divider{width:1px;height:16px;background:#ffffff24;margin:0 2px}.selection-toolbar .stb-icon{width:22px;padding:0;justify-content:center;font-size:13px}.ask-ai-popover{position:absolute;width:460px;background:var(--surface);border:1px solid var(--border-strong);border-radius:12px;box-shadow:0 16px 40px #00000024,0 4px 12px #0000000f;padding:10px;z-index:35}.ask-ai-popover-head{font-size:11px;font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;padding:4px 6px 6px;display:flex;align-items:center;gap:8px}.ask-ai-popover-head .ai-glyph{color:var(--accent-blue);font-size:13px}.ask-ai-popover-input{border:none;outline:none;background:transparent;width:100%;resize:none;padding:4px 6px;font-family:inherit;font-size:13.5px;line-height:1.4;color:var(--text-primary);min-height:22px}.ask-ai-popover-row{display:flex;align-items:center;justify-content:space-between;padding:6px 4px 2px;gap:8px}.ask-ai-popover-presets{display:flex;gap:4px;flex-wrap:wrap}.ask-ai-preset{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:4px 10px;font-size:11.5px;color:var(--text-secondary);cursor:pointer;font-family:inherit;white-space:nowrap}.ask-ai-preset:hover{background:var(--border);color:var(--text-primary)}.ask-ai-popover-send{width:28px;height:28px;background:var(--primary);color:var(--primary-contrast);border:none;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;margin-left:auto}.app-shell .composer-pill{margin:12px 24px;padding:6px 8px 8px;background:var(--surface-2);border:1px solid var(--border-strong);border-radius:22px;display:flex;flex-direction:column;gap:4px;transition:border-color .12s,box-shadow .12s,background .12s}.app-shell .composer-pill:focus-within{border-color:var(--text-primary);background:var(--surface);box-shadow:0 0 0 4px #0000000a}.app-shell .composer-pill[data-dragover=true]{outline:2px dashed var(--accent-blue, #2680EB);outline-offset:2px;background:#2680eb0f}.app-shell .processing-pill{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--text-secondary);font-style:italic;margin-bottom:6px}.app-shell .processing-pill-dot{display:inline-block;animation:ajo-pulse 1.4s ease-in-out infinite}@keyframes ajo-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.18)}}.app-shell .processing-pill-spinner{display:inline-block;width:12px;height:12px;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;flex-shrink:0;animation:ajo-spin .7s linear infinite}@keyframes ajo-spin{to{transform:rotate(360deg)}}.app-shell .composer-pill-input{border:none;outline:none;background:transparent;padding:4px;font-size:13px;line-height:1.5;font-family:inherit;resize:none;min-height:20px;max-height:160px;width:100%;color:var(--text-primary)}.app-shell .composer-pill-row{display:flex;align-items:center;gap:4px}.app-shell .composer-pill-attach{position:relative}.app-shell .composer-pill-attach>button{width:28px;height:28px;background:transparent;border:none;color:var(--text-secondary);border-radius:8px;cursor:pointer;font-size:18px;line-height:1;font-family:inherit;display:inline-flex;align-items:center;justify-content:center}.app-shell .composer-pill-attach>button:hover{background:var(--border);color:var(--text-primary)}.app-shell .composer-pill-attach.open>button{background:var(--primary);color:var(--primary-contrast)}.app-shell .composer-pill-send{margin-left:auto;width:28px;height:28px;background:var(--primary);color:var(--primary-contrast);border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.app-shell .composer-pill-send:hover{background:var(--primary-hover)}.app-shell .composer-pill-send:disabled{background:var(--border-strong);color:var(--text-tertiary);cursor:not-allowed}.app-shell .composer-pill-helper{margin-left:auto;padding-right:4px;font-size:10.5px;color:var(--text-tertiary);font-feature-settings:"tnum"}.app-shell .upload-menu{position:absolute;bottom:calc(100% + 8px);left:-4px;width:248px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-lg);padding:6px;z-index:30}.app-shell .upload-menu-section{padding:8px 10px 4px;font-size:10px;font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em}.app-shell .upload-menu-item{display:flex;align-items:flex-start;gap:10px;padding:8px 10px;border-radius:8px;cursor:pointer;border:none;background:transparent;width:100%;text-align:left;font-family:inherit}.app-shell .upload-menu-item:hover{background:var(--surface-2)}.app-shell .upload-menu-icon{width:30px;height:30px;border-radius:8px;background:var(--surface-2);border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.app-shell .upload-menu-text{flex:1;min-width:0}.app-shell .upload-menu-name{font-size:12.5px;font-weight:600;color:var(--text-primary)}.app-shell .upload-menu-desc{font-size:11px;color:var(--text-tertiary);margin-top:2px;line-height:1.35}.app-shell .msg.you.file{background:transparent!important;border:none!important;padding:0!important;box-shadow:none!important}.app-shell .msg-file-chip{display:flex;align-items:center;gap:10px;padding:6px 12px 6px 6px;background:var(--surface);border:1px solid var(--border-strong);border-radius:10px;max-width:100%;min-width:0}.app-shell .msg-file-chip>div:last-child{min-width:0;flex:1}.app-shell .msg-file-chip-icon{width:28px;height:28px;border-radius:6px;background:var(--accent-blue-bg);color:var(--accent-blue);font-size:9.5px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.app-shell .msg-file-chip-name{font-size:12.5px;font-weight:600;overflow-wrap:anywhere;word-break:break-word;line-height:1.35}.app-shell .msg-file-chip-meta{font-size:10.5px;color:var(--text-tertiary);margin-top:1px}.app-shell .msg-file-chip-badge{font-size:9px;font-weight:700;text-transform:uppercase;padding:2px 6px;border-radius:4px;background:#0d66d01a;color:var(--accent-blue);letter-spacing:.04em;white-space:nowrap}.app-shell .msg-file-chip-badge.brd{background:#0d66d01a;color:var(--accent-blue)}.app-shell .msg-file-chip-badge.data{background:#4bb5431a;color:#047857}.app-shell .msg-file-chip-badge.context{background:#0000000f;color:var(--text-tertiary)}.app-shell .msg-file-chip-override{font-size:10px;padding:2px 6px;border-radius:4px;border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer;white-space:nowrap}.app-shell .msg-file-chip-override:hover{background:var(--surface-2);border-color:var(--border-strong)}.app-shell .msg-file-chip-staged{display:inline-flex;align-items:flex-start;gap:8px;position:relative;padding:8px 24px 8px 8px;background:var(--surface);border:1px solid var(--border-strong);border-radius:8px;max-width:280px;min-width:0}.app-shell .msg-file-chip-staged-icon{width:32px;height:32px;border-radius:6px;background:var(--accent-blue-bg);color:var(--accent-blue);font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.app-shell .msg-file-chip-staged-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.app-shell .msg-file-chip-staged-name{font-size:13px;font-weight:600;line-height:1.3;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell .msg-file-chip-staged-meta{font-size:11px;color:var(--text-tertiary);line-height:1.2;display:flex;align-items:center;gap:4px}.app-shell .msg-file-chip-staged-type{position:relative;display:inline-flex;align-items:center;gap:2px;cursor:pointer;font-weight:500;transition:color .15s}.app-shell .msg-file-chip-staged-type:hover{color:var(--text-secondary)}.app-shell .msg-file-chip-staged-type-menu{position:absolute;top:100%;left:0;margin-top:4px;background:var(--surface);border:1px solid var(--border-strong);border-radius:6px;box-shadow:0 4px 12px #0000001a;z-index:100;min-width:140px;padding:4px 0;display:none}.app-shell .msg-file-chip-staged-type-menu.open{display:block}.app-shell .msg-file-chip-staged-type-menu button{display:block;width:100%;padding:6px 12px;border:none;background:transparent;text-align:left;font-size:12px;color:var(--text-primary);cursor:pointer;transition:background .12s}.app-shell .msg-file-chip-staged-type-menu button:hover{background:var(--surface-2)}.app-shell .msg-file-chip-staged-remove{position:absolute;top:4px;right:4px;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text-tertiary);font-size:16px;line-height:1;cursor:pointer;border-radius:3px;transition:background .12s,color .12s}.app-shell .msg-file-chip-staged-remove:hover{background:#0000000f;color:var(--text-primary)}.app-shell .msg-attach-chips{display:flex;flex-direction:column;gap:4px;margin-top:6px}.app-shell .msg-attach-chip{display:flex;align-items:center;gap:8px;padding:2px 0;font-size:12px;color:var(--text-primary)}.app-shell .msg.you.attach-only{background:transparent;padding:0;border-radius:0}.app-shell .msg.you.attach-only .msg-attach-chips{margin-top:0}.app-shell .msg-attach-chip-icon{display:inline-flex;align-items:center;justify-content:center;flex:none;white-space:nowrap;min-width:34px;height:17px;padding:0 6px;border-radius:4px;background:var(--accent-blue-bg);color:var(--accent-blue);font-size:9.5px;font-weight:700;letter-spacing:.3px}.app-shell .msg-attach-chip-name{flex:1;min-width:0;word-break:break-word}.app-shell .canvas-doc .doc-title{overflow-wrap:anywhere;word-break:break-word}.app-shell .msg.pipe{background:transparent!important;border:none!important;border-radius:0!important;padding:4px 0!important;display:flex!important;gap:10px;align-items:flex-start;align-self:stretch!important;max-width:100%!important}.app-shell .msg.pipe .pipe-icon{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;flex-shrink:0;margin-top:2px}.app-shell .msg.pipe.done .pipe-icon{background:var(--success-green);color:#fff}.app-shell .msg.pipe.live .pipe-icon{background:var(--accent-blue);color:#fff;position:relative}.app-shell .msg.pipe.live .pipe-icon:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:2px solid var(--accent-blue);opacity:.25;animation:pulse-ring 1.4s ease-out infinite}.app-shell .msg.pipe .pipe-body{flex:1;font-size:12px;line-height:1.5;color:var(--text-secondary)}.app-shell .msg.pipe.live .pipe-body{color:var(--text-primary)}.app-shell .msg.pipe .pipe-body b{color:var(--text-primary);font-weight:600}.app-shell .msg.pipe .pipe-time{font-size:10px;color:var(--text-tertiary);margin-top:1px;font-feature-settings:"tnum"}.app-shell .section-status{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:500;margin-left:14px;vertical-align:middle;text-transform:none;letter-spacing:0;color:var(--text-tertiary)}.app-shell .section-status .ss-icon{width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:700}.app-shell .section-status.done .ss-icon{background:var(--success-green);color:#fff}.app-shell .section-status.done{color:var(--success-green)}.app-shell .section-status.live .ss-icon{background:var(--accent-blue);color:#fff;position:relative}.app-shell .section-status.live .ss-icon:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:2px solid var(--accent-blue);opacity:.25;animation:pulse-ring 1.4s ease-out infinite}.app-shell .section-status.live{color:var(--accent-blue)}.app-shell .section-status.queued .ss-icon{border:1px dashed var(--border-strong);background:transparent;color:var(--text-tertiary)}.app-shell .canvas-doc .bn-container,.app-shell .canvas-doc .bn-editor{background:transparent;font-family:inherit}.app-shell .canvas-doc .bn-editor{padding:0!important}.app-shell .canvas-doc .bn-editor .bn-block-content[data-content-type=heading][data-level="1"]{font-size:30px;font-weight:700;letter-spacing:-.02em;margin:40px 0 14px;line-height:1.25;color:var(--text-primary)}.app-shell .canvas-doc .bn-editor .bn-block-outer:has(>.bn-block>.bn-block-content[data-content-type=heading][data-level="2"]){border-bottom:1px solid var(--border);padding-bottom:6px;margin-bottom:4px}.app-shell .canvas-doc .bn-editor .bn-block-content[data-content-type=heading][data-level="2"]{font-size:22px;font-weight:650;letter-spacing:-.012em;margin:32px 0 12px;line-height:1.3;color:var(--text-primary)}.app-shell .canvas-doc .bn-editor .bn-block-content[data-content-type=heading][data-level="3"]{font-size:17px;font-weight:600;letter-spacing:-.01em;margin:24px 0 8px;line-height:1.35;color:var(--doc-accent)}.app-shell .canvas-doc .bn-editor .bn-block-content[data-content-type=heading][data-level="4"]{font-size:15px;font-weight:600;letter-spacing:-.005em;margin:20px 0 6px;line-height:1.4;color:var(--text-primary)}.app-shell .canvas-doc .bn-editor .bn-block-content[data-content-type=paragraph]{font-size:15px;line-height:1.65;color:var(--doc-ink);margin:8px 0}.app-shell .canvas-doc .bn-editor .bn-block-content[data-content-type=bulletListItem],.app-shell .canvas-doc .bn-editor .bn-block-content[data-content-type=numberedListItem]{font-size:15px;line-height:1.65;color:var(--doc-ink)}.app-shell .canvas-doc .bn-editor .bn-inline-content code{background:var(--doc-inline-code-bg);color:var(--doc-inline-code-ink);padding:1.5px 6px;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,SF Mono,monospace;font-size:.9em}.app-shell .canvas-doc .bn-editor .bn-block-content[data-content-type=codeBlock]{background:var(--doc-code-bg)!important;border:1px solid var(--doc-code-border);border-radius:8px;margin:16px 0 20px}.app-shell .canvas-doc .bn-editor .bn-block-content[data-content-type=codeBlock] pre{padding:14px 18px;color:var(--doc-code-ink);font-size:13px;line-height:1.55}.app-shell .canvas-doc .bn-editor .bn-inline-content strong{color:var(--doc-strong);font-weight:650}.app-shell .canvas-doc .bn-editor .bn-block-content[data-content-type=quote]{background:var(--doc-inline-code-bg);border-left:3px solid var(--doc-accent);border-radius:0 6px 6px 0;padding:8px 14px;margin:16px 0}.app-shell .canvas-doc .bn-editor .bn-block-content[data-content-type=quote] blockquote{border-left:none;color:var(--doc-quote-ink);font-style:italic;padding-left:0;margin:0}.app-shell .canvas-doc .bn-editor .bn-block-outer[data-prev-type=bulletListItem]:has(>.bn-block>.bn-block-content:not([data-content-type=bulletListItem])),.app-shell .canvas-doc .bn-editor .bn-block-outer[data-prev-type=numberedListItem]:has(>.bn-block>.bn-block-content:not([data-content-type=numberedListItem])),.app-shell .canvas-doc .bn-editor .bn-block-outer[data-prev-type=checkListItem]:has(>.bn-block>.bn-block-content:not([data-content-type=checkListItem])){margin-top:16px}.app-shell .canvas-doc .bn-editor table{border-collapse:separate;border-spacing:0;width:100%;margin:18px 0 22px;font-size:13.5px;border:1px solid var(--border);border-radius:8px;overflow:hidden}.app-shell .canvas-doc .bn-editor th,.app-shell .canvas-doc .bn-editor td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border)}.app-shell .canvas-doc .bn-editor th{background:var(--doc-table-head-bg);font-weight:600;color:var(--text-tertiary);font-size:11.5px;letter-spacing:.04em;text-transform:uppercase}.app-shell .canvas-doc .bn-editor td{color:var(--doc-ink)}.app-shell .canvas-doc .bn-editor th:first-child,.app-shell .canvas-doc .bn-editor td:first-child{white-space:nowrap}.app-shell .canvas-doc .bn-editor tr:last-child td,.app-shell .canvas-doc .bn-editor tr:last-child th{border-bottom:none}.app-shell .canvas-doc .bn-editor tr:nth-child(2n) td{background:var(--doc-zebra)}.app-shell .rightrail [class*=MuiOutlinedInput-root]{background:var(--surface-2)!important;color:var(--text-primary)!important}.app-shell .rightrail [class*=MuiOutlinedInput-root]:hover{background:var(--surface-hover)!important}.app-shell .rightrail [class*=MuiOutlinedInput-root].Mui-focused{background:var(--surface)!important}.app-shell .rightrail [class*=MuiInputBase-input]{color:var(--text-primary)!important}.app-shell .rightrail [class*=MuiInputBase-input]::placeholder{color:var(--text-tertiary)!important;opacity:1}.app-shell .rightrail>div>div>div:first-child{background:var(--surface)!important}.app-shell .rightrail .MuiTypography-root{color:inherit}.app-shell .messages>.msg.agent:has(>.checkpoint-card),.app-shell .messages>.msg.agent:has(>.agent-question-card),.app-shell .messages>.msg.agent:has(>.tool-step-card),.app-shell .messages>.msg.agent:has(>.inline-edit-card){align-self:stretch;max-width:100%;background:transparent;padding:0;border-radius:0}.app-shell .checkpoint-card{background:transparent;border:none;border-radius:0;padding:0;box-shadow:none}.app-shell .checkpoint-card[data-disabled]{opacity:.6}.app-shell .checkpoint-card-tag{display:inline-block;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:10.5px;font-weight:600;color:var(--text-secondary);background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:2px 8px;letter-spacing:.04em;text-transform:lowercase;margin-bottom:8px}.app-shell .checkpoint-card-title{font-size:14px;font-weight:500;color:var(--text-primary);margin-bottom:4px;line-height:1.35}.app-shell .checkpoint-card-summary{font-size:12.5px;color:var(--text-secondary);line-height:1.5;margin-bottom:12px}.app-shell .checkpoint-card-summary h1,.app-shell .checkpoint-card-summary h2,.app-shell .checkpoint-card-summary h3,.app-shell .checkpoint-card-summary h4{font-size:13px;font-weight:700;color:var(--text-primary);margin:6px 0 4px;letter-spacing:-.01em}.app-shell .checkpoint-card-summary p{margin:4px 0}.app-shell .checkpoint-card-summary ul,.app-shell .checkpoint-card-summary ol{margin:4px 0 6px;padding-left:20px}.app-shell .checkpoint-card-summary li{margin:2px 0}.app-shell .checkpoint-card-summary code{font-size:11.5px;background:var(--surface-2);padding:1px 4px;border-radius:4px}.app-shell .checkpoint-card-summary table{border-collapse:collapse;font-size:11.5px;margin:6px 0;width:auto;min-width:60%}.app-shell .checkpoint-card-summary th,.app-shell .checkpoint-card-summary td{border:1px solid var(--border);padding:4px 8px;text-align:left}.app-shell .checkpoint-card-summary th{background:var(--surface-2);font-weight:600;color:var(--text-primary)}.app-shell .checkpoint-card-summary td:last-child{text-align:right}.app-shell .checkpoint-card-summary strong{color:var(--text-primary)}.app-shell .checkpoint-card-actions{display:flex;gap:6px;flex-wrap:wrap}.app-shell .checkpoint-card-actions .btn{height:28px;padding:0 14px;font-size:12px}.app-shell .checkpoint-card-actions-parallel{row-gap:6px}.app-shell .checkpoint-card-actions-parallel .btn{flex:0 1 auto;min-width:0;white-space:nowrap}.app-shell .agent-question-card{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent-blue);border-radius:12px;padding:12px 14px;box-shadow:var(--shadow-sm)}.app-shell .agent-question-card[data-disabled]{opacity:.65}.app-shell .agent-question-tag{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:11px;font-weight:600;color:var(--accent-blue);margin-bottom:6px;letter-spacing:.01em;display:flex;align-items:center;gap:4px}.app-shell .agent-question-text{font-size:14px;color:var(--text-primary);line-height:1.5;margin-bottom:12px;white-space:pre-wrap}.app-shell .agent-question-options{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.app-shell .agent-question-chip{padding:6px 12px;font-size:12px;font-weight:600;color:var(--text-primary);background:var(--surface);border:1px solid var(--border-strong);border-radius:999px;cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .1s ease,border-color .1s ease}.app-shell .agent-question-chip:hover:not(:disabled){background:var(--accent-blue-bg);border-color:var(--accent-blue)}.app-shell .agent-question-chip:disabled{cursor:not-allowed}.app-shell .suggestion-chips{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0 4px}.app-shell .rightrail .suggestion-chips-slot{display:flex;align-items:flex-end}.app-shell .rightrail .suggestion-chips-slot .suggestion-chips{flex:1;margin:0 24px;padding-left:38px}.app-shell.no-canvas .rightrail .suggestion-chips-slot{width:100%;max-width:1080px;margin-left:0;margin-right:auto;box-sizing:border-box}.app-shell.no-canvas .rightrail .composer-pill{width:calc(100% - 48px);max-width:1032px}.app-shell .agent-question-freeform{display:flex;gap:8px;align-items:flex-end}.app-shell .agent-question-input{flex:1;padding:8px 10px;font-size:13px;line-height:1.4;border:1px solid var(--border-strong);border-radius:8px;outline:none;font-family:inherit;resize:vertical;min-height:36px;background:var(--surface);color:var(--text-primary)}.app-shell .agent-question-input:focus{border-color:var(--accent-blue)}.app-shell .agent-question-input:disabled{background:var(--surface-2)}.app-shell .agent-question-freeform .btn{height:36px;padding:0 14px;font-size:12px;align-self:stretch}.app-shell .messages>.msg.tool{align-self:flex-start;max-width:100%}.app-shell .tool-step-card{display:inline-flex;align-items:center;gap:8px;font-family:SF Mono,Menlo,Monaco,monospace;font-size:11.5px;color:var(--text-secondary);white-space:nowrap}.app-shell .tool-step-card .tool-step-status.ok{color:var(--success-green);font-weight:700}.app-shell .tool-step-card .tool-step-status.err{color:#991b1b;font-weight:700}.app-shell .tool-step-card .tool-step-status.run{color:var(--accent-blue);font-weight:700}.app-shell .qa-report-card{margin-top:12px;padding:12px;background:var(--surface);border:1px solid var(--border);border-radius:8px;font-size:12.5px;color:var(--text-secondary);width:100%;max-width:100%;box-sizing:border-box;font-family:Adobe Clean,Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;white-space:normal}.app-shell .qa-report-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.app-shell .qa-report-pill{display:inline-block;padding:4px 10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:4px}.app-shell .qa-report-pill.pass{background:var(--success-green-bg);color:var(--success-green)}.app-shell .qa-report-pill.fail{background:#ffeeec;color:#991b1b}.app-shell .qa-report-score{font-size:14px;font-weight:600;color:var(--text-primary)}.app-shell .qa-report-threshold{font-size:11px;color:var(--text-tertiary)}.app-shell .qa-report-sections{display:flex;flex-direction:column;gap:14px;margin-bottom:12px}.app-shell .qa-report-section{display:flex;flex-direction:column;gap:6px}.app-shell .qa-report-section-header{display:grid;grid-template-columns:100px 1fr 40px;align-items:center;gap:10px}.app-shell .qa-report-section-label{font-size:12px;font-weight:600;color:var(--text-primary)}.app-shell .qa-report-section-bar{position:relative;height:6px;background:var(--surface-2);border-radius:3px;overflow:hidden;border:1px solid var(--border);width:100%}.app-shell .qa-report-section-bar-fill{height:100%;transition:width .2s ease;border-radius:3px}.app-shell .qa-report-section-value{text-align:right;font-size:12px;font-weight:600;color:var(--text-primary)}.app-shell .qa-report-section-issues{padding-left:12px;margin-top:4px;display:flex;flex-direction:column;gap:6px}.app-shell .qa-report-section-issues-count{font-size:11px;font-weight:500;color:var(--text-tertiary);margin-bottom:2px}.app-shell .qa-report-section-issue{display:grid;grid-template-columns:20px 1fr;gap:6px;font-size:11.5px;line-height:1.5}.app-shell .qa-report-section-issue-icon{font-size:14px}.app-shell .qa-report-section-issue-description{color:var(--text-secondary);overflow-wrap:anywhere;word-break:break-word}.app-shell .qa-report-section-issue-description p{margin:0}.app-shell .qa-report-section-no-issues{padding-left:12px;font-size:11px;color:var(--text-tertiary);font-style:italic}.app-shell .qa-report-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 0;background:transparent;border:none;font-size:12px;font-weight:600;color:var(--text-primary);cursor:pointer;font-family:inherit;text-align:left}.app-shell .qa-report-toggle:hover{color:var(--accent-blue)}.app-shell .qa-report-toggle-icon{font-size:10px;color:var(--text-tertiary)}.app-shell .qa-report-recommendations,.app-shell .qa-report-scoring{margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.app-shell .qa-report-recommendations-content,.app-shell .qa-report-scoring-content{margin-top:8px;font-size:11.5px;line-height:1.6;color:var(--text-secondary);overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap}.app-shell .qa-report-recommendations-content p,.app-shell .qa-report-scoring-content p{margin:0 0 8px}.app-shell .qa-report-recommendations-content p:last-child,.app-shell .qa-report-scoring-content p:last-child{margin-bottom:0}.app-shell .qa-report-summary{margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.app-shell .qa-report-summary-label{font-size:12px;font-weight:600;color:var(--text-primary);margin-bottom:6px}.app-shell .qa-report-summary p{margin:0;font-size:12px;line-height:1.6;color:var(--text-secondary);overflow-wrap:anywhere;word-break:break-word}.app-shell .qa-report-categories{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.app-shell .qa-report-category{display:grid;grid-template-columns:100px 1fr 40px;align-items:center;gap:10px}.app-shell .qa-report-category-label{font-size:12px;font-weight:500;color:var(--text-primary)}.app-shell .qa-report-category-bar{position:relative;height:6px;background:var(--surface-2);border-radius:3px;overflow:hidden;border:1px solid var(--border);width:100%}.app-shell .qa-report-category-bar-fill{height:100%;transition:width .2s ease;border-radius:3px}.app-shell .qa-report-category-value{text-align:right;font-size:12px;font-weight:600;color:var(--text-primary)}.app-shell .qa-report-issues{margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.app-shell .qa-report-issues-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:6px 0;background:transparent;border:none;font-size:12px;font-weight:600;color:var(--text-primary);cursor:pointer;font-family:inherit;text-align:left}.app-shell .qa-report-issues-toggle:hover{color:var(--accent-blue)}.app-shell .qa-report-issues-toggle-icon{font-size:10px;color:var(--text-tertiary)}.app-shell .qa-report-issues-list{margin-top:8px;display:flex;flex-direction:column;gap:8px}.app-shell .qa-report-issue{display:grid;grid-template-columns:20px auto 1fr;gap:8px;font-size:11.5px;line-height:1.5}.app-shell .qa-report-issue-icon{font-size:14px}.app-shell .qa-report-issue-category{font-weight:600;color:var(--text-secondary);white-space:nowrap}.app-shell .qa-report-issue-description{color:var(--text-secondary);overflow-wrap:anywhere;word-break:break-word}.app-shell .qa-report-issue-description p{margin:0}.app-shell .qa-report-no-issues{padding:8px 0;font-size:12px;color:var(--text-tertiary);font-style:italic}.app-shell .inline-edit-card{background:var(--surface);border:1px solid var(--accent-blue);border-radius:12px;padding:12px 14px;box-shadow:0 0 0 4px #1473e614}.app-shell .inline-edit-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.app-shell .inline-edit-card-tag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent-blue);display:inline-flex;align-items:center;gap:5px}.app-shell .inline-edit-card-diff{font-size:12px;line-height:1.5;border-radius:8px;overflow:hidden;border:1px solid var(--border)}.app-shell .inline-edit-card-diff>div{padding:6px 10px}.app-shell .inline-edit-card-diff .removed{background:#ffeeec;color:#991b1b;text-decoration:line-through;text-decoration-color:#991b1b66;border-bottom:1px solid var(--border)}.app-shell .inline-edit-card-diff .added{background:#e8f4ef;color:#064e3b}html[data-ajo-theme=dark] .app-shell .inline-edit-card-diff .removed{background:#f0443824;color:#f97066;text-decoration-color:#f9706680}html[data-ajo-theme=dark] .app-shell .inline-edit-card-diff .added{background:var(--success-green-bg);color:var(--success-green)}.app-shell .inline-edit-card-actions{display:flex;gap:8px;margin-top:10px}.app-shell .inline-edit-card-actions .btn{height:28px;padding:0 12px;font-size:12px}.app-shell .inline-edit-card-rationale{font-size:11.5px;color:var(--text-tertiary);margin-top:8px;font-style:italic}.app-shell .msg.agent{white-space:normal}.app-shell .msg.agent p{margin:0;white-space:pre-wrap}.app-shell .msg.agent p+p{margin-top:8px}.app-shell .msg.agent ul,.app-shell .msg.agent ol{margin:6px 0;padding-left:20px}.app-shell .msg.agent li{margin:2px 0}.app-shell .msg.agent :not(pre)>code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.92em;background:var(--surface-2);border:1px solid var(--border);padding:1px 5px;border-radius:4px;white-space:break-spaces}.app-shell .msg.agent strong{font-weight:600}.app-shell .msg.agent a{color:var(--accent-blue);text-decoration:underline;text-decoration-color:#1473e666;text-underline-offset:2px;transition:text-decoration-color .1s}.app-shell .msg.agent a:hover,.app-shell .msg.agent a:focus-visible{text-decoration-color:var(--accent-blue)}.app-shell .msg.agent em{font-style:italic}.app-shell .canvas-doc.welcome-doc{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 136px);margin:0 0 40px}.app-shell .welcome-hero{width:100%;max-width:560px;text-align:center;display:flex;flex-direction:column;align-items:center}.app-shell .welcome-mark{width:48px;height:48px;border-radius:12px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);display:inline-flex;align-items:center;justify-content:center;font-size:18px;color:var(--accent-blue);margin-bottom:18px}.app-shell .welcome-title{font-size:30px;font-weight:650;letter-spacing:-.025em;color:var(--text-primary);margin:0 0 8px;line-height:1.2}.app-shell .welcome-sub{font-size:14px;line-height:1.55;color:var(--text-secondary);margin:0 0 22px;max-width:460px}.app-shell .welcome-quickrow{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.app-shell .welcome-quick{height:30px;padding:0 14px;border-radius:999px;border:1px solid var(--border-strong);background:var(--surface);color:var(--text-secondary);font-family:inherit;font-size:12.5px;font-weight:500;cursor:pointer;transition:background .1s,border-color .1s,color .1s;white-space:nowrap}.app-shell .welcome-quick:hover{background:var(--surface-2);border-color:var(--text-primary);color:var(--text-primary)}.app-shell .canvas-doc{--bn-colors-editor-text: var(--text-primary);--bn-colors-editor-background: transparent;--bn-colors-menu-text: var(--text-primary);--bn-colors-menu-background: var(--surface);--bn-colors-tooltip-text: var(--text-primary);--bn-colors-tooltip-background: var(--surface);--bn-colors-hovered-text: var(--text-primary);--bn-colors-hovered-background: var(--surface-2);--bn-colors-selected-text: var(--text-primary);--bn-colors-selected-background: var(--accent-blue-bg);--bn-colors-disabled-text: var(--text-tertiary);--bn-colors-disabled-background: var(--surface-2);--bn-colors-shadow: rgba(0,0,0,.06);--bn-colors-border: var(--border);--bn-colors-side-menu: var(--text-tertiary)}.app-shell .msg.agent .rich-table-wrap{overflow-x:auto;margin:8px 0;border:1px solid var(--border);border-radius:8px;background:var(--surface);-webkit-overflow-scrolling:touch}.app-shell .msg.agent .rich-table-wrap table{width:100%;border-collapse:collapse;font-size:12.5px}.app-shell .msg.agent .rich-table-wrap th,.app-shell .msg.agent .rich-table-wrap td{padding:7px 10px;text-align:left;border-bottom:1px solid var(--border);vertical-align:top}.app-shell .msg.agent .rich-table-wrap th:first-child,.app-shell .msg.agent .rich-table-wrap td:first-child{white-space:nowrap}.app-shell .msg.agent .rich-table-wrap th{background:var(--surface-2);font-weight:600;color:var(--text-secondary);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.app-shell .msg.agent .rich-table-wrap tbody tr:nth-child(2n){background:var(--surface-2)}.app-shell .msg.agent .rich-table-wrap tbody tr:last-child td{border-bottom:none}.app-shell .msg.agent .rich-code-block{position:relative;margin:8px 0;white-space:normal}.app-shell .msg.agent .rich-code-block pre,.app-shell .msg.agent .rich-code-block div[class*=language-]{white-space:pre}.app-shell .msg.agent .rich-code-lang{position:absolute;top:6px;left:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary);background:var(--surface);padding:1px 6px;border:1px solid var(--border);border-radius:4px;pointer-events:none;z-index:1}.app-shell .msg.agent .rich-code-copy{position:absolute;top:6px;right:8px;padding:2px 8px;border-radius:4px;border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);font-family:inherit;font-size:11px;cursor:pointer;opacity:0;transition:opacity .1s,color .1s,border-color .1s;z-index:1}.app-shell .msg.agent .rich-code-block:hover .rich-code-copy,.app-shell .msg.agent .rich-code-copy:focus-visible{opacity:1}.app-shell .msg.agent .rich-code-copy:hover{color:var(--text-primary);border-color:var(--text-primary)}.app-shell .msg.agent .rich-code-block pre{margin:0;background:var(--surface-2)}.app-shell .msg.agent blockquote{margin:8px 0;padding:4px 12px;border-left:3px solid var(--accent-blue);background:var(--accent-blue-bg);color:var(--text-secondary);border-radius:0 6px 6px 0}.app-shell .msg.agent blockquote p{margin:0}.app-shell .msg.agent blockquote p+p{margin-top:6px}.app-shell .msg.agent ul.task-list{list-style:none;padding-left:4px}.app-shell .msg.agent li.task-item{display:flex;align-items:flex-start;gap:8px;margin:2px 0}.app-shell .msg.agent li.task-item>input[type=checkbox]{margin-top:4px;accent-color:var(--accent-blue);cursor:default}.app-shell .msg.agent del{color:var(--text-tertiary)}.app-shell .msg.agent .rich-img,.app-shell .msg.agent img{max-width:100%;height:auto;border-radius:8px;border:1px solid var(--border);display:block;margin:8px 0}.app-shell .msg.agent h1,.app-shell .msg.agent h2,.app-shell .msg.agent h3,.app-shell .msg.agent h4{margin:10px 0 4px;line-height:1.3;font-weight:650;color:var(--text-primary)}.app-shell .msg.agent h1{font-size:16px}.app-shell .msg.agent h2{font-size:15px}.app-shell .msg.agent h3{font-size:14px}.app-shell .msg.agent h4{font-size:13px}.app-shell .msg.agent hr{border:none;border-top:1px solid var(--border);margin:10px 0}.app-shell .msg.agent .katex-display{margin:8px 0;overflow-x:auto;overflow-y:hidden}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f111573;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.modal-backdrop.modal-backdrop-top{align-items:flex-start}.modal-backdrop.modal-backdrop-top .modal-card{margin-top:8vh;max-height:calc(92vh - 48px)}.modal-card{background:var(--surface);width:min(560px,100%);max-height:calc(100vh - 48px);border-radius:12px;box-shadow:0 24px 48px #0f11152e,0 4px 12px #0f111514;display:flex;flex-direction:column;overflow:hidden}.modal-card.confirm-dialog{width:min(440px,100%)}.confirm-dialog-message{font-size:14px;color:var(--text-secondary);line-height:1.55;white-space:pre-wrap}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 12px;border-bottom:1px solid var(--soft-border)}.modal-header h2{margin:0;font-size:16px;font-weight:600;color:var(--text-primary)}.modal-close{background:transparent;border:none;cursor:pointer;font-size:22px;line-height:1;color:var(--text-secondary);padding:4px 8px;border-radius:6px}.modal-close:hover:not(:disabled){background:var(--surface-hover);color:var(--text-primary)}.modal-close:disabled{opacity:.5;cursor:not-allowed}.modal-body{padding:16px 20px 8px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.modal-field{display:flex;flex-direction:column;gap:6px}.modal-label{font-size:12px;font-weight:600;color:var(--text-primary);display:flex;align-items:center;gap:6px}.modal-req{font-size:10px;font-weight:500;color:#b42318;background:#fef3f2;padding:2px 6px;border-radius:4px}.modal-hint{font-size:11px;font-weight:400;color:var(--text-secondary)}.modal-input,input.modal-input{border:1px solid var(--border-strong)!important;border-radius:8px!important;padding:10px 12px!important;font-size:13px!important;color:var(--text-primary)!important;background:var(--surface)!important;outline:none;transition:border-color .12s ease;caret-color:var(--text-primary)}.modal-input::placeholder{color:var(--text-tertiary)!important;opacity:1}.modal-input:focus{border-color:var(--accent-blue)!important;background:var(--surface)!important}.modal-input:disabled{background:var(--surface-2)!important;color:var(--text-tertiary)!important}.modal-input:-webkit-autofill,.modal-input:-webkit-autofill:hover,.modal-input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text-primary);-webkit-box-shadow:0 0 0 1000px var(--surface) inset;box-shadow:0 0 0 1000px var(--surface) inset;caret-color:var(--text-primary);transition:background-color 5000s ease-in-out 0s}.modal-drop{display:flex;flex-direction:column;gap:8px}.modal-drop-list{gap:6px}.modal-drop-btn{border:1px dashed var(--border-strong);border-radius:8px;padding:12px;background:var(--surface-2);color:var(--text-secondary);font-size:13px;cursor:pointer;text-align:left;transition:background .12s ease,border-color .12s ease}.modal-drop-btn:hover:not(:disabled){background:var(--surface-hover);border-color:var(--text-tertiary);color:var(--text-primary)}.modal-drop-btn:disabled{opacity:.6;cursor:not-allowed}.modal-file-chip{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;background:var(--surface-hover);border:1px solid var(--border)}.modal-file-info{flex:1;min-width:0}.modal-file-name{font-size:12px;color:var(--text-primary);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal-file-meta{font-size:10.5px;color:var(--text-secondary);font-feature-settings:"tnum"}.modal-file-remove{border:none;background:transparent;cursor:pointer;font-size:16px;color:var(--text-secondary);padding:2px 6px;border-radius:4px}.modal-file-remove:hover:not(:disabled){background:var(--border);color:var(--text-primary)}.modal-file-remove:disabled{opacity:.5;cursor:not-allowed}.modal-error{font-size:12px;color:#b42318;background:#fef3f2;border:1px solid #FECDCA;padding:8px 10px;border-radius:6px}.modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 20px 16px;border-top:1px solid var(--soft-border)}.modal-btn{padding:9px 16px;font-size:13px;font-weight:500;border-radius:8px;cursor:pointer;transition:background .12s ease,color .12s ease}.modal-btn:disabled{opacity:.6;cursor:not-allowed}.modal-btn-ghost{background:transparent;border:1px solid var(--border-strong);color:var(--text-primary)}.modal-btn-ghost:hover:not(:disabled){background:var(--surface-hover)}.modal-btn-primary{background:var(--primary);border:1px solid var(--primary);color:var(--surface)}.modal-btn-primary:hover:not(:disabled){background:var(--primary-hover);border-color:var(--primary-hover)}.modal-btn-danger{background:#b42318;border:1px solid #B42318;color:#fff}.modal-btn-danger:hover:not(:disabled){background:#912018;border-color:#912018}.project-settings-modal{max-width:560px}.modal-body-scroll{max-height:70vh;overflow-y:auto}.modal-section{padding:14px 0;border-bottom:1px solid var(--soft-border)}.modal-section:last-child{border-bottom:none}.modal-section-title{font-size:13px;font-weight:600;color:var(--text-primary);margin-bottom:6px}.modal-section-hint{font-size:12px;color:var(--text-secondary);margin-bottom:10px;line-height:1.5}.modal-section-empty{font-size:12px;color:var(--text-tertiary);padding:8px 0}.modal-section-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.modal-section-danger{margin-top:6px;padding:14px;border:1px solid #FECDCA;border-radius:8px;background:snow}.modal-section-danger .modal-section-title{color:#b42318}html[data-ajo-theme=dark] .modal-req{background:#f0443824;color:#f97066}html[data-ajo-theme=dark] .modal-error{background:#f044381f;border-color:#f0443859;color:#f97066}html[data-ajo-theme=dark] .modal-section-danger{background:#f0443814;border-color:#f044384d}html[data-ajo-theme=dark] .modal-section-danger .modal-section-title{color:#f97066}.modal-file-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.modal-file-row{display:flex;align-items:center;gap:8px;padding:6px 8px;border:1px solid var(--soft-border);border-radius:6px;font-size:13px;color:var(--text-primary)}.modal-file-row .modal-file-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-file-action{font-size:12px;color:var(--accent-blue);text-decoration:none}.modal-file-action:hover{text-decoration:underline}.app-shell .canvas-area{position:relative}.file-preview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--surface);display:flex;flex-direction:column;z-index:50}.file-preview-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-bottom:1px solid var(--soft-border);background:var(--surface-2);gap:12px}.file-preview-title{display:flex;align-items:center;gap:10px;min-width:0;flex:1;font-size:13px;font-weight:500;color:var(--text-primary)}.file-preview-title>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-preview-actions{display:flex;gap:8px;flex-shrink:0}.file-preview-body{flex:1;overflow:auto;background:#f3f3f5;display:flex;align-items:stretch;justify-content:center}.file-preview-frame{width:100%;height:100%;border:none;background:#fff}.file-preview-office{position:relative;width:100%;height:100%;display:flex}.file-preview-office-fallback{position:absolute;top:12px;right:16px;z-index:2;padding:6px 12px;border-radius:6px;background:#141418d9;color:#fff;font-size:12px;font-weight:500;text-decoration:none;box-shadow:0 2px 8px #0000002e}.file-preview-office-fallback:hover{background:#141418}.file-preview-image{max-width:100%;max-height:100%;object-fit:contain;margin:auto;background:#fff;box-shadow:0 2px 8px #0000000f}.file-preview-fallback{margin:auto;text-align:center;padding:32px;display:flex;flex-direction:column;align-items:center;gap:12px;max-width:420px}.file-preview-fallback-icon{transform:scale(1.5);margin-bottom:8px}.file-preview-fallback-title{font-size:14px;font-weight:600;color:#1a1a1f}.file-preview-fallback-msg{font-size:13px;color:#6b6b73;line-height:1.5}.file-preview-fallback-actions{margin-top:8px}.file-preview-fallback-actions a{text-decoration:none}.file-preview-dismiss{position:absolute;top:12px;right:16px;z-index:5;width:28px;height:28px;border-radius:50%;border:1px solid var(--border-strong);background:var(--surface);color:var(--text-primary);font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000000f}.file-preview-dismiss:hover{background:var(--surface-hover)}.tree-context-menu{position:fixed;z-index:200;background:var(--surface);color:var(--text-primary);border:1px solid var(--border-strong);border-radius:8px;padding:4px 0;min-width:160px;box-shadow:0 6px 24px #0000001f;font-size:13px}.tree-context-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:7px 12px;background:transparent;border:none;color:var(--text-primary);text-align:left;cursor:pointer;font-size:13px}.tree-context-menu-item:hover:not(:disabled){background:var(--surface-hover)}.tree-context-menu-item:disabled{opacity:.45;cursor:not-allowed}.tree-context-menu-danger{color:#b42318}.tree-context-menu-danger:hover:not(:disabled){background:#fef3f2}html[data-ajo-theme=dark] .tree-context-menu-danger{color:#f97066}html[data-ajo-theme=dark] .tree-context-menu-danger:hover:not(:disabled){background:#f0443824}.tree-row-missing .tree-label{opacity:.55;font-style:italic}.tree-row-missing{cursor:not-allowed!important}.docx-viewer{width:100%;max-width:880px;margin:0 auto;padding:32px 48px 64px;background:#fff;color:#1a1a1f;font-size:14px;line-height:1.6;overflow:auto;box-shadow:0 2px 12px #00000014;border-radius:4px}.docx-viewer-loading,.docx-viewer-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px;color:#6b6b73;font-size:13px;background:#f7f7fa;box-shadow:none}.docx-viewer h1,.docx-viewer h2,.docx-viewer h3,.docx-viewer h4{margin:1.4em 0 .4em;color:#0e0e11;line-height:1.25}.docx-viewer h1{font-size:22px}.docx-viewer h2{font-size:18px}.docx-viewer h3{font-size:15px}.docx-viewer p{margin:.6em 0}.docx-viewer ul,.docx-viewer ol{margin:.6em 0 .6em 24px}.docx-viewer li{margin:.2em 0}.docx-viewer table{border-collapse:collapse;margin:1em 0;width:100%;font-size:13px}.docx-viewer th,.docx-viewer td{border:1px solid #DCDCE3;padding:6px 10px;vertical-align:top}.docx-viewer th{background:#f4f4f7;font-weight:600}.docx-viewer img{max-width:100%;height:auto}.docx-viewer ::selection{background:#c7e0ff;color:#1a1a1f}.json-viewer{width:100%;height:100%;margin:0;padding:16px 20px;background:#fff;color:#1a1a1f;font-family:JetBrains Mono,SF Mono,Menlo,Consolas,monospace;font-size:12px;line-height:1.5;white-space:pre;overflow:auto}.json-viewer-loading,.json-viewer-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#6b6b73;font-family:inherit;white-space:normal;font-size:13px}body.ajo-inline-edit-open .bn-toolbar,body.ajo-inline-edit-open .mantine-Popover-dropdown:has(.bn-toolbar),body.ajo-inline-edit-open [data-mantine-popover-dropdown]:has(.bn-toolbar){display:none!important}@media (max-width: 900px){.app-shell{grid-template-columns:1fr;grid-template-rows:56px 1fr auto;grid-template-areas:"appbar" "center" "rightrail";height:100vh;height:100dvh}.app-shell .leftrail-resize,.app-shell .rightrail-resize{width:20px}.app-shell .tree-row{min-height:34px}.app-shell .rail-nav-item{padding-top:10px;padding-bottom:10px}.app-shell.no-canvas{grid-template-rows:56px 1fr;grid-template-areas:"appbar" "rightrail"}.app-shell.no-rightrail{grid-template-rows:56px 1fr;grid-template-areas:"appbar" "center"}.app-shell .leftrail{grid-area:unset;position:fixed;top:56px;bottom:0;left:0;width:var(--left-rail-w);z-index:50;transform:translate(-100%);transition:transform .2s ease;box-shadow:4px 0 14px #00000014}.app-shell .leftrail .leftrail-resize{display:none}.app-shell.show-leftrail .leftrail{transform:translate(0)}.app-shell .rightrail{border-left:none;border-top:1px solid var(--border)}.app-shell:not(.no-canvas) .rightrail{max-height:50vh}.app-shell .rightrail-resize{display:none}.app-shell .leftrail-mobile-toggle{display:inline-flex}.app-shell .panel-show-tab{top:60px;transform:none;writing-mode:horizontal-tb;flex-direction:row}.app-shell .panel-show-tab.canvas{left:0;border-left:1px solid var(--border-strong);border-radius:8px}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2) format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2) format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2) format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2) format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2) format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2) format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2) format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2) format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2) format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2) format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2) format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2) format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2) format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2) format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2) format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2) format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2) format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-LO58E6JB.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-CjBOestx.woff2) format("woff2"),url(/assets/inter-cyrillic-700-normal-DrXBdSj3.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2) format("woff2"),url(/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-C3JjAnD8.woff2) format("woff2"),url(/assets/inter-greek-700-normal-BUv2fZ6O.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2) format("woff2"),url(/assets/inter-vietnamese-700-normal-BZaoP0fm.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2) format("woff2"),url(/assets/inter-latin-ext-700-normal-TidjK2hL.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2) format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#09090b;color:#ececec}code{font-family:JetBrains Mono,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{height:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff0f;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#ffffff1f}
