.swipe-hint{z-index:85;pointer-events:auto;background:color-mix(in srgb, var(--tg-theme-bg-color,#1c1c1e) 60%, transparent);-webkit-backdrop-filter:blur(6px)saturate(130%);touch-action:none;animation:.22s cubic-bezier(.22,1,.36,1) both swipeHintIn;position:fixed;inset:0}.swipe-hint.swipe-hint--in-notifications{z-index:1}html[data-blur-quality=poor] .swipe-hint{background:var(--rw-glass-overlay-dark), color-mix(in srgb, var(--tg-theme-bg-color,#1c1c1e) 80%, transparent);-webkit-backdrop-filter:none}html[data-blur-quality=poor][data-theme=light] .swipe-hint{background:var(--rw-glass-overlay-light), color-mix(in srgb, var(--tg-theme-bg-color,#1c1c1e) 80%, transparent)}.swipe-hint__lottie-wrap{pointer-events:none;filter:drop-shadow(0 6px 24px #00000059);justify-content:center;align-items:center;width:180px;height:180px;animation:.28s cubic-bezier(.22,1,.36,1) both swipeHintLottieIn;display:flex;position:absolute}.swipe-hint__lottie{width:100%;height:100%}@keyframes swipeHintIn{0%{opacity:0}to{opacity:1}}@keyframes swipeHintLottieIn{0%{opacity:0;transform:scale(.86)}to{opacity:1;transform:scale(1)}}
