:root {
    --gaming-bg: #040711;
    --gaming-panel: rgba(8, 13, 28, .78);
    --gaming-panel-solid: #0b1020;
    --gaming-text: #f4ead8;
    --gaming-muted: #a8b0c4;
    --gaming-gold: #f7c35f;
    --gaming-gold-2: #d78a2d;
    --gaming-blue: #38bdf8;
    --gaming-violet: #8b5cf6;
    --gaming-red: #ef4444;
    --gaming-green: #22c55e;
    --gaming-border: rgba(247, 195, 95, .28);
    --gaming-blue-border: rgba(56, 189, 248, .26);
    --gaming-shadow: 0 24px 80px rgba(0, 0, 0, .45);
}

html.dark,
body.landing-body {
    color-scheme: dark;
    background:
        radial-gradient(circle at 18% 6%, rgba(56, 189, 248, .16), transparent 28rem),
        radial-gradient(circle at 82% 14%, rgba(247, 195, 95, .14), transparent 26rem),
        linear-gradient(180deg, #050711 0%, #090b17 46%, #05060b 100%);
    color: var(--gaming-text);
}

body.landing-body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .55), transparent 82%);
}

.landing-shell {
    overflow: hidden;
    background:
        radial-gradient(circle at 50% -12%, rgba(139, 92, 246, .16), transparent 32rem),
        linear-gradient(180deg, rgba(3, 6, 18, .55), rgba(3, 6, 18, .94));
}

.landing-navbar {
    background: linear-gradient(180deg, rgba(3, 6, 18, .82), rgba(3, 6, 18, .2));
    border-bottom: 1px solid rgba(247, 195, 95, .12);
}

.landing-navbar.is-scrolled,
.landing-menu-open .landing-navbar {
    background: rgba(3, 6, 18, .9);
    border-color: var(--gaming-border);
    box-shadow: 0 16px 55px rgba(0, 0, 0, .38);
}

.landing-brand,
.landing-nav-link,
.landing-auth-links a,
.landing-auth-links button {
    color: #f1e7d5;
}

.landing-brand span {
    text-shadow: 0 0 18px rgba(247, 195, 95, .32);
}

.landing-nav-link {
    border: 1px solid transparent;
    border-radius: 999px;
}

.landing-nav-link:hover {
    color: var(--gaming-gold);
    background: rgba(247, 195, 95, .08);
    border-color: rgba(247, 195, 95, .2);
    box-shadow: 0 0 22px rgba(247, 195, 95, .12);
}

.landing-auth-links__primary,
.landing-btn--primary,
.landing-filter button.is-active,
.landing-pagination button:not(:disabled):hover {
    background: linear-gradient(135deg, #ffe7a3 0%, var(--gaming-gold) 36%, var(--gaming-gold-2) 100%);
    color: #160c02 !important;
    border-color: rgba(255, 231, 163, .76);
    box-shadow: 0 0 26px rgba(247, 195, 95, .36), inset 0 1px 0 rgba(255, 255, 255, .38);
}

.landing-hero,
.landing-page-hero {
    min-height: clamp(520px, 70vh, 820px);
    background-image:
        radial-gradient(circle at 50% 42%, rgba(247, 195, 95, .16), transparent 24rem),
        linear-gradient(180deg, rgba(2, 5, 14, .22), rgba(2, 5, 14, .86)),
        var(--hero-bg, var(--page-bg, linear-gradient(135deg, #071426, #170b1f 54%, #08070c)));
    border: 0;
    box-shadow: inset 0 -180px 160px rgba(0, 0, 0, .92);
}

.landing-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .72), transparent 30%, transparent 70%, rgba(0, 0, 0, .72)),
        radial-gradient(ellipse at 50% 100%, rgba(56, 189, 248, .2), transparent 42%);
}

.landing-hero::after {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: -24%;
    height: 44%;
    pointer-events: none;
    background: radial-gradient(ellipse at center, rgba(247, 195, 95, .26), transparent 64%);
    filter: blur(10px);
    animation: gamingGlowPulse 5s ease-in-out infinite alternate;
}

.landing-hero--small {
    min-height: clamp(360px, 48vh, 560px);
}

.landing-hero__content,
.landing-page-hero > div {
    z-index: 2;
    transform: translateY(1.5rem);
}

.landing-logo {
    filter: drop-shadow(0 22px 38px rgba(0, 0, 0, .75)) drop-shadow(0 0 28px rgba(247, 195, 95, .28));
}

.landing-hero h1,
.landing-page-hero h1 {
    letter-spacing: -.055em;
    text-shadow: 0 0 34px rgba(247, 195, 95, .28), 0 20px 60px rgba(0, 0, 0, .9);
}

.landing-lead,
.landing-page-hero p:not(.landing-kicker) {
    color: #d7dceb;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .82);
}

.landing-btn {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--gaming-border);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.landing-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-120%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .38), transparent);
    transition: transform .55s ease;
}

.landing-btn:hover {
    transform: translateY(-2px);
}

.landing-btn:hover::before {
    transform: translateX(120%);
}

.landing-btn--ghost {
    background: linear-gradient(180deg, rgba(15, 23, 42, .76), rgba(3, 7, 18, .84));
    border-color: var(--gaming-blue-border);
    color: #eaf6ff;
    box-shadow: 0 0 22px rgba(56, 189, 248, .14);
}

.landing-btn--ghost:hover {
    border-color: rgba(56, 189, 248, .54);
    box-shadow: 0 0 34px rgba(56, 189, 248, .24);
}

