.billing-chatbot-window{z-index:1500;background:#fff;border-radius:16px;flex-direction:column;width:380px;height:560px;max-height:calc(100vh - 48px);display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 8px 30px #0000002e}.billing-chatbot-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.billing-chatbot-title{align-items:center;gap:10px;display:flex}.billing-chatbot-avatar{color:#fff;background:#1976d2;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.billing-chatbot-avatar img{object-fit:cover;width:100%;height:100%}.billing-chatbot-messages{background:#f7f8fa;flex:1;padding:16px;overflow-y:auto}.billing-chatbot-message{margin-bottom:12px;display:flex}.billing-chatbot-message.user{justify-content:flex-end}.billing-chatbot-message.bot{justify-content:flex-start}.billing-chatbot-bubble{border-radius:16px;max-width:82%;padding:10px 14px;font-size:14px;line-height:1.5}.billing-chatbot-message.user .billing-chatbot-bubble{color:#fff;background:#1976d2;border-radius:16px 16px 4px}.billing-chatbot-message.bot .billing-chatbot-bubble{color:#1f2937;background:#fff;border-radius:16px 16px 16px 4px;box-shadow:0 1px 4px #00000014}.billing-chatbot-suggestions{flex-direction:column;gap:8px;margin-top:16px;display:flex}.billing-chatbot-suggestion{cursor:pointer;background:#fff;border:1px solid #d9dee7;border-radius:10px;padding:10px 12px;font-size:13px;transition:all .2s}.billing-chatbot-suggestion:hover{background:#f0f7ff;border-color:#1976d2}.billing-chatbot-input-area{background:#fff;border-top:1px solid #e5e7eb;align-items:center;gap:8px;padding:12px;display:flex}.billing-chatbot-input{border:1px solid #d1d5db;border-radius:10px;outline:none;flex:1;min-width:0;padding:10px 12px;font-size:14px}.billing-chatbot-input:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d21f}.billing-chatbot-send{color:#fff;cursor:pointer;background:#1976d2;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.billing-chatbot-send:hover{background:#1565c0}.billing-chatbot-send:disabled{cursor:not-allowed;background:#cbd5e1}@media (width<=600px){.billing-chatbot-window{width:calc(100vw - 24px);height:70vh;max-height:calc(100vh - 24px);bottom:12px;right:12px}}*{box-sizing:border-box}html,body,#root{min-width:0;min-height:100%;margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,svg,video,canvas{max-width:100%}
