@import "https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap";
.Chat-module__r4LmDW__chatContainer{background-color:#fff;flex-direction:column;height:100%;padding:1em;display:flex}.Chat-module__r4LmDW__chatShell{width:100%;height:100%;display:flex;position:relative}.Chat-module__r4LmDW__chatMain{flex:auto;align-items:stretch;min-width:0;display:flex;position:relative}.Chat-module__r4LmDW__chatContent{flex-direction:column;flex:auto;min-width:0;display:flex;position:relative}.Chat-module__r4LmDW__bot-avatar{box-sizing:border-box;border-radius:9999px;flex:none;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;min-height:32px;padding:6px;display:inline-flex}.Chat-module__r4LmDW__bot-avatar-img{object-fit:contain;width:100%;height:100%;display:block}@media (max-width:768px),(orientation:portrait){.Chat-module__r4LmDW__bot-avatar{width:28px;min-width:28px;height:28px;min-height:28px;padding:4px}}.Chat-module__r4LmDW__header{justify-content:space-between;align-items:center;padding:5px;display:flex}.Chat-module__r4LmDW__chatTitle{text-align:center;width:100%;font-weight:700}.Chat-module__r4LmDW__classificationSelect{width:25%}.Chat-module__r4LmDW__messagesContainer{background-color:#f7f7f7;border:1px solid #ccc;border-radius:4px;flex-direction:column;flex:1;height:calc(60vh - 200px);padding:10px;display:flex;overflow-y:auto}.Chat-module__r4LmDW__welcomeContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.Chat-module__r4LmDW__brandName{color:red}.Chat-module__r4LmDW__messageRow{align-items:flex-start;margin-bottom:.5rem;display:flex}.Chat-module__r4LmDW__userMessageRow{justify-content:flex-end}.Chat-module__r4LmDW__botMessageRow{justify-content:flex-start}.Chat-module__r4LmDW__chatBubble{word-wrap:break-word;overflow-wrap:break-word;border-radius:15px;max-width:690px;padding:10px 0;overflow:visible}.Chat-module__r4LmDW__chatBubble pre{white-space:pre-wrap;word-wrap:break-word;font-family:sans-serif;font-size:14px;line-height:1.5}.Chat-module__r4LmDW__chatBubble code{background-color:inherit;font-family:inherit}.Chat-module__r4LmDW__user{max-width:550px;padding:var(--4,16px);border-radius:var(--rounded-lg,8px);background:var(--primary-50,#eae2f8);text-align:left;flex-direction:column;place-content:flex-start center;gap:10px;margin-right:.5rem;display:flex}.Chat-module__r4LmDW__bot{text-align:left}.Chat-module__r4LmDW__botIcon,.Chat-module__r4LmDW__userIcon{border:1px solid;border-radius:50%;width:20px;height:20px;margin:0 10px}.Chat-module__r4LmDW__bot .Chat-module__r4LmDW__loadingSpinner{color:#fff}.Chat-module__r4LmDW__inputContainer{padding-top:10px;display:flex}.Chat-module__r4LmDW__sendButton{width:1vh;height:100%;margin-left:.5rem}.Chat-module__r4LmDW__footer{justify-content:center;align-items:center;display:flex}.Chat-module__r4LmDW__footerText{margin-right:.5rem}.Chat-module__r4LmDW__chatBubble p{padding-left:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.6}.Chat-module__r4LmDW__chatBubble ul,.Chat-module__r4LmDW__chatBubble ol{padding-left:29px;list-style-position:outside}.Chat-module__r4LmDW__chatBubble li{color:var(--gray-900,#27241d);overflow-wrap:break-word;word-wrap:break-word;white-space:normal;margin-bottom:5px;padding-left:0;font-size:14px;list-style-type:disc;display:list-item}.Chat-module__r4LmDW__chatBubble ul li{color:var(--gray-900,#27241d);font-size:14px;list-style-type:disc}.Chat-module__r4LmDW__chatBubble ol li{color:var(--gray-900,#27241d);font-size:14px;list-style-type:decimal}.Chat-module__r4LmDW__chatBubble table{border-collapse:collapse;width:100%;color:var(--gray-900,#27241d);margin-top:10px;font-size:14px;display:block;overflow-x:auto}.Chat-module__r4LmDW__chatBubble th,.Chat-module__r4LmDW__chatBubble td{text-align:left;color:var(--gray-900,#27241d);word-wrap:break-word;overflow-wrap:break-word;border:1px solid #000;padding:8px;font-size:14px}.Chat-module__r4LmDW__references{border-top:1px solid #ccc;margin-top:30px;font-size:14px}.Chat-module__r4LmDW__referenceHeading{margin-top:15px;margin-bottom:15px;font-weight:700}.Chat-module__r4LmDW__bot .Chat-module__r4LmDW__referenceLink{color:#653cad;text-transform:none;border-radius:4px;margin-right:10px;padding:2px 4px;font-size:.9em;text-decoration:underline;transition:background-color .3s}.Chat-module__r4LmDW__bot .Chat-module__r4LmDW__referenceLink:hover{color:#000;background-color:#e0e0e0}.Chat-module__r4LmDW__gradient-text{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#5521b5 100%,#cabffd 0%,#6c2bd9 100%);-webkit-background-clip:text;background-clip:text;font-family:Inter,sans-serif;font-size:48px;font-style:normal;font-weight:600;line-height:150%}.Chat-module__r4LmDW__scroll-container{scrollbar-width:thin;scrollbar-color:#888 transparent}.Chat-module__r4LmDW__scroll-container::-webkit-scrollbar{width:6px}.Chat-module__r4LmDW__scroll-container::-webkit-scrollbar-track{background:0 0}.Chat-module__r4LmDW__scroll-container::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px}.Chat-module__r4LmDW__scroll-container::-webkit-scrollbar-thumb:hover{background:#555}@keyframes Chat-module__r4LmDW__blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}.Chat-module__r4LmDW__dot:first-child{animation:1.5s infinite Chat-module__r4LmDW__blink}.Chat-module__r4LmDW__dot:nth-child(2){animation:1.5s .5s infinite Chat-module__r4LmDW__blink}.Chat-module__r4LmDW__dot:nth-child(3){animation:1.5s 1s infinite Chat-module__r4LmDW__blink}.Chat-module__r4LmDW__thinkingMessageText{align-items:center;gap:.25rem;display:inline-flex;position:relative}.Chat-module__r4LmDW__thinkingMessageAnimate{animation:.6s Chat-module__r4LmDW__thinkingMessageFade}@keyframes Chat-module__r4LmDW__thinkingMessageFade{0%{opacity:0;transform:translateY(6px)}60%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}.Chat-module__r4LmDW__referenceItem{align-items:flex-start;gap:2px;margin-bottom:8px;display:flex}.Chat-module__r4LmDW__referenceNumber{color:#666;min-width:20px;margin-top:2px;font-weight:500}.Chat-module__r4LmDW__referenceLink{text-align:left;flex:1;justify-content:flex-start;padding-left:0;font-weight:700}.Chat-module__r4LmDW__menuIcon{flex-direction:column;justify-content:space-between;width:16px;height:12px;margin-right:8px;display:flex}.Chat-module__r4LmDW__menuIcon span{background-color:#666;border-radius:1px;width:100%;height:2px;display:block}.Chat-module__r4LmDW__referenceIcon{margin-right:10px}.Chat-module__r4LmDW__referenceItem{align-items:flex-start;margin-bottom:8px;display:flex}.Chat-module__r4LmDW__referenceNumber{color:#666;min-width:20px;margin-top:2px;margin-right:0;font-weight:500}.Chat-module__r4LmDW__referenceLink{text-align:left;flex:1;padding-left:0;font-weight:700}.Chat-module__r4LmDW__referenceLinesContainer{margin-left:5px}.Chat-module__r4LmDW__referenceLine{color:#666;margin-top:2px;font-size:.75rem;font-style:italic;line-height:1.2}.Chat-module__r4LmDW__referenceLine1{color:#000;margin-top:2px;font-size:.75rem;line-height:1.2}.Chat-module__r4LmDW__referenceLinkActive{font-weight:600;text-decoration:underline}.Chat-module__r4LmDW__previewPanel{opacity:0;z-index:95;background-color:#fff;border-left:1px solid #d3cec4cc;flex:0 0 0;max-width:0;height:100%;transition:flex-basis .28s,max-width .28s,opacity .22s,transform .22s;position:relative;overflow:hidden;transform:translate(32px);box-shadow:-8px 0 24px #27241d0f}.Chat-module__r4LmDW__previewPanelOpen{opacity:1;flex:0 0 clamp(320px,30vw,420px);max-width:clamp(320px,30vw,420px);transform:translate(0)}.Chat-module__r4LmDW__previewPanelContent{background-color:#fff;flex-direction:column;height:100%;padding:24px;display:flex;overflow-y:auto}.Chat-module__r4LmDW__previewHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.Chat-module__r4LmDW__previewHeaderText{flex-direction:column;gap:4px;display:flex}.Chat-module__r4LmDW__previewTitle{color:#27241d;font-weight:600}.Chat-module__r4LmDW__previewSourceDetail{color:#7d7666}.Chat-module__r4LmDW__previewTag{color:#5f5b53;text-transform:uppercase;letter-spacing:.04em;background-color:#f5f2ea;border-radius:999px;align-self:flex-start;padding:2px 10px;font-size:12px}.Chat-module__r4LmDW__previewClose{color:#5f5b53;cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:24px;line-height:1;transition:color .15s}.Chat-module__r4LmDW__previewClose:hover{color:#27241d}.Chat-module__r4LmDW__previewBody{flex-direction:column;flex:auto;gap:16px;display:flex}.Chat-module__r4LmDW__previewSnippet{background-color:#fffbea;border:1px solid #f2e29a;border-radius:12px;padding:16px}.Chat-module__r4LmDW__previewMeta{text-transform:uppercase;letter-spacing:.06em;color:#7d7666;margin-bottom:8px;font-size:12px}.Chat-module__r4LmDW__previewQuote{color:#27241d;background-color:#fff3b0;border-radius:10px;padding:12px;overflow-x:auto}:is(.Chat-module__r4LmDW__previewQuote p,.Chat-module__r4LmDW__previewQuote ul,.Chat-module__r4LmDW__previewQuote ol,.Chat-module__r4LmDW__previewQuote li,.Chat-module__r4LmDW__previewQuote blockquote,.Chat-module__r4LmDW__previewQuote pre){margin:0 0 8px}.Chat-module__r4LmDW__previewQuote li{margin-left:18px}.Chat-module__r4LmDW__previewQuote code{background:#27241d1a;border-radius:4px;padding:1px 4px}.Chat-module__r4LmDW__previewSummary{color:#3f3b3a;margin-top:12px;font-size:14px}.Chat-module__r4LmDW__previewSummary p{margin:0 0 8px}.Chat-module__r4LmDW__previewSummary p:last-child{margin-bottom:0}.Chat-module__r4LmDW__previewEmpty{color:#7d7666;margin:0;font-size:14px}.Chat-module__r4LmDW__previewActions{flex-direction:column;gap:12px;margin-top:16px;display:flex}.Chat-module__r4LmDW__previewDownloadButton{text-transform:none;box-shadow:none;align-self:flex-start}.Chat-module__r4LmDW__previewExternalLink{color:#653cad;font-weight:600;text-decoration:none}.Chat-module__r4LmDW__previewExternalLink:hover{text-decoration:underline}.Chat-module__r4LmDW__previewPlaceholder{color:#5f5b53;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;height:100%;display:flex}.Chat-module__r4LmDW__previewBackdrop{z-index:90;background:#00000059;display:none;position:fixed;inset:0}@media (max-width:1200px){.Chat-module__r4LmDW__previewPanelOpen{flex:0 0 clamp(300px,40vw,380px);max-width:clamp(300px,40vw,380px)}}@media (max-width:1024px){.Chat-module__r4LmDW__previewPanel{flex:none;max-width:min(100%,420px);height:100%;position:fixed;top:0;bottom:0;right:0;transform:translate(110%)}.Chat-module__r4LmDW__previewPanelOpen{max-width:min(100%,420px);transform:translate(0)}.Chat-module__r4LmDW__previewPanelContent{padding:24px 20px 32px}.Chat-module__r4LmDW__previewBackdrop{display:block}}@media (max-width:640px){.Chat-module__r4LmDW__previewPanelOpen{max-width:100%}}.Chat-module__r4LmDW__noUnderline{text-decoration:none!important}.Chat-module__r4LmDW__attachmentsRow{flex-wrap:wrap;gap:8px;padding:6px 8px;display:flex}.Chat-module__r4LmDW__attachmentChip{color:#333;will-change:transform;background-color:#f6f6f6;border:1px solid #e3e3e3;border-radius:16px;align-items:center;gap:6px;padding:2px 8px;font-size:12px;transition:transform .15s,background-color .2s,box-shadow .2s;display:inline-flex}.Chat-module__r4LmDW__attachmentChip:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.Chat-module__r4LmDW__removeChipButton{color:#999;cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:14px;line-height:1;transition:color .15s,transform .15s}.Chat-module__r4LmDW__removeChipButton:hover{color:#666;transform:scale(1.05)}.Chat-module__r4LmDW__dropZone{text-align:center;will-change:transform,border-color,background-color;background-color:#fafafa;border:2px dashed #c9c9c9;border-radius:12px;padding:24px;transition:border-color .2s,background-color .2s,transform .15s}.Chat-module__r4LmDW__dropZoneActive{background-color:#f5efff;border-color:#653cad;transform:scale(1.01)}.Chat-module__r4LmDW__uploadHelper{color:#777;margin:8px 0;font-size:12px}.Chat-module__r4LmDW__uploadError{color:#b00020;margin-top:8px;font-size:12px}.Chat-module__r4LmDW__imageThumbsRow{flex-wrap:wrap;gap:8px;padding:6px 8px;display:flex}.Chat-module__r4LmDW__imageThumb{will-change:transform;background:#fafafa;border:1px solid #e3e3e3;border-radius:8px;width:64px;height:64px;transition:transform .15s,box-shadow .2s;position:relative;overflow:hidden}.Chat-module__r4LmDW__imageThumb:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.Chat-module__r4LmDW__imageThumbImg{object-fit:cover;width:100%;height:100%}.Chat-module__r4LmDW__imageThumbRemove{color:#666;cursor:pointer;background:#fff;border:none;border-radius:50%;width:20px;height:20px;font-size:14px;line-height:18px;transition:transform .12s,color .12s;position:absolute;top:-6px;right:-6px;box-shadow:0 1px 4px #00000026}.Chat-module__r4LmDW__imageThumbRemove:hover{color:#333;transform:scale(1.05)}.Chat-module__r4LmDW__chat-welcome-container>div:first-child{font-size:3rem;line-height:1.2}.Chat-module__r4LmDW__chat-welcome-container>div:nth-child(2){font-size:2.25rem;line-height:1.3}@media (max-width:768px),(orientation:portrait){.Chat-module__r4LmDW__chatBubble{max-width:100%;padding:10px 8px}.Chat-module__r4LmDW__user{max-width:100%;margin-right:0}.Chat-module__r4LmDW__messageRow{margin-left:0;margin-right:0}}.Chat-module__r4LmDW__bot.Chat-module__r4LmDW__chatBubble h1:first-child,.Chat-module__r4LmDW__bot.Chat-module__r4LmDW__chatBubble h2:first-child,.Chat-module__r4LmDW__bot.Chat-module__r4LmDW__chatBubble h3:first-child,.Chat-module__r4LmDW__bot.Chat-module__r4LmDW__chatBubble h4:first-child,.Chat-module__r4LmDW__bot.Chat-module__r4LmDW__chatBubble h5:first-child,.Chat-module__r4LmDW__bot.Chat-module__r4LmDW__chatBubble h6:first-child{margin-top:0!important}.Chat-module__r4LmDW__previewHint{color:#a39f97}.Chat-module__r4LmDW__bot.Chat-module__r4LmDW__chatBubble{padding-top:0}
.Header-module__KppamW__header-container{justify-content:center;align-items:center;height:80%;max-height:10vh;padding:0 10px;display:flex}.Header-module__KppamW__header-center{margin-left:2%;display:flex}.Header-module__KppamW__logo-img{margin-bottom:10px}.Header-module__KppamW__genii-font{color:#fff;font-size:1.6rem}.Header-module__KppamW__logo-container{margin-top:-.5rem;margin-left:10%;display:flex}
.MobileChat-module__ClwjBa__chatContainer{background-color:#fff;flex-direction:column;height:100%;padding:1em;display:flex}.MobileChat-module__ClwjBa__bot-avatar{box-sizing:border-box;border-radius:9999px;flex:none;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;min-height:32px;padding:6px;display:inline-flex}.MobileChat-module__ClwjBa__bot-avatar-img{object-fit:contain;width:100%;height:100%;display:block}@media (max-width:768px),(orientation:portrait){.MobileChat-module__ClwjBa__bot-avatar{width:28px;min-width:28px;height:28px;min-height:28px;padding:4px}}.MobileChat-module__ClwjBa__header{justify-content:space-between;align-items:center;padding:5px;display:flex}.MobileChat-module__ClwjBa__chatTitle{text-align:center;width:100%;font-weight:700}.MobileChat-module__ClwjBa__classificationSelect{width:25%}.MobileChat-module__ClwjBa__messagesContainer{background-color:#f7f7f7;border:1px solid #ccc;border-radius:4px;flex-direction:column;flex:1;height:calc(60vh - 200px);padding:10px;display:flex;overflow-y:auto}.MobileChat-module__ClwjBa__welcomeContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.MobileChat-module__ClwjBa__brandName{color:red}.MobileChat-module__ClwjBa__messageRow{align-items:flex-start;margin-bottom:.5rem;display:flex}.MobileChat-module__ClwjBa__userMessageRow{justify-content:flex-end}.MobileChat-module__ClwjBa__botMessageRow{justify-content:flex-start}.MobileChat-module__ClwjBa__chatBubble{word-wrap:break-word;overflow-wrap:break-word;border-radius:15px;max-width:690px;padding:10px 0;overflow:visible}.MobileChat-module__ClwjBa__chatBubble pre{white-space:pre-wrap;word-wrap:break-word;font-family:sans-serif;font-size:14px;line-height:1.5}.MobileChat-module__ClwjBa__chatBubble code{background-color:inherit;font-family:inherit}.MobileChat-module__ClwjBa__thinkingMessageText{align-items:center;gap:.25rem;display:inline-flex;position:relative}.MobileChat-module__ClwjBa__thinkingMessageAnimate{animation:.6s MobileChat-module__ClwjBa__thinkingMessageFade}@keyframes MobileChat-module__ClwjBa__thinkingMessageFade{0%{opacity:0;transform:translateY(6px)}60%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}.MobileChat-module__ClwjBa__user{max-width:550px;padding:var(--4,16px);border-radius:var(--rounded-lg,8px);background:var(--primary-50,#eae2f8);text-align:left;flex-direction:column;place-content:flex-start center;gap:10px;margin-right:.5rem;display:flex}.MobileChat-module__ClwjBa__bot{text-align:left}.MobileChat-module__ClwjBa__botIcon,.MobileChat-module__ClwjBa__userIcon{border:1px solid;border-radius:50%;width:20px;height:20px;margin:0 10px}.MobileChat-module__ClwjBa__bot .MobileChat-module__ClwjBa__loadingSpinner{color:#fff}.MobileChat-module__ClwjBa__inputContainer{padding-top:10px;display:flex}.MobileChat-module__ClwjBa__sendButton{width:1vh;height:100%;margin-left:.5rem}.MobileChat-module__ClwjBa__footer{justify-content:center;align-items:center;display:flex}.MobileChat-module__ClwjBa__footerText{margin-right:.5rem}.MobileChat-module__ClwjBa__chatBubble p{padding-left:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.6}.MobileChat-module__ClwjBa__chatBubble ul,.MobileChat-module__ClwjBa__chatBubble ol{padding-left:29px;list-style-position:outside}.MobileChat-module__ClwjBa__chatBubble li{color:var(--gray-900,#27241d);overflow-wrap:break-word;word-wrap:break-word;white-space:normal;margin-bottom:5px;padding-left:0;font-size:14px;list-style-type:disc;display:list-item}.MobileChat-module__ClwjBa__chatBubble ul li{color:var(--gray-900,#27241d);font-size:14px;list-style-type:disc}.MobileChat-module__ClwjBa__chatBubble ol li{color:var(--gray-900,#27241d);font-size:14px;list-style-type:decimal}.MobileChat-module__ClwjBa__chatBubble table{border-collapse:collapse;width:100%;color:var(--gray-900,#27241d);margin-top:10px;font-size:14px;display:block;overflow-x:auto}.MobileChat-module__ClwjBa__chatBubble th,.MobileChat-module__ClwjBa__chatBubble td{text-align:left;color:var(--gray-900,#27241d);word-wrap:break-word;overflow-wrap:break-word;border:1px solid #000;padding:8px;font-size:14px}.MobileChat-module__ClwjBa__references{border-top:1px solid #ccc;margin-top:30px;font-size:14px}.MobileChat-module__ClwjBa__referenceHeading{margin-top:15px;margin-bottom:15px;font-weight:700}.MobileChat-module__ClwjBa__bot .MobileChat-module__ClwjBa__referenceLink{color:#653cad;text-transform:none;border-radius:4px;margin-right:10px;padding:2px 4px;font-size:.9em;text-decoration:underline;transition:background-color .3s}.MobileChat-module__ClwjBa__bot .MobileChat-module__ClwjBa__referenceLink:hover{color:#000;background-color:#e0e0e0}.MobileChat-module__ClwjBa__gradient-text{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#5521b5 100%,#cabffd 0%,#6c2bd9 100%);-webkit-background-clip:text;background-clip:text;font-family:Inter,sans-serif;font-size:48px;font-style:normal;font-weight:600;line-height:150%}.MobileChat-module__ClwjBa__scroll-container{scrollbar-width:thin;scrollbar-color:#888 transparent}.MobileChat-module__ClwjBa__scroll-container::-webkit-scrollbar{width:6px}.MobileChat-module__ClwjBa__scroll-container::-webkit-scrollbar-track{background:0 0}.MobileChat-module__ClwjBa__scroll-container::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px}.MobileChat-module__ClwjBa__scroll-container::-webkit-scrollbar-thumb:hover{background:#555}@keyframes MobileChat-module__ClwjBa__blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}.MobileChat-module__ClwjBa__dot:first-child{animation:1.5s infinite MobileChat-module__ClwjBa__blink}.MobileChat-module__ClwjBa__dot:nth-child(2){animation:1.5s .5s infinite MobileChat-module__ClwjBa__blink}.MobileChat-module__ClwjBa__dot:nth-child(3){animation:1.5s 1s infinite MobileChat-module__ClwjBa__blink}.MobileChat-module__ClwjBa__referenceItem{align-items:flex-start;gap:2px;margin-bottom:8px;display:flex}.MobileChat-module__ClwjBa__referenceNumber{color:#666;min-width:20px;margin-top:2px;font-weight:500}.MobileChat-module__ClwjBa__referenceLink{text-align:left;flex:1;justify-content:flex-start;padding-left:0;font-weight:700}.MobileChat-module__ClwjBa__menuIcon{flex-direction:column;justify-content:space-between;width:16px;height:12px;margin-right:8px;display:flex}.MobileChat-module__ClwjBa__menuIcon span{background-color:#666;border-radius:1px;width:100%;height:2px;display:block}.MobileChat-module__ClwjBa__referenceIcon{margin-right:10px}.MobileChat-module__ClwjBa__referenceItem{align-items:flex-start;margin-bottom:8px;display:flex}.MobileChat-module__ClwjBa__referenceNumber{color:#666;min-width:20px;margin-top:2px;margin-right:0;font-weight:500}.MobileChat-module__ClwjBa__referenceLink{text-align:left;flex:1;padding-left:0;font-weight:700}.MobileChat-module__ClwjBa__referenceLinesContainer{margin-left:5px}.MobileChat-module__ClwjBa__referenceLine{color:#666;margin-top:2px;font-size:.75rem;font-style:italic;line-height:1.2}.MobileChat-module__ClwjBa__referenceLine1{color:#000;margin-top:2px;font-size:.75rem;line-height:1.2}.MobileChat-module__ClwjBa__referenceLinkActive{font-weight:600;text-decoration:underline}.MobileChat-module__ClwjBa__previewDrawerPaper{width:min(100vw,420px)}.MobileChat-module__ClwjBa__previewDrawerContent{background-color:#fff;flex-direction:column;gap:16px;height:100%;padding:20px;display:flex}.MobileChat-module__ClwjBa__previewDrawerHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.MobileChat-module__ClwjBa__previewDrawerTitleGroup{flex-direction:column;gap:4px;display:flex}.MobileChat-module__ClwjBa__previewDrawerTitle{color:#27241d;font-weight:600}.MobileChat-module__ClwjBa__previewDrawerTag{color:#5f5b53;text-transform:uppercase;letter-spacing:.04em;background-color:#f5f2ea;border-radius:999px;align-self:flex-start;padding:2px 10px;font-size:12px}.MobileChat-module__ClwjBa__previewDrawerDetail{color:#7d7666}.MobileChat-module__ClwjBa__previewDrawerBody{flex-direction:column;flex:auto;gap:12px;display:flex;overflow-y:auto}.MobileChat-module__ClwjBa__previewDrawerSnippet{background-color:#fffbea;border:1px solid #f2e29a;border-radius:12px;padding:14px}.MobileChat-module__ClwjBa__previewDrawerMeta{text-transform:uppercase;letter-spacing:.05em;color:#7d7666;margin-bottom:6px;font-size:11px}.MobileChat-module__ClwjBa__previewDrawerQuote{color:#27241d;background-color:#fff3b0;border-radius:10px;padding:10px;overflow-x:auto}:is(.MobileChat-module__ClwjBa__previewDrawerQuote p,.MobileChat-module__ClwjBa__previewDrawerQuote ul,.MobileChat-module__ClwjBa__previewDrawerQuote ol,.MobileChat-module__ClwjBa__previewDrawerQuote li,.MobileChat-module__ClwjBa__previewDrawerQuote blockquote,.MobileChat-module__ClwjBa__previewDrawerQuote pre){margin:0 0 6px}.MobileChat-module__ClwjBa__previewDrawerQuote li{margin-left:16px}.MobileChat-module__ClwjBa__previewDrawerQuote code{background:#27241d1a;border-radius:4px;padding:1px 4px}.MobileChat-module__ClwjBa__previewDrawerSummary{color:#3f3b3a;margin-top:10px;font-size:13px}.MobileChat-module__ClwjBa__previewDrawerSummary p{margin:0 0 6px}.MobileChat-module__ClwjBa__previewDrawerSummary p:last-child{margin-bottom:0}.MobileChat-module__ClwjBa__previewDrawerEmpty{color:#7d7666;margin:0;font-size:13px}.MobileChat-module__ClwjBa__previewDrawerActions{flex-direction:column;gap:10px;display:flex}.MobileChat-module__ClwjBa__previewDrawerDownload{text-transform:none;box-shadow:none;align-self:flex-start}.MobileChat-module__ClwjBa__previewDrawerHint{color:#a39f97}.MobileChat-module__ClwjBa__previewDrawerExternalLink{color:#653cad;font-weight:600;text-decoration:none}.MobileChat-module__ClwjBa__previewDrawerExternalLink:hover{text-decoration:underline}.MobileChat-module__ClwjBa__previewDrawerPlaceholder{color:#5f5b53;flex-direction:column;gap:10px;display:flex}.MobileChat-module__ClwjBa__noUnderline{text-decoration:none!important}.MobileChat-module__ClwjBa__attachmentsRow{flex-wrap:wrap;gap:8px;padding:6px 8px;display:flex}.MobileChat-module__ClwjBa__attachmentChip{color:#333;will-change:transform;background-color:#f6f6f6;border:1px solid #e3e3e3;border-radius:16px;align-items:center;gap:6px;padding:2px 8px;font-size:12px;transition:transform .15s,background-color .2s,box-shadow .2s;display:inline-flex}.MobileChat-module__ClwjBa__attachmentChip:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.MobileChat-module__ClwjBa__removeChipButton{color:#999;cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:14px;line-height:1;transition:color .15s,transform .15s}.MobileChat-module__ClwjBa__removeChipButton:hover{color:#666;transform:scale(1.05)}.MobileChat-module__ClwjBa__dropZone{text-align:center;will-change:transform,border-color,background-color;background-color:#fafafa;border:2px dashed #c9c9c9;border-radius:12px;padding:24px;transition:border-color .2s,background-color .2s,transform .15s}.MobileChat-module__ClwjBa__dropZoneActive{background-color:#f5efff;border-color:#653cad;transform:scale(1.01)}.MobileChat-module__ClwjBa__uploadHelper{color:#777;margin:8px 0;font-size:12px}.MobileChat-module__ClwjBa__uploadError{color:#b00020;margin-top:8px;font-size:12px}.MobileChat-module__ClwjBa__imageThumbsRow{flex-wrap:wrap;gap:8px;padding:6px 8px;display:flex}.MobileChat-module__ClwjBa__imageThumb{will-change:transform;background:#fafafa;border:1px solid #e3e3e3;border-radius:8px;width:35px;height:35px;transition:transform .15s,box-shadow .2s;position:relative;overflow:hidden}.MobileChat-module__ClwjBa__imageThumb:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.MobileChat-module__ClwjBa__imageThumbImg{object-fit:cover;width:100%;height:100%}.MobileChat-module__ClwjBa__imageThumbRemove{color:#666;cursor:pointer;background:#fff;border:none;border-radius:50%;width:20px;height:20px;font-size:14px;line-height:18px;transition:transform .12s,color .12s;position:absolute;top:-6px;right:-6px;box-shadow:0 1px 4px #00000026}.MobileChat-module__ClwjBa__imageThumbRemove:hover{color:#333;transform:scale(1.05)}.MobileChat-module__ClwjBa__chat-welcome-container>div:first-child{font-size:3rem;line-height:1.2}.MobileChat-module__ClwjBa__chat-welcome-container>div:nth-child(2){font-size:2.25rem;line-height:1.3}@media (max-width:768px),(orientation:portrait){.MobileChat-module__ClwjBa__chatBubble{max-width:100%;padding:10px 8px}.MobileChat-module__ClwjBa__user{max-width:100%;margin-right:0}.MobileChat-module__ClwjBa__messageRow{margin-left:0;margin-right:0}}.MobileChat-module__ClwjBa__bot.MobileChat-module__ClwjBa__chatBubble h1:first-child,.MobileChat-module__ClwjBa__bot.MobileChat-module__ClwjBa__chatBubble h2:first-child,.MobileChat-module__ClwjBa__bot.MobileChat-module__ClwjBa__chatBubble h3:first-child,.MobileChat-module__ClwjBa__bot.MobileChat-module__ClwjBa__chatBubble h4:first-child,.MobileChat-module__ClwjBa__bot.MobileChat-module__ClwjBa__chatBubble h5:first-child,.MobileChat-module__ClwjBa__bot.MobileChat-module__ClwjBa__chatBubble h6:first-child{margin-top:0!important}.MobileChat-module__ClwjBa__bot.MobileChat-module__ClwjBa__chatBubble{padding-top:0}
*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.pointer-events-none{pointer-events:none!important}.visible{visibility:visible!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:sticky!important}.inset-0{inset:0!important}.bottom-0{bottom:0!important}.bottom-4{bottom:1rem!important}.bottom-40{bottom:10rem!important}.left-0{left:0!important}.right-0{right:0!important}.right-4{right:1rem!important}.right-40{right:10rem!important}.right-\[10px\]{right:10px!important}.right-\[18px\]{right:18px!important}.top-0{top:0!important}.top-1\/2{top:50%!important}.top-7{top:1.75rem!important}.top-\[17px\]{top:17px!important}.z-50{z-index:50!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.-ml-1{margin-left:-.25rem!important}.-ml-2{margin-left:-.5rem!important}.-mt-1\.5{margin-top:-.375rem!important}.mb-2{margin-bottom:.5rem!important}.mb-4{margin-bottom:1rem!important}.mb-6{margin-bottom:1.5rem!important}.ml-2{margin-left:.5rem!important}.ml-4{margin-left:1rem!important}.ml-6{margin-left:1.5rem!important}.ml-7{margin-left:1.75rem!important}.ml-8{margin-left:2rem!important}.mr-2{margin-right:.5rem!important}.mr-3{margin-right:.75rem!important}.mt-2{margin-top:.5rem!important}.mt-4{margin-top:1rem!important}.mt-6{margin-top:1.5rem!important}.mt-8{margin-top:2rem!important}.block{display:block!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.flex{display:flex!important}.inline-flex{display:inline-flex!important}.table{display:table!important}.hidden{display:none!important}.h-10{height:2.5rem!important}.h-12{height:3rem!important}.h-16{height:4rem!important}.h-4{height:1rem!important}.h-5{height:1.25rem!important}.h-6{height:1.5rem!important}.h-7{height:1.75rem!important}.h-8{height:2rem!important}.h-\[100px\]{height:100px!important}.h-\[200px\]{height:200px!important}.h-\[30px\]{height:30px!important}.h-full{height:100%!important}.h-screen{height:100vh!important}.max-h-16{max-height:4rem!important}.max-h-\[calc\(100vh-100px\)\]{max-height:calc(100vh - 100px)!important}.w-0{width:0!important}.w-10{width:2.5rem!important}.w-12{width:3rem!important}.w-4{width:1rem!important}.w-48{width:12rem!important}.w-5{width:1.25rem!important}.w-6{width:1.5rem!important}.w-8{width:2rem!important}.w-\[166px\]{width:166px!important}.w-\[220px\]{width:220px!important}.w-\[292px\]{width:292px!important}.w-\[90px\]{width:90px!important}.w-full{width:100%!important}.max-w-\[150px\]{max-width:150px!important}.max-w-\[200\.45px\]{max-width:200.45px!important}.max-w-\[440px\]{max-width:440px!important}.max-w-\[700px\]{max-width:700px!important}.max-w-md{max-width:28rem!important}.flex-1{flex:1!important}.flex-grow{flex-grow:1!important}.-translate-y-1\/2{--tw-translate-y:-50%!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))!important}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse!important}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin!important}.cursor-pointer{cursor:pointer!important}.resize-none{resize:none!important}.resize{resize:both!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.justify-start{justify-content:flex-start!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-0\.5{gap:.125rem!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-2\.5{gap:.625rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-\[24px\]{gap:24px!important}.gap-\[5px\]{gap:5px!important}.gap-x-2\.5{-moz-column-gap:.625rem!important;column-gap:.625rem!important}.gap-y-4{row-gap:1rem!important}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(1.5rem*calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))!important}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(2rem*calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(2rem*var(--tw-space-y-reverse))!important}.self-stretch{align-self:stretch!important}.overflow-hidden{overflow:hidden!important}.overflow-x-auto{overflow-x:auto!important}.overflow-y-auto{overflow-y:auto!important}.truncate{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.whitespace-nowrap{white-space:nowrap!important}.rounded{border-radius:.25rem!important}.rounded-full{border-radius:9999px!important}.rounded-lg{border-radius:.5rem!important}.rounded-md{border-radius:.375rem!important}.rounded-sm{border-radius:.125rem!important}.border{border-width:1px!important}.border-b{border-bottom-width:1px!important}.border-b-2{border-bottom-width:2px!important}.border-r{border-right-width:1px!important}.border-t{border-top-width:1px!important}.border-none{border-style:none!important}.border-\[\#d3cec4\]{--tw-border-opacity:1!important;border-color:rgb(211 206 196/var(--tw-border-opacity,1))!important}.border-\[\#e8e6e1\]{--tw-border-opacity:1!important;border-color:rgb(232 230 225/var(--tw-border-opacity,1))!important}.border-gray-100{--tw-border-opacity:1!important;border-color:rgb(243 244 246/var(--tw-border-opacity,1))!important}.border-gray-300{--tw-border-opacity:1!important;border-color:rgb(209 213 219/var(--tw-border-opacity,1))!important}.border-indigo-600{--tw-border-opacity:1!important;border-color:rgb(79 70 229/var(--tw-border-opacity,1))!important}.bg-\[\#625D52\]{--tw-bg-opacity:1!important;background-color:rgb(98 93 82/var(--tw-bg-opacity,1))!important}.bg-\[\#857F72\]{--tw-bg-opacity:1!important;background-color:rgb(133 127 114/var(--tw-bg-opacity,1))!important}.bg-\[var\(--gray-50\,\#FAF9F7\)\]{background-color:var(--gray-50,#faf9f7)!important}.bg-gray-50{--tw-bg-opacity:1!important;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))!important}.bg-purple-200{--tw-bg-opacity:1!important;background-color:rgb(233 213 255/var(--tw-bg-opacity,1))!important}.bg-transparent{background-color:#0000!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.object-cover{-o-object-fit:cover!important;object-fit:cover!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-4{padding:1rem!important}.p-6{padding:1.5rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-\[21px\]{padding-left:21px!important;padding-right:21px!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-4{padding-bottom:1rem!important}.pr-1{padding-right:.25rem!important}.pr-3{padding-right:.75rem!important}.pr-4{padding-right:1rem!important}.pt-2{padding-top:.5rem!important}.pt-6{padding-top:1.5rem!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important;line-height:1!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-bold{font-weight:700!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.italic{font-style:italic!important}.leading-\[14px\]{line-height:14px!important}.leading-\[16px\]{line-height:16px!important}.leading-\[21px\]{line-height:21px!important}.text-\[\#27241d\]{--tw-text-opacity:1!important;color:rgb(39 36 29/var(--tw-text-opacity,1))!important}.text-\[\#625d52\]{--tw-text-opacity:1!important;color:rgb(98 93 82/var(--tw-text-opacity,1))!important}.text-black{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity,1))!important}.text-gray-500{--tw-text-opacity:1!important;color:rgb(107 114 128/var(--tw-text-opacity,1))!important}.text-gray-600{--tw-text-opacity:1!important;color:rgb(75 85 99/var(--tw-text-opacity,1))!important}.text-gray-900{--tw-text-opacity:1!important;color:rgb(17 24 39/var(--tw-text-opacity,1))!important}.text-red-500{--tw-text-opacity:1!important;color:rgb(239 68 68/var(--tw-text-opacity,1))!important}.text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.underline{text-decoration-line:underline!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-75{opacity:.75!important}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a!important;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.outline-none{outline-offset:2px!important;outline:2px solid #0000!important}.outline{outline-style:solid!important}.blur{--tw-blur:blur(8px)!important;filter:var(--tw-blur)var(--tw-brightness)var(--tw-contrast)var(--tw-grayscale)var(--tw-hue-rotate)var(--tw-invert)var(--tw-saturate)var(--tw-sepia)var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur)var(--tw-brightness)var(--tw-contrast)var(--tw-grayscale)var(--tw-hue-rotate)var(--tw-invert)var(--tw-saturate)var(--tw-sepia)var(--tw-drop-shadow)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-all{transition-property:all!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-opacity{transition-property:opacity!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-transform{transition-property:transform!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.duration-200{transition-duration:.2s!important}.duration-300{transition-duration:.3s!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)!important}footer{color:#fff;text-align:center;background-color:#2d3748;width:100%;padding:1rem 0;font-size:.875rem;position:relative;bottom:0}.bot-avatar{box-sizing:border-box;border-radius:9999px;flex:none;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;min-height:32px;padding:6px;display:inline-flex}.bot-avatar-img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;display:block}@media (max-width:768px),(orientation:portrait){.bot-avatar{width:28px;min-width:28px;height:28px;min-height:28px;padding:4px}}::-webkit-scrollbar{width:.375rem}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:#888;border:.1875rem solid #0000;border-radius:1.25rem}::-webkit-scrollbar-thumb:hover{background-color:#555}body{font-family:sans-serif}@media (max-width:768px),(orientation:portrait){.app-shell{height:100vh;overflow:hidden}.main-split{position:relative}.sidebar-root{background:#fff;height:calc(100vh - 4rem);position:fixed;top:4rem;left:0;z-index:99999!important}.sidebar-root.w-\[90px\]{width:56px!important}.sidebar-root.w-\[292px\]{border-right:1px solid #eee;box-shadow:0 8px 24px #00000026;width:min(85vw,320px)!important}.chat-wrap{justify-content:stretch!important;width:100%!important}.chat-thread{padding:0 12px;width:100%!important;max-width:100%!important}.chat-welcome-container{padding:0;width:100%!important;max-width:100%!important;margin-left:0!important}.welcome-card{width:calc(50% - 10px);min-width:49%;height:200px}.composer{border-radius:8px;margin-inline:12px;max-width:100%!important;margin-left:0!important;margin-right:0!important}.scroll-button-wrapper{bottom:1rem!important;right:1rem!important}.scroll-button-wrapper .absolute{position:fixed!important;bottom:5rem!important;right:1rem!important}.main-split{height:calc(var(--vvh,100dvh) - 4rem);min-height:0;display:flex}.messages-scroll{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;overflow-y:auto!important}.composer{flex:none}.chat-welcome-container>div:first-child{font-size:2rem;line-height:1.2}.chat-welcome-container>div:nth-child(2){font-size:1.6rem;line-height:1.3}}.sidebar-handle,.sidebar-backdrop,.scroll-fab{display:none}@media (max-width:768px),(orientation:portrait){.sidebar-root{background:#fff;border-right:1px solid #eee;height:calc(100vh - 4rem);transition:transform .25s;position:fixed;top:4rem;left:0;transform:translate(-100%);box-shadow:0 8px 24px #00000026;z-index:99999!important;width:min(85vw,320px)!important}.sidebar-root.open{transform:translate(0)}.sidebar-backdrop{z-index:35;background:#0006;width:100vw;height:calc(100vh - 4rem);display:none;position:fixed;top:4rem;left:0}.sidebar-backdrop.open{display:block}.sidebar-handle{z-index:100;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:0 12px 12px 0;justify-content:center;align-items:center;width:36px;height:72px;display:flex;position:fixed;top:50%;left:0;transform:translateY(-50%);box-shadow:0 4px 14px #0000002e}.sidebar-handle img{opacity:.9;width:20px;height:20px}.sidebar-handle:before{content:"";opacity:.9;background:#653cad;border-radius:0 2px 2px 0;width:4px;height:60%;position:absolute;left:0}.sidebar-root.open~.sidebar-handle{left:min(85vw,320px);transform:translateY(-50%)}.sidebar-swipezone{z-index:44;touch-action:pan-y;background:0 0;width:12px;height:calc(100vh - 4rem);position:fixed;top:4rem;left:0}.desktop-scroll-wrapper{display:none!important}.scroll-fab{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:9999px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:fixed;bottom:200px;right:16px;box-shadow:0 4px 14px #0000001f}.badge-wrapper{z-index:30;bottom:12px;right:12px;position:fixed!important}.composer{margin-bottom:50px!important}.badge-wrapper{white-space:nowrap;align-items:center;gap:6px;display:flex!important}}@media (max-width:768px) and (max-height:820px),(orientation:portrait) and (max-height:820px){.chat-welcome-container>div:first-child{margin-bottom:4px;font-size:2rem;line-height:1.2}.chat-welcome-container>div:nth-child(2){margin-bottom:8px;font-size:1.8rem;line-height:1.25}.welcome-cards{-moz-column-gap:clamp(4px,1dvh,10px)!important;gap:clamp(1px,.5dvh,8px) clamp(4px,1dvh,10px)!important}.welcome-card{align-items:center;gap:clamp(3px,.8dvh,10px);min-height:70px;flex-direction:row!important;height:auto!important;padding:clamp(2px,.8dvh,15px) clamp(6px,1dvh,12px)!important;display:flex!important}.welcome-card>div:first-child{justify-content:center;align-items:center;display:flex;width:18px!important;height:20px!important}.welcome-card>div:first-child img{width:20px!important;height:20px!important}.welcome-card>div:nth-child(2){-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:1px;display:-webkit-box;overflow:hidden;font-size:.875rem!important;line-height:1.3!important}.composer{margin-bottom:18px!important;margin-inline:8px!important}.composer textarea{min-height:64px!important;max-height:64px!important;font-size:.95rem!important}.scroll-fab{width:40px;height:40px}.chat-thread{padding:0 8px!important}}@media (max-width:768px) and (max-height:700px),(orientation:portrait) and (max-height:700px){.chat-welcome-container>div:first-child{font-size:2rem;line-height:1.2}.chat-welcome-container>div:nth-child(2){font-size:1.8rem;line-height:1.25}.welcome-card{align-items:center;gap:clamp(2px,.6dvh,6px);flex-direction:row!important;height:auto!important;min-height:auto!important;padding:clamp(2px,.5dvh,6px) clamp(6px,.9dvh,10px)!important;display:flex!important}.welcome-card>div:first-child{justify-content:center;align-items:center;display:flex;min-width:16px!important;min-height:16px!important}.welcome-card>div:first-child img{min-width:18px!important;min-height:18px!important}.welcome-card>div:nth-child(2){-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:1px;display:-webkit-box;overflow:hidden;font-size:.8125rem!important;line-height:1.25!important}.composer textarea{min-height:56px!important;max-height:56px!important;font-size:.9rem!important}.scroll-fab{width:36px;height:36px}}@media (max-width:768px) and (max-height:820px),(orientation:portrait) and (max-height:820px){.app-shell{min-height:100vh;overflow:hidden}.main-split{min-height:0;display:flex;height:calc(var(--vvh,100dvh) - 3.25rem)!important}.app-header{padding-top:.5rem;padding-bottom:.5rem;height:3.25rem!important}.app-header img{max-height:100%!important}.messages-scroll{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;padding-bottom:8px;overflow-y:auto!important}.sidebar-root,.sidebar-backdrop,.sidebar-swipezone{height:calc(100vh - 3.25rem);top:3.25rem}.badge-wrapper{transform-origin:100% 100%;transform:scale(.92)}}@media (max-width:768px) and (max-height:700px),(orientation:portrait) and (max-height:700px){.main-split{min-height:0;display:flex;height:calc(var(--vvh,100dvh) - 3rem)!important}.app-header{height:3rem!important}.sidebar-root,.sidebar-backdrop,.sidebar-swipezone{height:calc(100vh - 3rem);top:3rem}.messages-scroll{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;padding-bottom:6px;overflow-y:auto!important}.badge-wrapper{transform-origin:100% 100%;transform:scale(.85)}}@media (max-width:460px){.chat-welcome-container>div:first-child{font-size:1.8rem;line-height:1.2}.chat-welcome-container>div:nth-child(2){font-size:1.4rem;line-height:1.3}.chat-welcome-container{margin-left:0!important;padding:0!important}.welcome-cards{gap:8px;padding:0;justify-content:stretch!important}.welcome-card{width:100%!important;min-width:0!important;height:auto!important;padding:12px!important}.chat-thread{width:100%!important;max-width:100%!important;padding:0 8px!important}.composer{margin-inline:8px!important}}@media (max-width:330px){.chat-welcome-container>div:first-child{font-size:1.6rem;line-height:1.2}.chat-welcome-container>div:nth-child(2){font-size:1.1rem;line-height:1.3}.chat-welcome-container{z-index:-10000!important;margin-left:0!important;padding:0!important}.welcome-cards{gap:8px;padding:0;justify-content:stretch!important}.welcome-card{width:100%!important;min-width:0!important;height:auto!important;padding:12px!important}}input[type=text],input[type=email],input[type=password],textarea{font-size:16px!important}.app-shell{position:fixed;inset:0;overflow:hidden}.sidebar-root{z-index:99999!important}.md-highlight-block{background:#ff0;border-radius:4px;padding:6px 8px;display:block}.md-highlight-block table,.md-highlight-block th,.md-highlight-block td{background:0 0!important}.hover\:scale-105:hover{--tw-scale-x:1.05!important;--tw-scale-y:1.05!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))!important}.hover\:bg-\[\#625D52\]:hover{--tw-bg-opacity:1!important;background-color:rgb(98 93 82/var(--tw-bg-opacity,1))!important}.hover\:bg-gray-100:hover{--tw-bg-opacity:1!important;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))!important}.hover\:bg-gray-200:hover{--tw-bg-opacity:1!important;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))!important}.hover\:bg-gray-50:hover{--tw-bg-opacity:1!important;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))!important}.hover\:bg-purple-300:hover{--tw-bg-opacity:1!important;background-color:rgb(216 180 254/var(--tw-bg-opacity,1))!important}.focus\:outline-none:focus{outline-offset:2px!important;outline:2px solid #0000!important}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.focus\:ring-blue-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))!important}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px!important}.active\:scale-95:active{--tw-scale-x:.95!important;--tw-scale-y:.95!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))!important}.active\:bg-\[\#625D52\]:active{--tw-bg-opacity:1!important;background-color:rgb(98 93 82/var(--tw-bg-opacity,1))!important}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed!important}.disabled\:opacity-50:disabled{opacity:.5!important}.group:hover .group-hover\:scale-90{--tw-scale-x:.9!important;--tw-scale-y:.9!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))!important}.group:hover .group-hover\:opacity-100{opacity:1!important}@media (min-width:640px){.sm\:w-\[48\%\]{width:48%!important}.sm\:flex-row{flex-direction:row!important}}@media (min-width:768px){.md\:mx-0{margin-left:0!important;margin-right:0!important}.md\:ml-8{margin-left:2rem!important}}
