/* extracted from tavo-chat.js so it survives script-src/style-src self */
#tavo-fab{position:fixed;right:22px;bottom:22px;z-index:9990;width:62px;height:62px;border-radius:50%;border:3px solid var(--cyan);background:#fff url('/tavo-panther-avatar.jpg') center / cover no-repeat;cursor:pointer;box-shadow:0 4px 18px rgba(0,0,0,.45);transition:transform .15s}
#tavo-fab:hover{transform:scale(1.07)}
#tavo-hint{position:fixed;right:94px;bottom:36px;z-index:9990;background:#0c1013;color:#e8eef2;border:1px solid var(--cyan);border-radius:10px;padding:8px 12px;font:600 13px/1.3 system-ui,sans-serif;opacity:0;pointer-events:none;transition:opacity .4s}
#tavo-panel{position:fixed;right:22px;bottom:96px;z-index:9991;width:min(370px,calc(100vw - 30px));height:min(520px,calc(100vh - 130px));display:none;flex-direction:column;background:#0c1013;border:1px solid #1f2a31;border-radius:14px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.55);font-family:system-ui,-apple-system,Segoe UI,sans-serif}
#tavo-panel.open{display:flex}
#tavo-head{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#000;border-bottom:3px solid var(--cyan)}
#tavo-head img{width:38px;height:38px;border-radius:50%;border:2px solid var(--cyan);object-fit:cover;object-position:50% 50%}
#tavo-head .t1{color:#fff;font-weight:800;font-size:15px}
#tavo-head .t1 span{color:var(--cyan)}
#tavo-head .t2{color:#8a94a0;font-size:11.5px}
#tavo-close{margin-left:auto;background:none;border:0;color:#8a94a0;font-size:20px;cursor:pointer;padding:4px 8px}
#tavo-close:hover{color:#fff}
#tavo-msgs{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:10px}
.tavo-m{max-width:86%;padding:9px 12px;border-radius:12px;font-size:13.5px;line-height:1.45;color:#e8eef2;white-space:pre-wrap;word-wrap:break-word}
.tavo-m.bot{background:#161c21;border:1px solid #22303a;align-self:flex-start;border-bottom-left-radius:4px}
.tavo-m.user{background:#113844;align-self:flex-end;border-bottom-right-radius:4px}
.tavo-m.think{color:#8a94a0;font-style:italic}
#tavo-form{display:flex;gap:8px;padding:12px;border-top:1px solid #1f2a31;background:#0c1013}
#tavo-in{flex:1;background:#101418;border:1px solid #2a3843;border-radius:9px;color:#e8eef2;padding:10px 12px;font-size:13.5px;outline:none}
#tavo-in:focus{border-color:var(--cyan)}
#tavo-send{background:var(--cyan);color:var(--cyan-deep);border:0;border-radius:9px;font-weight:800;font-size:13.5px;padding:0 16px;cursor:pointer}
#tavo-send:disabled{opacity:.45;cursor:default}
#tavo-foot{padding:0 12px 10px;color:var(--dim-2);font-size:10.5px;text-align:center;background:#0c1013}
@media(max-width:480px){#tavo-panel{right:8px;bottom:88px}
}
