.sgcw23 {
  --sgcw23-primary: #177a2f;
  --sgcw23-primary-dark: #0e5120;
  --sgcw23-primary-dark: color-mix(in srgb, var(--sgcw23-primary) 74%, #092814);
  --sgcw23-soft: #e9f4eb;
  --sgcw23-soft: color-mix(in srgb, var(--sgcw23-primary) 10%, #fff);
  --sgcw23-ink: #15311e;
  --sgcw23-muted: #5f7165;
  --sgcw23-line: #dfe9e1;
  --sgcw23-bg: #f4f8f4;
  width: 100%;
  overflow: hidden;
  color: var(--sgcw23-ink);
  background: var(--sgcw23-bg);
  border: 1px solid var(--sgcw23-line);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(18, 62, 30, .12);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.sgcw23 *, .sgcw23 *::before, .sgcw23 *::after { box-sizing: border-box; }
.sgcw23 button, .sgcw23 input, .sgcw23 select { font: inherit; }
.sgcw23__hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, color-mix(in srgb, var(--sgcw23-primary) 68%, #08230f), var(--sgcw23-primary)); }
.sgcw23__hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(circle at 2px 2px, #fff 1.2px, transparent 1.4px); background-size: 26px 26px; }
.sgcw23__hero-orb { position: absolute; width: 420px; height: 420px; right: -130px; top: -180px; border-radius: 50%; background: rgba(220, 242, 65, .28); filter: blur(2px); }
.sgcw23__hero-inner { position: relative; z-index: 1; display: flex; align-items: center; gap: clamp(24px, 5vw, 58px); max-width: 1180px; margin: 0 auto; padding: clamp(38px, 7vw, 78px) clamp(22px, 5vw, 58px); }
.sgcw23__logo { flex: 0 0 auto; width: clamp(100px, 16vw, 150px); height: auto; object-fit: contain; filter: drop-shadow(0 16px 30px rgba(0,0,0,.22)); }
.sgcw23__hero-copy { max-width: 820px; }
.sgcw23__eyebrow, .sgcw23__kicker { margin: 0 0 10px; font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.sgcw23__eyebrow { color: #e2f35b; }
.sgcw23__hero h2 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(34px, 6vw, 72px); line-height: .98; letter-spacing: -.045em; }
.sgcw23__lead { margin: 18px 0 0; font-size: clamp(17px, 2.1vw, 23px); color: rgba(255,255,255,.86); }
.sgcw23__meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.sgcw23__meta span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.10); font-size: 14px; font-weight: 750; backdrop-filter: blur(8px); }
.sgcw23__body { max-width: 1220px; margin: 0 auto; padding: clamp(28px, 5vw, 62px) clamp(16px, 4vw, 42px) clamp(42px, 7vw, 78px); }
.sgcw23__intro { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.sgcw23__intro p { max-width: 800px; margin: 0; color: var(--sgcw23-muted); font-size: 17px; line-height: 1.65; }
.sgcw23__print, .sgcw23__reset { border: 0; border-radius: 999px; cursor: pointer; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease; }
.sgcw23__print { flex: 0 0 auto; padding: 12px 17px; color: #fff; background: var(--sgcw23-primary); box-shadow: 0 10px 24px color-mix(in srgb, var(--sgcw23-primary) 26%, transparent); }
.sgcw23__reset { align-self: end; min-height: 47px; padding: 11px 17px; color: var(--sgcw23-primary-dark); background: var(--sgcw23-soft); }
.sgcw23__print:hover, .sgcw23__reset:hover { transform: translateY(-1px); }
.sgcw23 button:focus-visible, .sgcw23 input:focus-visible, .sgcw23 select:focus-visible, .sgcw23 summary:focus-visible { outline: 3px solid #dceb47; outline-offset: 3px; }
.sgcw23__stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); gap: 14px; margin: 0 0 clamp(42px, 6vw, 70px); }
.sgcw23__stat { position: relative; overflow: hidden; min-height: 120px; padding: 22px; background: #fff; border: 1px solid var(--sgcw23-line); border-radius: 20px; box-shadow: 0 9px 28px rgba(19,61,31,.06); }
.sgcw23__stat::after { content: ""; position: absolute; right: -18px; bottom: -24px; width: 76px; height: 76px; border-radius: 50%; background: var(--sgcw23-soft); }
.sgcw23__stat strong { position: relative; z-index: 1; display: block; color: var(--sgcw23-primary-dark); font-size: clamp(30px, 4vw, 44px); line-height: 1; }
.sgcw23__stat span { position: relative; z-index: 1; display: block; margin-top: 11px; color: var(--sgcw23-muted); font-size: 12px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.sgcw23__winners { margin-bottom: clamp(45px, 7vw, 78px); }
.sgcw23__section-head, .sgcw23__home-head { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 18px; }
.sgcw23__kicker { color: var(--sgcw23-primary); }
.sgcw23__section-head h3, .sgcw23__home-head h3 { margin: 0; font-size: clamp(27px, 4vw, 42px); line-height: 1.05; letter-spacing: -.03em; }
.sgcw23__section-head > span, .sgcw23__home-head > strong { color: var(--sgcw23-muted); font-size: 13px; font-style: normal; font-weight: 850; text-transform: uppercase; }
.sgcw23__winner-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.sgcw23__winner { position: relative; min-height: 204px; padding: 22px; overflow: hidden; background: linear-gradient(145deg, #fffbea, #fff); border: 1px solid #eadca0; border-radius: 20px; box-shadow: 0 10px 26px rgba(60,52,10,.07); }
.sgcw23__winner-medal { position: absolute; top: 18px; right: 18px; font-size: 28px; }
.sgcw23__winner p { max-width: calc(100% - 42px); margin: 0 0 15px; color: #8c6d12; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.sgcw23__winner h4 { max-width: calc(100% - 30px); margin: 0; font-size: 20px; line-height: 1.15; }
.sgcw23__winner > span { display: block; margin-top: 7px; color: var(--sgcw23-muted); font-size: 14px; }
.sgcw23__winner > strong { display: block; margin-top: 23px; color: var(--sgcw23-primary-dark); font-size: 25px; }
.sgcw23__winner small { font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.sgcw23__tabs { display: flex; gap: 6px; padding: 6px; margin-bottom: 22px; background: #e6eee7; border-radius: 17px; }
.sgcw23__tab { flex: 1 1 0; min-height: 48px; padding: 10px 14px; border: 0; border-radius: 12px; color: #4b5d50; background: transparent; cursor: pointer; font-weight: 850; }
.sgcw23__tab.is-active { color: var(--sgcw23-primary-dark); background: #fff; box-shadow: 0 7px 20px rgba(19,61,31,.09); }
.sgcw23__panel[hidden] { display: none !important; }
.sgcw23__filters { display: grid; grid-template-columns: minmax(220px, 1.5fr) minmax(175px, 1fr) minmax(195px, 1fr) auto; gap: 12px; align-items: end; padding: 18px; background: #fff; border: 1px solid var(--sgcw23-line); border-radius: 20px; }
.sgcw23__field span { display: block; margin: 0 0 7px; color: var(--sgcw23-muted); font-size: 11px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.sgcw23__field input, .sgcw23__field select { width: 100%; min-height: 47px; padding: 10px 13px; color: var(--sgcw23-ink); background: #f8faf8; border: 1px solid #ccd9cf; border-radius: 12px; }
.sgcw23__result-count { margin: 12px 4px 10px; color: var(--sgcw23-muted); font-size: 13px; }
.sgcw23__result-count strong { color: var(--sgcw23-primary-dark); }
.sgcw23__table-wrap { overflow: hidden; background: #fff; border: 1px solid var(--sgcw23-line); border-radius: 20px; box-shadow: 0 10px 30px rgba(19,61,31,.05); }
.sgcw23__table { width: 100%; border-collapse: collapse; table-layout: auto; }
.sgcw23__table th { padding: 14px 12px; color: #fff; background: var(--sgcw23-primary-dark); border: 0; font-size: 11px; font-weight: 900; letter-spacing: .05em; text-align: left; text-transform: uppercase; white-space: nowrap; }
.sgcw23__table td { padding: 14px 12px; border: 0; border-bottom: 1px solid #e8eee9; color: #33483a; font-size: 14px; vertical-align: middle; }
.sgcw23__table tbody tr:last-child td { border-bottom: 0; }
.sgcw23__table tbody tr:hover { background: #fafcf9; }
.sgcw23__table tr.is-home { background: color-mix(in srgb, var(--sgcw23-primary) 7%, #fff); }
.sgcw23__rank { display: inline-flex; align-items: center; justify-content: center; min-width: 31px; height: 31px; padding: 0 7px; color: var(--sgcw23-primary-dark); background: var(--sgcw23-soft); border-radius: 999px; font-weight: 900; }
.sgcw23__class { display: inline-flex; padding: 5px 8px; color: var(--sgcw23-primary-dark); background: var(--sgcw23-soft); border-radius: 8px; font-size: 12px; font-weight: 900; }
.sgcw23__total { color: var(--sgcw23-primary-dark); font-size: 16px; }
.sgcw23__par { font-weight: 800; }
.sgcw23__home-badge { display: inline-block; margin-left: 7px; padding: 3px 6px; color: #fff; background: var(--sgcw23-primary); border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; vertical-align: middle; }
.sgcw23__dnf { display: block; margin-top: 3px; color: #a34b35; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.sgcw23__empty { margin: 0; padding: 30px; color: var(--sgcw23-muted); text-align: center; }
.sgcw23__category-grid { display: grid; gap: 12px; }
.sgcw23__category { overflow: hidden; background: #fff; border: 1px solid var(--sgcw23-line); border-radius: 18px; }
.sgcw23__category summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; cursor: pointer; list-style: none; }
.sgcw23__category summary::-webkit-details-marker { display: none; }
.sgcw23__category summary::after { content: "+"; color: var(--sgcw23-primary); font-size: 24px; font-weight: 900; }
.sgcw23__category[open] summary::after { content: "−"; }
.sgcw23__category summary span { display: flex; align-items: center; gap: 12px; font-weight: 800; }
.sgcw23__category summary strong { display: inline-flex; min-width: 52px; justify-content: center; padding: 6px 9px; color: #fff; background: var(--sgcw23-primary); border-radius: 999px; font-size: 12px; }
.sgcw23__category summary em { margin-left: auto; color: var(--sgcw23-muted); font-size: 12px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.sgcw23__category-body { padding: 0 12px 12px; }
.sgcw23__category-body .sgcw23__table-wrap { border-radius: 14px; box-shadow: none; }
.sgcw23__home-head { margin: 8px 2px 20px; padding: 22px; background: linear-gradient(135deg, var(--sgcw23-soft), #fff); border: 1px solid var(--sgcw23-line); border-radius: 20px; }
.sgcw23__source { margin: 24px 3px 0; color: var(--sgcw23-muted); font-size: 12px; line-height: 1.55; }
.sgcw23__source a { color: var(--sgcw23-primary); font-weight: 800; }
.sgcw23--compact .sgcw23__intro, .sgcw23--compact .sgcw23__stats { margin-bottom: 28px; }

@media (max-width: 1000px) {
  .sgcw23__winner-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .sgcw23__filters { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sgcw23__reset { width: 100%; }
}
@media (max-width: 760px) {
  .sgcw23 { border-radius: 20px; }
  .sgcw23__hero-inner { align-items: flex-start; }
  .sgcw23__logo { width: 90px; }
  .sgcw23__stats { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sgcw23__winner-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sgcw23__intro, .sgcw23__section-head, .sgcw23__home-head { align-items: flex-start; flex-direction: column; }
  .sgcw23__tabs { overflow-x: auto; }
  .sgcw23__tab { flex: 0 0 auto; min-width: 155px; }
  .sgcw23__table-wrap { overflow: visible; background: transparent; border: 0; box-shadow: none; }
  .sgcw23__table, .sgcw23__table tbody { display: block; }
  .sgcw23__table thead { display: none; }
  .sgcw23__table tr { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 16px; margin-bottom: 12px; padding: 16px; background: #fff; border: 1px solid var(--sgcw23-line); border-radius: 16px; box-shadow: 0 7px 20px rgba(19,61,31,.05); }
  .sgcw23__table tr.is-home { background: color-mix(in srgb, var(--sgcw23-primary) 7%, #fff); }
  .sgcw23__table td { display: block; padding: 0; border: 0; font-size: 13px; }
  .sgcw23__table td::before { content: attr(data-label); display: block; margin-bottom: 3px; color: var(--sgcw23-muted); font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
  .sgcw23__table td:nth-child(2), .sgcw23__table td:nth-child(3) { grid-column: span 2; }
  .sgcw23__home-badge { margin-left: 4px; }
}
@media (max-width: 540px) {
  .sgcw23__hero-inner { flex-direction: column; }
  .sgcw23__hero h2 { font-size: 39px; }
  .sgcw23__filters, .sgcw23__winner-grid { grid-template-columns: 1fr; }
  .sgcw23__stat { min-height: 104px; padding: 18px; }
  .sgcw23__category summary { align-items: flex-start; }
  .sgcw23__category summary span { align-items: flex-start; flex-direction: column; gap: 7px; }
  .sgcw23__category summary em { display: none; }
}
@media print {
  body * { visibility: hidden !important; }
  .sgcw23, .sgcw23 * { visibility: visible !important; }
  .sgcw23 { position: absolute; inset: 0 auto auto 0; width: 100%; border: 0; box-shadow: none; }
  .sgcw23__print, .sgcw23__filters, .sgcw23__tabs, .sgcw23__winners, .sgcw23__stats { display: none !important; }
  .sgcw23__panel[hidden] { display: none !important; }
  .sgcw23__hero { color: #000; background: #fff; }
  .sgcw23__hero h2, .sgcw23__lead, .sgcw23__eyebrow, .sgcw23__meta { color: #000; }
  .sgcw23__table-wrap { box-shadow: none; }
  .sgcw23__table th { color: #000; background: #eee; }
}

.sgcw23__panel-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; margin:4px 2px 20px; }
.sgcw23__panel-heading h3 { margin:0; font-size:clamp(27px,4vw,42px); line-height:1.05; letter-spacing:-.03em; }
.sgcw23__category-section + .sgcw23__category-section { margin-top:clamp(42px,7vw,72px); }
.sgcw23__subheading { margin:34px 3px 13px; color:var(--sgcw23-primary-dark); font-size:22px; }
.sgcw23__pair { display:flex; flex-direction:column; gap:2px; line-height:1.25; }
.sgcw23__pair span { color:var(--sgcw23-primary); font-size:11px; }
.sgcw23__clubs { line-height:1.35; }
.sgcw23__note { display:inline-block; margin:5px 0 0 7px; padding:3px 7px; color:#765b05; background:#fff0a9; border-radius:999px; font-size:9px; font-weight:900; letter-spacing:.03em; vertical-align:middle; }
.sgcw23__winner--double { background:linear-gradient(145deg,#f3fbff,#fff); border-color:#bfdce9; }
.sgcw23__winner--double p { color:#27677d; }

@media (max-width:760px) {
  .sgcw23__panel-heading { align-items:flex-start; flex-direction:column; }
  .sgcw23__pair { font-size:14px; }
  .sgcw23__note { margin-left:0; }
}

.sgcw23__table--team { max-width: 820px; }
.sgcw23__table--team td:nth-child(n+3), .sgcw23__table--team th:nth-child(n+3) { text-align: center; }

@media (max-width: 760px) {
  .sgcw23__table--team td:nth-child(3) { grid-column: auto; }
}
