:root {
    --home-bg: #060816;
    --home-surface: rgba(15, 19, 35, 0.86);
    --home-surface-strong: rgba(20, 25, 45, 0.96);
    --home-surface-soft: rgba(255, 255, 255, 0.05);
    --home-border: rgba(255, 255, 255, 0.08);
    --home-border-strong: rgba(255, 255, 255, 0.14);
    --home-text: #f6f8ff;
    --home-text-soft: rgba(228, 233, 255, 0.7);
    --home-text-dim: rgba(208, 216, 255, 0.56);
    --home-accent: #7c5cff;
    --home-accent-2: #32c5ff;
    --home-danger: #ff5573;
    --home-shadow: 0 24px 60px rgba(3, 7, 18, 0.38);
}

#container.site-main--desktop #contents.live-home {
    position: relative;
    padding: 4px 0 44px !important;
    color: var(--home-text);
}

#container.site-main--desktop #contents.live-home::before {
    content: "";
    position: absolute;
    top: -40px;
    right: 6%;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124, 92, 255, 0.26) 0%, rgba(124, 92, 255, 0) 72%);
    pointer-events: none;
    filter: blur(10px);
}

.live-home a {
    color: inherit;
    text-decoration: none;
}

.live-home__hero,
.live-home__spotlight-section,
.live-home__grid-section {
    position: relative;
    z-index: 1;
}

.live-home__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(146, 168, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #d8deff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.live-home__hero {
    display: grid;
    grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
    gap: 22px;
    padding: 24px;
    border: 1px solid var(--home-border);
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(124, 92, 255, 0.3), transparent 36%),
        radial-gradient(circle at top right, rgba(50, 197, 255, 0.2), transparent 32%),
        linear-gradient(145deg, rgba(23, 28, 49, 0.98) 0%, rgba(11, 15, 28, 0.98) 54%, rgba(15, 20, 37, 0.98) 100%);
    box-shadow: var(--home-shadow);
    overflow: hidden;
}

.live-home__hero::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 31px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.live-home__hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    min-width: 0;
}

.live-home__hero-copy h2 {
    margin: 0;
    font-size: clamp(34px, 2.8vw, 48px);
    line-height: 1.06;
    letter-spacing: -0.05em;
    color: #fff;
}

.live-home__hero-copy p {
    margin: 0;
    max-width: 520px;
    color: var(--home-text-soft);
    font-size: 15px;
    line-height: 1.74;
}

.live-home__search-keyword {
    color: #9bc8ff;
    font-weight: 700;
}

.live-home__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 6px;
}

.live-home__stat-card {
    position: relative;
    padding: 16px 18px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.live-home__stat-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--home-accent), var(--home-accent-2));
    opacity: 0.9;
}

.live-home__stat-label {
    display: block;
    margin-bottom: 10px;
    color: var(--home-text-dim);
    font-size: 12px;
    letter-spacing: 0.08em;
}

.live-home__stat-value {
    display: block;
    color: #fff;
    font-size: clamp(26px, 2vw, 32px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.live-home__hero-slider {
    min-width: 0;
}

.live-home__featured-swiper,
.live-home__spotlight-swiper {
    overflow: hidden;
    width: 100%;
}

.live-home__featured-swiper .swiper-slide,
.live-home__spotlight-swiper .swiper-slide {
    height: auto;
}

.live-home__featured-card {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 480px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    overflow: hidden;
    background: #0f1426;
    box-shadow: 0 28px 54px rgba(3, 7, 18, 0.3);
}

.live-home__featured-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
}

.live-home__featured-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 9, 18, 0.08) 0%, rgba(6, 9, 18, 0.56) 48%, rgba(6, 9, 18, 0.94) 100%),
        linear-gradient(90deg, rgba(10, 14, 27, 0.3) 0%, rgba(10, 14, 27, 0) 48%);
}

.live-home__featured-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
    padding: 26px;
}

