:root {
  --fsgt93-modern-bg: #f8fafc;
  --fsgt93-modern-panel: #ffffff;
  --fsgt93-modern-panel-strong: #f0f4fc;
  --fsgt93-modern-border: #adc2db;
  --fsgt93-modern-border-strong: #1c579e;
  --fsgt93-modern-text: #0e2c4f;
  --fsgt93-modern-muted: #4e6b8c;
  --fsgt93-modern-shadow: 0 14px 30px rgba(14, 44, 79, 0.08);
  --fsgt93-modern-shadow-soft: 0 8px 18px rgba(14, 44, 79, 0.05);
}

.fsgt93-main {
  color: var(--fsgt93-modern-text);
}

.fsgt93-home {
  gap: clamp(20px, 2.2vw, 34px);
}

.fsgt93-home-section,
.fsgt93-card {
  background: linear-gradient(175deg, var(--fsgt93-modern-panel) 0%, var(--fsgt93-modern-panel-strong) 100%);
  border: 1px solid var(--fsgt93-modern-border);
  border-radius: var(--fsgt93-radius-asym);
  box-shadow: var(--fsgt93-modern-shadow-soft);
}

.fsgt93-featured-hero-wrap {
  max-width: min(1220px, 96%);
  margin: 0 auto;
}

.fsgt93-featured-hero .fsgt93-featured-hero-slide {
  grid-template-columns: minmax(320px, 52%) minmax(0, 1fr);
  min-height: clamp(400px, 42vw, 480px);
  height: clamp(400px, 42vw, 480px);
  border: 1px solid var(--fsgt93-modern-border-strong);
  border-radius: var(--fsgt93-radius-asym);
  overflow: hidden;
  box-shadow: var(--fsgt93-modern-shadow);
  background: #f5e9d7;
  display: none;
  width: 100%;
}

.fsgt93-featured-hero .fsgt93-featured-hero-slide:first-child {
  display: grid;
}

.fsgt93-featured-hero.is-enhanced .fsgt93-featured-hero-slide {
  display: none !important;
}

.fsgt93-featured-hero.is-enhanced .fsgt93-featured-hero-slide.is-active {
  display: grid !important;
}

.fsgt93-featured-hero .fsgt93-featured-hero-slide::before {
  display: none;
}

.fsgt93-featured-hero .fsgt93-featured-thumb {
  position: relative;
  inset: auto;
  min-height: 100%;
  height: 100%;
  border-radius: 0;
  background: #ead8be;
}

.fsgt93-featured-hero .fsgt93-featured-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fsgt93-featured-hero .fsgt93-featured-content {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  max-width: none;
  padding: clamp(18px, 2vw, 28px);
  gap: 12px;
  align-content: center;
  border-left: 1px solid var(--fsgt93-modern-border-strong);
  background: linear-gradient(180deg, #fff8ee 0%, #fff0dc 100%);
  color: var(--fsgt93-modern-text);
}

.fsgt93-featured-hero .fsgt93-featured-content h3 a {
  color: var(--fsgt93-modern-text);
}

.fsgt93-featured-hero .fsgt93-featured-content h3 a:hover,
.fsgt93-featured-hero .fsgt93-featured-content h3 a:focus {
  color: #7f2417;
}

.fsgt93-featured-hero .fsgt93-featured-content p {
  max-width: none;
  color: var(--fsgt93-modern-muted);
}

.fsgt93-featured-hero .fsgt93-featured-controls {
  left: auto;
  right: 12px;
  top: 12px;
  transform: none;
  gap: 8px;
  justify-content: flex-end;
}

.fsgt93-featured-hero .fsgt93-slider-pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid #dfb575;
  background: rgba(255, 249, 240, 0.96);
  color: #6b2419;
  font: 700 0.88rem/1 'IBM Plex Sans', sans-serif;
  padding: 0 10px;
  box-sizing: border-box;
}

.fsgt93-featured-hero .fsgt93-slider-btn {
  width: 38px;
  height: 38px;
  border: 1px solid #d7a35d;
  background: rgba(255, 248, 237, 0.96);
  color: #6f261b;
  font-size: 1.4rem;
}

