:root{color-scheme:dark}.cc-chatpage{display:flex;flex-direction:column;height:100vh;padding-bottom:26px;max-width:1500px}.cc-chatpage .cc-pagehead{flex:0 0 auto;margin-bottom:20px}.cc-chat{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:304px 1fr;border:1px solid var(--hair);border-radius:16px;overflow:hidden;background:var(--panel)}.cc-chat-rail{border-right:1px solid var(--hair);background:var(--ground);overflow-y:auto;padding:14px 12px}.cc-chat-group{margin-bottom:20px}.cc-chat-grouplabel{font-size:10.5px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-3);margin:4px 8px 10px}.cc-conv{width:100%;display:flex;align-items:center;gap:11px;padding:9px 10px;border:0;border-radius:10px;background:transparent;text-align:left;cursor:pointer;color:var(--ink-2);transition:background .14s,color .14s}.cc-conv:hover{background:rgba(255,255,255,.04);color:var(--ink)}.cc-conv.on{background:rgba(0,138,190,.12);color:var(--ink);box-shadow:inset 2px 0 0 var(--blue)}.cc-conv-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.cc-conv-top{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.cc-conv-name{font-size:13.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-conv-time{font-size:10.5px;color:var(--ink-3);flex:0 0 auto;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cc-conv-sub{font-size:11.5px;color:var(--ink-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-av{width:34px;height:34px;border-radius:50%;object-fit:cover;flex:0 0 auto;background:var(--panel-2)}.cc-av-sm{width:22px;height:22px}.cc-av-lg{width:40px;height:40px}.cc-av-mono{display:flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:700;letter-spacing:.02em;color:var(--blue-bright);background:rgba(0,138,190,.14);border:1px solid rgba(0,138,190,.3)}.cc-av-sm.cc-av-mono{font-size:8.5px}.cc-roomglyph{display:flex;align-items:center;width:34px;flex:0 0 auto}.cc-roomglyph-face{display:inline-flex;margin-left:-9px;border-radius:50%;box-shadow:0 0 0 2px var(--ground)}.cc-roomglyph-face:first-child{margin-left:0}.cc-chat-main{display:flex;flex-direction:column;min-width:0;background:var(--ground)}.cc-chat-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;border-bottom:1px solid var(--hair)}.cc-chat-headline h2{margin:0;font-size:16px;font-weight:700;letter-spacing:-.01em}.cc-chat-headline p{margin:3px 0 0;font-size:11.5px;color:var(--ink-3)}.cc-chat-heads{display:flex}.cc-chat-heads span{display:inline-flex;margin-left:-7px;border-radius:50%;box-shadow:0 0 0 2px var(--ground)}.cc-chat-heads span:first-child{margin-left:0}.cc-chat-stream{flex:1 1 auto;min-height:0;overflow-y:auto;padding:22px 24px 8px}.cc-chat-day{display:flex;align-items:center;gap:14px;margin:18px 0;color:var(--ink-3);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase}.cc-chat-day:after,.cc-chat-day:before{content:"";flex:1 1;height:1px;background:var(--hair)}.cc-chat-empty{color:var(--ink-3);font-size:13px;line-height:1.7;max-width:460px;margin:40px auto;text-align:center}.cc-chat-empty-h{color:var(--ink);font-size:15px;font-weight:600;margin-bottom:8px}.cc-msg{display:flex;gap:12px;padding:3px 0}.cc-msg.grouped{padding-top:1px}.cc-msg-av{width:34px;flex:0 0 auto}.cc-msg-body{min-width:0;max-width:720px}.cc-msg-meta{display:flex;align-items:baseline;gap:9px;margin-bottom:3px}.cc-msg-author{font-size:13px;font-weight:700;color:var(--ink)}.cc-msg-role,.cc-msg-time{font-size:10.5px;color:var(--ink-3)}.cc-msg-time{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cc-msg-bubble{font-size:13.5px;line-height:1.62;color:rgba(255,255,255,.9);background:var(--panel);border:1px solid var(--hair);border-radius:4px 12px 12px 12px;padding:9px 13px;white-space:pre-wrap;word-break:break-word}.cc-msg.grouped .cc-msg-bubble{border-radius:12px}.cc-msg.mine{flex-direction:row-reverse}.cc-msg.mine .cc-msg-body{margin-left:auto}.cc-msg.mine .cc-msg-meta{flex-direction:row-reverse}.cc-msg.mine .cc-msg-bubble{background:rgba(0,138,190,.1);border-color:rgba(0,138,190,.34);color:#fff;border-radius:12px 4px 12px 12px}.cc-mention{color:var(--blue-bright);font-weight:600}.cc-chat-typing{display:flex;align-items:center;gap:5px;padding:10px 0 6px 46px;color:var(--ink-3);font-size:12px;font-style:italic}.cc-chat-typing em{margin-left:4px}.cc-dot{width:5px;height:5px;border-radius:50%;background:var(--blue);animation:ccblink 1.2s infinite both}.cc-dot:nth-child(2){animation-delay:.2s}.cc-dot:nth-child(3){animation-delay:.4s}@keyframes ccblink{0%,80%,to{opacity:.25}40%{opacity:1}}.cc-chat-composer{flex:0 0 auto;padding:12px 20px 18px;border-top:1px solid var(--hair)}.cc-chat-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:9px}.cc-chip{font-size:11px;font-weight:600;color:var(--ink-2);background:transparent;border:1px solid var(--hair-strong);border-radius:999px;padding:3px 10px;cursor:pointer;transition:color .14s,border-color .14s,background .14s}.cc-chip:hover{color:var(--blue-bright);border-color:rgba(0,138,190,.5);background:rgba(0,138,190,.08)}.cc-chat-inputrow{display:flex;align-items:flex-end;gap:10px;background:var(--panel);border:1px solid var(--hair-strong);border-radius:14px;padding:8px 8px 8px 14px;transition:border-color .16s}.cc-chat-inputrow:focus-within{border-color:rgba(0,138,190,.55)}.cc-chat-inputrow textarea{flex:1 1;resize:none;border:0;outline:0;background:transparent;color:var(--ink);font-family:var(--font-ui);font-size:13.5px;line-height:1.55;min-height:24px;max-height:168px;padding:5px 0}.cc-chat-inputrow textarea::placeholder{color:var(--ink-3)}.cc-send{flex:0 0 auto;width:36px;height:36px;border-radius:50%;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;background:var(--blue);transition:background .14s,transform .1s,opacity .14s}.cc-send:hover:not(:disabled){background:var(--blue-bright)}.cc-send:active:not(:disabled){transform:scale(.94)}.cc-send:disabled{opacity:.4;cursor:default}@media (max-width:900px){.cc-chatpage{height:auto;min-height:100vh}.cc-chat{grid-template-columns:1fr;height:auto;min-height:70vh}.cc-chat-rail{max-height:40vh;border-right:0;border-bottom:1px solid var(--hair)}}.cc-kpi-me{color:var(--blue-bright);font-weight:700}.cc-av-user.cc-av-mono{color:#4fd18b;background:rgba(0,200,83,.14);border-color:rgba(0,200,83,.32)}.cc-chat-grouphead{display:flex;align-items:center;justify-content:space-between;padding-right:4px}.cc-chat-new{width:22px;height:22px;border-radius:6px;border:1px solid var(--hair-strong);background:transparent;color:var(--ink-2);font-size:15px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .14s,border-color .14s,background .14s}.cc-chat-new:hover{color:var(--blue-bright);border-color:rgba(0,138,190,.5);background:rgba(0,138,190,.08)}.cc-chat-hint{font-size:11.5px;color:var(--ink-3);padding:4px 10px 8px;line-height:1.5}.cc-picker{margin:2px 4px 10px;border:1px solid var(--hair);border-radius:10px;background:var(--panel);padding:6px;max-height:340px;overflow-y:auto}.cc-picker-label{font-size:9.5px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-3);margin:8px 8px 5px}.cc-picker-label:first-child{margin-top:4px}.cc-picker-row{width:100%;display:flex;align-items:center;gap:9px;padding:6px 8px;border:0;border-radius:8px;background:transparent;cursor:pointer;text-align:left;color:var(--ink-2);transition:background .12s,color .12s}.cc-picker-row:hover{background:rgba(255,255,255,.05);color:var(--ink)}.cc-picker-row span{font-size:13px;font-weight:600}.cc-picker-row em{font-size:11px;color:var(--ink-3);font-style:normal;margin-left:auto;white-space:nowrap}.cc-chat-inputwrap{position:relative}.cc-mentionpop{position:absolute;bottom:calc(100% + 8px);left:0;min-width:300px;max-width:420px;background:var(--panel-2);border:1px solid var(--hair-strong);border-radius:12px;padding:5px;z-index:30;max-height:320px;overflow-y:auto}.cc-mentionpop-row{width:100%;display:flex;align-items:center;gap:9px;padding:7px 9px;border:0;border-radius:8px;background:transparent;cursor:pointer;text-align:left;color:var(--ink-2)}.cc-mentionpop-row.on{background:rgba(0,138,190,.14);color:var(--ink)}.cc-mentionpop-name{font-size:13px;font-weight:600}.cc-mentionpop-row em{font-size:11px;color:var(--ink-3);font-style:normal;margin-left:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.cc-mentionpop-all{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--blue-bright);background:rgba(0,138,190,.14);border:1px solid rgba(0,138,190,.3);flex:0 0 auto}