/* =========================================================
   NITEFADE HOMEPAGE V3
   Editorial-first layout isolated behind the nf3- namespace.
   ========================================================= */

.nf3-home {
    --nf3-bg: #070b11;
    --nf3-panel: #0c121b;
    --nf3-panel-soft: #101823;
    --nf3-line: rgba(151, 169, 196, 0.16);
    --nf3-line-strong: rgba(116, 174, 255, 0.34);
    --nf3-text: #f5f8fc;
    --nf3-muted: #93a2b7;
    --nf3-blue: #5da9ff;
    --nf3-blue-bright: #8fc6ff;
    --nf3-red: #ff4f64;
    --nf3-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    padding-bottom: clamp(4rem, 8vw, 7rem);
    overflow: clip;
    color: var(--nf3-text);
    background:
        radial-gradient(circle at 9% 4%, rgba(55, 123, 214, 0.13), transparent 28rem),
        radial-gradient(circle at 91% 21%, rgba(23, 80, 151, 0.1), transparent 31rem),
        linear-gradient(180deg, #080c13 0%, #070b11 35%, #06090e 100%);
}

.nf3-home::before {
    position: fixed;
    inset: 0;
    z-index: -2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.017) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.017) 1px, transparent 1px);
    background-size: 56px 56px;
    content: "";
    pointer-events: none;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 72%);
}

.nf3-home *,
.nf3-home *::before,
.nf3-home *::after {
    box-sizing: border-box;
}

.nf3-home a {
    color: inherit;
}

.nf3-home img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nf3-home .page-shell {
    width: min(1440px, calc(100% - 48px));
}

.nf3-eyebrow {
    margin: 0 0 0.55rem;
    color: var(--nf3-blue-bright);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.nf3-image-fallback {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 130px;
    place-content: center;
    gap: 0.35rem;
    text-align: center;
    background:
        radial-gradient(circle at 28% 24%, rgba(95, 169, 255, 0.24), transparent 42%),
        linear-gradient(135deg, #111b29, #080d14 72%);
}

.nf3-image-fallback strong {
    font-size: clamp(1rem, 2vw, 1.45rem);
    letter-spacing: 0.14em;
}

.nf3-image-fallback small {
    color: var(--nf3-muted);
    font-size: 0.76rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Breaking strip */

.nf3-breaking {
    position: relative;
    z-index: 5;
    border-top: 1px solid rgba(255, 79, 100, 0.28);
    border-bottom: 1px solid rgba(255, 79, 100, 0.2);
    background: linear-gradient(90deg, rgba(87, 10, 24, 0.92), rgba(27, 9, 17, 0.96));
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
}

.nf3-breaking-inner {
    display: grid;
    min-height: 48px;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
}

.nf3-breaking-label {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nf3-breaking-label i,
.nf3-live-badge i {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 5px rgba(255, 79, 100, 0.1);
}

.nf3-breaking-track {
    display: flex;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.nf3-breaking-track::-webkit-scrollbar {
    display: none;
}

.nf3-breaking-track a {
    display: inline-flex;
    min-width: max-content;
    align-items: center;
    gap: 0.55rem;
    padding: 0.8rem 1.1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    text-decoration: none;
}

.nf3-breaking-track a:hover strong,
.nf3-breaking-track a:focus-visible strong {
    color: #ffffff;
}

.nf3-breaking-track a > span {
    padding: 0.16rem 0.36rem;
    border-radius: 0.25rem;
    color: #28030a;
    background: #ff8290;
    font-size: 0.61rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nf3-breaking-track strong {
    max-width: 40rem;
    overflow: hidden;
    color: #ffe8eb;
    font-size: 0.82rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 160ms ease;
}

/* Masthead */

.nf3-masthead {
    padding-top: clamp(1.6rem, 3vw, 2.8rem);
}

.nf3-masthead-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    align-items: end;
    gap: 2rem;
    margin-bottom: 1.4rem;
}

.nf3-masthead-heading h1 {
    max-width: 840px;
    margin: 0;
    font-size: clamp(2rem, 3.35vw, 3.8rem);
    font-weight: 900;
    letter-spacing: -0.052em;
    line-height: 0.98;
    text-wrap: balance;
}

.nf3-masthead-heading > p {
    max-width: 560px;
    margin: 0 0 0.25rem auto;
    color: var(--nf3-muted);
    font-size: clamp(0.95rem, 1.15vw, 1.08rem);
    line-height: 1.7;
}

.nf3-lead-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.62fr) minmax(330px, 0.78fr);
    gap: 1rem;
}

.nf3-lead-story,
.nf3-support-story,
.nf3-countdown,
.nf3-pulse,
.nf3-feature-review,
.nf3-game-card,
.nf3-release-card,
.nf3-feature-video,
.nf3-utility-panel,
.nf3-personal-card {
    border: 1px solid var(--nf3-line);
    background: linear-gradient(180deg, rgba(16, 24, 35, 0.94), rgba(9, 14, 22, 0.98));
    box-shadow: var(--nf3-shadow);
}

.nf3-lead-story {
    position: relative;
    min-height: clamp(470px, 50vw, 620px);
    overflow: hidden;
    border-radius: 1.15rem;
}

.nf3-lead-story::after {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
    content: "";
    pointer-events: none;
}

.nf3-lead-art {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
}

.nf3-lead-art img {
    transition: transform 720ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.nf3-lead-story:hover .nf3-lead-art img,
.nf3-lead-story:focus-within .nf3-lead-art img {
    transform: scale(1.035);
}

.nf3-lead-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 8, 13, 0.08) 18%, rgba(4, 8, 13, 0.7) 66%, #070b11 100%),
        linear-gradient(90deg, rgba(4, 8, 13, 0.82) 0%, transparent 64%);
}

.nf3-lead-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    max-width: 930px;
    padding: clamp(1.4rem, 4vw, 3.25rem);
}

.nf3-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.52rem;
    color: #a8b6c9;
    font-size: 0.69rem;
    font-weight: 760;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.nf3-meta > * + *::before {
    margin-right: 0.52rem;
    color: #516276;
    content: "•";
}

.nf3-meta .nf3-category {
    color: var(--nf3-blue-bright);
}

.nf3-lead-copy h2 {
    max-width: 880px;
    margin: 0.8rem 0 0;
    font-size: clamp(1.95rem, 3.45vw, 3.95rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 0.98;
    text-wrap: balance;
}

.nf3-lead-copy h2 a,
.nf3-support-copy h3 a,
.nf3-stream-copy h3 a,
.nf3-feature-review-copy h3 a,
.nf3-game-copy h3 a,
.nf3-release-copy h3 a,
.nf3-feature-video-copy h3 a,
.nf3-personal-copy h3 a {
    text-decoration: none;
}

.nf3-lead-copy > p {
    max-width: 760px;
    margin: 1rem 0 0;
    color: #c3cedd;
    font-size: clamp(0.94rem, 1.2vw, 1.1rem);
    line-height: 1.65;
}

.nf3-lead-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.35rem;
}

.nf3-primary-action,
.nf3-secondary-action,
.nf3-view-all,
.nf3-text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
}

