.status-online { color: #8ce7a0; }
.status-offline { color: #ff9696; }

.landing-page-body .site-header {
    background: rgba(11, 10, 18, 0.74);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: none;
}

.landing-page-body .footer {
    position: relative;
    z-index: 2;
    margin-top: 0;
    padding-top: 0;
    background: linear-gradient(180deg, rgba(12, 10, 18, 0.24) 0%, rgba(12, 10, 18, 0.88) 40%, rgba(12, 10, 18, 0.96) 100%);
}

.landing-page-body .footer-inner {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.home-page {
    position: relative;
}

.landing-topbar {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(8, 8, 13, 0.78);
    backdrop-filter: blur(10px);
}

.landing-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 42px;
    font-size: 13px;
    color: rgba(255, 247, 231, 0.82);
}

.landing-topbar a,
.landing-topbar span {
    color: rgba(255, 247, 231, 0.82);
    text-decoration: none;
}

.landing-topbar-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.landing-topbar a:hover {
    color: #fff;
}

.landing-hero {
    position: relative;
    min-height: calc(100vh - 42px);
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 24%, rgba(166, 42, 42, 0.3), transparent 20%),
        linear-gradient(180deg, rgba(36, 10, 10, 0.18) 0%, rgba(10, 6, 8, 0.8) 72%, rgba(9, 7, 8, 0.96) 100%);
}

.landing-backdrop,
.landing-embers,
.landing-overlay {
    position: absolute;
    inset: 0;
}

.landing-embers {
    pointer-events: none;
    overflow: hidden;
    z-index: 2;
}

.ember {
    position: absolute;
    bottom: -8%;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    opacity: 0;
    filter: blur(0.1px);
    animation: ember-rise linear infinite;
}

.ember::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle, rgba(255, 234, 182, 1) 0%, rgba(255, 190, 85, 0.92) 38%, rgba(210, 61, 61, 0.42) 72%, rgba(177, 45, 63, 0.08) 100%);
    box-shadow: 0 0 14px rgba(255, 191, 89, 0.52), 0 0 28px rgba(177, 45, 63, 0.28);
}

.ember-1 { left: 8%; width: 5px; height: 5px; animation-duration: 13s; animation-delay: -1s; }
.ember-2 { left: 16%; width: 7px; height: 7px; animation-duration: 15s; animation-delay: -7s; }
.ember-3 { left: 25%; width: 4px; height: 4px; animation-duration: 10s; animation-delay: -3s; }
.ember-4 { left: 34%; width: 8px; height: 8px; animation-duration: 14s; animation-delay: -10s; }
.ember-5 { left: 43%; width: 5px; height: 5px; animation-duration: 12s; animation-delay: -5s; }
.ember-6 { left: 52%; width: 7px; height: 7px; animation-duration: 16s; animation-delay: -9s; }
.ember-7 { left: 61%; width: 4px; height: 4px; animation-duration: 11s; animation-delay: -4s; }
.ember-8 { left: 70%; width: 7px; height: 7px; animation-duration: 17s; animation-delay: -13s; }
.ember-9 { left: 78%; width: 5px; height: 5px; animation-duration: 12.5s; animation-delay: -6s; }
.ember-10 { left: 85%; width: 8px; height: 8px; animation-duration: 14.5s; animation-delay: -11s; }
.ember-11 { left: 91%; width: 4px; height: 4px; animation-duration: 10.5s; animation-delay: -2s; }
.ember-12 { left: 96%; width: 6px; height: 6px; animation-duration: 18s; animation-delay: -15s; }

.landing-backdrop {
    background:
        radial-gradient(circle at 50% 18%, rgba(176, 42, 42, 0.34), transparent 14%),
        radial-gradient(circle at 20% 18%, rgba(103, 18, 24, 0.46), transparent 18%),
        radial-gradient(circle at 82% 16%, rgba(128, 28, 34, 0.4), transparent 18%),
        linear-gradient(180deg, rgba(58, 18, 24, 0.12) 0%, rgba(28, 12, 16, 0.42) 30%, rgba(13, 10, 14, 0.86) 100%),
        radial-gradient(circle at center 78%, rgba(232, 171, 107, 0.18), transparent 16%);
    transform: scale(1.02);
}

.landing-backdrop::before,
.landing-backdrop::after {
    content: "";
    position: absolute;
    inset: auto;
}

