:root{--gh-motion-duration-fast:150ms;--gh-motion-duration-enter:250ms;--gh-motion-duration-exit:150ms;--gh-motion-duration-layout:300ms;--gh-motion-duration-stagger:40ms;--gh-motion-ease-standard:cubic-bezier(0.22,1,0.36,1);--gh-motion-ease-in-out:cubic-bezier(0.4,0,0.2,1);--gh-motion-distance-panel:8px;--gh-motion-distance-content:4px;--gh-motion-scale-press:0.98}@media (prefers-reduced-motion:no-preference){.gh-motion-panel{animation:gh-motion-panel-enter var(--gh-motion-duration-enter) var(--gh-motion-ease-standard) var(--gh-motion-delay,0s) backwards}.gh-motion-content{animation:gh-motion-content-enter var(--gh-motion-duration-enter) var(--gh-motion-ease-standard) var(--gh-motion-delay,0s) backwards}.gh-motion-press{transition:scale var(--gh-motion-duration-fast) var(--gh-motion-ease-standard)}.gh-motion-press:active:not(:disabled):not([aria-disabled=true]){scale:var(--gh-motion-scale-press)}}@keyframes gh-motion-panel-enter{0%{opacity:0;transform:translateY(var(--gh-motion-distance-panel))}to{opacity:1;transform:translateY(0)}}@keyframes gh-motion-content-enter{0%{opacity:0;transform:translateY(var(--gh-motion-distance-content))}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){:root{--gh-motion-duration-fast:0ms;--gh-motion-duration-enter:0ms;--gh-motion-duration-exit:0ms;--gh-motion-duration-layout:0ms;--gh-motion-duration-stagger:0ms}.gh-motion-content,.gh-motion-panel,.gh-motion-press{animation:none;transition:none}}