.nf3-primary-action {
    min-height: 44px;
    padding: 0.72rem 1rem;
    border: 1px solid rgba(125, 188, 255, 0.52);
    border-radius: 0.55rem;
    color: #07111d;
    background: linear-gradient(180deg, #8ec8ff, #5da9ff);
    box-shadow: 0 12px 30px rgba(57, 135, 226, 0.22);
    font-size: 0.79rem;
    font-weight: 900;
    letter-spacing: 0.025em;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.nf3-primary-action:hover,
.nf3-primary-action:focus-visible {
    filter: brightness(1.08);
    box-shadow: 0 16px 36px rgba(57, 135, 226, 0.32);
    transform: translateY(-2px);
}

.nf3-secondary-action {
    min-height: 44px;
    padding: 0.72rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.55rem;
    background: rgba(9, 15, 23, 0.68);
    font-size: 0.79rem;
    font-weight: 850;
    backdrop-filter: blur(12px);
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nf3-secondary-action:hover,
.nf3-secondary-action:focus-visible {
    border-color: var(--nf3-line-strong);
    background: rgba(18, 30, 45, 0.86);
    transform: translateY(-2px);
}

.nf3-lead-rail {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr)) auto;
    gap: 1rem;
}

.nf3-support-story {
    display: grid;
    min-height: 0;
    grid-template-columns: minmax(120px, 0.92fr) minmax(0, 1.08fr);
    overflow: hidden;
    border-radius: 0.9rem;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.nf3-support-story:hover,
.nf3-support-story:focus-within {
    border-color: var(--nf3-line-strong);
    box-shadow: 0 26px 56px rgba(0, 0, 0, 0.42);
    transform: translateY(-2px);
}

.nf3-support-art {
    display: block;
    min-height: 180px;
    overflow: hidden;
}

.nf3-support-art img {
    transition: transform 450ms ease;
}

.nf3-support-story:hover .nf3-support-art img,
.nf3-support-story:focus-within .nf3-support-art img {
    transform: scale(1.045);
}

.nf3-support-copy {
    display: flex;
    min-width: 0;
    padding: clamp(0.9rem, 1.8vw, 1.25rem);
    flex-direction: column;
    justify-content: center;
}

.nf3-support-copy h3 {
    margin: 0.7rem 0 0;
    font-size: clamp(1.02rem, 1.55vw, 1.35rem);
    font-weight: 850;
    letter-spacing: -0.025em;
    line-height: 1.16;
}

.nf3-text-link {
    width: max-content;
    margin-top: auto;
    padding-top: 0.8rem;
    color: var(--nf3-blue-bright);
    font-size: 0.72rem;
    font-weight: 850;
}

/* Compact release countdown */

.nf3-countdown {
    position: relative;
    isolation: isolate;
    min-height: 188px;
    padding: 1rem;
    overflow: hidden;
    border-color: rgba(116, 174, 255, 0.28);
    border-radius: 0.9rem;
    background: #0c121b;
}

.nf3-countdown::before {
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image: var(--nf3-countdown-art);
    background-position: center;
    background-size: cover;
    content: "";
    filter: saturate(0.78) brightness(0.42);
    transform: scale(1.03);
}

.nf3-countdown-shade {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(5, 9, 15, 0.96), rgba(5, 9, 15, 0.6)),
        linear-gradient(180deg, transparent, rgba(5, 9, 15, 0.78));
}

.nf3-countdown-topline,
.nf3-countdown-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.nf3-countdown-topline span {
    color: var(--nf3-blue-bright);
    font-size: 0.63rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.nf3-countdown-topline strong {
    font-size: 0.75rem;
}

.nf3-countdown-body {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: center;
    gap: 0.85rem;
    margin-top: 1rem;
}

.nf3-countdown-body > img {
    width: 62px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.56));
}

.nf3-countdown-clock {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem;
}

.nf3-countdown-clock > span {
    display: grid;
    min-height: 58px;
    padding: 0.45rem 0.2rem;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.48rem;
    background: rgba(10, 16, 25, 0.72);
    text-align: center;
    backdrop-filter: blur(8px);
}

.nf3-countdown-clock strong {
    font-variant-numeric: tabular-nums;
    font-size: clamp(0.85rem, 1.45vw, 1.12rem);
    letter-spacing: 0.03em;
    line-height: 1;
}

.nf3-countdown-clock small {
    margin-top: 0.3rem;
    color: var(--nf3-muted);
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.nf3-countdown-footer {
    margin-top: 0.9rem;
    color: #dbe7f7;
    font-size: 0.68rem;
    font-weight: 800;
}

.nf3-countdown-footer small {
    color: var(--nf3-muted);
    font-weight: 700;
}

.nf3-empty-hero {
    display: grid;
    min-height: 430px;
    padding: 2rem;
    place-content: center;
    border: 1px dashed var(--nf3-line-strong);
    border-radius: 1rem;
    text-align: center;
    background: var(--nf3-panel);
}

.nf3-empty-hero > span {
    color: var(--nf3-blue-bright);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.nf3-empty-hero h2 {
    margin: 0.8rem 0 0;
    font-size: 2rem;
}

.nf3-empty-hero p {
    color: var(--nf3-muted);
}

/* Shared sections */

.nf3-section {
    padding-top: clamp(3rem, 5vw, 5rem);
    content-visibility: auto;
    contain-intrinsic-size: 900px;
}

.nf3-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.35rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--nf3-line);
}