.landing-backdrop::before {
    left: 50%;
    bottom: 0;
    width: min(980px, 92vw);
    height: min(58vh, 640px);
    transform: translateX(-50%);
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(24, 11, 14, 0.12) 15%, rgba(15, 8, 10, 0.92) 100%),
        radial-gradient(circle at 50% 22%, rgba(177, 45, 63, 0.45), transparent 20%),
        linear-gradient(90deg, transparent 0%, rgba(54, 30, 34, 0.82) 18%, rgba(25, 15, 17, 0.96) 32%, rgba(20, 14, 15, 0.96) 68%, rgba(54, 30, 34, 0.82) 82%, transparent 100%);
    clip-path: polygon(6% 100%, 15% 58%, 23% 58%, 25% 48%, 32% 48%, 33% 56%, 40% 56%, 43% 44%, 57% 44%, 60% 56%, 67% 56%, 68% 48%, 75% 48%, 77% 58%, 85% 58%, 94% 100%);
    opacity: 0.9;
    filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.55));
}

.landing-backdrop::after {
    left: 50%;
    bottom: -2vh;
    width: min(860px, 82vw);
    height: min(54vh, 520px);
    transform: translateX(-50%);
    background:
        linear-gradient(180deg, rgba(255, 213, 163, 0.15) 0%, rgba(255, 173, 88, 0.12) 10%, rgba(48, 34, 27, 0.14) 14%, transparent 16%),
        linear-gradient(180deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.02) 6%, transparent 7%),
        linear-gradient(90deg,
            rgba(118, 91, 126, 0.08) 0%,
            rgba(193, 162, 139, 0.62) 8%,
            rgba(114, 87, 89, 0.72) 16%,
            rgba(176, 143, 124, 0.66) 24%,
            rgba(104, 79, 80, 0.76) 32%,
            rgba(179, 149, 128, 0.66) 40%,
            rgba(100, 78, 80, 0.76) 48%,
            rgba(183, 152, 131, 0.68) 56%,
            rgba(102, 79, 80, 0.76) 64%,
            rgba(179, 149, 128, 0.66) 72%,
            rgba(110, 85, 86, 0.72) 80%,
            rgba(190, 158, 135, 0.62) 88%,
            rgba(118, 91, 126, 0.08) 100%);
    clip-path: polygon(50% 0%, 55% 7%, 58% 12%, 59% 18%, 61% 24%, 64% 31%, 66% 37%, 68% 44%, 71% 50%, 73% 57%, 76% 65%, 79% 72%, 83% 80%, 88% 90%, 92% 100%, 8% 100%, 12% 90%, 17% 80%, 21% 72%, 24% 65%, 27% 57%, 29% 50%, 32% 44%, 34% 37%, 36% 31%, 39% 24%, 41% 18%, 42% 12%, 45% 7%);
    opacity: 0.92;
    filter: blur(0.4px);
}

.landing-overlay {
    background:
        linear-gradient(180deg, rgba(8, 6, 8, 0.42) 0%, rgba(8, 6, 8, 0.18) 28%, rgba(11, 8, 10, 0.7) 64%, rgba(10, 8, 10, 0.94) 100%),
        radial-gradient(circle at center 14%, rgba(255, 228, 179, 0.15), transparent 18%);
    pointer-events: none;
}

.landing-shell {
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 42px);
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 24px;
    padding: 26px 0 30px;
}

.landing-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(23, 19, 33, 0.92) 0%, rgba(13, 11, 21, 0.92) 100%);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.26);
}

.landing-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #f7e6b2;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.landing-logo img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.landing-nav-links,
.landing-nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.landing-nav-links a {
    color: rgba(255, 243, 220, 0.84);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 13px;
}

.landing-nav-links a:hover {
    color: #fff;
}

.landing-nav-btn {
    min-height: 44px;
    padding: 0 20px;
}

.landing-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 42px 0;
}

.landing-logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    height: 148px;
    margin-bottom: 18px;
    border-radius: 32px;
    background: radial-gradient(circle at 50% 42%, rgba(177, 45, 63, 0.24), rgba(16, 10, 12, 0.84));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
}

.landing-logo-mark img {
    width: 114px;
    height: 114px;
    object-fit: cover;
    filter: drop-shadow(0 12px 26px rgba(177, 45, 63, 0.24));
}

.landing-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: #dbc48f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.landing-center h1 {
    max-width: 900px;
    margin: 0;
    font-size: clamp(56px, 9vw, 108px);
    line-height: 0.92;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #f0d489;
    text-shadow: 0 4px 0 rgba(64, 41, 13, 0.5), 0 16px 50px rgba(0, 0, 0, 0.6);
}

.landing-center p {
    max-width: 700px;
    margin: 22px 0 0;
    font-size: clamp(17px, 2.2vw, 21px);
    line-height: 1.6;
    color: rgba(255, 246, 232, 0.9);
    text-shadow: 0 8px 26px rgba(0, 0, 0, 0.32);
}

