/* 3Music TV homepage — Midnight Culture */

.tm-home-page {
    --tm-home-bg: #09090b;
    --tm-home-surface: #141419;
    --tm-home-surface-raised: #1b1b22;
    --tm-home-line: rgba(255, 255, 255, 0.1);
    --tm-home-copy: #f7f4ef;
    --tm-home-muted: #a7a5ad;
    --tm-home-cream: #f2efe9;
    --tm-home-ink: #111114;
    --tm-home-red: #f73145;
    --tm-home-red-dark: #b81629;
    --tm-home-yellow: #ffdb01;
    background: var(--tm-home-bg) !important;
}

.tm-home-page #tm-main,
.tm-home-page .page_wrapper {
    background: var(--tm-home-bg);
}

.tm-home-page #tm-navbar {
    height: 68px !important;
    background: rgba(6, 6, 8, 0.92) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.tm-home-page #tm-navbar > .w-full {
    max-width: 1328px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.tm-home-page #tm-navbar a[href="https://pluzz899.com/"],
.tm-home-page #tm-navbar a[href="https://orange1079fm.com/"],
.tm-home-page #tm-navbar a[href$="/livestream"] {
    min-height: 34px;
    border-radius: var(--tm-radius-pill) !important;
}

.tm-home-page #tm-navbar a[href$="/livestream"] {
    background: var(--tm-home-yellow) !important;
    color: #080808 !important;
}

.tm-home-page #tm-navbar a[href$="/livestream"] > span {
    background: var(--tm-home-red-dark) !important;
}

.tm-home-root {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 3%, rgba(171, 72, 251, 0.11), transparent 24rem),
        radial-gradient(circle at 10% 18%, rgba(247, 49, 69, 0.1), transparent 26rem),
        var(--tm-home-bg);
    color: var(--tm-home-copy);
}

.tm-home-root a,
.tm-home-root button,
.tm-home-root input {
    -webkit-tap-highlight-color: transparent;
}

.tm-home-root .tm-card-title,
.tm-home-video-section [role="button"] h3 {
    margin: 0;
}

.tm-home-root a:focus-visible,
.tm-home-root button:focus-visible,
.tm-home-root [role="button"]:focus-visible,
.tm-home-root input:focus-visible,
.tm-sw-widget button:focus-visible,
.tm-sw-widget a:focus-visible {
    outline: 3px solid var(--tm-home-yellow);
    outline-offset: 3px;
}

.tm-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Advertising and newsroom ticker */
.tm-home-root .tm-home-ad {
    border: 0 !important;
    background: #070708 !important;
    padding: 10px 24px 18px !important;
}

.tm-home-root .tm-home-ad > p {
    margin: 0 0 8px !important;
    color: rgba(255, 255, 255, 0.42) !important;
    font-size: 0.6rem !important;
}

.tm-home-root .tm-home-ad > template + span,
.tm-home-root .tm-home-ad > a,
.tm-home-root .tm-home-ad template + a {
    max-width: 1280px;
    margin: 0 auto;
}

.tm-home-root .tm-breaking-banner {
    position: relative;
    /* Inset to the same 1280px column as the ad above and the vote strip below,
       so the rounded corners sit against the page rather than the viewport. */
    width: calc(100% - 48px);
    max-width: 1280px;
    height: 40px;
    margin: 16px auto 0;
    overflow: hidden;
    border-radius: var(--tm-radius-banner) !important;
    background: var(--tm-home-red);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tm-home-root .tm-breaking-banner + .tm-home-masthead,
.tm-home-root .tm-home-vote-banner + .tm-home-masthead {
    padding-top: 32px;
}

.tm-home-root .tm-breaking-label {
    min-width: 112px;
    justify-content: center;
    background: var(--tm-home-yellow);
    color: #080808;
    font-size: 0.66rem;
    letter-spacing: 0.16em;
}

.tm-home-root .tm-breaking-ticker-inner {
    color: #fff;
    font-size: 0.78rem;
    font-weight: 650;
}

.tm-home-root .tm-breaking-ticker:focus-within .tm-breaking-ticker-inner {
    animation-play-state: paused;
}

.tm-home-root .tm-breaking-banner.is-paused .tm-breaking-ticker-inner {
    animation-play-state: paused;
}

.tm-breaking-toggle {
    width: 44px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    padding: 0;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.22);
    /* Opaque: a translucent button let the scrolling headlines show through it. */
    background: var(--tm-home-red);
    color: #080808;
    cursor: pointer;
}

.tm-breaking-toggle:hover {
    background: #d81f37;
}

.tm-breaking-toggle svg {
    width: 14px;
    height: 14px;
}

