.homepageLazySection {
    margin: 18px 0;
}

.homepageLazySection.is-loaded,
.homepageLazySection.is-empty,
.homepageLazySection.is-collapsed,
.homepageLazySection.is-error {
    margin: 0;
}

.homepageLazySection.is-collapsed,
.homepageLazySection[hidden] {
    display: none !important;
    min-height: 0 !important;
}

.homepageLazySkeleton {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 215, 96, 0.055), transparent 34%),
        linear-gradient(180deg, rgba(10, 17, 34, 0.82) 0%, rgba(7, 12, 25, 0.9) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.homepageLazySkeleton--catalog {
    display: grid;
    grid-template-columns: 138px minmax(0, 1fr) minmax(180px, 260px);
    align-items: center;
    gap: 12px;
    min-height: 92px;
    padding: 12px;
}

.homepageLazySkeleton--rail,
.homepageLazySkeleton--providers {
    min-height: 156px;
}

.homepageLazySkeleton--cards {
    min-height: 286px;
    padding: 16px;
}

.homepageLazySkeleton--rail {
    padding: 10px 0 12px;
}

.homepageLazySkeleton--providers {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    align-items: center;
    gap: 6px;
    min-height: 52px;
    margin-top: 12px;
    padding: 6px 10px;
    border-radius: 18px;
    background: rgba(8, 14, 29, 0.78);
}

.homepageLazySkeleton:empty {
    min-height: 156px;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.06) 8%, rgba(255, 255, 255, 0.14) 18%, rgba(255, 255, 255, 0.06) 33%);
    background-size: 200% 100%;
    animation: homepageLazyShimmer 1.4s linear infinite;
}

.homepageSkeletonAction,
.homepageSkeletonIcon,
.homepageSkeletonLine,
.homepageSkeletonPill,
.homepageSkeletonCard,
.homepageSkeletonFilter,
.homepageSkeletonButton,
.homepageSkeletonBadge,
.homepageSkeletonCircle,
.homepageSkeletonOdds > span,
.homepageSkeletonProviderNav,
.homepageSkeletonProviderLogo {
    position: relative;
    display: block;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0)) -140% 0 / 220% 100% no-repeat,
        linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.052));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.055);
    animation: homepageSkeletonSweep 1.55s ease-in-out infinite;
}

.homepageSkeletonHeader {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 12px;
    padding: 0 0 0 2px;
}

.homepageSkeletonHeader--split {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.homepageSkeletonHeader--split > span:first-child {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.homepageSkeletonIcon {
    width: 24px;
    height: 24px;
    border-radius: 9px;
}

.homepageSkeletonAction {
    width: 112px;
    height: 50px;
    border-radius: 18px;
}

.homepageSkeletonCatalogFilter,
.homepageSkeletonCatalogSearch {
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
    min-width: 0;
    padding: 0 14px;
}

.homepageSkeletonCatalogFilter .homepageSkeletonLine,
.homepageSkeletonCatalogSearch .homepageSkeletonLine {
    flex: 1 1 auto;
    min-width: 0;
}

.homepageSkeletonLine {
    height: 10px;
    border-radius: 999px;
}

.homepageSkeletonLine--title {
    width: 148px;
    height: 15px;
}

.homepageSkeletonLine--short {
    width: 46px;
    height: 8px;
}

.homepageSkeletonLine--tiny {
    width: 34px;
    height: 7px;
    opacity: 0.62;
}

.homepageSkeletonLine--medium {
    width: 66%;
}

.homepageSkeletonLine--wide {
    width: 88%;
    height: 13px;
}

.homepageSkeletonLine--game-title {
    width: 74%;
    height: 10px;
}

.homepageSkeletonLine--view-all {
    width: 72px;
    height: 34px;
    border-radius: 999px;
}

.homepageSkeletonQuickRail,
.homepageSkeletonRail,
.homepageSkeletonFilterRail,
.homepageSkeletonButtonGroup,
.homepageSkeletonProviderTrack,
.homepageSkeletonMatchTop,
.homepageSkeletonOdds {
    display: flex;
    min-width: 0;
}

.homepageSkeletonQuickRail {
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.homepageSkeletonQuickItem {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 154px;
    min-height: 58px;
    padding: 9px 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.homepageSkeletonQuickItem .homepageSkeletonIcon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 12px;
}

.homepageSkeletonQuickText {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.homepageSkeletonRail {
    align-items: stretch;
    gap: 8px;
    overflow: hidden;
}

.homepageSkeletonRail--games {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 132px;
}

.homepageSkeletonRail--sports {
    gap: 14px;
}

.homepageSkeletonCard {
    flex: 0 0 auto;
    border-radius: 18px;
}

.homepageSkeletonCard--game {
    width: 132px;
    min-height: 154px;
    background:
        radial-gradient(circle at 72% 16%, rgba(255, 216, 96, 0.09), transparent 30%),
        linear-gradient(180deg, rgba(17, 25, 52, 0.86) 0%, rgba(8, 13, 30, 0.96) 100%);
}

.homepageSkeletonCard--game .homepageSkeletonMedia {
    position: absolute;
    inset: 10px 10px 42px;
    border-radius: 15px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0)) -140% 0 / 220% 100% no-repeat,
        linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
    animation: homepageSkeletonSweep 1.55s ease-in-out infinite;
}

.homepageSkeletonPill {
    position: relative;
    height: 28px;
    border-radius: 999px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 243, 190, 0.14), rgba(255, 255, 255, 0)) -140% 0 / 220% 100% no-repeat,
        linear-gradient(180deg, rgba(255, 216, 96, 0.2), rgba(255, 216, 96, 0.09));
}

