.stay-progress{background:color-mix(in srgb, var(--tb-accent) 18%, transparent);height:3px;overflow:hidden}.stay-progress>i{height:100%;width:var(--stay-progress,82%);background:var(--tb-accent);transform-origin:0;animation:stay-progress-in 1.4s var(--ease-premium) both;display:block}@keyframes stay-progress-in{0%{transform:scaleX(.16)}to{transform:scaleX(1)}}.spy-sheet{animation:spy-sheet-up var(--dur-sheet) var(--ease-sheet) both}.spy-sheet.is-closing{animation:spy-sheet-down .22s var(--ease-sheet) both}@keyframes spy-sheet-up{0%{transform:translateY(102%)}to{transform:translateY(0)}}@keyframes spy-sheet-down{0%{transform:translateY(0)}to{transform:translateY(102%)}}.spy-scrim{animation:spy-fade var(--dur-gentle) ease both}.spy-scrim.is-closing{animation:.22s both spy-fade-out}@keyframes spy-fade{0%{opacity:0}to{opacity:1}}@keyframes spy-fade-out{0%{opacity:1}to{opacity:0}}.spy-chev{transition:transform var(--dur-micro) ease}[aria-expanded=true] .spy-chev{transform:rotate(180deg)}@media (prefers-reduced-motion:reduce){.stay-progress>i,.spy-sheet,.spy-scrim{animation-duration:1ms}.spy-chev{transition:none}}