.tm-home-root .tm-home-vote-banner {
    max-width: 1280px;
    margin: 16px auto 0;
    border: 1px solid rgba(201, 162, 39, 0.42) !important;
    border-radius: var(--tm-radius-banner) !important;
    background: linear-gradient(105deg, #14110a, #0e0e13) !important;
}

.tm-home-root .tm-home-vote-banner > div > span:first-child,
.tm-home-root .tm-home-vote-banner > span:last-child {
    border-radius: var(--tm-radius-pill) !important;
}

/* Masthead */
.tm-home-masthead {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
    gap: 64px;
    align-items: end;
    width: min(100%, 1328px);
    margin: 0 auto;
    padding: 82px 24px 40px;
}

.tm-home-masthead::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 32px;
    left: 44%;
    width: 320px;
    height: 180px;
    border-radius: 50% !important;
    background: rgba(247, 49, 69, 0.18);
    filter: blur(90px);
    pointer-events: none;
}

.tm-home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--tm-home-muted);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
}

.tm-home-eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50% !important;
    background: var(--tm-home-red);
    box-shadow: 0 0 0 5px rgba(247, 49, 69, 0.14);
}

.tm-home-masthead h1 {
    max-width: 920px;
    margin: 18px 0 0;
    color: var(--tm-home-copy);
    font-family: 'Graphik Headings', 'Graphik', sans-serif;
    font-size: clamp(3.4rem, 6.8vw, 6.7rem);
    font-weight: 700;
    letter-spacing: -0.078em;
    line-height: 0.82;
}

.tm-home-masthead h1 em {
    color: var(--tm-home-red);
    font-family: 'Republica Minor', 'Graphik', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.035em;
}

.tm-home-masthead-side {
    padding-bottom: 5px;
}

.tm-home-masthead-side > p {
    max-width: 360px;
    margin: 0 0 24px;
    color: #c7c4cc;
    font-size: 0.98rem;
    line-height: 1.6;
}

.tm-home-masthead-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tm-home-pill {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--tm-radius-pill) !important;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.tm-home-pill:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.tm-home-pill--primary {
    border-color: var(--tm-home-red-dark);
    background: var(--tm-home-red-dark);
}

.tm-home-pill--primary:hover {
    border-color: #d42030;
    background: #d42030;
}

.tm-home-pill .tm-live-dot {
    width: 7px;
    height: 7px;
    background: #fff;
}

/* Immersive hero stage */
.tm-home-root .tm-hero-billboard {
    width: min(100%, 1328px);
    max-width: none;
    margin: 0 auto;
    padding: 0 24px 86px;
    border: 0;
}

.tm-home-root .tm-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.72fr) minmax(320px, 0.78fr);
    grid-template-rows: minmax(0, 1fr) auto;
    grid-template-areas:
        'feature featured'
        'feature live';
    gap: 16px;
    min-height: 680px;
    padding: 0;
}

.tm-home-root .tm-hero-center {
    grid-area: feature;
    position: relative;
    min-width: 0;
    min-height: 680px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--tm-home-line);
    border-radius: var(--tm-radius-banner) !important;
    background: var(--tm-home-surface);
}

.tm-home-root .tm-hero-main-link {
    position: relative;
    display: block;
    min-height: 680px;
    height: 100%;
    color: #fff;
}

.tm-home-root .tm-hero-main-img-wrap {
    position: absolute;
    inset: 0;
    margin: 0;
}

.tm-home-root .tm-hero-main-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 20%, rgba(0, 0, 0, 0.38) 58%, rgba(0, 0, 0, 0.95) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 64%);
    pointer-events: none;
}

.tm-home-root .tm-hero-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    filter: saturate(1.03) contrast(1.04);
}

.tm-home-root .tm-hero-main-link:hover .tm-hero-main-img {
    transform: scale(1.035);
}

.tm-home-root .tm-hero-main-badge {
    top: 24px;
    bottom: auto;
    left: 24px;
    z-index: 2;
    padding: 8px 12px;
    border-radius: var(--tm-radius-pill) !important;
    background: var(--tm-home-red-dark);
    color: #fff;
    font-size: 0.63rem;
}

.tm-home-root .tm-hero-main-caption {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 830px;
    padding: 46px 42px 40px;
}

.tm-home-root .tm-hero-main-caption .tm-category-tag {
    color: #ff8a96;
    font-size: 0.66rem;
}

.tm-home-root .tm-hero-main-headline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    margin: 9px 0 14px;
    color: #fff;
    font-family: 'Graphik Headings', 'Graphik', sans-serif;
    font-size: clamp(1.7rem, 2.9vw, 3.15rem);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 1.02;
    text-transform: none;
    text-wrap: balance;
}

.tm-home-root .tm-hero-main-link:hover .tm-hero-main-headline {
    color: #fff;
}

