:root{--fxsam-primary:#2563eb}.fxsam-widget{position:fixed;right:22px;bottom:22px;z-index:999999;font-family:Inter,Segoe UI,system-ui,sans-serif;color:#fff}.fxsam-launcher{width:62px;height:62px;border:0;border-radius:50%;background:linear-gradient(135deg,var(--fxsam-primary),#06b6d4);box-shadow:0 14px 40px rgba(37,99,235,.45);font-size:28px;cursor:pointer;animation:fxpulse 2.2s infinite}.fxsam-panel{display:none;width:380px;max-width:calc(100vw - 28px);height:580px;max-height:calc(100vh - 105px);background:linear-gradient(160deg,rgba(15,23,42,.97),rgba(2,6,23,.97));border:1px solid rgba(148,163,184,.25);border-radius:18px;overflow:hidden;box-shadow:0 26px 80px rgba(0,0,0,.42);backdrop-filter:blur(18px)}.fxsam-widget.open .fxsam-panel{display:grid;grid-template-rows:auto 1fr auto}.fxsam-widget.open .fxsam-launcher{display:none}.fxsam-head{padding:16px;background:linear-gradient(135deg,var(--fxsam-primary),#0f172a);display:flex;justify-content:space-between;align-items:center}.fxsam-title{font-weight:800}.fxsam-online{display:flex;align-items:center;gap:7px;font-size:12px}.fxsam-online:before{content:"";width:8px;height:8px;background:#22c55e;border-radius:50%;box-shadow:0 0 0 4px rgba(34,197,94,.2)}.fxsam-close{background:transparent;border:0;color:#fff;font-size:24px;cursor:pointer}.fxsam-messages{padding:14px;overflow:auto;display:flex;flex-direction:column;gap:10px}.fxsam-msg{max-width:82%;padding:10px 12px;border-radius:16px;line-height:1.4;white-space:pre-wrap}.fxsam-msg.bot,.fxsam-msg.agent{background:#1e293b;border-bottom-left-radius:5px}.fxsam-msg.user{align-self:flex-end;background:var(--fxsam-primary);border-bottom-right-radius:5px}.fxsam-msg img{max-width:190px;border-radius:10px;display:block}.fxsam-quick{display:flex;gap:7px;flex-wrap:wrap;padding:0 14px 10px}.fxsam-quick button{border:1px solid rgba(148,163,184,.3);background:#101827;color:#e2e8f0;border-radius:999px;padding:8px 10px;cursor:pointer}.fxsam-compose{border-top:1px solid rgba(148,163,184,.18);padding:12px;display:flex;gap:8px;align-items:center}.fxsam-compose input[type=text]{flex:1;background:#101827;border:1px solid rgba(148,163,184,.25);color:#fff;border-radius:999px;padding:12px}.fxsam-compose button,.fxsam-file{border:0;background:var(--fxsam-primary);color:#fff;border-radius:50%;width:42px;height:42px;display:grid;place-items:center;cursor:pointer}.fxsam-file{background:#1e293b}.fxsam-file input{display:none}.fxsam-typing{display:inline-flex;gap:4px}.fxsam-typing i{width:6px;height:6px;background:#94a3b8;border-radius:50%;animation:fxtype 1s infinite}.fxsam-typing i:nth-child(2){animation-delay:.15s}.fxsam-typing i:nth-child(3){animation-delay:.3s}@keyframes fxpulse{0%{box-shadow:0 0 0 0 rgba(37,99,235,.5)}70%{box-shadow:0 0 0 20px rgba(37,99,235,0)}100%{box-shadow:0 0 0 0 rgba(37,99,235,0)}}@keyframes fxtype{50%{transform:translateY(-4px)}}@media(max-width:520px){.fxsam-widget{right:10px;bottom:10px}.fxsam-panel{width:calc(100vw - 20px);height:calc(100vh - 20px);max-height:none}}
