.public-flights {
    --public-flights-surface: #ffffff;
    --public-flights-surface-alt: #f8fafc;
    --public-flights-head-bg: #e2e8f0;
    --public-flights-row-zebra: #f5f8fc;
    --public-flights-surface-strong: #0f172a;
    --public-flights-border: #e2e8f0;
    --public-flights-border-soft: #edf2f7;
    --public-flights-text: #0f172a;
    --public-flights-text-muted: #475569;
    --public-flights-text-soft: #94a3b8;
    --public-flights-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
    max-width: var(--bxc-page-max-width, 1920px);
    margin: 0 auto;
    padding: 0.85rem var(--bxc-page-gutter, 0.82rem) 1.6rem;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    background: transparent;
    border: none;
    box-shadow: none;
    color: var(--public-flights-text);
}

.public-flights section {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    max-width: none;
    color: inherit;
}

.public-flights__header {
    margin-bottom: 0.75rem;
}

.public-flights__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75rem;
    color: #2563eb;
    margin: 0 0 0.5rem 0;
}

.public-flights__header h1 {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.25rem);
}

.public-flights__lead {
    color: var(--public-flights-text-muted);
    max-width: 720px;
}

.pilot-contests {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.pilot-contests__title {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--public-flights-text-muted);
    margin: 0;
}

.pilot-contests__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.public-flights__pilot-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.public-flights__pilot-link {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
    flex-direction: column;
    gap: 0.1rem;
}

.public-flights__pilot-link:hover .public-flights__pilot-name {
    color: #1d4ed8;
}

.public-flights__pilot-handle {
    font-size: 0.8rem;
    color: var(--public-flights-text-soft);
}

.public-flights__summary {
    margin-top: 0.7rem;
    display: flex;
    gap: 0.58rem;
    flex-wrap: wrap;
}

.public-flights__summary div {
    background: var(--public-flights-surface-alt);
    border: 1px solid var(--public-flights-border);
    border-radius: 8px;
    padding: 0.62rem 0.78rem;
    flex: 1 1 220px;
    min-width: min(220px, 100%);
    box-shadow: var(--public-flights-shadow);
}

.public-flights__summary-label {
    display: block;
    text-transform: uppercase;
    font-size: 0.7rem;
    color: var(--public-flights-text-muted);
    letter-spacing: 0.1em;
}

.public-flights__summary-note {
    display: block;
    font-size: 0.85rem;
    color: var(--public-flights-text-soft);
}

.public-flights__alert {
    border-radius: 8px;
    padding: 0.68rem 0.82rem;
    margin-bottom: 0.9rem;
}

.public-flights__alert--error {
    background: #fee2e2;
    color: #991b1b;
}

.public-flights__empty {
    border: 1px dashed #cbd5f5;
    border-radius: 8px;
    padding: 0.95rem;
    text-align: center;
    color: var(--public-flights-text-muted);
}

.public-flights__day {
    margin-top: 1rem;
}

.public-flights__day--flat {
    margin-top: 0.85rem;
}

.public-flights__day-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.public-flights__day-header h2 {
    margin: 0;
    font-size: 1.4rem;
}

.public-flights__day-header--flat {
    background: var(--public-flights-surface-alt);
    border-radius: 8px;
    border: 1px solid var(--public-flights-border);
    padding: 0.68rem 0.82rem;
    display: block;
}

.public-flights__day-header--flat h2 {
    margin-bottom: 0.25rem;
}

.public-flights__day-header--flat p {
    margin: 0;
    color: var(--public-flights-text-muted);
}

.public-flights__view-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 0.75rem 0 1rem;
}

.public-flights__page-size {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.public-flights__page-size label {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    color: var(--public-flights-text-muted);
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
}

.public-flights__page-size select {
    min-height: 34px;
    border: 1px solid var(--public-flights-border);
    border-radius: var(--bxc-radius, 8px);
    background: var(--public-flights-surface);
    color: var(--public-flights-text);
    padding: 0.28rem 1.8rem 0.28rem 0.55rem;
    font: inherit;
}

.public-flights-dashboard {
    display: grid;
    gap: 0.65rem;
    margin-top: 0.68rem;
}

.public-flights-dashboard[hidden],
.public-flights__table[hidden] {
    display: none !important;
}

.public-flights-dashboard .flight-dashboard-card {
    width: 100%;
}

.public-flights-dashboard .flight-dashboard-card__quick-actions {
    display: inline-flex;
}

.public-flights-dashboard .flight-dashboard-card--public.flight-dashboard-card--fai {
    border-width: 2px;
    border-color: rgba(37, 99, 235, 0.62);
}

.public-flights__table {
    margin-top: 0.68rem;
    border: 1px solid var(--public-flights-border);
    border-radius: 8px;
    overflow-x: auto;
    background: var(--public-flights-surface);
}

.public-flights__row {
    display: grid;
    grid-template-columns: 34px minmax(72px, 0.58fr) minmax(136px, 1.2fr) minmax(128px, 1.1fr) minmax(54px, 0.45fr) minmax(128px, 1.05fr) minmax(58px, 0.55fr) minmax(80px, 0.72fr) minmax(78px, 0.68fr) minmax(104px, 0.9fr);
    gap: 0.22rem 0.36rem;
    padding: 0.46rem 0.52rem;
    border-bottom: 1px solid var(--public-flights-border-soft);
    align-items: center;
    font-size: 0.82rem;
}

.public-flights__table--no-actions .public-flights__row {
    grid-template-columns: 34px minmax(136px, 1.3fr) minmax(128px, 1.1fr) minmax(54px, 0.45fr) minmax(128px, 1.05fr) minmax(58px, 0.55fr) minmax(80px, 0.72fr) minmax(78px, 0.68fr) minmax(104px, 0.9fr);
}

.public-flights__row:last-child {
    border-bottom: none;
}

.public-flights__row--duplicate {
    color: #64748b;
    background: #f8fafc;
}

.public-flights__row--duplicate .public-flights__cell,
.public-flights__row--duplicate .public-flights__time,
.public-flights__row--duplicate .public-flights__cell--distance strong,
.public-flights__row--duplicate .public-flights__cell--points strong,
.public-flights__row--duplicate .public-flights__cell--speed strong {
    color: #64748b;
}

.public-flights__row--head {
    background: var(--public-flights-head-bg);
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.public-flights__sort-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--public-flights-text);
    text-decoration: none;
}

.public-flights__sort-link span {
    font-size: 0.75rem;
    color: var(--public-flights-text-soft);
}

.public-flights__sort-link.is-active {
    color: #1d4ed8;
}

