.orbit-arc{animation:12s linear infinite orbit-sweep}.orbit-dashed{transform-origin:240px 240px;animation:60s linear infinite orbit-drift}.orbit-mark{transform-origin:90px 95px;animation:4s ease-in-out infinite orbit-breathe}.orbit-pill{animation:12s linear infinite orbit-active;animation-delay:calc(var(--i) * 3s)}@keyframes orbit-sweep{to{transform:rotate(360deg)}}@keyframes orbit-drift{to{transform:rotate(360deg)}}@keyframes orbit-breathe{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}@keyframes orbit-active{0%{color:#04231a;background-color:#0c8;border-color:#0c8}20%{color:#04231a;background-color:#0c8;border-color:#0c8}28%,to{color:#1a1a1a;background-color:#f3f2ec;border-color:#e4e5e7}}@media (prefers-reduced-motion:reduce){.orbit-arc,.orbit-dashed,.orbit-mark,.orbit-pill{animation:none}}
.scene{animation:.7s cubic-bezier(.22,1,.36,1) both scene-rise}.scene-in{animation:.5s ease-out both scene-fade;animation-delay:var(--d,0s)}.scene-draw{stroke-dasharray:1;stroke-dashoffset:1px;animation:1.4s ease-out .25s both scene-draw}.scene-ring{stroke-dashoffset:var(--dash);animation:1.2s cubic-bezier(.22,1,.36,1) .2s both scene-ring}.scene-bar{width:0;animation:.9s cubic-bezier(.22,1,.36,1) both scene-bar;animation-delay:var(--d,0s)}.scene-pulse{animation:1.8s ease-in-out infinite scene-pulse}.scene-caret{animation:1.1s step-end infinite scene-caret}@keyframes scene-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes scene-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes scene-draw{to{stroke-dashoffset:0}}@keyframes scene-ring{to{stroke-dashoffset:var(--offset)}}@keyframes scene-bar{to{width:var(--w)}}@keyframes scene-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.8)}}@keyframes scene-caret{0%,50%{opacity:1}51%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.scene,.scene-in,.scene-draw,.scene-ring,.scene-bar,.scene-pulse,.scene-caret{animation:none}.scene-draw{stroke-dashoffset:0}.scene-ring{stroke-dashoffset:var(--offset)}.scene-bar{width:var(--w)}}
