:root {
  --black: #050505;
  --ink: #111318;
  --panel: #171a20;
  --panel-2: #20242c;
  --line: #333946;
  --white: #ffffff;
  --muted: #b9c0ca;
  --cyan: #2f7bff;
  --cyan-dark: #1554c8;
  --red: #e53935;
  --green: #20b26b;
  --gold: #e0b04f;
  --max: 1160px;
}

body.home-test {
  position: relative;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 122, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #05080d 0%, #07101a 52%, #05070b 100%);
}

body.home-test::before {
  content: "";
  position: fixed;
  inset: 96px 0 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 8, 13, 0.38), #05070b 78%),
    linear-gradient(90deg, #05070b 0%, rgba(5, 8, 13, 0.74) 38%, rgba(5, 8, 13, 0.9) 100%),
    url("assets/dart-hero.png") right top / min(980px, 78vw) auto no-repeat;
  opacity: 0.72;
  pointer-events: none;
}

.home-test .utility-bar {
  display: none;
}

.home-test .main-nav {
  width: calc(100% - 32px);
  min-height: 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(3, 6, 11, 0.92);
}

.home-test .brand-logo {
  width: 58px;
  height: auto;
}

.home-test .brand-text strong {
  font-size: 1.08rem;
}

.home-test .home-sponsor-inner,
.home-test .preview-home-grid,
.home-test .preview-section > .container {
  width: calc(100% - 32px);
  max-width: none;
  margin-inline: auto;
}

.home-test main > .hero,
.home-test main > .table-news-section,
.home-test main > .club-section {
  display: none;
}

.home-sponsor-strip {
  background:
    linear-gradient(90deg, rgba(3, 9, 18, 0.98), rgba(5, 17, 32, 0.98) 48%, rgba(2, 7, 14, 0.99)),
    radial-gradient(circle at 11% 50%, rgba(224, 176, 79, 0.12), transparent 26%);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(47, 123, 255, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.home-sponsor-strip .home-sponsor-inner {
  width: calc(100% - 32px);
  max-width: none;
  min-height: 72px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 170px;
  gap: 20px;
  align-items: center;
}

.home-sponsor-title {
  min-height: 48px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding-right: 18px;
}

.home-sponsor-title > span {
  display: none;
}

.home-sponsor-title h2 {
  margin: 0;
  color: var(--gold);
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.home-sponsor-title h2::after {
  content: "";
  display: block;
  width: 68px;
  height: 2px;
  margin-top: 8px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.home-sponsor-title p {
  margin: 5px 0 0;
  color: var(--cyan);
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.home-sponsor-logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  align-items: center;
}

.home-sponsor-logos span {
  min-height: 48px;
  display: grid;
  place-items: center;
  color: #f6f8fc;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.06;
  text-align: center;
  text-transform: uppercase;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.home-sponsor-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--cyan);
  color: var(--white);
  background: rgba(2, 20, 44, 0.58);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.home-sponsor-button::after {
  content: ">";
  margin-left: 8px;
  color: var(--cyan);
}

.preview-home-shell {
  padding: 14px 0 10px;
  background:
    linear-gradient(180deg, rgba(5, 8, 13, 0.35), rgba(5, 8, 13, 0.04));
}

.preview-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 16px;
  align-items: stretch;
}

.preview-hero-card,
.preview-panel {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(9, 22, 36, 0.86), rgba(4, 9, 16, 0.94));
  border: 1px solid rgba(76, 142, 255, 0.28);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}

.preview-hero-card {
  position: relative;
  min-height: 350px;
  display: grid;
  align-items: center;
  box-shadow: none;
}

.preview-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 8, 14, 0.9) 0%, rgba(5, 14, 28, 0.62) 42%, rgba(5, 8, 12, 0.12) 100%),
    url("assets/dart-hero.png") right center / cover;
  filter: saturate(1.08) contrast(1.1);
}

.preview-hero-bg::after {
  content: "";
  position: absolute;
  inset: auto 42% 18px auto;
  width: 64px;
  height: 8px;
  border-radius: 99px;
  background:
    linear-gradient(90deg, var(--cyan) 0 18px, rgba(255, 255, 255, 0.38) 18px 30px, transparent 30px 38px, rgba(255, 255, 255, 0.38) 38px 50px, transparent 50px 56px, rgba(255, 255, 255, 0.38) 56px 64px);
}

.preview-hero-copy {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), 760px);
  max-width: none;
  padding: 46px 0 46px 52px;
}

.preview-hero-copy h1 {
  margin: 10px 0 18px;
  color: var(--white);
  max-width: 760px;
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  font-weight: 900;
  line-height: 1.06;
  text-transform: uppercase;
}

.preview-hero-copy h1 strong {
  color: var(--cyan);
  white-space: nowrap;
}

.preview-hero-copy p:not(.section-tag) {
  margin: 0 0 24px;
  color: #d8e1ef;
  font-size: 1.12rem;
}

.preview-side-stack {
  display: grid;
  gap: 16px;
  align-content: stretch;
}

.preview-panel {
  padding: 24px;
}

.preview-events-card {
  min-height: 350px;
}

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