.landing-bg-section {
    padding: clamp(2rem, 4vw, 4rem) 1rem clamp(4rem, 7vw, 7rem);
    background-image:
        linear-gradient(180deg, rgba(3, 6, 18, .88), rgba(3, 6, 18, .74) 38%, rgba(3, 6, 18, .92)),
        radial-gradient(circle at 18% 16%, rgba(56, 189, 248, .2), transparent 22rem),
        radial-gradient(circle at 88% 42%, rgba(247, 195, 95, .14), transparent 24rem),
        var(--section-bg, linear-gradient(135deg, #071426, #12091c));
}

.landing-news-panel,
.landing-event-panel,
.landing-widget,
.landing-panel,
.landing-feature,
.landing-stat,
.landing-download-card,
.landing-news-card,
.landing-article,
.landing-featured-news,
.landing-mini-news {
    background: linear-gradient(180deg, rgba(11, 16, 32, .86), rgba(4, 7, 17, .92));
    border: 1px solid var(--gaming-border);
    box-shadow: var(--gaming-shadow), inset 0 1px 0 rgba(255, 255, 255, .05);
    backdrop-filter: blur(18px);
}

.landing-news-panel,
.landing-event-panel,
.landing-widget {
    position: relative;
    overflow: hidden;
}

.landing-news-panel::before,
.landing-event-panel::before,
.landing-widget::before,
.landing-download-card::before,
.landing-news-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 18% 0%, rgba(247, 195, 95, .16), transparent 18rem), radial-gradient(circle at 100% 12%, rgba(56, 189, 248, .12), transparent 16rem);
    opacity: .8;
}

.landing-panel__head,
.landing-download-card__body,
.landing-news-card__content,
.landing-article__content,
.landing-widget-row,
.landing-featured-news > div,
.landing-mini-news > div {
    position: relative;
    z-index: 1;
}

.landing-kicker {
    color: var(--gaming-gold);
    text-shadow: 0 0 16px rgba(247, 195, 95, .28);
}

.landing-section h2,
.landing-panel h2,
.landing-panel__head h2,
.landing-download-card h2,
.landing-news-card h2,
.landing-featured-news h3,
.landing-mini-news h3 {
    color: #fff7e8;
}

.landing-panel__head a,
.landing-read-more,
.landing-back-link,
.landing-news-card h2 a {
    color: var(--gaming-gold);
    transition: color .16s ease, text-shadow .16s ease;
}

.landing-panel__head a:hover,
.landing-read-more:hover,
.landing-back-link:hover,
.landing-news-card h2 a:hover {
    color: #ffe7a3;
    text-shadow: 0 0 18px rgba(247, 195, 95, .36);
}

.landing-widget-row {
    border-color: rgba(255, 255, 255, .08);
}

.landing-widget-row span,
.landing-download-card p,
.landing-news-card p,
.landing-featured-news p,
.landing-mini-news p,
.landing-article__content,
.landing-muted {
    color: var(--gaming-muted);
}