.public-flights__cell {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.public-flights__table--pilot .public-flights__row {
    grid-template-columns: 34px minmax(72px, 0.58fr) minmax(86px, 0.75fr) minmax(136px, 1.25fr) minmax(54px, 0.45fr) minmax(128px, 1.05fr) minmax(58px, 0.55fr) minmax(80px, 0.72fr) minmax(78px, 0.68fr) minmax(104px, 0.9fr);
}

.public-flights__table--pilot.public-flights__table--no-actions .public-flights__row {
    grid-template-columns: 34px minmax(86px, 0.75fr) minmax(136px, 1.25fr) minmax(54px, 0.45fr) minmax(128px, 1.05fr) minmax(58px, 0.55fr) minmax(80px, 0.72fr) minmax(78px, 0.68fr) minmax(104px, 0.9fr);
}

.public-flights__table--pilot .public-flights__cell--time .public-flights__time {
    color: var(--public-flights-text);
}

.public-flights__cell--date strong {
    font-weight: 600;
    color: var(--public-flights-text);
}

.public-flights__cell--rank {
    font-weight: 600;
    font-size: 1rem;
    color: var(--public-flights-text);
}

.public-flights__cell--time small {
    color: var(--public-flights-text-soft);
    font-size: 0.75rem;
}

.public-flights__time {
    font-weight: 600;
    font-size: 1rem;
    color: var(--public-flights-text);
}

.public-flights__cell--pilot {
    flex-direction: row;
    align-items: center;
    gap: 0.55rem;
}

.public-flights__flag {
    width: 18px;
    height: 12px;
    object-fit: cover;
    border: 1px solid #d1d5db;
    border-radius: 2px;
}

.public-flights__flag--pilot {
    flex: 0 0 auto;
}

.public-flights__pilot-meta-row {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    flex-wrap: wrap;
}

.public-flights__pilot-meta-row--social {
    gap: 0.25rem;
    margin-top: 0.05rem;
}

.public-flights__pilot-code {
    font-size: 0.8rem;
    color: var(--public-flights-text-muted);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.public-flights__pilot-name {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    color: var(--public-flights-text);
}

.public-flights__pilot-name > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.public-flights__pilot-avatar {
    display: inline-grid;
    place-items: center;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #16a34a);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
}

.public-flights__pilot-avatar img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.public-flights__cell--launch {
    align-items: flex-start;
    gap: 0.3rem;
}

.public-flights__cell--launch strong {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.public-flights__start-site-link {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: inherit;
    text-decoration: none;
}

.public-flights__start-site-link:hover strong,
.public-flights__start-site-link:focus-visible strong {
    color: #1d4ed8;
}

.public-flights__launch-country {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
    color: var(--public-flights-text-soft);
    font-size: 0.78rem;
}

.public-flights__launch-country span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public-flights__launch-country .public-flights__flag {
    width: 18px;
    height: 12px;
}

.public-flights__cell--route {
    flex-direction: row;
    align-items: center;
    gap: 0.4rem;
}

.public-flights__route-icon {
    width: 40px;
    height: 40px;
}

.public-flights__cell--route-hike_fly .public-flights__route-icon {
    filter: drop-shadow(0 6px 10px rgba(234, 88, 12, 0.22));
}

.public-flights__cell--route-hike_fly .public-flights__route-text {
    color: #9a3412;
    font-weight: 700;
}

.public-flights__route-text {
    display: none;
    font-size: 0.82rem;
    color: var(--public-flights-text-muted);
}

.public-flights__cell--distance strong,
.public-flights__cell--points strong {
    font-size: 1rem;
    color: var(--public-flights-text);
}

.public-flights__cell--speed {
    font-size: 0.78rem;
    color: var(--public-flights-text-muted);
}

.public-flights__cell--speed strong {
    font-size: 0.95rem;
    color: var(--public-flights-text);
}

.public-flights__cell--glider {
    font-size: 0.85rem;
    color: var(--public-flights-text-muted);
}

.public-flights__glider-display {
    justify-content: flex-start;
    width: 100%;
}

.public-flights__glider-display .glider-display__logo {
    width: 64px;
    height: 22px;
}

.public-flights__glider-display .glider-display__text {
    display: none;
}

.public-flights__cell--glider span {
    display: block;
}

.public-flights__cell--glider .public-flights__glider-display {
    display: inline-flex;
}

.public-flights__cell--actions {
    flex-direction: row;
    gap: 0.4rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.public-flights__engagement {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    width: 100%;
}

.public-flights__engagement-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.18rem 0.45rem;
    border-radius: 999px;
    background: #eef2ff;
    color: #1e3a8a;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1;
}

.public-flights__engagement-badge--liked {
    background: #fee2e2;
    color: #b91c1c;
}

.public-flights__engagement-badge--reaction {
    background: var(--reaction-bg, #eef2ff);
    border: 1px solid var(--reaction-border, transparent);
    color: var(--reaction-color, #1e3a8a);
}

.public-flights__engagement-badge--reacted {
    box-shadow: inset 0 0 0 1px currentColor;
}

.public-flights__engagement-badge--reaction-burner {
    --reaction-bg: #fff7ed;
    --reaction-border: #fed7aa;
    --reaction-color: #c2410c;
    --reaction-dark-bg: rgba(154, 52, 18, 0.34);
    --reaction-dark-border: rgba(251, 146, 60, 0.28);
    --reaction-dark-color: #fed7aa;
}

.public-flights__engagement-badge--reaction-respect {
    --reaction-bg: #ecfdf5;
    --reaction-border: #bbf7d0;
    --reaction-color: #047857;
    --reaction-dark-bg: rgba(6, 95, 70, 0.34);
    --reaction-dark-border: rgba(52, 211, 153, 0.28);
    --reaction-dark-color: #a7f3d0;
}

.public-flights__engagement-badge--reaction-nice-flight {
    --reaction-bg: #eff6ff;
    --reaction-border: #bfdbfe;
    --reaction-color: #1d4ed8;
    --reaction-dark-bg: rgba(30, 64, 175, 0.34);
    --reaction-dark-border: rgba(96, 165, 250, 0.28);
    --reaction-dark-color: #bfdbfe;
}

.public-flights__engagement-badge--reaction-inspiring {
    --reaction-bg: #eef2ff;
    --reaction-border: #c7d2fe;
    --reaction-color: #4338ca;
    --reaction-dark-bg: rgba(67, 56, 202, 0.34);
    --reaction-dark-border: rgba(129, 140, 248, 0.28);
    --reaction-dark-color: #c7d2fe;
}

.public-flights__engagement-badge--reaction-saved-route {
    --reaction-bg: #f0fdfa;
    --reaction-border: #99f6e4;
    --reaction-color: #0f766e;
    --reaction-dark-bg: rgba(15, 118, 110, 0.34);
    --reaction-dark-border: rgba(45, 212, 191, 0.28);
    --reaction-dark-color: #99f6e4;
}

.public-flights__engagement-badge--reaction-strong-flight {
    --reaction-bg: #fefce8;
    --reaction-border: #fde68a;
    --reaction-color: #a16207;
    --reaction-dark-bg: rgba(133, 77, 14, 0.34);
    --reaction-dark-border: rgba(250, 204, 21, 0.28);
    --reaction-dark-color: #fde68a;
}

.public-flights__engagement-badge--reaction-dream-conditions {
    --reaction-bg: #ecfeff;
    --reaction-border: #a5f3fc;
    --reaction-color: #0e7490;
    --reaction-dark-bg: rgba(14, 116, 144, 0.34);
    --reaction-dark-border: rgba(103, 232, 249, 0.28);
    --reaction-dark-color: #a5f3fc;
}

.public-flights__engagement-badge--reaction-kudos {
    --reaction-bg: #faf5ff;
    --reaction-border: #e9d5ff;
    --reaction-color: #7e22ce;
    --reaction-dark-bg: rgba(107, 33, 168, 0.34);
    --reaction-dark-border: rgba(216, 180, 254, 0.28);
    --reaction-dark-color: #e9d5ff;
}

.public-flights__action {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.42rem;
    min-height: 34px;
    padding: 0.32rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 76, 129, 0.25);
    background: rgba(15, 76, 129, 0.07);
    color: #0f4c81;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.85rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.public-flights__action-text {
    display: none;
}

.public-flights__action i {
    margin-right: 0;
}

.public-flights__action:hover,
.public-flights__action:focus-visible {
    background: rgba(15, 76, 129, 0.15);
    color: #0a3760;
}

.public-flights__action--ghost {
    background: rgba(15, 76, 129, 0.07);
    color: #0f4c81;
}

.public-flights__action--copied {
    background: #22c55e;
    border-color: #22c55e;
    color: #fff;
}

.public-flights__pagination {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    color: var(--public-flights-text);
}

.public-flights__pagination a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.public-flights__pagination-disabled {
    color: #94a3b8;
}

@media (max-width: 1180px) {
    .public-flights {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    .public-flights__header h1 {
        font-size: clamp(1.9rem, 5vw, 2.25rem);
    }

    .public-flights__table {
        overflow: visible;
        background: transparent;
        border: none;
    }

    .public-flights__row--head {
        display: none;
    }

    .public-flights__row,
    .public-flights__table--pilot .public-flights__row {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
        grid-template-areas:
            "rank pilot actions"
            "time time time"
            "launch launch launch"
            "route distance points"
            "speed speed glider";
        gap: 0.7rem 0.8rem;
        padding: 0.66rem 0.7rem;
        border: 1px solid var(--public-flights-border);
        border-radius: var(--bxc-radius, 8px);
        background: var(--public-flights-surface);
        box-shadow: var(--public-flights-shadow);
        margin-bottom: 0.62rem;
        align-items: start;
    }

    .public-flights__table--no-actions .public-flights__row {
        grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
        grid-template-areas:
            "rank pilot"
            "time time"
            "launch launch"
            "route distance"
            "points glider"
            "speed speed";
    }

    .public-flights__table--pilot.public-flights__table--no-actions .public-flights__row {
        grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
        grid-template-areas:
            "rank date"
            "time time"
            "launch launch"
            "route distance"
            "points glider"
            "speed speed";
    }

    .public-flights__row--pilot-profile {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "rank actions"
            "date date"
            "time time"
            "launch launch"
            "route distance"
            "points points"
            "speed speed"
            "glider glider";
    }

    .public-flights__cell {
        min-width: 0;
        gap: 0.28rem;
    }

    .public-flights__cell::before {
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #64748b;
        content: '';
    }

    .public-flights__cell--rank::before {
        content: '#';
    }

    .public-flights__cell--date::before {
        content: 'Datum';
    }

    .public-flights__cell--time::before {
        content: 'Start';
    }

    .public-flights__cell--pilot::before {
        content: 'Pilot:in';
    }

    .public-flights__cell--launch::before {
        content: 'Startplatz';
    }

    .public-flights__cell--route::before {
        content: 'Route';
    }

    .public-flights__cell--distance::before {
        content: 'Distanz';
    }

    .public-flights__cell--points::before {
        content: 'Punkte';
    }

    .public-flights__cell--speed::before {
        content: 'Leistung';
    }

    .public-flights__cell--glider::before {
        content: 'Schirm';
    }

    .public-flights__cell--actions::before {
        content: 'Aktionen';
    }

    .public-flights__cell--rank { grid-area: rank; }
    .public-flights__cell--date { grid-area: date; }
    .public-flights__cell--time { grid-area: time; }
    .public-flights__cell--pilot { grid-area: pilot; }
    .public-flights__cell--launch { grid-area: launch; }
    .public-flights__cell--route { grid-area: route; }
    .public-flights__cell--distance { grid-area: distance; }
    .public-flights__cell--points { grid-area: points; }
    .public-flights__cell--speed { grid-area: speed; }
    .public-flights__cell--glider { grid-area: glider; }
    .public-flights__cell--actions { grid-area: actions; }

    .public-flights__pilot-link,
    .public-flights__pilot-name,
    .public-flights__cell--launch strong,
    .public-flights__cell--distance strong,
    .public-flights__cell--points strong,
    .public-flights__cell--speed strong {
        overflow-wrap: anywhere;
    }

    .public-flights__cell--route {
        flex-direction: row;
        align-items: center;
    }

    .public-flights__route-text,
    .public-flights__action-text {
        display: inline-flex;
    }

    .public-flights__cell--actions {
        justify-content: flex-start;
        align-items: stretch;
    }

    .public-flights__action {
        flex: 0 1 auto;
        min-width: 0;
    }
}

body.dark-mode .public-flights {
    --public-flights-surface: rgba(15, 23, 42, 0.94);
    --public-flights-surface-alt: rgba(17, 24, 39, 0.92);
    --public-flights-head-bg: rgba(30, 41, 59, 0.98);
    --public-flights-row-zebra: rgba(30, 41, 59, 0.62);
    --public-flights-surface-strong: rgba(8, 47, 73, 0.92);
    --public-flights-border: rgba(71, 85, 105, 0.72);
    --public-flights-border-soft: rgba(51, 65, 85, 0.9);
    --public-flights-text: #f8fafc;
    --public-flights-text-muted: #cbd5e1;
    --public-flights-text-soft: #94a3b8;
    --public-flights-shadow: 0 14px 30px rgba(2, 6, 23, 0.28);
}

body.dark-mode .public-flights__flag {
    border-color: rgba(71, 85, 105, 0.88);
}

body.dark-mode .public-flights__action--ghost {
    background: transparent;
    color: #93c5fd;
    border-color: rgba(96, 165, 250, 0.48);
}

body.dark-mode .public-flights__alert--error {
    background: rgba(127, 29, 29, 0.44);
    color: #fecaca;
}

@media (max-width: 640px) {
    .public-flights {
        padding-left: 0.65rem;
        padding-right: 0.65rem;
    }

    .public-flights__summary {
        flex-direction: column;
    }

    .public-flights__view-toolbar {
        align-items: stretch;
    }

    .public-flights__page-size {
        width: 100%;
        justify-content: flex-start;
    }

    .public-flights__row,
    .public-flights__table--pilot .public-flights__row {
        grid-template-columns: 1fr;
        grid-template-areas:
            "rank"
            "actions"
            "pilot"
            "time"
            "launch"
            "route"
            "points"
            "speed"
            "glider";
        gap: 0.42rem;
        padding: 0.72rem;
    }

    .public-flights__row--pilot-profile {
        grid-template-areas:
            "rank"
            "date"
            "actions"
            "time"
            "launch"
            "route"
            "points"
            "speed"
            "glider";
    }

    .public-flights__cell {
        display: grid;
        grid-template-columns: minmax(5.4rem, max-content) minmax(0, 1fr);
        gap: 0.1rem 0.7rem;
        align-items: start;
    }

    .public-flights__cell::before {
        grid-column: 1;
        grid-row: 1 / span 4;
        padding-top: 0.05rem;
    }

    .public-flights__cell > * {
        grid-column: 2;
    }

    .public-flights__cell--actions {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        gap: 0.35rem;
    }

    .public-flights__cell--actions::before {
        align-self: flex-end;
    }

    .public-flights__action {
        flex: 0 0 var(--bxc-touch-target, 44px);
        width: var(--bxc-touch-target, 44px);
        min-width: var(--bxc-touch-target, 44px);
        padding: 0;
    }

    .public-flights__action-text {
        display: none;
    }

    .public-flights__summary div {
        padding: 0.85rem 1rem;
    }

    .public-flights__day-header {
        align-items: flex-start;
    }

    .public-flights__pagination {
        flex-wrap: wrap;
        text-align: center;
        gap: 0.52rem;
    }
}

@media (max-width: 420px) {
    .public-flights__header h1 {
        font-size: 1.75rem;
    }

    .public-flights__lead {
        font-size: 0.95rem;
    }

    .public-flights__row,
    .public-flights__table--pilot .public-flights__row {
        border-radius: var(--bxc-radius, 8px);
        padding: 0.64rem;
    }

    .public-flights__cell {
        grid-template-columns: minmax(4.9rem, max-content) minmax(0, 1fr);
        column-gap: 0.58rem;
    }

    .public-flights__cell--actions {
        flex-direction: row;
    }

    .public-flights__action {
        width: var(--bxc-touch-target, 44px);
    }

    .public-flights__heatmap {
        padding: 0.8rem;
    }

    .public-flights__heatmap-map {
        min-height: 300px;
    }
}

body.dark-mode .public-flights {
    color: #f8fafc;
}

body.dark-mode .public-flights__header h1,
body.dark-mode .public-flights__day-header h2,
body.dark-mode .public-flights__summary-label,
body.dark-mode .public-flights__pilot-link,
body.dark-mode .public-flights__launch-country,
body.dark-mode .public-flights__cell--launch strong,
body.dark-mode .public-flights__action {
    color: #f8fafc;
}

body.dark-mode .public-flights__lead,
body.dark-mode .pilot-contests__title,
body.dark-mode .public-flights__summary-note,
body.dark-mode .public-flights__cell::before,
body.dark-mode .public-flights__pilot-code,
body.dark-mode .public-flights__cell--speed,
body.dark-mode .public-flights__day-header--flat p,
body.dark-mode .public-flights__pagination,
body.dark-mode .public-flights__pagination-disabled {
    color: #94a3b8;
}

body.dark-mode .public-flights__summary div,
body.dark-mode .public-flights__day-header--flat,
body.dark-mode .public-flights__table,
body.dark-mode .public-flights__row,
body.dark-mode .public-flights__table--pilot .public-flights__row {
    background: rgba(15, 23, 42, 0.92);
    border-color: rgba(71, 85, 105, 0.72);
    box-shadow: 0 18px 38px rgba(2, 6, 23, 0.28);
}

body.dark-mode .public-flights__row--head {
    background: rgba(17, 24, 39, 0.9);
}

body.dark-mode .public-flights__action {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.95), rgba(14, 165, 233, 0.86));
    border-color: transparent;
}

body.dark-mode .public-flights__empty {
    border-color: rgba(96, 165, 250, 0.28);
    color: #cbd5e1;
    background: rgba(15, 23, 42, 0.72);
}

body.dark-mode .public-flights__alert--error {
    background: rgba(127, 29, 29, 0.38);
    color: #fecaca;
}

body.dark-mode .public-flights__sort-link,
body.dark-mode .public-flights__cell--date strong,
body.dark-mode .public-flights__cell--rank,
body.dark-mode .public-flights__time,
body.dark-mode .public-flights__pilot-name,
body.dark-mode .public-flights__cell--points strong,
body.dark-mode .public-flights__cell--speed strong,
body.dark-mode .public-flights__cell--glider,
body.dark-mode .public-flights__pagination a {
    color: #f8fafc;
}

body.dark-mode .public-flights__sort-link.is-active,
body.dark-mode .public-flights__row a,
body.dark-mode .public-flights__action--ghost {
    color: #93c5fd;
}

body.dark-mode .public-flights__engagement-badge {
    background: rgba(30, 41, 59, 0.95);
    color: #bfdbfe;
}

body.dark-mode .public-flights__engagement-badge--liked {
    background: rgba(127, 29, 29, 0.42);
    color: #fecaca;
}

body.dark-mode .public-flights__engagement-badge--reaction {
    background: var(--reaction-dark-bg, rgba(30, 41, 59, 0.95));
    border-color: var(--reaction-dark-border, rgba(96, 165, 250, 0.18));
    color: var(--reaction-dark-color, #bfdbfe);
}

body.dark-mode .public-flights__action--ghost {
    background: rgba(15, 23, 42, 0.72);
    border-color: rgba(96, 165, 250, 0.42);
}

body.dark-mode .public-flights__flag,
body.dark-mode .public-flights__launch-country .public-flights__flag {
    border-color: rgba(148, 163, 184, 0.3);
}

@media (max-width: 640px) {
    .public-flights {
        padding: 0.45rem 0.38rem 1rem;
    }

    .public-flights__header {
        margin-bottom: 0.45rem;
    }

    .public-flights__header h1 {
        font-size: 1.22rem;
        line-height: 1.15;
    }

    .public-flights__lead,
    .public-flights__eyebrow {
        display: none;
    }

    .public-flights__summary,
    .public-flights__pilot-stats,
    .pilot-contests,
    .public-flights__heatmap {
        display: none;
    }

    .public-flights__day {
        margin-top: 0.55rem;
    }

    .public-flights__day-header,
    .public-flights__day-header--flat {
        padding: 0.5rem 0.58rem;
        border-radius: var(--bxc-radius, 8px);
    }

    .public-flights__day-header h2,
    .public-flights__day-header--flat h2 {
        font-size: 1rem;
        line-height: 1.2;
    }

    .public-flights__day-header--flat p {
        font-size: 0.78rem;
    }

    .public-flights__table {
        overflow: visible;
        border: 1px solid var(--public-flights-border);
        border-radius: var(--bxc-radius, 8px);
        background: var(--public-flights-surface);
    }

    .public-flights__row--head {
        display: none;
    }

    .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--pilot .public-flights__row:not(.public-flights__row--head) {
        display: grid;
        grid-template-columns: 1.9rem 3.6rem minmax(0, 1fr) 2.8rem 4.2rem auto;
        grid-template-areas:
            "rank time pilot route distance actions"
            "rank launch launch route points actions";
        gap: 0.14rem 0.32rem;
        align-items: center;
        margin: 0;
        padding: 0.42rem 0.44rem;
        border: 0;
        border-bottom: 1px solid var(--public-flights-border-soft);
        border-radius: 0;
        box-shadow: none;
        background: var(--public-flights-surface);
    }

    .public-flights__row:not(.public-flights__row--head):last-child,
    .public-flights__table--pilot .public-flights__row:not(.public-flights__row--head):last-child {
        border-bottom: 0;
    }

    .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: 1.9rem 4rem 3.35rem 2.8rem 4.2rem auto;
        grid-template-areas:
            "rank date time route distance actions"
            "rank launch launch route points actions";
    }

    .public-flights__table--pilot .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: 1.9rem 4rem 3.35rem 2.8rem 4.2rem auto;
        grid-template-areas:
            "rank date time route distance actions"
            "rank launch launch route points actions";
    }

    .public-flights__cell {
        min-width: 0;
        display: flex;
        gap: 0.06rem;
        padding: 0;
        font-size: 0.74rem;
        line-height: 1.18;
    }

    .public-flights__cell::before {
        content: none;
        display: none;
    }

    .public-flights__cell--rank {
        grid-area: rank;
        align-items: center;
        justify-content: center;
        font-size: 0.88rem;
    }

    .public-flights__cell--date {
        grid-area: date;
    }

    .public-flights__cell--time {
        grid-area: time;
    }

    .public-flights__cell--pilot {
        grid-area: pilot;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .public-flights__cell--launch {
        grid-area: launch;
        gap: 0;
    }

    .public-flights__cell--route {
        grid-area: route;
        justify-content: center;
    }

    .public-flights__cell--distance {
        grid-area: distance;
    }

    .public-flights__cell--points {
        grid-area: points;
    }

    .public-flights__cell--glider {
        grid-area: glider;
        overflow: hidden;
    }

    .public-flights__cell--actions {
        grid-area: actions;
        align-items: center;
        justify-content: flex-end;
        gap: 0.24rem;
    }

    .public-flights__cell--speed,
    .public-flights__cell--time small,
    .public-flights__pilot-handle,
    .public-flights__pilot-meta-row,
    .public-flights__route-text,
    .public-flights__engagement {
        display: none;
    }

    .public-flights__time,
    .public-flights__cell--distance strong,
    .public-flights__cell--points strong,
    .public-flights__cell--date span {
        font-size: 0.78rem;
        white-space: nowrap;
    }

    .public-flights__pilot-name,
    .public-flights__cell--launch strong,
    .public-flights__cell--glider,
    .public-flights__glider-display {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .public-flights__launch-country {
        display: inline-flex;
        max-width: 100%;
        gap: 0.25rem;
        font-size: 0.68rem;
    }

    .public-flights__launch-country .public-flights__flag {
        width: 16px;
        height: 11px;
    }

    .public-flights__route-icon {
        width: 40px;
        height: 40px;
    }

    .public-flights__action {
        flex: 0 0 32px;
        width: 32px;
        min-width: 32px;
        min-height: 32px;
        height: 32px;
        padding: 0;
        border-radius: var(--bxc-radius, 8px);
    }

    .public-flights__action-text {
        display: none;
    }

    .public-flights__pagination {
        margin-top: 0.8rem;
    }
}

@media (max-width: 430px) {
    .public-flights {
        padding-inline: 0.28rem;
    }

    .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--pilot .public-flights__row:not(.public-flights__row--head) {
        grid-template-columns: 1.7rem 3.15rem 2.8rem minmax(0, 1fr) 1.95rem;
        grid-template-areas:
            "rank time route launch actions"
            "rank pilot distance launch actions";
        gap: 0.12rem 0.24rem;
        padding: 0.39rem 0.34rem;
    }

    .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: 1.7rem 3.45rem 2.8rem minmax(0, 1fr) 1.95rem;
        grid-template-areas:
            "rank date route launch actions"
            "rank time distance launch actions";
    }

    .public-flights__table--pilot .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: 1.7rem 3.45rem 2.8rem minmax(0, 1fr) 1.95rem;
        grid-template-areas:
            "rank date route launch actions"
            "rank time distance launch actions";
    }

    .public-flights__cell--glider {
        display: none;
    }

    .public-flights__cell--points {
        display: none;
    }

    .public-flights__route-icon {
        width: 40px;
        height: 40px;
    }

    .public-flights__action {
        flex-basis: 30px;
        width: 30px;
        min-width: 30px;
        min-height: 30px;
        height: 30px;
    }

    .public-flights__cell--actions .public-flights__action--ghost {
        display: none;
    }
}

/* Flights overview: keep the primary content as a compact list/table even in the nav-constrained layout. */
.public-flights .my-xc-summary--community {
    margin-bottom: 0.55rem;
}

.public-flights .my-xc-summary--community .my-xc-summary__hero {
    grid-template-columns: minmax(220px, 0.72fr) minmax(480px, 1.28fr);
    align-items: center;
    gap: 0.55rem 0.72rem;
    padding: 0.62rem 0.72rem;
    border-radius: var(--bxc-radius, 8px);
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.95), rgba(226, 232, 240, 0.84));
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.07);
}