.nf3-section-heading h2 {
    margin: 0;
    font-size: clamp(1.55rem, 2.5vw, 2.35rem);
    font-weight: 900;
    letter-spacing: -0.042em;
    line-height: 1.02;
    text-wrap: balance;
}

.nf3-section-heading > div > p:last-child:not(.nf3-eyebrow) {
    max-width: 740px;
    margin: 0.7rem 0 0;
    color: var(--nf3-muted);
    line-height: 1.6;
}

.nf3-view-all {
    min-width: max-content;
    padding: 0.6rem 0;
    color: var(--nf3-blue-bright);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.nf3-view-all span,
.nf3-text-link span,
.nf3-primary-action span,
.nf3-stream-footer a span,
.nf3-game-copy > a span {
    transition: transform 180ms ease;
}

.nf3-view-all:hover span,
.nf3-view-all:focus-visible span,
.nf3-text-link:hover span,
.nf3-text-link:focus-visible span,
.nf3-primary-action:hover span,
.nf3-primary-action:focus-visible span,
.nf3-stream-footer a:hover span,
.nf3-stream-footer a:focus-visible span,
.nf3-game-copy > a:hover span,
.nf3-game-copy > a:focus-visible span {
    transform: translateX(4px);
}

/* News stream and pulse */

.nf3-newsroom-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.58fr) minmax(330px, 0.72fr);
    align-items: start;
    gap: 1rem;
}

.nf3-stream {
    display: grid;
    gap: 0;
    overflow: hidden;
    border-top: 1px solid var(--nf3-line);
    border-bottom: 1px solid var(--nf3-line);
}

.nf3-stream-row {
    display: grid;
    grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1.22fr);
    min-height: 176px;
    gap: 1.2rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--nf3-line);
}

.nf3-stream-row:last-child {
    border-bottom: 0;
}

.nf3-stream-art {
    display: block;
    aspect-ratio: 16 / 9;
    min-height: 0;
    overflow: hidden;
    border-radius: 0.72rem;
    background: var(--nf3-panel);
}

.nf3-stream-art img {
    transition: transform 420ms ease, filter 420ms ease;
}

.nf3-stream-row:hover .nf3-stream-art img,
.nf3-stream-row:focus-within .nf3-stream-art img {
    filter: brightness(1.06);
    transform: scale(1.035);
}

.nf3-stream-copy {
    display: flex;
    min-width: 0;
    padding: 0.25rem 0;
    flex-direction: column;
}

.nf3-stream-copy h3 {
    margin: 0.75rem 0 0;
    font-size: clamp(1.1rem, 1.65vw, 1.55rem);
    font-weight: 750;
    letter-spacing: -0.032em;
    line-height: 1.12;
    text-wrap: balance;
}

.nf3-stream-copy h3 a:hover,
.nf3-stream-copy h3 a:focus-visible,
.nf3-support-copy h3 a:hover,
.nf3-support-copy h3 a:focus-visible,
.nf3-feature-review-copy h3 a:hover,
.nf3-feature-review-copy h3 a:focus-visible,
.nf3-game-copy h3 a:hover,
.nf3-game-copy h3 a:focus-visible,
.nf3-release-copy h3 a:hover,
.nf3-release-copy h3 a:focus-visible,
.nf3-feature-video-copy h3 a:hover,
.nf3-feature-video-copy h3 a:focus-visible,
.nf3-personal-copy h3 a:hover,
.nf3-personal-copy h3 a:focus-visible {
    color: var(--nf3-blue-bright);
}

.nf3-stream-copy > p {
    display: -webkit-box;
    margin: 0.75rem 0 0;
    overflow: hidden;
    color: var(--nf3-muted);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.55;
}

.nf3-stream-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    padding-top: 0.9rem;
    color: #7f8da1;
    font-size: 0.69rem;
    font-weight: 750;
}

.nf3-stream-footer a {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    color: var(--nf3-blue-bright);
    text-decoration: none;
}

.nf3-pulse {
    position: sticky;
    top: 92px;
    overflow: hidden;
    border-radius: 0.9rem;
}

.nf3-pulse-heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem;
    border-bottom: 1px solid var(--nf3-line);
}

.nf3-pulse-heading h2 {
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: -0.035em;
}

.nf3-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.38rem 0.55rem;
    border: 1px solid rgba(255, 79, 100, 0.25);
    border-radius: 99rem;
    color: #ff8290;
    background: rgba(255, 79, 100, 0.08);
    font-size: 0.61rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nf3-live-badge i {
    width: 0.38rem;
    height: 0.38rem;
    box-shadow: 0 0 0 4px rgba(255, 79, 100, 0.08);
    animation: nf3-live-pulse 1.7s ease-in-out infinite;
}

@keyframes nf3-live-pulse {
    50% {
        opacity: 0.45;
        transform: scale(0.78);
    }
}

.nf3-tab-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0.5rem;
    border-bottom: 1px solid var(--nf3-line);
    background: rgba(4, 8, 13, 0.42);
}

.nf3-tab-list button {
    min-height: 40px;
    padding: 0.55rem 0.5rem;
    border: 0;
    border-radius: 0.45rem;
    color: #8090a5;
    background: transparent;
    cursor: pointer;
    font: inherit;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.nf3-tab-list button[aria-selected="true"] {
    color: var(--nf3-text);
    background: linear-gradient(180deg, rgba(83, 158, 244, 0.24), rgba(47, 104, 171, 0.16));
    box-shadow: inset 0 0 0 1px rgba(111, 181, 255, 0.24);
}

.nf3-tab-panel {
    padding: 0.35rem 1.1rem 0.8rem;
}

.nf3-ranked-list {
    display: grid;
}

.nf3-ranked-list a {
    display: grid;
    grid-template-columns: 2.1rem minmax(0, 1fr);
    gap: 0.75rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--nf3-line);
    text-decoration: none;
}

.nf3-ranked-list a:last-child {
    border-bottom: 0;
}

.nf3-ranked-list a > span:first-child {
    color: #445a74;
    font-size: 1.05rem;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    transition: color 180ms ease, transform 180ms ease;
}

.nf3-ranked-list a:hover > span:first-child,
.nf3-ranked-list a:focus-visible > span:first-child {
    color: var(--nf3-blue);
    transform: translateX(3px);
}

.nf3-ranked-list strong {
    display: block;
    font-size: 0.92rem;
    line-height: 1.32;
}