.homepageSkeletonGameMeta {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: grid;
    gap: 8px;
}

.homepageSkeletonCard--match {
    display: grid;
    gap: 12px;
    flex-basis: min(380px, calc((100% - 42px) / 4));
    min-width: 300px;
    min-height: 170px;
    padding: 14px;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(25, 36, 68, 0.78) 0%, rgba(8, 13, 24, 0.94) 100%);
}

.homepageSkeletonMatchTop,
.homepageSkeletonMatchArena,
.homepageSkeletonOdds {
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.homepageSkeletonMatchArena {
    display: flex;
    align-items: center;
    min-width: 0;
}

.homepageSkeletonCrests {
    position: relative;
    flex: 0 0 76px;
    height: 48px;
}

.homepageSkeletonCircle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.homepageSkeletonCircle--away {
    position: absolute;
    left: 30px;
    top: 4px;
}

.homepageSkeletonTeamLines {
    display: grid;
    flex: 1 1 auto;
    gap: 9px;
    min-width: 0;
}

.homepageSkeletonBadge {
    width: 88px;
    height: 24px;
    border-radius: 999px;
}

.homepageSkeletonBadge--small {
    width: 54px;
}

.homepageSkeletonOdds {
    margin-top: auto;
}

.homepageSkeletonOdds > span {
    flex: 1 1 0;
    width: auto;
    height: 36px;
    border-radius: 12px;
}

.homepageSkeletonFilterRail {
    align-items: center;
    gap: 8px;
}

.homepageSkeletonFilter {
    width: 72px;
    height: 30px;
    border-radius: 999px;
}

.homepageSkeletonButtonGroup {
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.homepageSkeletonButton {
    width: 40px;
    height: 36px;
    border-radius: 12px;
}

.homepageSkeletonProviderNav {
    width: 32px;
    height: 32px;
    border-radius: 12px;
}

.homepageSkeletonProviderTrack {
    align-items: center;
    gap: 10px;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
}

.homepageSkeletonProviderLogo {
    flex: 0 0 78px;
    height: 28px;
    border-radius: 10px;
}

.homepageLazySection.is-loading .homepageLazySkeleton {
    opacity: 0.88;
}

.homepageLazySection.is-loaded .homepageLazySkeleton,
.homepageLazySection.is-empty .homepageLazySkeleton,
.homepageLazySection.is-collapsed .homepageLazySkeleton,
.homepageLazySection.is-error .homepageLazySkeleton {
    display: none;
}

.homepageLazySection.is-error::after {
    content: "";
    display: none;
    min-height: 0;
}

@keyframes homepageLazyShimmer {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}

@keyframes homepageSkeletonSweep {
    0% {
        background-position: 140% 0, 0 0;
    }

    100% {
        background-position: -140% 0, 0 0;
    }
}

@media only screen and (max-width: 900px) {
    .homepageLazySkeleton--catalog {
        grid-template-columns: minmax(0, 1fr) minmax(150px, 220px);
        gap: 12px;
        padding: 14px;
    }

    .homepageSkeletonCatalogFilter {
        grid-column: 1 / -1;
        height: 44px;
    }

    .homepageSkeletonQuickRail {
        gap: 8px;
    }

    .homepageSkeletonQuickItem {
        flex-basis: 142px;
    }

    .homepageSkeletonHeader--split {
        display: grid;
        gap: 12px;
    }

    .homepageSkeletonRail--sports {
        overflow-x: hidden;
    }

    .homepageSkeletonCard--match {
        flex-basis: 82vw;
        min-width: min(252px, 82vw);
        min-height: 156px;
    }

    .homepageLazySkeleton--providers {
        grid-template-columns: 28px minmax(0, 1fr) 28px;
        gap: 5px;
        padding: 6px 8px;
    }

    .homepageSkeletonProviderNav {
        width: 28px;
        height: 28px;
        border-radius: 10px;
    }

    .homepageSkeletonProviderLogo {
        flex-basis: 66px;
        height: 24px;
    }
}

@media only screen and (max-width: 520px) {
    .homepageLazySkeleton--catalog {
        grid-template-columns: 1fr;
    }

    .homepageSkeletonCatalogFilter,
    .homepageSkeletonCatalogSearch {
        width: auto;
        height: 46px;
    }

    .homepageSkeletonQuickRail {
        width: 100%;
    }

    .homepageSkeletonRail--games {
        grid-auto-columns: 124px;
    }

    .homepageSkeletonCard--game {
        width: 124px;
        min-height: 148px;
    }

    .homepageLazySkeleton--cards {
        padding: 14px;
    }

    .homepageSkeletonButtonGroup {
        justify-content: flex-start;
    }

    .homepageSkeletonLine--view-all {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .homepageLazySkeleton:empty,
    .homepageSkeletonAction,
    .homepageSkeletonIcon,
    .homepageSkeletonLine,
    .homepageSkeletonPill,
    .homepageSkeletonCard,
    .homepageSkeletonFilter,
    .homepageSkeletonButton,
    .homepageSkeletonBadge,
    .homepageSkeletonCircle,
    .homepageSkeletonOdds > span,
    .homepageSkeletonProviderNav,
    .homepageSkeletonProviderLogo,
    .homepageSkeletonCard--game .homepageSkeletonMedia {
        animation: none;
        background-position: 0 0, 0 0;
    }
}

.homepageDiscoveryWithFeed {
    display: block;
}

.homepageSocialBetFeed {
    display: none;
}

.homepageMobileSocialTabs {
    display: none;
}

@media only screen and (max-width: 991px) {
    .homepageMobileSocialTabs {
        display: none !important;
        width: min(680px, calc(100% - 28px));
        margin: 8px auto 16px;
        padding: 12px;
        border: 1px solid rgba(129, 153, 205, 0.18);
        border-radius: 16px;
        background: rgba(11, 17, 35, 0.86);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
        font-family: "Manrope", Inter, "Segoe UI", Arial, Helvetica, sans-serif;
    }

    .homepageMobileSocialTabsNav {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        overflow-x: auto;
        padding: 0 0 10px;
        scrollbar-width: none;
    }

    .homepageMobileSocialTabsNav::-webkit-scrollbar {
        display: none;
    }

    .homepageMobileSocialTab {
        flex: 0 0 auto;
        min-height: 34px;
        padding: 0 12px;
        border: 1px solid rgba(142, 162, 211, 0.16);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.04);
        color: rgba(226, 233, 255, 0.72);
        font-size: 12px;
        font-weight: 850;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .homepageMobileSocialTab.is-active {
        border-color: rgba(255, 207, 83, 0.34);
        background: rgba(255, 207, 83, 0.12);
        color: #ffdf83;
    }

    .homepageMobileSocialPanel {
        display: grid;
        gap: 8px;
    }

    .homepageMobileSocialPanel[hidden] {
        display: none;
    }

    .homepageMobileSocialRow {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr) auto;
        align-items: center;
        gap: 10px;
        min-width: 0;
        min-height: 52px;
        padding: 8px 10px;
        border: 1px solid rgba(141, 160, 207, 0.12);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.045);
        color: #f4f7ff;
    }

    .homepageMobileSocialRow.is-clickable {
        cursor: pointer;
    }

    .homepageMobileSocialIcon {
        display: inline-flex;
        width: 34px;
        height: 34px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 999px;
        background: linear-gradient(145deg, rgba(51, 178, 210, 0.94), rgba(84, 100, 223, 0.92));
        color: #ffffff;
        font-size: 14px;
    }

    .homepageMobileSocialIcon.is-coupon {
        background: linear-gradient(145deg, rgba(29, 177, 127, 0.94), rgba(51, 125, 205, 0.92));
    }

    .homepageMobileSocialIcon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .homepageMobileSocialCopy {
        display: block;
        min-width: 0;
    }

    .homepageMobileSocialCopy strong,
    .homepageMobileSocialCopy small {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .homepageMobileSocialCopy strong {
        color: #f7f9ff;
        font-size: 13px;
        font-weight: 900;
        line-height: 1.18;
    }

    .homepageMobileSocialCopy small {
        margin-top: 3px;
        color: rgba(224, 232, 255, 0.62);
        font-size: 11px;
        font-weight: 700;
        line-height: 1.2;
    }

    .homepageMobileSocialAmount {
        color: #ffda74;
        font-size: 13px;
        font-weight: 950;
        line-height: 1;
        white-space: nowrap;
    }

    .homepageMobileSocialEmpty {
        display: grid;
        gap: 4px;
        padding: 14px;
        border: 1px dashed rgba(141, 160, 207, 0.18);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.035);
    }

    .homepageMobileSocialEmpty strong {
        color: #f7f9ff;
        font-size: 13px;
        font-weight: 900;
    }

    .homepageMobileSocialEmpty span {
        color: rgba(224, 232, 255, 0.62);
        font-size: 11px;
        font-weight: 700;
        line-height: 1.35;
    }
}

@media only screen and (min-width: 992px) {
    .homepageDiscoveryWithFeed {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
        align-items: stretch;
        gap: 18px;
        margin-bottom: 24px;
    }

    .homepageDiscoveryWithFeedCatalog .catalogDiscoveryBand {
        margin-bottom: 0;
    }

    .homepageSocialBetFeed {
        position: relative;
        isolation: isolate;
        display: flex;
        min-height: 286px;
        flex-direction: column;
        gap: 10px;
        overflow: hidden;
        padding: 14px;
        border: 1px solid rgba(128, 168, 255, 0.18);
        border-radius: 22px;
        background:
            radial-gradient(circle at 18% 0%, rgba(87, 93, 255, 0.24), transparent 34%),
            radial-gradient(circle at 88% 18%, rgba(0, 216, 255, 0.16), transparent 32%),
            linear-gradient(145deg, rgba(12, 18, 48, 0.96), rgba(13, 20, 55, 0.84) 48%, rgba(24, 17, 68, 0.9));
        box-shadow: 0 18px 38px rgba(4, 9, 26, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    }

    .homepageSocialBetFeedGlow {
        position: absolute;
        inset: auto -18% -38% 28%;
        z-index: -1;
        height: 180px;
        border-radius: 999px;
        background: radial-gradient(circle, rgba(84, 151, 255, 0.34), transparent 68%);
        filter: blur(10px);
        pointer-events: none;
    }

    .homepageSocialBetFeedHeader {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
    }

    .homepageSocialBetFeedHeader h3 {
        margin: 0;
        color: #f7f9ff;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.08;
    }

    .homepageSocialBetFeedHeader p {
        margin: 4px 0 0;
        color: rgba(220, 228, 255, 0.68);
        font-size: 12px;
        font-weight: 700;
    }

    .homepageSocialBetFeedAll {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        padding: 0 13px;
        border: 1px solid rgba(255, 216, 90, 0.26);
        border-radius: 999px;
        background: rgba(255, 216, 90, 0.08);
        color: #ffd85a;
        font-size: 11px;
        font-weight: 900;
        text-decoration: none;
        white-space: nowrap;
    }

    .homepageSocialBetFeedList {
        display: grid;
        gap: 8px;
        min-height: 0;
    }

    .homepageSocialBetFeedList[hidden],
    .homepageSocialBetFeedEmpty[hidden] {
        display: none;
    }

    .homepageSocialBetCard {
        display: grid;
        grid-template-columns: minmax(112px, 0.76fr) minmax(0, 1fr) minmax(118px, 0.58fr);
        align-items: center;
        gap: 12px;
        min-height: 58px;
        padding: 9px 10px;
        border: 1px solid rgba(147, 169, 255, 0.12);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.055);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
        transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
    }

    .homepageSocialBetCard.is-copyable:hover {
        transform: translateY(-1px);
        border-color: rgba(255, 216, 90, 0.22);
        background: rgba(255, 255, 255, 0.07);
        box-shadow: 0 12px 22px rgba(4, 9, 26, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    }

    .homepageSocialBetCard.is-entering {
        opacity: 0;
        transform: translateY(10px);
    }

    .homepageSocialBetCard.is-fresh {
        animation: homepageSocialBetCardIn 460ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
        animation-delay: var(--homepage-social-bet-stagger, 0ms);
    }

    .homepageSocialBetCard.is-closed {
        opacity: 0.68;
    }

    .homepageSocialBetCardUser,
    .homepageSocialBetCardAction {
        display: flex;
        align-items: center;
        gap: 10px;
        min-width: 0;
    }

    .homepageSocialBetAvatar {
        display: inline-flex;
        width: 38px;
        height: 38px;
        min-width: 38px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.28);
        border-radius: 999px;
        background: linear-gradient(145deg, #35d5ff, #645cff 58%, #f4c95d);
        color: #fff;
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.06);
    }

    .homepageSocialBetUserCopy,
    .homepageSocialBetCardPick {
        display: block;
        min-width: 0;
    }

    .homepageSocialBetUserCopy strong,
    .homepageSocialBetCardPick strong {
        display: block;
        overflow: hidden;
        color: #f5f7ff;
        font-size: 13px;
        font-weight: 900;
        line-height: 1.2;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .homepageSocialBetUserCopy small,
    .homepageSocialBetCardPick span {
        display: block;
        overflow: hidden;
        margin-top: 3px;
        color: rgba(218, 226, 255, 0.66);
        font-size: 11px;
        font-weight: 700;
        line-height: 1.25;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .homepageSocialBetCard.is-copyable .homepageSocialBetUserCopy small {
        color: #73f3a4;
    }

    .homepageSocialBetCardAction {
        justify-content: flex-end;
    }

    .homepageSocialBetOdd {
        color: #ffd85a;
        font-size: 18px;
        font-weight: 950;
        line-height: 1;
        white-space: nowrap;
    }

    .homepageSocialBetAdd {
        display: inline-flex;
        min-width: 92px;
        min-height: 38px;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
        border: 0;
        border-radius: 13px;
        background: linear-gradient(180deg, #ffe073, #dcae3c);
        color: #101a35;
        font-size: 12px;
        font-weight: 950;
        line-height: 1.1;
        box-shadow: 0 10px 22px rgba(218, 174, 60, 0.24);
        cursor: pointer;
    }

    .homepageSocialBetAdd.is-pending,
    .homepageSocialBetAdd.is-added {
        background: linear-gradient(180deg, #82f6cc, #39d195);
        color: #05271b;
    }

    .homepageSocialBetAdd.is-disabled,
    .homepageSocialBetAdd:disabled {
        background: rgba(104, 119, 165, 0.22);
        color: rgba(226, 232, 255, 0.62);
        box-shadow: none;
        cursor: not-allowed;
    }

    .homepageSocialBetFeedEmpty {
        display: flex;
        min-height: 148px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 6px;
        padding: 18px;
        border: 1px dashed rgba(147, 169, 255, 0.22);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.045);
    }

    .homepageSocialBetFeedEmpty strong {
        color: #f7f9ff;
        font-size: 14px;
        font-weight: 900;
    }

    .homepageSocialBetFeedEmpty span {
        color: rgba(220, 228, 255, 0.66);
        font-size: 12px;
        font-weight: 700;
    }

    @keyframes homepageSocialBetCardIn {
        0% {
            opacity: 0;
            transform: translateY(10px);
        }

        68% {
            opacity: 1;
            transform: translateY(-1px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .homepageSocialBetCard.is-fresh {
            animation: none;
        }

        .homepageSocialBetCard,
        .homepageSocialBetCard.is-copyable:hover {
            transform: none;
            transition: none;
        }
    }
}
