#futpark-chatbot-bubble{position:fixed;right:18px;bottom:18px;width:auto;height:auto;background:transparent;border:0;border-radius:0;box-shadow:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:99998;font:14px/1.2 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;overflow:visible}#futpark-chatbot-bubble:hover{background:transparent}
#futpark-chatbot-window{position:fixed;right:18px;bottom:84px;width:320px;max-width:92vw;height:420px;max-height:70vh;background:#0b0f14;border:1px solid #1f2937;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.5);display:none;flex-direction:column;overflow:hidden;z-index:99999;color:#f8fafc}
#futpark-chatbot-window.open{display:flex}
#futpark-chatbot-header{padding:10px 12px;background:#0f172a;font-weight:600;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #1f2937}
#futpark-chatbot-messages{flex:1;overflow:auto;padding:10px;background:#0b0f14}
.futpark-msg{margin:6px 0;display:flex}
.futpark-msg.user{justify-content:flex-end}
.futpark-msg .bubble{max-width:78%;padding:8px 10px;border-radius:10px;font-size:13px;line-height:1.35}
.futpark-msg.user .bubble{background:#07f468;color:#0b0f14;border-bottom-right-radius:2px}
.futpark-msg.bot .bubble{background:#1f2937;color:#e5e7eb;border-bottom-left-radius:2px;border:1px solid #263041}
#futpark-chatbot-input{display:flex;gap:6px;padding:8px;border-top:1px solid #1f2937;background:#0b0f14}
#futpark-chatbot-input input[type=text]{flex:1;border:1px solid #1f2937;border-radius:8px;padding:8px 10px;font-size:13px;background:#0f172a;color:#f8fafc}
#futpark-chatbot-input button{background:#07f468;color:#0b0f14;border:none;border-radius:8px;padding:8px 12px;font-weight:600;cursor:pointer}
#futpark-chatbot-input button:hover{filter:brightness(.95)}
#futpark-chatbot-input button:disabled{opacity:.6;cursor:not-allowed}
