.chat-debug{border:1px solid #ccc;border-radius:4px;background:white;font-size:.9em}.chat-debug>summary{display:block;position:relative;padding:8px 28px 8px 12px;background:#f0f0f0;color:#777;border-radius:4px}.chat-debug>summary:before{content:"";position:absolute;background:var(--icon-chevron-down) no-repeat center/contain;right:4px;top:0;bottom:0;width:22px;opacity:.5;transition:transform .15s ease-in}.chat-debug summary{cursor:pointer}.chat-debug pre{white-space:pre-wrap}.chat-debug>div{display:flex;flex-direction:column;gap:8px;padding:8px 12px;font-size:.9em}.chat-debug>div>*{padding:8px 10px;border-radius:4px;background:aliceblue}.chat-debug>div>div{display:flex;flex-direction:column;gap:4px}.chat-debug[open]>summary{border-radius:4px 4px 0 0}.chat-debug[open]>summary:before{transform:rotate(180deg)}.chat-msg{display:grid;gap:6px;grid-template:"img msg" / 24px 1fr;--bg: #cfecf7}.chat-msg.danger{--bg: #fad7d7;color:#871d03}.chat-msg>img{grid-area:img;border-radius:50%}.chat-msg>.msg{display:flex;align-items:center;min-height:2.5717rem;position:relative;grid-area:msg;background:var(--bg);border-radius:4px;padding:.5rem .7143rem;justify-self:start;--arrow-w: .64em;--arrow-p: -.2em}.chat-msg>.msg:before{content:"";display:block;position:absolute;top:0;left:var(--arrow-p);width:var(--arrow-w);height:var(--arrow-w);transform:scaleX(.8) skew(45deg);background:var(--bg)}.chat-msg>.msg>.sm-content img{max-height:150px}.chat-msg.user{--bg: #e6d6e6;grid-template:"msg img" / 1fr 24px}.chat-msg.user>.msg{justify-self:end}.chat-msg.user>.msg:before{left:auto;right:var(--arrow-p);transform:scaleX(.8) skew(135deg)}.chat-msg .sm-content{font-size:.97rem}.chat-msg .sm-content table{font-size:.88em;word-break:break-word;margin:0 -.7143rem;width:calc(100% + 1.4287rem)}.chat-msg .sm-content table th,.chat-msg .sm-content table td{line-height:0;padding:6px;min-width:15vw}.chat-msg .sm-content table th>div,.chat-msg .sm-content table td>div{box-sizing:content-box;display:-webkit-inline-box;-webkit-box-orient:vertical;line-height:1.4;max-height:2.8em;-webkit-line-clamp:2;overflow:hidden}.chat-msg .sm-content table td>div{max-height:5.6em;-webkit-line-clamp:4}@media (min-width: 750px){.chat-msg{gap:10px;grid-template:"img msg em" / 32px 1fr 44px}.chat-msg.user{grid-template:"em msg img" / 44px 1fr 32px}.chat-msg>.msg{--arrow-w: .8em;--arrow-p: -.3em}.chat-msg .sm-content table th,.chat-msg .sm-content table td{min-width:90px}}.chat-wrap{flex:1;display:flex;flex-direction:column;background:white;min-height:calc(100vh - 102px);max-width:750px}.chat-wrap>.after{height:1px}.chat-h1{flex:99;display:flex;align-items:center;justify-content:center;text-align:center;margin:0 12px}.chat-h1>div{border:1px solid #d4d4f7;padding:.5714rem .8572rem;border-radius:4px;background:lavender}.chat-h1>div>div{color:#696969;margin-top:10px}.chat-thread{flex:1 1 auto;display:flex;flex-direction:column;gap:.7143rem;justify-content:flex-end;padding:8px}.chat-input{position:sticky;padding:8px;bottom:0;background:white}.chat-input>.icon{position:absolute;bottom:9px;right:10px;--s: 34px;fill:var(--color-primary);cursor:pointer}.chat-input>.icon.disabled{fill:#aaa}.chat-input>.icon.stop{fill:var(--color-danger)}.chat-input>.sm-input{max-width:100%}.chat-input>.sm-input .input{border-radius:18px;box-shadow:inset 0 0 3px #ddd;padding-right:46px;resize:none}.chat-input .debug{margin-bottom:3px;padding:0 8px;text-align:right;width:100%;color:#777;font-size:.9em}@media (min-width: 750px){.chat-wrap{min-height:calc(100vh - 112px)}.chat-input{padding:10px 8px 18px}.chat-wrap>.after{height:1px}.chat-input>.icon{bottom:21px;right:13px}}.ph-cht{background:white;align-items:center;padding-bottom:0}
