/* Namespaced minimal styles */
.fsite-widget-launcher{position:fixed;right:16px;bottom:16px;width:56px;height:56px;border-radius:50%;box-shadow:0 8px 25px rgba(0,0,0,.18);cursor:pointer;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(0,0,0,.06);z-index:999999}
.fsite-widget-launcher img{width:32px;height:32px}
.fsite-widget-panel{position:fixed;right:16px;bottom:80px;width:380px;max-width:92vw;max-height:80vh;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.22);z-index:999999;display:none;flex-direction:column}
.fsite-widget-header{padding:12px 14px;font-weight:600;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(0,0,0,.06)}
.fsite-widget-header .dot{width:10px;height:10px;border-radius:50%;background:var(--fsite-accent,#0b6cff)}
.fsite-widget-body{padding:12px;overflow-y:auto;flex:1}
.fsite-msg{margin:8px 0;line-height:1.4}
.fsite-msg.user{text-align:right}
.fsite-msg .bubble{padding:8px 10px;border-radius:10px;display:inline-block;max-width:80%}
.fsite-msg.user .bubble{background:var(--fsite-accent,#0b6cff);color:#fff}
.fsite-msg.assistant .bubble{background:#f4f6f8;color:#111}
.fsite-widget-input{display:flex;gap:8px;padding:10px;border-top:1px solid rgba(0,0,0,.06)}
.fsite-widget-input input[type="text"]{flex:1;padding:10px;border:1px solid #e2e6ea;border-radius:8px}
.fsite-widget-input button{padding:10px 14px;border:none;border-radius:8px;background:var(--fsite-accent,#0b6cff);color:#fff;cursor:pointer}
.fsite-quick-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
.fsite-chip{background:#eef4ff;color:#0b6cff;border:1px solid #dbe8ff;padding:6px 10px;border-radius:20px;font-size:12px;cursor:pointer}
.fsite-note{font-size:12px;color:#666;margin-top:6px}
.fsite-row{display:flex;gap:8px}
.fsite-row .col{flex:1}
.fsite-muted{color:#666;font-size:12px}
.fsite-link{color:var(--fsite-accent,#0b6cff);text-decoration:underline;cursor:pointer}
.fsite-hidden{display:none!important}