.gh-level-card {
    min-height: 100%;
}

.gh-level-subtitle {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.92rem;
    line-height: 1.4;
}

.gh-level-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    color: #171717;
    background: linear-gradient(135deg, #b89c01 0%, #ffdf00 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
    flex-shrink: 0;
}

.gh-level-stats-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.gh-level-stats {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}


.gh-level-stats strong {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
}

.gh-level-stats small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.92rem;
}

.gh-level-progress {
    height: 12px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

.gh-level-progress__bar {
    width: var(--level-progress);
    border-radius: 999px;
    background: linear-gradient(90deg, #b89c01 0%, #ffdf00 100%);
}



.gh-level-link {
    color: #b89c01;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s ease;
}

.gh-level-link:hover {
    color: #ffdf00;
}



.gh-missions-card {
    min-height: 100%;
}

.gh-missions-date {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.06);
}

.gh-mission-list {
    display: grid;
    gap: 12px;
}

.gh-mission-item {
    padding: 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.gh-mission-item.is-complete {
    border-color: rgba(184, 156, 1, 0.28);
    background: rgba(184, 156, 1, 0.06);
}

.gh-mission-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.gh-mission-title-wrap {
    display: flex;
    align-items: start;
    gap: 10px;
}

.gh-mission-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    color: #b89c01;
    background: rgba(184, 156, 1, 0.1);
    flex: 0 0 34px;
}

.gh-mission-title {
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.gh-mission-copy {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9rem;
    line-height: 1.35;
}

.gh-mission-reward {
    font-size: 0.85rem;
    font-weight: 700;
    color: #b89c01;
    white-space: nowrap;
}

.gh-mission-progress-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.62);
}

.gh-mission-done {
    color: #b89c01;
    font-weight: 700;
}

.gh-mission-progress {
    height: 8px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

.gh-mission-progress__bar {
    width: var(--mission-progress);
    border-radius: 999px;
    background: linear-gradient(90deg, #b89c01 0%, #ffdf00 100%);
}

.gh-missions-complete-state {
    display: grid;
    gap: 14px;
    padding: 16px;
    border-radius: 16px;
    background: rgba(184, 156, 1, 0.08);
    border: 1px solid rgba(184, 156, 1, 0.22);
}

.gh-missions-complete-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #ffdf00;
    background: rgba(184, 156, 1, 0.14);
    font-size: 1.2rem;
}

.gh-missions-complete-copy {
    display: grid;
    gap: 4px;
}

.gh-missions-complete-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
}

.gh-missions-complete-text {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.92rem;
    line-height: 1.4;
}

.gh-missions-leaderboard-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    color: #171717;
    background: linear-gradient(135deg, #b89c01 0%, #ffdf00 100%);
    transition: 0.2s ease;
}

.gh-missions-leaderboard-link:hover {
    color: #171717;
    opacity: 0.92;
}


.gh-leaderboard-page {
    width: 100%;
}



.gh-leaderboard-kicker {
    color: #b89c01;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gh-leaderboard-tabs {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.gh-leaderboard-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s ease;
}

.gh-leaderboard-tab:hover {
    color: #fff;
}

