﻿:root {
  --bg: #05070d;
  --ink: #f8fbff;
  --muted: #b7c4d7;
  --dim: #7d8da3;
  --line: rgba(255, 255, 255, .14);
  --panel: rgba(255, 255, 255, .065);
  --panel-strong: rgba(255, 255, 255, .11);
  --red: #e4212b;
  --gold: #ffd24c;
  --blue: #1d6bd1;
  --cyan: #18d7c2;
  --black: #02040a;
  --max: 1680px;
  --shadow: 0 28px 90px rgba(0, 0, 0, .44);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.pro-club {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 9% 0%, rgba(228, 33, 43, .28), transparent 28vw),
    radial-gradient(circle at 88% 8%, rgba(255, 210, 76, .13), transparent 26vw),
    linear-gradient(115deg, #02040a 0%, #07172c 48%, #100914 100%);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

body.pro-club::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .72), transparent 84%);
  pointer-events: none;
}

body.pro-club::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(255, 255, 255, .035), transparent 34%, rgba(255, 255, 255, .025));
  pointer-events: none;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 14px;
  z-index: 1000;
  transform: translateY(-150%);
  border-radius: 8px;
  padding: 10px 14px;
  background: var(--gold);
  color: #06101e;
  font-weight: 950;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.club-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: rgba(2, 4, 10, .93);
  backdrop-filter: blur(18px);
}

.club-header__inner {
  width: min(100% - 32px, var(--max));
  min-height: 74px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, auto) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.club-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.club-brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .52));
}

.club-brand strong {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.club-brand small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.club-nav {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}

.club-nav::-webkit-scrollbar {
  display: none;
}

.club-nav a,
.club-facebook,
.footer-links a,
.admin-menu button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 12px;
  color: #c7d2e3;
  font-weight: 950;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}

.club-nav a:hover,
.club-nav a.active {
  color: #08111f;
  background: #fff;
}

.club-facebook {
  width: 40px;
  padding: 0;
  color: #fff;
  background: #1267d8;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
}

.match-ticker {
  position: sticky;
  top: 74px;
  z-index: 55;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  background:
    linear-gradient(90deg, rgba(228, 33, 43, .86), rgba(9, 18, 34, .98) 28%, rgba(9, 18, 34, .98));
  box-shadow: 0 20px 50px rgba(0, 0, 0, .24);
}

.match-ticker__inner {
  width: min(100% - 32px, var(--max));
  min-height: 58px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.match-ticker__label,
.eyebrow {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.match-ticker__label {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(2, 4, 10, .32);
}

.match-ticker .side-next-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, .07);
}

.match-ticker .side-next-date {
  min-width: 120px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2px 8px;
  align-items: end;
  border-right: 1px solid rgba(255, 255, 255, .14);
  padding-right: 14px;
}

.match-ticker .side-next-date span {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, .8);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.match-ticker .side-next-date strong {
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.match-ticker .side-next-date em {
  color: #fff;
  font-style: normal;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.match-ticker .side-next-main {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.match-ticker .side-next-main > span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.match-ticker .side-next-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.match-ticker .side-next-card p {
  margin: 0;
  color: #dbe7f6;
  font-size: 13px;
  font-weight: 850;
}

.match-ticker .side-next-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.match-ticker .side-next-actions .primary-action,
.match-ticker .side-next-actions .secondary-action {
  min-height: 38px;
  border-radius: 8px;
  padding: 8px 12px;
}

main {
  width: 100%;
}

.page-view:not(.active) {
  display: none !important;
}

.hero-stadium {
  position: relative;
  min-height: clamp(560px, 74vh, 760px);
  display: grid;
  grid-template-columns: minmax(0, 880px) minmax(160px, 1fr);
  align-items: end;
  gap: 28px;
  padding: clamp(34px, 5vw, 74px) max(22px, calc((100vw - var(--max)) / 2 + 16px));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 4, 10, .99) 0%, rgba(2, 4, 10, .9) 38%, rgba(2, 4, 10, .28) 78%, rgba(2, 4, 10, .78) 100%),
    linear-gradient(180deg, transparent 0%, rgba(2, 4, 10, .22) 55%, rgba(2, 4, 10, .95) 100%),
    url("assets/hero-darts-club-optimized.jpg") center right / cover no-repeat;
}

.hero-stadium::before {
  content: "BĹYSKAWICA";
  position: absolute;
  left: max(16px, calc((100vw - var(--max)) / 2 + 8px));
  bottom: -1.4vw;
  color: rgba(255, 255, 255, .028);
  font-size: clamp(64px, 13vw, 205px);
  font-weight: 950;
  line-height: .72;
  pointer-events: none;
}

.hero-stadium::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: linear-gradient(90deg, var(--red), var(--gold), var(--cyan));
}

.hero-stadium__content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.hero-stadium h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(50px, 6.8vw, 112px);
  font-weight: 950;
  line-height: .84;
  text-wrap: balance;
  text-shadow: 0 26px 70px rgba(0, 0, 0, .72);
}

.hero-lead {
  max-width: 620px;
  margin: 20px 0 0;
  color: #dce6f3;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.45;
}

.hero-actions,
.form-footer,
.source-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.hero-actions {
  margin-top: 24px;
}

.club-button,
.primary-action,
.secondary-action,
.source-link,
.event-link,
.show-more,
.segmented button,
.ranking-status a,
.ranking-status button,
.facebook-post a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  padding: 10px 14px;
  color: #fff;
  background: rgba(255, 255, 255, .07);
  font: inherit;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
}

.club-button--gold,
.primary-action,
.show-more {
  border-color: transparent;
  color: #06101e;
  background: linear-gradient(180deg, #ffe68a, var(--gold));
  box-shadow: 0 18px 44px rgba(255, 210, 76, .22);
}

.club-button--compact,
.source-link,
.event-link,
.facebook-post a {
  min-height: 36px;
  padding: 8px 11px;
  font-size: 13px;
}

.club-button:hover,
.primary-action:hover,
.secondary-action:hover,
.source-link:hover,
.event-link:hover,
.show-more:hover {
  transform: translateY(-1px);
}

.season-headline,
.front-grid,
.club-gateway,
.content-band,
.content-page,
.club-footer {
  width: min(100% - 32px, var(--max));
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
}

.season-headline__intro,
.home-metrics,
.front-ranking,
.front-join,
.content-page > *,
.content-band > * {
  min-width: 0;
}

.season-headline {
  display: grid;
  grid-template-columns: minmax(260px, .6fr) minmax(0, 1fr);
  gap: 26px;
  align-items: end;
  padding: clamp(40px, 6vw, 88px) 0 0;
}

.season-headline h2,
.section-head h1,
.page-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5.8vw, 94px);
  line-height: .9;
  font-weight: 950;
  text-wrap: balance;
}

.home-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat-card {
  min-height: 130px;
  display: grid;
  align-content: center;
  gap: 8px;
  border-right: 1px solid var(--line);
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .055), transparent);
}

.stat-card:last-child {
  border-right: 0;
}

.stat-card span,
.front-panel-head span,
.record-card span,
.event-card time span,
.ranking-source-note,
.ranking-search-status {
  color: var(--dim);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.stat-card strong {
  color: #fff;
  font-size: clamp(26px, 2.6vw, 42px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.stat-card small {
  color: var(--muted);
  font-weight: 800;
}

.front-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  overflow: hidden;
}

.front-ranking,
.front-join {
  min-height: 420px;
  padding: clamp(24px, 3.4vw, 46px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
    rgba(4, 11, 22, .88);
}

.front-ranking {
  cursor: pointer;
}

.front-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 20px;
}

.front-panel-head h2,
.front-join h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 66px);
  line-height: .9;
}

.top-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-list li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 16px 0;
}

.rank-no {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #06101e;
  background: #fff;
  font-weight: 950;
}

.player-name,
.points {
  font-weight: 950;
}

.points {
  color: var(--gold);
  font-size: 22px;
}

.front-join p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.inline-link,
.place-link {
  color: var(--gold);
  font-weight: 950;
  text-decoration: none;
}

.club-gateway {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  overflow: hidden;
}

.club-gateway a {
  min-height: 210px;
  display: grid;
  align-content: end;
  gap: 8px;
  padding: clamp(20px, 3vw, 34px);
  background:
    linear-gradient(160deg, rgba(228, 33, 43, .17), transparent 45%),
    rgba(3, 9, 18, .9);
  text-decoration: none;
}

.club-gateway a:hover {
  background:
    linear-gradient(160deg, rgba(255, 210, 76, .22), transparent 48%),
    rgba(8, 19, 34, .95);
}

.club-gateway span {
  color: var(--gold);
  font-weight: 950;
}

.club-gateway strong {
  color: #fff;
  font-size: clamp(26px, 2.6vw, 42px);
  line-height: 1;
}

.club-gateway em {
  color: var(--muted);
  font-style: normal;
  font-weight: 850;
}

.new-player-teaser {
  width: min(100% - 48px, var(--max));
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .75fr) auto;
  gap: 24px;
  align-items: center;
  margin: 34px auto 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-left: 6px solid var(--gold);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 210, 76, .14), transparent 42%),
    rgba(4, 11, 22, .9);
}

.new-player-teaser h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 54px);
  line-height: .98;
}

.new-player-teaser p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.content-band,
.content-page {
  margin-top: 54px;
}

.content-band {
  padding: clamp(26px, 4vw, 56px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
}

.content-page {
  padding-top: clamp(46px, 7vw, 92px);
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 26px;
}

.section-head h1,
.section-head h2 {
  margin: 0;
  color: #fff;
}

.section-head h2 {
  font-size: clamp(34px, 4.2vw, 68px);
  line-height: .92;
}

.page-hero {
  min-height: 420px;
  display: grid;
  align-content: end;
  gap: 20px;
  padding: clamp(28px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(2, 4, 10, .92), rgba(2, 4, 10, .64)),
    url("assets/hero-darts-club-optimized.jpg") center / cover no-repeat;
  border-bottom: 8px solid var(--red);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: #d9e5f4;
  font-size: 20px;
  line-height: 1.5;
}

.join-showcase,
.rules-layout,
.venue-split,
.contact-layout {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  overflow: hidden;
}

.join-showcase {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1px;
}

.join-showcase article,
.rules-list article,
.points-module,
.contact-info article,
.contact-form,
.rounds-panel,
.facebook-status,
.season-card,
.record-card,
.champion-card,
.gallery-card,
.player-directory-card {
  background:
    linear-gradient(150deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)),
    rgba(4, 11, 22, .9);
}

