.face-chat{display:flex;flex-direction:column;height:100%;container-type:size}.face-chat-chrome{display:flex;align-items:center;padding:.7em 1em;background:rgba(225,225,225,.03);border-bottom:1px solid rgba(225,225,225,.08);flex-shrink:0;font-size:clamp(9px,3cqi,15px)}.face-chat-traffic{display:flex;gap:.4em}.face-chat-tl{width:.55em;height:.55em;border-radius:50%}.face-chat-tl--close{background:var(--red)}.face-chat-tl--min{background:var(--orange)}.face-chat-tl--max{background:var(--green)}.face-chat-tab{margin-left:auto;font-size:.85em;color:rgba(225,225,225,.35);font-family:Inter,sans-serif}.face-chat-body{padding:1em 1.4em;font-size:clamp(9px,3cqi,15px)}.face-chat-body,.face-chat-msgs{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.face-chat-msgs{gap:.8em;justify-content:flex-end}.face-chat-msgs--fading{opacity:0;transition:opacity .6s ease}.face-chat-msg{font-size:1em;line-height:1.5;animation:chatface-msg-in .25s ease-out}@keyframes chatface-msg-in{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.face-chat-msg--user{align-self:flex-end;background:rgba(225,225,225,.1);color:#E1E1E1;padding:.5em 1em;border-radius:1.4em;max-width:85%}.face-chat-msg--ai{align-self:flex-start;color:rgba(225,225,225,.7);background:rgba(225,225,225,.04);max-width:90%;padding:.6em 1em;border-radius:1.4em}.face-chat-msg--dots{align-self:flex-start;display:flex;gap:.3em;padding:.5em 0}.face-chat-typing-dot{width:.4em;height:.4em;border-radius:50%;background:rgba(225,225,225,.35);animation:chatface-typing-bounce 1.2s infinite}.face-chat-typing-dot:nth-child(2){animation-delay:.15s}.face-chat-typing-dot:nth-child(3){animation-delay:.3s}@keyframes chatface-typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-.25em);opacity:1}}.face-chat-artifact-wrap{margin-top:.5em;animation:chatface-msg-in .3s ease-out}.face-chat-artifact{border-radius:.5em;overflow:hidden}.face-chat-artifact--file{display:flex;align-items:center;gap:1em;padding:.7em 1em;background:rgba(225,225,225,.04);border:1px solid rgba(225,225,225,.08)}.face-chat-artifact-file-icon{width:2.8em;height:3.2em;border-radius:.2em;display:flex;align-items:center;justify-content:center;font-size:.6em;font-weight:700;color:#fff;flex-shrink:0}.face-chat-artifact-file-icon span{font-size:.85em;letter-spacing:.3px}.face-chat-artifact-file-icon--pdf{background:var(--red)}.face-chat-artifact-file-icon--doc{background:var(--blue)}.face-chat-artifact-file-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.1em}.face-chat-artifact-file-name{font-size:1em;color:rgba(225,225,225,.9);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.face-chat-artifact-file-size{font-size:1em;color:rgba(225,225,225,.35)}.face-chat-artifact-file-dl{width:1.2em;height:1.2em;flex-shrink:0;fill:none;stroke:rgba(225,225,225,.3);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.face-chat-artifact--code{background:rgba(0,0,0,.3);border:1px solid rgba(225,225,225,.06)}.face-chat-artifact-code-header{display:flex;align-items:center;gap:.5em;padding:.35em .7em;background:rgba(225,225,225,.03);border-bottom:1px solid rgba(225,225,225,.05)}.face-chat-artifact-code-dots{display:flex;gap:.25em}.face-chat-artifact-code-dots span{width:.35em;height:.35em;border-radius:50%;background:rgba(225,225,225,.12)}.face-chat-artifact-code-name{font-size:.7em;color:rgba(225,225,225,.35);font-family:SF Mono,Fira Code,monospace}.face-chat-artifact-code-body{margin:0;padding:.5em .7em;font-family:SF Mono,Fira Code,monospace;font-size:.65em;line-height:1.6;color:rgba(225,225,225,.55);white-space:pre;overflow-x:auto}.face-chat-artifact-code-body .tk-kw{color:#C586C0}.face-chat-artifact-code-body .tk-str{color:#CE9178}.face-chat-artifact-code-body .tk-num{color:#B5CEA8}.face-chat-artifact-code-body .tk-prop{color:#9CDCFE}.face-chat-artifact-code-body .tk-fn{color:#DCDCAA}.face-chat-artifact-code-body .tk-br{color:rgba(225,225,225,.4)}.face-chat-input-wrap{margin-top:.8em;padding:.5em .7em;border-radius:1.4em;border:1px solid rgba(225,225,225,.1);gap:.5em}.face-chat-input-plus,.face-chat-input-wrap{flex-shrink:0;display:flex;align-items:center}.face-chat-input-plus{width:1.6em;height:1.6em;border-radius:50%;border:1px solid rgba(225,225,225,.15);justify-content:center;font-size:1em;color:rgba(225,225,225,.35);line-height:1}.face-chat-input-text{flex:1 1;font-size:.9em;color:rgba(225,225,225,.5);font-family:Inter,sans-serif}.face-chat-input-tools{display:flex;align-items:center;gap:.45em;flex-shrink:0}.face-chat-input-tools svg{width:1em;height:1em;fill:none;stroke:rgba(225,225,225,.35);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}