.tm-hero-main-brief {
    max-width: 680px;
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tm-home-root .tm-hero-main-caption .tm-meta {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.7rem;
}

.tm-hero-main-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.tm-hero-main-cta > span {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 50% !important;
    transition: color 0.2s ease, background 0.2s ease;
}

.tm-hero-main-link:hover .tm-hero-main-cta > span {
    background: #fff;
    color: #111;
}

.tm-home-root .tm-hero-right {
    grid-area: featured;
    align-self: stretch;
    padding: 24px;
    border: 1px solid var(--tm-home-line);
    border-radius: var(--tm-radius-card) !important;
    background: rgba(20, 20, 25, 0.9);
}

.tm-home-root .tm-hero-right .tm-section-header {
    margin: 0 0 5px !important;
    padding: 0 0 14px !important;
    border-color: var(--tm-home-line);
}

.tm-home-root .tm-hero-right .tm-section-title-lg {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Graphik Headings', 'Graphik', sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.15em;
}

.tm-home-root .tm-hero-right .tm-section-title-lg::before {
    display: none;
}

.tm-home-root .tm-hero-right .tm-section-link {
    color: #b9b6bf;
}

.tm-home-root .tm-hero-latest-item {
    padding: 14px 0;
    border-color: var(--tm-home-line);
}

.tm-home-root .tm-hero-latest-item:last-of-type {
    border-bottom: 0;
}

.tm-home-root .tm-hero-latest-item .tm-category-tag {
    color: #ff7c8a;
    font-size: 0.58rem;
}

.tm-home-root .tm-hero-latest-headline {
    margin: 4px 0 7px;
    color: #f6f3ee;
    font-size: clamp(0.85rem, 1.13vw, 1rem);
    line-height: 1.28;
    -webkit-line-clamp: 2;
}

.tm-home-root .tm-hero-latest-item:hover .tm-hero-latest-headline {
    color: #ff7c8a;
}

.tm-home-root .tm-hero-latest-item .tm-meta {
    color: #8d8a93;
    font-size: 0.62rem;
}

.tm-home-root .tm-hero-left {
    grid-area: live;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-self: stretch;
    padding: 0;
    border: 0;
}

.tm-home-root .tm-live-card {
    min-height: 188px !important;
    max-height: none !important;
    border: 1px solid var(--tm-home-line);
    border-radius: var(--tm-radius-card) !important;
}

.tm-home-root .tm-live-card-content {
    gap: 8px;
    padding: 18px;
}

.tm-home-root .tm-live-badge {
    border-color: rgba(247, 49, 69, 0.5);
    border-radius: var(--tm-radius-pill) !important;
    color: #ff8995;
}

.tm-home-root .tm-live-play-wrap {
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
}

.tm-home-root .tm-live-card-name {
    font-size: 0.68rem;
}

.tm-home-root .tm-live-radio-btn {
    min-height: 34px;
    padding: 7px 12px;
    border-radius: var(--tm-radius-pill) !important;
    color: #fff;
}

.tm-home-radio-stations {
    display: grid;
    gap: 12px;
    width: 100%;
}

.tm-home-radio-station {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 12px;
}

.tm-home-root .tm-live-radio-btn.tm-home-radio-orange {
    background: #f97316;
    color: #111;
}

.tm-home-root .tm-live-radio-btn.tm-home-radio-orange:hover {
    background: #ea580c;
}

/* Shared section rhythm */
.tm-home-root .tm-home-section {
    /* Geometry and corner come from .tm-band in rounded.css */
    max-width: none !important;
    padding: 88px 24px !important;
}

.tm-home-root .tm-section-header,
.tm-home-root .tm-card-grid-header,
.tm-home-root .tm-more-news-header {
    min-height: 54px;
    margin-bottom: 28px !important;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--tm-home-line);
}

.tm-home-root .tm-section-title,
.tm-home-root .tm-card-grid-header-title,
.tm-home-root .tm-more-news-header-title {
    margin: 0;
    padding-left: 0;
    color: var(--tm-home-copy);
    font-family: 'Graphik Headings', 'Graphik', sans-serif;
    font-size: clamp(1.65rem, 2.8vw, 2.6rem);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1;
    text-transform: none;
}

.tm-home-root .tm-section-title::before {
    display: none;
}

.tm-home-root .tm-section-link {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--tm-radius-pill) !important;
    color: #c3c0c8;
    font-size: 0.65rem;
}

.tm-home-root .tm-section-link:hover {
    border-color: var(--tm-home-red);
    color: #fff;
}

/* Latest rail */
.tm-latest-section {
    padding-top: 16px !important;
}

.tm-latest-section .tm-scroll-strip {
    gap: 18px;
    margin: 0 -4px;
    padding: 4px 48px 12px !important;
}

.tm-latest-section .tm-scroll-item {
    width: 318px !important;
}