.landing-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.landing-cta {
    min-width: 206px;
    min-height: 58px;
    border-radius: 15px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 16px;
}

.landing-cta.primary {
    background: linear-gradient(180deg, #c19953 0%, #8f6a31 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 14px 30px rgba(81, 55, 17, 0.34);
    color: #fff8eb;
}

.landing-cta.primary:hover {
    background: linear-gradient(180deg, #d0aa5e 0%, #9b7536 100%);
}

.landing-cta-alt {
    background: linear-gradient(180deg, rgba(132, 34, 48, 0.96) 0%, rgba(86, 22, 31, 0.96) 100%);
    border-color: rgba(213, 109, 123, 0.26);
}

.landing-cta-alt:hover {
    background: linear-gradient(180deg, rgba(150, 41, 56, 0.98) 0%, rgba(99, 27, 36, 0.98) 100%);
}

.landing-subcopy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 22px;
    color: rgba(255, 241, 216, 0.76);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.landing-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 18px;
    align-items: end;
}

.landing-stats,
.landing-leaderboard {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(17, 14, 24, 0.88) 0%, rgba(11, 10, 18, 0.92) 100%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(8px);
}

.landing-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
}

.landing-stat {
    padding: 22px 24px;
    position: relative;
}

.landing-stat + .landing-stat {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-stat span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 241, 216, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 11px;
    font-weight: 800;
}

.landing-stat strong {
    font-size: clamp(34px, 4.8vw, 52px);
    color: #fff8ea;
    line-height: 1;
}

.landing-stat small {
    display: block;
    margin-top: 10px;
    color: rgba(255, 241, 216, 0.62);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.landing-stat-status strong {
    font-size: clamp(26px, 3.5vw, 38px);
}

.landing-leaderboard {
    padding: 18px;
}

.landing-leaderboard-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.landing-leaderboard-head span,
.landing-leaderboard-head a {
    color: rgba(255, 241, 216, 0.78);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.landing-leaderboard-head a:hover {
    color: #fff;
}

.landing-player,
.landing-empty {
    display: grid;
    grid-template-columns: 54px 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 14px;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.03);
}

.landing-player + .landing-player,
.landing-empty {
    margin-top: 8px;
}

.landing-player:hover {
    background: rgba(255, 255, 255, 0.07);
}

.landing-rank {
    color: #e2be75;
    font-weight: 800;
}

.landing-player-name {
    color: #fff7e8;
    font-weight: 700;
}

.landing-player-level {
    color: rgba(255, 241, 216, 0.72);
    font-weight: 700;
}

.landing-empty {
    color: rgba(255, 241, 216, 0.72);
}

@keyframes ember-rise {
    0% {
        transform: translate3d(0, 0, 0) scale(0.7);
        opacity: 0;
    }
    12% {
        opacity: 0.72;
    }
    65% {
        opacity: 0.34;
    }
    100% {
        transform: translate3d(34px, -92vh, 0) scale(1.22);
        opacity: 0;
    }
}

@media (max-width: 1160px) {
    .landing-shell {
        gap: 20px;
    }

    .landing-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .landing-bottom {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .landing-topbar-inner,
    .landing-nav,
    .landing-nav-links,
    .landing-nav-actions,
    .landing-actions,
    .landing-subcopy {
        justify-content: center;
    }

    .landing-topbar-inner {
        flex-direction: column;
        padding: 10px 0;
    }

    .landing-logo span {
        display: none;
    }

    .landing-stats {
        grid-template-columns: 1fr;
    }

    .landing-stat + .landing-stat {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
}

@media (max-width: 640px) {
    .landing-hero {
        min-height: auto;
    }

    .landing-shell {
        padding: 18px 0 22px;
    }

    .landing-nav {
        padding: 16px;
        border-radius: 18px;
    }

    .landing-nav-links {
        gap: 14px;
    }

    .landing-nav-links a {
        font-size: 12px;
    }

    .landing-center {
        padding: 28px 0 18px;
    }

    .landing-logo-mark {
        width: 112px;
        height: 112px;
        margin-bottom: 14px;
        border-radius: 24px;
    }

    .landing-logo-mark img {
        width: 84px;
        height: 84px;
    }

    .landing-center h1 {
        font-size: clamp(42px, 14vw, 68px);
    }

    .landing-center p {
        font-size: 16px;
        margin-top: 18px;
    }

    .landing-cta {
        width: 100%;
        min-width: 0;
    }

    .landing-player,
    .landing-empty {
        grid-template-columns: 48px 1fr;
    }

    .landing-player-level {
        grid-column: 2;
    }
}
