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}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body,html{background:#e1e1e1;font-family:Inter,sans-serif;height:100%;margin:0;padding:0}.chat-page{display:flex;flex-direction:column;height:100vh;overflow:hidden}.chat-header{align-items:center;background:#fff;border-bottom:1px solid #003f66;box-shadow:0 2px 8px #0000001a;color:#fff;display:flex;flex-shrink:0;height:64px;justify-content:space-between;padding:0 24px;z-index:100}.chat-header-logo{height:42px;object-fit:contain}.chat-header-title{color:#084c73;font-family:Raleway,sans-serif;font-size:18px;font-weight:600;text-align:center}.user-info{align-items:center;display:flex;gap:12px}.signout-btn,.user-info{color:#084c73;font-size:14px}.signout-btn{background-color:#ffffff26;border:1px solid #ffffff4d;border-radius:6px;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .2s ease}.signout-btn:hover{background-color:#ffffff40;border-color:#fff6}.content-area{flex:1 1}.content-area,.left-sidebar{display:flex;overflow:hidden}.left-sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;width:280px}.newchat-btn{align-items:center;background:#00598d;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;margin:16px;padding:12px 16px;transition:all .2s ease;width:calc(100% - 32px)}.newchat-btn:hover{background:#00446a;box-shadow:0 4px 8px #00598d33;transform:translateY(-1px)}.newchat-btn svg{height:16px;width:16px}.sidebar-section{display:flex;flex:1 1;flex-direction:column;overflow:hidden;padding:0 16px 16px}.sidebar-title{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:12px;padding:0 4px;text-transform:uppercase}.chat-history-list{display:flex;flex:1 1;flex-direction:column;gap:4px;overflow-y:auto}.chat-history-list::-webkit-scrollbar{width:6px}.chat-history-list::-webkit-scrollbar-track{background:#0000}.chat-history-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.chat-history-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.empty-history{color:#9ca3af;font-size:13px;font-style:italic;padding:20px;text-align:center}.chat-history-item{align-items:flex-start;background:#0000;border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:10px 12px;transition:all .2s ease}.chat-history-item:hover{background:#f3f4f6}.chat-history-item.active{background:#e0f2fe;border-left:3px solid #00598d}.chat-icon{color:#6b7280;flex-shrink:0;margin-top:2px}.chat-history-item.active .chat-icon{color:#00598d}.chat-info{flex:1 1;min-width:0}.chat-preview{color:#374151;font-size:13px;font-weight:500;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-history-item.active .chat-preview{color:#00598d}.chat-timestamp{color:#9ca3af;font-size:11px}.chat-wrapper{background:#f7f9fc;overflow:hidden;position:relative}.chat-window,.chat-wrapper{display:flex;flex:1 1;flex-direction:column}.chat-window{gap:16px;overflow-y:auto;padding:24px 24px 180px;z-index:0}.chat-window::-webkit-scrollbar{width:8px}.chat-window::-webkit-scrollbar-track{background:#0000}.chat-window::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.chat-window::-webkit-scrollbar-thumb:hover{background:#9ca3af}.bot-bubble,.user-bubble{border-radius:16px;font-size:15px;line-height:1.6;max-width:70%;padding:14px 18px;word-break:break-word}.user-bubble{align-self:flex-end;background:#00598d;border-bottom-right-radius:4px;box-shadow:0 2px 8px #00598d33;color:#fff}.bot-bubble{align-self:flex-start;background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000000d;color:#1f2937}.bot-bubble h1,.bot-bubble h2,.bot-bubble h3{font-weight:600;margin-bottom:8px;margin-top:16px}.bot-bubble h1{font-size:20px}.bot-bubble h2{font-size:18px}.bot-bubble h3{font-size:16px}.bot-bubble p{margin:8px 0}.bot-bubble ol,.bot-bubble ul{margin:8px 0;padding-left:24px}.bot-bubble li{margin:4px 0}.bot-bubble code{background:#f3f4f6;border-radius:4px;font-family:Courier New,monospace;font-size:13px;padding:2px 6px}.bot-bubble pre{background:#1f2937;border-radius:8px;color:#f9fafb;margin:12px 0;overflow-x:auto;padding:12px}.bot-bubble pre code{background:#0000;color:inherit;padding:0}.bot-bubble table{border-collapse:collapse;display:block;font-size:13px;margin:12px 0;max-height:500px;overflow:auto;width:100%}.bot-bubble table::-webkit-scrollbar{height:8px;width:8px}.bot-bubble table::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.bot-bubble table::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.bot-bubble table::-webkit-scrollbar-thumb:hover{background:#9ca3af}.bot-bubble table::-webkit-scrollbar-corner{background:#f3f4f6}.bot-bubble thead{display:table-header-group}.bot-bubble tbody{display:table-row-group}.bot-bubble td,.bot-bubble th{border:1px solid #e5e7eb;min-width:150px;padding:10px 12px;text-align:left;white-space:nowrap}.bot-bubble th{background:#00598d;color:#fff;font-weight:600;position:-webkit-sticky;position:sticky;top:0;z-index:10}.bot-bubble td{background:#fff}.bot-bubble tr:nth-child(2n) td{background:#f9fafb}.markdown-link{align-items:center;border-bottom:1px solid #00598d4d;color:#00598d;display:inline-flex;font-weight:500;gap:2px;text-decoration:none;transition:all .2s ease}.markdown-link:hover{border-bottom-color:#00446a;color:#00446a}.markdown-link svg{opacity:.6;transition:opacity .2s ease}.markdown-link:hover svg{opacity:1}.typing{align-items:center;align-self:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:16px;border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000000d;color:#6b7280;display:flex;font-size:14px;gap:10px;padding:12px 16px}.typing-dots{display:flex;gap:4px}.typing-dots span{animation:typing-bounce 1.4s ease-in-out infinite;background:#00598d;border-radius:50%;height:8px;width:8px}.typing-dots span:first-child{animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes typing-bounce{0%,80%,to{opacity:.5;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.loading-history{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:16px;padding:40px 20px;text-align:center}.loading-spinner{animation:spinner-rotate 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#00598d;height:40px;width:40px}@keyframes spinner-rotate{to{transform:rotate(1turn)}}.input-container{background:linear-gradient(0deg,#f7f9fc 70%,#0000);bottom:0;left:0;padding:20px 24px 24px;pointer-events:none;position:absolute;right:0}.input-floating{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 4px 16px #0000001a;display:flex;gap:12px;margin:0 auto;max-width:900px;padding:8px 12px;pointer-events:auto;position:relative;transition:all .2s ease}.input-floating:focus-within{border-color:#00598d;box-shadow:0 4px 20px #00598d26}.input-floating input{background:#0000;border:none;color:#1f2937;flex:1 1;font-size:15px;outline:none;padding:12px 16px}.input-floating input::placeholder{color:#9ca3af}.input-floating input:disabled{cursor:not-allowed;opacity:.6}.input-floating button{align-items:center;background:#00598d;border:none;border-radius:18px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:center;min-width:44px;padding:10px 16px;transition:all .2s ease}.input-floating button:hover:not(:disabled){background:#00446a;transform:scale(1.05)}.input-floating button:disabled{cursor:not-allowed;opacity:.4;transform:none}@media (max-width:1024px){.left-sidebar{width:240px}}@media (max-width:768px){.left-sidebar{bottom:0;left:-280px;position:absolute;top:64px;transition:left .3s ease;z-index:50}.left-sidebar.open{left:0}.chat-header-title{font-size:16px}.user-info span{display:none}.chat-window{padding:16px 16px 160px}.bot-bubble,.user-bubble{max-width:85%}.input-floating{max-width:100%}}.menu-wrapper{align-items:center;display:flex;position:relative}.menu-btn{background:none;border:none;border-radius:6px;color:#777;cursor:pointer;font-size:18px;padding:4px 8px;transition:background .2s ease}.menu-btn:hover{background:#0000000d;color:#333}.menu-dropdown{animation:fadeIn .15s ease-in;background:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a;overflow:hidden;position:absolute;right:0;top:100%;width:140px;z-index:999}.menu-item{background:none;border:none;color:#333;cursor:pointer;display:block;font-size:14px;padding:10px 12px;text-align:left;width:100%}.menu-item:hover{background:#f2f2f2}.menu-item.delete{color:#d9534f}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.landing-wrapper{color:#000;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;overflow:hidden;position:relative;z-index:1}.landing-wrapper:before{background-image:url(https://www.infojiniconsulting.com/wp-content/uploads/2021/06/Banner5.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";filter:blur(3px);-webkit-filter:blur(3px);height:calc(100% + 20px);left:-10px;position:fixed;top:-10px;width:calc(100% + 20px);z-index:-2}.landing-wrapper:after{background:#fffc;content:"";height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1}.landing-header{align-items:center;background:#fff;box-shadow:0 2px 8px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:18px 32px;position:relative;z-index:10}.landing-header-logo{object-fit:contain;width:120px}.chat-header-title{display:flex;flex:1 1;justify-content:center}.landing-signin-btn{background:#ffffff26;border:1px solid #ffffff4d;border-radius:6px;color:#004d72;cursor:pointer;font-family:Raleway,sans-serif;font-size:14px;font-weight:500;padding:10px 24px;transition:all .2s ease}.landing-signin-btn:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-1px)}.landing-body{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:40px 20px;position:relative;text-align:center;z-index:10}.landing-text-box{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#084c73;border:1px solid #ffffff80;border-radius:16px;box-shadow:0 8px 32px #00000026;color:#00598d;font-family:Raleway,sans-serif;max-width:700px;padding:40px 50px;width:80%}.landing-title{font-size:42px;font-weight:700;margin-bottom:20px;text-shadow:0 2px 4px #0000000d}.landing-desc,.landing-title{color:#fff;font-family:Raleway,sans-serif}.landing-desc{font-size:18px;line-height:1.6}.landing-footer{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#333333e6;border-top:1px solid #ffffff1a;color:#fff;padding:20px 0;position:relative;text-align:center;z-index:10}@media (max-width:768px){.landing-title{font-size:32px}.landing-desc{font-size:16px}.landing-text-box{padding:30px 25px;width:90%}.landing-header{padding:14px 20px}}
/*# sourceMappingURL=main.36008629.css.map*/