.tm-home-root .tm-news-card {
    overflow: hidden;
    border: 1px solid var(--tm-home-line);
    border-radius: var(--tm-radius-card) !important;
    background: var(--tm-home-surface);
    transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.tm-home-root .tm-news-card:hover {
    border-color: rgba(247, 49, 69, 0.58);
    background: var(--tm-home-surface-raised);
    transform: translateY(-5px);
}

.tm-home-root .tm-news-card-thumb {
    height: 205px;
    border-radius: var(--tm-radius-card) var(--tm-radius-card) 0 0 !important;
}

.tm-home-root .tm-news-card-thumb img {
    object-position: center 25%;
}

.tm-home-root .tm-news-card-date-badge {
    top: 12px;
    right: 12px;
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--tm-radius-pill) !important;
    background: rgba(5, 5, 7, 0.68);
    backdrop-filter: blur(9px);
}

.tm-home-root .tm-news-card-cats {
    bottom: 12px;
    left: 12px;
    gap: 4px;
}

.tm-home-root .tm-news-card-cat,
.tm-home-root .tm-news-card-cat-sep {
    border-radius: var(--tm-radius-pill) !important;
    background: rgba(5, 5, 7, 0.72);
    backdrop-filter: blur(9px);
}

.tm-home-root .tm-news-card-body {
    padding: 18px;
}

.tm-home-root .tm-news-card-title {
    margin: 0 0 10px;
    color: #f6f3ee;
    font-family: 'Graphik Headings', 'Graphik', sans-serif;
    font-size: 0.96rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.28;
    text-transform: none;
}

.tm-home-root .tm-news-card-author {
    color: #9e9ba4;
}

.tm-home-root .tm-scroll-btn {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50% !important;
    background: rgba(10, 10, 12, 0.9);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(10px);
}

/* Awards rail */
.tm-home-root .tm-nominees-bar {
    position: relative;
    overflow: hidden;
    padding: 58px 0;
    border: 0;
    background:
        linear-gradient(105deg, rgba(201, 162, 39, 0.1), transparent 48%),
        #0d0d12;
}

.tm-home-root .tm-nominees-bar::after {
    content: 'AWARDS';
    position: absolute;
    right: -12px;
    bottom: -31px;
    color: rgba(255, 255, 255, 0.025);
    font-family: 'Graphik', sans-serif;
    font-size: clamp(5rem, 12vw, 10rem);
    font-weight: 900;
    letter-spacing: -0.07em;
    line-height: 1;
    pointer-events: none;
}

.tm-home-root .tm-nominee-card {
    width: 164px !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--tm-radius-card) !important;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.tm-home-root .tm-nominee-card:hover {
    border-color: #c9a227;
    transform: translateY(-4px);
}

.tm-home-root .tm-nominee-card > div:first-child {
    height: 132px !important;
}

.tm-home-root .tm-vote-btn {
    min-height: 40px;
    border-radius: var(--tm-radius-pill) !important;
    background: #c9a227;
    color: #090909;
}

/* Video stage */
.tm-home-root .tm-home-video-section {
    position: relative;
    padding: 96px 0 !important;
    background:
        radial-gradient(circle at 80% 12%, rgba(171, 72, 251, 0.22), transparent 28rem),
        radial-gradient(circle at 12% 88%, rgba(247, 49, 69, 0.16), transparent 30rem),
        #101014 !important;
}

.tm-home-video-section > .max-w-7xl {
    max-width: 1328px !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
}

.tm-home-video-section .tm-section-header {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

.tm-home-video-section .tm-section-title {
    color: #fff !important;
}

.tm-home-video-section .tm-video-embed {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--tm-radius-banner) !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.4);
}

.tm-home-video-section .tm-video-poster {
    padding: 0;
    border: 0;
    color: inherit;
    text-align: inherit;
    appearance: none;
}

.tm-home-video-section .tm-video-play-btn {
    width: 76px;
    height: 76px;
    border-radius: 50% !important;
    background: var(--tm-home-yellow);
}

.tm-home-video-section .tm-video-cat-badge {
    bottom: 18px;
    left: 18px;
    border-radius: var(--tm-radius-pill) !important;
}

.tm-home-video-section .tm-section-header h2 + span {
    border-radius: var(--tm-radius-pill) !important;
}

.tm-home-video-section .tm-video-info {
    padding-top: 20px;
}

.tm-home-video-section .tm-video-info-title {
    max-width: 780px;
    font-size: clamp(1.27rem, 1.88vw, 1.88rem);
    letter-spacing: -0.025em;
}

.tm-home-video-section [role="button"][class*="flex gap-3"] {
    min-height: 82px;
    margin-bottom: 7px;
    border: 1px solid transparent !important;
    border-radius: var(--tm-radius-control) !important;
    background: rgba(255, 255, 255, 0.035);
}

.tm-home-video-section [role="button"][class*="flex gap-3"]:hover {
    background: rgba(255, 255, 255, 0.08);
}