.nf3-ranked-list a:hover strong,
.nf3-ranked-list a:focus-visible strong {
    color: var(--nf3-blue-bright);
}

.nf3-ranked-list small {
    display: block;
    margin-top: 0.35rem;
    color: var(--nf3-muted);
    font-size: 0.65rem;
    font-weight: 700;
}

.nf3-panel-empty,
.nf3-empty-state {
    color: var(--nf3-muted);
    line-height: 1.55;
}

.nf3-panel-empty {
    margin: 0;
    padding: 1rem 0;
}

.nf3-empty-state {
    display: grid;
    min-height: 220px;
    place-content: center;
    gap: 0.35rem;
    text-align: center;
}

.nf3-empty-state strong {
    color: var(--nf3-text);
}

/* Personal recommendations */

.nf3-personal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.nf3-personal-card {
    overflow: hidden;
    border-radius: 0.85rem;
    transition: border-color 180ms ease, transform 180ms ease;
}

.nf3-personal-card:hover,
.nf3-personal-card:focus-within {
    border-color: var(--nf3-line-strong);
    transform: translateY(-3px);
}

.nf3-personal-art {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.nf3-personal-art::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(4, 8, 13, 0.86));
    content: "";
}

.nf3-personal-art > span:last-child {
    position: absolute;
    right: 0.8rem;
    bottom: 0.7rem;
    left: 0.8rem;
    z-index: 2;
    color: #d8e8fb;
    font-size: 0.67rem;
    font-weight: 800;
}

.nf3-personal-copy {
    padding: 1rem;
}

.nf3-personal-copy h3 {
    margin: 0.7rem 0 0;
    font-size: 1.08rem;
    line-height: 1.25;
}

/* Reviews */

.nf3-review-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 1rem;
}

.nf3-feature-review {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    overflow: hidden;
    border-radius: 0.9rem;
}

.nf3-feature-review-art {
    position: relative;
    display: block;
    min-height: 430px;
    overflow: hidden;
}

.nf3-feature-review-art img {
    transition: transform 500ms ease;
}

.nf3-feature-review:hover .nf3-feature-review-art img,
.nf3-feature-review:focus-within .nf3-feature-review-art img {
    transform: scale(1.04);
}

.nf3-review-score {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: grid;
    width: 74px;
    height: 74px;
    place-content: center;
    border: 1px solid rgba(126, 190, 255, 0.52);
    border-radius: 50%;
    background: rgba(4, 10, 17, 0.9);
    text-align: center;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(12px);
}

.nf3-review-score strong {
    font-size: 1.55rem;
    line-height: 1;
}

.nf3-review-score small {
    margin-top: 0.2rem;
    color: var(--nf3-muted);
    font-size: 0.55rem;
    font-weight: 750;
}

.nf3-feature-review-copy {
    display: flex;
    padding: clamp(1.3rem, 3vw, 2.3rem);
    flex-direction: column;
    justify-content: center;
}

.nf3-feature-review-copy h3 {
    margin: 0.8rem 0 0;
    font-size: clamp(1.55rem, 2.7vw, 2.7rem);
    letter-spacing: -0.045em;
    line-height: 1.03;
}

.nf3-feature-review-copy > p {
    margin: 1rem 0 1.35rem;
    color: var(--nf3-muted);
    line-height: 1.65;
}

.nf3-feature-review-copy .nf3-primary-action {
    width: max-content;
}

.nf3-review-list {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--nf3-line);
    border-radius: 0.9rem;
    background: var(--nf3-panel);
    box-shadow: var(--nf3-shadow);
}

.nf3-review-list > a {
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr);
    align-items: start;
    gap: 0.9rem;
    padding: 1.2rem;
    border-bottom: 1px solid var(--nf3-line);
    text-decoration: none;
}

.nf3-review-list > a:last-child {
    border-bottom: 0;
}

.nf3-review-list > a:hover,
.nf3-review-list > a:focus-visible {
    background: rgba(89, 158, 239, 0.07);
}

.nf3-review-list-score {
    display: grid;
    width: 3.25rem;
    height: 3.25rem;
    place-content: center;
    border: 1px solid var(--nf3-line-strong);
    border-radius: 0.55rem;
    color: var(--nf3-blue-bright);
    background: rgba(71, 141, 222, 0.08);
    font-size: 1rem;
    font-weight: 900;
}

.nf3-review-list small,
.nf3-review-list strong,
.nf3-review-list em {
    display: block;
}

.nf3-review-list small {
    color: var(--nf3-blue-bright);
    font-size: 0.61rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nf3-review-list strong {
    margin-top: 0.42rem;
    font-size: 0.97rem;
    line-height: 1.25;
}

.nf3-review-list em {
    display: -webkit-box;
    margin-top: 0.42rem;
    overflow: hidden;
    color: var(--nf3-muted);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.76rem;
    font-style: normal;
    line-height: 1.45;
}

/* Game hubs */

.nf3-game-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.nf3-game-card {
    overflow: hidden;
    border-radius: 0.85rem;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.nf3-game-card:hover,
.nf3-game-card:focus-within {
    border-color: var(--nf3-line-strong);
    box-shadow: 0 28px 58px rgba(0, 0, 0, 0.44);
    transform: translateY(-4px);
}

.nf3-game-art {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.nf3-game-art img {
    transition: transform 500ms ease;
}

.nf3-game-card:hover .nf3-game-art img,
.nf3-game-card:focus-within .nf3-game-art img {
    transform: scale(1.045);
}

.nf3-game-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(5, 9, 15, 0.72));
}

.nf3-game-copy {
    padding: 1rem;
}

.nf3-game-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    color: var(--nf3-muted);
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.nf3-game-status span:first-child {
    color: var(--nf3-blue-bright);
}

.nf3-game-copy h3 {
    margin: 0.68rem 0 0;
    font-size: 1.18rem;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

.nf3-game-copy > p {
    margin: 0.6rem 0 0;
    color: var(--nf3-muted);
    font-size: 0.75rem;
}

.nf3-game-copy > a {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    margin-top: 0.95rem;
    color: var(--nf3-blue-bright);
    font-size: 0.72rem;
    font-weight: 850;
    text-decoration: none;
}

/* Upcoming releases */

.nf3-release-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.nf3-release-card {
    display: grid;
    grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.28fr);
    min-height: 210px;
    overflow: hidden;
    border-radius: 0.85rem;
    transition: border-color 180ms ease, transform 180ms ease;
}

.nf3-release-card:hover,
.nf3-release-card:focus-within {
    border-color: var(--nf3-line-strong);
    transform: translateY(-3px);
}

.nf3-release-art {
    display: block;
    min-height: 210px;
    overflow: hidden;
}

.nf3-release-art img {
    transition: transform 450ms ease;
}

.nf3-release-card:hover .nf3-release-art img,
.nf3-release-card:focus-within .nf3-release-art img {
    transform: scale(1.04);
}

.nf3-release-copy {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    padding: 1.15rem;
}

.nf3-release-date {
    display: grid;
    min-height: 104px;
    padding: 0.65rem 0.35rem;
    place-content: center;
    border: 1px solid var(--nf3-line-strong);
    border-radius: 0.65rem;
    text-align: center;
    background: rgba(71, 141, 222, 0.07);
}

.nf3-release-date span,
.nf3-release-date small {
    color: var(--nf3-muted);
    font-size: 0.58rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nf3-release-date strong {
    margin: 0.25rem 0;
    color: var(--nf3-blue-bright);
    font-size: 1.6rem;
    line-height: 1;
}

.nf3-release-copy h3 {
    margin: 0.6rem 0 0;
    font-size: 1.2rem;
    line-height: 1.18;
}

.nf3-release-copy p {
    margin: 0.55rem 0 0;
    color: var(--nf3-muted);
    font-size: 0.75rem;
}

/* Video */

.nf3-video-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.7fr);
    gap: 1rem;
}