.fsgt93-featured-hero .fsgt93-slider-btn:hover,
.fsgt93-featured-hero .fsgt93-slider-btn:focus {
  background: #ffe4ba;
  color: #5c1e15;
}

.fsgt93-cta-link,
.fsgt93-outline-btn {
  border-radius: 999px;
}

.fsgt93-sports-logo-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 12px;
}

.fsgt93-sports-logo-list--archive {
  grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  margin-top: 18px;
}

.fsgt93-sports-logo-list li {
  margin: 0;
}

.fsgt93-section-affiliation .fsgt93-actions-row {
  margin-top: clamp(30px, 3vw, 42px);
}

.fsgt93-sports-logo-list li a {
  min-height: 158px;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 8px;
  border: 1px solid var(--fsgt93-modern-border);
  border-radius: 14px;
  background: #fffefc;
  padding: 14px 10px;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.fsgt93-sports-logo-list li a:hover,
.fsgt93-sports-logo-list li a:focus {
  transform: translateY(-1px);
  border-color: var(--fsgt93-modern-border-strong);
  box-shadow: 0 10px 14px rgba(124, 48, 16, 0.1);
}

.fsgt93-sport-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 2px solid #f1cb8f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.fsgt93-sport-icon img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  display: block;
}

.fsgt93-sport-label {
  margin-top: 0;
  font: 700 0.85rem/1.2 'IBM Plex Sans', sans-serif;
  color: #5d2018;
  text-align: center;
  text-wrap: balance;
}

.fsgt93-agenda-link,
.fsgt93-news-list > li {
  border-radius: 8px 8px 8px 0;
  border: 1px solid #efd7b2;
  background: #fffefb;
}

.fsgt93-discipline-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(166px, 1fr));
  gap: 12px;
}

.fsgt93-discipline-link {
  min-height: 172px;
  border-radius: 14px;
  border-color: var(--fsgt93-modern-border);
  background: #fffefb;
}

.fsgt93-discipline-icon {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #f1cb8f;
}

.fsgt93-discipline-icon img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  border-radius: 50%;
}

.fsgt93-discipline-name {
  font: 700 0.9rem/1.2 'IBM Plex Sans', sans-serif;
  color: #5d2018;
}

.fsgt93-main a:focus-visible,
.fsgt93-main button:focus-visible,
.fsgt93-main [role="tab"]:focus-visible {
  outline: 2px solid #9f2e1b;
  outline-offset: 2px;
}

.fsgt93-map-view-toggle {
  display: flex;
  gap: 8px;
  margin: 8px 0 12px;
}

.fsgt93-map-view-toggle .fsgt93-outline-btn {
  min-width: 100px;
}

.fsgt93-map-view-toggle .fsgt93-outline-btn.is-active {
  background: linear-gradient(135deg, #9b1414 0%, #c11f1f 100%);
  border-color: #9b1414;
  color: #fff;
}

.fsgt93-map-list-panel,
.fsgt93-club-result-item {
  border-color: #edd2ab;
  background: #fffdf9;
}

.fsgt93-club-results-empty {
  border: 1px dashed #efcca2;
  border-radius: 10px;
  padding: 12px;
  color: #6c5242;
  background: #fff8ec;
}

@media (max-width: 980px) {
  .fsgt93-featured-hero .fsgt93-featured-hero-slide {
    grid-template-columns: 1fr;
    grid-template-rows: 220px 1fr;
    min-height: 460px;
    height: auto;
  }

  .fsgt93-featured-hero .fsgt93-featured-thumb {
    height: 220px;
    min-height: 220px;
  }

  .fsgt93-featured-hero .fsgt93-featured-content {
    border-left: 0;
    border-top: 1px solid var(--fsgt93-modern-border-strong);
  }
}

@media (max-width: 760px) {
  .fsgt93-sports-logo-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fsgt93-sports-logo-list li a {
    min-height: 146px;
    padding: 12px 8px;
  }

  .fsgt93-sport-icon {
    width: 88px;
    height: 88px;
  }

  .fsgt93-sport-icon img {
    width: 84px;
    height: 84px;
  }
}