.tm-home-video-section [role="button"][class*="flex gap-3"] > div:first-child {
    border-radius: var(--tm-radius-control) !important;
}

.tm-home-video-section .tm-video-embed iframe,
.tm-home-video-section .tm-video-embed video,
.tm-home-root .tm-social-widget iframe {
    border-radius: inherit !important;
}

/* The Facebook page plugin renders at its `width` param; keep the frame itself
   from ever exceeding the widget so nothing spills past the rounded corner. */
.tm-home-root .tm-social-widget iframe {
    display: block;
    width: 100%;
    max-width: 100%;
}

/* Light editorial grid */
.tm-home-root .tm-stories-section,
.tm-home-root .tm-more-section {
    color: var(--tm-home-ink);
    background: var(--tm-home-cream);
    box-shadow: 0 0 0 100vmax var(--tm-home-cream);
    clip-path: inset(0 -100vmax);
}

.tm-home-root .tm-stories-section .tm-section-header,
.tm-home-root .tm-more-section .tm-more-news-header {
    border-color: rgba(17, 17, 20, 0.16);
}

.tm-home-root .tm-stories-section a:focus-visible,
.tm-home-root .tm-more-section a:focus-visible,
.tm-home-root .tm-more-section button:focus-visible {
    outline-color: var(--tm-home-red-dark);
}

.tm-home-root .tm-stories-section .tm-section-title,
.tm-home-root .tm-more-section .tm-more-news-header-title {
    color: var(--tm-home-ink);
}

.tm-home-root .tm-stories-section .tm-section-link {
    border-color: rgba(17, 17, 20, 0.2);
    color: #4f4c52;
}

.tm-home-root .tm-stories-section .tm-card,
.tm-home-root .tm-events-section .tm-card {
    overflow: hidden;
    border: 1px solid rgba(17, 17, 20, 0.12);
    border-radius: var(--tm-radius-card) !important;
    background: #fff;
    box-shadow: 0 10px 30px rgba(20, 18, 18, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tm-home-root .tm-stories-section .tm-card:hover,
.tm-home-root .tm-events-section .tm-card:hover {
    border-color: rgba(17, 17, 20, 0.16);
    box-shadow: 0 18px 42px rgba(20, 18, 18, 0.11);
    transform: translateY(-6px);
}

.tm-stories-section .tm-card > div:first-child {
    height: auto !important;
    aspect-ratio: 4 / 3;
}

.tm-home-root .tm-stories-section .tm-card-body {
    padding: 18px;
}

.tm-home-root .tm-stories-section .tm-category-tag,
.tm-home-root .tm-more-section .tm-more-news-cat {
    color: var(--tm-home-red-dark);
}

.tm-home-root .tm-stories-section .tm-card-title {
    color: var(--tm-home-ink);
    font-size: 0.92rem;
    letter-spacing: -0.015em;
}

.tm-home-root .tm-stories-section .tm-meta {
    color: #68656b;
}

/* Ranked / most viewed */
.tm-home-root .tm-most-viewed-section {
    background: var(--tm-home-bg);
}

.tm-home-root .tm-card-grid-header-rule,
.tm-home-root .tm-more-news-rule {
    height: 1px;
    background: var(--tm-home-line);
}

.tm-most-viewed-section .tm-card-grid-3 {
    gap: 20px;
}

.tm-most-viewed-section .tm-ranked-card {
    position: relative;
}

.tm-most-viewed-section .tm-ranked-card .tm-news-card-thumb {
    height: auto !important;
    aspect-ratio: 16 / 10;
}

.tm-ranked-card-number {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50% !important;
    background: var(--tm-home-yellow);
    color: #080808;
    font-size: 0.82rem;
    font-weight: 900;
}

/* Newsletter */
.tm-home-root .tm-subscription {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: var(--tm-radius-banner) !important;
    padding: 0;
    background:
        radial-gradient(circle at 84% 20%, rgba(255, 219, 1, 0.22), transparent 18rem),
        linear-gradient(115deg, #d42030, #b81629 70%);
}

.tm-home-root .tm-subscription::after {
    content: '3';
    position: absolute;
    z-index: -1;
    right: 2vw;
    bottom: -8rem;
    color: rgba(0, 0, 0, 0.08);
    font-family: 'Graphik', sans-serif;
    font-size: 30rem;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.tm-subscription-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
    gap: 72px;
    align-items: center;
    width: min(100%, 1328px);
    margin: 0 auto;
    padding: 94px 24px;
}

.tm-subscription-copy .tm-home-eyebrow {
    color: rgba(255, 255, 255, 0.74);
}

.tm-subscription-copy h2 {
    max-width: 650px;
    margin: 18px 0 18px;
    color: #fff;
    font-family: 'Graphik Headings', 'Graphik', sans-serif;
    font-size: clamp(2.55rem, 4.7vw, 4.7rem);
    font-weight: 700;
    letter-spacing: -0.065em;
    line-height: 0.94;
}

.tm-subscription-copy > p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.96rem;
    line-height: 1.62;
}

.tm-subscription-form-wrap {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--tm-radius-card) !important;
    background: rgba(10, 10, 13, 0.94);
    box-shadow: 0 24px 70px rgba(62, 0, 9, 0.28);
}

.tm-subscription-form {
    display: grid;
    gap: 12px;
}

.tm-home-root .tm-subscription .tm-input {
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--tm-radius-control) !important;
    background: rgba(255, 255, 255, 0.07) !important;
    color: #fff;
}