.nf3-feature-video {
    overflow: hidden;
    border-radius: 0.9rem;
}

.nf3-feature-video-art {
    position: relative;
    display: block;
    aspect-ratio: 16 / 8.6;
    overflow: hidden;
}

.nf3-feature-video-art img {
    transition: transform 550ms ease, filter 550ms ease;
}

.nf3-feature-video:hover .nf3-feature-video-art img,
.nf3-feature-video:focus-within .nf3-feature-video-art img {
    filter: brightness(1.06);
    transform: scale(1.035);
}

.nf3-video-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(5, 9, 15, 0.68));
}

.nf3-play-button,
.nf3-mini-play {
    position: absolute;
    display: grid;
    place-content: center;
    border-radius: 50%;
    background: rgba(94, 170, 255, 0.92);
    box-shadow: 0 12px 34px rgba(17, 89, 170, 0.42);
}

.nf3-play-button {
    top: 50%;
    left: 50%;
    width: 68px;
    height: 68px;
    transform: translate(-50%, -50%);
    transition: transform 180ms ease, filter 180ms ease;
}

.nf3-play-button::after,
.nf3-mini-play::after {
    margin-left: 0.18em;
    border-top: 0.42em solid transparent;
    border-bottom: 0.42em solid transparent;
    border-left: 0.68em solid #07111d;
    content: "";
}

.nf3-feature-video:hover .nf3-play-button,
.nf3-feature-video:focus-within .nf3-play-button {
    filter: brightness(1.12);
    transform: translate(-50%, -50%) scale(1.06);
}

.nf3-video-duration {
    position: absolute;
    right: 0.8rem;
    bottom: 0.8rem;
    padding: 0.28rem 0.42rem;
    border-radius: 0.28rem;
    background: rgba(3, 7, 12, 0.88);
    font-size: 0.66rem;
    font-weight: 850;
}

.nf3-feature-video-copy {
    padding: 1.2rem;
}

.nf3-feature-video-copy h3 {
    margin: 0.7rem 0 0;
    font-size: clamp(1.35rem, 2.5vw, 2.2rem);
    letter-spacing: -0.038em;
    line-height: 1.08;
}

.nf3-feature-video-copy p {
    margin: 0.75rem 0 0;
    color: var(--nf3-muted);
    line-height: 1.55;
}

.nf3-video-list {
    display: grid;
    gap: 0.75rem;
}

.nf3-video-list > a {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr);
    align-items: center;
    gap: 0.85rem;
    min-height: 104px;
    padding: 0.55rem;
    border: 1px solid var(--nf3-line);
    border-radius: 0.72rem;
    background: var(--nf3-panel);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
    text-decoration: none;
    transition: border-color 180ms ease, transform 180ms ease;
}

.nf3-video-list > a:hover,
.nf3-video-list > a:focus-visible {
    border-color: var(--nf3-line-strong);
    transform: translateX(3px);
}

.nf3-video-thumb {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 0.5rem;
}

.nf3-mini-play {
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
}

.nf3-mini-play::after {
    font-size: 0.72rem;
}

.nf3-video-thumb > small {
    position: absolute;
    right: 0.3rem;
    bottom: 0.3rem;
    padding: 0.18rem 0.28rem;
    border-radius: 0.2rem;
    background: rgba(3, 7, 12, 0.86);
    font-size: 0.55rem;
    font-weight: 800;
}

.nf3-video-list > a > span:last-child small,
.nf3-video-list > a > span:last-child strong {
    display: block;
}

.nf3-video-list > a > span:last-child small {
    color: var(--nf3-blue-bright);
    font-size: 0.58rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nf3-video-list > a > span:last-child strong {
    margin-top: 0.42rem;
    font-size: 0.89rem;
    line-height: 1.3;
}

/* Guide and editor panels */

.nf3-utility-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.nf3-utility-panel {
    overflow: hidden;
    border-radius: 0.9rem;
}

.nf3-section-heading-compact {
    margin: 0;
    padding: 1.25rem;
}

.nf3-section-heading-compact h2 {
    font-size: 1.65rem;
}

.nf3-utility-list {
    padding: 0 1.15rem 0.6rem;
}

.nf3-utility-list > a {
    display: grid;
    grid-template-columns: 2.2rem minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--nf3-line);
    text-decoration: none;
}

.nf3-utility-list > a:last-child {
    border-bottom: 0;
}