.live-home__live-pill {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff5d7d 0%, #ff7a59 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    box-shadow: 0 12px 24px rgba(255, 93, 125, 0.32);
}

.live-home__featured-body strong {
    display: block;
    max-width: 520px;
    color: #fff;
    font-size: clamp(28px, 2.2vw, 36px);
    line-height: 1.14;
    letter-spacing: -0.04em;
}

.live-home__featured-body p {
    margin: 0;
    color: rgba(236, 240, 255, 0.78);
    font-size: 15px;
    line-height: 1.6;
}

.live-home__featured-meta,
.live-home__featured-profile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.live-home__featured-meta span,
.live-home__featured-profile span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #f9fbff;
    font-size: 13px;
}

.live-home__featured-profile img {
    width: 46px;
    height: 46px;
    border: 2px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    object-fit: cover;
}

.live-home__section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.live-home__section-head h3 {
    margin: 10px 0 0;
    color: #fff;
    font-size: clamp(26px, 2vw, 32px);
    letter-spacing: -0.04em;
}

.live-home__spotlight-section,
.live-home__grid-section {
    margin-top: 28px;
}

.live-home__spotlight-section .live-home__section-head,
.live-home__grid-section .live-home__section-head {
    padding: 0 4px;
}

.live-home__spotlight-card,
.live-home__empty-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--home-border);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(23, 28, 47, 0.95) 0%, rgba(12, 16, 29, 0.95) 100%);
    box-shadow: 0 18px 40px rgba(6, 10, 20, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.live-home__spotlight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 50px rgba(6, 10, 20, 0.28);
}

.live-home__spotlight-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.live-home__spotlight-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px 16px 18px;
}

.live-home__spotlight-body strong {
    color: #fff;
    font-size: 18px;
}

.live-home__spotlight-body p {
    margin: 0;
    color: var(--home-text-soft);
    font-size: 14px;
    line-height: 1.6;
}

.live-home__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.live-home__filters button {
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(238, 241, 255, 0.76);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.live-home__filters button:hover,
.live-home__filters button.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, var(--home-accent) 0%, var(--home-accent-2) 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(64, 103, 255, 0.24);
}

.live-home__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.live-home__card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--home-border);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(20, 25, 43, 0.98) 0%, rgba(11, 15, 27, 0.98) 100%);
    box-shadow: 0 20px 46px rgba(5, 10, 20, 0.22);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.live-home__card:hover {
    transform: translateY(-7px);
    border-color: rgba(124, 92, 255, 0.24);
    box-shadow: 0 30px 58px rgba(5, 10, 20, 0.34);
}

.live-home__card.is-hidden {
    display: none;
}

.live-home__card.is-filter-hidden,
.live-home__card.is-collapsed {
    display: none;
}

.live-home__card-thumb {
    position: relative;
    display: block;
    overflow: hidden;
}

.live-home__card-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.live-home__card:hover .live-home__card-thumb img {
    transform: scale(1.04);
}