.public-flights .my-xc-summary--community .my-xc-summary__hero-text h1 {
    margin: 0.05rem 0 0.2rem;
    font-size: 1.25rem;
    line-height: 1.16;
}

.public-flights .my-xc-summary--community .my-xc-summary__lede {
    font-size: 0.84rem;
    line-height: 1.35;
    max-width: 50ch;
}

.public-flights .my-xc-summary--community .my-xc-summary__hero-tags {
    margin-top: 0.36rem;
    gap: 0.24rem;
}

.public-flights .my-xc-summary--community .my-xc-summary__tag {
    padding: 0.14rem 0.42rem;
    border-radius: 999px;
    font-size: 0.68rem;
}

.public-flights .my-xc-summary--community .my-xc-summary__hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: 0.32rem;
    align-self: center;
    align-content: center;
}

.public-flights .my-xc-summary--community .my-xc-summary__hero-stat-grid {
    display: contents;
}

.public-flights .my-xc-summary--community .my-xc-summary__hero-stat-grid--mini .my-xc-summary__stat--mini:last-child {
    grid-column: span 1;
}

.public-flights .my-xc-summary--community .my-xc-summary__stat,
.public-flights .my-xc-summary--community .my-xc-summary__stat--mini {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    align-content: center;
    justify-items: center;
    gap: 0.12rem;
    grid-column: span 1;
    min-height: 56px;
    padding: 0.34rem 0.3rem;
    box-shadow: none;
    text-align: center;
}

