@keyframes sk-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.sk{background:linear-gradient(90deg, var(--surface-2) 0%, var(--surface-3) 40%, var(--surface-2) 80%);background-size:200% 100%;border-radius:.25rem;height:.75rem;animation:1.4s ease-in-out infinite sk-shimmer;display:block}.sk.lg{border-radius:.3125rem;height:1.25rem}.sk.xl{border-radius:.375rem;height:1.75rem}.sk.pill{border-radius:62.4375rem;height:1rem}.sk.circle{border-radius:50%;width:1.375rem;height:1.375rem}.route-bar{z-index:900;pointer-events:none;background:linear-gradient(90deg, transparent 0%, var(--mod-ai) 30%, var(--mod-workers) 60%, transparent 100%);background-repeat:no-repeat;background-size:50% 100%;height:.125rem;animation:.9s ease-in-out infinite route-slide;position:fixed;top:0;left:0;right:0}@keyframes route-slide{0%{background-position:-50% 0}to{background-position:150% 0}}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:1.8px solid;border-top-color:#0000;border-radius:50%;width:.8125rem;height:.8125rem;animation:.7s linear infinite spin;display:inline-block}
