.fz-home-live {
    overflow: hidden;
}

.fz-home-latest-vod {
    overflow: hidden;
    margin-top: 18px;
}

.fz-home-latest-vod__title h2 {
    margin: 0;
    color: #fff;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 0;
}

.fz-home-latest-vod .fz-card-grid--video {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fz-home-latest-vod .fz-content-card {
    border-color: rgba(93, 137, 174, .28);
    border-radius: 6px;
    background: rgba(5, 12, 20, .92);
}

.fz-home-latest-vod .fz-content-card:hover {
    border-color: rgba(62, 220, 181, .62);
    background: rgba(5, 12, 20, .98);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .28);
}

.fz-home-latest-vod__stats {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 20px 9px 7px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .78));
    color: #edf5ff;
    font-size: 12px;
    line-height: 1.2;
}

.fz-home-latest-vod__stats > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fz-home-live__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
}

.fz-home-live__title {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.fz-home-live .fz-home-live__title h1 {
    margin: 0;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 0;
}

.fz-home-live__online {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #72e8c4;
    font-size: 14px;
    white-space: nowrap;
}

.fz-home-live__online > i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #21d7a1;
    box-shadow: 0 0 10px rgba(33, 215, 161, .72);
}

.fz-home-live__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    min-height: 36px;
    color: #59e1c0;
    font-size: 14px;
    font-weight: 700;
}

.fz-home-live__more:hover {
    color: #fff;
}

.fz-home-live__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    min-height: 194px;
}

.fz-home-live-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(93, 137, 174, .28);
    border-radius: 6px;
    background: rgba(5, 12, 20, .92);
    color: #fff;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.fz-home-live-card:hover {
    color: #fff;
    border-color: rgba(62, 220, 181, .62);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .28);
    transform: translateY(-2px);
}

.fz-home-live-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #070b11;
}

.fz-home-live-card__media::after {
    content: "";
    position: absolute;
    inset: 48% 0 0;
    background: linear-gradient(180deg, transparent, rgba(2, 5, 9, .72));
    pointer-events: none;
}

.fz-home-live-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .24s ease;
}

.fz-home-live-card:hover .fz-home-live-card__media img {
    transform: scale(1.025);
}

.fz-home-live-card__live,
.fz-home-live-card__viewers {
    position: absolute;
    z-index: 1;
    top: 9px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.fz-home-live-card__live {
    left: 9px;
    padding: 0 8px;
    background: #f04b61;
    box-shadow: 0 4px 12px rgba(240, 75, 97, .25);
}

.fz-home-live-card__viewers {
    right: 9px;
    gap: 5px;
    padding: 0 7px;
    background: rgba(0, 0, 0, .62);
}

.fz-home-live-card__viewers i {
    color: #38d9ad;
    font-size: 7px;
}

.fz-home-live-card__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 9px;
}

.fz-home-live-card__avatar {
    width: 38px;
    height: 38px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 50%;
    background: #172334;
}

.fz-home-live-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fz-home-live-card__copy {
    min-width: 0;
}

.fz-home-live-card__copy strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0;
}

.fz-home-live-card__copy strong {
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
}

.fz-home-live-card__access {
    min-width: 50px;
    padding: 6px 7px;
    border: 1px solid rgba(92, 235, 199, .32);
    border-radius: 4px;
    color: #63e5c2;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.fz-home-live-card__access--points {
    border-color: rgba(245, 190, 71, .45);
    color: #f7c85b;
}

.fz-home-live-card__access--login {
    border-color: rgba(108, 171, 225, .42);
    color: #94c9f5;
}

.fz-home-live-card__access--group {
    border-color: rgba(245, 190, 71, .45);
    background: rgba(245, 190, 71, .1);
    color: #f7c85b;
}

.fz-home-live__state {
    grid-column: 1 / -1;
    min-height: 194px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px dashed rgba(112, 145, 173, .26);
    border-radius: 6px;
    background: rgba(3, 9, 16, .5);
    color: #9fb1c7;
}

.fz-home-live__state--error,
.fz-home-live__state--empty {
    flex-direction: column;
}

.fz-home-live__state strong {
    color: #dce8f6;
    font-size: 15px;
}

.fz-home-live__state a,
.fz-home-live__state button {
    min-height: 34px;
    padding: 0 15px;
    border: 1px solid rgba(244, 189, 72, .55);
    border-radius: 5px;
    background: rgba(244, 189, 72, .1);
    color: #f5c75f;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.fz-home-user {
    min-height: 60px;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 9px 14px;
    border: 1px solid rgba(71, 116, 153, .28);
    border-radius: 6px;
    background: rgba(4, 12, 22, .82);
}

.fz-home-user__loading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #93a7bd;
}

.fz-home-user__profile {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #fff;
}

.fz-home-user__avatar {
    position: relative;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(244, 189, 72, .46);
    border-radius: 50%;
    background: #182334;
    color: #f4bd48;
    font-size: 18px;
    font-weight: 800;
}

.fz-home-user__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fz-home-user__identity {
    min-width: 0;
}

.fz-home-user__name-row {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
}