.nf3-utility-list > a > span:first-child {
    color: #49627e;
    font-size: 0.85rem;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

.nf3-utility-list small,
.nf3-utility-list strong {
    display: block;
}

.nf3-utility-list small {
    color: var(--nf3-blue-bright);
    font-size: 0.58rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.nf3-utility-list strong {
    margin-top: 0.35rem;
    font-size: 0.92rem;
    line-height: 1.3;
}

.nf3-utility-list i {
    color: var(--nf3-blue-bright);
    font-style: normal;
    transition: transform 180ms ease;
}

.nf3-utility-list > a:hover strong,
.nf3-utility-list > a:focus-visible strong {
    color: var(--nf3-blue-bright);
}

.nf3-utility-list > a:hover i,
.nf3-utility-list > a:focus-visible i {
    transform: translateX(4px);
}

/* Focus and reduced motion */

.nf3-home a:focus-visible,
.nf3-home button:focus-visible {
    outline: 3px solid rgba(143, 198, 255, 0.88);
    outline-offset: 3px;
}

@media (max-width: 1240px) {
    .nf3-home .page-shell {
        width: min(1180px, calc(100% - 36px));
    }

    .nf3-lead-grid,
    .nf3-newsroom-grid {
        grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.72fr);
    }

    .nf3-support-story {
        grid-template-columns: 0.9fr 1.1fr;
    }

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

@media (max-width: 1040px) {
    .nf3-masthead-heading {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .nf3-masthead-heading > p {
        margin-left: 0;
    }

    .nf3-lead-grid {
        grid-template-columns: 1fr;
    }

    .nf3-lead-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto auto;
    }

    .nf3-countdown {
        grid-column: 1 / -1;
    }

    .nf3-newsroom-grid {
        grid-template-columns: 1fr;
    }

    .nf3-pulse {
        position: static;
    }

    .nf3-review-grid,
    .nf3-video-grid {
        grid-template-columns: 1fr;
    }

    .nf3-review-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .nf3-review-list > a {
        grid-template-columns: 3.25rem minmax(0, 1fr);
        border-right: 1px solid var(--nf3-line);
        border-bottom: 0;
    }

    .nf3-review-list > a:last-child {
        border-right: 0;
    }

    .nf3-video-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .nf3-video-list > a {
        grid-template-columns: 1fr;
        align-content: start;
    }

    .nf3-video-list > a:hover,
    .nf3-video-list > a:focus-visible {
        transform: translateY(-3px);
    }
}

@media (max-width: 820px) {
    .nf3-home .page-shell {
        width: min(100% - 28px, 760px);
    }

    .nf3-breaking-inner {
        width: 100%;
        grid-template-columns: auto minmax(0, 1fr);
        padding-left: 14px;
    }

    .nf3-masthead-heading h1 {
        font-size: clamp(2rem, 9vw, 3.7rem);
    }

    .nf3-lead-story {
        min-height: 570px;
    }

    .nf3-lead-copy h2 {
        font-size: clamp(2rem, 7.5vw, 3.7rem);
    }

    .nf3-lead-rail {
        grid-template-columns: 1fr;
    }

    .nf3-countdown {
        grid-column: auto;
    }

    .nf3-support-story {
        min-height: 190px;
    }

    .nf3-stream-row {
        grid-template-columns: 190px minmax(0, 1fr);
    }

    .nf3-personal-grid,
    .nf3-release-grid,
    .nf3-utility-grid {
        grid-template-columns: 1fr;
    }

    .nf3-feature-review {
        grid-template-columns: 1fr;
    }

    .nf3-feature-review-art {
        min-height: 360px;
    }

    .nf3-review-list {
        grid-template-columns: 1fr;
    }

    .nf3-review-list > a {
        border-right: 0;
        border-bottom: 1px solid var(--nf3-line);
    }

    .nf3-game-grid {
        grid-template-columns: 1fr 1fr;
    }

    .nf3-release-card {
        grid-template-columns: 190px minmax(0, 1fr);
    }

    .nf3-video-list {
        grid-template-columns: 1fr;
    }

    .nf3-video-list > a {
        grid-template-columns: 160px minmax(0, 1fr);
    }
}

@media (max-width: 620px) {
    .nf3-home .page-shell {
        width: min(100% - 20px, 580px);
    }

    .nf3-breaking-inner {
        width: 100%;
        padding-left: 10px;
    }

    .nf3-breaking-label {
        font-size: 0.64rem;
    }

    .nf3-breaking-track a {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }

    .nf3-masthead {
        padding-top: 1.8rem;
    }

    .nf3-masthead-heading {
        margin-bottom: 1rem;
    }

    .nf3-masthead-heading h1 {
        font-size: clamp(2rem, 12vw, 3.1rem);
        line-height: 0.98;
    }

    .nf3-lead-story {
        min-height: 540px;
        border-radius: 0.8rem;
    }

    .nf3-lead-copy {
        padding: 1.2rem;
    }

    .nf3-lead-copy h2 {
        font-size: clamp(1.85rem, 10.5vw, 3rem);
    }

    .nf3-lead-copy > p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        font-size: 0.9rem;
    }

    .nf3-support-story {
        grid-template-columns: 124px minmax(0, 1fr);
        min-height: 155px;
    }

    .nf3-support-art {
        min-height: 155px;
    }

    .nf3-support-copy {
        padding: 0.85rem;
    }

    .nf3-support-copy h3 {
        font-size: 0.98rem;
    }

    .nf3-text-link {
        padding-top: 0.55rem;
    }

    .nf3-countdown {
        min-height: 210px;
    }

    .nf3-countdown-body {
        grid-template-columns: 50px minmax(0, 1fr);
    }

    .nf3-countdown-body > img {
        width: 50px;
    }

    .nf3-countdown-clock {
        gap: 0.25rem;
    }

    .nf3-countdown-clock > span {
        min-height: 54px;
    }

    .nf3-countdown-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.2rem;
    }

    .nf3-section {
        padding-top: 4.25rem;
    }

    .nf3-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.65rem;
    }

    .nf3-stream-row {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .nf3-stream-art {
        aspect-ratio: 16 / 9;
        min-height: 0;
    }

    .nf3-stream-copy > p {
        -webkit-line-clamp: 3;
    }

    .nf3-stream-footer {
        margin-top: 0.85rem;
    }

    .nf3-pulse-heading {
        padding: 1rem;
    }

    .nf3-tab-panel {
        padding-right: 0.9rem;
        padding-left: 0.9rem;
    }

    .nf3-personal-grid,
    .nf3-game-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .nf3-personal-grid::-webkit-scrollbar,
    .nf3-game-grid::-webkit-scrollbar {
        display: none;
    }

    .nf3-personal-card,
    .nf3-game-card {
        min-width: min(84vw, 330px);
        scroll-snap-align: start;
    }

    .nf3-feature-review-art {
        min-height: 300px;
    }

    .nf3-release-card {
        grid-template-columns: 1fr;
    }

    .nf3-release-art {
        aspect-ratio: 16 / 9;
        min-height: 0;
    }

    .nf3-release-copy {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .nf3-feature-video-art {
        aspect-ratio: 16 / 10;
    }

    .nf3-play-button {
        width: 56px;
        height: 56px;
    }

    .nf3-video-list > a {
        grid-template-columns: 126px minmax(0, 1fr);
    }

    .nf3-section-heading-compact {
        padding: 1rem;
    }
}

@media (max-width: 410px) {
    .nf3-support-story {
        grid-template-columns: 105px minmax(0, 1fr);
    }

    .nf3-support-copy .nf3-meta {
        display: none;
    }

    .nf3-countdown-topline strong {
        display: none;
    }

    .nf3-countdown-clock strong {
        font-size: 0.78rem;
    }

    .nf3-countdown-clock small {
        font-size: 0.47rem;
    }

    .nf3-tab-list button {
        font-size: 0.61rem;
    }

    .nf3-release-copy {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 0.75rem;
        padding: 0.95rem;
    }

    .nf3-video-list > a {
        grid-template-columns: 112px minmax(0, 1fr);
    }
}

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


/* =========================================================
   HOMEPAGE V3.1 — editorial polish and consistency
   ========================================================= */

.nf3-home {
    padding-bottom: 1.75rem;
}

.nf3-masthead-heading {
    margin-bottom: 1.15rem;
}

.nf3-masthead-heading > p {
    line-height: 1.6;
}

.nf3-lead-copy h2,
.nf3-section-heading h2,
.nf3-stream-copy h3 {
    text-wrap: pretty;
}

.nf3-stream-row {
    position: relative;
    cursor: pointer;
}

.nf3-stream-row::after {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(91, 169, 255, 0.035), transparent 72%);
    transition: opacity 180ms ease;
}