.tm-home-root .tm-subscription .tm-input:focus {
    border-color: var(--tm-home-yellow);
}

.tm-home-root .tm-subscription .tm-input::placeholder {
    color: rgba(255, 255, 255, 0.48);
}

.tm-home-root .tm-subscription .tm-btn {
    min-height: 52px;
    justify-content: center;
    border-radius: var(--tm-radius-control) !important;
    background: var(--tm-home-yellow) !important;
    color: #080808 !important;
}

.tm-home-root .tm-subscription .tm-btn:hover:not(:disabled) {
    background: #ffe63d !important;
    transform: translateY(-2px);
}

.tm-home-root .tm-subscription .tm-btn:disabled {
    cursor: wait;
    opacity: 0.62;
}

.tm-subscription-note,
.tm-subscription-error {
    margin: 12px 0 0;
    font-size: 0.68rem;
    line-height: 1.45;
}

.tm-subscription-note {
    color: rgba(255, 255, 255, 0.42);
}

.tm-subscription-error {
    padding: 10px 12px;
    border: 1px solid rgba(255, 158, 170, 0.35);
    border-radius: var(--tm-radius-control) !important;
    background: rgba(255, 255, 255, 0.07);
    color: #ff9eaa;
    font-weight: 650;
}

.tm-subscription-success {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
}

.tm-subscription-success > span {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50% !important;
    background: var(--tm-home-yellow);
    color: #090909;
    font-weight: 900;
}

/* More news and social */
.tm-home-root .tm-more-section {
    padding-top: 96px !important;
}

.tm-home-root .tm-more-section .tm-more-news-rule {
    background: rgba(17, 17, 20, 0.16);
}

.tm-more-section .tm-more-news-layout {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 56px;
}

.tm-home-root .tm-more-news-item {
    gap: 22px;
    padding: 20px 0;
    border-color: rgba(17, 17, 20, 0.13);
}

.tm-home-root .tm-more-news-item:first-child {
    border-top-color: rgba(17, 17, 20, 0.13);
}

.tm-home-root .tm-more-news-thumb {
    width: 210px;
    height: 132px;
    border-radius: var(--tm-radius-card) !important;
}

.tm-home-root .tm-more-news-title {
    color: var(--tm-home-ink);
    font-size: 1.1rem;
    letter-spacing: -0.025em;
}

.tm-home-root .tm-more-news-item:hover .tm-more-news-title {
    color: var(--tm-home-red-dark);
}

.tm-home-root .tm-more-news-time,
.tm-home-root .tm-more-news-author {
    color: #69666c;
}

.tm-home-root .tm-load-more-btn {
    min-height: 46px;
    border: 1px solid #17171a;
    border-radius: var(--tm-radius-pill) !important;
    background: #17171a;
    color: #fff;
}

.tm-home-root .tm-load-more-btn:hover:not(:disabled) {
    border-color: var(--tm-home-red-dark);
    background: var(--tm-home-red-dark);
}

.tm-home-root .tm-social-sidebar {
    display: flex;
    gap: 18px;
    position: sticky;
    top: 96px;
}

.tm-home-root .tm-social-widget {
    overflow: hidden;
    border: 1px solid rgba(17, 17, 20, 0.12);
    border-radius: var(--tm-radius-card) !important;
    background: #fff;
    box-shadow: 0 10px 30px rgba(20, 18, 18, 0.06);
}

.tm-home-root .tm-social-widget-header {
    min-height: 46px;
    border-color: rgba(17, 17, 20, 0.1);
    background: #fff;
}

/* widgets.js replaces the <a.twitter-timeline> with an iframe in place, so the
   padding lives on the wrapper and survives the swap. */
.tm-home-root .tm-social-widget-body {
    padding: 12px 14px 14px;
}

.tm-home-root .tm-tiktok-follow {
    min-height: 58px;
}

/* Events */
.tm-home-root .tm-events-section {
    background:
        radial-gradient(circle at 90% 20%, rgba(78, 197, 255, 0.13), transparent 24rem),
        var(--tm-home-bg);
}

.tm-events-section .tm-card > div:first-child {
    height: auto !important;
    aspect-ratio: 16 / 10;
}