.fz-home-user__name {
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fz-home-user__group {
    flex: 0 0 auto;
    padding: 3px 7px;
    border: 1px solid rgba(244, 189, 72, .44);
    border-radius: 4px;
    color: #f3c55d;
    font-size: 11px;
    font-weight: 800;
}

.fz-home-user__points {
    margin-top: 3px;
    color: #aab7c7;
    font-size: 13px;
}

.fz-home-user__points strong {
    margin-left: 5px;
    color: #f5c75f;
    font-size: 15px;
}

.fz-home-user__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.fz-home-user__action {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 13px;
    border: 1px solid rgba(103, 139, 172, .28);
    border-radius: 5px;
    background: rgba(255, 255, 255, .025);
    color: #dce6f2;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.fz-home-user__action:hover {
    border-color: rgba(244, 189, 72, .5);
    color: #f6c95f;
}

.fz-home-user__action--primary {
    border-color: rgba(244, 189, 72, .58);
    background: linear-gradient(180deg, #f6ca66, #e4a937);
    color: #171107;
}

.fz-home-user__action--primary:hover {
    color: #171107;
    filter: brightness(1.04);
}

@media (max-width: 900px) {
    .fz-home-live__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fz-home-user {
        align-items: flex-start;
        flex-direction: column;
    }

    .fz-home-user__actions {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .fz-home-live__head {
        align-items: flex-start;
        gap: 12px;
    }

    .fz-home-live__title {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .fz-home-live .fz-home-live__title h1 {
        font-size: 20px;
    }

    .fz-home-live__more {
        min-height: 30px;
        font-size: 12px;
    }

    .fz-home-live__grid {
        gap: 8px;
        min-height: 142px;
    }

    .fz-home-live-card__live,
    .fz-home-live-card__viewers {
        top: 6px;
        min-height: 21px;
        font-size: 10px;
    }

    .fz-home-live-card__live {
        left: 6px;
        padding: 0 6px;
    }

    .fz-home-live-card__viewers {
        right: 6px;
    }

    .fz-home-live-card__body {
        grid-template-columns: 32px minmax(0, 1fr);
        min-height: 50px;
        gap: 7px;
        padding: 7px;
    }

    .fz-home-live-card__avatar {
        width: 32px;
        height: 32px;
    }

    .fz-home-live-card__copy strong {
        font-size: 12px;
    }

    .fz-home-live-card__copy span {
        display: none;
    }

    .fz-home-live-card__access {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
        padding: 4px 5px;
        font-size: 10px;
    }

    .fz-home-live__state {
        min-height: 142px;
    }

    .fz-home-user {
        margin-top: 10px;
        padding: 10px;
    }

    .fz-home-user__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fz-home-user__action {
        min-width: 0;
        padding: 0 8px;
        font-size: 12px;
    }
}

@media (max-width: 820px) {
	.fz-home-latest-vod {
		display: block !important;
		padding: 10px !important;
	}

    .fz-home-latest-vod__title h2 {
        font-size: 18px;
    }

    .fz-home-latest-vod .fz-card-grid--video {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .fz-home-latest-vod__stats {
        padding: 18px 7px 6px;
        font-size: 10px;
    }

    .fz-home-live {
        padding: 10px !important;
    }

    .fz-home-live__head {
        min-height: 32px;
        align-items: center;
        margin-bottom: 8px;
    }

    .fz-home-live__title {
        align-items: center;
        flex-direction: row;
        gap: 9px;
    }

    .fz-home-live .fz-home-live__title h1 {
        font-size: 18px;
    }

    .fz-home-live__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .fz-home-live-card {
        position: relative;
        min-height: 0;
        overflow: hidden;
        background: #03070c;
    }

    .fz-home-live-card__media {
        aspect-ratio: 3 / 4;
    }

    .fz-home-live-card__media::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, .02) 34%, rgba(2, 7, 13, .92) 100%);
    }

    .fz-home-live-card__body {
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: 0;
        left: 0;
        min-height: 0;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
        gap: 5px;
        padding: 30px 7px 7px;
        border: 0;
        background: linear-gradient(180deg, transparent, rgba(2, 8, 15, .9));
    }

    .fz-home-live-card__avatar {
        display: none;
    }

    .fz-home-live-card__copy strong {
        overflow: hidden;
        color: #fff;
        font-size: 12px;
        line-height: 1.35;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .fz-home-live-card__copy span {
        display: none;
    }

    .fz-home-live-card__access {
        grid-column: auto;
        width: auto;
        min-width: 42px;
        padding: 3px 5px;
        border-color: rgba(244, 189, 72, .68);
        background: rgba(3, 9, 16, .28);
        color: #f6ca67;
        font-size: 9px;
        backdrop-filter: blur(6px);
    }

    .fz-home-user {
        min-height: 46px;
        margin-top: 8px;
        align-items: center;
        flex-direction: row;
        gap: 6px;
        padding: 6px 7px;
    }

    .fz-home-user__profile {
        flex: 0 1 auto;
        gap: 0;
    }

    .fz-home-user__avatar,
    .fz-home-user__name {
        display: none;
    }

    .fz-home-user__identity,
    .fz-home-user__name-row {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .fz-home-user__group {
        padding: 2px 5px;
        font-size: 10px;
    }

    .fz-home-user__points {
        margin: 0;
        color: #c6d2e1;
        font-size: 11px;
        white-space: nowrap;
    }

    .fz-home-user__points strong {
        margin-left: 2px;
        font-size: 12px;
    }

    .fz-home-user__actions {
        width: auto;
        min-width: 0;
        flex: 1 1 auto;
        display: flex;
        justify-content: flex-end;
        gap: 4px;
    }

    .fz-home-user__action {
        min-width: 0;
        min-height: 32px;
        flex: 0 1 auto;
        gap: 3px;
        padding: 0 8px;
        font-size: 11px;
    }

    .fz-home-user__action i {
        display: none;
    }
}

@media (max-width: 360px) {
    .fz-home-user__action {
        padding: 0 6px;
    }

    .fz-home-user__group {
        max-width: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