.join-showcase article,
.rules-list article,
.points-module,
.contact-info article {
  min-height: 220px;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: clamp(22px, 3vw, 36px);
}

.join-showcase span,
.rules-list span {
  color: var(--gold);
  font-weight: 950;
}

.join-showcase strong,
.contact-info strong {
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.join-showcase p,
.rules-list p,
.contact-info span,
.contact-info address,
.season-card p,
.record-card small,
.champion-card small,
.gallery-card span,
.facebook-post p,
.rounds-panel p,
.event-card p,
.muted {
  color: var(--muted);
  line-height: 1.5;
}

.venue-split {
  grid-template-columns: minmax(320px, .45fr) minmax(0, 1fr);
  margin-top: 1px;
}

.venue-split > div {
  min-height: 380px;
  display: grid;
  align-content: end;
  gap: 18px;
  padding: clamp(24px, 4vw, 48px);
  background:
    linear-gradient(135deg, rgba(228, 33, 43, .18), transparent 40%),
    rgba(4, 11, 22, .9);
}

.venue-split h2,
.points-module h2,
.rules-list h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 62px);
  line-height: .92;
}

.venue-split address,
.contact-info address {
  color: var(--muted);
  font-style: normal;
  line-height: 1.5;
}

.venue-split iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  filter: saturate(.8) contrast(1.05);
}

.page-hero--new-player {
  background:
    linear-gradient(90deg, rgba(2, 4, 10, .94), rgba(2, 4, 10, .58)),
    url("assets/gallery-cover-liga.jpg") center / cover no-repeat;
}

.new-player-layout,
.new-player-faq {
  display: grid;
  gap: 12px;
}

.new-player-layout {
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.25fr);
  margin-top: 12px;
}

.new-player-intro,
.new-player-checklist article,
.first-night-flow,
.new-player-faq article {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 6px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)),
    #0d2032;
}

.new-player-intro {
  display: grid;
  align-content: end;
  gap: 16px;
  padding: clamp(24px, 3.6vw, 46px);
  border-top: 5px solid var(--red);
}

.new-player-intro h2,
.first-night-flow h2,
.new-player-faq h2 {
  margin: 0;
  color: #fff;
  line-height: 1;
}

.new-player-intro h2 {
  max-width: 640px;
  font-size: clamp(34px, 4vw, 64px);
}

.new-player-intro p:not(.eyebrow),
.new-player-checklist p,
.first-night-flow span,
.new-player-faq p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.new-player-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.new-player-checklist article {
  min-height: 210px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: clamp(20px, 2.8vw, 32px);
}

.new-player-checklist span {
  color: var(--gold);
  font-weight: 950;
}

.new-player-checklist strong {
  color: #fff;
  font-size: clamp(23px, 2.2vw, 34px);
  line-height: 1;
}

.first-night-flow {
  margin-top: 12px;
  padding: clamp(24px, 3.5vw, 42px);
}

.first-night-flow h2 {
  font-size: clamp(32px, 3.4vw, 54px);
}

.first-night-flow ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, .12);
}

.first-night-flow li {
  display: grid;
  gap: 10px;
  padding: 22px;
  background: #102638;
}

.first-night-flow strong {
  color: #fff;
  font-size: 19px;
  line-height: 1.15;
}

.new-player-faq {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
}

.new-player-faq article {
  display: grid;
  gap: 12px;
  padding: clamp(20px, 2.5vw, 30px);
}

.new-player-faq h2 {
  font-size: 24px;
}

.rules-layout {
  grid-template-columns: minmax(320px, .42fr) minmax(0, 1fr);
}

.rules-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
}

.points-table {
  width: 100%;
  border-collapse: collapse;
}

.points-table th,
.points-table td {
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  padding: 10px 0;
  text-align: left;
}

.points-table th:last-child,
.points-table td:last-child {
  color: var(--gold);
  text-align: right;
  font-weight: 950;
}

.segmented {
  display: inline-flex;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  overflow: hidden;
}

.segmented button {
  min-height: 40px;
  border: 0;
  border-radius: 0;
  color: var(--muted);
  background: rgba(255, 255, 255, .06);
}

.segmented button.active {
  color: #06101e;
  background: #fff;
}

.event-list,
.season-rounds,
.season-grid,
.records-grid,
.champions-grid,
.gallery-grid,
.players-directory,
.facebook-post-grid,
.profile-history-list {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  overflow: hidden;
}

.event-card {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 20px;
  background: rgba(4, 11, 22, .9);
}

.event-card.next-upcoming {
  background:
    linear-gradient(90deg, rgba(255, 210, 76, .16), transparent 42%),
    rgba(4, 11, 22, .95);
}

.event-card time strong {
  display: block;
  color: #fff;
  font-size: 26px;
}

.event-card h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 22px;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
  align-items: center;
}

.tag {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  color: #dfe8f5;
  background: rgba(255, 255, 255, .11);
  font-size: 12px;
  font-weight: 950;
}

.tag.gold,
.tag.highlight {
  color: #06101e;
  background: var(--gold);
}

.tag.red {
  color: #fff;
  background: var(--red);
}

.ranking-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: end;
  margin-bottom: 18px;
}

.ranking-search,
.season-picker,
.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--dim);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.ranking-search {
  min-width: min(100%, 460px);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(2, 4, 10, .72);
  font: inherit;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(2, 4, 10, .7);
}

table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

th,
td {
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  padding: 14px 15px;
  text-align: left;
}

th {
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
}

tbody tr:hover {
  background: rgba(255, 255, 255, .055);
}

.ranking-sort,
.player-profile-button {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.ranking-sort {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--gold);
}

.player-profile-button {
  color: #fff;
}

.ranking-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  color: var(--muted);
}

.rounds-panel {
  display: grid;
  gap: 18px;
  margin-top: 18px;
  padding: 22px;
}

.rounds-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.rounds-head h3 {
  margin: 0;
  color: #fff;
  font-size: 28px;
}

.round-count {
  color: var(--gold);
  font-weight: 950;
}

.round-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1px;
  background: var(--line);
}

.round-item {
  display: grid;
  gap: 5px;
  padding: 14px;
  background: rgba(2, 4, 10, .62);
}

.records-grid,
.champions-grid,
.season-grid,
.gallery-grid,
.players-directory {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.record-card,
.champion-card,
.season-card,
.gallery-card,
.player-directory-card {
  min-height: 210px;
  display: grid;
  gap: 10px;
  align-content: end;
  border: 0;
  padding: 22px;
  color: inherit;
  text-align: left;
  text-decoration: none;
}

.player-directory-card {
  cursor: pointer;
  font: inherit;
}

.record-card strong {
  color: #fff;
  font-size: clamp(40px, 5vw, 76px);
  line-height: .9;
}

.champion-card strong,
.season-card h3,
.gallery-card strong,
.player-directory-card strong {
  color: #fff;
  font-size: 24px;
  line-height: 1.05;
}

.champion-stats,
.season-stats,
.profile-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.champion-stats em,
.season-stats span,
.profile-stats div {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 8px 10px;
  color: #fff;
  font-style: normal;
  font-weight: 900;
}

.gallery-card {
  min-height: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}

.gallery-card img,
.gallery-placeholder {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background:
    linear-gradient(135deg, rgba(228, 33, 43, .3), rgba(255, 210, 76, .14)),
    rgba(255, 255, 255, .06);
}

.gallery-card img {
  display: block;
  transform: scale(1.01);
  transition: transform .25s ease, filter .25s ease;
}

.gallery-card:hover img {
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.045);
}

.gallery-placeholder {
  display: grid;
  place-items: center;
  color: var(--gold);
  font-weight: 950;
}

.gallery-card > div:last-child {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.form-note,
.privacy-updated {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.form-note a,
.privacy-content a {
  color: var(--gold);
  font-weight: 850;
}

.privacy-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
}

.privacy-content article,
.privacy-updated {
  display: grid;
  gap: 10px;
  padding: 24px;
  background: #172b35;
}

.privacy-content h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.05;
}

.privacy-content p {
  margin: 0;
  color: #d4dde2;
  line-height: 1.7;
}

.privacy-updated {
  grid-column: 1 / -1;
  color: #f5df8f;
  font-weight: 850;
}

.player-directory-card span {
  display: grid;
  gap: 6px;
}

.player-directory-card small,
.player-directory-card em {
  color: var(--muted);
  font-style: normal;
}

.facebook-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.facebook-status,
.facebook-post {
  display: grid;
  gap: 14px;
  padding: 20px;
  background: rgba(4, 11, 22, .9);
}

.facebook-post img {
  width: calc(100% + 40px);
  max-width: none;
  margin: -20px -20px 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.facebook-post time {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-layout {
  grid-template-columns: minmax(300px, .45fr) minmax(0, 1fr);
}

.contact-info {
  display: grid;
  gap: 1px;
}

.contact-info article,
.contact-form {
  min-height: 0;
}

.contact-info article {
  align-content: start;
}

.contact-info address,
.contact-info span {
  display: block;
}

.contact-form {
  display: grid;
  gap: 15px;
  padding: clamp(22px, 3vw, 36px);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.contact-status {
  min-height: 24px;
  color: var(--muted);
  font-weight: 850;
}

.partners-wall {
  margin-top: 72px;
  padding: 54px max(18px, 6vw);
  border-top: 1px solid rgba(255, 255, 255, .13);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  background: #070a12;
}

.partners-wall__inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: clamp(28px, 5vw, 86px);
  overflow-x: auto;
  scrollbar-width: thin;
}

.partner-card {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  min-width: 110px;
  min-height: 70px;
}

.partner-card img {
  max-width: 132px;
  max-height: 58px;
  object-fit: contain;
  filter: grayscale(1) opacity(.46) contrast(1.16);
  transition: filter .18s ease, transform .18s ease;
}

.partner-card:hover img,
.partner-card:focus-visible img {
  filter: grayscale(0) opacity(1) contrast(1);
  transform: translateY(-2px);
}

.partner-card--dark img {
  filter: invert(1) grayscale(1) opacity(.55) contrast(1.15);
}

.partner-card--dark:hover img,
.partner-card--dark:focus-visible img {
  filter: invert(1) grayscale(0) opacity(1) contrast(1.18);
}

.club-footer {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  padding: 34px 0 46px;
  color: var(--muted);
}

.club-footer strong {
  display: block;
  color: #fff;
  font-size: 18px;
}

.club-footer span {
  display: block;
  margin-top: 5px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.footer-links a,
.admin-menu button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .06);
}

.admin-menu {
  position: relative;
}

#adminPanel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  min-width: 220px;
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  padding: 8px;
  background: #07111f;
  box-shadow: var(--shadow);
}

