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}*{box-sizing:border-box;font-family:sans-serif;margin:0;padding:0;transition:all .2s ease}.overlay{background:#0003;cursor:pointer;inset:0;position:absolute;z-index:5}.page{background:#f1f3e9;border:1px solid #ddd;border-radius:16px;cursor:default;display:flex;flex-direction:column;height:95vh;margin-left:35%;margin-right:35%;margin-top:1%;overflow:hidden;position:relative;width:30%}.header{background:linear-gradient(135deg,#0f2b46,#1c3d5a);color:#fff;justify-content:space-between;padding:12px}.header,.header-left{align-items:center;display:flex}.header-left{gap:10px}.header img{border-radius:8px;height:40px;width:40px}.title{font-size:14px;font-weight:600;margin-left:10px}.subtitle{font-size:11px;margin-left:10px;opacity:.8}.online{align-items:center;background:#ffffff26;border-radius:20px;display:flex;font-size:12px;gap:5px;padding:5px 10px}.dot{animation:blink 2s infinite;background:#4caf50;border-radius:50%;display:inline-block;height:8px;width:8px}.chat{display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:12px}.msg{border-radius:12px;font-size:13px;line-height:1.4;max-width:75%;padding:10px 12px;white-space:pre-line}.msg.bot{align-self:flex-start;background:#fff;box-shadow:0 2px 6px #00000014}.msg.user{align-self:flex-end;background:#0f2b46;color:#fff}.quick{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:25px;padding:10px}.quick button{background:#fff;border:1px solid #0f2b46;border-radius:20px;color:#0f2b46;cursor:pointer;font-size:12px;padding:6px 10px;transition:.2s}.quick button:hover{background:#0f2b46;color:#fff}.inputBox button{background:#0f2b46}.footer{background:#fafafa;color:#888;font-size:11px;padding:6px;text-align:center}.newChatBtn{background:#fff;border:none;border-radius:20px;color:#0f2b46;cursor:pointer;font-size:12px;font-weight:500;padding:5px 10px;transition:.2s}.newChatBtn:hover{background:#e6e6e6}.msgRow{display:flex;flex-direction:row;margin:8px 0}.msgRow.user{justify-content:flex-end}.msgRow.bot{align-items:flex-end;display:flex;flex-direction:row;justify-content:flex-start}.bubble{border-radius:14px;font-size:14px;line-height:1.4;max-width:70%;padding:10px 14px;width:fit-content}.bubble,.bubble.user{white-space:pre-wrap;word-break:break-word}.bubble.user{background:linear-gradient(135deg,#4f46e5,#6366f1);border-radius:18px;border-bottom-right-radius:6px;color:#fff;display:inline-block;font-size:15px;max-width:75%;min-width:fit-content;padding:12px 16px}.bubble.bot{background:#f1f5f9;border-bottom-left-radius:4px;color:#111}.avatar{border-radius:50%;height:28px;margin-right:6px;width:28px}.time{font-size:10px;margin-top:2px;opacity:.6}.inputBox{background:#fff;border-top:1px solid #eee;display:flex;padding:10px}.inputBox input{border:1px solid #ddd;border-radius:20px;flex:1 1;outline:none;padding:10px}.inputBox button{background:#4f46e5;border:none;border-radius:50%;color:#fff;cursor:pointer;height:40px;margin-left:8px;width:40px}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.msgRow.user .bubble{display:inline-block;margin-right:8px}.msgRow.user .time{margin-right:10px;text-align:right}.msgRow>div{display:flex;flex-direction:column}@media (max-width:768px){.page{border-radius:0;height:100vh;margin:0;width:100%}}.header-actions{align-items:center;display:flex;gap:8px}.header-actions button{background:#fff;border:none;border-radius:20px;cursor:pointer;font-size:12px;padding:6px 10px}.historyPanel{background:#fff;border-radius:10px;box-shadow:0 4px 10px #0003;padding:10px;position:absolute;right:10px;top:70px;width:200px;z-index:10}.historyItem{border-bottom:1px solid #eee;cursor:pointer;padding:6px}.historyItem:hover{background:#f1f1f1}.page.dark{background:#0f172a;color:#fff}.page.dark .bubble.bot,.page.dark .historyPanel{background:#1e293b;color:#fff}.menuWrapper{position:relative}.menuWrapper button{cursor:pointer;font-size:18px;padding:6px 10px}.menuDropdown{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 10px #0000001a;position:absolute;right:0;top:35px;width:160px;z-index:100}.menuDropdown div{cursor:pointer;padding:10px}.menuDropdown div:hover{background:#f3f4f6}.menuDropdown div,.menuWrapper button{color:#2563eb}.historyContent{display:flex;flex:1 1;flex-direction:column}.historyTitle{font-size:14px;font-weight:500}.historyTime{color:gray;font-size:11px}.bubble,.historyItem{box-shadow:0 2px 8px #0000001a}.typing{align-items:center;gap:4px;min-height:20px}.typing,.typing span{display:flex;flex-direction:row}.typing span{animation:blink 1.4s infinite;background:currentColor;border-radius:50%;height:6px;width:6px}@keyframes blink{0%,80%,to{opacity:0}40%{opacity:1}}.sidebarOverlay{width:100%}.sidebar,.sidebarOverlay{height:100%;left:0;position:absolute;top:0}.sidebar{background:#fff;border-right:1px solid #ddd;width:260px;z-index:10}.sidebarHeader{display:flex;justify-content:space-between}.sidebarActions div{cursor:pointer;padding:10px}.sidebarHistory{margin-left:10px;margin-top:5px}.sidebarItem{cursor:pointer;display:flex;justify-content:space-between;padding:8px}h3{margin-left:10px;margin-top:10px}.sidebarItem:hover{background:#eee}.dark .sidebar{background:#000;color:#fff}.page.menu-open{cursor:pointer}.typingWrapper{align-items:flex-start;display:flex!important;flex-direction:column!important;gap:6px}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}.searchBox{padding:8px}.searchBox input{border:1px solid #ddd;border-radius:6px;outline:none;padding:8px;width:100%}
/*# sourceMappingURL=main.c235c4c1.css.map*/