body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.chat-container{background:#f0f6fb;border-radius:12px;box-shadow:0 0 15px #0000001a;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:90vh;margin:0 auto;max-width:420px;overflow:hidden;width:100%}.chat-header{align-items:center;background:#007bff;color:#fff;display:flex;font-size:16px;font-weight:600;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.chat-logo{height:30px;margin-right:10px}.chat-messages{background-color:#f0f6fb;display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:12px;scroll-behavior:smooth}.chat-bubble{word-wrap:break-word;border-radius:14px;box-shadow:0 1px 3px #0000000d;font-size:14px;line-height:1.4;margin:6px 0;max-width:75%;padding:10px 14px}.user-bubble{align-self:flex-end;background:#cce5ff;border-bottom-right-radius:4px;color:#004085}.bot-bubble{align-self:flex-start;background:#fff;border-bottom-left-radius:4px;color:#333}.suggestions{display:flex;flex-wrap:wrap;margin-top:6px}.suggestion-btn{background:#e9f3ff;border:1px solid #cce0ff;border-radius:12px;cursor:pointer;font-size:13px;margin:3px;padding:6px 10px;transition:background .2s}.suggestion-btn:hover{background:#d8e9ff}.chat-input-area{background:#fff;border-top:1px solid #dce3eb;bottom:0;display:flex;padding:10px;position:-webkit-sticky;position:sticky}.chat-input{background:#f9fcff;border:1px solid #cdd9e3;border-radius:20px;flex:1 1;font-size:14px;outline:none;padding:10px}.chat-send{background:#007bff;border:none;border-radius:20px;color:#fff;cursor:pointer;margin-left:8px;padding:0 16px;transition:background .2s}.chat-send:hover{background:#0069d9}.typing-indicator{align-items:center;display:flex;justify-content:flex-start}.typing-indicator span{animation:blink 1.4s infinite both;background-color:#007bff;border-radius:50%;display:inline-block;height:8px;margin:0 2px;width:8px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:10px}@media (max-width:768px){.chat-container{border-radius:0;height:100vh;width:100%}.chat-header{font-size:15px;padding:10px}.chat-input{font-size:13px}.chat-send{padding:0 12px}.chat-bubble{font-size:13px;padding:8px 12px}}
/*# sourceMappingURL=main.eeed4f20.css.map*/