@property --angle{syntax:"<angle>";initial-value:0deg;inherits:false}.chat-panel-prompt-box-animated-border{border:1px solid #0000!important;border-radius:calc(var(--spacing) * 5)!important;background:linear-gradient(rgb(var(--fill-primary-variant)),rgb(var(--fill-primary-variant))) padding-box,conic-gradient(from var(--angle),rgb(0,157,255,.25),#8a3ffc) border-box!important;animation:rotate-border 4s linear infinite;filter:drop-shadow(0 0 2px #8a3ffc66)}@keyframes rotate-border{to{--angle:360deg}}@keyframes scaleIn{0%{transform:scale(1);filter:blur(4px);opacity:.95}to{transform:scale(1.02);filter:blur(2px);opacity:1}}@keyframes overlayFade{0%{background:radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,0) 0,rgba(0,0,0,.32) 100%)}to{background:radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,0) 0,rgba(0,0,0,.3) 100%)}}.loading-image-scale{animation:scaleIn 1.5s ease-in-out infinite alternate}.loading-overlay-fade{animation:overlayFade 1.5s ease-in-out infinite alternate}@keyframes backgroundFadeDark{0%{background-color:#1a1a1a}to{background-color:#292929f5}}@keyframes backgroundFadeLight{0%{background-color:#f4f4f4}to{background-color:#dbdbdbf2}}.dark .loading-background-fade{animation:backgroundFadeDark 1.2s ease-in-out infinite alternate}.loading-background-fade{animation:backgroundFadeLight 1.2s ease-in-out infinite alternate}