.fr-chat{--fr-chat-accent:#e2571f;position:fixed;right:20px;bottom:20px;z-index:60;display:flex;flex-direction:column;align-items:flex-end;gap:12px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}.fr-chat-launcher{display:inline-flex;align-items:center;gap:8px;padding:13px 20px;border:0;border-radius:999px;background:var(--fr-chat-accent);color:#fff;font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;box-shadow:0 8px 26px rgba(0,0,0,.34);position:relative;transition:transform .16s ease,filter .16s ease}.fr-chat-launcher:hover{transform:translateY(-1px);filter:brightness(1.07)}.fr-chat-badge{position:absolute;top:-5px;right:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#fff;color:var(--fr-chat-accent);font-size:11px;font-weight:800;display:grid;place-items:center;box-shadow:0 2px 8px rgba(0,0,0,.3)}.fr-chat-panel{width:min(370px,calc(100vw - 32px));height:min(520px,calc(100vh - 140px));display:flex;flex-direction:column;overflow:hidden;border-radius:16px;background:#14121b;border:1px solid rgba(255,255,255,.1);box-shadow:0 22px 60px rgba(0,0,0,.5);animation:fr-chat-in .18s ease-out}@keyframes fr-chat-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}.fr-chat-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;background:var(--fr-chat-accent);color:#fff}.fr-chat-title{font-size:15px;font-weight:800;letter-spacing:.01em}.fr-chat-sub{font-size:11.5px;opacity:.85;margin-top:1px}.fr-chat-x{background:rgba(255,255,255,.18);border:0;color:#fff;width:28px;height:28px;border-radius:8px;font-size:19px;line-height:1;cursor:pointer}.fr-chat-x:hover{background:rgba(255,255,255,.3)}.fr-chat-body{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:9px;background:#14121b}.fr-chat-bubble{max-width:84%;padding:9px 13px;border-radius:14px;font-size:14px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.fr-chat-bubble.them{align-self:flex-start;background:#262233;color:#ece9f5;border-bottom-left-radius:5px}.fr-chat-bubble.human{align-self:flex-start;background:#1f3b2e;color:#dcf5e8;border:1px solid rgba(72,200,140,.35);border-bottom-left-radius:5px}.fr-chat-who{display:block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;opacity:.75;margin-bottom:3px}.fr-chat-bubble.me{align-self:flex-end;background:var(--fr-chat-accent);color:#fff;border-bottom-right-radius:5px}.fr-chat-bubble.typing{display:flex;gap:4px;padding:13px}.fr-chat-bubble.typing span{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.55);animation:fr-chat-dot 1.3s infinite}.fr-chat-bubble.typing span:nth-child(2){animation-delay:.18s}.fr-chat-bubble.typing span:nth-child(3){animation-delay:.36s}@keyframes fr-chat-dot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.fr-chat-error{padding:8px 14px;background:rgba(239,68,68,.12);border-top:1px solid rgba(239,68,68,.25);color:#fca5a5;font-size:12px}.fr-chat-foot{display:flex;align-items:flex-end;gap:8px;padding:10px;border-top:1px solid rgba(255,255,255,.08);background:#191622}.fr-chat-foot textarea{flex:1;resize:none;max-height:96px;padding:9px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#14121b;color:#fff;font:inherit;font-size:14px;line-height:1.4}.fr-chat-foot textarea:focus{outline:none;border-color:var(--fr-chat-accent)}.fr-chat-foot textarea::placeholder{color:rgba(255,255,255,.38)}.fr-chat-foot button{flex:0 0 auto;width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:10px;background:var(--fr-chat-accent);color:#fff;cursor:pointer}.fr-chat-foot button:disabled{opacity:.4;cursor:default}@media (max-width:480px){.fr-chat{right:12px;bottom:12px}.fr-chat-panel{height:min(70vh,calc(100vh - 110px))}.fr-chat-launcher span:not(.fr-chat-badge){display:none}.fr-chat-launcher{padding:14px}}