@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{background:#e4e4e7}html,body,#root{width:100%}html,body{height:100vh}body,#root{min-height:100%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes highlightBorder{0%{background:#dceaff}70%{background:#dceaff}to{background:transparent}}@media (prefers-color-scheme: dark){@keyframes highlightBorder{0%{background:#18181b}70%{background:#18181b}to{background:transparent}}}@keyframes highlightDocument{0%{background:#dceaff}50%{background:#dceaff}to{background:transparent}}@media (prefers-color-scheme: dark){@keyframes highlightDocument{0%{background:#18181b}50%{background:#18181b}to{background:transparent}}}@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{animation:highlightBorder 5s ease-out forwards;padding-top:0;padding-bottom:0}.highlight-new-document{animation:highlightDocument 2s ease-out forwards;padding-top:0;padding-bottom:0}#loader-container{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:Inter,sans-serif}#loader-container svg{margin-bottom:1.5rem;color:#a1a1aa;shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:-webkit-optimize-contrast;fill-rule:evenodd;clip-rule:evenodd}#loader-container svg path{opacity:.934}.spinner-icon{margin-bottom:1rem;margin-top:1.5rem;height:36px;display:inline-block;border-color:currentColor;border-bottom-color:currentcolor;border-style:solid;border-width:2px;border-radius:9999px;width:2rem;height:2rem;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;-webkit-animation-duration:.5s;animation-duration:.5s;--spinner-track-color: transparent;border-bottom-color:transparent;border-inline-start-color:transparent;--spinner-size: 36px}.assistant-streaming{-webkit-animation:spinPulse 3s linear infinite;animation:spinPulse 3s linear infinite;-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-color-scheme: dark){body{background:#27272a;color:#fff}#loader-container svg{fill:#71717a}}@keyframes slideIn{0%{margin-right:-100%}to{margin-right:0}}.animate-in{animation:slideIn .25s ease-out forwards}.loader-container{position:relative;width:200px;height:200px;display:flex;justify-content:center;align-items:center}.circles-wrapper{position:absolute;width:100%;height:100%;animation:squareMove 4s ease-in-out infinite}.icon{position:relative;z-index:10;font-size:48px;animation:squareMove 4s ease-in-out infinite}.circle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:2px solid var(--chakra-colors-fg);border-radius:50%;animation:ripple 4s ease-out infinite}.circle:nth-child(1){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%{width:68px;height:68px;opacity:.4}to{width:160px;height:160px;opacity:0}}@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)}}
