:root {
  --teal: #087f82;
  --teal-dark: #03575d;
  --aqua: #69d1cf;
  --ink: #071d27;
  --muted: #607078;
  --foam: #eef8f6;
  --sand: #f5f1e8;
  --white: #fff;
  --line: #d9e4e2;
  --orange: #ff7648;
  --shadow: 0 22px 70px rgba(7, 29, 39, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fbfdfc; font: 15px/1.6 Inter, system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.site-header { position: sticky; top: 0; z-index: 20; min-height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 10px clamp(20px, 5vw, 72px); border-bottom: 1px solid rgba(8,127,130,.14); background: rgba(251,253,252,.94); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 13px; font-family: "Barlow Condensed", sans-serif; font-size: 24px; letter-spacing: .02em; text-transform: uppercase; }
.brand img { width: 78px; height: 52px; object-fit: contain; mix-blend-mode: multiply; }
.brand b { color: var(--teal); }
.brand em { display: inline-block; margin-left: 5px; padding: 2px 7px; border-radius: 99px; background: var(--ink); color: white; font: 700 11px Inter; font-style: normal; vertical-align: 4px; }
.site-header nav { display: flex; align-items: center; gap: 18px; font-size: 13px; font-weight: 600; }
.site-header nav a { position: relative; padding: 9px 0; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--teal); transition: right .2s; }
.site-header nav a:hover::after { right: 0; }
.site-header nav .admin-link { padding: 9px 15px; border-radius: 99px; background: var(--ink); color: white; }
.nav-toggle { display: none; border: 0; background: none; font-weight: 700; }
main { min-height: 70vh; }
.hero { min-height: 650px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 5vw; padding: 90px clamp(24px, 8vw, 130px); overflow: hidden; background:
  radial-gradient(circle at 77% 48%, rgba(105,209,207,.28) 0 11%, transparent 11.3%),
  radial-gradient(circle at 77% 48%, transparent 0 20%, rgba(8,127,130,.13) 20.2% 20.8%, transparent 21%),
  linear-gradient(135deg, var(--foam), #fff 58%); }
.hero::after { content: ""; position: absolute; right: 8%; top: 170px; width: 32vw; height: 32vw; max-width: 470px; max-height: 470px; border: 1px solid rgba(8,127,130,.16); border-radius: 50%; pointer-events: none; }
.eyebrow { margin: 0 0 10px; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--aqua); }
h1, h2, h3 { font-family: "Barlow Condensed", Impact, sans-serif; line-height: .96; }
.hero h1 { margin: 0; max-width: 750px; font-size: clamp(68px, 8.5vw, 132px); letter-spacing: -.045em; text-transform: uppercase; }
.hero h1 span { color: var(--teal); }
.hero-text { max-width: 650px; margin: 30px 0; color: #44575e; font-size: clamp(16px, 1.4vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 7px; font-weight: 700; transition: transform .16s, box-shadow .16s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(7,29,39,.12); }
.button.primary { border-color: var(--teal); background: var(--teal); color: white; }
.button.ghost { background: transparent; }
.button.small { min-height: 38px; padding: 0 15px; font-size: 13px; }
.hero-score { position: relative; z-index: 1; display: grid; justify-items: center; gap: 35px; }
.score-orbit { width: min(280px, 70vw); aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 2px solid rgba(8,127,130,.6); border-radius: 50%; background: rgba(255,255,255,.72); box-shadow: inset 0 0 0 18px rgba(105,209,207,.12), var(--shadow); }
.score-orbit span { color: var(--teal); font: 800 80px/1 "Barlow Condensed"; }
.score-orbit small { color: var(--ink); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-score dl { display: flex; gap: 32px; margin: 0; }
.hero-score dl div { display: grid; grid-template-columns: auto 100px; gap: 5px 10px; align-items: center; }
.hero-score dt { grid-row: 1/3; font: 800 40px "Barlow Condensed"; }
.hero-score dd { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.3; }
.section { max-width: 1260px; margin: auto; padding: 90px 34px; }
.section.narrow { max-width: 1120px; }
.split-grid { display: grid; grid-template-columns: 1.6fr .8fr; gap: 30px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 26px; }
.section-heading h2 { margin: 0; font-size: clamp(36px, 4vw, 56px); text-transform: uppercase; }
.section-heading > a { color: var(--teal); font-weight: 700; white-space: nowrap; }
.podium-table { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }
.ranking-row { display: grid; grid-template-columns: 40px 48px 1fr auto; align-items: center; gap: 13px; padding: 17px 20px; border-bottom: 1px solid var(--line); }
.ranking-row:last-child { border: 0; }
.ranking-row:hover { background: var(--foam); }
.rank { color: var(--teal); font: 700 24px "Barlow Condensed"; }
.avatar { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--teal); color: white; font-weight: 800; }
.avatar.large { width: 48px; height: 48px; }
.person { display: flex; flex-direction: column; line-height: 1.35; }
.person small, .ranking-row strong small { color: var(--muted); font-size: 11px; font-weight: 500; }
.ranking-row > strong { color: var(--teal-dark); font-size: 20px; }
.constant-card { padding: 34px; border-radius: 14px; background: var(--ink); color: white; box-shadow: var(--shadow); }
.constant-card h2 { margin: 0 0 30px; font-size: 48px; text-transform: uppercase; }
.constant-card > p:last-child { margin: 28px 0 0; color: #9cb5ba; }
.constant-row { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 9px; padding: 17px 0; border-bottom: 1px solid #24404a; }
.constant-row > span { color: var(--aqua); font: 700 22px "Barlow Condensed"; }
.constant-row strong { font-size: 22px; }
.constant-row small { grid-column: 3; margin-top: -12px; color: #87a4aa; font-size: 10px; }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.event-card { min-height: 220px; display: grid; grid-template-columns: 68px 1fr; align-content: space-between; gap: 20px; padding: 25px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.event-card time { width: 62px; height: 70px; display: grid; place-content: center; text-align: center; border-radius: 9px; background: var(--teal); color: white; line-height: 1; }
.event-card time b { font: 800 30px "Barlow Condensed"; }
.event-card time span { font-size: 11px; text-transform: uppercase; }
.event-card p { margin: 0 0 8px; color: var(--teal); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.event-card h3 { margin: 0 0 8px; font-size: 28px; line-height: 1; }
.event-card div > span { color: var(--muted); font-size: 13px; }
.event-card > a { grid-column: 2; color: var(--teal); font-weight: 700; }
.winners { max-width: none; background: var(--sand); }
.winners > * { max-width: 1192px; margin-left: auto; margin-right: auto; }
.winner-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: #d5d0c5; border: 1px solid #d5d0c5; }
.winner-grid article { position: relative; min-height: 260px; padding: 30px; overflow: hidden; background: var(--sand); }
.wave-number { position: absolute; right: 15px; bottom: -35px; color: rgba(8,127,130,.10); font: 800 150px "Barlow Condensed"; }
.winner-grid p { position: relative; color: var(--muted); font-size: 12px; }
.winner-grid h3 { position: relative; margin: 18px 0; font-size: 25px; line-height: 1.05; }
.winner-grid a { position: absolute; left: 30px; bottom: 25px; color: var(--teal); font-weight: 700; }
.page-head { padding: 95px max(24px, calc((100vw - 1050px)/2)); background: linear-gradient(125deg, var(--ink), #0c4d53); color: white; }
.page-head .eyebrow { color: var(--aqua); }
.page-head h1 { margin: 0; font-size: clamp(58px, 8vw, 100px); text-transform: uppercase; }
.page-head > p:last-child { max-width: 700px; color: #c3d7da; font-size: 18px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }
.league-table { width: 100%; border-collapse: collapse; }
.league-table th { padding: 15px 18px; background: var(--foam); color: var(--muted); font-size: 11px; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.league-table td { padding: 16px 18px; border-top: 1px solid var(--line); }
.league-table td b, .league-table td small { display: block; }
.league-table td small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.league-table td:last-child strong { color: var(--teal-dark); font-size: 19px; }
.rank-badge { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #edf1f1; font-weight: 800; }
.rank-badge.rank-1 { background: #f5c84c; }
.rank-badge.rank-2 { background: #cbd3d7; }
.rank-badge.rank-3 { background: #d99c6a; }
.member-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; color: var(--muted); }
.member-search { margin-bottom: 22px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--foam); }
.member-search > div { display: grid; grid-template-columns: minmax(180px, 1fr) auto auto; gap: 10px; margin-top: 7px; }
.member-search .button { min-height: 46px; }
.member-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.member-card { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.member-card h3 { margin: 0; font: 700 21px Inter; }
.member-card p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.member-card dl { margin: 0; text-align: right; }
.member-card dt { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.member-card dd { margin: 3px 0 0; font-weight: 700; }
.member-link { color: inherit; }
.member-link:hover { color: var(--teal); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.member-actions { grid-column: 3; display: grid; justify-items: end; gap: 4px; }
.member-actions a { color: var(--teal); font-size: 12px; }
.profile-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: -128px; margin-bottom: 80px; position: relative; }
.profile-summary div { min-height: 145px; display: grid; align-content: center; padding: 25px; border: 1px solid rgba(105,209,207,.28); border-radius: 14px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); }
.profile-summary strong { color: var(--teal); font: 800 56px/1 "Barlow Condensed"; }
.profile-summary span { margin-top: 8px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.profile-heading { margin-top: 28px; }
.member-results-table tfoot td { background: var(--foam); font-weight: 700; }
.score-breakdown { min-width: 190px; display: block; color: var(--muted); font-size: 11px; }
.score-warning { margin-bottom: 30px; padding: 14px 17px; border-left: 4px solid var(--orange); border-radius: 7px; background: #fff4ef; color: #7d3623; font-weight: 700; }
.review-section { margin-top: 75px; padding: 34px; border: 1px solid var(--line); border-radius: 14px; background: var(--foam); }
.review-intro { max-width: 650px; margin-top: -12px; color: var(--muted); }
.review-form { display: grid; grid-template-columns: 1fr 1.2fr; gap: 18px; margin-top: 28px; }
.review-form fieldset { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 0; padding: 11px 14px; border: 1px solid #bdcdca; border-radius: 7px; background: white; }
.review-form legend { padding: 0 5px; color: #3f5359; font-size: 12px; font-weight: 700; }
.review-choice { display: flex; align-items: center; gap: 7px; }
.review-choice input { width: auto; }
.review-form > label:nth-of-type(3), .review-form > button { grid-column: 1 / -1; }
.review-form > button { justify-self: start; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.review-list { display: grid; gap: 10px; margin-top: 34px; }
.review-item { padding: 17px 19px; border-left: 4px solid var(--teal); border-radius: 8px; background: white; }
.review-item.review-issue { border-left-color: var(--orange); }
.review-item > div { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.review-item time { margin-left: auto; color: var(--muted); font-size: 11px; }
.review-item p { margin: 10px 0 0; }
.review-pill { padding: 3px 8px; border-radius: 99px; background: var(--teal); color: white; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.review-issue .review-pill { background: var(--orange); }
.stats-head { background:
  radial-gradient(circle at 84% 42%, rgba(105,209,207,.24) 0 10%, transparent 10.4%),
  linear-gradient(135deg, var(--ink), #0b3b45); color: white; }
.stats-head .eyebrow { color: var(--aqua); }
.stats-head p:last-child { color: #bed2d5; }
.statistics-page { padding-top: 0; }
.stats-summary { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: -58px; }
.stats-summary article { min-height: 190px; display: grid; align-content: center; padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }
.stats-summary article.highlight { border-color: var(--teal); background: var(--teal); color: white; }
.stats-summary article > span { color: #b6c9c6; font: 700 13px "Barlow Condensed"; letter-spacing: .14em; }
.stats-summary article.highlight > span { color: var(--aqua); }
.stats-summary strong { color: var(--teal); font: 800 clamp(48px, 5vw, 72px)/1 "Barlow Condensed"; }
.stats-summary .highlight strong { color: white; }
.stats-summary p { margin: 8px 0 0; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.stats-summary .highlight p { color: #d7eeee; }
.stats-section { margin-top: 88px; }
.section-note { max-width: 260px; margin: 0; color: var(--muted); font-size: 12px; text-align: right; }
.award-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.award-card { position: relative; min-height: 240px; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; }
.award-card:nth-child(1), .award-card:nth-child(2) { border-color: var(--teal); background: var(--ink); color: white; }
.award-number { position: absolute; right: 18px; top: 3px; color: #e5efed; font: 800 84px "Barlow Condensed"; }
.award-card:nth-child(1) .award-number, .award-card:nth-child(2) .award-number { color: rgba(105,209,207,.14); }
.award-card p { position: relative; margin: 0 0 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.award-card:nth-child(1) p, .award-card:nth-child(2) p { color: #8eb0b4; }
.award-card h3 { position: relative; margin: 0 0 17px; color: var(--teal); font-size: 35px; text-transform: uppercase; }
.award-card:nth-child(1) h3, .award-card:nth-child(2) h3 { color: var(--aqua); }
.award-card a { position: relative; font-weight: 800; }
.award-card a:hover { color: var(--teal); }
.award-card strong { position: relative; margin-top: 4px; color: var(--orange); font-size: 13px; }
.empty-award { position: relative; color: var(--muted); }
.provisional-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; }
.stats-award-link { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; }
.stats-award-link .provisional-note { margin: 0; }
.awards-head { background:
  radial-gradient(circle at 84% 35%, rgba(255,118,72,.24) 0 10%, transparent 10.4%),
  linear-gradient(135deg, #20150f, var(--ink) 62%, #0b4a50); }
.awards-page { padding-top: 0; }
.award-status { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 88px; margin-top: -44px; padding: 22px 28px; border: 1px solid #c7dedb; border-radius: 14px; background: white; box-shadow: var(--shadow); }
.award-status > div { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.award-status p { max-width: 620px; margin: 0; color: var(--muted); font-size: 12px; text-align: right; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,118,72,.14); }
.full-award-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 62px; }
.full-award-card { min-height: 385px; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 14px 40px rgba(7,29,39,.06); }
.full-award-card > header { display: flex; align-items: start; gap: 18px; }
.full-award-card > header > span { color: var(--aqua); font: 800 54px/1 "Barlow Condensed"; }
.full-award-card header p { margin: 2px 0 5px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.full-award-card h2 { margin: 0; color: var(--teal); font-size: 41px; text-transform: uppercase; }
.full-award-card.award-oro-m, .full-award-card.award-oro-f { border-color: #1c4850; background: var(--ink); color: white; }
.full-award-card.award-oro-m h2, .full-award-card.award-oro-f h2 { color: var(--aqua); }
.full-award-card.award-oro-m header p, .full-award-card.award-oro-f header p { color: #8faab0; }
.award-description { min-height: 48px; margin: 22px 0; color: var(--muted); font-size: 12px; }
.award-oro-m .award-description, .award-oro-f .award-description { color: #a9bec2; }
.award-podium { margin: 0; padding: 0; list-style: none; }
.award-podium li { min-height: 58px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 12px; border-top: 1px solid var(--line); }
.award-oro-m .award-podium li, .award-oro-f .award-podium li { border-color: #24404a; }
.award-podium .medal { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #e8eeee; font-weight: 800; }
.award-podium .podium-place-1 .medal { background: #f5c84c; color: #3c2d02; }
.award-podium .podium-place-2 .medal { background: #cbd3d7; color: #26353b; }
.award-podium .podium-place-3 .medal { background: #d99c6a; color: #43230c; }
.award-podium a { display: flex; min-width: 0; flex-direction: column; line-height: 1.28; }
.award-podium a:hover b { color: var(--teal); }
.award-oro-m .award-podium a:hover b, .award-oro-f .award-podium a:hover b { color: var(--aqua); }
.award-podium small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.award-podium strong { color: var(--orange); font-size: 13px; white-space: nowrap; }
.award-empty { color: var(--muted); }
.social-awards { margin-top: 80px; padding: 38px; border-radius: 18px; background: var(--ink); color: white; }
.social-awards .section-heading > span { color: #8faab0; font-size: 11px; }
.social-awards > div:last-child { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 20px; background: #24404a; }
.social-awards article { position: relative; min-height: 230px; padding: 28px; overflow: hidden; background: var(--ink); }
.social-awards article > span { position: absolute; right: 15px; bottom: -30px; color: rgba(105,209,207,.09); font: 800 130px "Barlow Condensed"; }
.social-awards h3 { position: relative; margin: 40px 0 14px; color: var(--aqua); font-size: 31px; text-transform: uppercase; }
.social-awards article p { position: relative; color: #a9bec2; font-size: 12px; }
.award-rules { display: grid; grid-template-columns: .65fr 1.35fr; gap: 50px; margin-top: 70px; padding: 35px; border: 1px solid var(--line); border-radius: 14px; background: var(--foam); }
.award-rules h2 { margin: 0; font-size: 45px; text-transform: uppercase; }
.award-rules ul { margin: 0; padding-left: 20px; color: #40575c; }
.award-rules li + li { margin-top: 10px; }
.rankings-head { background:
  linear-gradient(115deg, rgba(8,127,130,.18), transparent 40%),
  linear-gradient(135deg, #071d27, #083c46); }
.rankings-page { padding-top: 0; }
.ranking-tabs { position: relative; display: flex; gap: 8px; margin-top: -27px; padding: 8px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: var(--shadow); }
.ranking-tabs a { flex: 1; padding: 13px; border-radius: 8px; color: var(--teal); text-align: center; }
.ranking-tabs a:hover { background: var(--foam); }
.ranking-tabs a::after { display: none; }
.ranking-section { margin-top: 82px; scroll-margin-top: 110px; }
.category-ranking-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.category-ranking-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; }
.category-ranking-card > header { display: flex; align-items: center; gap: 14px; padding: 20px; background: var(--ink); color: white; }
.category-ranking-card > header span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: white; font-weight: 800; }
.category-ranking-card h3 { margin: 0; color: var(--aqua); font-size: 31px; text-transform: uppercase; }
.category-ranking-card > div > a { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 5px 11px; min-height: 62px; padding: 10px 17px; border-top: 1px solid var(--line); }
.category-ranking-card > div > a:hover { background: var(--foam); }
.category-place { grid-row: 1 / 3; color: var(--teal); font: 800 22px "Barlow Condensed"; }
.category-ranking-card b { line-height: 1.2; }
.category-ranking-card small { grid-column: 2; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.category-ranking-card strong { grid-column: 3; grid-row: 1 / 3; color: var(--teal); font-size: 17px; }
.ranking-method { margin: 20px 0 0; padding: 18px 21px; border-left: 4px solid var(--teal); background: var(--foam); color: var(--muted); font-size: 12px; }
.ranking-filter { display: grid; grid-template-columns: 1.45fr .75fr auto; align-items: end; gap: 14px; margin-bottom: 28px; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--foam); }
.selected-race-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 42px 0 18px; }
.selected-race-head p { margin: 0; color: var(--teal); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.selected-race-head h3 { margin: 5px 0 0; font-size: 36px; text-transform: uppercase; }
.selected-race-head > strong { color: var(--orange); font: 800 30px "Barlow Condensed"; white-space: nowrap; }
.pure-ranking-table td:nth-child(4) strong { color: var(--teal); white-space: nowrap; }
.pure-ranking-table td:nth-child(5) { white-space: nowrap; }
.split-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.section-heading.compact { min-height: 84px; align-items: start; }
.stat-ranking { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; }
.stat-ranking a { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 11px; min-height: 62px; padding: 10px 17px; border-bottom: 1px solid var(--line); }
.stat-ranking a:last-child { border-bottom: 0; }
.stat-ranking a:hover { background: var(--foam); }
.stat-ranking a > span { color: var(--teal); font: 800 22px "Barlow Condensed"; }
.stat-ranking a > b { line-height: 1.25; }
.stat-ranking a > strong { color: var(--teal); font-size: 18px; white-space: nowrap; }
.stat-ranking a small { color: var(--muted); font-size: 10px; }
.participation-panel { padding: 34px; border-radius: 18px; background: var(--sand); }
.event-bars { display: grid; gap: 6px; }
.event-bar-row { display: grid; grid-template-columns: minmax(220px, 1.25fr) 1fr 42px; align-items: center; gap: 20px; min-height: 66px; padding: 8px 12px; border-radius: 9px; }
.event-bar-row:hover { background: rgba(255,255,255,.65); }
.event-bar-copy { display: flex; flex-direction: column; line-height: 1.35; }
.event-bar-copy small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.event-bar-track { height: 9px; overflow: hidden; border-radius: 99px; background: rgba(8,127,130,.12); }
.event-bar-track span { display: block; height: 100%; min-width: 4px; border-radius: inherit; background: linear-gradient(90deg, var(--teal), var(--aqua)); }
.event-bar-row > strong { color: var(--teal); font: 800 25px "Barlow Condensed"; text-align: right; }
.detail-grid { display: grid; grid-template-columns: .8fr .85fr 1.35fr; gap: 16px; }
.data-card { min-height: 420px; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.data-card h2 { margin: 0 0 26px; font-size: 39px; text-transform: uppercase; }
.gender-card { background: var(--ink); color: white; }
.gender-donut { width: 160px; aspect-ratio: 1; display: grid; place-items: center; margin: 12px auto 24px; border-radius: 50%; background: conic-gradient(var(--orange) 0 var(--women), var(--aqua) var(--women) 100%); }
.gender-donut::before { content: ""; grid-area: 1 / 1; width: 112px; aspect-ratio: 1; border-radius: 50%; background: var(--ink); }
.gender-donut > span { z-index: 1; grid-area: 1 / 1; display: flex; flex-direction: column; text-align: center; }
.gender-donut b { font: 800 42px/1 "Barlow Condensed"; }
.gender-donut small { color: #87a4aa; font-size: 9px; text-transform: uppercase; }
.gender-card dl { display: grid; gap: 9px; margin: 0; }
.gender-card dl div, .number-card dl div { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; border-top: 1px solid #24404a; }
.gender-card dt::before { content: ""; width: 8px; height: 8px; display: inline-block; margin-right: 8px; border-radius: 50%; }
.gender-card .female-dot::before { background: var(--orange); }
.gender-card .male-dot::before { background: var(--aqua); }
.gender-card dd, .number-card dd { margin: 0; font-weight: 800; }
.number-card { background: var(--foam); }
.number-card dl div { display: grid; gap: 6px; border-color: #ccdfdc; }
.number-card dt { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.number-card dd { color: var(--teal); font: 800 31px "Barlow Condensed"; }
.latest-card > div { display: grid; }
.latest-card a { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 11px; min-height: 56px; border-top: 1px solid var(--line); }
.latest-card a:hover b { color: var(--teal); }
.latest-card a > span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; line-height: 1.25; }
.latest-card a small { overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.latest-card a > strong { color: var(--teal); font-size: 13px; }
.scoring-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.scoring-card { position: relative; min-height: 300px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; }
.scoring-card > span { position: absolute; right: 22px; top: 12px; color: #e4efed; font: 800 92px "Barlow Condensed"; }
.scoring-card > strong { position: relative; color: var(--teal); font: 800 60px "Barlow Condensed"; }
.scoring-card h2 { position: relative; margin: 42px 0 12px; font-size: 32px; text-transform: uppercase; }
.scoring-card p { position: relative; max-width: 480px; color: var(--muted); }
.scoring-card.hero-rule { background: var(--teal); color: white; }
.scoring-card.hero-rule > strong { color: white; }
.scoring-card.hero-rule > span { color: rgba(255,255,255,.13); }
.scoring-card.hero-rule p { color: #d5eeee; }
.formula { text-align: center; }
.formula > p { color: var(--teal); font-weight: 800; text-transform: uppercase; }
.formula h2 { font-size: 42px; text-transform: uppercase; }
.formula > div { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; padding: 28px; border-radius: 14px; background: var(--ink); color: white; }
.formula span { font: 800 42px "Barlow Condensed"; }
.formula span small { display: block; color: #8fa9ad; font: 500 10px Inter; text-transform: uppercase; }
.formula > div > strong { color: var(--aqua); font-size: 28px; }
.calendar-list { display: grid; gap: 45px; }
.month-group h2 { margin: 0 0 14px; color: var(--teal); font-size: 36px; text-transform: uppercase; }
.month-group h2 span { color: var(--muted); font-size: 16px; }
.month-group article { display: grid; grid-template-columns: 65px 1fr auto; align-items: center; gap: 20px; padding: 20px; border-top: 1px solid var(--line); }
.month-group article.has-results { margin: 5px 0; border: 1px solid #b9dbd7; border-radius: 11px; background: var(--foam); }
.month-group time { text-align: center; line-height: 1; }
.month-group time b { display: block; font: 800 32px "Barlow Condensed"; }
.month-group time span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.month-group article p { margin: 0; color: var(--teal); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.month-group article h3 { margin: 4px 0; font: 700 23px Inter; }
.month-group article div > span { color: var(--muted); font-size: 12px; }
.event-status { display: flex; align-items: center; gap: 14px; text-align: right; }
.event-status a { color: var(--teal); font-weight: 700; }
.result-pill, .pending-pill { padding: 6px 9px; border-radius: 99px; background: white; font-size: 10px !important; font-weight: 700; }
.result-pill { color: var(--teal) !important; }
.source-link { display: inline-block; margin-top: 15px; color: var(--aqua); font-weight: 700; }
.race-block { margin-bottom: 70px; }
.race-block .section-heading > span { color: var(--muted); }
.bonus { color: var(--teal) !important; font-weight: 700; }
.empty { padding: 30px; border: 1px dashed #b9c9c7; border-radius: 12px; color: var(--muted); text-align: center; }
.admin-tools, .admin-panel { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.admin-tools h2, .admin-panel h2 { margin: 0; font-size: 32px; text-transform: uppercase; }
.inline-form { display: flex; flex-wrap: wrap; align-items: end; gap: 12px; margin-top: 20px; }
label { display: grid; gap: 7px; color: #3f5359; font-size: 12px; font-weight: 700; }
input, select, textarea { width: 100%; padding: 12px 13px; border: 1px solid #bdcdca; border-radius: 7px; background: white; color: var(--ink); }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(8,127,130,.22); border-color: var(--teal); }
label.check { display: flex; align-items: center; gap: 8px; }
label.check input { width: auto; }
.auth-panel, .form-page { width: min(680px, calc(100% - 40px)); margin: 80px auto; padding: 45px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
.auth-panel h1, .form-page h1 { margin: 0 0 15px; font-size: 58px; text-transform: uppercase; }
.auth-panel form { display: grid; gap: 18px; margin-top: 30px; }
.edit-form { display: grid; gap: 18px; margin-top: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-actions { display: flex; align-items: center; gap: 20px; margin-top: 10px; }
.form-note { margin: 0; padding: 12px; border-radius: 7px; background: var(--foam); color: var(--muted); font-size: 12px; }
.admin-head .button.ghost { border-color: #a7c4c8; color: white; }
.admin-grid { display: grid; gap: 25px; }
.admin-row { display: grid; grid-template-columns: 55px 1fr auto auto; align-items: center; gap: 14px; min-height: 60px; border-top: 1px solid var(--line); }
.admin-row:first-of-type { border-top: 0; }
.admin-row time { font-weight: 800; }
.admin-row > span:nth-child(2) { display: flex; flex-direction: column; }
.admin-row small { color: var(--muted); }
.admin-row > a { color: var(--teal); font-weight: 700; }
.admin-row form { margin: 0; }
.text-danger { padding: 0; border: 0; background: none; color: #b23d32; font-size: 12px; }
.admin-actions { display: flex; gap: 15px; }
.admin-review-summary { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 20px; padding: 24px 28px; border: 1px solid #b9dbd7; border-radius: 14px; background: var(--foam); color: var(--ink); }
.admin-review-summary > strong { color: var(--orange); font: 800 55px/1 "Barlow Condensed"; text-align: center; }
.admin-review-summary > span { display: grid; gap: 4px; }
.admin-review-summary b { font-size: 18px; }
.admin-review-summary small { color: var(--muted); }
.admin-review-summary em { color: var(--teal); font-style: normal; font-weight: 800; }
.review-admin-page { padding-top: 45px; }
.review-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.review-filters a { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 99px; background: white; color: var(--muted); font-size: 12px; font-weight: 800; }
.review-filters a.active { border-color: var(--teal); background: var(--teal); color: white; }
.review-filters span { min-width: 22px; padding: 2px 6px; border-radius: 99px; background: var(--foam); color: var(--ink); text-align: center; }
.admin-review-list { display: grid; gap: 18px; }
.admin-review-card { padding: 25px 28px; border: 1px solid var(--line); border-left: 5px solid var(--orange); border-radius: 13px; background: white; }
.admin-review-card.review-status-resolved { border-left-color: var(--teal); }
.admin-review-card.review-status-dismissed { border-left-color: #8c9799; }
.admin-review-card.review-status-ok { border-left-color: var(--aqua); }
.admin-review-card header { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 11px; }
.admin-review-card h2 { margin: 13px 0 3px; font-size: 32px; }
.review-status { color: var(--teal); font-weight: 800; text-transform: uppercase; }
.review-status-issue .review-status { color: var(--orange); }
.review-author { margin: 0; color: var(--muted); font-size: 12px; }
.admin-review-card blockquote { margin: 20px 0; padding: 18px 20px; border-left: 3px solid #b9dbd7; background: var(--foam); white-space: pre-wrap; }
.review-empty-message { color: var(--muted); font-style: italic; }
.review-admin-links, .review-state-actions, .result-admin-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.review-admin-links { margin-top: 16px; }
.review-admin-links a, .result-admin-actions > a { color: var(--teal); font-size: 12px; font-weight: 800; }
.review-state-actions { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.review-state-actions form, .result-admin-actions form { margin: 0; }
.flash-stack { position: fixed; z-index: 40; top: 95px; right: 20px; display: grid; gap: 8px; }
.flash { padding: 13px 18px; border-radius: 8px; background: var(--ink); color: white; box-shadow: var(--shadow); }
.flash.error { background: #9f392f; }
footer { min-height: 150px; display: flex; align-items: center; gap: 24px; padding: 35px clamp(24px, 7vw, 100px); background: #06171f; color: #94afb4; }
footer img { width: 100px; height: 65px; padding: 4px; object-fit: contain; border-radius: 6px; background: white; }
footer p { flex: 1; }
footer a { color: white; }
@media (max-width: 900px) {
  .site-header { min-height: 70px; }
  .brand span { display: none; }
  .nav-toggle { display: block; }
  .site-header nav { position: absolute; top: 70px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 25px 25px; background: white; box-shadow: var(--shadow); }
  .site-header nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-score { display: none; }
  .split-grid, .event-grid, .winner-grid, .scoring-grid, .member-grid, .split-stats, .detail-grid, .full-award-grid, .category-ranking-grid { grid-template-columns: 1fr; }
  .stats-summary { grid-template-columns: repeat(2, 1fr); }
  .award-grid { grid-template-columns: repeat(2, 1fr); }
  .data-card { min-height: auto; }
  .social-awards > div:last-child { grid-template-columns: 1fr; }
  .award-rules { grid-template-columns: 1fr; gap: 20px; }
  .ranking-filter { grid-template-columns: 1fr 1fr; }
  .ranking-filter button { grid-column: 1 / -1; }
  .profile-summary { grid-template-columns: repeat(2, 1fr); margin-top: -105px; }
  .month-group article { grid-template-columns: 55px 1fr; }
  .event-status { grid-column: 2; justify-content: flex-start; }
}
@media (max-width: 600px) {
  .hero { min-height: 570px; padding: 60px 22px; }
  .hero h1 { font-size: 60px; }
  .section { padding: 60px 18px; }
  .section-heading { align-items: start; flex-direction: column; }
  .page-head { padding: 65px 22px; }
  .page-head h1 { font-size: 56px; }
  .ranking-row { grid-template-columns: 30px 38px 1fr auto; padding: 14px 11px; }
  .member-card { grid-template-columns: 48px 1fr; }
  .member-search > div { grid-template-columns: 1fr 1fr; }
  .member-search input { grid-column: 1 / -1; }
  .member-card dl { grid-column: 2; text-align: left; }
  .member-actions { grid-column: 2; justify-items: start; }
  .profile-summary { margin-top: -80px; margin-bottom: 55px; }
  .profile-summary div { min-height: 115px; padding: 18px; }
  .profile-summary strong { font-size: 44px; }
  .stats-summary { margin-top: -36px; }
  .stats-summary article { min-height: 145px; padding: 18px; }
  .stats-summary strong { font-size: 48px; }
  .award-grid { grid-template-columns: 1fr; }
  .stats-award-link, .award-status, .selected-race-head { align-items: flex-start; flex-direction: column; }
  .award-status p { text-align: left; }
  .full-award-card { padding: 23px 18px; }
  .full-award-card h2 { font-size: 34px; }
  .award-podium li { grid-template-columns: 30px minmax(0, 1fr) auto; }
  .social-awards { padding: 26px 18px; }
  .award-rules { padding: 25px 20px; }
  .ranking-tabs { flex-direction: column; }
  .ranking-filter { grid-template-columns: 1fr; padding: 18px; }
  .ranking-filter button { grid-column: 1; }
  .event-bar-row { grid-template-columns: 1fr 35px; gap: 8px 12px; }
  .event-bar-track { grid-column: 1; }
  .event-bar-row > strong { grid-column: 2; grid-row: 1 / 3; }
  .participation-panel { padding: 24px 13px; }
  .section-note { text-align: left; }
  .review-section { padding: 24px 17px; }
  .review-form { grid-template-columns: 1fr; }
  .review-form > label:nth-of-type(3), .review-form > button { grid-column: 1; }
  .form-grid { grid-template-columns: 1fr; }
  .admin-review-summary { grid-template-columns: 60px 1fr; padding: 20px 16px; }
  .admin-review-summary em { grid-column: 2; }
  .admin-review-card { padding: 21px 17px; }
  .admin-review-card header { align-items: flex-start; flex-direction: column; }
  .auth-panel, .form-page { padding: 28px 20px; }
  footer { align-items: flex-start; flex-direction: column; }
}
