.progression-open, .progression-icon {
	display: inline-flex; justify-content: center; align-items: center; flex: 0 0 36px; width: 36px; height: 36px;
	padding: 0; border: 1px solid rgba(110, 211, 255, .4); border-radius: 6px; color: var(--blue-2); background: rgba(110, 211, 255, .09); cursor: pointer;
}
.driver-profile-combo-laps-table .progression-open {
	flex-basis: 24px; width: 24px; height: 24px; vertical-align: top; line-height: 1;
}
.progression-open svg { width: 16px; height: 16px; }
.progression-open:hover, .progression-icon:hover { background: rgba(110, 211, 255, .18); }
.progression-open:focus-visible, .driver-progression :focus-visible { outline: 2px solid var(--blue-2); outline-offset: 2px; }
.progression-action-cell, .progression-action-heading { width: 48px; text-align: right; }
.progression-action-heading .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.driver-progression {
	width: min(1450px, calc(100% - 40px)); height: min(960px, calc(100dvh - 40px)); max-width: none; max-height: none; padding: 0; margin: auto;
	border: 1px solid var(--line); border-radius: 8px; background: var(--bg-2); color: var(--text); box-shadow: 0 24px 90px rgba(0, 0, 0, .6); overflow: hidden; letter-spacing: 0;
}
.driver-progression::backdrop { background: rgba(4, 3, 10, .82); }
body.has-driver-progression { overflow: hidden; }
.driver-progression [hidden] { display: none !important; }
.progression-shell { display: flex; flex-direction: column; height: 100%; min-height: 0; }
.progression-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 19px 24px; background: var(--panel); border-bottom: 1px solid var(--line); }
.progression-header > div { min-width: 0; }
.progression-header .eyebrow { margin: 0; font-size: 12px; }
.progression-header h2 { margin: 4px 0; font-size: 23px; line-height: 1.25; }
.progression-context { display: flex; flex-wrap: wrap; gap: 5px 14px; margin: 6px 0 0; font-size: 13px; line-height: 1.45; color: var(--muted); overflow-wrap: anywhere; }
.progression-context > span:first-child { color: var(--text); font-weight: 700; }
.progression-icon { font-size: 25px; line-height: 1; }
.progression-scroll { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 20px 24px; }
.progression-filters { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) 36px; gap: 12px; align-items: end; padding-bottom: 18px; }
.driver-progression label { display: flex; flex-direction: column; gap: 6px; min-width: 0; font-size: 12px; font-weight: 700; color: var(--muted); }
.driver-progression select { display: block; width: 100%; min-width: 0; height: 37px; margin: 0; padding: 6px 9px; border: 1px solid var(--line); border-radius: 6px; background: var(--bg); color: var(--text); font: inherit; font-size: 13px; box-sizing: border-box; }
.progression-status { margin: 0 0 14px; color: var(--orange); font-size: 13px; line-height: 1.6; }
.progression-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0; gap: 16px; }
.progression-summary > div { min-width: 0; border-right: 1px solid var(--line); padding-right: 12px; }
.progression-summary > div:last-child { border: 0; }
.progression-summary span { display: block; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; line-height: 1.6; }
.progression-summary strong { display: block; color: var(--green); font-size: 25px; margin: 7px 0 3px; line-height: 1.25; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.progression-summary > div:nth-child(2) strong { color: var(--blue-2); }
.progression-summary > div:nth-child(3) strong { color: #c27cff; }
.progression-summary small { color: var(--muted); font-size: 11px; line-height: 1.5; }
.progression-totals { color: var(--muted); font-size: 12px; line-height: 1.65; margin: 14px 0; }
.progression-tabs { display: flex; gap: 5px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.progression-tabs button { flex: 0 0 auto; padding: 12px 16px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font: inherit; font-size: 13px; font-weight: 800; white-space: nowrap; cursor: pointer; }
.progression-tabs button[aria-selected="true"] { color: var(--blue-2); border-bottom-color: var(--blue-2); background: rgba(110, 211, 255, .06); }
.progression-chart { position: relative; height: 305px; margin: 18px 0 12px; }
.progression-chart canvas { width: 100% !important; height: 100% !important; }
.progression-chart p { position: absolute; top: 35%; left: 10%; right: 10%; text-align: center; color: var(--muted); font-size: 13px; }
.driver-progression .progression-sector-mode { max-width: 330px; margin: 16px 0 0; }
.progression-note { margin: 12px 0 16px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.driver-progression h3 { margin: 22px 0 12px; color: var(--green); font-size: 15px; }
.progression-table-scroll { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 6px; }
.progression-table { border-collapse: collapse; width: 100%; font-size: 12px; white-space: nowrap; }
.progression-table th, .progression-table td { padding: 10px 12px; text-align: right; border-bottom: 1px solid var(--line); font-variant-numeric: tabular-nums; }
.progression-table th { color: var(--muted); background: var(--panel); font-size: 11px; }
.progression-table td { font-weight: 700; }
.progression-table tr:last-child td { border-bottom: 0; }
.progression-table th:first-child, .progression-table td:first-child { text-align: left; }
.progression-table td:first-child { position: sticky; left: 0; background: var(--bg-2); z-index: 1; border-right: 1px solid var(--line); }
.progression-table a { color: var(--blue-2); text-decoration: none; }
.progression-table a:hover { text-decoration: underline; }
.progression-table small { display: block; color: var(--muted); font-weight: 400; font-size: 11px; margin-top: 4px; }
.progression-table .is-latest td { background: rgba(110, 211, 255, .055); }
.progression-table .is-latest td:first-child { background: var(--bg-2); box-shadow: inset 3px 0 var(--blue-2); }
.driver-progression .is-better { color: var(--green); }
.driver-progression .is-worse { color: var(--red); }
.driver-progression .is-neutral { color: var(--muted); }
.driver-progression .is-valid { color: var(--green); }
.driver-progression .is-invalid, .driver-progression .is-wall { color: var(--orange); }
.driver-progression .is-pit, .driver-progression .is-object { color: var(--blue-2); }
.driver-progression .is-car { color: var(--red); }
.progression-baseline { border-top: 1px solid var(--line); margin-top: 24px; padding-top: 16px; }
.progression-baseline summary { color: var(--blue-2); font-size: 14px; font-weight: 800; cursor: pointer; padding: 0 0 14px; }
@media (max-width: 950px) {
	.progression-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.progression-summary > div:nth-child(2) { border: 0; }
}
@media (max-width: 600px) {
	.driver-progression { width: 100%; height: 100dvh; margin: 0; border: 0; border-radius: 0; }
	.progression-header { padding: 14px; }
	.progression-header h2 { font-size: 19px; }
	.progression-context { font-size: 12px; gap: 4px; }
	.progression-context span { flex-basis: 100%; }
	.progression-scroll { padding: 15px 12px; }
	.progression-filters { grid-template-columns: repeat(2, minmax(0, 1fr)) 36px; gap: 10px; }
	.progression-filters label:nth-child(2) { grid-column: 2 / 4; }
	.progression-filters label:nth-child(3) { grid-column: 1; }
	.progression-summary { gap: 14px 12px; }
	.progression-summary strong { font-size: 21px; }
	.progression-summary span { font-size: 10px; }
	.progression-tabs { gap: 0; }
	.progression-tabs button { padding: 11px 10px; font-size: 12px; }
	.progression-chart { height: 265px; }
	.progression-table th, .progression-table td { padding: 9px; }
}
