@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{box-sizing:border-box;--oe-deselect-checkbox:1rem;--title-and-checkbox-container:.5rem 0 0 .5rem;--search-result-content:.5rem;--oe-search-result-content:2.5rem;--search-metadata-list:1.25rem;--oe-metadata-list:3.25rem;margin:0;padding:0}body{background:#e4e4e7}html,body,#root{width:100%}html,body{height:100vh}body,#root{min-height:100%}label{-webkit-user-select:text;user-select:text}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes highlightBorder{0%{background:#dceaff}70%{background:#dceaff}to{background:0 0}}@media (prefers-color-scheme:dark){@keyframes highlightBorder{0%{background:#18181b}70%{background:#18181b}to{background:0 0}}}@keyframes highlightDocument{0%{background:#dceaff}50%{background:#dceaff}to{background:0 0}}@media (prefers-color-scheme:dark){@keyframes highlightDocument{0%{background:#18181b}50%{background:#18181b}to{background:0 0}}}@keyframes spinPulse{0%{transform:rotate(0)scale(1)}25%{transform:rotate(720deg)scale(1)}70%{transform:rotate(720deg)scale(.7)}85%{transform:rotate(720deg)scale(1.1)}to{transform:rotate(720deg)scale(1)}}.highlight-element{padding-top:0;padding-bottom:0;animation:5s ease-out forwards highlightBorder}.highlight-new-document{padding-top:0;padding-bottom:0;animation:2s ease-out forwards highlightDocument}#loader-container{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;font-family:Inter,sans-serif;display:flex}#loader-container svg{color:#a1a1aa;shape-rendering:geometricprecision;text-rendering:geometricprecision;image-rendering:-webkit-optimize-contrast;fill-rule:evenodd;clip-rule:evenodd;margin-bottom:1.5rem}#loader-container svg path{opacity:.934}.spinner-icon{--spinner-track-color:transparent;border:2px solid;border-bottom-color:#0000;--spinner-size:36px;border-inline-start-color:#0000;border-radius:9999px;width:2rem;height:2rem;margin-top:1.5rem;margin-bottom:1rem;animation:.5s linear infinite spin;display:inline-block}.assistant-streaming{animation:3s linear infinite spinPulse}@media (prefers-color-scheme:dark){body{color:#fff;background:#27272a}#loader-container svg{fill:#71717a}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.suggestion-enter{animation:.3s ease-out forwards fadeSlideUp}.loader-container{justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:relative}.circles-wrapper{width:100%;height:100%;animation:4s ease-in-out infinite squareMove;position:absolute}.icon{z-index:10;font-size:48px;animation:4s ease-in-out infinite squareMove;position:relative}.circle{border:2px solid var(--chakra-colors-fg);border-radius:50%;animation:4s ease-out infinite ripple;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.circle:first-child{animation-delay:0s}.circle:nth-child(2){animation-delay:.4s}.circle:nth-child(3){animation-delay:.8s}.circle:nth-child(4){animation-delay:1.2s}.circle:nth-child(5){animation-delay:1.6s}@keyframes ripple{0%{opacity:.4;width:68px;height:68px}to{opacity:0;width:160px;height:160px}}@keyframes squareMove{0%{transform:translate(0)}16.66%{transform:translate(30px)}33.33%{transform:translate(30px,30px)}50%{transform:translate(-30px,30px)}66.66%{transform:translate(-30px)}83.33%{transform:translate(0)}to{transform:translate(0)}}@keyframes slideIn{0%{margin-right:-100%}to{margin-right:0}}.animate-in{animation:.25s ease-out forwards slideIn}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes counter-orbit{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}