.preview-panel h2,
.preview-panel-head h2 {
  margin: 0;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.preview-panel-head h2 {
  padding-left: 14px;
  border-left: 4px solid var(--cyan);
}

.preview-panel-head a,
.preview-news-card a,
.preview-event em {
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.preview-event-list {
  display: grid;
}

.preview-header-table-list {
  display: grid;
  gap: 12px;
}

.preview-header-table-list article {
  display: grid;
  gap: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.preview-header-table-list p,
.preview-header-table-list div span {
  margin: 0;
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.preview-header-table-list h3 {
  margin: 0;
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.preview-header-table-list ol {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.preview-header-table-list li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  gap: 7px;
  align-items: center;
  min-height: 28px;
  padding: 5px 7px;
  background: rgba(255, 255, 255, 0.045);
}

.preview-header-table-list li.own {
  background: rgba(47, 123, 255, 0.18);
  box-shadow: inset 3px 0 0 var(--cyan);
}

.preview-header-table-list li span,
.preview-header-table-list li em,
.preview-header-table-list b {
  color: var(--gold);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 900;
}

.preview-header-table-list li strong {
  min-width: 0;
  overflow: hidden;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.preview-header-table-list div {
  display: grid;
  gap: 3px;
}

.preview-header-table-list div strong {
  color: #ecf3ff;
  font-size: 0.72rem;
  line-height: 1.25;
}

.preview-event {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.preview-event:first-child {
  border-top: 0;
  padding-top: 0;
}

.preview-event time {
  display: grid;
  min-height: 78px;
  place-items: center;
  border: 1px solid rgba(76, 142, 255, 0.52);
  background: rgba(3, 8, 16, 0.76);
}

.preview-event time strong {
  color: var(--white);
  font-size: 2rem;
  line-height: 0.9;
}

.preview-event time span,
.preview-event small,
.preview-news-card p,
.preview-sponsor-panel p {
  color: #b7c1d0;
}

.preview-event > span {
  display: grid;
  gap: 4px;
}

.preview-event strong {
  color: var(--white);
  font-size: 0.98rem;
}

.preview-section {
  padding: 12px 0;
}

.preview-news-grid,
.preview-standings-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.preview-news-card {
  display: grid;
  gap: 12px;
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.preview-news-card:last-child {
  border-right: 0;
  padding-right: 0;
}

.preview-news-image {
  min-height: 158px;
  border: 1px solid rgba(76, 142, 255, 0.22);
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),
    url("assets/dart-hero.png") center / cover;
}

.preview-news-image.alt {
  background-position: 35% center;
}

.preview-news-image.third {
  background-position: 78% center;
}

.preview-news-card span,
.preview-standing-card p,
.preview-standing-card div span {
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.preview-news-card h3,
.preview-standing-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.12rem;
  line-height: 1.18;
}

.preview-news-card p {
  margin: 0;
  line-height: 1.5;
}

.preview-standing-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.preview-standing-card.gold {
  border-color: rgba(224, 176, 79, 0.5);
}

.preview-standing-card ol {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.preview-standing-card li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 34px;
  padding: 7px 9px;
  background: rgba(255, 255, 255, 0.05);
  color: #dce6f5;
}

.preview-standing-card li.own {
  background: rgba(47, 123, 255, 0.18);
  box-shadow: inset 3px 0 0 var(--cyan);
}

.preview-standing-card li span,
.preview-standing-card li em,
.preview-standing-card div b {
  color: var(--gold);
  font-style: normal;
  font-weight: 900;
}

.preview-standing-card li strong {
  overflow: hidden;
  color: var(--white);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.preview-standing-card div {
  display: grid;
  gap: 5px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.preview-standing-card div strong {
  color: #edf4ff;
}

.preview-sponsor-panel {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.preview-sponsor-panel h2 {
  margin-bottom: 12px;
}

.preview-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.preview-sponsor-grid span {
  display: grid;
  min-height: 92px;
  place-items: center;
  padding: 12px;
  background: #f6f8fb;
  color: #152033;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
}

@media (max-width: 1180px) {
  .home-sponsor-inner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 0;
  }

  .home-sponsor-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-sponsor-title {
    border-right: 0;
    padding-right: 0;
  }

  .home-sponsor-button {
    justify-self: start;
    min-width: 190px;
  }

  .preview-sponsor-panel {
    grid-template-columns: 1fr;
  }

  .preview-home-grid {
    grid-template-columns: 1fr;
  }

  .preview-side-stack {
    grid-template-columns: 1fr 1fr;
  }

  .preview-events-card {
    min-height: auto;
  }

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

@media (max-width: 820px) {
  .home-sponsor-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .preview-side-stack,
  .preview-news-grid,
  .preview-standings-grid {
    grid-template-columns: 1fr;
  }

  .preview-news-card {
    padding-right: 0;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .preview-news-card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .preview-hero-copy {
    width: min(calc(100% - 40px), 760px);
    padding: 42px 0;
  }

  .preview-side-stack {
    grid-template-columns: 1fr;
  }

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

body.sponsor-banner-test {
  min-height: 100vh;
  overflow-x: hidden;
  background: #02070d;
  color: var(--white);
}

.sponsor-test-top {
  position: relative;
  z-index: 2;
  background: rgba(2, 7, 13, 0.96);
  border-bottom: 1px solid rgba(47, 123, 255, 0.34);
}

.sponsor-test-contact,
.sponsor-test-strip,
.sponsor-test-nav {
  width: min(calc(100% - 48px), 1540px);
  margin-inline: auto;
}

.sponsor-test-contact {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 34px;
  color: #f0f4fb;
  font-weight: 700;
}

.sponsor-test-contact span::before {
  color: var(--gold);
  margin-right: 9px;
}

.sponsor-test-contact span:nth-child(1)::before {
  content: "Ort";
}

.sponsor-test-contact span:nth-child(2)::before {
  content: "Tel";
}

.sponsor-test-contact span:nth-child(3)::before {
  content: "Mail";
}

.sponsor-test-contact strong {
  margin-left: auto;
  color: var(--gold);
  font-size: 0.86rem;
  text-transform: uppercase;
}

.sponsor-test-contact a {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  color: var(--white);
  font-weight: 900;
}

.sponsor-test-strip {
  min-height: 132px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 220px;
  gap: 28px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sponsor-test-strip h1 {
  margin: 0;
  color: var(--gold);
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sponsor-test-logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  gap: 22px;
}

.sponsor-test-logos span {
  min-height: 58px;
  display: grid;
  place-items: center;
  color: #f7f9fd;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
}

.sponsor-test-strip > a {
  min-height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid var(--cyan);
  color: var(--white);
  font-size: 1.12rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.sponsor-test-nav {
  min-height: 120px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: center;
}

.sponsor-test-logo img {
  width: 126px;
  height: auto;
}

.sponsor-test-nav div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.sponsor-test-nav a:not(.sponsor-test-logo) {
  color: var(--white);
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sponsor-test-nav a.active {
  color: var(--gold);
}

.sponsor-test-hero {
  position: relative;
  min-height: calc(100vh - 316px);
  display: grid;
  grid-template-columns: 36% 30% 34%;
  align-items: center;
  overflow: hidden;
  background: #05111f;
}

.sponsor-test-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 5, 10, 0.08), rgba(4, 13, 24, 0.6) 42%, rgba(4, 12, 22, 0.98) 100%),
    url("assets/dart-hero.png") left center / cover no-repeat;
  filter: saturate(1.14) contrast(1.08);
}

.sponsor-test-center-logo,
.sponsor-test-claim,
.sponsor-test-qr {
  position: relative;
  z-index: 1;
}

.sponsor-test-center-logo {
  width: min(360px, 62%);
  justify-self: center;
  grid-column: 2;
  filter: drop-shadow(0 20px 32px rgba(0, 0, 0, 0.52));
}

.sponsor-test-claim {
  grid-column: 3;
  align-self: center;
  padding-right: 7vw;
}

.sponsor-test-claim p,
.sponsor-test-claim h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.sponsor-test-claim h2 {
  color: var(--cyan);
}

.sponsor-test-claim span {
  display: inline-block;
  margin-top: 110px;
  color: var(--cyan);
  font-size: 1.45rem;
  font-weight: 900;
  transform: rotate(-8deg);
  text-transform: uppercase;
}

.sponsor-test-qr {
  position: absolute;
  right: 5vw;
  bottom: 52px;
  width: 150px;
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 5px;
  padding: 13px;
  background: var(--white);
  border: 6px solid rgba(255, 255, 255, 0.9);
  border-radius: 12px;
}

.sponsor-test-qr i {
  background: #06111f;
}

.sponsor-test-qr i:nth-child(3n),
.sponsor-test-qr i:nth-child(5n),
.sponsor-test-qr i:nth-child(7n) {
  opacity: 0;
}

@media (max-width: 1100px) {
  .sponsor-test-strip {
    grid-template-columns: 1fr;
    padding: 22px 0;
  }

  .sponsor-test-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sponsor-test-nav {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px 0;
  }

  .sponsor-test-nav div {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
  }

  .sponsor-test-hero {
    min-height: 680px;
    grid-template-columns: 1fr;
    padding: 60px 24px;
  }

  .sponsor-test-center-logo,
  .sponsor-test-claim {
    grid-column: 1;
  }

  .sponsor-test-claim {
    justify-self: end;
    padding-right: 0;
  }
}

@media (max-width: 760px) {
  .sponsor-test-contact {
    flex-wrap: wrap;
    gap: 14px;
    padding: 16px 0;
  }

  .sponsor-test-contact strong {
    margin-left: 0;
  }

  .sponsor-test-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sponsor-test-qr {
    right: 24px;
    width: 118px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.92);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

.utility-bar {
  background: #232323;
  color: #d7d7d7;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.utility-inner,
.main-nav,
.nav-links,
.brand,
.hero-actions,
.match-card,
.footer-bottom {
  display: flex;
  align-items: center;
}

.utility-inner {
  min-height: 34px;
  justify-content: space-between;
  gap: 16px;
}

.main-nav {
  width: calc(100% - 32px);
  min-height: 72px;
  margin-inline: auto;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(3, 6, 11, 0.92);
}

.brand {
  gap: 12px;
  min-width: 0;
  flex: 1 1 300px;
  max-width: 420px;
}

.brand-logo {
  width: 58px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(47, 123, 255, 0.22));
}

.brand-mark {
  width: 48px;
  height: 48px;
  border: 4px solid var(--white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    conic-gradient(from 45deg, #050505 0 12.5%, #f4f4f4 0 25%, #050505 0 37.5%, #f4f4f4 0 50%, #050505 0 62.5%, #f4f4f4 0 75%, #050505 0 87.5%, #f4f4f4 0);
}

.brand-mark span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 8px #101010, 0 0 0 12px var(--green);
}

.brand-text {
  display: grid;
  min-width: 0;
  line-height: 1.05;
}

.brand-text strong {
  font-family: Inter, Arial, sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
}

.brand-text em {
  color: var(--cyan);
  font-family: Inter, Arial, sans-serif;
  font-style: normal;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-links {
  align-self: stretch;
  gap: 2px;
}

.nav-links a {
  display: grid;
  min-width: 72px;
  height: 100%;
  place-items: center;
  padding-inline: 10px;
  color: #f4f4f4;
  font-family: Inter, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links .nav-social {
  min-width: 38px;
  width: 38px;
  height: 38px;
  align-self: center;
  margin-left: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  box-shadow: none;
}

.nav-links .nav-social:hover {
  background: transparent;
  box-shadow: none;
  transform: translateY(-1px);
}

.nav-links .nav-member-button {
  min-width: 138px;
  height: 42px;
  align-self: center;
  margin-left: 6px;
  border: 1px solid rgba(47, 123, 255, 0.68);
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(47, 123, 255, 0.22), rgba(7, 16, 31, 0.9));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  color: var(--white);
}

.nav-links .nav-member-button:hover,
.nav-links .nav-member-button.active {
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(47, 123, 255, 0.26);
}

.nav-social.facebook span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: end center;
  overflow: hidden;
  border: 3px solid currentColor;
  border-radius: 5px;
  background: transparent;
  color: var(--white);
  font-family: Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 0.78;
  padding-top: 5px;
}

.nav-social.instagram span {
  width: 29px;
  height: 29px;
  border: 3px solid currentColor;
  border-radius: 9px;
  position: relative;
}

.nav-social.instagram span::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.nav-social.instagram span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.nav-links a:hover,
.nav-links .active {
  background: #171717;
  color: var(--white);
  box-shadow: inset 0 -3px 0 var(--cyan);
}

.nav-toggle,
.nav-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-media,
.hero-overlay,
.hero-brand-bg {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/dart-hero.png");
  background-size: cover;
  background-position: center;
  filter: saturate(1.06) contrast(1.05);
  transform: scale(1.01);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 10, 26, 0.7) 46%, rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 78% 43%, rgba(47, 123, 255, 0.22), rgba(0, 0, 0, 0.78) 38%, transparent 56%),
    radial-gradient(circle at 24% 40%, rgba(47, 123, 255, 0.18), transparent 38%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.05) 46%);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 92px 0 78px;
}

.kicker,
.section-tag {
  margin: 0 0 14px;
  color: var(--cyan);
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1,
.section-copy h2,
.section-heading h2,
.training-card h2,
.site-footer h2 {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.hero h1 {
  width: min(740px, 100%);
  font-size: clamp(3.2rem, 8.6vw, 7.25rem);
  letter-spacing: 0;
}

.hero-kicker {
  display: grid;
  width: min(560px, 100%);
  grid-template-columns: minmax(44px, 1fr) auto minmax(44px, 1fr);
  gap: 24px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--cyan);
  font-size: clamp(1rem, 2.1vw, 1.35rem);
  font-weight: 900;
  letter-spacing: 0.34em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-kicker span {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan));
}

.hero-kicker span:last-child {
  background: linear-gradient(90deg, var(--cyan), transparent);
}

.hero-title span,
.hero-title strong {
  display: block;
  color: #f4f4f4;
  text-shadow: 0 18px 32px rgba(0, 0, 0, 0.42);
}

.hero-title strong {
  color: var(--cyan);
  font-style: normal;
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 24px;
  color: #e5e8ed;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.62;
}

.hero-actions {
  gap: 14px;
  flex-wrap: wrap;
}

.hero-league-panel {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
  margin-top: 18px;
}

.hero-league-panel article,
.hero-league-link {
  background:
    linear-gradient(180deg, rgba(9, 26, 48, 0.9), rgba(4, 10, 18, 0.9));
  border: 1px solid rgba(47, 123, 255, 0.28);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.hero-league-panel article {
  min-width: 0;
  padding: 14px;
}

.hero-league-panel article.champion {
  border-color: rgba(224, 176, 79, 0.5);
}

.hero-league-panel p,
.hero-result span {
  margin: 0;
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-league-panel h2 {
  margin: 4px 0 12px;
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.hero-mini-table {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-mini-table li {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 7px;
  align-items: center;
  min-height: 30px;
  padding: 5px 7px;
  background: rgba(255, 255, 255, 0.045);
  color: #dfe7f4;
}

.hero-mini-table span {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
}

.hero-mini-table strong {
  min-width: 0;
  overflow: hidden;
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-mini-table em {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.hero-mini-table .own {
  background: rgba(47, 123, 255, 0.18);
  box-shadow: inset 3px 0 0 var(--cyan);
}

.hero-mini-table .champion-row {
  background: rgba(224, 176, 79, 0.2);
  box-shadow: inset 3px 0 0 var(--gold);
}

.hero-mini-table .muted-row {
  background: rgba(47, 123, 255, 0.12);
}

.hero-standing {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
  align-items: center;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.hero-standing span {
  grid-row: span 2;
  color: var(--cyan);
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
}

.hero-standing strong {
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
}

.hero-standing em {
  color: var(--muted);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-results {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: 9px;
}

.hero-results.single {
  grid-template-columns: 1fr;
}

.hero-result {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.hero-result strong {
  color: #ecf3ff;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.25;
}

.hero-result b {
  color: var(--gold);
}

.hero-league-link {
  grid-column: 1 / -1;
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 10px 14px;
  background:
    linear-gradient(180deg, rgba(47, 123, 255, 0.26), rgba(7, 18, 34, 0.94));
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-league-link:hover {
  background: var(--cyan);
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 2px solid var(--cyan);
  font-family: Inter, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.btn.primary {
  background: var(--cyan);
  color: var(--white);
}

.btn.ghost {
  background: rgba(0, 0, 0, 0.36);
}

.score-band,
.teams-section,
.players-section {
  background: #f4f5f7;
  color: var(--ink);
}

.score-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 44px 0;
}

.next-match,
.training-card,
.stats-card,
.landing-fact,
.player-focus-card,
.league-table,
.news-list,
.team-card,
.player-grid article {
  background: var(--white);
  border: 1px solid #dfe3e8;
  box-shadow: 0 16px 32px rgba(11, 16, 24, 0.08);
}

.next-match,
.training-card,
.stats-card,
.landing-fact,
.player-focus-card {
  padding: 28px;
}

.landing-fact {
  min-height: 100%;
}

.landing-fact h2,
.landing-fact strong {
  display: block;
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.06;
}

.landing-fact p {
  color: #626b78;
}

.landing-fact .upcoming-card > span {
  display: none;
}

.landing-fact .upcoming-card p {
  display: none;
}

.match-card {
  justify-content: space-between;
  gap: 18px;
}

.upcoming-card {
  display: grid;
  align-content: start;
  gap: 10px;
}

.match-card span,
.meta,
.team-card span,
.player-grid p,
.news-list time {
  color: #69717d;
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.match-card strong {
  display: block;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.12;
  text-transform: none;
}

.upcoming-card p {
  margin: 0;
  color: #626b78;
  font-size: 0.95rem;
  line-height: 1.55;
}

.training-card p,
.section-copy p,
.club-highlights p,
.news-list p,
.team-card p,
.site-footer p {
  color: #626b78;
}

.training-card h2 {
  font-size: 2.1rem;
}

.text-link {
  color: var(--cyan-dark);
  font-family: Inter, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.stats-card dl {
  margin: 0;
  display: grid;
  gap: 14px;
}

.club-facts {
  margin-bottom: 16px;
}

.stats-card div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e4e8ee;
}

.stats-card dt {
  color: var(--cyan-dark);
  font-family: Inter, Arial, sans-serif;
  font-weight: 900;
  font-size: 2rem;
}

.stats-card dd {
  margin: 0;
  color: #69717d;
  font-weight: 800;
  text-transform: uppercase;
}

.team-balance {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.team-balance li {
  display: grid;
  grid-template-columns: 34px 1fr 1fr;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #e4e8ee;
  color: #69717d;
  font-size: 0.9rem;
  font-weight: 800;
}

.team-balance strong {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(47, 123, 255, 0.12);
  color: var(--cyan-dark);
}

.player-focus-card {
  position: relative;
  overflow: hidden;
}

.player-focus-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -52px;
  width: 150px;
  height: 150px;
  border: 22px solid rgba(47, 123, 255, 0.1);
  border-radius: 50%;
}

.focus-player,
.focus-stats,
.player-focus-card > p {
  position: relative;
  z-index: 1;
}

.focus-player {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.focus-player img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.focus-player span {
  display: block;
  color: #69717d;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.focus-player strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 900;
  line-height: 1.15;
}

.focus-stats {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
}

.focus-stats div {
  display: grid;
  gap: 4px;
  padding-top: 10px;
  border-top: 1px solid #e4e8ee;
}

.focus-stats dt {
  color: #69717d;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.focus-stats dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.player-focus-card > p:last-child {
  margin: 0;
  color: #626b78;
  font-size: 0.95rem;
}

.club-section {
  background: var(--black);
  padding: 84px 0;
}

.section-copy h2,
.section-heading h2,
.site-footer h2 {
  font-size: clamp(2.3rem, 5vw, 4.2rem);
}

.section-copy p {
  color: var(--muted);
}

.club-logo-panel {
  width: min(280px, 100%);
  margin-top: 28px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.club-logo-panel img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.38));
}

.club-intro {
  max-width: 760px;
}

.club-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 44px;
  border: 1px solid rgba(47, 123, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(12, 33, 58, 0.82), rgba(13, 15, 19, 0.96));
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.26);
}

.club-values article {
  min-height: 190px;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.club-values article:last-child {
  border-right: 0;
}

.club-values span {
  color: var(--gold);
  font-family: Inter, Arial, sans-serif;
  font-weight: 900;
  font-size: 2.7rem;
}

.club-values h3,
.team-card h3,
.news-list h3,
.player-grid h3 {
  margin: 10px 0 8px;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.club-values p {
  margin: 0;
  color: var(--muted);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 62px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.42)),
    url("assets/dart-hero.png") center / cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.page-hero .container {
  display: grid;
  gap: 14px;
}

.page-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
}

.page-hero p:not(.section-tag) {
  max-width: 720px;
  margin: 0;
  color: #e5e8ed;
  font-size: 1.08rem;
}

.page-section {
  padding: 76px 0;
  background: #101216;
}

.page-section.light {
  background: #f4f5f7;
  color: var(--ink);
}

.member-hero {
  background:
    linear-gradient(90deg, rgba(5, 8, 13, 0.9), rgba(5, 8, 13, 0.62)),
    linear-gradient(180deg, rgba(7, 20, 38, 0.84), #080d15),
    url("assets/dart-hero.png") right center / min(780px, 58vw) auto no-repeat;
}

.member-section {
  padding: 64px 0 84px;
  background:
    radial-gradient(circle at 15% 12%, rgba(47, 123, 255, 0.18), transparent 28rem),
    linear-gradient(180deg, #080d15 0%, #05070b 100%);
}

.member-login-section {
  padding: 56px 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(47, 123, 255, 0.16), transparent 28rem),
    linear-gradient(180deg, #080d15, #05070b);
}

.member-login-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 22px;
  align-items: start;
}

.member-login-card {
  position: relative;
  max-width: 620px;
}

.member-login-card h2,
.member-demo-card h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.member-login-card > p:not(.section-tag),
.member-demo-card p {
  color: var(--muted);
}

.member-login-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.member-login-form label {
  display: grid;
  gap: 8px;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 800;
}

.member-login-form input[type="text"],
.member-login-form input[type="password"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  padding: 0 14px;
  background: rgba(0, 0, 0, 0.34);
  color: var(--white);
  font: inherit;
}

.member-login-form input:focus {
  border-color: rgba(47, 123, 255, 0.85);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(47, 123, 255, 0.18);
}

.member-login-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 0.88rem;
}

.member-login-options label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
}

.member-login-options a,
.member-login-error {
  color: var(--cyan);
}

.member-login-error {
  min-height: 20px;
  margin: 0;
  font-weight: 800;
}

.member-demo-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.member-demo-card li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.member-demo-card li:first-child {
  border-top: 0;
}

.member-demo-card span {
  color: var(--cyan);
  font-weight: 800;
}

.member-login-modal[hidden],
.member-login-section[hidden],
.member-authenticated[hidden] {
  display: none;
}

.member-login-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
}

.member-login-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.member-login-modal .member-login-card {
  width: min(560px, 100%);
  z-index: 1;
}

.member-login-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.24);
  color: var(--white);
  cursor: pointer;
  font-weight: 900;
}

.member-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 22px;
}

.member-main,
.member-sidebar {
  display: grid;
  align-content: start;
  gap: 22px;
}

.member-panel {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(12, 21, 34, 0.96), rgba(6, 10, 17, 0.98));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

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

.member-panel-head .section-tag {
  margin: 0;
}

.member-panel h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

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

.member-action-card {
  position: relative;
  min-height: 214px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(47, 123, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47, 123, 255, 0.12), transparent 44%),
    rgba(4, 9, 16, 0.72);
  color: var(--white);
  overflow: hidden;
}

.member-action-card::after {
  content: "";
  position: absolute;
  inset: auto -32px -52px auto;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(47, 123, 255, 0.18);
  border-radius: 50%;
}

.member-action-card:hover {
  border-color: rgba(47, 123, 255, 0.76);
  transform: translateY(-2px);
}

.member-action-card.is-disabled {
  opacity: 0.45;
}

.member-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(47, 123, 255, 0.62);
  border-radius: 8px;
  background: rgba(47, 123, 255, 0.12);
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
}

.member-action-card strong {
  font-size: 1.05rem;
  font-weight: 900;
  text-transform: uppercase;
}

.member-action-card p,
.member-build-panel p,
.member-message-list p {
  margin: 0;
  color: var(--muted);
}

.member-action-card em {
  color: var(--cyan);
  font-style: normal;
  font-weight: 900;
}

.member-message-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-message-list li {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 6px 18px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.member-message-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.member-message-list span,
.member-date-list em {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.member-message-list strong {
  color: var(--white);
  font-size: 1.05rem;
}

.member-message-list p {
  grid-column: 2;
}

.member-download-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.member-download-grid a {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(1, 5, 10, 0.55);
  color: var(--white);
}

.member-download-grid a:hover {
  border-color: rgba(47, 123, 255, 0.7);
}

.member-download-grid span {
  width: 42px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: var(--cyan);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 900;
}

.member-download-grid strong {
  font-weight: 900;
}

.member-download-grid small {
  color: var(--muted);
}

.member-build-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  border-color: rgba(47, 123, 255, 0.38);
  background:
    linear-gradient(135deg, rgba(47, 123, 255, 0.18), transparent 52%),
    rgba(6, 12, 22, 0.96);
}

.member-user-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  border-color: rgba(47, 123, 255, 0.38);
}

.member-user-panel h2 {
  margin: 0 0 8px;
}

.member-user-panel p {
  margin: 0;
  color: var(--muted);
}

.member-user-actions {
  display: grid;
  justify-items: end;
  gap: 12px;
}

.member-role-grid,
.member-feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.member-role-grid span,
.member-feature-grid span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(47, 123, 255, 0.42);
  border-radius: 999px;
  padding: 0 12px;
  color: #dce8ff;
  background: rgba(47, 123, 255, 0.1);
  font-size: 0.82rem;
  font-weight: 800;
}

.member-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.member-feature-grid span {
  justify-content: center;
  border-radius: 6px;
}

.member-feature-grid a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(47, 123, 255, 0.4);
  border-radius: 6px;
  color: var(--cyan);
  font-weight: 900;
  text-align: center;
  background: rgba(47, 123, 255, 0.08);
}

.member-editor-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.member-editor-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}

.member-editor-form .wide {
  grid-column: 1 / -1;
}

.member-editor-form input,
.member-editor-form select,
.member-editor-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  padding: 12px 14px;
  color: var(--white);
  background: rgba(4, 10, 18, 0.82);
  font: inherit;
}

.member-editor-form textarea {
  resize: vertical;
}

.member-editor-form input:focus,
.member-editor-form select:focus,
.member-editor-form textarea:focus {
  border-color: rgba(47, 123, 255, 0.85);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(47, 123, 255, 0.15);
}

.member-editor-form button {
  justify-self: start;
}

.member-record-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.member-record-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  gap: 16px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.member-record-card strong {
  display: block;
  color: var(--white);
  font-weight: 900;
}

.member-record-card span {
  display: block;
  margin-top: 4px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.member-record-card p,
.member-empty-state {
  margin: 8px 0 0;
  color: var(--muted);
}

.member-record-actions {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.member-record-card button {
  width: 56px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 900;
}

.member-record-card button:hover {
  border-color: rgba(47, 123, 255, 0.7);
  color: var(--cyan);
}

.member-sidebar {
  position: sticky;
  top: 96px;
}

.member-date-list {
  display: grid;
}

.member-date-list article {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.member-date-list article:first-child {
  border-top: 0;
  padding-top: 0;
}

.member-date-list time {
  display: grid;
  min-height: 74px;
  place-items: center;
  border: 1px solid rgba(47, 123, 255, 0.55);
  border-radius: 6px;
  background: #02060c;
}

.member-date-list time strong {
  color: var(--white);
  font-size: 1.9rem;
  line-height: 0.9;
}

.member-date-list time span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.member-date-list h3 {
  margin: 4px 0;
  color: var(--white);
  font-size: 1rem;
}

.member-date-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

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

.info-card {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(32, 36, 44, 0.96), rgba(13, 15, 19, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 4px solid var(--cyan);
  color: var(--white);
}

.info-card h2,
.info-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.info-card p,
.info-card li {
  color: var(--muted);
}

.info-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.teams-section,
.players-section {
  padding: 78px 0;
}

.teams-section {
  background:
    linear-gradient(180deg, #0d0f13, #151922);
  color: var(--white);
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading.small {
  margin-bottom: 18px;
}

.team-grid,
.player-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.team-card {
  min-height: 100%;
  padding: 28px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(32, 36, 44, 0.96), rgba(13, 15, 19, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-top: 4px solid var(--cyan);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.32);
}

.team-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -54px;
  width: 160px;
  height: 160px;
  border: 24px solid rgba(47, 123, 255, 0.12);
  border-radius: 50%;
}

.team-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.team-card .team-league {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(47, 123, 255, 0.45);
  color: #dbe7ff;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.team-card h3,
.team-card h4,
.team-card p,
.team-card ul {
  position: relative;
  z-index: 1;
}

.team-card h3 {
  color: var(--white);
}

.team-card p {
  color: #b9c3d4;
}

.team-card h4 {
  margin: 20px 0 10px;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.team-card p strong {
  display: block;
  margin-bottom: 2px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.team-card ul {
  min-height: 0;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 22px;
  list-style: none;
  color: #d7dde8;
  font-size: 0.92rem;
}

.team-card li {
  break-inside: avoid;
  margin-bottom: 7px;
  padding-left: 13px;
  position: relative;
}

.team-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  background: var(--cyan);
}

.team-badge {
  width: 190px;
  height: 148px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
}

.team-badge img {
  display: block;
  width: 188px;
  height: auto;
  max-height: 146px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.34));
}

.table-news-section {
  background: #101216;
  padding: 78px 0;
}

.top-news-section {
  padding: 56px 0 64px;
  background:
    linear-gradient(180deg, #07111e 0%, #101216 100%);
}

.top-news-section > .container {
  width: min(calc(100% - 40px), var(--max));
}

.news-club-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: stretch;
}

.enhanced-news,
.numbers-card,
.follow-card,
.compact-history {
  border: 1px solid rgba(47, 123, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(12, 31, 54, 0.88), rgba(13, 15, 19, 0.98));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.news-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  min-height: 54px;
}

.news-heading-row .text-link {
  flex: 0 0 auto;
  color: var(--gold);
}

.news-item {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 22px;
  padding: 18px;
  min-height: 178px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.035);
}

.news-item > div:last-child {
  display: grid;
  align-content: center;
  justify-items: start;
}

.news-item + .news-item {
  margin-top: 14px;
}

.news-image {
  width: 100%;
  min-height: 140px;
  height: 100%;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
    url("assets/dart-hero.png") center / cover;
}

.news-image.alt {
  background-position: 32% center;
}

.news-image.third {
  background-position: 75% center;
}

.enhanced-news .featured {
  border-color: rgba(224, 176, 79, 0.32);
}

.club-side {
  display: grid;
  gap: 22px;
  align-content: start;
}

.numbers-card {
  padding: 28px;
  color: var(--white);
  min-height: 100%;
}

.schedule-card {
  min-height: auto;
}

.schedule-list {
  display: grid;
  gap: 0;
  margin-top: 18px;
}

.schedule-item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.schedule-item:first-child {
  padding-top: 0;
}

.schedule-item time {
  display: grid;
  min-height: 84px;
  place-items: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.52);
  box-shadow: inset 0 0 0 1px rgba(47, 123, 255, 0.16);
  text-align: center;
}

.schedule-item time strong {
  color: var(--cyan);
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 0.9;
}

.schedule-item time span {
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.schedule-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
  position: relative;
  padding-right: 22px;
}

.schedule-copy::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  color: var(--white);
  font-weight: 900;
  transform: translateY(-50%);
}

.schedule-copy strong {
  color: var(--white);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.schedule-copy span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.schedule-more {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin-top: 14px;
  color: var(--cyan);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.schedule-more::after {
  content: ">";
  margin-left: 10px;
}

.follow-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 20px;
  padding: 28px;
  color: var(--white);
}

.follow-icon {
  width: 70px;
  height: 70px;
  border: 3px solid var(--cyan);
  position: relative;
}

.follow-icon::before,
.follow-icon::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 3px;
  background: var(--cyan);
}

.follow-icon::before {
  top: 22px;
  box-shadow: 0 14px 0 var(--cyan);
}

.follow-icon::after {
  bottom: 14px;
}

.follow-card h2 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1.05;
}

.follow-card p {
  margin: 0;
  color: var(--muted);
}

.follow-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.follow-actions .btn {
  min-height: 46px;
  border-color: rgba(47, 123, 255, 0.55);
  background: rgba(0, 0, 0, 0.2);
  color: var(--white);
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.numbers-grid div {
  min-height: 122px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.numbers-grid div:nth-child(2n) {
  border-right: 0;
}

.numbers-grid div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.numbers-grid strong {
  display: block;
  color: var(--gold);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.numbers-grid span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.trial-card {
  margin-top: 24px;
  padding: 32px;
  background:
    linear-gradient(90deg, rgba(224, 176, 79, 0.96), rgba(224, 176, 79, 0.78), rgba(13, 15, 19, 0.42)),
    url("assets/dart-hero.png") right center / cover;
  color: #071120;
}

.trial-card h3 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.trial-card p {
  max-width: 260px;
  color: #071120;
  font-weight: 700;
}

.trial-card .btn {
  min-height: 42px;
  border-color: #071120;
  background: #071120;
  color: var(--white);
}

.compact-history {
  padding: 28px;
  color: var(--white);
}

.compact-history table {
  min-width: 0;
}

.league-section {
  background:
    linear-gradient(180deg, #050505, #0d0f13 52%, #050505);
  padding: 88px 0;
}

.league-section .section-heading h2,
.league-section .league-panel h3 {
  color: var(--white);
}

.league-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.league-panel {
  min-width: 0;
  padding: 26px;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.standings-panel {
  overflow-x: auto;
}

.league-panel h3 {
  margin: 0 0 18px;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.league-panel table {
  min-width: 660px;
  margin-bottom: 18px;
}

.highlight-row td {
  background: rgba(8, 174, 234, 0.13);
  color: var(--white);
  font-weight: 800;
}

.highlight-row.alt td {
  background: rgba(224, 176, 79, 0.12);
}

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

.result-list div {
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.result-list span {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.result-list strong {
  display: block;
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.28;
  text-transform: none;
}

.result-list .home-team,
.result-list .team-number {
  display: inline;
  padding: 0;
  background: transparent;
  color: var(--cyan);
  border-bottom: 0;
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.result-list .score {
  display: inline-block;
  margin-inline: 8px;
  color: var(--gold);
  font-family: Inter, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 400;
  text-transform: none;
}

.source-panel p {
  color: var(--muted);
}.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.source-links a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--cyan);
  background: rgba(47, 123, 255, 0.08);
  color: #dbe7ff;
  font-family: Inter, Arial, sans-serif;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.source-links a:hover {
  background: var(--cyan);
  color: var(--white);
}

@media (max-width: 760px) {
  .result-list {
    grid-template-columns: 1fr;
  }
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.split-grid > * {
  min-width: 0;
}

.league-table,
.news-list {
  min-width: 0;
  padding: 28px;
  background: #161920;
  border-color: var(--line);
  color: var(--white);
}

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

th,
td {
  padding: 15px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

th {
  color: var(--cyan);
  font-family: Inter, Arial, sans-serif;
  text-transform: uppercase;
}

td:first-child {
  color: var(--gold);
  font-weight: 800;
}

.news-list {
  display: grid;
  gap: 14px;
}

.news-list article {
  padding: 0 0 16px;
  border-bottom: 1px solid var(--line);
}

.news-list article:last-child {
  border-bottom: 0;
}

.news-list p {
  margin: 0;
  color: var(--muted);
}

.news-list time {
  color: #69717d;
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.enhanced-news {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(12, 31, 54, 0.88), rgba(13, 15, 19, 0.98));
  border-color: rgba(47, 123, 255, 0.24);
}

.enhanced-news .section-heading h2,
.numbers-card .section-heading h2,
.compact-history .section-heading h2 {
  font-size: clamp(1.65rem, 2.6vw, 2.55rem);
}

.enhanced-news .news-item {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.enhanced-news .news-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.enhanced-news .news-item p {
  color: var(--muted);
}

.enhanced-news .news-item time {
  color: var(--gold);
}

.news-read-more {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-read-more::after {
  content: ">";
  margin-left: 8px;
  color: var(--cyan);
}

.news-page-section {
  background:
    linear-gradient(180deg, #101216 0%, #070b11 100%);
  padding: 76px 0;
}

.news-page-layout {
  display: grid;
  gap: 28px;
}

.news-detail-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
  padding: 28px;
  border: 1px solid rgba(47, 123, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(12, 31, 54, 0.82), rgba(13, 15, 19, 0.98));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  scroll-margin-top: 112px;
}

.news-detail-image {
  min-height: 320px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)),
    url("assets/dart-hero.png") center / cover;
}

.news-detail-image.alt {
  background-position: 32% center;
}

.news-detail-image.third {
  background-position: 75% center;
}

.news-detail-copy {
  display: grid;
  align-content: center;
  gap: 16px;
}

.news-detail-copy time {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-detail-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.news-detail-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.news-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.player-grid article {
  overflow: hidden;
  padding-bottom: 24px;
}

.player-grid h3,
.player-grid p {
  padding-inline: 24px;
}

.player-portrait {
  height: 260px;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.96) 0 7%, transparent 7.5%),
    linear-gradient(155deg, rgba(8, 174, 234, 0.9), rgba(8, 174, 234, 0) 48%),
    linear-gradient(24deg, #171a20, #303540);
  position: relative;
}

.player-portrait::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 118px;
  height: 164px;
  border-radius: 48px 48px 0 0;
  background: #0f1116;
  transform: translateX(-50%);
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.06);
}

.portrait-two {
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.96) 0 7%, transparent 7.5%),
    linear-gradient(155deg, rgba(229, 57, 53, 0.85), rgba(229, 57, 53, 0) 48%),
    linear-gradient(24deg, #151719, #373a41);
}

.portrait-three {
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.96) 0 7%, transparent 7.5%),
    linear-gradient(155deg, rgba(32, 178, 107, 0.85), rgba(32, 178, 107, 0) 48%),
    linear-gradient(24deg, #151719, #363b42);
}

.site-footer {
  background: #07080a;
  color: var(--white);
  padding: 70px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--line);
}

.site-footer p {
  max-width: 560px;
  color: var(--muted);
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

address {
  display: grid;
  gap: 10px;
  align-content: center;
  padding: 28px;
  border-left: 4px solid var(--cyan);
  background: var(--panel);
  font-style: normal;
}

.footer-logo {
  width: 120px;
  height: auto;
  margin-bottom: 8px;
  opacity: 0.94;
}

address a {
  color: var(--cyan);
  font-weight: 800;
}

.footer-bottom {
  min-height: 58px;
  justify-content: space-between;
  gap: 16px;
  color: #8c95a3;
  font-size: 0.88rem;
}

@media (max-width: 940px) {
  .main-nav {
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 58px);
  }

  .nav-button {
    width: 44px;
    height: 44px;
    display: grid;
    gap: 6px;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
  }

  .nav-button span {
    width: 23px;
    height: 2px;
    background: var(--white);
  }

  .nav-links {
    display: none;
    flex-basis: 100%;
    height: auto;
    flex-direction: column;
    align-items: stretch;
    padding-top: 10px;
  }

  .nav-links a {
    min-height: 48px;
    justify-content: start;
  }

  .nav-links .nav-social {
    width: 100%;
    min-width: 0;
    height: 48px;
    justify-content: center;
    margin-left: 0;
  }

  .nav-links .nav-member-button {
    width: 100%;
    min-width: 0;
    height: 48px;
    margin-left: 0;
  }

  .nav-toggle:checked ~ .nav-links {
    display: flex;
  }

  .hero {
    min-height: 760px;
  }

  .hero-league-panel {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .hero-league-link {
    writing-mode: initial;
    min-height: 42px;
  }

  .section-layout,
  .news-club-grid,
  .news-detail-card,
  .league-grid,
  .split-grid,
  .member-login-layout,
  .member-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .member-sidebar {
    position: static;
  }

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

  .member-download-grid,
  .member-feature-grid,
  .member-editor-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .member-build-panel,
  .member-user-panel {
    grid-template-columns: 1fr;
  }

  .member-user-actions {
    justify-items: start;
  }
.source-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .club-values,
  .info-grid,
  .contact-panel,
  .team-grid,
  .player-grid {
    grid-template-columns: 1fr;
  }

  .club-values article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .club-values article:last-child {
    border-bottom: 0;
  }

  .news-item {
    grid-template-columns: 180px 1fr;
  }

  .news-detail-image {
    min-height: 260px;
  }

}

@media (max-width: 620px) {
  .utility-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 8px 0;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

  .brand-text strong {
    max-width: 230px;
    font-size: 0.98rem;
    line-height: 1.05;
    white-space: normal;
  }

  .brand-text em {
    font-size: 0.78rem;
  }

  .hero-content {
    padding: 92px 0 82px;
  }

  .hero-kicker {
    width: 100%;
    grid-template-columns: 48px auto 1fr;
    gap: 14px;
    font-size: 0.9rem;
    letter-spacing: 0.22em;
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 5.2rem);
  }

  .hero-league-panel {
    margin-top: 18px;
  }

  .hero-results {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .score-grid {
    grid-template-columns: 1fr;
  }

  .news-item {
    grid-template-columns: 1fr;
  }

  .news-image {
    min-height: 180px;
  }

  .news-page-section {
    padding: 50px 0;
  }

  .member-section {
    padding: 46px 0 62px;
  }

  .member-panel {
    padding: 20px;
  }

  .member-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .member-quick-grid,
  .member-download-grid,
  .member-feature-grid,
  .member-editor-form {
    grid-template-columns: 1fr;
  }

  .member-editor-form .wide {
    grid-column: auto;
  }

  .member-record-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .member-record-actions {
    grid-template-columns: repeat(2, 56px);
    justify-items: start;
  }

  .member-action-card {
    min-height: 184px;
  }

  .member-message-list li {
    grid-template-columns: 1fr;
  }

  .member-message-list p {
    grid-column: auto;
  }

  .news-detail-card {
    gap: 20px;
    padding: 18px;
  }

  .news-detail-image {
    min-height: 210px;
  }

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

  .schedule-item time {
    min-height: 74px;
  }

  .schedule-item time strong {
    font-size: 1.9rem;
  }

  .follow-card,
  .follow-actions {
    grid-template-columns: 1fr;
  }

  .numbers-grid {
    grid-template-columns: 1fr;
  }

  .numbers-grid div,
  .numbers-grid div:nth-child(2n),
  .numbers-grid div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .numbers-grid div:last-child {
    border-bottom: 0;
  }

  .match-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .team-balance li {
    grid-template-columns: 34px 1fr;
  }

  th,
  td {
    padding: 12px 8px;
    font-size: 0.9rem;
  }

  .league-table {
    overflow-x: auto;
  }

  .league-table table {
    min-width: 520px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 18px;
  }
}