#adminPanel[hidden] {
  display: none;
}

#adminPanel a {
  padding: 10px;
  color: var(--ink);
  text-decoration: none;
}

#adminPanel a:hover {
  background: rgba(255, 255, 255, .08);
}

.image-modal,
.profile-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(0, 0, 0, .78);
}

.image-modal[hidden],
.profile-modal[hidden] {
  display: none;
}

#modalImage {
  max-width: min(100%, 1120px);
  max-height: 86vh;
  object-fit: contain;
}

#closeModal,
#closePlayerModal {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  background: rgba(255, 255, 255, .12);
  font-size: 28px;
  cursor: pointer;
}

.profile-card {
  position: relative;
  width: min(100%, 1040px);
  max-height: 88vh;
  overflow: auto;
  border: 1px solid var(--line);
  padding: 30px;
  background: #07111f;
}

.profile-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 5vw, 74px);
  line-height: .9;
}

.profile-history {
  margin-top: 26px;
}

.profile-history h3 {
  color: #fff;
  font-size: 26px;
}

.profile-history-list article {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) repeat(5, auto);
  gap: 12px;
  padding: 14px;
  background: rgba(4, 11, 22, .9);
}

@media (max-width: 1180px) {
  .club-header__inner {
    grid-template-columns: 1fr auto;
  }

  .club-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-bottom: 10px;
  }

  .match-ticker {
    top: 114px;
  }

  .hero-stadium,
  .season-headline,
  .front-grid,
  .rules-layout,
  .venue-split,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .club-gateway,
  .home-metrics,
  .join-showcase,
  .rules-list {
    grid-template-columns: 1fr 1fr;
  }

  .facebook-post-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .club-header__inner,
  .match-ticker__inner,
  .season-headline,
  .front-grid,
  .club-gateway,
  .content-band,
  .content-page,
  .club-footer {
    width: min(100% - 20px, var(--max));
  }

  .club-brand strong {
    font-size: 15px;
  }

  .club-brand small {
    display: none;
  }

  .club-facebook {
    display: none;
  }

  .match-ticker {
    position: static;
  }

  body.pro-club:not(.home-page) .match-ticker {
    display: none;
  }

  .match-ticker__inner,
  .match-ticker .side-next-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px 0;
  }

  .match-ticker__label {
    justify-content: flex-start;
    min-height: auto;
    border: 0;
    padding: 0;
    background: transparent;
  }

  .match-ticker .side-next-card {
    padding: 12px;
  }

  .match-ticker .side-next-date {
    min-width: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    padding-right: 0;
    padding-bottom: 10px;
  }

  .match-ticker .side-next-card h3 {
    white-space: normal;
  }

  .hero-stadium {
    min-height: 540px;
    padding: 38px 16px;
    max-width: 100%;
  }

  .hero-stadium h1 {
    font-size: clamp(46px, 14vw, 76px);
    overflow-wrap: break-word;
  }

  .hero-stadium__content,
  .hero-stadium .eyebrow,
  .hero-lead {
    max-width: 100%;
  }

  .hero-lead {
    font-size: 17px;
  }

  .season-headline h2,
  .section-head h1,
  .page-hero h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .club-gateway,
  .home-metrics,
  .join-showcase,
  .rules-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .front-ranking,
  .front-join {
    min-height: 0;
    padding: 22px;
  }

  .section-head,
  .club-footer,
  .rounds-head {
    display: grid;
    justify-content: stretch;
  }

  .event-card {
    grid-template-columns: 1fr;
  }

  .meta-row {
    justify-content: flex-start;
  }

  .contact-form {
    padding: 18px;
  }

  .partners-wall {
    padding: 30px 12px;
  }

  .partners-wall__inner {
    justify-content: flex-start;
  }

  .profile-history-list article {
    grid-template-columns: 1fr;
  }
}

/* 2026 public redesign: editorial sports-club finish */
:root {
  --font-display: "Bahnschrift Condensed", "Arial Narrow", "Aptos Display", sans-serif;
  --font-body: "Aptos", "Segoe UI Variable", "Segoe UI", sans-serif;
  --paper: #f2f4f6;
  --paper-ink: #101722;
  --navy: #071522;
  --navy-soft: #0d2032;
  --steel: #91a3b7;
}

body.pro-club {
  background: #08121d;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
}

body.pro-club::before,
body.pro-club::after {
  display: none;
}

.club-brand strong,
.club-nav a,
.match-ticker__label,
.eyebrow,
.hero-stadium h1,
.season-headline h2,
.section-head h1,
.section-head h2,
.page-hero h1,
.front-panel-head h2,
.front-join h2,
.club-gateway strong,
.venue-split h2,
.points-module h2,
.rules-list h2,
.event-card h3,
.record-card strong,
.champion-card strong,
.season-card h3,
.gallery-card strong,
.player-directory-card strong,
.profile-head h2,
.club-button,
.primary-action,
.secondary-action,
.source-link,
.event-link,
.show-more,
.segmented button,
.ranking-status a,
.ranking-status button,
.facebook-post a {
  font-family: var(--font-display);
}

.club-header {
  border-bottom-color: rgba(255, 255, 255, .09);
  background: rgba(3, 10, 18, .96);
  box-shadow: 0 10px 34px rgba(0, 0, 0, .24);
}

.club-header__inner {
  min-height: 78px;
}

.club-brand {
  gap: 14px;
}

.club-brand img {
  width: 54px;
  height: 54px;
}

.club-brand strong {
  font-size: 22px;
  font-weight: 800;
  line-height: .95;
}

.club-brand small {
  margin-top: 6px;
  color: #8fa1b5;
  font-size: 10px;
  font-weight: 750;
}

.club-nav {
  gap: 20px;
}

.club-nav a {
  position: relative;
  min-height: 48px;
  border-radius: 0;
  padding: 0;
  color: #aebccc;
  font-size: 15px;
  font-weight: 700;
}

.club-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}

.club-nav a:hover,
.club-nav a.active {
  color: #fff;
  background: transparent;
}

.club-nav a:hover::after,
.club-nav a.active::after {
  transform: scaleX(1);
}

.club-facebook {
  width: 38px;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background: transparent;
  font-family: var(--font-body);
  font-size: 18px;
}

.club-menu-toggle {
  display: none;
}

.match-ticker {
  top: 78px;
  padding: 0;
  border-bottom: 0;
  background: #d51f2a;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .3);
}

.match-ticker__inner {
  min-height: 72px;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 0;
}

.match-ticker__label {
  align-self: stretch;
  justify-content: flex-start;
  border: 0;
  border-radius: 0;
  padding: 0 24px;
  color: #fff;
  background: #b91520;
  font-size: 14px;
  font-weight: 800;
}

.match-ticker .side-next-card {
  min-height: 72px;
  border: 0;
  border-radius: 0;
  padding: 9px 14px 9px 22px;
  background: #071522;
}

.match-ticker .side-next-date {
  border-right-color: rgba(255, 255, 255, .2);
}

.match-ticker .side-next-date strong {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 800;
}

.match-ticker .side-next-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
}

.match-ticker .side-next-card p {
  color: #aebed0;
  font-weight: 650;
}

.hero-stadium {
  min-height: clamp(510px, 65vh, 660px);
  grid-template-columns: minmax(0, 790px) minmax(120px, 1fr);
  padding-top: clamp(34px, 5vw, 62px);
  padding-bottom: clamp(42px, 6vw, 78px);
  background:
    linear-gradient(90deg, rgba(2, 7, 13, .98) 0%, rgba(2, 7, 13, .87) 38%, rgba(2, 7, 13, .16) 76%, rgba(2, 7, 13, .32) 100%),
    linear-gradient(180deg, rgba(2, 7, 13, .08), rgba(2, 7, 13, .82)),
    url("assets/hero-darts-club-optimized.jpg") center right / cover no-repeat;
}

.hero-stadium::before {
  content: "";
  left: max(22px, calc((100vw - var(--max)) / 2 + 16px));
  bottom: 52px;
  width: 96px;
  height: 5px;
  background: var(--gold);
}

.hero-stadium::after {
  height: 5px;
  background: var(--red);
}

.hero-stadium h1 {
  max-width: 700px;
  font-size: clamp(52px, 5.7vw, 88px);
  font-weight: 800;
  line-height: .91;
  text-shadow: 0 20px 54px rgba(0, 0, 0, .65);
}

.hero-lead {
  max-width: 590px;
  margin-top: 22px;
  color: #c7d2df;
  font-size: clamp(17px, 1.15vw, 20px);
  line-height: 1.58;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  background: currentColor;
}

.hero-actions {
  margin-top: 28px;
}

.club-button,
.primary-action,
.secondary-action,
.source-link,
.event-link,
.show-more,
.segmented button,
.ranking-status a,
.ranking-status button,
.facebook-post a {
  min-height: 44px;
  border-radius: 4px;
  padding: 10px 17px;
  font-size: 15px;
  font-weight: 750;
  transition: transform .16s ease, background-color .16s ease, border-color .16s ease;
}

.club-button--gold,
.primary-action,
.show-more {
  background: var(--gold);
  box-shadow: none;
}

.club-button:hover,
.primary-action:hover,
.secondary-action:hover,
.source-link:hover,
.event-link:hover,
.show-more:hover {
  transform: translateY(-2px);
}

.season-headline {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(260px, .52fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 80px);
  padding: clamp(44px, 6vw, 78px) max(22px, calc((100vw - var(--max)) / 2 + 16px));
  color: var(--paper-ink);
  background: var(--paper);
}

.season-headline .eyebrow {
  color: #b91520;
}

.season-headline h2 {
  color: var(--paper-ink);
  font-size: clamp(40px, 4.7vw, 72px);
  font-weight: 800;
  line-height: .95;
}