.public-flights .my-xc-summary--community .my-xc-summary__stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #1d4ed8;
    grid-row: auto;
}

.public-flights .my-xc-summary--community .my-xc-summary__stat-icon img,
.public-flights .my-xc-summary--community .my-xc-summary__stat-icon svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.public-flights .my-xc-summary--community .my-xc-summary__stat-value {
    font-size: 0.92rem;
    line-height: 1.08;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public-flights .my-xc-summary--community .my-xc-summary__stat-label,
.public-flights .my-xc-summary--community .my-xc-summary__stat-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.public-flights .my-xc-summary--community .my-xc-summary__country-card {
    display: none;
}

.public-flights__heatmap {
    border-radius: var(--bxc-radius, 8px);
    box-shadow: none;
}

.public-flights__heatmap-head {
    margin-bottom: 0.55rem;
}

.public-flights__heatmap-head h2 {
    font-size: 1rem;
}

.public-flights__heatmap-map {
    min-height: 300px;
}

.public-flights__launch-circle-label-marker {
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto !important;
    height: auto !important;
    pointer-events: none;
    overflow: visible;
    border: 0;
    background: transparent;
}

.public-flights__heatmap-map.is-launch-labels-visible .public-flights__launch-circle-label-marker {
    display: flex;
}

.public-flights__launch-circle-label {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    min-width: 72px;
    max-width: none;
    padding: 6px 8px;
    border: 1px solid rgba(15, 23, 42, 0.2);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.94);
    color: #0f172a;
    box-shadow: 0 2px 7px rgba(15, 23, 42, 0.22);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.12;
    text-align: left;
    text-shadow: none;
    transform: translate(
        calc(-100% - var(--public-flights-launch-label-offset, 24px)),
        calc(-100% - var(--public-flights-launch-label-offset, 24px))
    );
    white-space: nowrap;
}

