@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}}
