.msg-view{display:flex;flex-direction:column;gap:16px}.msg-view .row{display:flex;align-items:flex-start;gap:6px}.msg-view .row.user{justify-content:flex-end}.msg-view .row.assistant{justify-content:flex-start}.msg-view .row.system{justify-content:center}.msg-view .row .msg-actions{align-self:center;display:flex;align-items:center;gap:2px;opacity:0;transition:opacity .15s}.msg-view .row:hover .msg-actions{opacity:.7}.msg-view .row.user .msg-actions{order:-1}.msg-view .row .act{border:none;background:transparent;cursor:pointer;color:var(--faint);font-size:13px;line-height:1;padding:2px 4px;transition:color .15s}.msg-view .row .act:hover{color:var(--accent)}.msg-view .row .act.del:hover{color:var(--danger)}.msg-view .user .bubble{max-width:78%;padding:10px 14px;border-radius:16px 16px 4px;background:var(--accent);color:#fff;font-size:15px;line-height:1.55;white-space:pre-wrap;word-break:break-word;box-shadow:var(--accent-glow)}.msg-view .row.user.peer{justify-content:flex-start}.msg-view .row.user.peer .msg-actions{order:1}.msg-view .user.peer .bubble{background:var(--card-2);color:var(--text);border:1px solid var(--border-2);border-radius:16px 16px 16px 4px;box-shadow:none}.msg-view .assistant .bubble{max-width:100%;font-size:15px;line-height:1.7;color:var(--text);word-break:break-word}.msg-view .bubble .from{display:block;font-size:11px;color:var(--muted);margin-bottom:4px;font-weight:600}.msg-view .user .bubble .msg-by{font-size:11px;opacity:.78;margin-bottom:4px}.msg-view .user.peer .bubble .msg-by{color:var(--accent);opacity:1}.msg-view .system .bubble{background:var(--hover);color:var(--muted);font-size:12px;padding:5px 12px;border-radius:999px;border:1px solid var(--border-2)}.msg-view .think-card{width:100%}.msg-view .think-head{display:inline-flex;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--muted);font-size:12.5px;background:var(--hover);border:1px solid var(--border-2);border-radius:999px;padding:4px 12px}.msg-view .think-head:hover{color:var(--text-2)}.msg-view .think-chev{font-size:10px;transition:transform .2s}.msg-view .think-card.collapsed .think-chev{transform:rotate(-90deg)}.msg-view .think-body{margin-top:8px;padding:10px 14px;border-left:2px solid var(--border-2);color:var(--muted);font-size:13.5px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.msg-view .prog-card{width:100%}.msg-view .prog-head{display:inline-flex;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--muted);font-size:12.5px;background:var(--hover);border:1px solid var(--border-2);border-radius:999px;padding:4px 12px}.msg-view .prog-head:hover{color:var(--text-2)}.msg-view .prog-card.collapsed .think-chev{transform:rotate(-90deg)}.msg-view .prog-head .prog-live{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:bailey-breathe 1.2s ease-in-out infinite}@keyframes bailey-breathe{0%,to{opacity:.25}50%{opacity:1}}.msg-view .prog-body{margin-top:8px;padding:8px 14px;border-left:2px solid var(--border-2);color:var(--muted);font-size:13px;line-height:1.8}.msg-view .files{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.msg-view .files img{max-width:180px;max-height:180px;border-radius:10px;display:block;transition:opacity .15s}.msg-view .files img:hover{opacity:.88}.msg-view .files .doc{background:var(--doc-bg);padding:6px 10px;border-radius:8px;font-size:13px;transition:background .15s,opacity .15s}.msg-view .user .files .doc{background:#fff3}.msg-view .files .doc[role=button]:hover{background:var(--doc-bg-hover)}.msg-view .user .files .doc[role=button]:hover{background:#ffffff52}.msg-view .user.peer .files .doc{background:var(--doc-bg)}.msg-view .user.peer .files .doc[role=button]:hover{background:var(--doc-bg-hover)}.msg-view .md>*:first-child{margin-top:0}.msg-view .md>*:last-child{margin-bottom:0}.msg-view .md p{margin:0 0 10px}.msg-view .md h1,.msg-view .md h2,.msg-view .md h3{margin:16px 0 8px;line-height:1.3;font-weight:650}.msg-view .md h1{font-size:20px}.msg-view .md h2{font-size:18px}.msg-view .md h3{font-size:16px}.msg-view .md ul,.msg-view .md ol{margin:0 0 10px;padding-left:22px}.msg-view .md li{margin:3px 0}.msg-view .md a{color:var(--accent);text-decoration:none}.msg-view .md a:hover{text-decoration:underline}.msg-view .md blockquote{margin:0 0 10px;padding:2px 14px;border-left:3px solid var(--border-2);color:var(--muted)}.msg-view .md code{font-family:Consolas,SFMono-Regular,Cascadia Code,monospace;font-size:13px;background:var(--code-bg);color:var(--code-text);padding:1.5px 6px;border-radius:6px}.msg-view .md pre{background:var(--pre-bg);border-radius:12px;padding:13px 15px;overflow-x:auto;margin:0 0 12px}.msg-view .md pre code{background:transparent;color:var(--pre-text);padding:0;font-size:13px;line-height:1.55}.msg-view .md hr{border:none;border-top:1px solid var(--border-2);margin:14px 0}.msg-view .typing span{display:inline-block;width:7px;height:7px;margin:0 2px;border-radius:50%;background:var(--faint);animation:bailey-blink 1.2s infinite both}.msg-view .typing span:nth-child(2){animation-delay:.2s}.msg-view .typing span:nth-child(3){animation-delay:.4s}@keyframes bailey-blink{0%,80%,to{opacity:.3}40%{opacity:1}}@media (hover: none){.msg-view .row .msg-actions{opacity:.55}}@media (max-width: 767px){.msg-view{gap:14px}.msg-view .user .bubble{max-width:88%}.msg-view .files img{max-width:140px;max-height:140px}}.bailey-chat{display:flex;flex-direction:column;height:100%;min-height:0;position:relative}.bailey-chat .jump-bottom{position:absolute;right:16px;bottom:12px;width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:var(--card);color:var(--text-2);font-size:16px;cursor:pointer;box-shadow:var(--shadow);z-index:5;transition:transform .15s,box-shadow .15s}.bailey-chat .jump-bottom:hover{transform:translateY(-2px)}.bailey-chat .chat-toolbar{display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:1px solid var(--border-2);flex:none}.bailey-chat .chat-dot{width:8px;height:8px;border-radius:50%;background:var(--faint);transition:background .3s}.bailey-chat .chat-dot.on{background:var(--ok);box-shadow:0 0 0 3px #34d3992e}.bailey-chat .chat-dot.off{background:var(--danger)}.bailey-chat .chat-status{margin-left:auto;font-size:12px;color:var(--muted);white-space:nowrap}.bailey-chat .chat-messages{flex:1 1 auto;min-height:0;overflow-y:auto;padding:20px 4px 24px;display:flex;flex-direction:column;gap:16px}.bailey-chat .attachments{display:flex;flex-wrap:wrap;gap:8px;padding:10px 0 0;flex:none}.bailey-chat .chip{display:flex;align-items:center;gap:6px;background:var(--hover);border:1px solid var(--border-2);border-radius:10px;padding:4px 8px;font-size:12px;max-width:200px}.bailey-chat .chip img{width:28px;height:28px;object-fit:cover;border-radius:5px}.bailey-chat .chip .name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bailey-chat .chip .x{color:var(--muted);cursor:pointer;padding:0 2px}.bailey-chat .chip .x:hover{color:var(--danger)}.bailey-chat .composer{display:flex;align-items:flex-end;gap:10px;padding-top:12px;flex:none}.bailey-chat .composer .grow{flex:1}@media (max-width: 767px){.bailey-chat .chat-toolbar{flex-wrap:wrap;row-gap:8px}.bailey-chat .chat-hint{display:none}.bailey-chat .chat-messages{padding:14px 2px 16px;gap:14px}.bailey-chat .composer textarea{font-size:16px}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}:root{--accent: #2684ff;--bg: #0f1115;--card: #17191d;--card-2: #1d1f24;--hover: #22252b;--border: #2a2d33;--border-2: #24272d;--text: #e6e8ec;--text-2: #c3c8d1;--muted: #8a909a;--faint: #5c626e;--danger: #ff6b5e;--ok: #34d399;--sel-bg: rgba(38, 132, 255, .16);--code-bg: rgba(38, 132, 255, .14);--code-text: #9db8ff;--pre-bg: #0d1118;--pre-text: #d6dbe6;--log-bg: #0a0b0e;--log-text: #cbd3e1;--doc-bg: rgba(255, 255, 255, .08);--doc-bg-hover: rgba(255, 255, 255, .14);--shadow: 0 2px 10px rgba(0, 0, 0, .45);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .5);--accent-glow: 0 2px 10px rgba(38, 132, 255, .35)}html[data-theme=light]{--bg: #f4f5f7;--card: #ffffff;--card-2: #f7f8fa;--hover: #f2f3f5;--border: #e6edf5;--border-2: #eef0f3;--text: #111827;--text-2: #4b5160;--muted: #8a909a;--faint: #bfc4cd;--danger: #ef4444;--ok: #22c55e;--sel-bg: #eef4ff;--code-bg: rgba(38, 132, 255, .1);--code-text: #1e63c9;--doc-bg: rgba(0, 0, 0, .05);--doc-bg-hover: rgba(0, 0, 0, .1);--shadow: 0 2px 10px rgba(0, 0, 0, .12);--shadow-lg: 0 12px 40px rgba(20, 24, 40, .08);--accent-glow: 0 2px 10px rgba(38, 132, 255, .22)}body{background:var(--bg);color:var(--text)}.auth-page{min-height:100vh}@supports (height: 100dvh){.auth-page{min-height:100dvh}}.app-shell{height:100vh}@supports (height: 100dvh){.app-shell{height:100dvh}}@media (max-width: 767px){.ant-table-content{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table-cell{white-space:nowrap}.ant-tabs-nav .ant-tabs-tab{padding-inline:2px}.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab{margin-inline-start:20px}}