.nf3-stream-row:hover::after,
.nf3-stream-row:focus-within::after {
    opacity: 1;
}

.nf3-stream-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nf3-view-all,
.nf3-text-link,
.nf3-stream-footer a,
.nf3-game-copy > a {
    min-height: 38px;
    padding: 0.55rem 0.35rem;
}

.nf3-stream-footer a {
    font-size: 0.76rem;
    font-weight: 850;
}

.nf3-section-heading {
    margin-bottom: 1.15rem;
}

.nf3-personal-art,
.nf3-game-art,
.nf3-release-art,
.nf3-support-art,
.nf3-feature-video-art {
    overflow: hidden;
}

.nf3-personal-art img,
.nf3-game-art img,
.nf3-release-art img,
.nf3-support-art img,
.nf3-feature-video-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body:has(.nf3-home) .nf-premium-footer {
    margin-top: 2.25rem;
}

body:has(.nf3-home) .nf-footer-inner {
    padding-top: clamp(42px, 5vw, 64px);
}

@media (max-width: 820px) {
    .nf3-stream-row {
        grid-template-columns: 210px minmax(0, 1fr);
    }
}

@media (max-width: 620px) {
    .nf3-masthead-heading h1 {
        font-size: clamp(2rem, 10.5vw, 2.8rem);
    }

    .nf3-lead-copy h2 {
        font-size: clamp(1.8rem, 9vw, 2.7rem);
    }

    .nf3-section {
        padding-top: 3.4rem;
    }

    .nf3-stream-row {
        grid-template-columns: 1fr;
    }

    body:has(.nf3-home) .nf-premium-footer {
        margin-top: 1.25rem;
    }
}

/* =========================================================
   HOMEPAGE V3.2 — content separation and adaptive media
   ========================================================= */

.nf3-video-list {
    align-self: start;
    align-content: start;
    grid-auto-rows: min-content;
}

.nf3-video-grid-1 {
    grid-template-columns: minmax(0, 1fr);
}

.nf3-video-grid-1 .nf3-feature-video {
    width: min(100%, 980px);
}

.nf3-video-grid-2 {
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.75fr);
    align-items: start;
}

.nf3-video-grid-2 .nf3-video-list > a {
    min-height: 0;
    padding: 0.75rem;
}

.nf3-video-grid-2 .nf3-video-thumb {
    align-self: center;
}