.public-flights__launch-circle-label span {
    display: block;
    max-width: none;
    overflow: visible;
    text-overflow: clip;
}

body.dark-mode .public-flights__launch-circle-label {
    border-color: rgba(148, 163, 184, 0.34);
    background: rgba(15, 23, 42, 0.9);
    color: #f8fafc;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.36);
}

.public-flights__heatmap-circle.is-cluster {
    cursor: zoom-in;
}

.public-flights__launch-count-label-marker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    pointer-events: none;
    overflow: visible;
    border: 0;
    background: transparent;
}

.public-flights__launch-count-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: var(--public-flights-launch-count-size, 28px);
    height: var(--public-flights-launch-count-size, 28px);
    padding: 0 5px;
    border: 1px solid rgba(15, 23, 42, 0.48);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.12);
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.96),
        1px 0 1px rgba(0, 0, 0, 0.86),
        -1px 0 1px rgba(0, 0, 0, 0.86),
        0 -1px 1px rgba(0, 0, 0, 0.86);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.22);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

body.dark-mode .public-flights__launch-count-label {
    border-color: rgba(248, 250, 252, 0.58);
    background: rgba(2, 6, 23, 0.22);
}

.public-flights__filters-panel {
    margin-top: 0.36rem;
}

.public-flights__day {
    margin-top: 0.58rem;
}

.public-flights__day-header {
    margin-bottom: 0.42rem;
}

.public-flights__day-header h2 {
    font-size: 1.05rem;
}

.public-flights__table {
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid var(--public-flights-border);
    border-radius: var(--bxc-radius, 8px);
    background: var(--public-flights-surface);
}

.public-flights__row,
.public-flights__table--pilot .public-flights__row,
.public-flights__row:not(.public-flights__row--head),
.public-flights__table--pilot .public-flights__row:not(.public-flights__row--head),
.public-flights__row--pilot-profile,
.public-flights__table--pilot .public-flights__row--pilot-profile,
.public-flights__row--pilot-profile:not(.public-flights__row--head),
.public-flights__table--pilot .public-flights__row--pilot-profile:not(.public-flights__row--head) {
    display: grid;
    grid-template-columns: 34px 78px 72px minmax(170px, 1.3fr) minmax(170px, 1.25fr) 56px 86px 84px minmax(120px, 0.92fr);
    grid-template-areas: none;
    min-width: 900px;
    gap: 0.18rem 0.42rem;
    align-items: center;
    margin: 0;
    padding: 0.42rem 0.52rem;
    border: 0;
    border-bottom: 1px solid var(--public-flights-border-soft);
    border-radius: 0;
    box-shadow: none;
    background: var(--public-flights-surface);
    font-size: 0.8rem;
}

.public-flights__table--pilot .public-flights__row,
.public-flights__table--pilot .public-flights__row:not(.public-flights__row--head),
.public-flights__row--pilot-profile,
.public-flights__table--pilot .public-flights__row--pilot-profile,
.public-flights__row--pilot-profile:not(.public-flights__row--head),
.public-flights__table--pilot .public-flights__row--pilot-profile:not(.public-flights__row--head) {
    grid-template-columns: 34px 78px 92px 72px minmax(180px, 1.35fr) 56px 86px 84px minmax(120px, 0.92fr);
}

