@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap";*{margin:0;padding:0}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;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}}.container{flex-direction:row;width:100vw;height:100vh;display:flex;overflow:hidden}.dashboard{flex:1;position:relative;overflow:hidden}.dashboard iframe{border:none;width:100%;height:100%}.chatbot{border-left:1px solid #ddd;flex-direction:column;width:400px;height:100vh;display:flex;overflow:hidden}@media (max-width:768px){.container{flex-direction:column}.chatbot{border-top:1px solid #ddd;border-left:none;width:100%;height:50vh}.dashboard{height:50vh}}*{box-sizing:border-box}html,body{box-sizing:border-box;margin:0;padding:0}.chatbot-welcome{text-align:center;align-content:center;height:100%;padding:2rem}.chatbot-logo{width:150px;margin-bottom:1rem}.chatbot-greeting{color:#224155;text-align:center;padding:1rem 0;font-size:1.5rem;font-weight:600}.chatbot-prompts{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem;padding:0 1rem;display:grid}.chatbot-prompt-button{color:gray;cursor:pointer;text-align:center;box-sizing:border-box;background-color:#f3f4f6;border:none;border-radius:.75rem;width:100%;padding:.6rem;font-size:.875rem;font-weight:400;transition:background-color .2s}.chatbot-prompt-button:hover{background-color:#e5e7eb;border:none}.chatbot-container{flex-direction:column;width:100%;height:100vh;display:flex;overflow:hidden}.chatbot-header{color:#fff;text-align:center;background-color:#224155;width:100%;padding:1rem 0;font-size:1.25rem;font-weight:600}.chatbot-messages{flex:1;width:100%;min-height:0;padding:1rem;overflow-y:auto}.chatbot-messages::-webkit-scrollbar{width:8px}.chatbot-messages::-webkit-scrollbar-thumb{background-color:#bec0c4;border-radius:4px}.chatbot-messages::-webkit-scrollbar-track{background-color:#0000}.message{color:#000;margin-bottom:.75rem;display:flex}.message.user{justify-content:flex-end}.message.assistant{justify-content:flex-start}.message-content{white-space:pre-wrap;word-break:break-word;color:#000;border-radius:1rem;max-width:80%;padding:.5rem 1rem;font-size:.875rem}.message.user .message-content{color:#fff;background-color:#224155}.message.assistant .message-content{color:#000;background-color:#e5e7eb}.chatbot-input-container{z-index:10;background-color:#fff;border-top:1px solid #ddd;width:100%;padding:.75rem 0 1rem;position:sticky;bottom:0}.chatbot-input-inner{max-width:48rem;margin:0 auto;padding:0 1rem}.chatbot-input-box{background-color:#fff;border:1px solid #ddd;border-radius:1.25rem;align-items:flex-end;gap:.5rem;padding:.625rem;display:flex;box-shadow:0 1px 3px #0000001a}.chatbot-input{white-space:pre-wrap;word-break:break-word;color:#000;border-radius:.375rem;outline:none;flex-grow:1;width:100%;min-height:36px;max-height:160px;padding:.5rem .75rem;font-size:.875rem;position:relative;overflow-y:auto}.chatbot-input:empty:before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;font-family:inherit;display:block}.chatbot-send-button{color:#fff;cursor:pointer;background-color:#224155;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.5rem;display:flex}.chatbot-send-button:disabled{opacity:.75;cursor:not-allowed}.thinking-dots{align-items:center;gap:4px;display:inline-flex}.thinking-dot{background-color:#555;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite thinkingBlink}.thinking-dot:nth-child(2){animation-delay:.2s}.thinking-dot:nth-child(3){animation-delay:.4s}@keyframes thinkingBlink{0%,80%,to{opacity:0;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.chatbot-welcome,.chatbot-logo,.chatbot-greeting,.chatbot-prompts{opacity:0;animation:1s ease-out forwards fadeIn}.chatbot-logo{animation-delay:.2s}.chatbot-greeting{animation-delay:.4s}.chatbot-prompts{animation-delay:.6s}.message{opacity:0;animation:1s ease-out forwards fadeIn}.message.user{animation-delay:.2s}.message.assistant{animation-delay:.4s}.message-content{opacity:0;animation:1s ease-out forwards fadeIn}.message.user .message-content{animation-delay:.6s}.message.assistant .message-content{animation-delay:.8s}.chatbot-prompt-button{color:gray;cursor:pointer;box-sizing:border-box;background-color:#f3f4f6;border:none;border-radius:.75rem;align-items:center;gap:1.9rem;width:100%;padding:.8rem;font-size:.7rem;font-weight:400;transition:background-color .2s;display:flex}.chatbot-prompt-button:hover{background-color:#e5e7eb}.prompt-content{text-align:left;align-items:center;gap:.5rem;display:flex}.prompt-text{font-size:.75rem;display:inline-block}
