:root{color-scheme:dark;--bg: #07111a;--bg-alt: #0c1d28;--surface: rgba(8, 20, 29, .78);--surface-strong: rgba(9, 26, 39, .94);--surface-soft: rgba(171, 214, 255, .08);--surface-warm: rgba(255, 183, 77, .12);--border: rgba(171, 214, 255, .14);--border-strong: rgba(171, 214, 255, .3);--text: #eef5fb;--text-soft: #a9c1d4;--text-dim: #6e889b;--cyan: #66d9ef;--mint: #65e0a3;--gold: #ffbe63;--red: #ff7474;--violet: #9b8cff;--shadow: 0 24px 80px rgba(0, 0, 0, .42);--radius: 22px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:radial-gradient(circle at top left,rgba(102,217,239,.16),transparent 32%),radial-gradient(circle at top right,rgba(255,190,99,.14),transparent 28%),linear-gradient(180deg,#061018,#08131d 38%,#050a10);color:var(--text);font-family:Avenir Next,Segoe UI,sans-serif}body{min-height:100vh}button,input,select,textarea{font:inherit}@keyframes typingPulse{0%,60%,to{opacity:.2}30%{opacity:1}}.composer-pill{display:inline-flex;align-items:center;padding:1px 5px;border-radius:4px;font-size:12px;font-weight:500;line-height:1.35;white-space:nowrap;vertical-align:baseline;border:1px solid;-webkit-user-select:none;user-select:none;cursor:default}.composer-pill--participant{background-color:#3b82f626;border-color:#3b82f64d;color:#93bbfd}.composer-pill--all{background-color:#facc1526;border-color:#facc154d;color:#facc15}.composer-pill--department{background-color:#9b8cff26;border-color:#9b8cff4d;color:#9b8cff}.chat-composer-shell{box-shadow:inset 0 0 0 1px #ffffff0f;transition:box-shadow .14s ease}.chat-composer-shell:focus-within{box-shadow:inset 0 0 0 1px #78a7d7d1}.chat-header-title-markdown,.chat-header-title-markdown p,.chat-session-title-markdown,.chat-session-title-markdown p{min-width:0}.chat-header-title-markdown p,.chat-session-title-markdown p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.composer-editor .tiptap{outline:none;min-height:40px;max-height:120px;overflow-y:auto;padding:8px 0 6px;font-size:14px;line-height:1.5;color:#f1f5f9f5}.composer-editor .tiptap p{margin:0}.composer-editor .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#ffffff5c;pointer-events:none;height:0}.directive-editor{display:flex;flex-direction:column}.directive-editor>div{flex:1;display:flex;flex-direction:column}.directive-editor .tiptap{outline:none;flex:1;overflow-y:auto;font-size:12px;line-height:1.6;color:var(--text, #eef5fb);white-space:pre-wrap;word-break:break-word}.directive-editor .tiptap p{margin:0 0 4px}.directive-editor .tiptap p:last-child{margin-bottom:0}.directive-editor .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--text-dim, #6e889b);pointer-events:none;height:0}.directive-editor .tiptap ul,.directive-editor .tiptap ol{margin:4px 0;padding-left:20px}.directive-editor .tiptap li{margin-bottom:2px}.mention-pill{display:inline-flex;align-items:center;padding:1px 6px;border-radius:4px;font-size:12px;font-weight:500;line-height:1.4;white-space:nowrap;vertical-align:baseline;border:1px solid;-webkit-user-select:none;user-select:none;cursor:default}.mention-pill--agent{background-color:#66d9ef1f;border-color:#66d9ef47;color:#66d9ef}.mention-pill--department{background-color:#9b8cff1f;border-color:#9b8cff47;color:#9b8cff}.mention-pill--all{background-color:#facc151f;border-color:#facc1547;color:#facc15}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility,.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}