.home-metrics {
  border-color: rgba(16, 23, 34, .18);
}

.stat-card {
  min-height: 142px;
  border-right-color: rgba(16, 23, 34, .16);
  background: transparent;
}

.stat-card span {
  color: #647386;
}

.stat-card strong {
  color: var(--paper-ink);
  font-family: var(--font-display);
  font-weight: 800;
}

.stat-card small {
  color: #647386;
  font-weight: 650;
}

.front-grid {
  gap: 18px;
  margin-top: 48px;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.front-ranking,
.front-join {
  min-height: 390px;
  border-top: 5px solid var(--gold);
  border-radius: 6px;
  background: #0d2032;
  box-shadow: 0 24px 54px rgba(0, 0, 0, .22);
}

.front-join {
  border-top-color: var(--red);
  background: #f0f2f4;
  color: var(--paper-ink);
}

.front-panel-head h2,
.front-join h2 {
  font-size: clamp(36px, 3.5vw, 56px);
  font-weight: 800;
  line-height: .95;
}

.front-join h2 {
  color: var(--paper-ink);
}

.front-join p:not(.eyebrow) {
  color: #4e5d6e;
  font-size: 18px;
}

.front-join .club-button {
  border-color: #bdc5ce;
  color: var(--paper-ink);
  background: transparent;
}

.front-join .inline-link {
  color: #b91520;
}

.top-list li {
  border-top-color: rgba(255, 255, 255, .14);
}

.rank-no {
  border-radius: 3px;
  background: var(--gold);
}

.club-gateway {
  gap: 12px;
  margin-top: 52px;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.club-gateway a {
  position: relative;
  min-height: 190px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  background: #0a1928;
  overflow: hidden;
}

.club-gateway a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 5px;
  background: var(--red);
  transition: width .2s ease;
}

.club-gateway a:hover {
  background: #10263a;
  transform: translateY(-3px);
}

.club-gateway a:hover::after {
  width: 100%;
}

.club-gateway strong {
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 800;
}

.content-band {
  border: 0;
  border-radius: 6px;
  background: #0d2032;
}

.section-head h1,
.section-head h2,
.page-hero h1 {
  font-weight: 800;
  line-height: .95;
}

.section-head h1,
.page-hero h1 {
  font-size: clamp(42px, 5vw, 76px);
}

.section-head h2 {
  font-size: clamp(36px, 3.8vw, 60px);
}

.page-hero {
  min-height: 350px;
  border-bottom-width: 5px;
  border-radius: 6px 6px 0 0;
}

.join-showcase,
.rules-layout,
.venue-split,
.contact-layout,
.event-list,
.season-rounds,
.season-grid,
.records-grid,
.champions-grid,
.gallery-grid,
.players-directory,
.facebook-post-grid,
.profile-history-list {
  gap: 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.join-showcase {
  margin-top: 12px;
}

.join-showcase article,
.rules-list article,
.points-module,
.contact-info article,
.contact-form,
.rounds-panel,
.facebook-status,
.season-card,
.record-card,
.champion-card,
.gallery-card,
.player-directory-card,
.facebook-post {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 6px;
  background: #0d2032;
}

.join-showcase article,
.rules-list article {
  border-top: 4px solid var(--gold);
}

.venue-split {
  margin-top: 12px;
}

.venue-split > div {
  border-radius: 6px 0 0 6px;
  background: #b91520;
}

.venue-split iframe {
  border-radius: 0 6px 6px 0;
  filter: saturate(.7) contrast(1.08);
}

.segmented {
  gap: 0;
  border-radius: 4px;
  background: #0d2032;
}

.segmented button {
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.event-card {
  border-left: 4px solid transparent;
  border-radius: 4px;
  background: #0d2032;
}

.event-card.next-upcoming {
  border-left-color: var(--gold);
  background: #13283a;
}

input,
select,
textarea,
.table-wrap {
  border-radius: 4px;
}

.table-wrap {
  border-color: rgba(255, 255, 255, .13);
  background: #071522;
}

th {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
}

tbody tr {
  transition: background-color .14s ease;
}

.record-card,
.champion-card,
.season-card,
.gallery-card,
.player-directory-card {
  min-height: 220px;
  border-top: 4px solid #324b63;
}

.record-card:hover,
.champion-card:hover,
.season-card:hover,
.gallery-card:hover,
.player-directory-card:hover {
  border-top-color: var(--gold);
  background: #12283c;
}

.record-card strong {
  font-weight: 800;
}

.champion-stats em,
.season-stats span,
.profile-stats div {
  border-radius: 3px;
  background: rgba(0, 0, 0, .16);
}

.partners-wall {
  background: #f0f2f4;
  border-color: #d6dce2;
}

.partner-card img {
  filter: grayscale(1) opacity(.55) contrast(1.25);
}

.partner-card--dark img {
  filter: grayscale(1) opacity(.45) contrast(1.35);
}

.partner-card--dark:hover img,
.partner-card--dark:focus-visible img {
  filter: grayscale(0) opacity(1) contrast(1);
}

.club-footer {
  color: #91a3b7;
}

.profile-card {
  border-radius: 6px;
  background: #0d2032;
}

@media (max-width: 1180px) {
  .club-nav {
    gap: 18px;
  }

  .match-ticker {
    top: 118px;
  }

  .season-headline {
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media (max-width: 760px) {
  .club-header__inner {
    min-height: 68px;
  }

  .club-brand img {
    width: 44px;
    height: 44px;
  }

  .club-brand strong {
    font-size: 19px;
  }

  .club-nav {
    gap: 18px;
  }

  .match-ticker {
    position: static;
  }

  .match-ticker__inner {
    width: 100%;
    padding: 0;
  }

  .match-ticker__label {
    min-height: 40px;
    padding: 0 14px;
  }

  .match-ticker .side-next-card {
    border-left: 5px solid var(--gold);
    padding: 14px;
  }

  .hero-stadium {
    min-height: 500px;
    padding: 44px 18px 54px;
    background-position: 63% center;
  }

  .hero-stadium h1 {
    max-width: 540px;
    font-size: clamp(48px, 14vw, 68px);
  }

  .hero-stadium::before {
    left: 18px;
    bottom: 34px;
    width: 64px;
  }

  .season-headline {
    gap: 28px;
    padding: 42px 18px;
  }

  .front-grid,
  .club-gateway {
    gap: 12px;
  }

  .front-ranking,
  .front-join {
    border-radius: 4px;
  }

  .club-gateway a {
    min-height: 150px;
  }

  .venue-split > div,
  .venue-split iframe {
    border-radius: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

.club-button--live {
  color: #04131b;
  border-color: #2bd8c5;
  background: #2bd8c5;
}

.club-button--live:hover {
  color: #04131b;
  background: #64eadc;
}

/* Palette and typography refinement: maritime club, not a UI preset */
:root {
  --bg: #10161c;
  --ink: #f6f1e8;
  --muted: #bdc7ca;
  --dim: #819096;
  --line: rgba(225, 232, 230, .15);
  --panel: #172731;
  --panel-strong: #1c3542;
  --red: #c9343e;
  --gold: #d5b45c;
  --blue: #315f7a;
  --cyan: #4b8e83;
  --black: #0c1116;
  --paper: #eeeae2;
  --paper-ink: #182128;
  --navy: #132a38;
  --navy-soft: #1b3e4e;
  --font-heading: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", sans-serif;
}

body.pro-club {
  color: var(--ink);
  background: #10161c;
}

.club-header {
  background: rgba(13, 19, 24, .97);
}

.club-brand strong,
.club-brand small,
.club-nav a,
.club-button,
.primary-action,
.secondary-action,
.source-link,
.event-link,
.show-more,
.segmented button,
.ranking-status a,
.ranking-status button,
.facebook-post a {
  font-family: var(--font-body);
}

.club-brand strong {
  font-weight: 760;
}

.club-brand small {
  color: #91a0a5;
  font-weight: 650;
  text-transform: none;
}

.club-nav a {
  color: #aeb9bd;
  font-weight: 650;
}

.club-nav a::after {
  background: var(--red);
}

.match-ticker {
  background: #173848;
}

.match-ticker__inner {
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.match-ticker__label {
  position: relative;
  color: #172028;
  background: #d9bd72;
  text-transform: none;
}

.match-ticker__label::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  background: var(--red);
}

.match-ticker .side-next-card {
  background: #193949;
}

.match-ticker .side-next-date strong {
  color: #efe5c8;
}

.match-ticker .side-next-main > span {
  color: #d9bd72;
  text-transform: none;
}

.match-ticker .side-next-actions .primary-action {
  color: #162027;
  background: #eee5d2;
}

.match-ticker .side-next-actions .secondary-action {
  border-color: rgba(255, 255, 255, .3);
  background: transparent;
}

.hero-stadium {
  background:
    linear-gradient(90deg, rgba(10, 16, 21, .97) 0%, rgba(10, 16, 21, .82) 37%, rgba(10, 16, 21, .1) 74%, rgba(10, 16, 21, .24) 100%),
    linear-gradient(180deg, rgba(10, 16, 21, .03), rgba(10, 16, 21, .68)),
    url("assets/hero-darts-club-optimized.jpg") center right / cover no-repeat;
}

.hero-stadium::before {
  background: #d9bd72;
}

.hero-stadium::after {
  background: #c9343e;
}

.hero-stadium h1 {
  color: #f8f5ef;
}

.hero-lead {
  color: #c5cecf;
}

.eyebrow {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 680;
  text-transform: none;
}

.hero-stadium .eyebrow {
  color: #d9bd72;
}

.club-button {
  color: #e7eceb;
  background: rgba(255, 255, 255, .055);
}

.club-button--gold,
.primary-action,
.show-more {
  color: #172028;
  background: #d9bd72;
}

.season-headline {
  color: var(--paper-ink);
  background: #eeeae2;
}

.season-headline__intro {
  position: relative;
  padding-left: clamp(0px, 2vw, 30px);
}

.season-headline__intro::after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 4px;
  background: var(--red);
}

.season-headline .eyebrow {
  color: #a52b34;
}

.season-headline h2,
.section-head h1,
.section-head h2,
.page-hero h1,
.front-panel-head h2,
.front-join h2,
.venue-split h2,
.points-module h2,
.rules-list h2 {
  font-family: var(--font-heading);
  font-weight: 720;
}

.season-headline h2 {
  max-width: 620px;
  font-size: clamp(38px, 4.1vw, 64px);
  line-height: 1;
}

.home-metrics {
  border-color: rgba(24, 33, 40, .2);
  background: rgba(255, 255, 255, .18);
}

.stat-card {
  position: relative;
  border-right-color: rgba(24, 33, 40, .16);
}

.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 3px;
  background: #315f7a;
}

.stat-card:nth-child(2)::before {
  background: #c9343e;
}

.stat-card:nth-child(3)::before {
  background: #4b8e83;
}

.stat-card:nth-child(4)::before {
  background: #d5b45c;
}

.stat-card span {
  color: #66777c;
  text-transform: none;
}

.stat-card small {
  color: #68777b;
}

.front-ranking {
  border-top-color: #4b8e83;
  background: #173442;
}

.front-join {
  border-top-color: #c9343e;
  background: #e5ded3;
}

.front-panel-head span,
.record-card span,
.event-card time span,
.ranking-source-note,
.ranking-search-status {
  text-transform: none;
}

.rank-no {
  color: #f8f3e9;
  background: #c9343e;
}

.points {
  color: #e4c675;
}

.front-join .eyebrow,
.front-join .inline-link {
  color: #a52b34;
}

.front-join .club-button {
  border-color: #89979a;
}

.club-gateway a {
  border-color: rgba(255, 255, 255, .1);
  background: #172b35;
}

.club-gateway a:nth-child(2) {
  background: #252c32;
}

.club-gateway a:nth-child(3) {
  background: #263832;
}

.club-gateway a:nth-child(4) {
  background: #302a32;
}

.club-gateway a::after {
  background: #4b8e83;
}

.club-gateway a:nth-child(2)::after {
  background: #d5b45c;
}

.club-gateway a:nth-child(3)::after {
  background: #c9343e;
}

.club-gateway a:nth-child(4)::after {
  background: #6f86a0;
}

.club-gateway a:hover {
  background: #244455;
}

.club-gateway span {
  color: #d8c28b;
}

.content-band,
.join-showcase article,
.rules-list article,
.points-module,
.contact-info article,
.contact-form,
.rounds-panel,
.facebook-status,
.season-card,
.record-card,
.champion-card,
.gallery-card,
.player-directory-card,
.facebook-post,
.event-card {
  background: #172b35;
}

.join-showcase article:nth-child(1) {
  border-top-color: #4b8e83;
}

.join-showcase article:nth-child(2) {
  border-top-color: #d5b45c;
}

.join-showcase article:nth-child(3) {
  border-top-color: #c9343e;
}

.venue-split > div {
  background: #315f7a;
}

.event-card.next-upcoming {
  border-left-color: #d5b45c;
  background: #1b3e4e;
}

.tag.gold,
.tag.highlight {
  color: #172028;
  background: #d9bd72;
}

.tag.red {
  background: #b82f38;
}

.segmented button.active {
  color: #172028;
  background: #e7e1d7;
}

.table-wrap {
  background: #122631;
}

th {
  color: #ddc47f;
  text-transform: none;
}

.record-card:hover,
.champion-card:hover,
.season-card:hover,
.gallery-card:hover,
.player-directory-card:hover {
  border-top-color: #4b8e83;
  background: #1b3e4e;
}

.partners-wall {
  background: #e9e5dd;
}

.club-footer {
  color: #9eaaad;
}

.rules-layout {
  grid-template-columns: minmax(330px, .36fr) minmax(0, 1fr);
  align-items: stretch;
}

.points-module {
  min-width: 0;
  align-content: start;
  border-top: 4px solid var(--red);
}

.rules-intro {
  max-width: 42ch;
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.5;
}

.points-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

.points-table th,
.points-table td {
  width: 50%;
  padding: 9px 0;
}

.points-table th {
  color: #ddc47f;
}

.points-table th:last-child,
.points-table td:last-child {
  padding-right: 2px;
}

.rules-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  background: transparent;
}

.rules-list article {
  min-height: 0;
  align-content: start;
  border-top: 4px solid #4b8e83;
}

.rules-list article:nth-child(2) {
  border-top-color: #d5b45c;
}

.rules-list article:nth-child(3) {
  border-top-color: #315f7a;
}

.rules-list article:nth-child(4) {
  border-top-color: #c9343e;
}

.rules-list h2 {
  font-size: clamp(28px, 2.8vw, 44px);
}

.rule-details {
  display: grid;
  gap: 0;
  margin: 4px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.rule-details li {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, .11);
  padding: 9px 0 9px 18px;
  line-height: 1.4;
}

.rule-details li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 7px;
  height: 2px;
  background: #d5b45c;
}

.rule-download {
  width: max-content;
  max-width: 100%;
  margin-top: 14px;
  border-color: #d5b45c;
  color: #172028;
  background: #d9bd72;
}

@media (max-width: 1180px) {
  .rules-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .match-ticker__inner {
    border-right: 0;
    border-left: 0;
  }

  .match-ticker .side-next-card {
    border-left-color: #d5b45c;
  }

  .season-headline__intro {
    padding-left: 18px;
  }

  .rules-list {
    grid-template-columns: 1fr;
  }
}

/* Compact information modules */
.players-directory {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 8px;
}

.player-directory-card {
  position: relative;
  min-height: 126px;
  align-content: start;
  gap: 6px;
  border-top-width: 3px;
  padding: 17px 42px 16px 18px;
}

.player-directory-card strong {
  font-family: var(--font-heading);
  font-size: 21px;
  font-weight: 720;
}

.player-directory-card small {
  font-size: 13px;
  line-height: 1.35;
}

.player-directory-card em {
  margin-top: auto;
  padding-top: 7px;
  font-size: 12px;
  font-weight: 650;
}

.player-directory-card::after {
  content: "\2192";
  position: absolute;
  right: 17px;
  bottom: 15px;
  color: #d5b45c;
  font-size: 20px;
  transition: transform .16s ease;
}

.player-directory-card:hover::after,
.player-directory-card:focus-visible::after {
  transform: translateX(3px);
}

.records-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.record-card {
  min-height: 174px;
  align-content: start;
  gap: 8px;
  border-top-width: 3px;
  padding: 18px;
}

.record-card span {
  min-height: 34px;
  color: #aab8bc;
  font-size: 12px;
  line-height: 1.3;
}

.record-card strong {
  margin-top: 2px;
  font-size: clamp(38px, 3.3vw, 54px);
  line-height: .95;
}

.record-card small {
  margin-top: auto;
  font-size: 12px;
  line-height: 1.35;
}

.event-list {
  gap: 7px;
}

.event-card {
  min-height: 76px;
  grid-template-columns: 116px minmax(0, 1fr) auto;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-left: 3px solid #456578;
  padding: 12px 16px;
}

.event-card time {
  align-self: stretch;
  display: grid;
  align-content: center;
  border-right: 1px solid rgba(255, 255, 255, .13);
  padding-right: 16px;
}

.event-card time strong {
  font-family: var(--font-heading);
  font-size: 23px;
  font-weight: 720;
}

.event-card time span {
  margin-top: 2px;
  color: #9fb0b6;
  font-size: 11px;
}

.event-card h3 {
  margin-bottom: 2px;
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 700;
}

.event-card p {
  margin: 0;
  font-size: 13px;
}

.event-card:not(.next-upcoming) p {
  display: none;
}

.event-card .meta-row {
  gap: 6px;
}

.event-card .tag {
  min-height: 25px;
  padding: 0 8px;
  font-size: 11px;
}

.event-card .event-link {
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
}

.event-card.next-upcoming {
  min-height: 96px;
  border: 1px solid rgba(213, 180, 92, .58);
  border-left: 0;
  background: #1e4656;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .16);
}

.event-card.next-upcoming time {
  align-self: stretch;
  margin: -12px 0 -12px -16px;
  border-right: 0;
  padding: 16px 18px;
  color: #182128;
  background: #d9bd72;
}

.event-card.next-upcoming time strong,
.event-card.next-upcoming time span {
  color: #182128;
}

.event-card.next-upcoming h3 {
  font-size: 22px;
}

.event-card.next-upcoming .tag.highlight {
  color: #f7f1e7;
  background: #b82f38;
}

@media (max-width: 1500px) {
  .records-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .record-card:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .records-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-card {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .event-card .meta-row {
    grid-column: 2;
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .players-directory,
  .records-grid {
    grid-template-columns: 1fr;
  }

  .player-directory-card,
  .record-card {
    min-height: 0;
  }

  .record-card:last-child {
    grid-column: auto;
  }

  .event-card,
  .event-card.next-upcoming {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .event-card time {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    padding-right: 0;
    padding-bottom: 9px;
  }

  .event-card.next-upcoming time {
    margin: -12px -16px 0;
  }

  .event-card .meta-row {
    grid-column: 1;
  }

  .event-card:not(.next-upcoming) p {
    display: block;
  }
}

/* Public navigation, live status and registration */
.nav-group {
  position: relative;
  flex: 0 0 auto;
}

.nav-group summary {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 8px;
  padding: 0 12px;
  color: #c7d2e3;
  cursor: pointer;
  font-size: 13px;
  font-weight: 950;
  list-style: none;
  white-space: nowrap;
}

.nav-group summary::-webkit-details-marker {
  display: none;
}

.nav-group summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .16s ease;
}

.nav-group[open] summary,
.nav-group:hover summary,
.nav-group:has(a.active) summary {
  color: #08111f;
  background: #fff;
}

.nav-group[open] summary::after {
  transform: translateY(2px) rotate(225deg);
}

.nav-submenu {
  min-width: 190px;
  display: none;
  position: absolute;
  z-index: 90;
  top: calc(100% + 7px);
  right: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 6px;
  background: #0d1824;
  box-shadow: 0 20px 44px rgba(0, 0, 0, .38);
}

.nav-group[open] .nav-submenu,
.nav-group:hover .nav-submenu,
.nav-group:focus-within .nav-submenu {
  display: grid;
}

.nav-submenu a {
  min-height: 38px;
  justify-content: flex-start;
  border-radius: 4px;
}

.live-nav-link,
.club-button--live {
  gap: 8px;
}

.live-nav-link {
  border: 1px solid rgba(255, 255, 255, .16);
}

.live-status-dot {
  width: 9px;
  height: 9px;
  display: inline-block;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #e44b55;
  box-shadow: 0 0 0 4px rgba(228, 75, 85, .12);
}

.is-live .live-status-dot {
  background: #23d59a;
  box-shadow: 0 0 0 4px rgba(35, 213, 154, .13);
  animation: live-status-pulse 1.8s ease-out infinite;
}

@keyframes live-status-pulse {
  0% { box-shadow: 0 0 0 0 rgba(35, 213, 154, .42); }
  70%, 100% { box-shadow: 0 0 0 8px rgba(35, 213, 154, 0); }
}

.schedule-register,
.event-register {
  cursor: pointer;
  font: inherit;
}

.event-register {
  border-color: #d5b45c;
  color: #151100;
  background: #d5b45c;
}

.registration-modal {
  position: fixed;
  z-index: 240;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  overflow: auto;
  background: rgba(2, 8, 15, .84);
  backdrop-filter: blur(10px);
}

.registration-modal[hidden] {
  display: none;
}

.registration-card {
  position: relative;
  width: min(100%, 610px);
  border: 1px solid #36536b;
  border-top: 5px solid #d5b45c;
  border-radius: 8px;
  padding: 30px;
  background: #0d2032;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .54);
}

.registration-card h2 {
  margin: 2px 50px 7px 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(34px, 6vw, 52px);
  line-height: 1;
}

.registration-event-label {
  margin: 0 0 22px;
  color: #c1ced1;
  font-weight: 750;
}

.registration-close {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid #43627c;
  border-radius: 50%;
  color: #fff;
  background: #071522;
  cursor: pointer;
  font-size: 25px;
}

.registration-card form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.registration-card form > label {
  display: grid;
  gap: 7px;
  color: #d9e2e4;
  font-size: 13px;
  font-weight: 850;
}

.registration-card label:nth-of-type(1),
.registration-consent,
.registration-submit,
.registration-status {
  grid-column: 1 / -1;
}

.registration-card label > span {
  color: #91a7b8;
  font-weight: 650;
}

.registration-card input:not([type="checkbox"]) {
  width: 100%;
  min-height: 46px;
  border: 1px solid #36536b;
  padding: 0 12px;
  color: #fff;
  background: #071522;
  font: inherit;
}

.registration-consent {
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
}

.registration-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #d5b45c;
}

.registration-submit {
  justify-self: start;
}

.registration-submit:disabled {
  cursor: wait;
  opacity: .56;
}

.registration-status {
  min-height: 20px;
  margin: 0;
  color: #aebdc2;
  font-weight: 750;
}

.registration-status.success {
  color: #55e6b5;
}

.registration-status.error {
  color: #ff8189;
}

.form-trap {
  position: absolute !important;
  left: -9999px !important;
}

body.modal-open {
  overflow: hidden;
}

/* Hall of Fame */
.hall-spotlight {
  margin-bottom: 18px;
}

.hall-feature {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(213, 180, 92, .44);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(115deg, rgba(213, 180, 92, .18), transparent 42%),
    #0d2032;
}

.hall-feature__mark {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border: 2px solid #d5b45c;
  border-radius: 50%;
  color: #d5b45c;
  font-family: var(--font-heading);
  font-size: 54px;
  font-weight: 900;
}

.hall-feature > div:nth-child(2) {
  display: grid;
  gap: 5px;
}

.hall-feature > div:nth-child(2) span,
.hall-feature > div:nth-child(2) small {
  color: #b6c5c9;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.hall-feature > div:nth-child(2) strong {
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(40px, 6vw, 72px);
  line-height: .9;
}

.hall-feature__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(92px, 1fr));
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.hall-feature__stats span {
  display: grid;
  gap: 5px;
  padding: 12px 18px;
  color: #9fb0b8;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.hall-feature__stats b {
  color: #d5b45c;
  font-family: var(--font-heading);
  font-size: 30px;
}

.champions-grid {
  display: block;
}

.hall-history {
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.hall-history__row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 82px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  padding: 12px 4px;
}

.hall-history__number {
  color: #d5b45c;
  font-family: var(--font-heading);
  font-size: 24px;
}

.hall-history__row > div {
  display: grid;
  gap: 3px;
}

.hall-history__row small {
  color: #91a7b8;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.hall-history__row strong {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 27px;
}

.hall-history__points {
  color: #d5b45c;
  font-weight: 900;
}

.special-winners {
  margin-top: 34px;
}

.gallery-card--logo img {
  padding: 42px;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 45%, rgba(213, 180, 92, .14), transparent 56%),
    #081827;
  filter: none;
}

.gallery-card--logo:hover img {
  filter: none;
  transform: scale(1.035);
}

/* Compact schedule */
.schedule-page .section-head {
  margin-bottom: 18px;
}

.schedule-feature {
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 14px;
}

.schedule-feature__date {
  padding: 14px 10px;
}

.schedule-feature__date strong {
  font-size: 46px;
}

.schedule-feature__main {
  padding: 14px 0;
}

.schedule-feature__main h2 {
  font-size: clamp(25px, 2.4vw, 34px);
}

.schedule-feature__actions {
  padding: 14px;
}

.event-card {
  min-height: 88px;
  grid-template-columns: 116px minmax(0, 1fr) auto;
}

.event-card > time,
.event-card > div {
  padding-top: 13px;
  padding-bottom: 13px;
}

.event-card h3 {
  margin-bottom: 3px;
  font-size: 21px;
}

.event-card p {
  display: none;
}

.event-card .meta-row {
  min-width: 210px;
}

@media (max-width: 980px) {
  .hall-feature {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .hall-feature__mark {
    width: 74px;
    height: 74px;
    font-size: 42px;
  }

  .hall-feature__stats {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, .13);
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .club-nav {
    align-content: start;
  }

  .nav-group {
    position: static;
  }

  .nav-group summary,
  .live-nav-link {
    width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    border-radius: 0;
    padding: 0 10px;
    font-size: 15px;
  }

  .nav-submenu {
    min-width: 0;
    position: static;
    grid-column: 1 / -1;
    padding: 0 0 6px 10px;
    border: 0;
    background: rgba(255, 255, 255, .035);
    box-shadow: none;
  }

  .club-nav .nav-group:not([open]) .nav-submenu {
    display: none;
  }

  .club-nav .nav-group[open] .nav-submenu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .club-nav .nav-group[open] {
    grid-column: 1 / -1;
  }

  .nav-submenu a {
    min-height: 40px;
    padding-left: 18px;
    color: #aebdc2;
  }

  .registration-card {
    padding: 24px 18px 20px;
  }

  .registration-card form {
    grid-template-columns: 1fr;
  }

  .registration-card form > * {
    grid-column: 1 !important;
  }

  .hall-feature {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
  }

  .hall-feature__mark {
    width: 58px;
    height: 58px;
    font-size: 34px;
  }

  .hall-feature__stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .hall-feature__stats span {
    padding: 10px 7px;
    text-align: center;
  }

  .hall-history__row {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .hall-history__points {
    grid-column: 2;
  }

  .schedule-feature {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .schedule-feature__actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 14px 14px;
  }

  .schedule-feature__actions .club-button {
    justify-content: center;
  }

  .event-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .event-card .meta-row {
    grid-column: 1 / -1;
    min-width: 0;
    justify-content: flex-start;
    padding: 0 12px 12px;
  }

  .gallery-card--logo img {
    padding: 28px;
  }
}

/* Facebook events */
.facebook-events-preview {
  margin-top: 30px;
}

.facebook-events-list {
  display: grid;
  gap: 12px;
}

.facebook-events-group {
  display: grid;
  gap: 12px;
}

.facebook-events-group + .facebook-events-group {
  margin-top: 28px;
}

.facebook-events-group__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  padding: 0 0 12px;
}

.facebook-events-group__head span {
  color: #fff;
  font-family: var(--font-heading, Arial, sans-serif);
  font-size: 28px;
  font-weight: 800;
}

.facebook-events-group__head strong {
  min-width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #071522;
  background: #d5b45c;
}

.facebook-events-group__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.facebook-events-list--preview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.facebook-event-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-left: 4px solid #d5b45c;
  border-radius: 8px;
  background: #0d2032;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
}

.facebook-event-card__media {
  grid-column: 1 / -1;
  display: block;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  background: #071522;
}

.facebook-event-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
}

.facebook-event-card:hover .facebook-event-card__media img {
  transform: scale(1.025);
}

.facebook-event-card--past {
  border-left-color: #70818a;
}

.facebook-event-card--past .facebook-event-card__date {
  background: rgba(112, 129, 138, .1);
}

.facebook-event-card--past .facebook-event-card__date span,
.facebook-event-card--past .facebook-event-card__date em,
.facebook-event-card--past .facebook-event-card__content .eyebrow {
  color: #aebdc2;
}

.facebook-event-card__date {
  min-height: 166px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 3px;
  border-right: 1px solid rgba(255, 255, 255, .1);
  padding: 18px 12px;
  background: rgba(213, 180, 92, .09);
  text-align: center;
}

.facebook-event-card__date span,
.facebook-event-card__date em {
  color: #d9bd72;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.facebook-event-card__date strong {
  color: #fff;
  font-family: var(--font-heading, Arial, sans-serif);
  font-size: 48px;
  line-height: .95;
}

.facebook-event-card__content {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 20px;
}

.facebook-event-card__content .eyebrow,
.facebook-event-card__content h3,
.facebook-event-card__content p {
  margin: 0;
}

.facebook-event-card__content h3 {
  color: #fff;
  font-family: var(--font-heading, Arial, sans-serif);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.05;
}

.facebook-event-card__place {
  color: #f5df8f;
  font-weight: 800;
}

.facebook-event-card__description {
  color: #c1ced1;
  line-height: 1.5;
}

.facebook-event-card__content > a {
  width: fit-content;
  margin-top: 5px;
  color: #fff;
  font-weight: 850;
  text-underline-offset: 4px;
}

.facebook-events-empty {
  grid-column: 1 / -1;
  min-height: 150px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-left: 4px solid #d5b45c;
  border-radius: 8px;
  padding: 24px;
  background: #0d2032;
}

.facebook-events-empty__mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 2px solid #d5b45c;
  border-radius: 50%;
  color: #d5b45c;
  font-size: 34px;
  line-height: 1;
}

