@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{height:100%;overflow-x:hidden;overflow-y:auto}@supports (height: 100dvh){html,body{height:100dvh}}@supports not (height: 100dvh){html,body{height:100vh}}@supports (padding: env(safe-area-inset-bottom)){.chat-container{padding-bottom:env(safe-area-inset-bottom)}}@media (max-width: 768px){.chat-container{max-height:100dvh;overflow:hidden}.messages-container{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.messages-container{position:relative;z-index:1}.chat-bubble{position:relative;z-index:1;word-wrap:break-word;overflow-wrap:break-word}.messages-container>div{position:relative;z-index:1}.messages-container .chakra-avatar{position:relative;z-index:2;flex-shrink:0}.chat-bubble .chakra-text,.chat-bubble .chakra-box{word-break:break-word;overflow-wrap:break-word}.messages-container::-webkit-scrollbar{width:6px;height:6px}.messages-container::-webkit-scrollbar-track{background:transparent}.messages-container::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px;transition:background .2s ease}.messages-container::-webkit-scrollbar-thumb:hover{background:#0003}[data-theme=dark] .messages-container::-webkit-scrollbar-thumb{background:#8b949e4d}[data-theme=dark] .messages-container::-webkit-scrollbar-thumb:hover{background:#8b949e80}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:#0003}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#8b949e4d}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#8b949e80}html{scroll-behavior:smooth}.messages-container,.chat-container{scrollbar-gutter:stable}