.gh-leaderboard-tab.is-active {
    color: #161616;
    background: linear-gradient(135deg, #b89c01 0%, #ffdf00 100%);
}

.gh-leaderboard-subtle {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.88rem;
}

.gh-leaderboard-me-card {
    height: 100%;
}

.gh-leaderboard-me-block {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 12px;
}

.gh-leaderboard-me-stat {
    padding: 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.gh-leaderboard-me-stat small {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.56);
}

.gh-leaderboard-me-stat strong {
    color: #fff;
    font-size: 1.1rem;
}

.gh-leaderboard-list {
    display: grid;
    gap: 10px;
}

.gh-leaderboard-row {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.gh-leaderboard-row.is-me {
    border-color: rgba(184, 156, 1, 0.28);
    background: rgba(184, 156, 1, 0.06);
}

.gh-leaderboard-rank {
    font-weight: 800;
    font-size: 1.05rem;
    color: #b89c01;
    text-align: center;
}

.gh-leaderboard-player {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.gh-leaderboard-avatar {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 10px;
    flex: 0 0 44px;
}

.gh-leaderboard-player-copy {
    min-width: 0;
}

.gh-leaderboard-player-copy small {
    color: rgba(255, 255, 255, 0.56);
}

.gh-leaderboard-name {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 2px;
}

.gh-leaderboard-name:hover {
    color: #b89c01;
}

.gh-leaderboard-score {
    text-align: right;
}

.gh-leaderboard-score strong {
    display: block;
    color: #fff;
    font-size: 1.05rem;
}

.gh-leaderboard-score small {
    color: rgba(255, 255, 255, 0.56);
}

.gh-achievements-card {
    min-height: 100%;
}

.gh-achievements-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #171717;
    font-weight: 700;
    font-size: 0.84rem;
    background: linear-gradient(135deg, #b89c01 0%, #ffdf00 100%);
}

.gh-achievement-mini-grid {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}

.gh-achievement-mini {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 12px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
}

.gh-achievement-mini.is-earned {
    border-color: rgba(184, 156, 1, 0.22);
    background: rgba(184, 156, 1, 0.06);
}

.gh-achievement-mini-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    color: #b89c01;
    background: rgba(184, 156, 1, 0.12);
    font-size: 1rem;
}

.gh-achievement-mini-copy {
    min-width: 0;
}

.gh-achievement-mini-title {
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 3px;
}

.gh-achievement-mini-text {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9rem;
    line-height: 1.35;
    margin-bottom: 5px;
}

.gh-achievement-mini-meta {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.82rem;
}

.gh-achievements-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    width: 100%;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    color: #171717;
    background: linear-gradient(135deg, #b89c01 0%, #ffdf00 100%);
    transition: 0.2s ease;
}

.gh-achievements-link:hover {
    color: #171717;
    opacity: 0.92;
}

.gh-achievements-page {
    max-width: 1160px;
}

.gh-achievements-header-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    min-width: 320px;
}

.gh-achievements-header-stat {
    padding: 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.gh-achievements-header-stat small {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.56);
}

.gh-achievements-header-stat strong {
    color: #fff;
    font-size: 1.05rem;
}

.gh-achievement-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.gh-achievement-card {
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
}

.gh-achievement-card.is-earned {
    border-color: rgba(184, 156, 1, 0.24);
    background: rgba(184, 156, 1, 0.06);
}

.gh-achievement-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.gh-achievement-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #b89c01;
    background: rgba(184, 156, 1, 0.12);
    font-size: 1.05rem;
}

.gh-achievement-rarity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.72);
}

.gh-achievement-rarity--legendary,
.gh-achievement-rarity--epic,
.gh-achievement-rarity--rare {
    color: #ffdf00;
}

.gh-achievement-card-title {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 4px;
}

.gh-achievement-card-copy {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.92rem;
    line-height: 1.4;
    min-height: 44px;
    margin-bottom: 12px;
}

.gh-achievement-card-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #b89c01;
    font-weight: 700;
    font-size: 0.9rem;
}

.gh-achievement-card-progress-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.56);
}

.gh-achievement-card-progress {
    height: 8px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

.gh-achievement-card-progress__bar {
    width: var(--achievement-progress);
    border-radius: 999px;
    background: linear-gradient(90deg, #b89c01 0%, #ffdf00 100%);
}



.gh-season-card {
    height: 100%;
}

.gh-season-name {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
}

.gh-season-dates {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.92rem;
    line-height: 1.45;
}

.gh-season-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.gh-season-meta {
    padding: 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.gh-season-meta small {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.56);
}

.gh-season-meta strong {
    color: #fff;
    font-size: 1.05rem;
}

.gh-season-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    color: #171717;
    font-weight: 700;
    font-size: 0.82rem;
    background: linear-gradient(135deg, #b89c01 0%, #ffdf00 100%);
}

@media (max-width: 767.98px) {
    .gh-season-meta-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 991.98px) {
    .gh-achievements-header-stats {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .gh-achievements-header-stats {
        grid-template-columns: 1fr;
    }

    .gh-achievement-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 767.98px) {
    .gh-leaderboard-row {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .gh-leaderboard-score {
        grid-column: 2;
        text-align: left;
        padding-left: 56px;
    }

    .gh-leaderboard-me-block {
        grid-template-columns: 1fr;
    }
}