body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:transparent;color:#f5f5f5;overflow:hidden}.ben-chat-root{position:fixed;bottom:20px;right:20px;z-index:9999;display:flex;flex-direction:column;align-items:flex-end}.ben-chat-panel{width:420px;max-width:95vw;height:600px;max-height:80vh;background:#09090b;border-radius:20px;border:2px solid #d4af37;box-shadow:0 15px 40px #000000b3;display:flex!important;flex-direction:column!important;overflow:hidden;margin-bottom:15px;box-sizing:border-box;animation:fadeInUp .25s}@media(max-width:480px){.ben-chat-panel{border-radius:20px 20px 0 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ben-chat-header{display:flex;align-items:center;gap:12px;padding:15px;background:#18181b;border-bottom:1.5px solid #d4af37;flex-shrink:0}.ben-chat-avatar-wrap{position:relative;width:45px;height:45px;border-radius:50%;border:2px solid #d4af37;overflow:hidden}.ben-chat-avatar-wrap img{width:100%;height:100%;object-fit:cover}.ben-chat-status-dot{position:absolute;bottom:2px;right:2px;width:10px;height:10px;border-radius:50%;background:gold;border:2px solid #18181b}.ben-chat-title{color:#d4af37;font-weight:700;font-size:1.1rem;margin:0}.ben-chat-subtitle{font-size:.75rem;color:#cbd5e1}.ben-chat-close-btn{margin-left:auto;background:none;border:none;color:#d4af37;cursor:pointer}.ben-chat-messages{flex:1;padding:15px;overflow-y:auto;background:#111;display:flex;flex-direction:column;gap:10px}.ben-chat-bubble{max-width:78%;width:fit-content;padding:8px 13px;border-radius:16px;font-size:.9rem;line-height:1.5;word-break:break-word}.ben-chat-bubble p{margin:0}.ben-chat-bubble ul{margin:4px 0 0 16px;padding:0}.ben-chat-bubble li{margin:2px 0}.ben-chat-bubble-user{align-self:flex-end;background:linear-gradient(135deg,#d4af37,#e6c86e);color:#111;border-bottom-right-radius:4px}.ben-chat-bubble-bot{align-self:flex-start;background:#1c1c1f;color:#e5e7eb;border:1px solid rgba(212,175,55,.25);border-bottom-left-radius:4px}.ben-chat-panel{display:flex;flex-direction:column}.ben-chat-input-wrap{padding:10px 15px;background:#09090b;border-top:1.5px solid #d4af37;display:flex;gap:8px;align-items:flex-end;flex-shrink:0}.ben-chat-input{flex:1;padding:10px;border-radius:10px;border:1px solid #1f2937;background:#020617;color:#e5e7eb;font-size:.95rem;box-sizing:border-box;max-height:80px;overflow-y:auto;resize:none}.ben-chat-send-btn{width:40px;height:40px;border-radius:10px;border:none;background:#d4af37;color:#111;cursor:pointer;flex-shrink:0}.ben-chat-credit{text-align:center;font-size:10px;color:#666;padding:8px 0;background:#09090b;border-top:1px solid #18181b;flex-shrink:0;order:10}.ben-chat-credit a{color:#d4af37;text-decoration:underline;font-weight:700}.ben-chat-fab{width:60px;height:60px;border-radius:50%;border:2px solid #d4af37;background:linear-gradient(135deg,#d4af37,#facc6b);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 20px #00000080;overflow:hidden}.ben-chat-fab img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important;object-position:50% 10%!important;display:block!important}