.public-flights__row:last-child,
.public-flights__table--pilot .public-flights__row:last-child {
    border-bottom: 0;
}

.public-flights__row--head,
.public-flights__table--pilot .public-flights__row--head {
    display: grid;
    background: var(--public-flights-head-bg);
    font-size: 0.72rem;
    letter-spacing: 0.04em;
}

.public-flights__cell {
    display: flex;
    min-width: 0;
    gap: 0.14rem;
    padding: 0;
}

.public-flights__cell::before {
    content: none;
    display: none;
}

.public-flights__cell--rank { grid-area: auto; }
.public-flights__cell--date { grid-area: auto; }
.public-flights__cell--time { grid-area: auto; }
.public-flights__cell--pilot { grid-area: auto; }
.public-flights__cell--launch { grid-area: auto; }
.public-flights__cell--route { grid-area: auto; }
.public-flights__cell--distance { grid-area: auto; }
.public-flights__cell--points { grid-area: auto; }
.public-flights__cell--speed { grid-area: auto; }
.public-flights__cell--glider { grid-area: auto; }
.public-flights__cell--actions { grid-area: auto; }

.public-flights__time,
.public-flights__cell--distance strong,
.public-flights__cell--points strong,
.public-flights__cell--speed strong {
    font-size: 0.86rem;
    white-space: nowrap;
}

.public-flights__cell--time small,
.public-flights__pilot-handle,
.public-flights__launch-country,
.public-flights__cell--speed small {
    font-size: 0.68rem;
}

.public-flights__pilot-link,
.public-flights__pilot-name,
.public-flights__cell--launch strong,
.public-flights__cell--glider,
.public-flights__glider-display {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public-flights__cell--route {
    justify-content: flex-start;
}

.public-flights__route-icon {
    width: 40px;
    height: 40px;
}

.public-flights__route-text {
    display: none;
}

.public-flights__engagement {
    display: none;
}

.public-flights__cell--actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.22rem;
}

.public-flights__action {
    flex: 0 0 34px;
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    padding: 0;
}

.public-flights__action--analyzer {
    border-color: rgba(37, 99, 235, 0.32);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.13), rgba(20, 184, 166, 0.16));
    color: #1d4ed8;
}

.public-flights__action--analyzer:hover,
.public-flights__action--analyzer:focus-visible {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.2), rgba(20, 184, 166, 0.24));
    color: #0f4c81;
}

.public-flights__action--analyzer i,
.flight-dashboard-card__quick-action--analyzer i {
    font-size: 1.05rem;
    line-height: 1;
}

.flight-dashboard-card__quick-actions .flight-dashboard-card__quick-action--analyzer {
    color: #1d4ed8;
}

.public-flights__action-text {
    display: none;
}

@media (max-width: 1180px) {
    .public-flights__table {
        overflow-x: auto;
        border: 1px solid var(--public-flights-border);
        background: var(--public-flights-surface);
    }

    .public-flights__row--head,
    .public-flights__table--pilot .public-flights__row--head {
        display: grid;
    }

    .public-flights .my-xc-summary--community .my-xc-summary__hero {
        grid-template-columns: 1fr;
    }

    .public-flights .my-xc-summary--community .my-xc-summary__hero-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .public-flights .my-xc-summary--community .my-xc-summary__hero {
        grid-template-columns: 1fr;
    }

    .public-flights .my-xc-summary--community .my-xc-summary__hero-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .public-flights {
        padding-inline: 0.35rem;
    }

    .public-flights .my-xc-summary--community .my-xc-summary__hero {
        padding: 0.52rem;
    }

    .public-flights .my-xc-summary--community .my-xc-summary__hero-text h1 {
        font-size: 1.08rem;
    }

    .public-flights .my-xc-summary--community .my-xc-summary__hero-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .public-flights .my-xc-summary--community .my-xc-summary__stat,
    .public-flights .my-xc-summary--community .my-xc-summary__stat--mini {
        min-height: 44px;
        padding: 0.28rem 0.26rem;
    }

    .public-flights__heatmap-map {
        min-height: 260px;
    }
}

@media (max-width: 430px) {
    .public-flights .my-xc-summary--community .my-xc-summary__hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-flights__cell--glider,
    .public-flights__cell--distance,
    .public-flights__cell--points {
        display: flex;
    }

    .public-flights__cell--actions .public-flights__action--ghost {
        display: inline-flex;
    }
}

.public-flights__table--v2 {
    --public-flights-rank-col: 42px;
    overflow-x: auto;
    overflow-y: hidden;
}

.public-flights__table--v2 .public-flights__row:not(.public-flights__row--head):not(.public-flights__row--duplicate):nth-child(odd) {
    background: var(--public-flights-row-zebra);
}

.public-flights__table--v2 .public-flights__row,
.public-flights__table--v2.public-flights__table--pilot .public-flights__row,
.public-flights__table--v2 .public-flights__row:not(.public-flights__row--head),
.public-flights__table--v2.public-flights__table--pilot .public-flights__row:not(.public-flights__row--head),
.public-flights__table--v2 .public-flights__row--pilot-profile,
.public-flights__table--v2.public-flights__table--pilot .public-flights__row--pilot-profile,
.public-flights__table--v2 .public-flights__row--pilot-profile:not(.public-flights__row--head),
.public-flights__table--v2.public-flights__table--pilot .public-flights__row--pilot-profile:not(.public-flights__row--head) {
    grid-template-columns: var(--public-flights-rank-col) 148px 48px minmax(84px, 0.72fr) minmax(182px, 1.2fr) minmax(132px, 1fr) minmax(86px, 0.72fr) minmax(104px, 0.9fr) minmax(96px, 0.78fr);
    min-width: 1080px;
}

.public-flights__table--v2.public-flights__table--no-actions .public-flights__row,
.public-flights__table--v2.public-flights__table--no-actions .public-flights__row:not(.public-flights__row--head),
.public-flights__table--v2.public-flights__table--no-actions .public-flights__row--pilot-profile,
.public-flights__table--v2.public-flights__table--no-actions .public-flights__row--pilot-profile:not(.public-flights__row--head) {
    grid-template-columns: var(--public-flights-rank-col) 48px minmax(84px, 0.72fr) minmax(182px, 1.2fr) minmax(132px, 1fr) minmax(86px, 0.72fr) minmax(104px, 0.9fr) minmax(96px, 0.78fr);
    min-width: 900px;
}

.public-flights__table--v2.public-flights__table--pilot .public-flights__row,
.public-flights__table--v2.public-flights__table--pilot .public-flights__row:not(.public-flights__row--head),
.public-flights__table--v2.public-flights__table--pilot .public-flights__row--pilot-profile,
.public-flights__table--v2.public-flights__table--pilot .public-flights__row--pilot-profile:not(.public-flights__row--head) {
    grid-template-columns: var(--public-flights-rank-col) 148px 48px minmax(84px, 0.72fr) minmax(92px, 0.74fr) minmax(156px, 1.1fr) minmax(86px, 0.72fr) minmax(104px, 0.9fr) minmax(96px, 0.78fr);
}

.public-flights__table--v2.public-flights__table--pilot.public-flights__table--no-actions .public-flights__row,
.public-flights__table--v2.public-flights__table--pilot.public-flights__table--no-actions .public-flights__row:not(.public-flights__row--head),
.public-flights__table--v2.public-flights__table--pilot.public-flights__table--no-actions .public-flights__row--pilot-profile,
.public-flights__table--v2.public-flights__table--pilot.public-flights__table--no-actions .public-flights__row--pilot-profile:not(.public-flights__row--head) {
    grid-template-columns: var(--public-flights-rank-col) 48px minmax(84px, 0.72fr) minmax(92px, 0.74fr) minmax(156px, 1.1fr) minmax(86px, 0.72fr) minmax(104px, 0.9fr) minmax(96px, 0.78fr);
}

