.imageThumb{width:64px;height:64px}.header-container{display:flex;align-items:center;justify-content:center;padding:0 10px;height:80%;max-height:10vh}.header-center{display:flex;margin-left:2%}.logo-img{margin-bottom:10px}.genii-font{font-size:1.6rem;color:#fff}.logo-container{margin-top:-.5rem;margin-left:10%;display:flex}.chatContainer{display:flex;flex-direction:column;height:100%;background-color:#fff;padding:1em}.header{display:flex;justify-content:space-between;align-items:center;padding:5px}.chatTitle{font-weight:700;width:100%;text-align:center}.classificationSelect{width:25%}.messagesContainer{flex:1;padding:10px;border:1px solid #ccc;border-radius:4px;overflow-y:auto;background-color:#f7f7f7;height:calc(60vh - 200px);display:flex;flex-direction:column}.welcomeContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.brandName{color:red}.messageRow{display:flex;align-items:flex-start;margin-bottom:.5rem}.userMessageRow{justify-content:flex-end}.botMessageRow{justify-content:flex-start}.chatBubble{padding:10px 0;border-radius:15px;max-width:690px;word-wrap:break-word;overflow-wrap:break-word;overflow:visible}.chatBubble pre{font-family:sans-serif;font-size:14px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.chatBubble code{font-family:inherit;background-color:inherit}.user{display:flex;flex-direction:column;align-content:flex-start;margin-right:.5rem;max-width:550px;padding:var(--4,16px);justify-content:center;gap:10px;border-radius:var(--rounded-lg,8px);background:var(--primary-50,#eae2f8)}.bot,.user{text-align:left}.botIcon,.userIcon{margin:0 10px;width:20px;height:20px;border:1px solid;border-radius:50%}.bot .loadingSpinner{color:#fff}.inputContainer{display:flex;padding-top:10px}.sendButton{height:100%;width:1vh;margin-left:.5rem}.footer{display:flex;align-items:center;justify-content:center}.footerText{margin-right:.5rem}.chatBubble p{padding-left:0;font-size:14px;font-style:normal;font-weight:400;line-height:150%;line-height:1.6}.chatBubble ol,.chatBubble ul{padding-left:29px;list-style-position:outside}.chatBubble li{margin-bottom:5px;padding-left:0;overflow-wrap:break-word;word-wrap:break-word;white-space:normal;display:list-item}.chatBubble li,.chatBubble ul li{color:var(--gray-900,#27241d);font-size:14px;list-style-type:disc}.chatBubble ol li{list-style-type:decimal}.chatBubble ol li,.chatBubble table{color:var(--gray-900,#27241d);font-size:14px}.chatBubble table{width:100%;border-collapse:collapse;margin-top:10px;overflow-x:auto;display:block}.chatBubble td,.chatBubble th{border:1px solid #000;padding:8px;text-align:left;color:var(--gray-900,#27241d);font-size:14px;word-wrap:break-word;overflow-wrap:break-word}.references{margin-top:30px;font-size:14px;border-top:1px solid #ccc}.referenceHeading{font-weight:700;margin-bottom:15px;margin-top:15px}.bot .referenceLink{font-size:.9em;color:#653cad;text-transform:none;text-decoration:underline;margin-right:10px;padding:2px 4px;border-radius:4px;transition:background-color .3s ease}.bot .referenceLink:hover{background-color:#e0e0e0;color:#000}.gradient-text{font-family:Inter,sans-serif;font-size:48px;font-style:normal;font-weight:600;line-height:150%;background:linear-gradient(90deg,#5521b5 100%,#cabffd 0,#6c2bd9);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.scroll-container{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.scroll-container::-webkit-scrollbar{width:8px}.scroll-container::-webkit-scrollbar-track{background:#f1f1f1}.scroll-container::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px}.scroll-container::-webkit-scrollbar-thumb:hover{background:#555}@keyframes blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}.dot:first-child{animation:blink 1.5s 0s infinite}.dot:nth-child(2){animation:blink 1.5s .5s infinite}.dot:nth-child(3){animation:blink 1.5s 1s infinite}.referenceItem{gap:2px}.referenceLink{justify-content:flex-start}.menuIcon{display:flex;flex-direction:column;width:16px;height:12px;justify-content:space-between;margin-right:8px}.menuIcon span{display:block;height:2px;width:100%;background-color:#666;border-radius:1px}.referenceIcon{margin-right:10px}.referenceItem{display:flex;align-items:flex-start;margin-bottom:8px}.referenceNumber{font-weight:500;color:#666;min-width:20px;margin-right:0;margin-top:2px}.referenceLink{flex:1;font-weight:700;text-align:left;padding-left:0}.referenceLinesContainer{margin-left:5px}.referenceLine{font-style:italic;color:#666}.referenceLine,.referenceLine1{font-size:.75rem;line-height:1.2;margin-top:2px}.referenceLine1{color:#000}.noUnderline{text-decoration:none!important}.attachmentsRow{display:flex;gap:8px;flex-wrap:wrap;padding:6px 8px}.attachmentChip{background-color:#f6f6f6;color:#333;border:1px solid #e3e3e3;border-radius:16px;padding:2px 8px;font-size:12px;display:inline-flex;align-items:center;gap:6px;transition:transform .15s ease,background-color .2s ease,box-shadow .2s ease;will-change:transform}.attachmentChip:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.08)}.removeChipButton{background:transparent;border:none;color:#999;cursor:pointer;font-size:14px;line-height:1;padding:0 2px;transition:color .15s ease,transform .15s ease}.removeChipButton:hover{color:#666;transform:scale(1.05)}.dropZone{border:2px dashed #c9c9c9;border-radius:12px;padding:24px;text-align:center;background-color:#fafafa;transition:border-color .2s ease,background-color .2s ease,transform .15s ease;will-change:transform,border-color,background-color}.dropZoneActive{border-color:#653cad;background-color:#f5efff;transform:scale(1.01)}.uploadHelper{font-size:12px;color:#777;margin:8px 0}.uploadError{margin-top:8px;color:#b00020;font-size:12px}.imageThumbsRow{display:flex;gap:8px;flex-wrap:wrap;padding:6px 8px}.imageThumb{position:relative;width:35px;height:35px;border:1px solid #e3e3e3;border-radius:8px;overflow:hidden;background:#fafafa;transition:transform .15s ease,box-shadow .2s ease;will-change:transform}.imageThumb:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.08)}.imageThumbImg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.imageThumbRemove{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border:none;border-radius:50%;background:#fff;color:#666;cursor:pointer;box-shadow:0 1px 4px rgba(0,0,0,.15);line-height:18px;font-size:14px;transition:transform .12s ease,color .12s ease}.imageThumbRemove:hover{transform:scale(1.05);color:#333}.chat-welcome-container>div:first-child{font-size:3rem;line-height:1.2}.chat-welcome-container>div:nth-child(2){font-size:2.25rem;line-height:1.3}@media (max-width:768px),(orientation:portrait){.chatBubble{max-width:100%;padding:10px 8px}.user{max-width:100%;margin-right:0}.messageRow{margin-left:0;margin-right:0}}*,:after,:before{--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:rgba(59,130,246,.5);--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: }::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:rgba(59,130,246,.5);--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: }
/* ! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com */*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings: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:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}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-2{bottom:.5rem!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}.-ml-6{margin-left:-1.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-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{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-\[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 1 0%!important}.flex-grow{flex-grow:1!important}.-translate-y-1\/2{--tw-translate-y:-50%!important}.-translate-y-1\/2,.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 spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite!important}.cursor-default{cursor:default!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-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}.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}.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\2c \#FAF9F7\)\]{background-color:var(--gray-50,#faf9f7)!important}.bg-gray-50{background-color:rgb(249 250 251/var(--tw-bg-opacity,1))!important}.bg-gray-50,.bg-purple-200{--tw-bg-opacity:1!important}.bg-purple-200{background-color:rgb(233 213 255/var(--tw-bg-opacity,1))!important}.bg-transparent{background-color:transparent!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-1\.5{padding:.375rem!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-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-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{color:rgb(0 0 0/var(--tw-text-opacity,1))!important}.text-black,.text-gray-500{--tw-text-opacity:1!important}.text-gray-500{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{color:rgb(17 24 39/var(--tw-text-opacity,1))!important}.text-gray-900,.text-red-500{--tw-text-opacity:1!important}.text-red-500{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 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)!important;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)!important}.shadow,.shadow-lg{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 rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important}.outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.blur{--tw-blur:blur(8px)!important}.blur,.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!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-all{transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-opacity{transition-property:opacity!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.duration-200{transition-duration:.2s!important}.duration-300{transition-duration:.3s!important}@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");footer{background-color:#2d3748;color:#fff;text-align:center;padding:1rem 0;position:relative;bottom:0;width:100%;font-size:.875rem}.bot-avatar{width:32px;height:32px;min-width:32px;min-height:32px;border-radius:9999px;padding:6px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.bot-avatar-img{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain}@media (max-width:768px),(orientation:portrait){.bot-avatar{width:28px;height:28px;min-width:28px;min-height:28px;padding:4px}}::-webkit-scrollbar{width:.75rem}::-webkit-scrollbar-track{background:#333}::-webkit-scrollbar-thumb{background-color:#888;border-radius:1.25rem;border:.1875rem solid #333}::-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{position:fixed;top:4rem;left:0;height:calc(100vh - 4rem);z-index:99999!important;background:#fff}.sidebar-root.w-\[90px\]{width:56px!important}.sidebar-root.w-\[292px\]{width:min(85vw,320px)!important;box-shadow:0 8px 24px rgba(0,0,0,.15);border-right:1px solid #eee}.chat-wrap{width:100%!important;justify-content:stretch!important}.chat-thread{padding:0 12px}.chat-thread,.chat-welcome-container{width:100%!important;max-width:100%!important}.chat-welcome-container{margin-left:0!important;padding:0}.welcome-card{width:calc(50% - 10px);min-width:49%;height:200px}.composer{max-width:100%!important;margin-left:0!important;margin-right:0!important;border-radius:8px;margin-inline:12px}.scroll-button-wrapper{right:1rem!important;bottom:1rem!important}.scroll-button-wrapper .absolute{right:1rem!important;bottom:5rem!important;position:fixed!important}.main-split{display:flex;height:calc(var(--vvh, 100dvh) - 4rem);min-height:0}.messages-scroll{flex:1 1 auto;overflow-y:auto!important;min-height:0;-webkit-overflow-scrolling:touch}.composer{flex:0 0 auto}.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}}.scroll-fab,.sidebar-backdrop,.sidebar-handle{display:none}@media (max-width:768px),(orientation:portrait){.sidebar-root{position:fixed;top:4rem;left:0;height:calc(100vh - 4rem);background:#fff;z-index:99999!important;width:min(85vw,320px)!important;transform:translateX(-100%);transition:transform .25s ease;box-shadow:0 8px 24px rgba(0,0,0,.15);border-right:1px solid #eee}.sidebar-root.open{transform:translateX(0)}.sidebar-backdrop{display:none;position:fixed;top:4rem;left:0;width:100vw;height:calc(100vh - 4rem);background:rgba(0,0,0,.4);z-index:35}.sidebar-backdrop.open{display:block}.sidebar-handle{display:flex;align-items:center;justify-content:center;position:fixed;left:0;top:50%;transform:translateY(-50%);width:36px;height:72px;border-radius:0 12px 12px 0;background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 14px rgba(0,0,0,.18);z-index:100;cursor:pointer}.sidebar-handle img{width:20px;height:20px;opacity:.9}.sidebar-handle:before{content:"";position:absolute;left:0;width:4px;height:60%;background:#653cad;border-radius:0 2px 2px 0;opacity:.9}.sidebar-root.open~.sidebar-handle{left:min(85vw,320px);transform:translateY(-50%)}.sidebar-swipezone{position:fixed;top:4rem;left:0;width:12px;height:calc(100vh - 4rem);z-index:44;background:transparent;touch-action:pan-y}.desktop-scroll-wrapper{display:none!important}.scroll-fab{display:flex;align-items:center;justify-content:center;position:fixed;right:16px;bottom:200px;width:44px;height:44px;border-radius:9999px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 14px rgba(0,0,0,.12);z-index:50}.badge-wrapper{position:fixed!important;right:12px;bottom:calc(env(safe-area-inset-bottom, 0) + 12px);z-index:30}.composer{margin-bottom:calc(env(safe-area-inset-bottom, 0) + 50px)!important}.badge-wrapper{display:flex!important;align-items:center;white-space:nowrap;gap:6px}}@media (max-width:768px) and (max-height:820px),(orientation:portrait) and (max-height:820px){.chat-welcome-container>div:first-child{font-size:2rem;line-height:1.2;margin-bottom:4px}.chat-welcome-container>div:nth-child(2){font-size:1.8rem;line-height:1.25;margin-bottom:8px}.welcome-cards{gap:clamp(1px,.5dvh,8px)!important;row-gap:clamp(1px,.5dvh,8px)!important;-moz-column-gap:clamp(4px,1dvh,10px)!important;column-gap:clamp(4px,1dvh,10px)!important}.welcome-card{display:flex!important;flex-direction:row!important;align-items:center;gap:clamp(3px,.8dvh,10px);height:auto!important;min-height:70px;padding:clamp(2px,.8dvh,15px) clamp(6px,1dvh,12px)!important}.welcome-card>div:first-child{display:flex;align-items:center;justify-content:center;width:18px!important;height:20px!important}.welcome-card>div:first-child img{width:20px!important;height:20px!important}.welcome-card>div:nth-child(2){font-size:.875rem!important;line-height:1.3!important;margin-top:1px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.composer{margin-bottom:calc(env(safe-area-inset-bottom, 0) + 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{display:flex!important;flex-direction:row!important;align-items:center;gap:clamp(2px,.6dvh,6px);height:auto!important;min-height:auto!important;padding:clamp(2px,.5dvh,6px) clamp(6px,.9dvh,10px)!important}.welcome-card>div:first-child{display:flex;align-items:center;justify-content:center;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){font-size:.8125rem!important;line-height:1.25!important;margin-top:1px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.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{overflow:hidden;min-height:100vh}.main-split{display:flex;height:calc(var(--vvh, 100dvh) - 3.25rem)!important;min-height:0}.app-header{height:3.25rem!important;padding-top:.5rem;padding-bottom:.5rem}.app-header img{max-height:100%!important}.messages-scroll{flex:1 1 auto;overflow-y:auto!important;min-height:0;-webkit-overflow-scrolling:touch;padding-bottom:8px}.sidebar-backdrop,.sidebar-root,.sidebar-swipezone{top:3.25rem;height:calc(100vh - 3.25rem)}.badge-wrapper{transform:scale(.92);transform-origin:bottom right}}@media (max-width:768px) and (max-height:700px),(orientation:portrait) and (max-height:700px){.main-split{display:flex;height:calc(var(--vvh, 100dvh) - 3rem)!important;min-height:0}.app-header{height:3rem!important}.sidebar-backdrop,.sidebar-root,.sidebar-swipezone{top:3rem;height:calc(100vh - 3rem)}.messages-scroll{flex:1 1 auto;overflow-y:auto!important;min-height:0;-webkit-overflow-scrolling:touch;padding-bottom:6px}.badge-wrapper{transform:scale(.85);transform-origin:bottom right}}@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{padding:0;gap:8px;justify-content:stretch!important}.welcome-card{width:100%!important;min-width:0!important;height:auto!important;padding:12px!important}.chat-thread{padding:0 8px!important;max-width:100%!important;width:100%!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{margin-left:0!important;padding:0!important;z-index:-10000!important}.welcome-cards{padding:0;gap:8px;justify-content:stretch!important}.welcome-card{width:100%!important;min-width:0!important;height:auto!important;padding:12px!important}}input[type=email],input[type=password],input[type=text],textarea{font-size:16px!important}.app-shell{position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden}.sidebar-root{z-index:99999!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}.hover\:bg-transparent:hover{background-color:transparent!important}.focus\:outline-none:focus{outline:2px solid transparent!important;outline-offset:2px!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\: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\:opacity-100{opacity:1!important}@media (min-width:640px){.sm\:inline{display:inline!important}.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}}