@media (max-width: 1080px) {
    .nf3-release-card-wide {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .nf3-video-grid-2 {
        grid-template-columns: 1fr;
    }

    .nf3-video-grid-2 .nf3-video-list {
        grid-template-columns: minmax(0, 1fr);
    }
}


/* =========================================================
   HOMEPAGE V3.3 — editorial layout polish
   ========================================================= */

/* Let the final upcoming release use the full row when the
   release count is odd, avoiding a visibly empty grid cell. */
.nf3-release-card-wide {
    grid-column: 1 / -1;
    grid-template-columns: minmax(300px, 0.64fr) minmax(0, 1.36fr);
}

.nf3-release-card-wide .nf3-release-art {
    min-height: 230px;
}

/* A single secondary trailer becomes a complete companion card
   rather than a short row floating above an empty column. */
.nf3-video-grid-2 {
    grid-template-columns: minmax(0, 1.48fr) minmax(340px, 0.72fr);
    align-items: stretch;
}

.nf3-video-grid-2 .nf3-video-list-single {
    align-self: stretch;
}

.nf3-video-grid-2 .nf3-video-list-single > a {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    align-items: stretch;
    height: 100%;
    min-height: 100%;
    padding: 0;
    overflow: hidden;
    transform: none;
}

.nf3-video-grid-2 .nf3-video-list-single > a:hover,
.nf3-video-grid-2 .nf3-video-list-single > a:focus-visible {
    transform: translateY(-3px);
}

.nf3-video-grid-2 .nf3-video-list-single .nf3-video-thumb {
    width: 100%;
    height: 100%;
    min-height: 330px;
    aspect-ratio: auto;
    border-radius: 0;
}

.nf3-video-grid-2 .nf3-video-list-single > a > span:last-child {
    display: grid;
    gap: 0.5rem;
    padding: 1.05rem;
}

.nf3-video-grid-2 .nf3-video-list-single > a > span:last-child strong {
    font-size: 1rem;
    line-height: 1.3;
}

/* Recently released hubs remain available, but upcoming hubs
   retain visual priority. */
.nf3-game-card-released .nf3-game-art img {
    filter: saturate(0.86) brightness(0.92);
}

.nf3-game-card-released:hover .nf3-game-art img,
.nf3-game-card-released:focus-within .nf3-game-art img {
    filter: saturate(1) brightness(1);
}

@media (max-width: 1080px) {
    .nf3-video-grid-2 {
        grid-template-columns: 1fr;
    }

    .nf3-video-grid-2 .nf3-video-list-single > a {
        grid-template-columns: minmax(220px, 0.56fr) minmax(0, 1fr);
        grid-template-rows: auto;
        min-height: 150px;
    }

    .nf3-video-grid-2 .nf3-video-list-single .nf3-video-thumb {
        min-height: 150px;
    }
}

@media (max-width: 760px) {
    .nf3-release-card-wide {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .nf3-video-grid-2 .nf3-video-list-single > a {
        grid-template-columns: 1fr;
    }

    .nf3-video-grid-2 .nf3-video-list-single .nf3-video-thumb {
        min-height: 220px;
        aspect-ratio: 16 / 9;
    }
}


/* =========================================================
   HOMEPAGE V3.5 — live newsroom, scheduled freshness and
   stronger big-publication hierarchy
   ========================================================= */

.nf35-home {
    --nf35-panel: rgba(15, 26, 40, 0.88);
    --nf35-panel-strong: rgba(18, 31, 48, 0.96);
    --nf35-line: rgba(132, 174, 219, 0.18);
    --nf35-blue: #74b9ff;
}

.nf35-deskbar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    margin-top: 1.15rem;
    padding: 0.72rem 0.85rem;
    border: 1px solid var(--nf35-line);
    border-radius: 0.8rem;
    background:
        linear-gradient(90deg, rgba(67, 144, 221, 0.1), transparent 42%),
        rgba(12, 22, 34, 0.82);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.nf35-desk-status,
.nf35-desk-count {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.nf35-desk-status > span:not(.nf35-live-dot),
.nf35-desk-count > span {
    color: var(--muted-text, #9aabc0);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.nf35-desk-status strong,
.nf35-desk-count strong {
    color: #fff;
    font-size: 0.75rem;
}

.nf35-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ff6174;
    box-shadow: 0 0 0 5px rgba(255, 97, 116, 0.12);
    animation: nf35-pulse 1.8s ease-in-out infinite;
}

@keyframes nf35-pulse {
    50% {
        box-shadow: 0 0 0 9px rgba(255, 97, 116, 0.03);
    }
}

.nf35-topic-nav {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.nf35-topic-nav::-webkit-scrollbar {
    display: none;
}

.nf35-topic-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.45rem 0.7rem;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #b8c6d8;
    font-size: 0.72rem;
    font-weight: 800;
    white-space: nowrap;
    transition: 160ms ease;
}

.nf35-topic-nav a:hover,
.nf35-topic-nav a:focus-visible {
    border-color: rgba(116, 185, 255, 0.42);
    color: #fff;
    background: rgba(116, 185, 255, 0.1);
}

.nf35-desk-count {
    justify-content: flex-end;
    min-width: 88px;
}

.nf35-desk-count strong {
    color: var(--nf35-blue);
    font-size: 1rem;
}

.nf35-home .nf3-masthead {
    position: relative;
    isolation: isolate;
}

.nf35-home .nf3-masthead::before {
    position: absolute;
    z-index: -1;
    inset: 0 -5vw auto;
    height: 520px;
    content: "";
    pointer-events: none;
    opacity: 0.34;
    background:
        linear-gradient(rgba(109, 170, 232, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(109, 170, 232, 0.035) 1px, transparent 1px),
        radial-gradient(circle at 22% 12%, rgba(42, 120, 203, 0.2), transparent 42%);
    background-size: 46px 46px, 46px 46px, auto;
    mask-image: linear-gradient(to bottom, #000, transparent 94%);
}

.nf35-lead-kicker,
.nf35-support-topline,
.nf35-heading-line {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.nf35-lead-kicker {
    margin-bottom: 0.6rem;
}

.nf35-lead-kicker span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0.32rem 0.62rem;
    border: 1px solid rgba(116, 185, 255, 0.42);
    border-radius: 999px;
    color: #fff;
    background: rgba(25, 99, 168, 0.34);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nf35-lead-kicker small,
.nf35-support-topline small {
    color: #9fcfff;
    font-size: 0.63rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.nf35-support-topline {
    justify-content: space-between;
    margin-bottom: 0.38rem;
}

.nf35-support-topline > span {
    color: rgba(151, 196, 241, 0.66);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.08em;
}

.nf35-heading-line {
    justify-content: flex-start;
}

.nf35-heading-line .nf3-eyebrow {
    margin: 0;
}

.nf35-heading-line > span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #9cb1c8;
    font-size: 0.64rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nf35-heading-line > span i {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #62d69b;
    box-shadow: 0 0 0 4px rgba(98, 214, 155, 0.11);
}

.nf35-home .nf3-lead-story,
.nf35-home .nf3-support-story,
.nf35-home .nf3-pulse,
.nf35-home .nf3-feature-video,
.nf35-home .nf3-video-list > a {
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.nf35-home .nf3-lead-story {
    border-color: rgba(116, 185, 255, 0.28);
}

.nf35-home .nf3-support-story:first-child {
    border-color: rgba(116, 185, 255, 0.3);
}

.nf35-home .nf3-stream-copy h3 {
    font-weight: 780;
}

@media (max-width: 1080px) {
    .nf35-deskbar {
        grid-template-columns: 1fr auto;
    }

    .nf35-topic-nav {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}

@media (max-width: 620px) {
    .nf35-deskbar {
        margin-top: 0.75rem;
        padding: 0.68rem;
    }

    .nf35-desk-status strong {
        display: none;
    }

    .nf35-desk-count > span {
        display: none;
    }

    .nf35-topic-nav a {
        min-height: 32px;
        padding-right: 0.62rem;
        padding-left: 0.62rem;
    }
}
