*{box-sizing:border-box;margin:0;padding:0}body{color:#111}.chat-fullscreen-root,body{background:#fff;font-family:DM Sans,sans-serif;font-family:var(--chat-font-family,"DM Sans",sans-serif)}.chat-fullscreen-root{display:flex;flex-direction:column;height:100%;inset:0;position:fixed;width:100%}.chat-loading-screen{align-items:center;display:flex;flex:1 1;justify-content:center}.chat-window{background-color:#fff;height:100%;margin:0 auto;max-width:1000px;width:100%}.chat-header,.chat-window{display:flex;flex-direction:column}.chat-header{border-radius:4px;margin-bottom:8px;padding:12px}.chat-header-content{align-items:center;display:flex;justify-content:space-between}.chat-header-left{align-items:center;display:flex;gap:10px}.chat-header-logo{border-radius:50%;height:32px;object-fit:cover;width:32px}.chat-header-title{font-size:17px;font-weight:700}.chat-header-actions{align-items:center;display:flex;gap:6px;position:relative}.chat-ellipsis-btn{background:none;border:none;border-radius:6px;color:inherit;cursor:pointer;font-size:20px;margin:0;padding:4px;transition:background-color .2s ease,transform .2s ease}.chat-ellipsis-btn:hover{transform:scale(1.08)}.chat-ellipsis-btn svg{display:block;height:1.4em;width:1.4em}.chat-menu{background:#fff;border:1px solid #00000014;border-radius:10px;box-shadow:0 8px 24px #00000026;color:#1f2937;min-width:160px;opacity:0;padding:6px;pointer-events:none;position:absolute;right:0;top:calc(100% + 8px);transform:translateY(-6px);transition:opacity .15s ease,transform .15s ease;z-index:999999}.chat-menu.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.chat-menu-item{align-items:center;background:#0000;border:0;border-radius:8px;color:inherit;cursor:pointer;display:flex;font:inherit;gap:8px;padding:8px 10px;text-align:left;width:100%}.chat-menu-item:hover{background:#f3f4f6}.chat-menu-item svg{display:block;height:1em;width:1em}.chat-body{-webkit-overflow-scrolling:touch;background-color:#fff;display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:0 12px 8px}.chat-message-row{align-items:flex-start;display:flex;gap:0;margin:2px 0}.chat-message-row.user{justify-content:flex-end}.chat-message-row.bot{justify-content:flex-start}.chat-message-avatar{background-color:#0000000d;background-position:50%;background-size:cover;border:1px solid #00000014;border-radius:50%;flex-shrink:0;height:28px;margin-right:8px;margin-top:5px;width:28px}.chat-message{border-radius:8px;display:inline-block;font-size:16px;line-height:1.5;margin:2px 0;max-width:70%;padding:7px}.chat-message-row.bot .chat-message{max-width:70%}.chat-user-message{align-self:flex-end;background-color:#f2f2f2;border:none;border-radius:10px;color:#000;text-align:left}.chat-bot-message{align-self:flex-start;background-color:#fff;border-radius:8px;color:#333;padding-left:0}.chat-bot-message a{color:#5e1bff;font-weight:500;text-decoration:underline}.chat-bot-message p{margin:0 0 .9em}.chat-bot-message h1,.chat-bot-message h2,.chat-bot-message h3,.chat-bot-message h4,.chat-bot-message h5,.chat-bot-message h6{font-size:1em;line-height:inherit;margin:0 0 .9em}.chat-bot-message ol,.chat-bot-message ul{margin:.9em 0;padding-left:1.25em}.chat-bot-message li{margin:.25em 0}.chat-bot-message hr{border:none;border-top:1px solid #00000014;margin:.9em 0}.chat-bot-message table{margin:.9em 0}.chat-bot-message>:first-child{margin-top:0;padding-top:0}.chat-bot-message>:last-child{margin-bottom:0;padding-top:0}.chat-user-message>:first-child{margin-top:0}.chat-user-message>:last-child{margin-bottom:0}.chat-bot-message table{border-collapse:initial;border-spacing:0;margin-bottom:15px;margin-top:15px;overflow:auto;width:100%}.chat-bot-message td,.chat-bot-message th{border:1px solid #00000014;font-size:14px;padding:.35rem .5rem;text-align:left}.chat-bot-message th{background-color:#0000000f;border-bottom:none;border-right:0;color:#000;padding:.5rem}.chat-bot-message th:last-child{border-right:1px solid #00000014}.chat-bot-message td{border-bottom:0 solid #00000014;border-right:0 solid #00000014}.chat-bot-message td:last-child{border-right:1px solid #00000014}.chat-bot-message tr:first-child th:first-child{border-top-left-radius:8px}.chat-bot-message tr:first-child th:last-child{border-top-right-radius:8px}.chat-bot-message tr:last-child td:first-child{border-bottom-left-radius:8px}.chat-bot-message tr:last-child td:last-child{border-bottom-right-radius:8px}.chat-bot-message tr:last-child td{border-bottom:1px solid #00000014}.chat-loading-row{display:flex;justify-content:flex-start;margin:6px 0}.chat-loading-dots{align-items:center;display:flex;height:40px;justify-content:left;margin-bottom:5px;margin-top:10px}.chat-loading-dots div{animation:chat-loading .6s infinite alternate;border-radius:50%;height:8px;margin:0 4px;width:8px}@keyframes chat-loading{to{opacity:.3;transform:translateY(-8px)}}.chat-loading-dots div:nth-child(2){animation-delay:.2s}.chat-loading-dots div:nth-child(3){animation-delay:.4s}.chat-footer{background-color:#fff;display:flex;flex-direction:column;gap:8px}.chat-predefined-container{background:#fff;display:flex;flex-wrap:wrap-reverse;gap:8px;justify-content:flex-end;padding:6px 12px 0}.chat-predefined-container::-webkit-scrollbar{display:none}.chat-predefined-question{background:#0000;border:1px solid #e8e8e8;border-radius:20px;color:#333;cursor:pointer;flex:0 0 auto;font-family:inherit;font-size:14px;padding:6px 12px;transition:background-color .25s,transform .2s;white-space:nowrap}.chat-predefined-question:hover{background:#f1f1f1;transform:translateY(-1px)}.chat-predefined-question.is-disabled{opacity:.5;pointer-events:none}.chat-powered-by{display:flex;justify-content:center}.chat-powered-by-text{color:#929292;cursor:pointer;font-size:10px;text-decoration:underline}.chat-input-container{background-color:#fafafa;border:1px solid #f1f1f1;border-radius:4px;display:flex;gap:8px;padding:10px 12px}.chat-input{border:1px solid #ccc;border-radius:8px;flex:1 1;font-family:inherit;font-size:16px;outline:none;padding:10px 12px}.chat-input:focus{border-color:#999}.chat-input:disabled{background:#f5f5f5;cursor:not-allowed}.chat-send-btn{align-items:center;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:10px 16px;transition:background-color .4s ease,transform .2s ease}.chat-send-btn:hover{transform:translateY(-1.5px)}.chat-send-btn:disabled{cursor:not-allowed;opacity:.5}.chat-send-btn svg{height:16px;width:16px}@media (max-width:768px){.chat-header{padding:12px 10px}.chat-header-title{font-size:18px}.chat-message{font-size:16px}.chat-body{padding:8px 10px}.chat-input-container{padding:10px}.chat-predefined-container{padding:6px 10px 0}}@media (max-width:420px){.chat-message{max-width:90%}.chat-input{font-size:15px;padding:9px 10px}.chat-send-btn{padding:9px 12px}}.login-wrapper{align-items:center;background:linear-gradient(135deg,#5e1bff,#2b0c84);display:flex;font-family:Inter,sans-serif;height:100vh;justify-content:center;overflow:hidden;width:100vw}.login-card{animation:fadeIn .8s ease;background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000026;color:#1f2937;max-width:380px;padding:30px;text-align:center;width:90%}.login-card h1{color:#111827;font-size:1.9rem;letter-spacing:-.5px;margin-bottom:10px;margin-top:0}.login-card p{color:#4b5563;font-size:.95rem;margin-bottom:26px}.login-input{background:#f9fafb;border:1px solid #d1d5db;border-radius:10px;color:#111827;font-size:1rem;margin-bottom:18px;outline:none;padding:12px 16px;transition:border .2s ease,background .2s ease;width:100%}.login-input::placeholder{color:#9ca3af}.login-input:focus{background:#fff;border-color:#5e1bff}.login-button{background:#5e1bff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 16px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.login-button:hover{box-shadow:0 4px 12px #5e1bff4d;transform:translateY(-2px)}.divider{color:#9ca3af;font-size:.85rem;margin:22px 0;position:relative}.divider:after,.divider:before{background:#e5e7eb;content:"";height:1px;position:absolute;top:50%;width:35%}.divider:before{left:0}.divider:after{right:0}.create-link{color:#5e1bff;display:inline-block;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s ease}.create-link:hover{color:#4210b8}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.login-card{padding:36px 28px}.login-card h1{font-size:1.6rem}}:root{--vh:1vh}#root,body,html{font-family:Roboto,sans-serif;height:100%;margin:0;padding:0;width:100%}@supports (height:100dvh){#root,body,html{min-height:100dvh}}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}
/*# sourceMappingURL=main.ea67c3b5.css.map*/