.landing-featured-news,
.landing-mini-news,
.landing-download-card,
.landing-news-card {
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.landing-featured-news:hover,
.landing-mini-news:hover,
.landing-download-card:hover,
.landing-news-card:hover {
    transform: translateY(-4px);
    border-color: rgba(247, 195, 95, .5);
    box-shadow: 0 28px 90px rgba(0, 0, 0, .52), 0 0 44px rgba(247, 195, 95, .14);
}

.landing-news-card__image,
.landing-featured-news a:first-child,
.landing-mini-news > img,
.landing-article__image {
    background: linear-gradient(135deg, rgba(56, 189, 248, .12), rgba(247, 195, 95, .1));
}

.landing-news-card__image img,
.landing-featured-news img,
.landing-mini-news img,
.landing-article__image {
    transition: transform .45s ease, filter .45s ease;
}

.landing-news-card:hover .landing-news-card__image img,
.landing-featured-news:hover img,
.landing-mini-news:hover img {
    transform: scale(1.045);
    filter: saturate(1.12) contrast(1.05);
}

.landing-news-meta span,
.landing-news span,
.landing-featured-news span,
.landing-mini-news span,
.landing-file-meta {
    background: linear-gradient(135deg, #ffe7a3, var(--gaming-gold));
    color: #160c02;
    border: 1px solid rgba(255, 231, 163, .5);
    box-shadow: 0 0 18px rgba(247, 195, 95, .18);
}

.landing-download-card__icon {
    background: radial-gradient(circle at 30% 22%, #fff4c7, var(--gaming-gold) 42%, var(--gaming-gold-2));
    box-shadow: 0 0 28px rgba(247, 195, 95, .3);
}

.landing-download-card__actions {
    position: relative;
    z-index: 1;
}

.landing-filter button,
.landing-pagination button {
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

.landing-filter button:hover,
.landing-pagination button:not(:disabled):hover {
    transform: translateY(-2px);
}

.landing-pagination button:disabled {
    opacity: .45;
    cursor: not-allowed;
}

.landing-empty {
    border-color: var(--gaming-blue-border);
    background: rgba(8, 13, 28, .72);
    box-shadow: 0 0 38px rgba(56, 189, 248, .08);
}

.landing-article-wrap {
    position: relative;
    z-index: 1;
}

.landing-article {
    border-color: rgba(247, 195, 95, .34);
}

.landing-article__content h1,
.landing-article__content h2,
.landing-article__content h3,
.landing-article__content strong {
    color: #fff7e8;
}

.landing-article__content a {
    color: var(--gaming-blue);
}

.landing-footer {
    background: linear-gradient(180deg, rgba(3, 6, 18, .9), #02040a);
    border-top: 1px solid var(--gaming-border);
    box-shadow: 0 -20px 70px rgba(0, 0, 0, .35);
}

.landing-footer__links a:hover {
    color: var(--gaming-gold);
}

.landing-discord__button {
    box-shadow: 0 0 36px rgba(139, 92, 246, .38), 0 18px 44px rgba(0, 0, 0, .36);
}

.landing-home-body .landing-navbar {
    background: linear-gradient(180deg, rgba(4, 8, 20, .76), rgba(4, 8, 20, .24)) !important;
    border-bottom: 1px solid rgba(255, 220, 147, .2);
    box-shadow: 0 16px 42px rgba(0, 0, 0, .22), inset 0 -1px 0 rgba(104, 191, 255, .12);
    backdrop-filter: blur(18px);
}

.landing-home-body .landing-navbar.is-scrolled,
.landing-home-body.landing-menu-open .landing-navbar {
    background: linear-gradient(180deg, rgba(5, 9, 22, .94), rgba(8, 12, 28, .9)) !important;
    border-color: rgba(255, 220, 147, .32);
    box-shadow: 0 18px 58px rgba(0, 0, 0, .48), 0 0 36px rgba(84, 175, 255, .09);
}

.landing-home-body .gaming-brand {
    gap: .75rem;
    letter-spacing: .12em;
    text-shadow: 0 0 24px rgba(247, 195, 95, .42);
}

.landing-home-body .gaming-brand img {
    filter: drop-shadow(0 0 18px rgba(247, 195, 95, .32));
}

.landing-home-body .landing-nav-link,
.landing-home-body .landing-auth-links a,
.landing-home-body .landing-auth-links button {
    color: #f8ecd3;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .65);
}

.landing-home-body .landing-nav-link {
    padding: .48rem .78rem;
    border: 1px solid rgba(255, 220, 147, .12);
    background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.landing-home-body .landing-nav-link:hover {
    color: #ffe8a8;
    border-color: rgba(255, 220, 147, .36);
    background: linear-gradient(180deg, rgba(247, 195, 95, .15), rgba(56, 189, 248, .06));
    box-shadow: 0 0 26px rgba(247, 195, 95, .16), inset 0 1px 0 rgba(255, 255, 255, .14);
}

.landing-home-body .gaming-play-now,
.pw-hero .landing-btn--primary {
    border: 1px solid rgba(255, 238, 181, .78);
    background: linear-gradient(135deg, #fff0b8 0%, #f6c75f 36%, #b76523 100%);
    color: #1b0e04 !important;
    box-shadow: 0 0 30px rgba(247, 195, 95, .36), 0 14px 34px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .55);
}

.pw-hero {
    min-height: clamp(720px, 92vh, 980px);
    isolation: isolate;
    padding-top: clamp(7rem, 10vw, 10rem);
    background-image:
        radial-gradient(circle at 50% 20%, rgba(255, 239, 181, .22), transparent 16rem),
        radial-gradient(circle at 76% 34%, rgba(78, 190, 255, .2), transparent 24rem),
        linear-gradient(180deg, rgba(3, 8, 20, .15), rgba(3, 8, 20, .66) 48%, rgba(3, 5, 13, .96) 100%),
        var(--hero-bg, linear-gradient(145deg, #07182c 0%, #162038 40%, #241227 70%, #060812 100%));
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 -220px 180px rgba(2, 4, 10, .96);
}

.pw-hero::before {
    background:
        linear-gradient(90deg, rgba(2, 4, 10, .84), rgba(2, 4, 10, .2) 24%, rgba(2, 4, 10, .18) 72%, rgba(2, 4, 10, .86)),
        linear-gradient(180deg, rgba(7, 15, 34, .28), rgba(3, 6, 15, .9)),
        radial-gradient(ellipse at 50% 72%, rgba(106, 205, 255, .18), transparent 42%);
}

.pw-hero__mountains {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 42%;
    pointer-events: none;
    background:
        linear-gradient(180deg, transparent 0%, rgba(6, 10, 20, .16) 18%, rgba(3, 5, 11, .92) 100%),
        radial-gradient(ellipse at 20% 92%, rgba(47, 74, 91, .72), transparent 24%),
        radial-gradient(ellipse at 55% 92%, rgba(30, 46, 64, .84), transparent 32%),
        radial-gradient(ellipse at 84% 94%, rgba(51, 59, 79, .76), transparent 28%);
    clip-path: polygon(0 52%, 8% 46%, 16% 58%, 26% 31%, 37% 61%, 50% 22%, 63% 57%, 75% 35%, 88% 62%, 100% 46%, 100% 100%, 0 100%);
    opacity: .9;
}

.pw-hero__celestial {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.pw-hero__celestial span:first-child {
    position: absolute;
    top: 14%;
    left: 50%;
    width: min(42vw, 520px);
    aspect-ratio: 1;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 226, 153, .2);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 241, 189, .28), rgba(247, 195, 95, .08) 26%, transparent 62%);
    filter: blur(.2px);
    animation: pwFloat 8s ease-in-out infinite alternate;
}

.pw-hero__celestial span:last-child {
    position: absolute;
    top: 22%;
    left: 50%;
    width: 2px;
    height: 52%;
    background: linear-gradient(180deg, transparent, rgba(255, 240, 190, .78), rgba(84, 194, 255, .2), transparent);
    box-shadow: 0 0 38px rgba(255, 230, 170, .6);
}

.pw-hero__mist span {
    background: radial-gradient(ellipse at center, rgba(226, 244, 255, .2), transparent 64%);
    filter: blur(18px);
    animation: pwMistDrift 9s ease-in-out infinite alternate;
}

.pw-hero .landing-hero__content {
    max-width: 920px;
    transform: translateY(0);
    animation: pwHeroReveal .75s ease-out both;
}

.pw-hero__eyebrow {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    margin: 0 0 1.1rem;
    color: #f5d996;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .24em;
    text-transform: uppercase;
    text-shadow: 0 0 18px rgba(247, 195, 95, .36);
}

.pw-hero__eyebrow span {
    padding: .42rem .75rem;
    border: 1px solid rgba(255, 220, 147, .22);
    border-radius: 999px;
    background: rgba(5, 11, 24, .52);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.pw-hero .gaming-hero__title {
    font-size: clamp(3.5rem, 9vw, 8.5rem);
    letter-spacing: -.06em;
    background: linear-gradient(180deg, #fffaf0 0%, #ffe49b 34%, var(--app-color, #fbbf24) 62%, #bf6f25 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 0 34px rgba(247, 195, 95, .28), 0 24px 70px rgba(0, 0, 0, .92);
}

.pw-hero .landing-logo {
    width: min(78vw, 420px);
    filter: drop-shadow(0 24px 42px rgba(0, 0, 0, .82)) drop-shadow(0 0 34px rgba(247, 195, 95, .36));
}

.pw-hero .landing-timer {
    border-color: rgba(255, 226, 153, .38);
    background: linear-gradient(180deg, rgba(8, 16, 34, .72), rgba(3, 7, 18, .78));
    box-shadow: 0 0 38px rgba(247, 195, 95, .2), inset 0 1px 0 rgba(255, 255, 255, .1);
    backdrop-filter: blur(14px);
}

.pw-hero .landing-btn {
    min-width: 190px;
    padding: 1rem 1.45rem;
    border-radius: 999px;
    letter-spacing: .11em;
}

.pw-hero .landing-btn--ghost {
    border-color: rgba(115, 213, 255, .34);
    background: linear-gradient(180deg, rgba(11, 23, 48, .76), rgba(4, 8, 20, .88));
    color: #edf8ff;
    box-shadow: 0 0 28px rgba(84, 194, 255, .16), inset 0 1px 0 rgba(255, 255, 255, .08);
}

@keyframes pwHeroReveal {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pwFloat {
    from { opacity: .58; transform: translateX(-50%) translateY(0) scale(.98); }
    to { opacity: .9; transform: translateX(-50%) translateY(-12px) scale(1.02); }
}

@keyframes pwMistDrift {
    from { opacity: .34; transform: translateX(-18px); }
    to { opacity: .72; transform: translateX(18px); }
}

@media (max-width: 900px) {
    .landing-home-body .landing-nav-menu {
        border-right: 1px solid rgba(255, 220, 147, .2);
        background: linear-gradient(180deg, rgba(5, 9, 22, .98), rgba(8, 13, 30, .96));
        box-shadow: 18px 0 48px rgba(0, 0, 0, .42);
    }

    .pw-hero {
        min-height: 660px;
        padding-inline: 1rem;
    }
}

@media (max-width: 575.98px) {
    .pw-hero {
        min-height: 620px;
        padding-top: 6rem;
    }

    .pw-hero__eyebrow {
        gap: .35rem;
        font-size: .62rem;
        letter-spacing: .16em;
    }

    .pw-hero .landing-actions {
        width: 100%;
    }

    .pw-hero .landing-btn {
        width: min(100%, 310px);
        min-width: 0;
    }
}

.text-green,
.text-success {
    color: var(--gaming-green) !important;
}

.text-red,
.text-danger {
    color: var(--gaming-red) !important;
}

@keyframes gamingGlowPulse {
    from { opacity: .45; transform: scale(.96); }
    to { opacity: .9; transform: scale(1.04); }
}

@media (max-width: 991.98px) {
    .landing-bg-section {
        background-attachment: scroll;
    }

    .landing-navbar__inner {
        height: 60px;
    }

    .landing-hero,
    .landing-page-hero {
        min-height: 560px;
    }
}

@media (max-width: 575.98px) {
    .landing-hero,
    .landing-page-hero {
        min-height: 500px;
    }

    .landing-hero h1,
    .landing-page-hero h1 {
        font-size: clamp(2.6rem, 15vw, 4.6rem);
    }

    .landing-bg-section {
        padding-inline: .75rem;
    }

    .landing-news-panel,
    .landing-event-panel,
    .landing-widget,
    .landing-download-card,
    .landing-news-card,
    .landing-article {
        border-radius: 18px;
    }

    .landing-filter button,
    .landing-pagination button {
        min-width: auto;
        padding: .6rem .8rem;
        font-size: .75rem;
    }
}

@media (max-width: 991.98px) {
    .landing-hero.pw-hero {
        min-height: 660px;
    }
}

@media (max-width: 575.98px) {
    .landing-hero.pw-hero {
        min-height: 620px;
    }
}

/* Dark Celestial MMORPG Portal: scoped to landing Home only. */
.landing-home-body {
    --portal-obsidian: #03040a;
    --portal-navy: #060d1e;
    --portal-indigo: #111736;
    --portal-violet: #1a102b;
    --portal-gold: #c9a15b;
    --portal-gold-soft: #efd28b;
    --portal-cyan: #7dd8ff;
    --portal-blue: #4f9dd4;
    --portal-text: #f4ead8;
    --portal-muted: #aab8ce;
}

.landing-home-body .landing-main {
    overflow-x: clip;
}

.landing-home-body .landing-shell {
    background:
        radial-gradient(circle at 50% -16%, rgba(78, 113, 196, .12), transparent 34rem),
        linear-gradient(180deg, #02030a 0%, #060914 46%, #03040a 100%);
}

.landing-home-body .landing-navbar {
    top: .9rem;
    left: 50%;
    right: auto;
    width: min(1180px, calc(100% - 2rem));
    transform: translateX(-50%);
    border: 1px solid rgba(239, 210, 139, .16);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(10, 15, 31, .74), rgba(4, 7, 17, .58)) !important;
    box-shadow: 0 20px 64px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .07);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.landing-home-body .landing-navbar::after {
    content: "";
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(239, 210, 139, .64), rgba(142, 76, 255, .28), transparent);
    box-shadow: 0 0 18px rgba(201, 161, 91, .22);
}

.landing-home-body .landing-navbar::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(90deg, transparent, rgba(201, 161, 91, .18), rgba(125, 216, 255, .1), transparent);
    opacity: .72;
}

.landing-home-body .landing-navbar.is-scrolled,
.landing-home-body.landing-menu-open .landing-navbar {
    background:
        linear-gradient(180deg, rgba(8, 12, 27, .92), rgba(4, 7, 17, .86)) !important;
    border-color: rgba(239, 210, 139, .24);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .58), 0 0 38px rgba(79, 157, 212, .08), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.landing-home-body .landing-navbar__inner {
    height: 66px;
    max-width: none;
    padding: 0 .85rem;
}

.landing-home-body .gaming-brand {
    min-height: 48px;
    padding: .28rem .88rem .28rem .38rem;
    border: 1px solid rgba(239, 210, 139, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    letter-spacing: .16em;
}

.landing-home-body .gaming-brand img {
    max-width: 96px;
    max-height: 48px;
    filter: drop-shadow(0 0 18px rgba(239, 210, 139, .26));
}

.landing-home-body .gaming-brand__name {
    color: #f6edda;
    font-size: .9rem;
    text-shadow: 0 0 22px rgba(201, 161, 91, .34);
}

.landing-home-body .landing-nav-link {
    min-height: 40px;
    padding: .42rem .68rem;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: #d9e3f2;
    font-size: .76rem;
    letter-spacing: .12em;
    text-shadow: none;
}

.landing-home-body .landing-nav-link i,
.landing-home-body .landing-auth-links i,
.pw-hero .landing-btn i {
    display: inline-grid;
    width: 1.9rem;
    height: 1.9rem;
    place-items: center;
    border: 1px solid rgba(239, 210, 139, .16);
    border-radius: 50%;
    background: rgba(5, 9, 22, .72);
    color: var(--portal-gold-soft);
    box-shadow: 0 0 18px rgba(125, 216, 255, .08), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.landing-home-body .landing-nav-link:hover {
    color: #fff7e8;
    border-color: rgba(239, 210, 139, .22);
    background: rgba(239, 210, 139, .07);
    box-shadow: 0 0 24px rgba(201, 161, 91, .12);
}

.landing-home-body .landing-auth-links {
    gap: .45rem;
}

.landing-home-body .landing-auth-links a,
.landing-home-body .landing-auth-links button {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    min-height: 42px;
    padding: .42rem .72rem;
    border: 1px solid rgba(125, 216, 255, .18);
    border-radius: 999px;
    background: rgba(6, 11, 27, .54);
    color: #dbeafe;
    font-size: .76rem;
    letter-spacing: .1em;
    text-shadow: none;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.landing-home-body .landing-auth-links a:hover,
.landing-home-body .landing-auth-links button:hover {
    transform: translateY(-1px);
    border-color: rgba(125, 216, 255, .32);
    background: rgba(125, 216, 255, .08);
    box-shadow: 0 0 24px rgba(125, 216, 255, .12);
}

.landing-home-body .gaming-play-now {
    border-color: rgba(239, 210, 139, .42) !important;
    background:
        linear-gradient(180deg, rgba(239, 210, 139, .2), rgba(82, 56, 22, .18)),
        rgba(8, 12, 26, .72) !important;
    color: #fff2cf !important;
    box-shadow: 0 0 28px rgba(201, 161, 91, .18), inset 0 1px 0 rgba(255, 255, 255, .1) !important;
}

.landing-hero.gaming-hero.gaming-hero--home.pw-hero {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 100svh !important;
    margin: 0 !important;
    padding: clamp(6rem, 10vh, 7.5rem) clamp(1rem, 4vw, 2rem) clamp(3rem, 7vh, 5rem) !important;
    overflow: hidden;
    isolation: isolate;
    text-align: center;
    background-image:
        linear-gradient(180deg, rgba(2, 3, 10, .22), rgba(2, 3, 10, .72) 56%, rgba(2, 3, 10, .97) 100%),
        radial-gradient(circle at 50% 38%, rgba(125, 216, 255, .13), transparent 20rem),
        radial-gradient(circle at 50% 50%, rgba(201, 161, 91, .08), transparent 26rem),
        radial-gradient(circle at 18% 22%, rgba(56, 69, 138, .2), transparent 26rem),
        radial-gradient(circle at 82% 20%, rgba(65, 37, 90, .22), transparent 25rem),
        var(--hero-bg, linear-gradient(145deg, #02030a 0%, #071126 42%, #130e25 72%, #03040a 100%)) !important;
    background-position: center;
    background-size: cover;
    border: 0;
    box-shadow: inset 0 -220px 160px rgba(2, 3, 10, .96), inset 0 120px 110px rgba(2, 3, 10, .48);
}

.landing-hero.gaming-hero.gaming-hero--home.pw-hero::before,
.landing-hero.gaming-hero.gaming-hero--home.pw-hero::after {
    content: "" !important;
    display: block !important;
    position: absolute;
    pointer-events: none;
}

.landing-hero.gaming-hero.gaming-hero--home.pw-hero::before {
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse at 50% 48%, transparent 0 26%, rgba(2, 3, 10, .22) 48%, rgba(2, 3, 10, .76) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, .62), transparent 28%, transparent 72%, rgba(0, 0, 0, .62));
}

.landing-hero.gaming-hero.gaming-hero--home.pw-hero::after {
    inset: auto -12% -12%;
    z-index: 1;
    height: 38%;
    background: radial-gradient(ellipse at center, rgba(9, 18, 37, .94), rgba(2, 3, 10, .98) 58%, transparent 72%);
    filter: blur(2px);
    animation: none;
}

.pw-hero__sky,
.pw-hero__mist,
.pw-hero__mountains,
.pw-hero__celestial,
.pw-hero__frame {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.pw-hero__sky {
    z-index: 1;
    overflow: hidden;
}

.pw-hero__sky span {
    position: absolute;
    border-radius: 999px;
    background: rgba(224, 242, 254, .68);
    box-shadow: 0 0 14px rgba(125, 216, 255, .62);
    opacity: .38;
}

.pw-hero__sky span:nth-child(1) { top: 22%; left: 18%; width: 2px; height: 2px; }
.pw-hero__sky span:nth-child(2) { top: 31%; right: 21%; width: 3px; height: 3px; }
.pw-hero__sky span:nth-child(3) { top: 18%; right: 38%; width: 2px; height: 2px; }

.pw-hero__mist {
    z-index: 2;
    opacity: .44;
}

.pw-hero__mist span {
    position: absolute;
    width: 44vw;
    height: 18vh;
    border-radius: 999px;
    background: radial-gradient(ellipse at center, rgba(189, 218, 234, .16), transparent 68%);
    filter: blur(22px);
    animation: portalMist 12s ease-in-out infinite alternate;
}

.pw-hero__mist span:nth-child(1) { left: -9%; top: 34%; }
.pw-hero__mist span:nth-child(2) { right: -10%; top: 48%; animation-delay: -4s; }
.pw-hero__mist span:nth-child(3) { left: 26%; bottom: 17%; animation-delay: -8s; }

.pw-hero__mountains {
    inset: auto 0 0;
    z-index: 3;
    height: 34%;
    background:
        linear-gradient(180deg, transparent, rgba(3, 5, 12, .58) 44%, rgba(2, 3, 8, .98)),
        linear-gradient(135deg, rgba(8, 16, 31, .9), rgba(3, 5, 12, .98));
    clip-path: polygon(0 64%, 9% 48%, 17% 61%, 27% 34%, 38% 64%, 50% 29%, 61% 62%, 72% 41%, 84% 66%, 94% 52%, 100% 60%, 100% 100%, 0 100%);
    opacity: .96;
}

.pw-hero__celestial {
    z-index: 2;
    display: grid;
    place-items: center;
}

.pw-hero__celestial span:first-child {
    position: absolute;
    width: min(64vw, 740px);
    aspect-ratio: 1;
    border: 1px solid rgba(239, 210, 139, .16);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(125, 216, 255, .12), transparent 30%),
        conic-gradient(from 90deg, transparent, rgba(239, 210, 139, .18), transparent 28%, rgba(125, 216, 255, .12), transparent 62%, rgba(239, 210, 139, .12), transparent);
    mask-image: radial-gradient(circle, transparent 0 47%, #000 48% 51%, transparent 52%);
    opacity: .8;
    animation: portalRing 18s linear infinite;
}

.pw-hero__celestial span:nth-child(2) {
    position: absolute;
    width: min(40vw, 430px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(239, 210, 139, .2), rgba(125, 216, 255, .08) 38%, transparent 66%);
    filter: blur(2px);
    opacity: .66;
}

.pw-hero__celestial span:nth-child(3) {
    position: absolute;
    width: 1px;
    height: min(54vh, 520px);
    background: linear-gradient(180deg, transparent, rgba(239, 210, 139, .42), rgba(125, 216, 255, .24), transparent);
    box-shadow: 0 0 28px rgba(125, 216, 255, .32);
    opacity: .64;
}

.pw-hero__frame {
    z-index: 4;
    inset: clamp(6rem, 11vh, 8rem) clamp(1rem, 6vw, 5rem) clamp(2rem, 6vh, 4rem);
    border: 1px solid rgba(239, 210, 139, .1);
    border-radius: clamp(28px, 5vw, 56px);
    box-shadow: inset 0 0 70px rgba(125, 216, 255, .035), 0 0 0 1px rgba(125, 216, 255, .035);
}

.landing-hero.gaming-hero.gaming-hero--home.pw-hero .landing-hero__content.gaming-hero__content {
    position: relative;
    z-index: 5;
    display: flex !important;
    width: min(860px, 100%) !important;
    max-width: 860px !important;
    min-height: auto;
    margin: 0 auto !important;
    padding: clamp(1.2rem, 4vw, 2.4rem) !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(.8rem, 1.8vw, 1.15rem);
    transform: none !important;
    text-align: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    animation: portalReveal .8s ease-out both;
}

.landing-hero.gaming-hero.gaming-hero--home.pw-hero .landing-hero__content.gaming-hero__content::before,
.landing-hero.gaming-hero.gaming-hero--home.pw-hero .landing-hero__content.gaming-hero__content::after {
    content: "";
    width: min(420px, 72vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(239, 210, 139, .56), rgba(125, 216, 255, .24), transparent);
    box-shadow: 0 0 18px rgba(201, 161, 91, .16);
}

.pw-hero__crest {
    display: inline-grid;
    width: 58px;
    height: 58px;
    place-items: center;
    margin-bottom: -.2rem;
    border: 1px solid rgba(239, 210, 139, .34);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 20%, rgba(239, 210, 139, .18), transparent 58%),
        rgba(4, 8, 20, .68);
    color: var(--portal-gold-soft);
    box-shadow: 0 0 34px rgba(201, 161, 91, .2), 0 0 24px rgba(142, 76, 255, .08), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.pw-hero__realm-title {
    margin: -.35rem 0 0;
    color: #d8c58c;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.1rem, 2.6vw, 2rem);
    font-weight: 700;
    letter-spacing: .42em;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 0 0 24px rgba(201, 161, 91, .24);
}

.pw-hero__description {
    max-width: 650px;
    margin: 0 auto;
    color: #c4d0e2;
    font-size: clamp(.96rem, 1.6vw, 1.12rem);
    line-height: 1.75;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .72);
}

.pw-hero__eyebrow {
    gap: .55rem;
    margin: 0;
    color: #d9c791;
    font-size: clamp(.62rem, 1vw, .78rem);
    letter-spacing: .28em;
    text-shadow: 0 0 18px rgba(201, 161, 91, .28);
}

.pw-hero__eyebrow span {
    padding: .36rem .72rem;
    border: 1px solid rgba(239, 210, 139, .16);
    border-radius: 999px;
    background: rgba(3, 7, 18, .42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.landing-hero.gaming-hero.gaming-hero--home.pw-hero .gaming-hero__title {
    margin: 0 !important;
    font-size: clamp(3.4rem, 10vw, 9.4rem) !important;
    font-weight: 950;
    line-height: .84;
    letter-spacing: -.075em;
    background: linear-gradient(180deg, #fffaf0 0%, #e7d5a4 36%, var(--app-color, #c9a15b) 62%, #8b6b37 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    text-shadow: 0 0 26px rgba(201, 161, 91, .24), 0 28px 68px rgba(0, 0, 0, .94) !important;
}

.landing-hero.gaming-hero.gaming-hero--home.pw-hero .landing-logo.gaming-hero__logo {
    width: auto !important;
    max-width: min(74vw, 410px) !important;
    max-height: min(32vh, 260px) !important;
    margin: 0 auto !important;
    object-fit: contain;
    filter: drop-shadow(0 30px 48px rgba(0, 0, 0, .88)) drop-shadow(0 0 28px rgba(201, 161, 91, .24)) !important;
}

.landing-hero.gaming-hero.gaming-hero--home.pw-hero .landing-timer {
    margin: .1rem auto 0 !important;
    padding: .74rem 1.35rem;
    border: 1px solid rgba(125, 216, 255, .18) !important;
    border-radius: 999px;
    background: rgba(4, 8, 20, .62) !important;
    box-shadow: 0 0 24px rgba(125, 216, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .07) !important;
    backdrop-filter: blur(14px);
}

.landing-hero.gaming-hero.gaming-hero--home.pw-hero .landing-timer span {
    color: #d9c791;
}

.landing-hero.gaming-hero.gaming-hero--home.pw-hero .landing-actions.gaming-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    gap: .8rem;
    width: 100%;
    margin-top: .35rem;
}

.pw-hero .landing-btn {
    min-width: 178px;
    min-height: 52px;
    padding: .84rem 1.22rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, filter .18s ease;
}

.pw-hero .landing-btn::before {
    display: none;
}

.pw-hero .landing-btn--primary {
    border: 1px solid rgba(239, 210, 139, .5) !important;
    background:
        linear-gradient(180deg, rgba(239, 210, 139, .2), rgba(81, 56, 24, .18)),
        linear-gradient(135deg, rgba(10, 14, 29, .92), rgba(6, 9, 20, .96)) !important;
    color: #fff0c7 !important;
    box-shadow: 0 0 34px rgba(201, 161, 91, .22), inset 0 1px 0 rgba(255, 255, 255, .1) !important;
}

.pw-hero .landing-btn--ghost {
    border: 1px solid rgba(125, 216, 255, .22) !important;
    background: rgba(5, 10, 24, .6) !important;
    color: #dcecff !important;
    box-shadow: 0 0 24px rgba(125, 216, 255, .08), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

.pw-hero .landing-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.pw-server-highlights {
    position: absolute;
    left: 50%;
    bottom: clamp(1.65rem, 4vh, 3rem);
    z-index: 6;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(900px, calc(100% - 2rem));
    transform: translateX(-50%);
    overflow: hidden;
    border: 1px solid rgba(239, 210, 139, .2);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(8, 12, 27, .62), rgba(3, 6, 15, .76));
    box-shadow: 0 22px 62px rgba(0, 0, 0, .44), inset 0 1px 0 rgba(255, 255, 255, .06);
    backdrop-filter: blur(18px);
}

.pw-server-highlights div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .58rem;
    min-height: 64px;
    padding: .8rem .9rem;
    color: #e7d9b9;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pw-server-highlights div + div {
    border-left: 1px solid rgba(239, 210, 139, .12);
}

.pw-server-highlights i {
    color: var(--portal-gold-soft);
    text-shadow: 0 0 18px rgba(201, 161, 91, .34), 0 0 18px rgba(142, 76, 255, .16);
}

.pw-scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: .7rem;
    z-index: 7;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    transform: translateX(-50%);
    color: #aeb8cf;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
    opacity: .82;
}

.pw-scroll-indicator i {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 30px;
    border: 1px solid rgba(239, 210, 139, .34);
    border-radius: 999px;
    box-shadow: 0 0 16px rgba(142, 76, 255, .16);
}

.pw-scroll-indicator i::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    width: 3px;
    height: 7px;
    border-radius: 999px;
    background: var(--portal-gold-soft);
    transform: translateX(-50%);
    animation: portalScroll 1.55s ease-in-out infinite;
}

.pw-hero .landing-btn--primary:hover {
    border-color: rgba(239, 210, 139, .72) !important;
    box-shadow: 0 0 42px rgba(201, 161, 91, .3), 0 18px 34px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .14) !important;
}

.pw-hero .landing-btn--ghost:hover {
    border-color: rgba(125, 216, 255, .42) !important;
    box-shadow: 0 0 34px rgba(125, 216, 255, .16), inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}

@keyframes portalReveal {
    from { opacity: 0; transform: translateY(18px) scale(.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes portalRing {
    to { transform: rotate(360deg); }
}

@keyframes portalMist {
    from { transform: translateX(-24px); opacity: .28; }
    to { transform: translateX(24px); opacity: .62; }
}

@keyframes portalScroll {
    0% { opacity: 0; transform: translate(-50%, 0); }
    35% { opacity: 1; }
    100% { opacity: 0; transform: translate(-50%, 10px); }
}

.landing-home-body .landing-bg-section {
    background-image:
        linear-gradient(180deg, rgba(2, 3, 10, .98), rgba(7, 10, 25, .88) 38%, rgba(2, 3, 10, .96)),
        radial-gradient(circle at 12% 10%, rgba(142, 76, 255, .14), transparent 22rem),
        radial-gradient(circle at 88% 18%, rgba(201, 161, 91, .1), transparent 24rem),
        var(--section-bg, linear-gradient(145deg, #040713, #0b1023 58%, #07050f));
}

.landing-home-body .landing-news-panel,
.landing-home-body .landing-widget,
.landing-home-body .landing-event-panel,
.landing-home-body .gaming-panel,
.landing-home-body .landing-featured-news,
.landing-home-body .landing-mini-news {
    border-color: rgba(239, 210, 139, .2);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012)),
        linear-gradient(135deg, rgba(8, 12, 30, .9), rgba(4, 7, 17, .96));
    box-shadow: 0 26px 78px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.landing-home-body .landing-panel__head h2,
.landing-home-body .gaming-news-content h3 a,
.landing-home-body .gaming-panel h2 {
    color: #fff5dc;
    font-family: Georgia, 'Times New Roman', serif;
}

.landing-home-body .landing-kicker {
    color: var(--portal-gold-soft);
}

.landing-home-body .landing-footer {
    background:
        linear-gradient(180deg, rgba(3, 5, 12, .92), #010208),
        radial-gradient(circle at 50% 0%, rgba(201, 161, 91, .12), transparent 20rem);
    border-top: 1px solid rgba(239, 210, 139, .24);
}

.landing-home-body .landing-footer__inner {
    border-top: 1px solid rgba(142, 76, 255, .08);
}

@media (max-width: 900px) {
    .landing-home-body .landing-navbar {
        top: .65rem;
        width: min(100% - 1rem, 760px);
        border-radius: 26px;
    }

    .landing-home-body .landing-navbar__inner {
        height: 58px;
    }

    .landing-home-body .landing-nav-menu {
        top: 76px;
        left: .5rem;
        bottom: auto;
        max-height: calc(100svh - 92px);
        border: 1px solid rgba(239, 210, 139, .16);
        border-radius: 24px;
        background: rgba(5, 8, 19, .94);
        box-shadow: 20px 20px 64px rgba(0, 0, 0, .52);
        backdrop-filter: blur(20px);
    }

    .landing-hero.gaming-hero.gaming-hero--home.pw-hero {
        min-height: 100svh !important;
        padding-top: 5.5rem !important;
    }

    .pw-hero__frame {
        inset: 5.4rem .75rem 1.25rem;
        border-radius: 28px;
    }

    .pw-server-highlights {
        position: relative;
        left: auto;
        bottom: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(620px, 100%);
        margin: 1rem auto 0;
        transform: none;
    }

    .landing-hero.gaming-hero.gaming-hero--home.pw-hero .landing-hero__content.gaming-hero__content {
        padding-bottom: .8rem !important;
    }

    .pw-scroll-indicator {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .landing-home-body .gaming-brand__name,
    .landing-home-body .landing-auth-links a:not(.gaming-play-now) span,
    .landing-home-body .landing-auth-links button span {
        display: none;
    }

    .landing-home-body .gaming-brand {
        max-width: 42vw;
    }

    .landing-home-body .gaming-brand img {
        max-width: 76px;
    }

    .landing-hero.gaming-hero.gaming-hero--home.pw-hero {
        padding-inline: .85rem !important;
    }

    .landing-hero.gaming-hero.gaming-hero--home.pw-hero .landing-hero__content.gaming-hero__content {
        gap: .7rem;
        padding-inline: .35rem !important;
    }

    .pw-hero__eyebrow {
        letter-spacing: .16em;
    }

    .pw-hero__eyebrow span {
        padding: .3rem .54rem;
    }

    .landing-hero.gaming-hero.gaming-hero--home.pw-hero .landing-logo.gaming-hero__logo {
        max-width: min(82vw, 300px) !important;
        max-height: 190px !important;
    }

    .pw-hero .landing-btn {
        width: min(100%, 320px);
        min-width: 0;
    }

    .pw-hero__realm-title {
        letter-spacing: .26em;
    }

    .pw-server-highlights {
        grid-template-columns: 1fr;
    }

    .pw-server-highlights div + div {
        border-top: 1px solid rgba(239, 210, 139, .12);
        border-left: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pw-hero__celestial span:first-child,
    .pw-hero__mist span,
    .pw-scroll-indicator i::before,
    .landing-hero.gaming-hero.gaming-hero--home.pw-hero .landing-hero__content.gaming-hero__content {
        animation: none !important;
    }
}