.tm-events-section .tm-card > div:first-child > div {
    top: 14px !important;
    left: 14px !important;
    border-radius: var(--tm-radius-control) !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}

.tm-home-root .tm-events-section .tm-card-title {
    color: var(--tm-home-ink);
    font-size: 1.05rem;
}

.tm-home-root .tm-events-section .tm-meta {
    color: #69666c;
}

/* Loading and no-data surfaces follow the same corner language as content. */
.tm-home-root .animate-pulse .bg-gray-100,
.tm-home-root .animate-pulse .bg-gray-200,
.tm-home-root .animate-pulse .bg-gray-300,
.tm-home-root .animate-pulse .bg-gray-800 {
    overflow: hidden;
    border-radius: var(--tm-radius-control) !important;
}

.tm-home-root .tm-hero-grid.animate-pulse .tm-hero-left > div:not(:nth-child(2)),
.tm-home-root .tm-latest-section > .animate-pulse > div,
.tm-home-root .tm-stories-section > .animate-pulse > div,
.tm-home-root .tm-events-section > .animate-pulse > div {
    border-radius: var(--tm-radius-card) !important;
}

.tm-home-root .tm-hero-billboard > .text-center,
.tm-home-video-section > .max-w-7xl > .text-center.py-12,
.tm-home-root .tm-events-section > .text-center.py-12 {
    margin-top: 16px;
    padding: 28px 20px !important;
    border: 1px solid var(--tm-home-line);
    border-radius: var(--tm-radius-card) !important;
    background: rgba(255, 255, 255, 0.045);
}

/* Floating scores should clear the persistent audio player. */
.tm-home-page .tm-sw-widget {
    right: 24px;
    bottom: 84px;
    overflow: hidden;
    border-radius: var(--tm-radius-card) !important;
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.58);
}

.tm-home-page .tm-sw-hdr {
    border-radius: var(--tm-radius-card) var(--tm-radius-card) 0 0 !important;
}

.tm-home-page .tm-sw-sk {
    border-radius: var(--tm-radius-control) !important;
}

.tm-home-page .tm-sw-sk[style*="border-radius:50%"] {
    border-radius: 50% !important;
}

.tm-home-page .tm-sw-live-badge,
.tm-home-page .tm-sw-badge {
    border-radius: var(--tm-radius-pill) !important;
}

.tm-home-page .tm-sw-team-logo,
.tm-home-page .tm-sw-comp-logo {
    border-radius: var(--tm-radius-control) !important;
}

.tm-home-page .tm-sw-icon-btn {
    border-radius: 50% !important;
}

.tm-home-page .tm-sw-empty {
    border-radius: var(--tm-radius-control) !important;
}

.tm-home-page .tm-sw-live-dot,
.tm-home-page .tm-sw-pulse-sm {
    border-radius: 50% !important;
}

/* Responsive */
@media (max-width: 1100px) {
    .tm-home-masthead {
        grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
        gap: 40px;
    }

    .tm-home-root .tm-hero-grid {
        grid-template-columns: minmax(0, 1.55fr) minmax(290px, 0.75fr);
    }

    .tm-home-root .tm-hero-main-caption {
        padding: 36px 32px;
    }

    .tm-more-section .tm-more-news-layout {
        gap: 32px;
    }
}

