.single-post .content-area,
.single-post .site-main,
.single-post .content-wrap {
    background: transparent;
}

.single-post .content-container.site-container {
    display: block;
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.single-post #primary {
    width: 100%;
    margin: 0;
}

.single-post .sidebar-container,
.single-post #secondary,
.single-post .secondary-sidebar {
    display: none;
}

.single-post .single-entry,
.single-post .entry-content-wrap,
.single-post .content-bg {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.na-esports-fund-single {
    --na-fund-bg: #050506;
    --na-fund-panel: #101014;
    --na-fund-panel-2: #17171d;
    --na-fund-gold: #f5b817;
    --na-fund-gold-soft: rgba(245, 184, 23, 0.14);
    --na-fund-gold-line: rgba(245, 184, 23, 0.34);
    --na-fund-purple: #7b34c9;
    --na-fund-purple-soft: rgba(123, 52, 201, 0.2);
    --na-fund-white: #f5f1e8;
    --na-fund-muted: rgba(245, 241, 232, 0.72);
    --na-fund-faint: rgba(245, 241, 232, 0.48);
    --na-fund-border: rgba(245, 184, 23, 0.18);
    --na-fund-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
    margin: 0;
    overflow-x: hidden;
    color: var(--na-fund-white);
    font-family: Barlow, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(180deg, #070708 0%, #050506 44%, #030304 100%);
    background-size: 42px 42px, 42px 42px, auto;
}

.na-esports-fund-single *,
.na-esports-fund-single *::before,
.na-esports-fund-single *::after {
    box-sizing: border-box;
    letter-spacing: 0;
}

.na-esports-fund-hero {
    position: relative;
    overflow: hidden;
    padding: 7rem 0 5.25rem;
    border-bottom: 1px solid var(--na-fund-border);
    background:
        linear-gradient(135deg, rgba(245, 184, 23, 0.1) 0%, transparent 34%),
        linear-gradient(225deg, rgba(123, 52, 201, 0.14) 0%, transparent 42%),
        #050506;
    isolation: isolate;
}

.na-esports-fund-hero::before {
    position: absolute;
    top: 0;
    right: 8%;
    z-index: -1;
    width: 16rem;
    height: 100%;
    content: "";
    border-right: 1px solid var(--na-fund-gold-line);
    border-left: 1px solid rgba(123, 52, 201, 0.28);
    transform: skewX(-14deg);
    opacity: 0.5;
}

.na-esports-fund-shell,
.na-esports-fund-body {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.na-esports-fund-eyebrow {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 1.7rem;
}

.na-esports-fund-eyebrow span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0.48rem 0.72rem;
    border: 1px solid var(--na-fund-gold-line);
    border-radius: 999px;
    color: var(--na-fund-gold);
    background: rgba(245, 184, 23, 0.05);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.na-esports-fund-title,
.na-esports-fund-statement,
.na-esports-fund-total strong,
.na-esports-fund-total em {
    margin: 0;
    font-family: "Bebas Neue", Impact, "Arial Narrow", Arial, sans-serif;
    font-weight: 900;
    line-height: 0.95;
    text-transform: uppercase;
}

.na-esports-fund-title {
    max-width: 980px;
    font-size: 6rem;
    color: var(--na-fund-white);
}

.na-esports-fund-title span {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.na-esports-fund-gold {
    color: var(--na-fund-gold);
}

.na-esports-fund-purple {
    color: #b985f2;
}

.na-esports-fund-lede {
    max-width: 760px;
    margin: 1.7rem 0 0;
    color: var(--na-fund-muted);
    font-size: 1.18rem;
    line-height: 1.75;
}

.na-esports-fund-hero-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.64fr) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: stretch;
    margin-top: 3rem;
}

.na-esports-fund-total,
.na-esports-fund-intro,
.na-esports-fund-channel,
.na-esports-fund-focus {
    border: 1px solid var(--na-fund-border);
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(23, 23, 29, 0.92), rgba(10, 10, 12, 0.96));
    box-shadow: var(--na-fund-shadow);
}

.na-esports-fund-total {
    display: grid;
    align-content: center;
    min-height: 260px;
    padding: 1.4rem;
}

.na-esports-fund-total span {
    display: block;
    margin-bottom: 0.8rem;
    color: var(--na-fund-faint);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
}

.na-esports-fund-amount {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.55rem;
    align-items: baseline;
    white-space: nowrap;
}

.na-esports-fund-total strong {
    display: block;
    color: var(--na-fund-gold);
    font-size: 5.2rem;
    overflow-wrap: normal;
}

.na-esports-fund-total em {
    display: block;
    color: var(--na-fund-white);
    font-size: 2.15rem;
    font-style: normal;
    vertical-align: baseline;
}

.na-esports-fund-intro {
    display: grid;
    align-content: center;
    padding: 1.8rem;
}

.na-esports-fund-intro p,
.na-esports-fund-section p,
.na-esports-fund-footer a {
    font-size: 1.03rem;
    line-height: 1.82;
}

.na-esports-fund-intro p,
.na-esports-fund-section p {
    margin: 0 0 1.2rem;
    color: var(--na-fund-muted);
}

.na-esports-fund-intro p:last-child,
.na-esports-fund-section p:last-child {
    margin-bottom: 0;
}

.na-esports-fund-section {
    padding-top: 5rem;
}

.na-esports-fund-chapter {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 2.3rem;
}

.na-esports-fund-chapter::before,
.na-esports-fund-chapter::after {
    flex: 1;
    height: 1px;
    content: "";
    background: var(--na-fund-border);
}

.na-esports-fund-chapter span {
    color: var(--na-fund-gold);
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
}

.na-esports-fund-feature {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
    align-items: center;
}

.na-esports-fund-image,
.na-esports-fund-wide-image,
.na-esports-fund-reveal {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--na-fund-border);
    border-radius: 6px;
    background: var(--na-fund-panel);
    box-shadow: var(--na-fund-shadow);
}

