.loading-shimmer-text{background:linear-gradient(90deg,color-mix(in oklch,var(--color-foreground) 35%,transparent) 0,color-mix(in oklch,var(--color-foreground) 35%,transparent) 42%,var(--color-foreground) 50%,color-mix(in oklch,var(--color-foreground) 35%,transparent) 58%,color-mix(in oklch,var(--color-foreground) 35%,transparent) 100%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text}.dark .loading-shimmer-text,.loading-shimmer-text{color:transparent;animation:loading-shimmer 2s linear infinite}.dark .loading-shimmer-text{background:linear-gradient(90deg,oklch(.55 0 0),oklch(.55 0 0) 42%,oklch(.25 0 0) 50%,oklch(.55 0 0) 58%,oklch(.55 0 0));background-size:200% 100%;background-clip:text;-webkit-background-clip:text}@keyframes title-blur-in{0%{opacity:0;filter:blur(4px)}to{opacity:1;filter:blur(0)}}.title-blur-in{animation:title-blur-in .35s ease-out}@media (prefers-reduced-motion:reduce){.title-blur-in{animation:none}}@keyframes eval-running-pulse{0%,to{border-color:color-mix(in oklch,var(--color-foreground) 18%,transparent);box-shadow:0 0 0 0 color-mix(in oklch,var(--color-foreground) 12%,transparent)}50%{border-color:color-mix(in oklch,var(--color-foreground) 45%,transparent);box-shadow:0 0 6px 1px color-mix(in oklch,var(--color-foreground) 18%,transparent)}}.eval-running-shimmer{animation:eval-running-pulse 1.6s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.eval-running-shimmer{animation:none;border-color:color-mix(in oklch,var(--color-foreground) 30%,transparent)}}