*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,sans-serif}.chat-bubble{align-items:flex-start;bottom:24px;display:flex;flex-direction:column;left:24px;position:fixed;z-index:9999}.chat-toggle-btn{align-items:center;background:#f97316;border:none;border-radius:50%;box-shadow:0 4px 12px #0003;cursor:pointer;display:flex;height:56px;justify-content:center;transition:transform .2s,background .2s;width:56px}.chat-toggle-btn:hover{background:#ea6c0a;transform:scale(1.1)}.chat-window{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;height:520px;margin-bottom:16px;overflow:hidden;width:340px}.chat-header{background:#f97316;justify-content:space-between;padding:12px 16px}.chat-header,.chat-header-info{align-items:center;display:flex}.chat-header-info{gap:10px}.chat-avatar{align-items:center;background:#fff;border-radius:50%;color:#f97316;display:flex;font-size:13px;font-weight:700;height:36px;justify-content:center;width:36px}.chat-header-text p{color:#fff;font-size:14px;font-weight:600}.chat-header-text span{color:#fed7aa;font-size:12px}.chat-close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:22px;line-height:1}.chat-messages{background:#f9fafb;display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:16px}.message{display:flex}.message.user{justify-content:flex-end}.message.assistant{justify-content:flex-start}.message-bubble{border-radius:16px;font-size:14px;line-height:1.5;max-width:80%;padding:10px 14px}.message.user .message-bubble{background:#f97316;border-bottom-right-radius:4px;color:#fff}.message.assistant .message-bubble{background:#fff;border:1px solid #f3f4f6;border-bottom-left-radius:4px;box-shadow:0 1px 3px #00000014;color:#1f2937}.typing-indicator{background:#fff;border-radius:16px;border-bottom-left-radius:4px;box-shadow:0 1px 3px #00000014;display:flex;gap:4px;padding:12px 14px;width:-webkit-fit-content;width:fit-content}.dot{animation:bounce 1s infinite;background:#f97316;border-radius:50%;height:8px;width:8px}.dot:nth-child(2){animation-delay:.15s}.dot:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.chat-input-area{background:#fff;border-top:1px solid #f3f4f6;display:flex;gap:8px;padding:12px}.chat-input{border:1px solid #e5e7eb;border-radius:999px;color:#111;flex:1 1;font-size:14px;outline:none;padding:8px 16px;transition:border-color .2s}.chat-input:focus{border-color:#f97316}.chat-input:disabled{opacity:.5}.send-btn{align-items:center;background:#f97316;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:background .2s;width:36px}.send-btn:hover{background:#ea6c0a}.send-btn:disabled{cursor:not-allowed;opacity:.4}.chat-footer{background:#fff;color:#9ca3af;font-size:11px;padding:6px;text-align:center}
/*# sourceMappingURL=main.2c17d142.css.map*/