#felix-chat-launch{position:fixed;right:22px;bottom:22px;z-index:2147483000;display:flex;align-items:center;gap:10px;border:2px solid #9bf51b;background:#14251d;color:#fff;border-radius:999px;padding:8px 15px 8px 8px;box-shadow:0 12px 34px rgba(20,37,29,.28);font:800 15px/1.1 system-ui,-apple-system,Segoe UI,sans-serif;cursor:pointer}
#felix-chat-launch img{width:42px;height:42px;object-fit:cover;border-radius:50%;background:#fff}
#felix-chat-launch small{display:block;color:#9bf51b;font-size:11px;margin-top:2px;font-weight:800}
#felix-chat-panel{position:fixed;right:22px;bottom:84px;z-index:2147483000;width:min(410px,calc(100vw - 28px));height:min(650px,72vh);display:none;grid-template-rows:auto 1fr auto;background:#fff;border:1px solid #cfdbd3;border-radius:24px;box-shadow:0 20px 60px rgba(20,37,29,.28);overflow:hidden;font-family:system-ui,-apple-system,Segoe UI,sans-serif}
#felix-chat-panel.open{display:grid}.felix-head{display:grid;grid-template-columns:48px 1fr auto;gap:11px;align-items:center;padding:14px 15px;background:#14251d;color:#fff}
.felix-head img{width:48px;height:48px;object-fit:cover;border-radius:14px;background:#fff}.felix-head b{display:block;font-size:18px}.felix-head small{color:#cbd6d0}.felix-close{border:0;background:transparent;color:#fff;font-size:26px;line-height:1;cursor:pointer;padding:6px}
.felix-messages{overflow:auto;padding:16px;background:#f4f7f1;scroll-behavior:smooth}.felix-msg{max-width:88%;margin:0 0 12px;padding:11px 13px;border-radius:17px;white-space:pre-wrap;word-break:break-word;font-size:14.5px;line-height:1.45}
.felix-msg.bot{background:#fff;border:1px solid #dfe7da;border-bottom-left-radius:5px;color:#14251d}.felix-msg.user{margin-left:auto;background:#dfffb2;border:1px solid #b9df80;border-bottom-right-radius:5px;color:#14251d}.felix-msg.wait{opacity:.68;font-style:italic}
.felix-sources{margin:-4px 0 13px;padding:0 4px}.felix-sources a{display:block;color:#23733e;text-decoration:none;font-size:12.5px;font-weight:800;margin:5px 0}.felix-sources a:hover{text-decoration:underline}
.felix-chips{display:flex;gap:6px;flex-wrap:wrap;margin:2px 0 13px}.felix-chips button{border:1px solid #bfd0c3;background:#fff;color:#274b35;border-radius:999px;padding:7px 9px;font-size:12px;cursor:pointer}
.felix-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:11px;background:#fff;border-top:1px solid #dfe7da}.felix-form textarea{resize:none;min-height:42px;max-height:100px;border:1px solid #c9d5cc;border-radius:14px;padding:10px 11px;font:14px/1.35 inherit;outline:none}.felix-form textarea:focus{border-color:#7dbb46;box-shadow:0 0 0 3px rgba(155,245,27,.18)}
.felix-form button{border:0;border-radius:14px;background:#14251d;color:#9bf51b;font-weight:900;padding:0 15px;cursor:pointer}.felix-form button:disabled{opacity:.45;cursor:default}.felix-note{grid-column:1/-1;font-size:10.5px;color:#6a756d;text-align:center}
@media(max-width:560px){#felix-chat-launch{right:12px;bottom:12px}#felix-chat-panel{right:8px;bottom:72px;width:calc(100vw - 16px);height:min(680px,78vh);border-radius:20px}}

.felix-msg code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;background:#edf2eb;border-radius:5px;padding:1px 4px;font-size:.92em}
.felix-sources-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#758077;font-weight:900;margin:2px 0 6px}