.na-esports-fund-image img,
.na-esports-fund-wide-image img,
.na-esports-fund-reveal img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
}

.na-esports-fund-image img,
.na-esports-fund-wide-image img,
.na-esports-fund-reveal img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.na-esports-fund-image figcaption,
.na-esports-fund-wide-image figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3rem 1rem 0.95rem;
    color: rgba(245, 241, 232, 0.72);
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.88));
    font-size: 0.76rem;
    line-height: 1.45;
}

.na-esports-fund-statement {
    margin-bottom: 1.45rem;
    color: var(--na-fund-white);
    font-size: 3.8rem;
}

.na-esports-fund-statement--compact {
    font-size: 3.25rem;
}

.na-esports-fund-copy > p {
    max-width: 620px;
}

.na-esports-fund-channel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 2rem;
}

.na-esports-fund-channel {
    min-width: 0;
    padding: 1.1rem;
}

.na-esports-fund-channel strong {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--na-fund-gold);
    font-family: Impact, "Arial Narrow", Arial, sans-serif;
    font-size: 2rem;
    line-height: 1;
}

.na-esports-fund-channel span {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--na-fund-white);
    font-size: 0.74rem;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
}

.na-esports-fund-channel p {
    font-size: 0.84rem;
    line-height: 1.6;
}

.na-esports-fund-wide-image {
    max-width: 920px;
    margin: 2.4rem auto 2rem;
}

.na-esports-fund-focus-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.na-esports-fund-focus {
    padding: 1.35rem;
}

.na-esports-fund-focus h3 {
    margin: 0 0 0.65rem;
    color: var(--na-fund-gold);
    font-size: 0.95rem;
    line-height: 1.35;
    text-transform: uppercase;
    font-family: Barlow, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
}

.na-esports-fund-focus p {
    font-size: 0.9rem;
    line-height: 1.68;
}

.na-esports-fund-split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
    padding: 2.25rem 0;
    border-top: 1px solid var(--na-fund-border);
    border-bottom: 1px solid var(--na-fund-border);
}

.na-esports-fund-split-copy {
    max-width: 620px;
}

.na-esports-fund-section--closing {
    padding-bottom: 3rem;
}

.na-esports-fund-reveal {
    max-width: 920px;
    margin: 0 auto 2.4rem;
}

