.layout{display:flex;height:100vh;width:100vw;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media (max-width:431px){.layout{height:100%}}.main-container{margin-left:4rem;display:flex;width:100%;flex-direction:column;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.main-container.expanded{margin-left:240px}.header-actions{display:flex;align-items:center}.header-actions>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.logo{font-size:1.5rem;line-height:2rem;font-weight:700}.profile-pic{height:2.5rem;width:2.5rem;border-radius:9999px}.sidebar{left:0;top:0;height:100%;align-items:center;gap:.25rem;color:var(--foreground);--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;width:72px;padding:16px 0;background-color:var(--sidebar)}.mobile-sidebar-overlay,.sidebar{position:fixed;display:flex;flex-direction:column}.mobile-sidebar-overlay{inset:0;z-index:50;width:100vw;height:100vh;background:var(--sidebar);overflow-y:auto}.sidebar.expanded{width:260px;align-items:flex-start;padding-left:16px}.sidebar-logo{display:flex;width:100%;align-items:center}.sidebar-logo>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sidebar-logo{padding:.5rem 1rem}.sidebar-logo-icon{height:3rem;width:3rem}.sidebar-logo-text{height:1.5rem;width:auto;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}.sidebar:not(.expanded) .sidebar-logo-text{opacity:0;width:0}.sidebar-new-chat{margin-top:1rem;display:flex;height:3rem;align-items:center}.sidebar-new-chat>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.sidebar-new-chat{border-radius:1.5rem;--tw-bg-opacity:1;background-color:rgb(242 232 255/var(--tw-bg-opacity,1));padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity,1))}.sidebar-menu{display:flex;width:100%;flex-direction:column}.sidebar-menu>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.sidebar-menu{flex-grow:1;overflow-y:auto}.sidebar-item{display:flex;align-items:center}.sidebar-item>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.sidebar-item{border-radius:9999px;padding:.75rem;font-family:BrownPro;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sidebar-item:hover{background-color:var(--sidebar-hover)}.badge{border-radius:9999px;background-color:var(--muted);padding:.25rem .5rem;font-size:.75rem;line-height:1rem}.sidebar-divider{margin-top:.5rem;margin-bottom:.5rem;height:1px;width:100%;background-color:var(--border)}.sidebar-section-header{display:flex;width:100%;align-items:center;justify-content:space-between;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600}.sidebar-assistants{display:flex;height:12rem;width:100%;flex-direction:column}.sidebar-assistants>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.sidebar-assistants{overflow:auto;padding-left:1rem;padding-right:1rem}.chatbot{display:flex;width:100%;align-items:center}.chatbot>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.chatbot{border-radius:.5rem;padding:.5rem}.chatbot-icon{height:1.5rem;width:1.5rem;border-radius:9999px}.main-content{flex-grow:1;padding-top:80px;background-color:var(--background)}.footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;background-color:var(--card);padding:1.5rem;--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);height:80px}@media (max-width:431px){.footer{padding:1rem;height:auto;min-height:120px}}.footer-description{font-family:var(--font-BrownPro),sans-serif;width:100%;text-align:center;font-size:14px;line-height:20px;letter-spacing:-.025em;color:var(--secondary)}.footer-buttons{display:flex;flex-direction:row;align-items:center}.footer-buttons>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}@media (max-width:431px){.footer-buttons{width:100%;flex-direction:column}.footer-buttons>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;--tw-space-y-reverse:0;margin:calc(.75rem * calc(1 - var(--tw-space-y-reverse))) calc(0px * var(--tw-space-x-reverse)) calc(.75rem * var(--tw-space-y-reverse)) calc(0px * calc(1 - var(--tw-space-x-reverse)))}}.reject-btn{font-family:var(--font-BrownPro),sans-serif;cursor:pointer;white-space:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:600;color:var(--foreground)}@media (max-width:431px){.reject-btn{width:100%;border-radius:9999px;border-width:1px;--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding-top:.75rem;padding-bottom:.75rem;text-align:center;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.reject-btn:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}}.accept-btn{font-family:var(--font-BrownPro),sans-serif;background:linear-gradient(90deg,#a855f7,#818cf8);white-space:nowrap;border-radius:9999px;padding:.5rem 1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.accept-btn:hover{opacity:.9}@media (max-width:431px){.accept-btn{width:100%;padding-top:.75rem;padding-bottom:.75rem}}.accept-btn:disabled{cursor:not-allowed;background-color:var(--muted);opacity:.6;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.user-select div{z-index:3}.user-select>div:first-of-type{height:80px}.user-select div,.user-select>div:first-of-type{background:var(--background);color:var(--foreground)}.user-select div{border-radius:.5rem;overflow:auto}.user-select div:first-of-type div:first-of-type{max-height:6rem}.guidelines-container{margin-top:1.5rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.guideline-box{border-radius:.5rem;background-color:var(--card);padding:1rem;--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.guideline-box h3{margin-bottom:.75rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}.guideline-box ul{list-style-type:none}.guideline-box ul>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.msg-container hr{margin-top:1em!important;margin-bottom:1em!important}@media print{.main-container{margin-left:0!important;width:100%!important;position:relative!important}.main-container,.main-content{height:auto!important;overflow:visible!important;display:block!important}.main-content{page-break-inside:auto!important;background-color:white!important}*{color:#000!important;background-color:transparent!important;overflow:visible!important;print-color-adjust:exact!important;-webkit-print-color-adjust:exact!important}code,div,h1,h2,h3,h4,li,p,pre,span{color:#000!important;page-break-inside:avoid;text-shadow:none!important}code,pre{border:1px solid #ddd!important;background-color:#f8f8f8!important}article,div,section{page-break-inside:auto!important;overflow:visible!important}.custom-scroll-button,.sidebar,footer,form,header,textarea{display:none!important}body{background:white!important}a,a:link,a:visited{color:#000!important;text-decoration:underline}}