.pfm-road-ahead {
--pfm-road-red: #8b0f1a;
--pfm-road-gold: #d6a313;
--pfm-road-ink: #111827;
--pfm-road-muted: #667085;
--pfm-road-line: #dfe4ec;
--pfm-road-soft: #f8fafc;
--pfm-road-card: #fff;
width: 100%;
max-width: 1180px;
margin: 0 auto;
color: var(--pfm-road-ink);
font-family: Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.pfm-road-ahead,
.pfm-road-ahead * {
box-sizing: border-box;
}
.pfm-road-ahead h1,
.pfm-road-ahead h2,
.pfm-road-ahead h3,
.pfm-road-ahead p,
.pfm-road-ahead label,
.pfm-road-ahead select,
.pfm-road-ahead button,
.pfm-road-ahead table,
.pfm-road-ahead a,
.pfm-road-ahead span,
.pfm-road-ahead strong,
.pfm-road-ahead small {
font-family: Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.pfm-road-ahead a,
.pfm-road-ahead a:link,
.pfm-road-ahead a:visited {
color: var(--pfm-road-ink);
-webkit-text-fill-color: currentColor;
text-decoration-color: rgba(139, 15, 26, .35);
}
.pfm-road-ahead a:hover,
.pfm-road-ahead a:focus-visible {
color: var(--pfm-road-red);
-webkit-text-fill-color: currentColor;
}
.pfm-road-ahead :focus-visible {
outline: 3px solid rgba(214, 163, 19, .72) !important;
outline-offset: 3px !important;
} .pfm-road-ahead .pfm-road-hero {
position: relative;
isolation: isolate;
overflow: hidden;
display: grid;
grid-template-columns: minmax(0, 1.35fr) minmax(220px, .65fr);
gap: 30px;
align-items: center;
margin: 0 0 24px;
border: 1px solid var(--pfm-road-line);
border-radius: 20px;
padding: 34px;
background: linear-gradient(135deg, #fff 0%, #f8fafc 52%, #f7edef 100%);
box-shadow: 0 18px 44px rgba(15, 23, 42, .09);
}
.pfm-road-ahead .pfm-road-hero::before {
content: "";
position: absolute;
inset: 0 auto 0 0;
width: 7px;
background: linear-gradient(180deg, var(--pfm-road-red) 0%, var(--pfm-road-gold) 100%);
z-index: -1;
}
.pfm-road-ahead .pfm-road-hero::after {
content: "PFM";
position: absolute;
right: 246px;
bottom: -50px;
color: rgba(15, 23, 42, .035);
font-size: 168px;
line-height: 1;
font-weight: 950;
letter-spacing: -.09em;
pointer-events: none;
z-index: -1;
}
.pfm-road-hero-copy {
position: relative;
z-index: 1;
min-width: 0;
}
.pfm-road-ahead .pfm-road-kicker,
.pfm-road-ahead .pfm-dashboard-editorial-head > span,
.pfm-road-ahead .pfm-road-stretches article > span,
.pfm-road-ahead .pfm-road-section-heading > div > span {
display: block;
color: var(--pfm-road-red);
font-size: 12px;
font-weight: 900;
letter-spacing: .11em;
text-transform: uppercase;
}
.pfm-road-ahead .pfm-road-hero h1 {
max-width: 830px;
margin: 7px 0 0;
color: var(--pfm-road-ink) !important;
font-size: clamp(42px, 5.6vw, 70px) !important;
line-height: .94 !important;
font-weight: 950 !important;
letter-spacing: -.045em !important;
text-transform: uppercase;
}
.pfm-road-ahead .pfm-road-hero p {
max-width: 800px;
margin: 17px 0 0;
color: #3f4a5a !important;
font-size: 16px !important;
line-height: 1.62 !important;
font-weight: 500;
}
.pfm-road-ahead .pfm-road-method {
max-width: 850px;
margin-top: 18px;
border: 1px solid #ead9a5;
border-left: 5px solid var(--pfm-road-gold);
border-radius: 10px;
padding: 13px 15px;
background: rgba(255, 255, 255, .84);
color: #374151;
font-size: 14px;
line-height: 1.55;
}
.pfm-road-ahead .pfm-road-method strong {
color: var(--pfm-road-ink);
font-weight: 900;
}
.pfm-road-ahead .pfm-road-freshness {
display: flex;
flex-wrap: wrap;
gap: 7px 22px;
margin-top: 16px;
color: var(--pfm-road-muted);
font-size: 12px;
font-weight: 700;
}
.pfm-road-ahead .pfm-road-hero-summary {
position: relative;
z-index: 2;
display: flex;
min-width: 0;
min-height: 176px;
flex-direction: column;
align-items: center;
justify-content: center;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, .12);
border-radius: 18px;
padding: 25px 18px;
background: linear-gradient(145deg, #151c2a 0%, var(--pfm-road-red) 72%, #a71220 100%);
box-shadow: 0 18px 34px rgba(80, 8, 17, .24);
text-align: center;
}
.pfm-road-ahead .pfm-road-hero-summary::before {
content: "PFM";
position: absolute;
top: 18px;
right: 12px;
color: rgba(255, 255, 255, .035);
font-size: 78px;
line-height: .9;
font-style: italic;
font-weight: 900;
letter-spacing: -.08em;
transform: skewX(-6deg);
pointer-events: none;
}
.pfm-road-ahead .pfm-road-hero-summary strong {
position: relative;
z-index: 1;
display: block;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 62px;
line-height: .95;
font-weight: 950;
letter-spacing: -.04em;
}
.pfm-road-ahead .pfm-road-hero-summary span {
position: relative;
z-index: 1;
display: block;
margin-top: 10px;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 11px;
line-height: 1.1;
font-weight: 950;
letter-spacing: .08em;
text-transform: uppercase;
}
.pfm-road-ahead .pfm-road-hero-summary small {
position: relative;
z-index: 1;
display: block;
max-width: 190px;
margin-top: 11px;
color: #f5dfe2 !important;
-webkit-text-fill-color: #f5dfe2 !important;
font-size: 10px;
line-height: 1.4;
font-weight: 850;
letter-spacing: .05em;
text-transform: uppercase;
} .pfm-road-ahead .pfm-road-overview {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 14px;
margin: 0 0 22px;
}
.pfm-road-ahead .pfm-road-overview > a {
position: relative;
display: block;
min-width: 0;
overflow: hidden;
border: 1px solid rgba(139, 15, 26, .16);
border-top: 3px solid var(--pfm-road-red);
border-radius: 12px;
padding: 18px;
background: linear-gradient(145deg, #fff 0%, rgba(139, 15, 26, .035) 100%);
box-shadow: 0 8px 22px rgba(15, 23, 42, .055);
color: var(--pfm-road-ink) !important;
text-decoration: none !important;
transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pfm-road-ahead .pfm-road-overview > a:hover,
.pfm-road-ahead .pfm-road-overview > a:focus-visible {
transform: translateY(-2px);
border-color: rgba(139, 15, 26, .32);
box-shadow: 0 12px 28px rgba(15, 23, 42, .09);
}
.pfm-road-ahead .pfm-road-overview > a > span {
display: block;
min-height: 32px;
color: var(--pfm-road-muted);
font-size: 10px;
line-height: 1.25;
font-weight: 900;
letter-spacing: .07em;
text-transform: uppercase;
}
.pfm-road-ahead .pfm-road-overview > a > div {
display: flex;
align-items: center;
gap: 10px;
min-width: 0;
margin: 12px 0;
}
.pfm-road-ahead .pfm-road-overview img {
width: 38px;
height: 38px;
flex: 0 0 38px;
object-fit: contain;
}
.pfm-road-ahead .pfm-road-overview strong {
min-width: 0;
overflow: hidden;
color: var(--pfm-road-ink);
font-size: 15px;
line-height: 1.2;
font-weight: 900;
text-overflow: ellipsis;
}
.pfm-road-ahead .pfm-road-overview b {
display: block;
color: var(--pfm-road-red);
font-size: 28px;
line-height: 1;
font-weight: 950;
} .pfm-road-ahead .pfm-road-selector {
display: block;
width: min(100%, 760px);
margin: 0 auto 24px;
border: 1px solid var(--pfm-road-line);
border-top: 3px solid var(--pfm-road-red);
border-radius: 14px;
padding: 18px 20px 20px;
background: #fff;
box-shadow: 0 7px 20px rgba(15, 23, 42, .055);
text-align: center;
}
.pfm-road-ahead .pfm-road-selector label {
display: block;
margin: 0 0 10px;
color: var(--pfm-road-ink);
font-size: 12px;
font-weight: 900;
letter-spacing: .07em;
text-transform: uppercase;
}
.pfm-road-ahead .pfm-road-selector-controls {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 10px;
align-items: stretch;
width: 100%;
max-width: 610px;
margin: 0 auto;
}
.pfm-road-ahead .pfm-road-selector select,
.pfm-road-ahead .pfm-road-mobile-sort select {
display: block;
width: 100%;
min-width: 0;
min-height: 46px;
margin: 0;
border: 1px solid #c8ced8;
border-radius: 9px;
padding: 9px 38px 9px 12px;
background-color: #fff;
color: var(--pfm-road-ink);
font-size: 15px;
line-height: 1.2;
font-weight: 700;
box-shadow: none;
}
.pfm-road-ahead .pfm-road-selector button,
.pfm-road-ahead .pfm-road-button {
display: inline-flex;
min-height: 46px;
align-items: center;
justify-content: center;
margin: 0;
border: 2px solid var(--pfm-road-red);
border-radius: 9px;
padding: 9px 18px;
background: var(--pfm-road-red) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 13px;
font-weight: 900;
line-height: 1.2;
letter-spacing: .02em;
text-decoration: none !important;
cursor: pointer;
box-shadow: none;
transition: background .16s ease, color .16s ease, transform .16s ease;
}
.pfm-road-ahead .pfm-road-selector button:hover,
.pfm-road-ahead .pfm-road-selector button:focus-visible,
.pfm-road-ahead .pfm-road-button:hover,
.pfm-road-ahead .pfm-road-button:focus-visible {
background: #fff !important;
color: var(--pfm-road-red) !important;
-webkit-text-fill-color: var(--pfm-road-red) !important;
transform: translateY(-1px);
} .pfm-road-ahead .pfm-road-team-panel,
.pfm-road-ahead .pfm-road-table-section,
.pfm-road-ahead .pfm-road-full {
margin-bottom: 22px;
border: 1px solid rgba(var(--pfm-team-primary-rgb, 139, 15, 26), .18);
border-top: 3px solid var(--pfm-team-primary, var(--pfm-road-red));
border-radius: 14px;
padding: 24px;
background: linear-gradient(145deg, #fff 0%, rgba(var(--pfm-team-primary-rgb, 139, 15, 26), .03) 100%);
box-shadow: 0 8px 22px rgba(15, 23, 42, .055);
}
.pfm-road-ahead .pfm-road-table-section {
border-top-color: var(--pfm-road-red);
background: #fff;
}
.pfm-road-ahead .pfm-road-team-title {
display: flex;
align-items: center;
gap: 16px;
padding-bottom: 19px;
border-bottom: 1px solid var(--pfm-road-line);
}
.pfm-road-ahead .pfm-road-team-title > img {
width: 76px;
height: 76px;
flex: 0 0 76px;
object-fit: contain;
filter: drop-shadow(0 7px 10px rgba(15, 23, 42, .1));
}
.pfm-road-ahead .pfm-road-team-title h2 {
margin: 3px 0;
color: var(--pfm-road-ink) !important;
font-size: clamp(28px, 3vw, 40px) !important;
line-height: 1.05 !important;
font-weight: 950 !important;
letter-spacing: -.03em;
}
.pfm-road-ahead .pfm-road-team-title > div > span {
color: var(--pfm-team-primary, var(--pfm-road-red));
font-size: 10px;
font-weight: 900;
letter-spacing: .08em;
text-transform: uppercase;
}
.pfm-road-ahead .pfm-road-team-title a {
font-size: 13px;
font-weight: 800;
}
.pfm-road-ahead .pfm-road-team-score {
margin-left: auto;
text-align: right;
}
.pfm-road-ahead .pfm-road-team-score strong {
display: block;
color: var(--pfm-team-primary, var(--pfm-road-red));
font-size: 42px;
line-height: 1;
font-weight: 950;
}
.pfm-road-ahead .pfm-road-team-score span {
display: block;
margin-top: 6px;
color: var(--pfm-road-muted);
font-size: 10px;
font-weight: 900;
letter-spacing: .07em;
text-transform: uppercase;
}
.pfm-road-ahead .pfm-road-metrics,
.pfm-team-road-ahead .pfm-road-dashboard-metrics {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 10px;
margin: 18px 0;
}
.pfm-road-ahead .pfm-road-metrics > div,
.pfm-team-road-ahead .pfm-road-dashboard-metrics > div {
min-width: 0;
border: 1px solid #e5e7eb;
border-radius: 10px;
padding: 14px;
background: #f8fafc;
}
.pfm-road-ahead .pfm-road-metrics span,
.pfm-team-road-ahead .pfm-road-dashboard-metrics span {
display: block;
color: var(--pfm-road-muted);
font-size: 10px;
line-height: 1.25;
font-weight: 900;
letter-spacing: .06em;
text-transform: uppercase;
}
.pfm-road-ahead .pfm-road-metrics strong,
.pfm-team-road-ahead .pfm-road-dashboard-metrics strong {
display: block;
margin-top: 5px;
color: var(--pfm-road-ink);
font-size: 24px;
line-height: 1.05;
font-weight: 950;
}
.pfm-team-road-ahead .pfm-road-dashboard-metrics small {
display: block;
margin-top: 5px;
color: var(--pfm-road-muted);
font-size: 11px;
line-height: 1.35;
}
.pfm-road-ahead .pfm-road-team-panel > h3,
.pfm-road-ahead .pfm-road-full > h2,
.pfm-road-ahead .pfm-road-table-section h2 {
color: var(--pfm-road-ink) !important;
font-weight: 950 !important;
letter-spacing: -.025em;
}
.pfm-road-ahead .pfm-road-team-panel > h3 {
margin: 22px 0 0;
font-size: 20px !important;
}
.pfm-road-ahead .pfm-road-full > h2 {
margin: 0 0 16px;
font-size: 28px !important;
} .pfm-road-games {
display: grid;
gap: 10px;
margin-top: 18px;
}
.pfm-road-game {
display: grid;
grid-template-columns: 70px minmax(230px, 1fr) 160px 150px auto;
align-items: center;
gap: 13px;
min-width: 0;
border: 1px solid var(--pfm-road-line);
border-radius: 10px;
padding: 12px 14px;
background: #fff;
}
.pfm-road-week {
color: var(--pfm-road-red);
font-size: 12px;
font-weight: 900;
text-transform: uppercase;
}
.pfm-road-game > a {
display: flex;
min-width: 0;
align-items: center;
gap: 10px;
color: var(--pfm-road-ink) !important;
text-decoration: none !important;
}
.pfm-road-game > a:hover strong {
text-decoration: underline;
}
.pfm-road-game img {
width: 38px;
height: 38px;
flex: 0 0 38px;
object-fit: contain;
}
.pfm-road-game small,
.pfm-road-game strong {
display: block;
}
.pfm-road-game small {
color: var(--pfm-road-muted);
font-size: 12px;
line-height: 1.3;
}
.pfm-road-game strong {
margin-top: 2px;
color: var(--pfm-road-ink);
font-size: 14px;
line-height: 1.3;
font-weight: 900;
}
.pfm-road-date {
color: var(--pfm-road-muted);
font-size: 12px;
line-height: 1.4;
}
.pfm-road-bar {
height: 9px;
overflow: hidden;
border-radius: 999px;
background: #e5e7eb;
}
.pfm-road-bar i {
display: block;
height: 100%;
border-radius: 999px;
background: linear-gradient(90deg, var(--pfm-team-primary, var(--pfm-road-red)), var(--pfm-team-secondary, var(--pfm-road-gold)));
}
.pfm-road-badges {
display: flex;
flex-wrap: wrap;
gap: 5px;
}
.pfm-road-badges em {
white-space: nowrap;
border: 1px solid #c8ced8;
border-radius: 999px;
padding: 3px 7px;
color: #475569;
font-size: 9px;
font-style: normal;
font-weight: 900;
letter-spacing: .04em;
text-transform: uppercase;
} .pfm-road-stretches {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
margin-bottom: 22px;
}
.pfm-road-stretches article {
border: 1px solid var(--pfm-road-line);
border-top: 3px solid var(--pfm-road-gold);
border-radius: 14px;
padding: 20px;
background: #fff;
box-shadow: 0 7px 20px rgba(15, 23, 42, .05);
}
.pfm-road-stretches h3 {
margin: 6px 0;
color: var(--pfm-road-ink) !important;
font-size: 23px !important;
line-height: 1.15 !important;
font-weight: 950 !important;
}
.pfm-road-stretches article > strong {
color: var(--pfm-road-muted);
font-size: 13px;
}
.pfm-road-stretches article > div {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 15px;
}
.pfm-road-stretches a {
display: flex;
align-items: center;
gap: 6px;
border: 1px solid var(--pfm-road-line);
border-radius: 8px;
padding: 7px 9px;
color: var(--pfm-road-ink) !important;
font-size: 12px;
font-weight: 800;
text-decoration: none !important;
}
.pfm-road-stretches img {
width: 27px;
height: 27px;
object-fit: contain;
} .pfm-road-section-heading {
display: flex;
align-items: end;
justify-content: space-between;
gap: 24px;
margin-bottom: 18px;
}
.pfm-road-ahead .pfm-road-section-heading h2 {
margin: 5px 0 0;
font-size: 32px !important;
line-height: 1.05 !important;
}
.pfm-road-section-heading > p {
max-width: 470px;
margin: 0;
color: var(--pfm-road-muted);
font-size: 14px;
line-height: 1.5;
text-align: right;
}
.pfm-road-table-wrap {
width: 100%;
max-width: 100%;
overflow-x: auto;
overflow-y: visible;
border: 1px solid var(--pfm-road-line);
border-radius: 12px;
background: #fff;
-webkit-overflow-scrolling: touch;
}
.pfm-road-rankings-table {
width: 100%;
min-width: 980px;
margin: 0 !important;
border: 0 !important;
border-collapse: collapse !important;
table-layout: auto;
background: #fff;
}
.pfm-road-rankings-table th,
.pfm-road-rankings-table td {
height: auto !important;
border: 0 !important;
border-bottom: 1px solid #e8ebf0 !important;
padding: 13px 12px !important;
background: #fff !important;
color: var(--pfm-road-ink) !important;
font-size: 13px !important;
line-height: 1.35 !important;
text-align: left !important;
vertical-align: middle !important;
}
.pfm-road-rankings-table thead,
.pfm-road-rankings-table thead tr {
display: table-header-group !important;
position: static !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
overflow: visible !important;
clip: auto !important;
visibility: visible !important;
}
.pfm-road-rankings-table thead tr {
display: table-row !important;
}
.pfm-road-rankings-table th {
position: relative;
height: 54px !important;
padding-right: 28px !important;
background: #f8fafc !important;
color: #475569 !important;
font-size: 10px !important;
font-weight: 900 !important;
letter-spacing: .07em !important;
text-transform: uppercase !important;
white-space: nowrap;
}
.pfm-road-rankings-table th[data-sort] {
cursor: pointer;
user-select: none;
}
.pfm-road-rankings-table th[data-sort]::after {
content: "↕";
position: absolute;
top: 50%;
right: 10px;
color: #94a3b8;
transform: translateY(-50%);
}
.pfm-road-rankings-table th[aria-sort="ascending"]::after {
content: "↑";
color: var(--pfm-road-red);
}
.pfm-road-rankings-table th[aria-sort="descending"]::after {
content: "↓";
color: var(--pfm-road-red);
}
.pfm-road-rankings-table tbody tr:last-child td {
border-bottom: 0 !important;
}
.pfm-road-rankings-table tbody tr:hover td {
background: #fbf6f7 !important;
}
.pfm-road-rankings-table td:nth-child(n + 3):nth-child(-n + 8) {
font-variant-numeric: tabular-nums;
font-weight: 800;
}
.pfm-road-table-team {
display: inline-flex;
min-width: 190px;
align-items: center;
gap: 9px;
color: var(--pfm-road-ink) !important;
text-decoration: none !important;
}
.pfm-road-table-team img {
width: 32px;
height: 32px;
flex: 0 0 32px;
object-fit: contain;
}
.pfm-road-table-team strong {
font-size: 13px;
font-weight: 900;
}
.pfm-road-rank-badge {
display: inline-flex;
width: 34px;
height: 34px;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #f1e7e8;
color: var(--pfm-road-red);
font-weight: 950;
}
.pfm-road-table-opponent a {
white-space: nowrap;
color: var(--pfm-road-ink) !important;
font-weight: 800;
text-decoration: none !important;
}
.pfm-road-table-opponent a span {
color: var(--pfm-road-muted);
font-weight: 700;
}
.pfm-road-mobile-rankings {
display: none;
} .pfm-road-mobile-sort {
margin-bottom: 14px;
}
.pfm-road-mobile-sort label {
display: block;
margin-bottom: 7px;
color: var(--pfm-road-muted);
font-size: 10px;
font-weight: 900;
letter-spacing: .07em;
text-transform: uppercase;
}
.pfm-road-mobile-list {
display: grid;
gap: 14px;
}
.pfm-road-rank-card {
overflow: hidden;
border: 1px solid rgba(139, 15, 26, .16);
border-top: 3px solid var(--pfm-road-red);
border-radius: 12px;
padding: 16px;
background: linear-gradient(145deg, #fff 0%, rgba(139, 15, 26, .025) 100%);
box-shadow: 0 7px 18px rgba(15, 23, 42, .05);
}
.pfm-road-rank-card-head {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
gap: 14px;
align-items: center;
padding-bottom: 14px;
border-bottom: 1px solid #e8ebf0;
}
.pfm-road-rank-number {
display: flex;
width: 74px;
min-height: 68px;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 10px;
background: linear-gradient(145deg, #151c2a, var(--pfm-road-red));
text-align: center;
}
.pfm-road-rank-number small {
color: #f5dfe2 !important;
font-size: 8px;
line-height: 1.2;
font-weight: 900;
letter-spacing: .04em;
text-transform: uppercase;
}
.pfm-road-rank-number strong {
margin-top: 4px;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 27px;
line-height: 1;
font-weight: 950;
}
.pfm-road-rank-card-head > a {
display: flex;
min-width: 0;
align-items: center;
justify-content: flex-end;
gap: 10px;
color: var(--pfm-road-ink) !important;
text-align: right;
text-decoration: none !important;
}
.pfm-road-rank-card-head > a img {
width: 46px;
height: 46px;
flex: 0 0 46px;
object-fit: contain;
}
.pfm-road-rank-card-head > a strong {
max-width: 190px;
color: var(--pfm-road-ink);
font-size: 20px;
line-height: 1.15;
font-weight: 950;
}
.pfm-road-rank-card-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1px;
margin-top: 14px;
overflow: hidden;
border: 1px solid #e8ebf0;
border-radius: 10px;
background: #e8ebf0;
}
.pfm-road-rank-card-grid > div {
min-width: 0;
padding: 12px;
background: #fff;
}
.pfm-road-rank-card-grid span,
.pfm-road-rank-card-opponent > span {
display: block;
color: var(--pfm-road-muted);
font-size: 9px;
line-height: 1.25;
font-weight: 900;
letter-spacing: .055em;
text-transform: uppercase;
}
.pfm-road-rank-card-grid strong {
display: block;
margin-top: 4px;
color: var(--pfm-road-ink);
font-size: 20px;
line-height: 1;
font-weight: 950;
}
.pfm-road-rank-card-opponent {
margin-top: 14px;
border-radius: 9px;
padding: 12px;
background: #f8fafc;
}
.pfm-road-rank-card-opponent a {
display: inline-block;
margin-top: 5px;
color: var(--pfm-road-ink) !important;
font-size: 13px;
font-weight: 900;
text-decoration: none !important;
}
.pfm-road-rank-card-opponent a span {
color: var(--pfm-road-muted);
font-weight: 700;
} .pfm-team-road-ahead .pfm-road-summary {
margin: 0 0 16px;
font-size: 15px;
line-height: 1.65;
}
.pfm-team-road-ahead .pfm-road-toughest {
display: flex;
align-items: center;
gap: 6px;
flex-wrap: wrap;
margin: 16px 0;
color: #374151;
font-size: 13px;
}
.pfm-team-road-ahead .pfm-road-toughest a {
display: inline-flex;
align-items: center;
gap: 6px;
color: var(--pfm-team-primary, var(--pfm-road-red)) !important;
font-weight: 900;
}
.pfm-team-road-ahead .pfm-road-toughest img {
width: 28px;
height: 28px;
object-fit: contain;
}
.pfm-road-complete {
border-left: 4px solid var(--pfm-road-gold);
border-radius: 8px;
padding: 18px;
background: #faf8f3;
}
.pfm-road-complete strong {
font-size: 18px;
font-weight: 950;
}
.pfm-road-complete p {
margin-bottom: 0;
} .pfm-road-admin .pfm-road-admin-stats {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 10px;
margin: 18px 0;
}
.pfm-road-admin-stats > div {
border: 1px solid #dcdcde;
border-radius: 8px;
padding: 16px;
background: #fff;
}
.pfm-road-admin-stats span {
display: block;
color: #666;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
}
.pfm-road-admin-stats strong {
display: block;
margin-top: 4px;
font-size: 17px;
}
.pfm-road-admin-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}
.pfm-road-admin-card {
margin: 15px 0;
border: 1px solid #dcdcde;
border-radius: 8px;
padding: 20px;
background: #fff;
}
.pfm-road-preview-table {
max-height: 440px;
overflow: auto;
margin: 15px 0;
}
@media (max-width: 980px) {
.pfm-road-ahead .pfm-road-hero {
grid-template-columns: minmax(0, 1fr) minmax(205px, .55fr);
gap: 22px;
padding: 28px;
}
.pfm-road-ahead .pfm-road-hero::after {
right: 210px;
}
.pfm-road-ahead .pfm-road-overview {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pfm-road-ahead .pfm-road-metrics,
.pfm-team-road-ahead .pfm-road-dashboard-metrics {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pfm-road-game {
grid-template-columns: 60px minmax(180px, 1fr) 120px;
}
.pfm-road-bar,
.pfm-road-badges {
grid-column: 2 / 4;
}
.pfm-road-admin .pfm-road-admin-stats {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 760px) {
.pfm-road-ahead .pfm-road-hero {
grid-template-columns: 1fr;
gap: 18px;
padding: 24px 20px;
}
.pfm-road-ahead .pfm-road-hero::after {
right: -8px;
bottom: -30px;
font-size: 130px;
}
.pfm-road-ahead .pfm-road-hero h1 {
font-size: 38px !important;
line-height: .98 !important;
letter-spacing: -.04em !important;
}
.pfm-road-ahead .pfm-road-hero p {
font-size: 15px !important;
line-height: 1.55 !important;
}
.pfm-road-ahead .pfm-road-method {
font-size: 13px;
}
.pfm-road-ahead .pfm-road-hero-summary {
min-height: 145px;
width: 100%;
}
.pfm-road-ahead .pfm-road-hero-summary strong {
font-size: 56px;
}
.pfm-road-section-heading {
display: block;
}
.pfm-road-section-heading > p {
margin-top: 10px;
text-align: left;
}
.pfm-road-desktop-rankings {
display: none !important;
}
.pfm-road-mobile-rankings {
display: block;
}
.pfm-road-ahead .pfm-road-table-section {
overflow: hidden;
}
}
@media (max-width: 650px) {
.pfm-road-ahead .pfm-road-overview,
.pfm-road-stretches,
.pfm-road-admin-grid {
grid-template-columns: 1fr;
}
.pfm-road-ahead .pfm-road-selector {
width: 100%;
padding: 16px;
}
.pfm-road-ahead .pfm-road-selector-controls {
grid-template-columns: 1fr;
}
.pfm-road-ahead .pfm-road-selector button {
width: 100%;
}
.pfm-road-ahead .pfm-road-team-panel,
.pfm-road-ahead .pfm-road-table-section,
.pfm-road-ahead .pfm-road-full {
padding: 18px;
}
.pfm-road-ahead .pfm-road-team-title {
align-items: flex-start;
flex-wrap: wrap;
}
.pfm-road-ahead .pfm-road-team-title > img {
width: 60px;
height: 60px;
flex-basis: 60px;
}
.pfm-road-ahead .pfm-road-team-score {
width: 100%;
margin-left: 0;
padding-top: 14px;
border-top: 1px solid var(--pfm-road-line);
text-align: left;
}
.pfm-road-game {
grid-template-columns: 55px minmax(0, 1fr);
padding: 11px;
}
.pfm-road-date,
.pfm-road-bar,
.pfm-road-badges {
grid-column: 2 / 3;
}
.pfm-road-ahead .pfm-road-metrics,
.pfm-team-road-ahead .pfm-road-dashboard-metrics {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pfm-road-admin .pfm-road-admin-stats {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 430px) {
.pfm-road-ahead .pfm-road-hero h1 {
font-size: 35px !important;
}
.pfm-road-ahead .pfm-road-overview > a {
padding: 16px;
}
.pfm-road-rank-card-head > a strong {
font-size: 18px;
}
.pfm-road-rank-card-grid > div {
padding: 11px 10px;
}
}
@media (prefers-reduced-motion: reduce) {
.pfm-road-ahead .pfm-road-overview > a,
.pfm-road-ahead .pfm-road-selector button,
.pfm-road-ahead .pfm-road-button {
transition: none;
}
}