.live-home__card-badge,
.live-home__card-viewers {
    position: absolute;
    top: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.live-home__card-badge {
    left: 16px;
    background: linear-gradient(135deg, #ff5c7e 0%, #ff6f58 100%);
}

.live-home__card-viewers {
    right: 16px;
    background: rgba(8, 12, 23, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.live-home__card-body {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
}

.live-home__card-profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.live-home__card-copy {
    min-width: 0;
}

.live-home__card-copy strong {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    line-height: 1.42;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.live-home__card-copy > span {
    display: block;
    margin-top: 5px;
    color: var(--home-text-soft);
    font-size: 14px;
}

.live-home__card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.live-home__card-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #dbe3ff;
    font-size: 12px;
}

.live-home__empty-block,
.live-home__empty-card,
.live-home__empty-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 28px;
    color: var(--home-text-soft);
    font-size: 16px;
    text-align: center;
}

.live-home__empty-grid {
    flex-direction: column;
    gap: 8px;
    min-height: 320px;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.03);
}

.live-home__empty-grid strong {
    color: #fff;
    font-size: 24px;
}

.live-home__more {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.live-home__more-button {
    min-width: 138px;
    height: 46px;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.03) 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.01em;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.live-home__more-button:hover {
    transform: translateY(-1px);
    border-color: rgba(124, 92, 255, 0.24);
    background: linear-gradient(135deg, rgba(124, 92, 255, 0.2) 0%, rgba(50, 197, 255, 0.14) 100%);
}

.live-home__hero-slider .swiper-button-prev,
.live-home__hero-slider .swiper-button-next,
.live-home__spotlight-section .swiper-button-prev,
.live-home__spotlight-section .swiper-button-next {
    width: 42px;
    height: 42px;
    margin-top: -21px;
}

.live-home__hero-slider .swiper-button-prev,
.live-home__spotlight-section .swiper-button-prev {
    left: 14px;
}

.live-home__hero-slider .swiper-button-next,
.live-home__spotlight-section .swiper-button-next {
    right: 14px;
}

.live-home__spotlight-swiper .swiper-wrapper {
    align-items: stretch;
}

.live-home .swiper-button-prev,
.live-home .swiper-button-next {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    background: rgba(9, 12, 22, 0.78);
    box-shadow: 0 14px 28px rgba(4, 8, 18, 0.24);
}

.live-home .swiper-button-prev::after,
.live-home .swiper-button-next::after {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.live-home .swiper-button-prev {
    left: 16px;
}

.live-home .swiper-button-next {
    right: 16px;
}

@media (max-width: 1600px) {
    .live-home__hero {
        grid-template-columns: 1fr;
    }

    .live-home__featured-card {
        min-height: 500px;
    }

    .live-home__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .live-home__hero {
        padding: 24px;
    }

    .live-home__stats {
        grid-template-columns: 1fr;
    }

    .live-home__section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .live-home__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .live-home__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    #container.site-main--desktop #contents.live-home {
        padding-bottom: 28px !important;
    }

    .live-home__hero {
        border-radius: 26px;
        padding: 20px;
    }

    .live-home__featured-card {
        min-height: 420px;
        border-radius: 24px;
    }

    .live-home__featured-body {
        padding: 22px;
    }

    .live-home__spotlight-section,
    .live-home__grid-section {
        margin-top: 26px;
    }
}

/* Premium layer */
.live-home {
    isolation: isolate;
}

.live-home::after {
    content: "";
    position: absolute;
    inset: -40px -20px auto -20px;
    height: 620px;
    background:
        radial-gradient(circle at 12% 18%, rgba(124, 92, 255, 0.08), transparent 24%),
        radial-gradient(circle at 88% 12%, rgba(50, 197, 255, 0.07), transparent 20%),
        radial-gradient(circle at 70% 74%, rgba(255, 87, 115, 0.05), transparent 18%);
    pointer-events: none;
    z-index: -1;
}

.live-home__hero,
.live-home__spotlight-card,
.live-home__card,
.live-home__stat-card {
    backdrop-filter: blur(18px);
}

.live-home__hero {
    box-shadow:
        0 30px 80px rgba(3, 7, 18, 0.46),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.live-home__hero-copy h2 {
    text-shadow: 0 12px 34px rgba(124, 92, 255, 0.24);
}

.live-home__stat-card {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 18px 34px rgba(6, 10, 20, 0.16);
}

.live-home__featured-card::after,
.live-home__spotlight-card::after,
.live-home__card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.08) 46%, transparent 58%);
    opacity: 0;
    transform: translateX(-120%);
    transition: transform 0.65s ease, opacity 0.28s ease;
    pointer-events: none;
}

.live-home__featured-card:hover::after,
.live-home__spotlight-card:hover::after,
.live-home__card:hover::after {
    opacity: 0.55;
    transform: translateX(115%);
}

.live-home__featured-card {
    box-shadow:
        0 34px 68px rgba(3, 7, 18, 0.34),
        0 0 0 1px rgba(255, 255, 255, 0.04);
}

.live-home__featured-overlay {
    background:
        linear-gradient(180deg, rgba(6, 9, 18, 0.04) 0%, rgba(6, 9, 18, 0.48) 42%, rgba(6, 9, 18, 0.96) 100%),
        radial-gradient(circle at top right, rgba(124, 92, 255, 0.24), transparent 32%);
}

.live-home__live-pill,
.live-home__card-badge {
    box-shadow:
        0 12px 28px rgba(255, 93, 125, 0.34),
        0 0 24px rgba(255, 93, 125, 0.18);
}

.live-home__featured-meta span,
.live-home__featured-profile span,
.live-home__card-tags span,
.live-home__filters button,
.live-home__card-viewers {
    backdrop-filter: blur(12px);
}

.live-home__filters button.is-active {
    box-shadow:
        0 14px 28px rgba(64, 103, 255, 0.28),
        0 0 24px rgba(64, 103, 255, 0.14);
}

.live-home__spotlight-card,
.live-home__card {
    box-shadow:
        0 18px 36px rgba(5, 10, 20, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.live-home__spotlight-card:hover,
.live-home__card:hover {
    border-color: rgba(124, 92, 255, 0.22);
}

.live-home__card-thumb::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 72px;
    background: linear-gradient(180deg, rgba(8, 11, 22, 0) 0%, rgba(8, 11, 22, 0.5) 100%);
    pointer-events: none;
}

.live-home .swiper-button-prev,
.live-home .swiper-button-next {
    backdrop-filter: blur(16px);
    box-shadow:
        0 18px 34px rgba(4, 8, 18, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.live-home .swiper-button-prev:hover,
.live-home .swiper-button-next:hover {
    background: rgba(20, 26, 45, 0.92);
    border-color: rgba(124, 92, 255, 0.18);
}

/* Performance reset */
#container.site-main--desktop #contents.live-home::before,
.live-home::after,
.live-home__hero::after,
.live-home__stat-card::before,
.live-home__featured-card::after,
.live-home__spotlight-card::after,
.live-home__card::after,
.live-home__card-thumb::after {
    display: none !important;
}

.live-home__hero,
.live-home__stat-card,
.live-home__featured-meta span,
.live-home__featured-profile span,
.live-home__filters button,
.live-home__card-viewers,
.live-home__spotlight-card,
.live-home__card,
.live-home .swiper-button-prev,
.live-home .swiper-button-next {
    backdrop-filter: none !important;
}

.live-home__hero {
    background: linear-gradient(145deg, rgba(14, 18, 32, 0.98) 0%, rgba(10, 14, 24, 0.98) 100%) !important;
    box-shadow: 0 14px 30px rgba(5, 10, 20, 0.2) !important;
}

.live-home__featured-card,
.live-home__spotlight-card,
.live-home__card,
.live-home__stat-card {
    box-shadow: 0 12px 24px rgba(5, 10, 20, 0.16) !important;
}

.live-home__featured-card:hover,
.live-home__spotlight-card:hover,
.live-home__card:hover {
    transform: translateY(-2px) !important;
}

.live-home__featured-card:hover img,
.live-home__card:hover img,
.live-home__spotlight-card:hover img {
    transform: none !important;
}

/* Hero refinement */
.live-home__hero {
    grid-template-columns: minmax(340px, 0.84fr) minmax(0, 1.16fr);
    gap: 26px;
    padding: 28px;
    border-radius: 30px;
    border-color: rgba(255, 255, 255, 0.09);
    background:
        linear-gradient(135deg, rgba(18, 24, 44, 0.98) 0%, rgba(10, 14, 25, 0.98) 58%, rgba(11, 16, 30, 0.98) 100%) !important;
    box-shadow:
        0 20px 42px rgba(5, 10, 20, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.live-home__hero-copy {
    padding: 6px 0;
    gap: 16px;
}

.live-home__eyebrow {
    min-height: 32px;
    padding: 0 12px;
    border-color: rgba(126, 153, 255, 0.18);
    background: linear-gradient(180deg, rgba(124, 92, 255, 0.16) 0%, rgba(124, 92, 255, 0.08) 100%);
    color: #eef1ff;
    letter-spacing: 0.1em;
}

.live-home__hero-copy h2 {
    max-width: 520px;
    font-size: clamp(36px, 2.9vw, 50px);
    line-height: 1.04;
    letter-spacing: -0.055em;
    text-shadow: none;
}

.live-home__hero-copy p {
    max-width: 500px;
    color: rgba(230, 236, 255, 0.72);
    font-size: 15px;
    line-height: 1.78;
}

.live-home__stats {
    gap: 14px;
    margin-top: 4px;
}

.live-home__stat-card {
    min-height: 116px;
    padding: 18px 18px 16px;
    border-color: rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.025) 100%),
        linear-gradient(180deg, rgba(16, 21, 37, 0.98) 0%, rgba(12, 16, 29, 0.98) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 12px 24px rgba(5, 10, 20, 0.14) !important;
}

.live-home__stat-label {
    margin-bottom: 12px;
    color: rgba(205, 214, 255, 0.58);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.live-home__stat-value {
    font-size: clamp(28px, 2.1vw, 34px);
    letter-spacing: -0.05em;
}

.live-home__hero-slider {
    position: relative;
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.015) 100%);
}

.live-home__featured-swiper {
    border-radius: 22px;
}

.live-home__featured-card {
    min-height: 500px;
    border-radius: 22px;
    border-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 16px 32px rgba(5, 10, 20, 0.18) !important;
}

.live-home__featured-overlay {
    background:
        linear-gradient(180deg, rgba(7, 10, 19, 0.02) 0%, rgba(7, 10, 19, 0.36) 42%, rgba(7, 10, 19, 0.92) 100%),
        linear-gradient(90deg, rgba(10, 14, 27, 0.18) 0%, rgba(10, 14, 27, 0) 52%);
}

.live-home__featured-body {
    gap: 10px;
    padding: 30px;
}

.live-home__featured-body strong {
    max-width: 460px;
    font-size: clamp(30px, 2.3vw, 38px);
    line-height: 1.12;
}

.live-home__featured-body p {
    font-size: 14px;
    color: rgba(232, 238, 255, 0.74);
}

.live-home__featured-meta span,
.live-home__featured-profile span {
    min-height: 36px;
    padding: 0 13px;
    border-color: rgba(255, 255, 255, 0.06);
    background: rgba(9, 13, 23, 0.54);
    color: rgba(245, 247, 255, 0.92);
}

.live-home__hero-slider .swiper-button-prev,
.live-home__hero-slider .swiper-button-next {
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border-color: rgba(255, 255, 255, 0.06);
    background: rgba(9, 13, 23, 0.72);
    box-shadow: 0 12px 24px rgba(5, 10, 20, 0.2) !important;
}

.live-home__hero-slider .swiper-button-prev {
    left: 24px;
}

.live-home__hero-slider .swiper-button-next {
    right: 24px;
}

@media (max-width: 1600px) {
    .live-home__hero {
        gap: 22px;
    }
}

@media (max-width: 1100px) {
    .live-home__hero {
        gap: 18px;
        padding: 22px;
    }

    .live-home__hero-slider {
        padding: 10px;
    }

    .live-home__stat-card {
        min-height: 102px;
    }
}

@media (max-width: 768px) {
    .live-home__hero {
        padding: 18px;
        border-radius: 24px;
    }

    .live-home__hero-copy h2 {
        font-size: 34px;
    }

    .live-home__hero-slider {
        padding: 8px;
        border-radius: 22px;
    }

    .live-home__featured-card {
        min-height: 420px;
    }

    .live-home__featured-body {
        padding: 22px;
    }
}