.facebook-events-empty strong {
  color: #fff;
  font-size: 20px;
}

.facebook-events-empty p {
  margin: 6px 0 0;
  color: #c1ced1;
}

@media (max-width: 1180px) {
  .facebook-events-group__grid,
  .facebook-events-list--preview {
    grid-template-columns: 1fr;
  }

  .facebook-events-list--preview .facebook-event-card {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .facebook-events-list--preview .facebook-event-card__media {
    display: none;
  }
}

@media (max-width: 600px) {
  .facebook-events-preview {
    margin-top: 20px;
  }

  .facebook-event-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .facebook-event-card__media {
    aspect-ratio: 16 / 8;
  }

  .facebook-event-card__date {
    min-height: 150px;
    padding: 14px 8px;
  }

  .facebook-event-card__date strong {
    font-size: 40px;
  }

  .facebook-event-card__content {
    padding: 16px;
  }

  .facebook-event-card__content h3 {
    font-size: 22px;
  }

  .facebook-event-card__description {
    display: none;
  }

  .facebook-events-empty {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
    padding: 18px;
  }

  .facebook-events-empty__mark {
    width: 44px;
    height: 44px;
  }

  .facebook-events-empty .club-button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* Dedicated phone layout */
@media (max-width: 760px) {
  html {
    scroll-padding-top: 68px;
  }

  .club-header {
    position: sticky;
    top: 0;
  }

  .club-header__inner {
    width: 100%;
    min-height: 66px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0;
    padding: 0 16px;
  }

  .club-brand {
    gap: 10px;
    overflow: hidden;
  }

  .club-brand img {
    width: 40px;
    height: 40px;
  }

  .club-brand span {
    min-width: 0;
  }

  .club-brand strong {
    overflow: hidden;
    font-size: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .club-brand small {
    display: none;
  }

  .club-menu-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 4px;
    padding: 0;
    color: #fff;
    background: transparent;
  }

  .club-menu-toggle span {
    width: 20px;
    height: 2px;
    display: block;
    background: currentColor;
    transition: transform .16s ease, opacity .16s ease;
  }

  .club-header.menu-open .club-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .club-header.menu-open .club-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .club-header.menu-open .club-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .club-nav {
    width: calc(100% + 32px);
    max-height: calc(100vh - 66px);
    display: none;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0 -16px;
    padding: 8px 12px 14px;
    overflow: auto;
    background: #0d1318;
    box-shadow: 0 18px 34px rgba(0, 0, 0, .34);
  }

  .club-header.menu-open .club-nav {
    display: grid;
  }

  .club-nav a {
    min-height: 44px;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding: 0 10px;
    font-size: 15px;
  }

  .club-nav a::after {
    right: auto;
    bottom: 5px;
    left: 10px;
    width: 28px;
  }

  .club-facebook {
    display: none;
  }

  .match-ticker {
    position: static;
  }

  .match-ticker__inner {
    width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
    border: 0;
    padding: 0;
  }

  .match-ticker__label {
    min-height: 36px;
    justify-content: flex-start;
    border: 0;
    padding: 0 16px;
    font-size: 12px;
  }

  .match-ticker__label::after {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 3px;
  }

  .match-ticker .side-next-card {
    min-height: 0;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    border: 0;
    border-left: 0;
    border-radius: 0;
    padding: 14px 16px 16px;
  }

  .match-ticker .side-next-date {
    min-width: 0;
    align-self: stretch;
    align-content: center;
    grid-template-columns: 1fr;
    border-right: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 0;
    padding: 0 12px 0 0;
  }

  .match-ticker .side-next-date span {
    grid-column: 1;
  }

  .match-ticker .side-next-date strong {
    font-size: 31px;
  }

  .match-ticker .side-next-date em {
    font-size: 11px;
  }

  .match-ticker .side-next-card h3 {
    font-size: 21px;
    white-space: normal;
  }

  .match-ticker .side-next-card p {
    font-size: 13px;
  }

  .match-ticker .side-next-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .match-ticker .side-next-actions .primary-action,
  .match-ticker .side-next-actions .secondary-action {
    width: 100%;
  }

  .hero-stadium {
    min-height: 540px;
    grid-template-columns: 1fr;
    align-items: end;
    padding: 46px 18px 52px;
    background:
      linear-gradient(90deg, rgba(10, 16, 21, .94), rgba(10, 16, 21, .52)),
      linear-gradient(180deg, rgba(10, 16, 21, .06), rgba(10, 16, 21, .8)),
      url("assets/hero-darts-club-optimized.jpg") 61% center / cover no-repeat;
  }

  .hero-stadium__content {
    width: 100%;
  }

  .hero-stadium h1 {
    max-width: 340px;
    font-size: 48px;
    line-height: .94;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .hero-lead {
    max-width: 32ch;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.48;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 22px;
  }

  .hero-actions .club-button {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-actions .club-button:first-child {
    grid-column: 1 / -1;
  }

  .new-player-teaser {
    width: min(100% - 24px, var(--max));
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
    padding: 20px;
  }

  .new-player-teaser h2 {
    font-size: 32px;
  }

  .new-player-layout,
  .new-player-checklist,
  .first-night-flow ol,
  .new-player-faq {
    grid-template-columns: 1fr;
  }

  .new-player-checklist article {
    min-height: 0;
    align-content: start;
  }

  .first-night-flow li {
    padding: 18px;
  }

  .privacy-content {
    grid-template-columns: 1fr;
    border-radius: 0;
  }

  .privacy-content article,
  .privacy-updated {
    padding: 20px;
  }

  .hero-stadium::before {
    bottom: 31px;
  }

  .season-headline {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding: 38px 18px 42px;
  }

  .season-headline__intro {
    padding-left: 16px;
  }

  .season-headline h2 {
    max-width: 500px;
    font-size: 39px;
    line-height: 1.02;
  }

  .home-metrics {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-card {
    min-height: 108px;
    padding: 17px 14px 14px;
  }

  .stat-card:nth-child(2) {
    border-right: 0;
  }

  .stat-card strong {
    font-size: clamp(23px, 8vw, 31px);
    overflow-wrap: normal;
    word-break: normal;
  }

  .stat-card small {
    font-size: 12px;
    line-height: 1.3;
  }

  .front-grid,
  .club-gateway,
  .content-band,
  .content-page,
  .club-footer {
    width: min(100% - 24px, var(--max));
  }

  .front-grid {
    margin-top: 26px;
  }

  .front-panel-head {
    display: grid;
    gap: 6px;
  }

  .front-panel-head h2,
  .front-join h2 {
    font-size: 36px;
  }

  .club-gateway {
    margin-top: 24px;
  }

  .content-page {
    margin-top: 0;
    padding-top: 24px;
  }

  .section-head h1,
  .section-head h2,
  .page-hero h1 {
    font-size: 40px;
    line-height: 1;
  }

  .page-hero {
    min-height: 300px;
    padding: 24px 20px;
  }

  .page-hero p:not(.eyebrow) {
    font-size: 17px;
  }

  .section-head {
    gap: 18px;
  }

  .segmented {
    width: 100%;
  }

  .segmented button {
    flex: 1;
    min-width: 0;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 13px;
  }

  .partners-wall__inner {
    gap: 28px;
  }
}

@media (max-width: 380px) {
  .club-brand strong {
    font-size: 17px;
  }

  .hero-stadium h1 {
    font-size: 43px;
  }

  .season-headline h2 {
    font-size: 35px;
  }

  .match-ticker .side-next-card {
    grid-template-columns: 68px minmax(0, 1fr);
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* Archive and profile upgrades */
.schedule-summary {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}

.schedule-feature {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: stretch;
  border: 1px solid rgba(213, 180, 92, .38);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(213, 180, 92, .14), transparent 42%),
    #132b38;
  overflow: hidden;
}

.schedule-feature__date {
  display: grid;
  place-items: center;
  padding: 18px 12px;
  color: #172028;
  background: #d9bd72;
  text-align: center;
}

.schedule-feature__date span,
.schedule-feature__date em {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.schedule-feature__date strong {
  font-family: var(--font-heading);
  font-size: 56px;
  line-height: .9;
}

.schedule-feature__main {
  align-self: center;
  min-width: 0;
  padding: 18px 0;
}

.schedule-feature__main h2 {
  margin: 0;
  color: #f8f5ef;
  font-family: var(--font-heading);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.schedule-feature__main p:not(.eyebrow) {
  margin: 8px 0 0;
  color: #c5d0d2;
  font-weight: 700;
}

.schedule-feature__actions {
  align-self: center;
  display: flex;
  gap: 8px;
  padding: 18px;
}

.schedule-counter-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  overflow: hidden;
}

.schedule-counter-row span {
  display: grid;
  gap: 2px;
  border-right: 1px solid rgba(255, 255, 255, .1);
  padding: 14px 16px;
  color: #aebdc2;
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.schedule-counter-row span:last-child {
  border-right: 0;
}

.schedule-counter-row strong {
  color: #f8f5ef;
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1;
}

.event-details {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.event-details span {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  padding: 4px 8px;
  color: #c7d3d6;
  font-size: 11px;
  font-weight: 750;
}

.season-timeline {
  display: grid;
  gap: 18px;
  margin-bottom: 24px;
}

.timeline-head {
  max-width: 760px;
}

.timeline-head h2 {
  margin: 0;
  color: #f8f5ef;
  font-family: var(--font-heading);
  font-size: clamp(34px, 4vw, 58px);
  line-height: .98;
}

.timeline-list {
  display: grid;
  gap: 10px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) minmax(240px, .34fr);
  gap: 18px;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, .1);
  border-left: 4px solid #4b8e83;
  border-radius: 8px;
  padding: 18px;
  background: #172b35;
}

.timeline-item:nth-child(2n) {
  border-left-color: #d5b45c;
}

.timeline-number {
  color: #d9bd72;
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 800;
}

.timeline-item h3 {
  margin: 0 0 6px;
  font-family: var(--font-heading);
  font-size: 25px;
  line-height: 1.05;
}

.timeline-item p {
  margin: 0;
  color: #c1ced1;
  line-height: 1.45;
}

.timeline-meta,
.timeline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.timeline-meta span,
.timeline-links a {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  padding: 5px 9px;
  color: #d9e2e4;
  font-size: 12px;
  font-weight: 750;
}

.timeline-links a {
  color: #172028;
  background: #d9bd72;
  text-decoration: none;
}

.timeline-champion {
  display: grid;
  align-content: center;
  gap: 5px;
  border-left: 1px solid rgba(255, 255, 255, .1);
  padding-left: 18px;
}

.timeline-champion span {
  color: #d9bd72;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.timeline-champion strong {
  font-family: var(--font-heading);
  font-size: 26px;
  line-height: 1.02;
}

.timeline-champion small {
  color: #b6c5c9;
  font-weight: 750;
}

.player-card-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 7px;
}

.player-card-metrics b {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  padding: 4px 7px;
  color: #e9f0ef;
  font-size: 11px;
  line-height: 1;
}

.profile-snapshot {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.profile-snapshot article {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-top: 3px solid #4b8e83;
  border-radius: 6px;
  padding: 14px;
  background: rgba(255, 255, 255, .035);
}

.profile-snapshot article:nth-child(2) {
  border-top-color: #d5b45c;
}

.profile-snapshot article:nth-child(3) {
  border-top-color: #c9343e;
}

.profile-snapshot span,
.profile-snapshot small {
  color: #aebdc2;
  font-size: 12px;
  font-weight: 750;
}

.profile-snapshot strong {
  color: #f8f5ef;
  font-size: 17px;
  line-height: 1.15;
}

.profile-history-list--timeline article {
  position: relative;
  padding-left: 18px;
}

.profile-history-list--timeline article::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: #d5b45c;
}

@media (max-width: 980px) {
  .schedule-feature,
  .timeline-item {
    grid-template-columns: 1fr;
  }

  .schedule-feature__date {
    grid-template-columns: auto auto auto;
    justify-content: start;
    gap: 10px;
  }

  .schedule-feature__main {
    padding: 0 18px;
  }

  .schedule-feature__actions {
    justify-content: flex-start;
    padding-top: 0;
  }

  .timeline-champion {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 14px;
    padding-left: 0;
  }

  .profile-snapshot {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .schedule-feature__actions,
  .schedule-counter-row {
    grid-template-columns: 1fr;
  }

  .schedule-feature__actions {
    display: grid;
  }

  .schedule-counter-row span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .schedule-counter-row span:last-child {
    border-bottom: 0;
  }

  .timeline-item {
    padding: 15px;
  }

  .profile-snapshot {
    grid-template-columns: 1fr;
  }
}

/* Compact Facebook event list */
.facebook-events-list--preview,
.facebook-events-group__grid {
  grid-template-columns: 1fr;
}

.facebook-event-card,
.facebook-events-list--preview .facebook-event-card {
  min-height: 138px;
  grid-template-columns: 200px 92px minmax(0, 1fr);
  grid-template-rows: 1fr;
}

.facebook-event-card__media,
.facebook-events-list--preview .facebook-event-card__media {
  grid-column: 1;
  grid-row: 1;
  height: 100%;
  min-height: 138px;
  aspect-ratio: auto;
}

.facebook-event-card__date {
  grid-column: 2;
  grid-row: 1;
  min-height: 0;
  padding: 14px 10px;
}

.facebook-event-card__date strong {
  font-size: 38px;
}

.facebook-event-card__content {
  grid-column: 3;
  grid-row: 1;
  align-content: center;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 18px;
  padding: 16px 20px;
}

.facebook-event-card__content .eyebrow,
.facebook-event-card__content h3,
.facebook-event-card__place,
.facebook-event-card__description {
  grid-column: 1;
}

.facebook-event-card__content h3 {
  font-size: 23px;
}

.facebook-event-card__description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 13px;
  line-height: 1.35;
}

.facebook-event-card__content > a {
  grid-column: 2;
  grid-row: 1 / span 4;
  align-self: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
  padding: 9px 12px;
  text-decoration: none;
  white-space: nowrap;
}

.facebook-event-card__content > a:hover {
  color: #071522;
  background: #d5b45c;
}

@media (max-width: 900px) {
  .facebook-event-card,
  .facebook-events-list--preview .facebook-event-card {
    grid-template-columns: 120px 78px minmax(0, 1fr);
  }

  .facebook-event-card__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .facebook-event-card__content > a {
    grid-column: 1;
    grid-row: auto;
  }

  .facebook-event-card__description {
    display: none;
  }
}

@media (max-width: 600px) {
  .facebook-event-card,
  .facebook-events-list--preview .facebook-event-card {
    min-height: 0;
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .facebook-event-card__media,
  .facebook-events-list--preview .facebook-event-card__media {
    display: none;
  }

  .facebook-event-card__date {
    grid-column: 1;
    min-height: 132px;
  }

  .facebook-event-card__date strong {
    font-size: 34px;
  }

  .facebook-event-card__content {
    grid-column: 2;
    padding: 14px;
  }

  .facebook-event-card__content h3 {
    font-size: 19px;
  }

  .facebook-event-card__content .eyebrow {
    font-size: 10px;
  }

  .facebook-event-card__place {
    font-size: 13px;
  }

  .facebook-event-card__content > a {
    width: 100%;
    padding: 8px 10px;
    text-align: center;
  }
}

/* Footer authorship */
.club-footer {
  flex-wrap: wrap;
}

.footer-credit {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  gap: 12px 28px;
  width: 100%;
  margin-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 16px;
  color: #82929f;
  font-size: 12px;
  line-height: 1.5;
}

.club-footer .footer-credit span {
  display: inline;
  margin: 0;
}

.footer-credit b {
  color: #d6b95f;
  font-weight: 800;
}

@media (max-width: 600px) {
  .footer-credit {
    display: grid;
    justify-content: stretch;
    gap: 4px;
  }
}

/* 2026-07-24: navigation, nearest-round signup and compact public modules */
.club-header {
  z-index: 260;
  overflow: visible;
}

.club-header__inner,
.club-nav {
  overflow: visible;
}

.club-nav {
  align-items: stretch;
}

.club-nav > a,
.nav-group > summary {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-group {
  position: relative;
}

.nav-group > summary {
  min-width: 106px;
}

.nav-submenu {
  min-width: 230px;
  top: 100%;
  padding: 8px;
}

.nav-submenu a {
  min-height: 42px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.nav-submenu a:hover,
.nav-submenu a:focus-visible {
  background: #183349;
  color: #fff;
}

.side-next-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.side-register-action {
  border: 1px solid #f2cc57;
  cursor: pointer;
  font: inherit;
}

.registration-card textarea {
  width: 100%;
  resize: vertical;
  min-height: 108px;
}

.registration-share {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #e0bd52;
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
  cursor: pointer;
}

.gallery-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  align-items: stretch;
}

.gallery-card {
  min-height: 100%;
}

.gallery-card > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gallery-card .gallery-link {
  margin-top: auto;
}

.rank-position {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 900;
}

.rank-movement {
  min-width: 30px;
  font-size: 12px;
  font-weight: 950;
}

.rank-movement.is-up { color: #159d68; }
.rank-movement.is-down { color: #d73e4e; }
.rank-movement.is-flat { color: #899ba7; }

@media (max-width: 980px) {
  .club-nav {
    overflow: auto;
  }

  .club-nav > a,
  .nav-group > summary {
    width: 100%;
    justify-content: flex-start;
  }

  .nav-group,
  .nav-submenu {
    width: 100%;
  }

  .nav-submenu {
    position: static;
    box-shadow: none;
    padding: 4px 0 8px 14px;
  }

  .side-next-actions {
    width: 100%;
  }

  .side-next-actions > * {
    flex: 1;
    text-align: center;
  }
}

@media (max-width: 620px) {
  .side-next-actions {
    grid-column: 1 / -1;
  }

  .first-night-flow ol {
    grid-template-columns: 1fr;
  }
}

/* 2026-07-26: final navigation and schedule alignment */
.club-header__inner {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto 44px;
  align-items: center;
  gap: 18px;
  min-height: 72px;
}

.club-brand {
  min-width: 0;
}

.club-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  overflow: visible;
}

.club-nav > a,
.nav-group > summary {
  width: auto;
  min-width: 0;
  height: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 13px;
  line-height: 1;
  white-space: nowrap;
}

.nav-group > summary {
  min-width: 94px;
}

.nav-submenu {
  top: calc(100% + 2px);
  z-index: 280;
}

.club-facebook {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin: 0;
}

.schedule-tabs {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  margin: 0 0 20px;
  border: 1px solid #315269;
  border-radius: 5px;
  overflow: hidden;
  background: #102535;
}

.schedule-tabs button {
  min-height: 44px;
  padding: 10px 16px;
  border: 0;
  border-right: 1px solid #315269;
  background: transparent;
  color: #b9c7d0;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.schedule-tabs button:last-child {
  border-right: 0;
}

.schedule-tabs button:hover,
.schedule-tabs button:focus-visible,
.schedule-tabs button.active {
  outline: 0;
  background: #e2c46d;
  color: #071522;
}

@media (max-width: 980px) {
  .club-header__inner {
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 10px;
    padding-block: 10px;
  }

  .club-menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    grid-column: 2;
    grid-row: 1;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 4px;
    padding: 0;
    color: #fff;
    background: transparent;
  }

  .club-menu-toggle span {
    width: 20px;
    height: 2px;
    display: block;
    background: currentColor;
  }

  .club-facebook {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    display: none;
  }

  .club-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    display: none;
    align-items: stretch;
    gap: 2px;
    padding: 8px 0 2px;
    overflow: visible;
  }

  .club-header.menu-open .club-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .club-nav > a,
  .nav-group > summary {
    width: 100%;
    height: 46px;
    min-height: 46px;
    justify-content: flex-start;
    padding: 0 14px;
  }

  .nav-group,
  .nav-submenu {
    width: 100%;
  }

  .nav-submenu {
    position: static;
    min-width: 0;
    padding: 4px 0 8px 12px;
    border: 0;
    box-shadow: none;
  }

  .nav-submenu a {
    min-height: 40px;
  }
}

@media (max-width: 560px) {
  .club-header.menu-open .club-nav {
    grid-template-columns: 1fr;
  }

  .schedule-tabs {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .schedule-tabs button {
    min-width: 0;
    padding-inline: 8px;
    font-size: 12px;
  }
}
.stat-card strong,
.hall-feature strong,
.player-name,
.player-card h3,
.ranking-player {
  min-width: 0;
  overflow-wrap: anywhere;
}