.na-esports-fund-closing-copy {
    max-width: 920px;
    margin: 0 auto;
}

.na-esports-fund-lines {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 2rem;
}

.na-esports-fund-lines span {
    display: grid;
    min-height: 76px;
    align-items: center;
    padding: 1rem;
    border: 1px solid var(--na-fund-gold-line);
    border-radius: 6px;
    color: var(--na-fund-gold);
    background: rgba(245, 184, 23, 0.05);
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1.35;
    text-transform: uppercase;
}

.na-esports-fund-footer {
    display: flex;
    padding: 0 0 4rem;
}

.na-esports-fund-footer a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.2rem;
    border: 1px solid var(--na-fund-gold-line);
    border-radius: 999px;
    color: var(--na-fund-gold);
    background: rgba(245, 184, 23, 0.04);
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.na-esports-fund-footer a:hover,
.na-esports-fund-footer a:focus {
    border-color: var(--na-fund-gold);
    color: #050506;
    background: var(--na-fund-gold);
}

@media (max-width: 1024px) {
    .na-esports-fund-title {
        font-size: 4.75rem;
    }

    .na-esports-fund-hero-grid,
    .na-esports-fund-feature,
    .na-esports-fund-split {
        grid-template-columns: 1fr;
    }

    .na-esports-fund-total {
        min-height: auto;
    }

    .na-esports-fund-total strong {
        font-size: 4.6rem;
    }

    .na-esports-fund-statement {
        font-size: 3.25rem;
    }

    .na-esports-fund-statement--compact {
        font-size: 2.9rem;
    }

    .na-esports-fund-channel-grid,
    .na-esports-fund-focus-grid {
        grid-template-columns: 1fr;
    }

    .na-esports-fund-lines {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .na-esports-fund-hero {
        padding: 6rem 0 3.5rem;
    }

    .na-esports-fund-hero::before {
        right: -7rem;
        opacity: 0.35;
    }

    .na-esports-fund-shell,
    .na-esports-fund-body {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .na-esports-fund-eyebrow {
        gap: 0.5rem;
    }

    .na-esports-fund-eyebrow span {
        min-height: 30px;
        font-size: 0.66rem;
    }

    .na-esports-fund-title {
        font-size: 2.85rem;
        line-height: 1;
    }

    .na-esports-fund-lede {
        font-size: 1rem;
    }

    .na-esports-fund-hero-grid {
        margin-top: 2rem;
    }

    .na-esports-fund-total,
    .na-esports-fund-intro {
        padding: 1.15rem;
    }

    .na-esports-fund-total strong {
        font-size: 3rem;
    }

    .na-esports-fund-total em {
        font-size: 1.6rem;
    }

    .na-esports-fund-section {
        padding-top: 3.6rem;
    }

    .na-esports-fund-chapter {
        margin-bottom: 1.6rem;
    }

    .na-esports-fund-chapter span {
        white-space: normal;
    }

    .na-esports-fund-statement,
    .na-esports-fund-statement--compact {
        font-size: 2.1rem;
    }

    .na-esports-fund-intro p,
    .na-esports-fund-section p,
    .na-esports-fund-footer a {
        font-size: 0.98rem;
    }

    .na-esports-fund-feature {
        gap: 1.5rem;
    }

    .na-esports-fund-image figcaption,
    .na-esports-fund-wide-image figcaption {
        position: static;
        padding: 0.85rem;
        background: rgba(0, 0, 0, 0.64);
    }

    .na-esports-fund-wide-image {
        margin-top: 1.7rem;
    }

    .na-esports-fund-split {
        gap: 0.75rem;
        padding: 1.7rem 0;
    }

    .na-esports-fund-lines {
        grid-template-columns: 1fr;
    }

    .na-esports-fund-lines span {
        min-height: 54px;
    }

    .na-esports-fund-footer a {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .na-esports-fund-title {
        font-size: 2.45rem;
    }

    .na-esports-fund-total strong {
        font-size: 2.55rem;
    }

    .na-esports-fund-statement,
    .na-esports-fund-statement--compact {
        font-size: 1.85rem;
    }
}
