.elementor-1390 .elementor-element.elementor-element-58353b9{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b3085ce */.ngi-leaderboard-page {
    max-width: 1120px;
    margin: 48px auto;
    font-family: 'Inter', sans-serif;
}

.ngi-leaderboard-hero {
    text-align: center;
    margin-bottom: 36px;
}

.ngi-leaderboard-label {
    display: inline-flex;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(31,122,62,0.14);
    color: #1f7a3e;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 16px;
}

.ngi-leaderboard-hero h1 {
    font-size: 58px;
    font-weight: 900;
    letter-spacing: -2px;
    margin: 0 0 12px;
}

.ngi-leaderboard-hero p {
    font-size: 17px;
    font-weight: 600;
    color: rgba(0,0,0,0.6);
}

.ngi-podium {
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
}

.ngi-first {
    max-width: 400px;
    width: 100%;
}

.ngi-podium-card {
    text-align: center;
    text-decoration: none;
    background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
    border-radius: 24px;
    padding: 28px;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    color: #111;
    transition: all 0.2s ease;
}

.ngi-podium-card:hover,
.ngi-rank-row:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 60px rgba(0,0,0,0.10);
}

.ngi-first {
    border: 1px solid rgba(212,160,23,0.45);
    background: linear-gradient(180deg, #fffdf4 0%, #f8f7ef 100%);
}

.ngi-rank-badge {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 18px;
}

.ngi-podium-card h2 {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.7px;
    margin: 0 0 18px;
}

.ngi-podium-score {
    font-size: 64px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -3px;
    color: #178a43;
}

.ngi-podium-card span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: rgba(0,0,0,0.55);
    margin-top: 4px;
}

.ngi-podium-link {
    margin-top: 22px;
    font-size: 14px;
    font-weight: 900;
    color: #178a43;
}

.ngi-full-list h2 {
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.ngi-rank-row {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    gap: 18px;
    align-items: center;
    text-decoration: none;
    color: #111;
    background: #fff;
    border-radius: 20px;
    padding: 22px;
    margin-bottom: 16px;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}

.ngi-rank-number {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #111;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
}

.ngi-rank-row h3 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 900;
}

.ngi-rank-row p {
    margin: 0;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    font-weight: 600;
}

.ngi-rank-row strong {
    font-size: 36px;
    font-weight: 900;
    color: #178a43;
}

@media (max-width: 900px) {
    .ngi-podium {
        grid-template-columns: 1fr;
    }

    .ngi-leaderboard-hero h1 {
        font-size: 40px;
    }

    .ngi-rank-row {
        grid-template-columns: 40px 1fr;
    }

    .ngi-rank-row strong {
        grid-column: 2;
        font-size: 32px;
    }
}/* End custom CSS */