 .livePostsFeed__header{display:flex;align-items:center;justify-content:space-between;}.livePostsFeed__live{inline-size:0.55rem;block-size:0.55rem;border-radius:50%;color:hsl(135 70% 48%);background:currentColor;box-shadow:0 0 0 0 color-mix(in srgb, currentColor 45%, transparent);animation:livePostsPulse 1.8s ease-out infinite;}.livePostsFeed__live--pending{color:hsl(0 74% 55%);}.livePostsFeed__item{position:relative;isolation:isolate;}.livePostsFeed--realtimePending .livePostsFeed__item{min-block-size:4.25rem;padding-inline-end:0;}.livePostsFeed--realtimePending .livePostsFeed__item > *{visibility:hidden;}.livePostsFeed--realtimePending .livePostsFeed__item::before{content:"";position:absolute;z-index:2;inset-block-start:50%;inset-inline-start:50%;inline-size:1.75rem;block-size:1.75rem;margin-block-start:-0.875rem;margin-inline-start:-0.875rem;border:3px solid rgba(29, 155, 240, 0.22);border-block-start-color:rgb(29, 155, 240);border-inline-end-color:rgb(29, 155, 240);border-radius:50%;opacity:1;pointer-events:none;animation:livePostsRowSpinner 820ms linear infinite;}.livePostsFeed__list{overflow-anchor:none;}.sgnLivePostItem--enter{opacity:0;transform:translate3d(0, -10px, 0) scale(0.985);will-change:opacity, transform;}.sgnLivePostItem--enter.sgnLivePostItem--visible{opacity:1;transform:translate3d(0, 0, 0) scale(1);transition:opacity 220ms ease-out, transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1);}.sgnLivePostItem--fresh{animation:sgnLivePostFreshGlow 1.3s ease-out both;}.sgnLivePostItem--fresh::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient( 90deg, rgba(56, 189, 248, 0.11), rgba(59, 130, 246, 0.04) 42%, transparent 78% );opacity:0;animation:sgnLivePostFreshSurface 1.3s ease-out both;}.livePostsFeed--realtimePending .sgnLivePostItem--fresh{animation:none;}.livePostsFeed--realtimePending .sgnLivePostItem--fresh::after{content:none;}@keyframes livePostsPulse{0%{box-shadow:0 0 0 0 color-mix(in srgb, currentColor 45%, transparent);}70%{box-shadow:0 0 0 0.45rem transparent;}100%{box-shadow:0 0 0 0 transparent;}}@keyframes livePostsRowSpinner{to{transform:rotate(360deg);}}@keyframes sgnLivePostFreshGlow{0%{box-shadow:inset 0 0 0 1px rgba(56, 189, 248, 0), 0 0 0 rgba(56, 189, 248, 0);}22%{box-shadow:inset 0 0 0 1px rgba(56, 189, 248, 0.28), 0 0.45rem 1.15rem rgba(56, 189, 248, 0.11);}100%{box-shadow:inset 0 0 0 1px rgba(56, 189, 248, 0), 0 0 0 rgba(56, 189, 248, 0);}}@keyframes sgnLivePostFreshSurface{0%{opacity:0;}18%{opacity:1;}100%{opacity:0;}}@media (prefers-reduced-motion:reduce){.livePostsFeed__live{animation:none;}.livePostsFeed--realtimePending .livePostsFeed__item::before{animation:none;}.sgnLivePostItem--enter, .sgnLivePostItem--enter.sgnLivePostItem--visible, .sgnLivePostItem--fresh{opacity:1;transform:none;will-change:auto;animation:none;transition:none;}.sgnLivePostItem--fresh::after{content:none;}}