.olimpici-page {
    min-height: 100vh;
    background: #f4f7fb;
    padding: 36px 0;
    color: #0f172a;
}

.olimpici-container {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto;
}

.olimpici-hero {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    padding: 42px;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #0f2f57, #176b87);
    box-shadow: 0 18px 45px rgba(15, 47, 87, 0.22);
}

.olimpici-hero:after {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.11);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

.hero-label {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.olimpici-hero h1 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.olimpici-hero p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.7;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 22px;
}

.stat-card,
.filters-panel,
.featured-card,
.results-table-wrapper,
.mobile-result-card,
.empty-state {
    background: #ffffff;
    border: 1px solid #e8eef6;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.stat-card {
    border-radius: 20px;
    padding: 22px;
}

.stat-card span {
    display: block;
    margin-bottom: 9px;
    color: #64748b;
    font-size: 13px;
}

.stat-card strong {
    color: #0f172a;
    font-size: 30px;
    line-height: 1;
}

.filters-panel {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 26px;
}

.filters-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 14px;
}

.filter-group label {
    display: block;
    margin-bottom: 7px;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
}

.filter-group input,
.filter-group select {
    width: 100%;
    height: 46px;
    border: 1px solid #dbe4ef;
    border-radius: 13px;
    padding: 0 14px;
    outline: none;
    color: #0f172a;
    background: #ffffff;
    font-size: 14px;
}

.filter-group input:focus,
.filter-group select:focus {
    border-color: #176b87;
    box-shadow: 0 0 0 4px rgba(23, 107, 135, 0.12);
}

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin: 30px 0 15px;
}

.section-heading span {
    display: block;
    margin-bottom: 5px;
    color: #176b87;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.45px;
}

.section-heading h2 {
    margin: 0;
    color: #0f172a;
    font-size: 23px;
    font-weight: 700;
}

.section-heading p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.featured-card {
    border-radius: 20px;
    padding: 19px;
}

.featured-card-header,
.mobile-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 13px;
}

.featured-card h3,
.mobile-result-card h3 {
    margin: 0 0 13px;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.42;
}

.featured-card p,
.mobile-result-card p {
    margin: 8px 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
}

.category-pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: #eef6f9;
    color: #176b87;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.result-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.badge-gold {
    background: #fff4cc;
    color: #8a5b00;
}

.badge-silver {
    background: #eef2f7;
    color: #475569;
}

.badge-bronze {
    background: #ffe8d4;
    color: #9a4b13;
}

.badge-blue {
    background: #e7f5ff;
    color: #075985;
}

.badge-green {
    background: #e8f8ef;
    color: #166534;
}

.badge-neutral {
    background: #f1f5f9;
    color: #475569;
}

.results-table-wrapper {
    overflow-x: auto;
    border-radius: 20px;
}

.results-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 980px;
}

.results-table thead {
    background: #f8fafc;
}

.results-table th {
    padding: 16px 14px;
    color: #475569;
    border-bottom: 1px solid #e2e8f0;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.35px;
}

.results-table td {
    padding: 16px 14px;
    border-bottom: 1px solid #eef2f7;
    color: #334155;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: top;
}

.results-table tbody tr:hover {
    background: #f8fafc;
}

.event-title {
    display: block;
    color: #0f172a;
    font-weight: 700;
}

.mobile-results-list {
    display: none;
}

.mobile-result-card {
    border-radius: 18px;
    padding: 17px;
    margin-bottom: 13px;
}

.empty-state {
    display: none;
    margin-top: 18px;
    border-radius: 18px;
    padding: 28px;
    text-align: center;
    color: #64748b;
    border-style: dashed;
}

@media (max-width: 1100px) {
    .stats-grid,
    .featured-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .filters-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .olimpici-page {
        padding: 22px 0;
    }

    .olimpici-hero {
        padding: 26px;
        border-radius: 20px;
    }

    .olimpici-hero h1 {
        font-size: 25px;
    }

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

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .results-table-wrapper {
        display: none;
    }

    .mobile-results-list {
        display: block;
    }
}