.sgcw07 {
  --sgcw07-primary: #177a2f;
  --sgcw07-primary-dark: #0b4823;
  --sgcw07-primary-soft: #e9f6ec;
  --sgcw07-accent: #d9ef43;
  --sgcw07-ink: #142019;
  --sgcw07-muted: #667169;
  --sgcw07-line: #dfe7e1;
  --sgcw07-surface: #ffffff;
  --sgcw07-bg: #f5f8f5;
  --sgcw07-radius: 24px;
  --sgcw07-shadow: 0 22px 60px rgba(17, 58, 31, .12);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(1180px, calc(100% - 24px));
  margin: 32px auto;
  color: var(--sgcw07-ink);
  background: var(--sgcw07-surface);
  border: 1px solid rgba(23, 122, 47, .13);
  border-radius: 30px;
  box-shadow: var(--sgcw07-shadow);
  font-family: inherit;
  line-height: 1.55;
}

.sgcw07 *,
.sgcw07 *::before,
.sgcw07 *::after { box-sizing: border-box; }

.sgcw07 button,
.sgcw07 input,
.sgcw07 select { font: inherit; }

.sgcw07 .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sgcw07__hero {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 74px);
  color: #fff;
  background:
    radial-gradient(circle at 88% 15%, rgba(217, 239, 67, .32), transparent 28%),
    linear-gradient(135deg, var(--sgcw07-primary-dark), var(--sgcw07-primary) 62%, #2e963f);
}

.sgcw07__hero::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -150px;
  width: 460px;
  height: 460px;
  border: 72px solid rgba(255,255,255,.06);
  border-radius: 50%;
}

.sgcw07__hero-glow {
  position: absolute;
  inset: auto auto -120px -90px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(217, 239, 67, .13);
  filter: blur(2px);
}

.sgcw07__hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 58px);
  max-width: 960px;
  margin: 0 auto;
}

.sgcw07__logo {
  display: block;
  width: clamp(108px, 16vw, 170px);
  height: auto;
  padding: 6px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  box-shadow: 0 18px 38px rgba(0,0,0,.24);
}

.sgcw07__eyebrow,
.sgcw07__kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.sgcw07__eyebrow { color: var(--sgcw07-accent); }
.sgcw07__kicker { color: var(--sgcw07-primary); }

.sgcw07__hero h2 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5.5vw, 68px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.sgcw07__lead {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(16px, 2vw, 20px);
}

.sgcw07__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.sgcw07__meta > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  font-size: 14px;
  font-weight: 700;
}

.sgcw07__body { padding: clamp(24px, 5vw, 58px); background: linear-gradient(#fff, var(--sgcw07-bg)); }

.sgcw07__intro-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.sgcw07__intro-row p { max-width: 780px; margin: 0; color: var(--sgcw07-muted); font-size: 17px; }

.sgcw07__print,
.sgcw07__reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.sgcw07__print { flex: 0 0 auto; color: #fff; background: var(--sgcw07-primary); box-shadow: 0 9px 24px rgba(23, 122, 47, .2); }
.sgcw07__reset { color: var(--sgcw07-primary-dark); background: var(--sgcw07-primary-soft); }
.sgcw07__print:hover,
.sgcw07__reset:hover { transform: translateY(-1px); }
.sgcw07__print:focus-visible,
.sgcw07__reset:focus-visible,
.sgcw07__tab:focus-visible,
.sgcw07 input:focus-visible,
.sgcw07 select:focus-visible,
.sgcw07 summary:focus-visible { outline: 3px solid rgba(217, 239, 67, .85); outline-offset: 3px; }

.sgcw07__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 clamp(38px, 6vw, 70px);
}

.sgcw07__stat {
  position: relative;
  overflow: hidden;
  min-height: 118px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--sgcw07-line);
  border-radius: 20px;
  box-shadow: 0 9px 28px rgba(19, 61, 31, .06);
}

.sgcw07__stat::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -24px;
  width: 70px;
  height: 70px;
  background: var(--sgcw07-primary-soft);
  border-radius: 50%;
}

.sgcw07__stat strong { position: relative; z-index: 1; display: block; color: var(--sgcw07-primary-dark); font-size: clamp(28px, 4vw, 42px); line-height: 1; }
.sgcw07__stat span { position: relative; z-index: 1; display: block; margin-top: 10px; color: var(--sgcw07-muted); font-size: 13px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }

.sgcw07__section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.sgcw07__section-heading h3 { margin: 0; color: var(--sgcw07-ink); font-size: clamp(25px, 3.5vw, 38px); line-height: 1.1; letter-spacing: -.025em; }

.sgcw07__podium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  margin-bottom: clamp(42px, 6vw, 74px);
}

.sgcw07__podium-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--sgcw07-line);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(15, 53, 26, .08);
}

.sgcw07__podium-card--1 { border-color: rgba(205, 157, 33, .45); background: linear-gradient(145deg, #fff9df, #fff); }
.sgcw07__podium-card--2 { background: linear-gradient(145deg, #f4f6f8, #fff); }
.sgcw07__podium-card--3 { background: linear-gradient(145deg, #fff1e5, #fff); }
.sgcw07__medal { position: absolute; top: 20px; right: 22px; font-size: 34px; }
.sgcw07__place { margin: 0 0 20px; color: var(--sgcw07-primary); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.sgcw07__podium-card h4 { max-width: calc(100% - 42px); margin: 0; color: var(--sgcw07-ink); font-size: clamp(20px, 2.3vw, 28px); line-height: 1.15; }
.sgcw07__podium-card > p:not(.sgcw07__place) { margin: 6px 0 24px; color: var(--sgcw07-muted); }
.sgcw07__podium-card > strong { display: block; color: var(--sgcw07-primary-dark); font-size: 22px; }
.sgcw07__podium-card > strong small { color: var(--sgcw07-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }

.sgcw07__tabs {
  display: flex;
  gap: 6px;
  padding: 6px;
  margin-bottom: 22px;
  background: #eaf0eb;
  border-radius: 16px;
}

.sgcw07__tab {
  flex: 1 1 0;
  min-height: 48px;
  padding: 10px 14px;
  color: #516057;
  background: transparent;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 800;
}

.sgcw07__tab.is-active { color: var(--sgcw07-primary-dark); background: #fff; box-shadow: 0 6px 18px rgba(25, 61, 35, .1); }
.sgcw07__panel { animation: sgcw07Fade .24s ease both; }
.sgcw07__panel[hidden] { display: none !important; }

.sgcw07__filters {
  display: grid;
  grid-template-columns: minmax(230px, 1.5fr) repeat(2, minmax(160px, .75fr)) auto;
  gap: 10px;
  align-items: stretch;
  margin-bottom: 12px;
}

.sgcw07__search { position: relative; }
.sgcw07__search > span[aria-hidden="true"] { position: absolute; z-index: 1; top: 50%; left: 15px; transform: translateY(-50%); color: var(--sgcw07-muted); font-size: 24px; }
.sgcw07__search input { padding-left: 43px !important; }

.sgcw07__filters input,
.sgcw07__filters select {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 9px 14px;
  color: var(--sgcw07-ink);
  background: #fff;
  border: 1px solid var(--sgcw07-line);
  border-radius: 13px;
  box-shadow: none;
}

.sgcw07__result-count { margin: 0 0 10px; color: var(--sgcw07-muted); font-size: 13px; }
.sgcw07__result-count strong { color: var(--sgcw07-primary-dark); }

.sgcw07__table-wrap {
  overflow: auto;
  max-height: 740px;
  background: #fff;
  border: 1px solid var(--sgcw07-line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(17, 56, 29, .06);
  scrollbar-width: thin;
}

.sgcw07__table { width: 100%; min-width: 800px; margin: 0; border: 0; border-collapse: separate; border-spacing: 0; background: #fff; font-size: 14px; }
.sgcw07__table th,
.sgcw07__table td { padding: 14px 15px; text-align: left; vertical-align: middle; border: 0; border-bottom: 1px solid #edf1ee; }
.sgcw07__table thead th { position: sticky; z-index: 2; top: 0; color: #536158; background: #f2f6f3; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.sgcw07__table tbody tr { transition: background-color .16s ease; }
.sgcw07__table tbody tr:hover { background: #f7faf7; }
.sgcw07__table tbody tr.is-home-club { background: linear-gradient(90deg, rgba(217, 239, 67, .16), rgba(233, 246, 236, .52)); }
.sgcw07__table tbody tr.is-home-club:hover { background: linear-gradient(90deg, rgba(217, 239, 67, .24), rgba(233, 246, 236, .7)); }
.sgcw07__table tbody tr[hidden] { display: none; }
.sgcw07__table td:nth-child(n+4) { white-space: nowrap; }
.sgcw07__rank { display: inline-grid; place-items: center; min-width: 30px; height: 30px; padding: 0 6px; color: var(--sgcw07-primary-dark); background: var(--sgcw07-primary-soft); border-radius: 999px; font-weight: 900; }
.sgcw07__chip { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; min-height: 27px; padding: 4px 9px; color: #fff; background: var(--sgcw07-primary); border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .03em; }
.sgcw07__home-badge { display: inline-block; margin-left: 7px; padding: 2px 7px; color: var(--sgcw07-primary-dark); background: var(--sgcw07-accent); border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; vertical-align: middle; }
.sgcw07__empty { padding: 32px; color: var(--sgcw07-muted); text-align: center; }

.sgcw07__category-grid { display: grid; gap: 12px; }
.sgcw07__category { overflow: hidden; background: #fff; border: 1px solid var(--sgcw07-line); border-radius: 18px; box-shadow: 0 10px 28px rgba(20, 55, 30, .05); }
.sgcw07__category summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; cursor: pointer; list-style: none; }
.sgcw07__category summary::-webkit-details-marker { display: none; }
.sgcw07__category summary > span { display: flex; align-items: center; gap: 11px; }
.sgcw07__category summary strong { font-size: 17px; }
.sgcw07__category summary small { color: var(--sgcw07-muted); }
.sgcw07__category summary::after { content: "+"; display: grid; place-items: center; width: 30px; height: 30px; margin-left: auto; color: var(--sgcw07-primary-dark); background: var(--sgcw07-primary-soft); border-radius: 50%; font-size: 21px; line-height: 1; }
.sgcw07__category[open] summary::after { content: "–"; }
.sgcw07__category-content { padding: 0 16px 16px; }
.sgcw07__mini-podium { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding: 14px 0; }
.sgcw07__mini-podium > div { display: grid; grid-template-columns: auto 1fr; grid-template-areas: "medal name" "medal meta"; column-gap: 9px; padding: 12px; background: var(--sgcw07-bg); border-radius: 13px; }
.sgcw07__mini-podium span { grid-area: medal; font-size: 25px; }
.sgcw07__mini-podium strong { grid-area: name; line-height: 1.2; }
.sgcw07__mini-podium small { grid-area: meta; color: var(--sgcw07-muted); }
.sgcw07__table-wrap--small { max-height: 520px; box-shadow: none; }
.sgcw07__table--small { min-width: 600px; }

.sgcw07__team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.sgcw07__team { overflow: hidden; background: #fff; border: 1px solid var(--sgcw07-line); border-radius: 20px; box-shadow: 0 12px 30px rgba(15, 52, 25, .07); }
.sgcw07__team.is-home-club { border-color: rgba(23, 122, 47, .4); box-shadow: 0 16px 36px rgba(23, 122, 47, .14); }
.sgcw07__team-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 20px; color: #fff; background: linear-gradient(135deg, var(--sgcw07-primary-dark), var(--sgcw07-primary)); }
.sgcw07__team-place { display: grid; place-items: center; width: 46px; height: 46px; color: var(--sgcw07-primary-dark); background: var(--sgcw07-accent); border-radius: 50%; font-size: 21px; font-weight: 900; }
.sgcw07__team-head p { margin: 0; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.sgcw07__team-head h3 { margin: 2px 0 0; color: #fff; font-size: 22px; }
.sgcw07__team-head > strong { text-align: right; font-size: 25px; }
.sgcw07__team-head > strong small { display: block; color: rgba(255,255,255,.7); font-size: 10px; text-transform: uppercase; }
.sgcw07__team ul { margin: 0; padding: 8px 20px 16px; list-style: none; }
.sgcw07__team li { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid #edf1ee; }
.sgcw07__team li:last-child { border-bottom: 0; }
.sgcw07__team li strong { color: var(--sgcw07-primary-dark); }

.sgcw07__source { margin: 24px 0 0; color: var(--sgcw07-muted); font-size: 12px; text-align: center; }

.sgcw07--compact .sgcw07__stats,
.sgcw07--compact .sgcw07__podium,
.sgcw07--compact .sgcw07__section-heading,
.sgcw07--compact .sgcw07__intro-row { display: none; }
.sgcw07--compact .sgcw07__hero { padding: 30px; }
.sgcw07--compact .sgcw07__hero h2 { font-size: clamp(28px, 5vw, 45px); }
.sgcw07--compact .sgcw07__body { padding: 22px; }

@keyframes sgcw07Fade { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .sgcw07__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sgcw07__filters { grid-template-columns: 1fr 1fr; }
  .sgcw07__search { grid-column: 1 / -1; }
  .sgcw07__team-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .sgcw07 { width: min(100% - 14px, 1180px); margin: 12px auto; border-radius: 20px; }
  .sgcw07__hero { padding: 32px 22px; }
  .sgcw07__hero-inner { grid-template-columns: 1fr; justify-items: start; gap: 20px; }
  .sgcw07__logo { width: 96px; }
  .sgcw07__body { padding: 24px 14px; }
  .sgcw07__intro-row { align-items: flex-start; flex-direction: column; }
  .sgcw07__podium { grid-template-columns: 1fr; }
  .sgcw07__podium-card { padding: 22px; }
  .sgcw07__tabs { overflow-x: auto; }
  .sgcw07__tab { min-width: 145px; }
  .sgcw07__filters { grid-template-columns: 1fr; }
  .sgcw07__search { grid-column: auto; }
  .sgcw07__mini-podium { grid-template-columns: 1fr; }
  .sgcw07__category summary { align-items: flex-start; }
  .sgcw07__category summary small { display: none; }
}

@media (max-width: 520px) {
  .sgcw07__stats { grid-template-columns: 1fr 1fr; gap: 8px; }
  .sgcw07__stat { min-height: 98px; padding: 16px; }
  .sgcw07__stat strong { font-size: 29px; }
  .sgcw07__stat span { font-size: 10px; }
  .sgcw07__table-wrap { max-height: none; overflow: visible; border: 0; background: transparent; box-shadow: none; }
  .sgcw07__table { min-width: 0; background: transparent; }
  .sgcw07__table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .sgcw07__table tbody { display: grid; gap: 10px; }
  .sgcw07__table tbody tr { display: grid; grid-template-columns: 1fr 1fr; padding: 14px; background: #fff; border: 1px solid var(--sgcw07-line); border-radius: 15px; box-shadow: 0 7px 20px rgba(16, 53, 27, .06); }
  .sgcw07__table tbody tr[hidden] { display: none; }
  .sgcw07__table th,
  .sgcw07__table td { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; padding: 7px 8px; border: 0; white-space: normal !important; }
  .sgcw07__table td::before { content: attr(data-label); color: var(--sgcw07-muted); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .sgcw07__table td:nth-child(2),
  .sgcw07__table td:nth-child(3) { grid-column: 1 / -1; }
  .sgcw07__table td:nth-child(7) { align-items: flex-end; justify-content: flex-end; }
  .sgcw07__table--small tbody tr { grid-template-columns: auto 1fr; }
  .sgcw07__table--small td:nth-child(2),
  .sgcw07__table--small td:nth-child(3) { grid-column: auto; }
  .sgcw07__team-head { grid-template-columns: auto 1fr; }
  .sgcw07__team-head > strong { grid-column: 1 / -1; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .sgcw07 *, .sgcw07 *::before, .sgcw07 *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media print {
  body * { visibility: hidden !important; }
  .sgcw07, .sgcw07 * { visibility: visible !important; }
  .sgcw07 { position: absolute; inset: 0 auto auto 0; width: 100%; margin: 0; border: 0; box-shadow: none; }
  .sgcw07__hero { padding: 24px; color: #000; background: #fff !important; border-bottom: 2px solid #222; }
  .sgcw07__hero h2, .sgcw07__eyebrow, .sgcw07__lead, .sgcw07__meta > span { color: #000 !important; }
  .sgcw07__hero-glow, .sgcw07__hero::after, .sgcw07__print, .sgcw07__tabs, .sgcw07__filters, .sgcw07__result-count, .sgcw07__podium, .sgcw07__section-heading { display: none !important; }
  .sgcw07__panel { display: block !important; }
  .sgcw07__panel:not([data-sgcw07-panel="overall"]) { display: none !important; }
  .sgcw07__table-wrap { overflow: visible; max-height: none; border: 0; box-shadow: none; }
  .sgcw07__table { min-width: 0; font-size: 10px; }
  .sgcw07__table thead th { position: static; }
  .sgcw07__table tbody tr[hidden] { display: table-row !important; }
}
