.two-pane-layout-module__EbPffW__container{width:100vw;height:100dvh;overflow:hidden}.two-pane-layout-module__EbPffW__inner{height:100%;display:flex}.two-pane-layout-module__EbPffW__left{background:var(--card-background);-webkit-backdrop-filter:blur(12px)saturate(140%);flex-direction:column;width:16rem;min-width:260px;max-width:360px;display:flex}.two-pane-layout-module__EbPffW__logoContainer{justify-content:center;align-items:center;height:10vh;padding:8px 16px;display:flex;background:var(--navbar-background-color)!important}.two-pane-layout-module__EbPffW__right{background:var(--card-background);flex-direction:column;flex:1;min-width:0;display:flex}.two-pane-layout-module__EbPffW__header{height:10vh;background:var(--main-background-color)!important}.two-pane-layout-module__EbPffW__headerContent{justify-content:space-between;align-items:center;max-width:1200px;margin:12px;padding:12px;display:flex;background:var(--navbar-background-color)!important;border:1px solid var(--navbar-border-color)!important;box-shadow:var(--navbar-box-shadow)!important;border-radius:8px!important}.two-pane-layout-module__EbPffW__main{flex:1;min-height:0;position:relative;overflow:hidden;background:var(--main-background-color)!important}.two-pane-layout-module__EbPffW__promptBar{background:var(--card-background)}.two-pane-layout-module__EbPffW__chatscreen{background-color:var(--empty-state-background);border-radius:12px;flex-direction:column;gap:16px;max-width:800px;min-height:300px;margin:20px auto;padding:20px;display:flex;box-shadow:0 4px 12px #0000001a}
.chat-layout-module__BfJEHW__root{background:var(--main-background-color);width:100vw;height:100dvh;display:flex;overflow:hidden}.chat-layout-module__BfJEHW__sidebar{background:var(--card-background);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-right:1px solid var(--navbar-border-color);flex-direction:column;width:16rem;min-width:280px;max-width:360px;height:100%;display:flex}.chat-layout-module__BfJEHW__logoContainer{justify-content:center;align-items:center;padding:20px;display:flex;background:var(--navbar-background-color)!important}.chat-layout-module__BfJEHW__right{background:var(--card-background);flex-direction:column;flex:1;height:100%;display:flex}.chat-layout-module__BfJEHW__header{background:var(--card-background);border-bottom:1px solid var(--navbar-border-color);height:10vh;padding:10px 12px}.chat-layout-module__BfJEHW__headerContent{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.chat-layout-module__BfJEHW__main{background:var(--card-background);flex:1;overflow:auto}.chat-layout-module__BfJEHW__promptBar{background:var(--card-background)}
.centered-prompt-module__X2sLRq__centeredPrompt{z-index:10;width:100%;max-width:800px;padding:0 24px;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;top:40%;left:50%;transform:translate(-50%,-50%)}.centered-prompt-module__X2sLRq__centeredPrompt.centered-prompt-module__X2sLRq__docked{z-index:1000;width:95%;max-width:900px;padding:0 16px;position:relative;top:5vh;bottom:10vh;left:50%;transform:translate(-50%)}.centered-prompt-module__X2sLRq__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.centered-prompt-module__X2sLRq__greeting{color:var(--text-primary);animation:.6s ease-out centered-prompt-module__X2sLRq__fadeInUp}@keyframes centered-prompt-module__X2sLRq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.centered-prompt-module__X2sLRq__centeredPrompt.centered-prompt-module__X2sLRq__docked .centered-prompt-module__X2sLRq__greeting{opacity:0;transition:opacity .3s ease-out,transform .3s ease-out;transform:translateY(-10px)}.centered-prompt-module__X2sLRq__centeredPrompt .centered-prompt-module__X2sLRq__content>div:last-child{animation:.6s ease-out .2s both centered-prompt-module__X2sLRq__fadeInUp}
.chat-screen-module__L0gg5W__chatScreen{background:var(--main-background-color);flex-direction:column;height:calc(100vh - 200px);max-height:calc(100vh - 200px);display:flex;position:relative;overflow:hidden}.chat-screen-module__L0gg5W__messagesContainer{flex-direction:column;flex:1;gap:16px;width:100%;max-width:1200px;min-height:0;max-height:100%;margin:0 auto;padding:24px;display:flex;overflow:auto}.chat-screen-module__L0gg5W__emptyState{flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:200px;display:flex}.chat-screen-module__L0gg5W__message{margin-bottom:16px;animation:.3s ease-out chat-screen-module__L0gg5W__fadeInUp;display:flex}.chat-screen-module__L0gg5W__userMessage{justify-content:flex-end}.chat-screen-module__L0gg5W__aiMessage{justify-content:flex-start}.chat-screen-module__L0gg5W__aiMessageWithData{justify-content:flex-start;width:100%}.chat-screen-module__L0gg5W__messageContent{background:var(--card-background);border:1px solid var(--navbar-border-color);border-radius:12px;width:auto;padding:12px 16px;box-shadow:0 2px 8px #0000001a}.chat-screen-module__L0gg5W__userMessage .chat-screen-module__L0gg5W__messageContent{background:var(--card-background);color:#fff;border:none}.chat-screen-module__L0gg5W__aiMessageWithData .chat-screen-module__L0gg5W__messageContent{width:100%;min-width:800px;max-width:100%}.chat-screen-module__L0gg5W__messageHeader{align-items:center;margin-bottom:4px;display:flex}.chat-screen-module__L0gg5W__userMessage .chat-screen-module__L0gg5W__messageHeader{color:#fffc}@keyframes chat-screen-module__L0gg5W__fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-screen-module__L0gg5W__messagesContainer::-webkit-scrollbar{width:8px}.chat-screen-module__L0gg5W__messagesContainer::-webkit-scrollbar-track{background:0 0}.chat-screen-module__L0gg5W__messagesContainer::-webkit-scrollbar-thumb{background:#0003;border-radius:4px;transition:background .2s}.chat-screen-module__L0gg5W__messagesContainer::-webkit-scrollbar-thumb:hover{background:#0000004d}.chat-screen-module__L0gg5W__messagesContainer{scrollbar-width:thin;scrollbar-color:#0003 transparent}
