.sgcw21 {
  --sgcw21-primary: #177a2f;
  --sgcw21-primary-dark: #0e5120;
  --sgcw21-primary-dark: color-mix(in srgb, var(--sgcw21-primary) 74%, #092814);
  --sgcw21-soft: #e9f4eb;
  --sgcw21-soft: color-mix(in srgb, var(--sgcw21-primary) 10%, #fff);
  --sgcw21-ink: #15311e;
  --sgcw21-muted: #5f7165;
  --sgcw21-line: #dfe9e1;
  --sgcw21-bg: #f4f8f4;
  width: 100%;
  overflow: hidden;
  color: var(--sgcw21-ink);
  background: var(--sgcw21-bg);
  border: 1px solid var(--sgcw21-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;
}
.sgcw21 *, .sgcw21 *::before, .sgcw21 *::after { box-sizing: border-box; }
.sgcw21 button, .sgcw21 input, .sgcw21 select { font: inherit; }
.sgcw21__hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, color-mix(in srgb, var(--sgcw21-primary) 68%, #08230f), var(--sgcw21-primary)); }
.sgcw21__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; }
.sgcw21__hero-orb { position: absolute; width: 420px; height: 420px; right: -130px; top: -180px; border-radius: 50%; background: rgba(220, 242, 65, .28); filter: blur(2px); }
.sgcw21__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); }
.sgcw21__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)); }
.sgcw21__hero-copy { max-width: 820px; }
.sgcw21__eyebrow, .sgcw21__kicker { margin: 0 0 10px; font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.sgcw21__eyebrow { color: #e2f35b; }
.sgcw21__hero h2 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(34px, 6vw, 72px); line-height: .98; letter-spacing: -.045em; }
.sgcw21__lead { margin: 18px 0 0; font-size: clamp(17px, 2.1vw, 23px); color: rgba(255,255,255,.86); }
.sgcw21__meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.sgcw21__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); }
.sgcw21__body { max-width: 1220px; margin: 0 auto; padding: clamp(28px, 5vw, 62px) clamp(16px, 4vw, 42px) clamp(42px, 7vw, 78px); }
.sgcw21__intro { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.sgcw21__intro p { max-width: 800px; margin: 0; color: var(--sgcw21-muted); font-size: 17px; line-height: 1.65; }
.sgcw21__print, .sgcw21__reset { border: 0; border-radius: 999px; cursor: pointer; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease; }
.sgcw21__print { flex: 0 0 auto; padding: 12px 17px; color: #fff; background: var(--sgcw21-primary); box-shadow: 0 10px 24px color-mix(in srgb, var(--sgcw21-primary) 26%, transparent); }
.sgcw21__reset { align-self: end; min-height: 47px; padding: 11px 17px; color: var(--sgcw21-primary-dark); background: var(--sgcw21-soft); }
.sgcw21__print:hover, .sgcw21__reset:hover { transform: translateY(-1px); }
.sgcw21 button:focus-visible, .sgcw21 input:focus-visible, .sgcw21 select:focus-visible, .sgcw21 summary:focus-visible { outline: 3px solid #dceb47; outline-offset: 3px; }
.sgcw21__stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin: 0 0 clamp(42px, 6vw, 70px); }
.sgcw21__stat { position: relative; overflow: hidden; min-height: 120px; padding: 22px; background: #fff; border: 1px solid var(--sgcw21-line); border-radius: 20px; box-shadow: 0 9px 28px rgba(19,61,31,.06); }
.sgcw21__stat::after { content: ""; position: absolute; right: -18px; bottom: -24px; width: 76px; height: 76px; border-radius: 50%; background: var(--sgcw21-soft); }
.sgcw21__stat strong { position: relative; z-index: 1; display: block; color: var(--sgcw21-primary-dark); font-size: clamp(30px, 4vw, 44px); line-height: 1; }
.sgcw21__stat span { position: relative; z-index: 1; display: block; margin-top: 11px; color: var(--sgcw21-muted); font-size: 12px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.sgcw21__winners { margin-bottom: clamp(45px, 7vw, 78px); }
.sgcw21__section-head, .sgcw21__home-head { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 18px; }
.sgcw21__kicker { color: var(--sgcw21-primary); }
.sgcw21__section-head h3, .sgcw21__home-head h3 { margin: 0; font-size: clamp(27px, 4vw, 42px); line-height: 1.05; letter-spacing: -.03em; }
.sgcw21__section-head > span, .sgcw21__home-head > strong { color: var(--sgcw21-muted); font-size: 13px; font-style: normal; font-weight: 850; text-transform: uppercase; }
.sgcw21__winner-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.sgcw21__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); }
.sgcw21__winner-medal { position: absolute; top: 18px; right: 18px; font-size: 28px; }
.sgcw21__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; }
.sgcw21__winner h4 { max-width: calc(100% - 30px); margin: 0; font-size: 20px; line-height: 1.15; }
.sgcw21__winner > span { display: block; margin-top: 7px; color: var(--sgcw21-muted); font-size: 14px; }
.sgcw21__winner > strong { display: block; margin-top: 23px; color: var(--sgcw21-primary-dark); font-size: 25px; }
.sgcw21__winner small { font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.sgcw21__tabs { display: flex; gap: 6px; padding: 6px; margin-bottom: 22px; background: #e6eee7; border-radius: 17px; }
.sgcw21__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; }
.sgcw21__tab.is-active { color: var(--sgcw21-primary-dark); background: #fff; box-shadow: 0 7px 20px rgba(19,61,31,.09); }
.sgcw21__panel[hidden] { display: none !important; }
.sgcw21__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(--sgcw21-line); border-radius: 20px; }
.sgcw21__field span { display: block; margin: 0 0 7px; color: var(--sgcw21-muted); font-size: 11px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.sgcw21__field input, .sgcw21__field select { width: 100%; min-height: 47px; padding: 10px 13px; color: var(--sgcw21-ink); background: #f8faf8; border: 1px solid #ccd9cf; border-radius: 12px; }
.sgcw21__result-count { margin: 12px 4px 10px; color: var(--sgcw21-muted); font-size: 13px; }
.sgcw21__result-count strong { color: var(--sgcw21-primary-dark); }
.sgcw21__table-wrap { overflow: hidden; background: #fff; border: 1px solid var(--sgcw21-line); border-radius: 20px; box-shadow: 0 10px 30px rgba(19,61,31,.05); }
.sgcw21__table { width: 100%; min-width: 980px; border-collapse: collapse; table-layout: auto; }
.sgcw21__table th { padding: 14px 12px; color: #fff; background: var(--sgcw21-primary-dark); border: 0; font-size: 11px; font-weight: 900; letter-spacing: .05em; text-align: left; text-transform: uppercase; white-space: nowrap; }
.sgcw21__table td { padding: 14px 12px; border: 0; border-bottom: 1px solid #e8eee9; color: #33483a; font-size: 14px; vertical-align: middle; }
.sgcw21__table tbody tr:last-child td { border-bottom: 0; }
.sgcw21__table tbody tr:hover { background: #fafcf9; }
.sgcw21__table tr.is-home { background: color-mix(in srgb, var(--sgcw21-primary) 7%, #fff); }
.sgcw21__rank { display: inline-flex; align-items: center; justify-content: center; min-width: 31px; height: 31px; padding: 0 7px; color: var(--sgcw21-primary-dark); background: var(--sgcw21-soft); border-radius: 999px; font-weight: 900; }
.sgcw21__class { display: inline-flex; padding: 5px 8px; color: var(--sgcw21-primary-dark); background: var(--sgcw21-soft); border-radius: 8px; font-size: 12px; font-weight: 900; }
.sgcw21__total { color: var(--sgcw21-primary-dark); font-size: 16px; }
.sgcw21__par { font-weight: 800; }
.sgcw21__home-badge { display: inline-block; margin-left: 7px; padding: 3px 6px; color: #fff; background: var(--sgcw21-primary); border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; vertical-align: middle; }
.sgcw21__dnf { display: block; margin-top: 3px; color: #a34b35; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.sgcw21__empty { margin: 0; padding: 30px; color: var(--sgcw21-muted); text-align: center; }
.sgcw21__category-grid { display: grid; gap: 12px; }
.sgcw21__category { overflow: hidden; background: #fff; border: 1px solid var(--sgcw21-line); border-radius: 18px; }
.sgcw21__category summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; cursor: pointer; list-style: none; }
.sgcw21__category summary::-webkit-details-marker { display: none; }
.sgcw21__category summary::after { content: "+"; color: var(--sgcw21-primary); font-size: 24px; font-weight: 900; }
.sgcw21__category[open] summary::after { content: "−"; }
.sgcw21__category summary span { display: flex; align-items: center; gap: 12px; font-weight: 800; }
.sgcw21__category summary strong { display: inline-flex; min-width: 52px; justify-content: center; padding: 6px 9px; color: #fff; background: var(--sgcw21-primary); border-radius: 999px; font-size: 12px; }
.sgcw21__category summary em { margin-left: auto; color: var(--sgcw21-muted); font-size: 12px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.sgcw21__category-body { padding: 0 12px 12px; }
.sgcw21__category-body .sgcw21__table-wrap { border-radius: 14px; box-shadow: none; }
.sgcw21__home-head { margin: 8px 2px 20px; padding: 22px; background: linear-gradient(135deg, var(--sgcw21-soft), #fff); border: 1px solid var(--sgcw21-line); border-radius: 20px; }
.sgcw21__source { margin: 24px 3px 0; color: var(--sgcw21-muted); font-size: 12px; line-height: 1.55; }
.sgcw21__source a { color: var(--sgcw21-primary); font-weight: 800; }
.sgcw21--compact .sgcw21__intro, .sgcw21--compact .sgcw21__stats { margin-bottom: 28px; }

@media (max-width: 1000px) {
  .sgcw21__winner-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .sgcw21__filters { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sgcw21__reset { width: 100%; }
}
@media (max-width: 760px) {
  .sgcw21 { border-radius: 20px; }
  .sgcw21__hero-inner { align-items: flex-start; }
  .sgcw21__logo { width: 90px; }
  .sgcw21__stats { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sgcw21__winner-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sgcw21__intro, .sgcw21__section-head, .sgcw21__home-head { align-items: flex-start; flex-direction: column; }
  .sgcw21__tabs { overflow-x: auto; }
  .sgcw21__tab { flex: 0 0 auto; min-width: 155px; }
  .sgcw21__table-wrap { overflow: visible; background: transparent; border: 0; box-shadow: none; }
  .sgcw21__table, .sgcw21__table tbody { display: block; min-width: 0; }
  .sgcw21__table thead { display: none; }
  .sgcw21__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(--sgcw21-line); border-radius: 16px; box-shadow: 0 7px 20px rgba(19,61,31,.05); }
  .sgcw21__table tr.is-home { background: color-mix(in srgb, var(--sgcw21-primary) 7%, #fff); }
  .sgcw21__table td { display: block; padding: 0; border: 0; font-size: 13px; }
  .sgcw21__table td::before { content: attr(data-label); display: block; margin-bottom: 3px; color: var(--sgcw21-muted); font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
  .sgcw21__table td:nth-child(2), .sgcw21__table td:nth-child(3) { grid-column: span 2; }
  .sgcw21__home-badge { margin-left: 4px; }
}
@media (max-width: 540px) {
  .sgcw21__hero-inner { flex-direction: column; }
  .sgcw21__hero h2 { font-size: 39px; }
  .sgcw21__filters, .sgcw21__winner-grid { grid-template-columns: 1fr; }
  .sgcw21__stat { min-height: 104px; padding: 18px; }
  .sgcw21__category summary { align-items: flex-start; }
  .sgcw21__category summary span { align-items: flex-start; flex-direction: column; gap: 7px; }
  .sgcw21__category summary em { display: none; }
}
@media print {
  body * { visibility: hidden !important; }
  .sgcw21, .sgcw21 * { visibility: visible !important; }
  .sgcw21 { position: absolute; inset: 0 auto auto 0; width: 100%; border: 0; box-shadow: none; }
  .sgcw21__print, .sgcw21__filters, .sgcw21__tabs, .sgcw21__winners, .sgcw21__stats { display: none !important; }
  .sgcw21__panel[hidden] { display: none !important; }
  .sgcw21__hero { color: #000; background: #fff; }
  .sgcw21__hero h2, .sgcw21__lead, .sgcw21__eyebrow, .sgcw21__meta { color: #000; }
  .sgcw21__table-wrap { box-shadow: none; }
  .sgcw21__table th { color: #000; background: #eee; }
}