@media (min-width: 641px) and (max-width: 1420px) {
    .public-flights__table--v2 .public-flights__row,
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row,
    .public-flights__table--v2 .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2 .public-flights__row--pilot-profile,
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row--pilot-profile,
    .public-flights__table--v2 .public-flights__row--pilot-profile:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: var(--public-flights-rank-col) 148px 48px minmax(84px, 0.72fr) minmax(230px, 1.45fr) minmax(132px, 1fr) minmax(86px, 0.72fr) minmax(104px, 0.9fr) minmax(96px, 0.78fr);
        min-width: 1060px;
    }

    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row,
    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row--pilot-profile,
    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: var(--public-flights-rank-col) 48px minmax(84px, 0.72fr) minmax(230px, 1.45fr) minmax(132px, 1fr) minmax(86px, 0.72fr) minmax(104px, 0.9fr) minmax(96px, 0.78fr);
        min-width: 900px;
    }

    .public-flights__table--v2.public-flights__table--pilot .public-flights__row,
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row--pilot-profile,
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: var(--public-flights-rank-col) 148px 48px minmax(84px, 0.72fr) minmax(92px, 0.74fr) minmax(156px, 1.1fr) minmax(86px, 0.72fr) minmax(104px, 0.9fr) minmax(96px, 0.78fr);
    }

    .public-flights__table--v2.public-flights__table--pilot.public-flights__table--no-actions .public-flights__row,
    .public-flights__table--v2.public-flights__table--pilot.public-flights__table--no-actions .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--pilot.public-flights__table--no-actions .public-flights__row--pilot-profile,
    .public-flights__table--v2.public-flights__table--pilot.public-flights__table--no-actions .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: var(--public-flights-rank-col) 48px minmax(84px, 0.72fr) minmax(92px, 0.74fr) minmax(156px, 1.1fr) minmax(86px, 0.72fr) minmax(104px, 0.9fr) minmax(96px, 0.78fr);
    }
}

@media (min-width: 641px) and (max-width: 1180px) {
    .public-flights__table--v2 .public-flights__cell--time,
    .public-flights__table--v2 .public-flights__cell--speed {
        display: none;
    }

    .public-flights__table--v2 .public-flights__row,
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row,
    .public-flights__table--v2 .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2 .public-flights__row--pilot-profile,
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row--pilot-profile,
    .public-flights__table--v2 .public-flights__row--pilot-profile:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: var(--public-flights-rank-col) 148px 48px minmax(84px, 0.72fr) minmax(180px, 1.35fr) minmax(150px, 1.1fr) minmax(96px, 0.78fr);
        min-width: 820px;
    }

    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row,
    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row--pilot-profile,
    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: var(--public-flights-rank-col) 48px minmax(84px, 0.72fr) minmax(180px, 1.35fr) minmax(150px, 1.1fr) minmax(96px, 0.78fr);
        min-width: 660px;
    }

    .public-flights__table--v2.public-flights__table--pilot .public-flights__row,
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row--pilot-profile,
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: var(--public-flights-rank-col) 148px 48px minmax(84px, 0.72fr) minmax(92px, 0.74fr) minmax(156px, 1.2fr) minmax(96px, 0.78fr);
        min-width: 760px;
    }

    .public-flights__table--v2.public-flights__table--pilot.public-flights__table--no-actions .public-flights__row,
    .public-flights__table--v2.public-flights__table--pilot.public-flights__table--no-actions .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--pilot.public-flights__table--no-actions .public-flights__row--pilot-profile,
    .public-flights__table--v2.public-flights__table--pilot.public-flights__table--no-actions .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: var(--public-flights-rank-col) 48px minmax(84px, 0.72fr) minmax(92px, 0.74fr) minmax(156px, 1.2fr) minmax(96px, 0.78fr);
        min-width: 610px;
    }
}

.public-flights.is-updating {
    opacity: 0.68;
    pointer-events: none;
}

.public-flights__number-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.26rem;
    min-width: 0;
}

.public-flights__flight-number {
    font-size: 0.96rem;
    font-weight: 700;
    color: var(--public-flights-text);
    line-height: 1;
}

.public-flights__duplicate-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    border-radius: 999px;
    padding: 0.16rem 0.46rem;
    background: #e2e8f0;
    color: #475569;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
}

.public-flights__table--v2 .public-flights__engagement--rank {
    display: flex;
    gap: 0.22rem;
    margin: 0;
}

.public-flights__table--v2 .public-flights__engagement-badge {
    min-height: 1.35rem;
    padding: 0.16rem 0.38rem;
    font-size: 0.68rem;
    line-height: 1;
}

.public-flights__table--v2 .public-flights__cell--speed strong {
    font-size: 0.86rem;
    white-space: nowrap;
}

.public-flights__table--v2 .public-flights__cell--time {
    gap: 0.12rem;
}

.public-flights__table--v2 .public-flights__cell--rank,
.public-flights__table--v2 .public-flights__number-wrap {
    align-items: center;
}

.public-flights__time-duration {
    color: var(--public-flights-muted);
    font-weight: 600;
}

body.dark-mode .public-flights__flight-number {
    color: #f8fafc;
}

