.stat-hero-row {
    margin-top: 40px;
}

.stat-hero-col {
    margin-bottom: 24px;
}

.stat-hero-value {
    font-size: 46px;
    font-weight: bold;
    color: #254d61;
    line-height: 1;
}

.stat-hero-label {
    color: #888;
    font-size: 14px;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stat-hr {
    margin: 10px 0 40px;
}

.stat-hr--spaced {
    margin: 30px 0 40px;
}

.stat-heading {
    color: #254d61;
    margin-bottom: 24px;
}

.stat-heading--tight {
    color: #254d61;
    margin-bottom: 14px;
}

.stat-records-row {
    display: flex;
    flex-wrap: wrap;
}

.stat-card-col {
    margin-bottom: 20px;
}

.stat-panel {
    height: 100%;
}

.stat-record-value {
    font-size: 32px;
    font-weight: bold;
    color: #254d61;
}

.stat-record-subtitle {
    color: #888;
}

.stat-record-detail {
    margin-top: 10px;
    font-size: 13px;
    color: #555;
}

.stat-record-faint {
    color: #aaa;
}

.stat-record-link {
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
}

.stat-col-mb {
    margin-bottom: 30px;
}

.stat-bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
}

.stat-bar-row--lg {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.stat-bar-label {
    min-width: 32px;
    font-size: 13px;
    color: #555;
}

.stat-bar-rank {
    min-width: 18px;
    font-size: 12px;
    color: #bbb;
    text-align: right;
}

.stat-bar-flex {
    flex: 1;
    min-width: 0;
}

.stat-top-name {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stat-bar-track {
    flex: 1;
    background: #eee;
    border-radius: 2px;
    height: 14px;
}

.stat-bar-track--sm {
    flex: 1;
    background: #eee;
    border-radius: 2px;
    height: 10px;
}

.stat-bar-track--xs {
    background: #eee;
    border-radius: 2px;
    height: 6px;
    margin-top: 3px;
}

.stat-bar-fill {
    background: #254d61;
    height: 14px;
    border-radius: 2px;
}

.stat-bar-fill--sm {
    background: #254d61;
    height: 10px;
    border-radius: 2px;
}

.stat-bar-fill--xs {
    background: #254d61;
    height: 6px;
    border-radius: 2px;
}

.stat-bar-count {
    min-width: 28px;
    text-align: right;
    font-size: 13px;
    color: #555;
}

.stat-sport-label {
    min-width: 130px;
    font-size: 13px;
}

.stat-country-points-label {
    min-width: 130px;
    font-size: 13px;
    cursor: help;
}

.stat-country-points-count {
    min-width: 46px;
    text-align: right;
    font-size: 13px;
    color: #555;
}

.stat-discovery-panel {
    border: 1px solid #e2eaf0;
    border-radius: 6px;
    background: #fbfdff;
    padding: 12px 14px;
}

.stat-discovery-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    padding: 4px 0;
    border-bottom: 1px solid #eef3f7;
}

.stat-discovery-year {
    font-size: 13px;
    color: #35566b;
    font-weight: 700;
    min-width: 44px;
}

.stat-flag-popover {
    display: inline-block;
    cursor: help;
}

.stat-sport-icons {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.stat-no-data {
    color: #777;
    font-size: 13px;
}

.stat-legend {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.stat-legend-dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 2px;
    margin-right: 5px;
    vertical-align: -1px;
}

.stat-legend-dot--green {
    background: #3a9a62;
}

.stat-legend-dot--blue {
    background: #254d61;
}

.stat-year-label {
    min-width: 36px;
    font-size: 13px;
    color: #555;
}

.stat-year-track {
    flex: 1;
    background: #eee;
    border-radius: 2px;
    height: 12px;
    overflow: hidden;
}

.stat-year-bar {
    display: flex;
    height: 12px;
}

.stat-year-fill--green {
    height: 12px;
    background: #3a9a62;
}

.stat-year-fill--blue {
    height: 12px;
    background: #254d61;
}

.stat-year-sub {
    min-width: 62px;
    text-align: right;
    font-size: 13px;
    color: #555;
}

.stat-year-sub-count {
    font-size: 11px;
    color: #777;
}

.stat-heatmap-scroll {
    overflow-x: auto;
    margin-bottom: 12px;
}

.stat-heatmap-table {
    min-width: 680px;
    margin-bottom: 0;
}

.stat-heatmap-th {
    width: 70px;
}

.stat-heatmap-th-hour {
    text-align: center;
    font-size: 12px;
    color: #666;
}

.stat-heatmap-td-label {
    font-weight: 600;
    color: #555;
}

.stat-heatmap-td {
    text-align: center;
    font-size: 12px;
    padding: 0;
}

.stat-heatmap-link {
    display: block;
    padding: 6px 4px;
    color: inherit;
    text-decoration: none;
}

.stat-heatmap-empty {
    display: block;
    padding: 6px 4px;
}

.stat-heatmap-note {
    font-size: 12px;
    color: #777;
}
