@keyframes peek-wash-in{0%{opacity:0}to{opacity:1}}@keyframes peek-wash-out{0%{opacity:1}to{opacity:0}}@keyframes peek-pop-in{0%{opacity:0;transform:translateY(var(--peek-from,28px)) scale(.86)}45%{opacity:1}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes peek-pop-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(10px)scale(.94)}}@keyframes peek-actions-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.peek-wash-in{will-change:opacity;animation:.2s cubic-bezier(.33,1,.68,1) both peek-wash-in}.peek-wash-out{animation:peek-wash-out var(--peek-exit-duration) cubic-bezier(.4, 0, 1, 1) both;will-change:opacity}.peek-pop-in{will-change:transform, opacity;animation:.34s cubic-bezier(.34,1.26,.4,1) both peek-pop-in}.peek-pop-out{animation:peek-pop-out var(--peek-exit-duration) cubic-bezier(.4, 0, 1, 1) both;will-change:transform, opacity}.peek-actions-in{animation:.28s cubic-bezier(.22,1,.36,1) 60ms both peek-actions-in}@media (prefers-reduced-motion:reduce){.peek-wash-in,.peek-wash-out,.peek-pop-in,.peek-pop-out,.peek-actions-in{animation:none}}