.orch-mark{display:block;flex:none;color:var(--ink)}.orch-mark--watermark{color:inherit}.orch-mark--watermark .orch-mark__port{fill:currentColor}.orch-mark[data-state=working]{animation:orch-mark-working 1.6s linear infinite;transform-origin:50% 50%}@keyframes orch-mark-working{to{transform:rotate(1turn)}}.orch-mark[data-state=paused]{filter:saturate(.12) opacity(.72)}.orch-mark[data-state=gate] .orch-mark__arc{animation:orch-mark-gate 2s ease-in-out infinite}@keyframes orch-mark-gate{0%,to{opacity:1}50%{opacity:.25}}@media (prefers-reduced-motion:reduce){.orch-mark[data-state=gate] .orch-mark__arc,.orch-mark[data-state=working]{animation:none}}