.markdown-content table{border-collapse:collapse;width:100%;margin:1rem 0;background-color:#f5f5f5}.markdown-content th,.markdown-content td{border:1px solid #ddd;padding:4px 6px;text-align:left}.markdown-content b,.markdown-content strong{font-weight:600}.markdown-content th{background-color:#f5f5f5;font-weight:600;color:#333}.markdown-content tr:nth-child(2n){background-color:#f9f9f9}.markdown-content tr:hover{background-color:#f0f0f0}@media (max-width: 768px){.markdown-content table{font-size:.8rem}.markdown-content th,.markdown-content td{padding:6px 8px}}.ChatBot .chatbot-container{position:fixed;bottom:25px;right:20px;width:420px;height:550px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014;display:flex;flex-direction:column;z-index:1000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden;transition:width .3s ease,height .3s ease}.ChatBot .chatbot-container.chatbot-expanded{width:750px;height:650px}.ChatBot .chatbot-header{background:linear-gradient(135deg,#db282e,#c02025);color:#fff;padding:16px;display:flex;justify-content:space-between;align-items:center;border-radius:12px 12px 0 0}.ChatBot .chatbot-header-info{display:flex;align-items:center;gap:10px}.ChatBot .chatbot-avatar{width:40px;height:40px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px}.ChatBot .chatbot-title h3{margin:0;font-size:16px;font-weight:600}.ChatBot .chatbot-status{font-size:12px;opacity:.8}.ChatBot .chatbot-actions{display:flex;gap:8px}.ChatBot .chatbot-expand,.ChatBot .chatbot-reset,.ChatBot .chatbot-close{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.ChatBot .chatbot-expand:hover,.ChatBot .chatbot-reset:hover,.ChatBot .chatbot-close:hover{background:#ffffff4d}.ChatBot .chatbot-expand:hover{transform:scale(1.1)}.ChatBot .chatbot-expand i{transition:transform .2s;font-size:14px}.ChatBot .chatbot-reset:hover{transform:rotate(90deg)}.ChatBot .chatbot-reset i{transition:transform .2s}.ChatBot .chatbot-messages{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background:#f8f9fa}.ChatBot .chatbot-messages::-webkit-scrollbar{width:4px}.ChatBot .chatbot-messages::-webkit-scrollbar-track{background:transparent}.ChatBot .chatbot-messages::-webkit-scrollbar-thumb{background:#d0d7de;border-radius:2px}.ChatBot .message{display:flex;margin-bottom:8px}.ChatBot .message strong{font-weight:600}.ChatBot .message code{color:#000}.ChatBot .message-user{justify-content:flex-end}.ChatBot .message-bot{justify-content:flex-start}.ChatBot .message-update{justify-content:flex-start;margin-bottom:0}.ChatBot .message-update .message-text{color:#444;border-radius:0;padding:2px 10px;border:1px solid #e4e6ea}.ChatBot .message-update .message-content{width:100%;background-color:#f0f0f0}.ChatBot .message-update .message-content p{margin-bottom:0}.ChatBot .message-content{max-width:80%;display:flex;flex-direction:column}.ChatBot .message-text{padding:12px 16px;border-radius:18px;font-size:14px;line-height:1.4;word-wrap:break-word}.ChatBot .message-user .message-text{background:#db282e;color:#fff;border-bottom-right-radius:4px}.ChatBot .message-bot .message-text{background:#e4e6ea;color:#1c1e21;border-bottom-left-radius:4px}.ChatBot .message-time{font-size:11px;color:#65676b;margin-top:4px;padding:0 4px}.ChatBot .message-user .message-time{text-align:right}.ChatBot .message-bot .message-time{text-align:left}.ChatBot .typing-indicator{background:#e4e6ea;padding:12px 16px;display:flex;align-items:center;gap:4px;border-radius:18px 18px 18px 4px}.ChatBot .typing-indicator span{width:8px;height:8px;border-radius:50%;background:#65676b;animation:typing 1.4s infinite ease-in-out}.ChatBot .typing-indicator span:nth-child(1){animation-delay:-.32s}.ChatBot .typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.ChatBot .chatbot-input{padding:16px;background:#fff;border-top:1px solid #e4e6ea}.ChatBot .chatbot-input-container{position:relative;display:flex;align-items:flex-end;gap:8px;background:#f0f2f5;border-radius:20px;padding:8px 12px}.ChatBot .chatbot-textarea{flex:1;border:none;background:transparent;resize:none;outline:none;font-size:14px;line-height:1.4;max-height:100px;min-height:20px;font-family:inherit;color:#1c1e21;place-self:flex-start;margin-top:4px}.ChatBot .chatbot-textarea::placeholder{color:#65676b}.ChatBot .chatbot-send-button{background:#db282e;border:none;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;flex-shrink:0}.ChatBot .chatbot-send-button:hover:not(:disabled){background:#c02025}.ChatBot .chatbot-send-button:disabled{background:#bcc0c4;cursor:not-allowed}.ChatBot .chatbot-send-button i{font-size:16px}@media (max-width: 480px){.ChatBot .chatbot-container{width:calc(100vw - 40px);right:20px;left:20px;height:60vh;max-height:500px}.ChatBot .chatbot-container.chatbot-expanded{width:calc(100vw - 20px);height:70vh;max-height:600px}}@media (max-width: 768px) and (min-width: 481px){.ChatBot .chatbot-container.chatbot-expanded{width:calc(100vw - 40px);right:20px;left:20px}}@media (min-width: 769px){.ChatBot .chatbot-container.chatbot-expanded{width:750px}}@media (min-width: 1200px){.ChatBot .chatbot-container.chatbot-expanded{width:900px;height:700px}}.ChatBot .chatbot-fab{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background:linear-gradient(135deg,#db282e,#c02025);border:none;border-radius:50%;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 20px #db282e4d,0 2px 8px #00000026;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1000;animation:fabPulse 2s infinite}.ChatBot .chatbot-fab:hover{transform:scale(1.1);box-shadow:0 6px 25px #db282e66,0 4px 12px #0003}.ChatBot .chatbot-fab:active{transform:scale(.95)}.ChatBot .chatbot-fab i{font-size:28px}.ChatBot .chatbot-badge{position:absolute;top:-8px;right:-8px;background:#f44;color:#fff;border-radius:12px;min-width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;border:2px solid white;box-shadow:0 2px 4px #0003;animation:badgePulse 1s ease-in-out infinite alternate}@keyframes badgePulse{0%{transform:scale(1)}to{transform:scale(1.1)}}.ChatBot .chatbot-container{animation:slideUp .3s ease-out}.ChatBot .chatbot-fab{animation:slideUp .3s ease-out,fabPulse 2s infinite .3s}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 480px){.ChatBot .chatbot-fab{width:56px;height:56px;bottom:16px;right:16px}.ChatBot .chatbot-fab i{font-size:24px}.ChatBot .chatbot-badge{top:-6px;right:-6px;min-width:20px;height:20px;font-size:11px}}.chatbot-powered-by{text-align:center;margin-top:8px}.chatbot-powered-by a{text-align:center;font-size:12px;color:#aaaaac}.chatbot-powered-by a:hover{color:#777}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ChatBot .loading-text{background:linear-gradient(135deg,#fff 25%,#000,#fff 75%);background-size:200% 100%;animation:shimmer 1.5s infinite ease-in-out;background-clip:text;-webkit-background-clip:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ChatBot .chatbot-record-button{background:#6c757d;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;margin-right:0}.ChatBot .chatbot-record-button:hover{background:#5a6268;transform:scale(1.05)}.ChatBot .chatbot-record-button.recording{background:#dc3545;animation:pulse 1.5s ease-in-out infinite}.ChatBot .chatbot-record-button.recording:hover{background:#c82333}.ChatBot .chatbot-record-button i{font-size:20px;color:#fff}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #dc3545b3}50%{opacity:.8;box-shadow:0 0 0 10px #dc354500}}.ChatBot .chatbot-audio-preview{display:flex;flex-direction:column;gap:12px;padding:16px;background:#f8f9fa;border-radius:12px}.ChatBot .audio-preview-content{display:flex;align-items:center;gap:12px}.ChatBot .audio-player{flex:1;height:32px}.ChatBot .audio-duration{font-size:14px;color:#6c757d;font-weight:500}.ChatBot .audio-preview-actions{display:flex;gap:8px;justify-content:flex-end}.ChatBot .chatbot-cancel-button{background:#6c757d;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.ChatBot .chatbot-cancel-button:hover{background:#5a6268;transform:scale(1.05)}.ChatBot .chatbot-cancel-button i{font-size:20px;color:#fff}.ChatBot .audio-level-indicator{position:absolute;top:49px;left:16px;right:16px;height:4px;background:#e9ecef;border-radius:2px 2px 0 0;overflow:hidden}.ChatBot .audio-level-bar{height:100%;background:linear-gradient(90deg,#28a745,#20c997,#17a2b8);transition:width .1s ease-out;border-radius:2px}.ChatBot .audio-level-indicator.active{height:6px}.ChatBot .suggested-responses{display:flex;flex-direction:column;gap:8px;padding:12px 16px;background:#f8f9fa;align-items:flex-end}.ChatBot .suggested-response-button{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #dee2e6;border-radius:20px;cursor:pointer;transition:all .2s ease;font-size:14px;color:#495057;text-align:left;width:auto}.ChatBot .suggested-response-button .icon{font-size:16px}.ChatBot .message-output{font-style:italic;max-height:60px;overflow-y:auto;border-top:1px solid #cecece;padding-top:5px;margin-top:5px;display:block}