@media (max-width: 900px) {
    .tm-home-page #tm-navbar {
        height: 62px !important;
    }

    .tm-home-masthead {
        grid-template-columns: 1fr;
        gap: 26px;
        padding-top: 62px;
    }

    .tm-home-masthead-side {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
    }

    .tm-home-masthead-side > p {
        margin-bottom: 0;
    }

    .tm-home-root .tm-hero-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            'feature'
            'featured'
            'live';
        min-height: 0;
    }

    .tm-home-root .tm-hero-center,
    .tm-home-root .tm-hero-main-link {
        min-height: 620px;
    }

    .tm-home-root .tm-hero-left {
        padding: 0;
        border: 0;
        margin: 0;
    }

    .tm-home-root .tm-hero-right {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 24px;
    }

    .tm-home-root .tm-hero-right .tm-section-header {
        grid-column: 1 / -1;
    }

    .tm-home-root .tm-hero-latest-item:nth-of-type(odd) {
        border-right: 1px solid var(--tm-home-line);
        padding-right: 24px;
    }

    .tm-subscription-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .tm-more-section .tm-more-news-layout {
        grid-template-columns: 1fr;
    }

    .tm-home-root .tm-social-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }

    .tm-home-root .tm-social-widget:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .tm-home-root .tm-stories-section .tm-story-mobile-extra {
        display: none;
    }

    .tm-home-page #tm-navbar > .w-full,
    .tm-home-video-section > .max-w-7xl {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    .tm-home-root .tm-home-ad {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .tm-home-root .tm-breaking-banner {
        width: calc(100% - 24px);
    }

    .tm-home-root .tm-breaking-label {
        min-width: 92px;
        padding: 0 12px;
    }

    .tm-home-root .tm-home-vote-banner {
        margin: 16px 12px 0;
        padding: 10px 12px !important;
    }

    .tm-home-root .tm-home-vote-banner > span:last-child {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .tm-home-masthead {
        padding: 48px 16px 30px;
    }

    .tm-home-masthead h1 {
        font-size: clamp(3.05rem, 17vw, 4.7rem);
        line-height: 0.88;
    }

    .tm-home-masthead-side {
        display: block;
    }

    .tm-home-masthead-side > p {
        margin-bottom: 22px;
        font-size: 0.9rem;
    }

    .tm-home-root .tm-hero-billboard {
        padding: 0 16px 66px;
    }

    .tm-home-root .tm-hero-center,
    .tm-home-root .tm-hero-main-link {
        min-height: 540px;
    }

    .tm-home-root .tm-hero-main-caption {
        padding: 30px 22px 24px;
    }

    .tm-home-root .tm-hero-main-headline {
        font-size: clamp(1.5rem, 7.2vw, 2.15rem);
        line-height: 1.06;
    }

    .tm-hero-main-brief {
        display: none;
    }

    .tm-hero-main-cta {
        margin-top: 14px;
    }

    .tm-home-root .tm-hero-main-badge {
        top: 16px;
        left: 16px;
    }

    .tm-home-root .tm-hero-left {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .tm-home-root .tm-live-card {
        min-height: 172px !important;
    }

    .tm-home-root .tm-live-card-content {
        padding: 14px;
    }

    .tm-home-root .tm-live-card-name {
        font-size: 0.6rem;
    }

    .tm-home-root .tm-hero-right {
        display: block;
        padding: 20px;
    }

    .tm-home-root .tm-hero-latest-item:nth-of-type(odd) {
        border-right: 0;
        padding-right: 0;
    }

    .tm-home-root .tm-home-section {
        padding: 66px 16px !important;
    }

    .tm-home-root .tm-section-header,
    .tm-home-root .tm-card-grid-header,
    .tm-home-root .tm-more-news-header {
        align-items: flex-end;
        gap: 16px;
    }

    .tm-home-root .tm-section-title,
    .tm-home-root .tm-card-grid-header-title,
    .tm-home-root .tm-more-news-header-title {
        font-size: 1.78rem;
        white-space: normal;
    }

    .tm-latest-section .tm-scroll-strip {
        margin-right: -16px;
        margin-left: -16px;
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    .tm-latest-section .tm-scroll-item {
        width: min(82vw, 310px) !important;
    }

    .tm-latest-section .tm-scroll-btn {
        display: none;
    }

    .tm-home-root .tm-home-video-section {
        padding: 70px 0 !important;
    }

    .tm-home-video-section .tm-video-embed {
        border-radius: var(--tm-radius-banner) !important;
    }

    .tm-home-video-section .tm-video-play-btn {
        width: 62px;
        height: 62px;
    }

    .tm-stories-section .grid {
        grid-template-columns: 1fr !important;
    }

    .tm-home-root .tm-nominees-bar {
        padding: 44px 0;
    }

    .tm-subscription-inner {
        padding: 68px 16px;
    }

    .tm-subscription-copy h2 {
        font-size: clamp(2.45rem, 12.2vw, 3.75rem);
    }

    .tm-subscription-form-wrap {
        padding: 20px;
    }

    .tm-home-root .tm-more-news-item {
        gap: 14px;
    }

    .tm-home-root .tm-more-news-thumb {
        width: 118px;
        height: 92px;
    }

    .tm-home-root .tm-more-news-title {
        font-size: 0.9rem;
    }

    .tm-home-root .tm-more-news-author {
        display: none;
    }

    .tm-home-root .tm-social-sidebar {
        grid-template-columns: 1fr;
    }

    .tm-home-root .tm-social-widget:last-child {
        grid-column: auto;
    }

    .tm-home-page .tm-sw-widget {
        right: 12px;
        bottom: 76px;
        width: calc(100vw - 24px);
    }
}

@media (max-width: 380px) {
    .tm-home-root .tm-hero-left {
        grid-template-columns: 1fr;
    }

    .tm-home-root .tm-live-card {
        min-height: 154px !important;
    }

    .tm-home-root .tm-more-news-thumb {
        width: 104px;
        height: 84px;
    }

    .tm-home-root .tm-more-news-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tm-home-page *,
    .tm-home-page *::before,
    .tm-home-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .tm-home-root .tm-breaking-ticker-inner {
        animation: none !important;
        transform: none !important;
    }

    .tm-home-root .tm-breaking-toggle {
        display: none;
    }
}