@media (max-width: 640px) {
    .public-flights__table--v2 {
        overflow: visible;
    }

    .public-flights__table--v2 .public-flights__row--head,
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row--head {
        display: none;
    }

    .public-flights__table--v2 .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2 .public-flights__row--pilot-profile:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row--pilot-profile:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: 1.9rem 3.6rem minmax(0, 1fr) 2.8rem 4.2rem auto;
        grid-template-areas:
            "rank time pilot route distance actions"
            "rank launch launch route points actions";
        min-width: 0;
    }

    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: 1.9rem 3.6rem minmax(0, 1fr) 2.8rem 4.2rem;
        grid-template-areas:
            "rank time pilot route distance"
            "rank launch launch route points";
    }

    .public-flights__table--v2 .public-flights__row--pilot-profile:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: 1.9rem 4rem 3.35rem 2.8rem 4.2rem auto;
        grid-template-areas:
            "rank date time route distance actions"
            "rank launch launch route points actions";
    }

    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: 1.9rem 4rem 3.35rem 2.8rem 4.2rem;
        grid-template-areas:
            "rank date time route distance"
            "rank launch launch route points";
    }

    .public-flights__table--v2 .public-flights__cell--rank { grid-area: rank; }
    .public-flights__table--v2 .public-flights__cell--date { grid-area: date; }
    .public-flights__table--v2 .public-flights__cell--time { grid-area: time; }
    .public-flights__table--v2 .public-flights__cell--pilot { grid-area: pilot; }
    .public-flights__table--v2 .public-flights__cell--launch { grid-area: launch; }
    .public-flights__table--v2 .public-flights__cell--route { grid-area: route; }
    .public-flights__table--v2 .public-flights__cell--distance { grid-area: distance; }
    .public-flights__table--v2 .public-flights__cell--points { grid-area: points; }
    .public-flights__table--v2 .public-flights__cell--speed { grid-area: speed; }
    .public-flights__table--v2 .public-flights__cell--glider { grid-area: glider; }
    .public-flights__table--v2 .public-flights__cell--actions { grid-area: actions; }

    .public-flights__table--v2 .public-flights__cell--speed,
    .public-flights__table--v2 .public-flights__cell--glider,
    .public-flights__table--v2 .public-flights__pilot-handle,
    .public-flights__table--v2 .public-flights__pilot-meta-row,
    .public-flights__table--v2 .public-flights__route-text,
    .public-flights__table--v2 .public-flights__engagement {
        display: none;
    }

    .public-flights__table--v2 .public-flights__cell--distance strong,
    .public-flights__table--v2 .public-flights__cell--points strong {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 430px) {
    .public-flights__table--v2 .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row:not(.public-flights__row--head) {
        grid-template-columns: 1.7rem 3.15rem 2.8rem minmax(0, 1fr) 1.95rem;
        grid-template-areas:
            "rank time route distance actions"
            "rank launch launch launch actions"
            "rank pilot pilot pilot actions";
    }

    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row:not(.public-flights__row--head) {
        grid-template-columns: 1.7rem 3.15rem 2.8rem minmax(0, 1fr);
        grid-template-areas:
            "rank time route distance"
            "rank launch launch launch"
            "rank pilot pilot pilot";
    }

    .public-flights__table--v2 .public-flights__row--pilot-profile:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row--pilot-profile:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: 1.7rem 3.45rem 2.8rem minmax(0, 1fr) 1.95rem;
        grid-template-areas:
            "rank date route distance actions"
            "rank time launch launch actions";
    }

    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: 1.7rem 3.45rem 2.8rem minmax(0, 1fr);
        grid-template-areas:
            "rank date route distance"
            "rank time launch launch";
    }

    .public-flights__table--v2 .public-flights__cell--points {
        display: none;
    }

    .public-flights__table--v2 .public-flights__cell--pilot {
        flex-direction: row;
        align-items: center;
        gap: 0.55rem;
        min-width: 0;
    }

    .public-flights__table--v2 .public-flights__pilot-info,
    .public-flights__table--v2 .public-flights__pilot-link {
        min-width: 0;
        max-width: 100%;
    }

    .public-flights__table--v2 .public-flights__pilot-name,
    .public-flights__table--v2 .public-flights__pilot-name > span {
        max-width: 100%;
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 640px) {
    .public-flights__table--v2 {
        border: 1px solid var(--public-flights-border);
        border-radius: var(--bxc-radius, 8px);
        overflow: hidden;
        background: var(--public-flights-surface);
    }

    .public-flights__table--v2 .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row:not(.public-flights__row--head) {
        grid-template-columns: 1.55rem 3rem minmax(0, 1fr) minmax(4.7rem, auto) 4.6rem;
        grid-template-areas:
            "rank pilot pilot route actions"
            "rank . launch distance actions";
        gap: 0.16rem 0.32rem;
        min-width: 0;
        padding: 0.46rem 0.42rem;
        align-items: center;
    }

    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row:not(.public-flights__row--head) {
        grid-template-columns: 1.55rem 3rem minmax(0, 1fr) minmax(4.7rem, auto);
        grid-template-areas:
            "rank pilot pilot route"
            "rank . launch distance";
    }

    .public-flights__table--v2 .public-flights__row--pilot-profile:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: 1.55rem minmax(4rem, auto) 2.75rem minmax(0, 1fr) 4.6rem;
        grid-template-areas:
            "rank date route distance actions"
            "rank launch launch launch actions";
    }

    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: 1.55rem minmax(4rem, auto) 2.75rem minmax(0, 1fr);
        grid-template-areas:
            "rank date route distance"
            "rank launch launch launch";
    }

    .public-flights__table--v2 .public-flights__cell--time,
    .public-flights__table--v2 .public-flights__cell--speed,
    .public-flights__table--v2 .public-flights__cell--glider,
    .public-flights__table--v2 .public-flights__cell--points {
        display: none;
    }

    .public-flights__table--v2 .public-flights__cell--rank { grid-area: rank; }
    .public-flights__table--v2 .public-flights__cell--date { grid-area: date; }
    .public-flights__table--v2 .public-flights__cell--pilot { grid-area: pilot; }
    .public-flights__table--v2 .public-flights__cell--launch { grid-area: launch; }
    .public-flights__table--v2 .public-flights__cell--route { grid-area: route; }
    .public-flights__table--v2 .public-flights__cell--distance { grid-area: distance; }
    .public-flights__table--v2 .public-flights__cell--actions { grid-area: actions; }

    .public-flights__table--v2 .public-flights__cell--pilot {
        flex-direction: row;
        align-items: center;
        gap: 0.44rem;
        min-width: 0;
    }

    .public-flights__table--v2 .public-flights__pilot-avatar {
        flex: 0 0 2.55rem;
        width: 2.55rem;
        height: 2.55rem;
    }

    .public-flights__table--v2 .public-flights__pilot-info,
    .public-flights__table--v2 .public-flights__pilot-link {
        min-width: 0;
        max-width: 100%;
    }

    .public-flights__table--v2 .public-flights__pilot-name,
    .public-flights__table--v2 .public-flights__pilot-name > span,
    .public-flights__table--v2 .public-flights__cell--launch strong,
    .public-flights__table--v2 .public-flights__launch-country {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .public-flights__table--v2 .public-flights__cell--rank {
        align-items: center;
        justify-content: center;
    }

    .public-flights__table--v2 .public-flights__cell--launch {
        gap: 0.02rem;
        min-width: 0;
    }

    .public-flights__table--v2 .public-flights__cell--launch strong {
        font-size: 0.76rem;
    }

    .public-flights__table--v2 .public-flights__launch-country {
        font-size: 0.66rem;
    }

    .public-flights__table--v2 .public-flights__cell--route {
        align-items: center;
        justify-content: center;
    }

    .public-flights__table--v2 .public-flights__route-icon {
        width: 34px;
        height: 34px;
    }

    .public-flights__table--v2 .public-flights__cell--distance {
        align-items: flex-start;
        justify-content: center;
    }

    .public-flights__table--v2 .public-flights__cell--distance strong {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.78rem;
    }

    .public-flights__table--v2 .public-flights__cell--actions {
        display: grid;
        grid-template-columns: repeat(2, 32px);
        grid-auto-rows: 32px;
        gap: 0.22rem;
        justify-content: end;
        align-content: center;
    }

    .public-flights__table--v2 .public-flights__action {
        flex: none;
        width: 32px;
        min-width: 32px;
        height: 32px;
        min-height: 32px;
        padding: 0;
        border-radius: var(--bxc-radius, 8px);
    }

    .public-flights__table--v2 .public-flights__cell--actions .public-flights__action--ghost {
        display: inline-flex;
    }
}

@media (max-width: 430px) {
    .public-flights__table--v2 .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row:not(.public-flights__row--head) {
        grid-template-columns: 1.45rem 2.65rem minmax(0, 1fr) minmax(4.45rem, auto) 4.25rem;
        grid-template-areas:
            "rank pilot pilot route actions"
            "rank . launch distance actions";
    }

    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row:not(.public-flights__row--head) {
        grid-template-columns: 1.45rem 2.65rem minmax(0, 1fr) minmax(4.45rem, auto);
        grid-template-areas:
            "rank pilot pilot route"
            "rank . launch distance";
    }

    .public-flights__table--v2 .public-flights__row--pilot-profile:not(.public-flights__row--head),
    .public-flights__table--v2.public-flights__table--pilot .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: 1.45rem minmax(3.8rem, auto) 2.55rem minmax(0, 1fr) 4.25rem;
        grid-template-areas:
            "rank date route distance actions"
            "rank launch launch launch actions";
    }

    .public-flights__table--v2.public-flights__table--no-actions .public-flights__row--pilot-profile:not(.public-flights__row--head) {
        grid-template-columns: 1.45rem minmax(3.8rem, auto) 2.55rem minmax(0, 1fr);
        grid-template-areas:
            "rank date route distance"
            "rank launch launch launch";
    }

    .public-flights__table--v2 .public-flights__pilot-avatar {
        flex-basis: 2.32rem;
        width: 2.32rem;
        height: 2.32rem;
    }

    .public-flights__table--v2 .public-flights__route-icon {
        width: 32px;
        height: 32px;
    }

    .public-flights__table--v2 .public-flights__cell--actions {
        grid-template-columns: repeat(2, 30px);
        grid-auto-rows: 30px;
        gap: 0.2rem;
    }

    .public-flights__table--v2 .public-flights__action {
        width: 30px;
        min-width: 30px;
        height: 30px;
        min-height: 30px;
    }
}
