/* GoalGrid — kompaktní výsledky v4.2.8.27.272 (mobil first) */
body[data-page="performance"].results-page-compact .football-page-header.centered-header {
  padding: 0.65rem 0 0.5rem;
  text-align: left;
}

body[data-page="performance"].results-page-compact .football-page-header h1 {
  font-size: 1.25rem;
  margin: 0.2rem 0 0;
}

body[data-page="performance"].results-page-compact .football-page-header p {
  display: none;
}

body[data-page="performance"].results-page-compact .football-page-header .tag-clean {
  font-size: 0.62rem;
  padding: 0.12rem 0.4rem;
}

body[data-page="performance"].results-page-compact .performance-page-shell {
  padding: 0;
}

body[data-page="performance"].results-page-compact .site-shell.football-shell {
  padding-inline: 0.5rem !important;
  padding-bottom: 5rem;
}

body[data-page="performance"].results-page-compact .gg-results-compact {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

body[data-page="performance"] .gg-res-variant-banner {
  margin: 0;
  padding: 0.45rem 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(53, 224, 194, 0.18);
  background: rgba(53, 224, 194, 0.06);
  color: #b8c9d9;
  font-size: 0.78rem;
  line-height: 1.35;
}

body[data-page="performance"] .gg-res-variant-banner strong {
  color: #eef2f6;
}

body[data-page="performance"] .gg-res-filters-variant {
  display: inline-block;
  margin-left: 0.45rem;
  padding: 0.08rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(53, 224, 194, 0.22);
  background: rgba(53, 224, 194, 0.08);
  color: #9fe8d8;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  vertical-align: middle;
}

/* KPI řada */
body[data-page="performance"] .gg-res-kpi-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.35rem;
}

body[data-page="performance"] .gg-res-kpi {
  padding: 0.45rem 0.5rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  min-width: 0;
}

body[data-page="performance"] .gg-res-kpi span {
  display: block;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body[data-page="performance"] .gg-res-kpi strong {
  display: block;
  margin-top: 0.12rem;
  font-size: 1.05rem;
  line-height: 1;
  color: #f4f8ff;
}

body[data-page="performance"] .gg-res-kpi-sub {
  display: block;
  margin-top: 0.14rem;
  font-size: 0.58rem;
  font-weight: 700;
  font-style: normal;
  color: rgba(53, 224, 194, 0.75);
  font-variant-numeric: tabular-nums;
}

body[data-page="performance"] .gg-res-kpi--official .gg-res-kpi-sub {
  color: rgba(53, 224, 194, 0.85);
}

body[data-page="performance"] .gg-res-kpi--official {
  border-color: rgba(53, 224, 194, 0.2);
}

body[data-page="performance"] .gg-res-kpi--official strong {
  color: #35e0c2;
}

body[data-page="performance"] .gg-res-kpi--safe strong {
  color: #e8b050;
}

body[data-page="performance"] .gg-res-kpi-note {
  margin: 0;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.35;
}

body[data-page="performance"] .gg-res-kpi-sub--safe {
  color: rgba(232, 176, 80, 0.85);
}

/* Rozšířené statistiky */
body[data-page="performance"] .gg-res-stats-panel {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0.65rem 0.7rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(14, 24, 38, 0.95), rgba(8, 14, 24, 0.92));
}

body[data-page="performance"] .gg-res-stats-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

body[data-page="performance"] .gg-res-stats-head h2 {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

body[data-page="performance"] .gg-res-stats-head small {
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.42);
}

body[data-page="performance"] .gg-res-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem;
}

body[data-page="performance"] .gg-res-stat-tile {
  padding: 0.45rem 0.5rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  min-width: 0;
}

body[data-page="performance"] .gg-res-stat-tile span {
  display: block;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

body[data-page="performance"] .gg-res-stat-tile strong {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.92rem;
  line-height: 1.15;
  color: #f4f8ff;
  font-variant-numeric: tabular-nums;
}

body[data-page="performance"] .gg-res-stat-tile em {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.56rem;
  font-style: normal;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.25;
}

body[data-page="performance"] .gg-res-stat-tile--official {
  border-color: rgba(53, 224, 194, 0.18);
}

body[data-page="performance"] .gg-res-stat-tile--official strong {
  color: #35e0c2;
}

body[data-page="performance"] .gg-res-stat-tile--safe {
  border-color: rgba(232, 176, 80, 0.2);
}

body[data-page="performance"] .gg-res-stat-tile--safe strong {
  color: #e8b050;
}

body[data-page="performance"] .gg-res-wl-wrap {
  margin-top: 0.1rem;
}

body[data-page="performance"] .gg-res-wl-wrap .results-wl-breakdown {
  margin: 0;
}

body[data-page="performance"] .gg-res-stats-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

body[data-page="performance"] .gg-res-stats-col h3 {
  margin: 0 0 0.35rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

body[data-page="performance"] .gg-res-bar-row {
  display: grid;
  grid-template-columns: minmax(3.2rem, 4.2rem) minmax(0, 1fr) minmax(3.8rem, auto);
  gap: 0.35rem;
  align-items: center;
  margin-bottom: 0.28rem;
}

body[data-page="performance"] .gg-res-bar-label {
  font-size: 0.65rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body[data-page="performance"] .gg-res-bar-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

body[data-page="performance"] .gg-res-bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(53, 224, 194, 0.55), rgba(53, 224, 194, 0.9));
}

body[data-page="performance"] .gg-res-bar-meta {
  font-size: 0.58rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

body[data-page="performance"] .gg-res-stats-empty {
  margin: 0;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.35;
}

@media (min-width: 640px) {
  body[data-page="performance"] .gg-res-stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="performance"] .gg-res-stats-cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Filtry — premium pills v4.2.8.27.274 */
body[data-page="performance"] .gg-res-filters-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.15rem;
}

body[data-page="performance"] .gg-res-filters-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

body[data-page="performance"] .gg-res-filters-links {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

body[data-page="performance"] .gg-res-filters-link {
  font-size: 0.72rem;
  font-weight: 800;
  color: #35e0c2;
  text-decoration: none;
}

body[data-page="performance"] .gg-res-filters-link:hover {
  text-decoration: underline;
}

body[data-page="performance"] .gg-res-filters {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 0.15rem;
  padding: 0.65rem 0.7rem;
  border-radius: 14px;
  border: 1px solid rgba(53, 224, 194, 0.12);
  background:
    radial-gradient(ellipse 80% 60% at 0% 0%, rgba(53, 224, 194, 0.07), transparent 55%),
    linear-gradient(180deg, rgba(16, 28, 42, 0.92), rgba(8, 16, 26, 0.88));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body[data-page="performance"] .gg-res-filter-block {
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  min-width: 0;
}

body[data-page="performance"] .gg-res-filter-label {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

/* Segment — období */
body[data-page="performance"] .gg-res-segmented {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.2rem;
  padding: 0.22rem;
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

body[data-page="performance"] .gg-res-seg {
  padding: 0.42rem 0.35rem;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.48);
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  transition: background 0.14s ease, color 0.14s ease, box-shadow 0.14s ease;
}

body[data-page="performance"] .gg-res-seg:hover {
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.05);
}

body[data-page="performance"] .gg-res-seg.is-active {
  color: #061019;
  background: linear-gradient(135deg, #35e0c2, #49e5c7);
  box-shadow: 0 2px 12px rgba(53, 224, 194, 0.35);
}

/* Chips — vrstva + trh */
body[data-page="performance"] .gg-res-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

body[data-page="performance"] .gg-res-chips-scroll {
  position: relative;
  margin: 0 -0.15rem;
  padding: 0 0.15rem;
}

body[data-page="performance"] .gg-res-chips-scroll::before,
body[data-page="performance"] .gg-res-chips-scroll::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.25rem;
  pointer-events: none;
  z-index: 1;
}

body[data-page="performance"] .gg-res-chips-scroll::before {
  left: 0;
  background: linear-gradient(90deg, rgba(12, 22, 34, 0.95), transparent);
}

body[data-page="performance"] .gg-res-chips-scroll::after {
  right: 0;
  background: linear-gradient(270deg, rgba(12, 22, 34, 0.95), transparent);
}

body[data-page="performance"] .gg-res-chips--market {
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 0.1rem;
}

body[data-page="performance"] .gg-res-chips--market::-webkit-scrollbar {
  display: none;
}

body[data-page="performance"] .gg-res-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.62);
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.15;
  cursor: pointer;
  transition: border-color 0.14s ease, background 0.14s ease, color 0.14s ease, box-shadow 0.14s ease, transform 0.1s ease;
}

body[data-page="performance"] .gg-res-chip--compact {
  padding: 0.34rem 0.62rem;
  font-size: 0.68rem;
}

body[data-page="performance"] .gg-res-chip:hover {
  color: #eef2f6;
  border-color: rgba(53, 224, 194, 0.28);
  background: rgba(53, 224, 194, 0.06);
}

body[data-page="performance"] .gg-res-chip:active {
  transform: scale(0.98);
}

body[data-page="performance"] .gg-res-chip.is-active {
  color: #061019;
  border-color: transparent;
  background: linear-gradient(135deg, #35e0c2, #49e5c7);
  box-shadow: 0 4px 14px rgba(53, 224, 194, 0.32);
}

body[data-page="performance"] .gg-res-chip.is-active.gg-res-chip--official {
  background: linear-gradient(135deg, #35e0c2, #2bc4a8);
  box-shadow: 0 4px 14px rgba(53, 224, 194, 0.35);
}

body[data-page="performance"] .gg-res-chip.is-active.gg-res-chip--safe {
  color: #1a1408;
  background: linear-gradient(135deg, #e8b050, #f0c878);
  box-shadow: 0 4px 14px rgba(232, 176, 80, 0.32);
}

body[data-page="performance"] .gg-res-chip-text {
  white-space: nowrap;
}

body[data-page="performance"] .gg-res-chip-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  padding: 0.08rem 0.38rem;
  border-radius: 999px;
  font-size: 0.6rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  background: rgba(0, 0, 0, 0.22);
  color: inherit;
}

body[data-page="performance"] .gg-res-chip.is-active .gg-res-chip-count {
  background: rgba(6, 16, 25, 0.22);
}

body[data-page="performance"] .gg-res-chip--official:not(.is-active) {
  border-color: rgba(53, 224, 194, 0.18);
}

body[data-page="performance"] .gg-res-chip--official:not(.is-active) .gg-res-chip-text {
  color: rgba(53, 224, 194, 0.88);
}

body[data-page="performance"] .gg-res-chip--safe:not(.is-active) {
  border-color: rgba(232, 176, 80, 0.2);
}

body[data-page="performance"] .gg-res-chip--safe:not(.is-active) .gg-res-chip-text {
  color: rgba(232, 176, 80, 0.92);
}

body[data-page="performance"] .gg-res-load-more-wrap {
  padding: 0.5rem 0.55rem 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body[data-page="performance"] .gg-res-load-more {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(53, 224, 194, 0.28);
  background: rgba(53, 224, 194, 0.08);
  color: #35e0c2;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.12s ease, border-color 0.12s ease;
}

body[data-page="performance"] .gg-res-load-more:hover {
  background: rgba(53, 224, 194, 0.14);
  border-color: rgba(53, 224, 194, 0.45);
}

body[data-page="performance"] .gg-res-empty a {
  color: #35e0c2;
}

/* Performance trend panel */
body[data-page="performance"] .gg-perf-trend-panel {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.85rem 0.9rem 0.75rem;
  border-radius: 18px;
  border: 1px solid rgba(53, 224, 194, 0.2);
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(53, 224, 194, 0.1), transparent 55%),
    linear-gradient(165deg, rgba(14, 28, 42, 0.98), rgba(8, 14, 24, 0.96));
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  position: relative;
  overflow: hidden;
}

body[data-page="performance"] .gg-perf-trend-panel--safe {
  border-color: rgba(232, 176, 80, 0.24);
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(232, 176, 80, 0.1), transparent 55%),
    linear-gradient(165deg, rgba(22, 20, 14, 0.98), rgba(10, 10, 14, 0.96));
}

body[data-page="performance"] .gg-perf-trend-panel--blend {
  border-color: rgba(129, 140, 248, 0.22);
  background:
    radial-gradient(90% 70% at 0% 0%, rgba(53, 224, 194, 0.08), transparent 50%),
    radial-gradient(90% 70% at 100% 0%, rgba(232, 176, 80, 0.08), transparent 50%),
    linear-gradient(165deg, rgba(14, 24, 38, 0.98), rgba(8, 12, 22, 0.96));
}

body[data-page="performance"] .gg-perf-trend-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

body[data-page="performance"] .gg-perf-trend-eyebrow {
  display: block;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(53, 224, 194, 0.75);
  margin-bottom: 0.15rem;
}

body[data-page="performance"] .gg-perf-trend-panel--safe .gg-perf-trend-eyebrow {
  color: rgba(232, 176, 80, 0.8);
}

body[data-page="performance"] .gg-perf-trend-panel--blend .gg-perf-trend-eyebrow {
  color: rgba(165, 180, 252, 0.85);
}

body[data-page="performance"] .gg-perf-trend-title h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #f8fbff;
}

body[data-page="performance"] .gg-perf-trend-title p {
  margin: 0.22rem 0 0;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.4;
}

body[data-page="performance"] .gg-perf-trend-roi-card {
  flex-shrink: 0;
  min-width: 7.2rem;
  padding: 0.45rem 0.55rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.22);
  text-align: right;
}

body[data-page="performance"] .gg-perf-trend-roi-card strong {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

body[data-page="performance"] .gg-perf-trend-roi-card.is-up strong {
  color: #35e0c2;
  text-shadow: 0 0 24px rgba(53, 224, 194, 0.35);
}

body[data-page="performance"] .gg-perf-trend-panel--safe .gg-perf-trend-roi-card.is-up strong {
  color: #e8b050;
  text-shadow: 0 0 24px rgba(232, 176, 80, 0.3);
}

body[data-page="performance"] .gg-perf-trend-roi-card.is-down strong {
  color: #f87171;
}

body[data-page="performance"] .gg-perf-trend-roi-card span {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

body[data-page="performance"] .gg-perf-trend-roi-card em {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.38);
  font-variant-numeric: tabular-nums;
}

body[data-page="performance"] .gg-perf-trend-layers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
  padding: 0.28rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.18);
}

body[data-page="performance"] .gg-perf-trend-layer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 0.42rem 0.35rem;
  border-radius: 10px;
  cursor: pointer;
  min-width: 0;
}

body[data-page="performance"] .gg-perf-trend-layer-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.25);
}

body[data-page="performance"] .gg-perf-trend-layer--official .gg-perf-trend-layer-dot {
  background: #35e0c2;
  box-shadow: 0 0 10px rgba(53, 224, 194, 0.55);
}

body[data-page="performance"] .gg-perf-trend-layer--safe .gg-perf-trend-layer-dot {
  background: #e8b050;
  box-shadow: 0 0 10px rgba(232, 176, 80, 0.5);
}

body[data-page="performance"] .gg-perf-trend-layer--blend .gg-perf-trend-layer-dot {
  background: linear-gradient(135deg, #35e0c2, #e8b050);
}

body[data-page="performance"] .gg-perf-trend-layer--official.is-active {
  border-color: rgba(53, 224, 194, 0.35);
  background: rgba(53, 224, 194, 0.12);
  color: #35e0c2;
}

body[data-page="performance"] .gg-perf-trend-layer--safe.is-active {
  border-color: rgba(232, 176, 80, 0.35);
  background: rgba(232, 176, 80, 0.12);
  color: #e8b050;
}

body[data-page="performance"] .gg-perf-trend-layer--blend.is-active {
  border-color: rgba(165, 180, 252, 0.35);
  background: rgba(99, 102, 241, 0.14);
  color: #c7d2fe;
}

body[data-page="performance"] .gg-perf-trend-controls-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.45rem;
  padding: 0.5rem 0.55rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

@media (min-width: 720px) {
  body[data-page="performance"] .gg-perf-trend-controls-card {
    grid-template-columns: 1fr auto;
    align-items: end;
  }
}

body[data-page="performance"] .gg-perf-trend-control-row {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  min-width: 0;
}

body[data-page="performance"] .gg-perf-trend-control-label {
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

body[data-page="performance"] .gg-perf-trend-windows {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
}

body[data-page="performance"] .gg-perf-trend-window {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.62rem;
  font-weight: 700;
  padding: 0.3rem 0.52rem;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}

body[data-page="performance"] .gg-perf-trend-panel--official .gg-perf-trend-window.is-active,
body[data-page="performance"] .gg-perf-trend-panel--blend .gg-perf-trend-window.is-active {
  border-color: rgba(53, 224, 194, 0.4);
  background: rgba(53, 224, 194, 0.14);
  color: #35e0c2;
}

body[data-page="performance"] .gg-perf-trend-panel--safe .gg-perf-trend-window.is-active {
  border-color: rgba(232, 176, 80, 0.4);
  background: rgba(232, 176, 80, 0.14);
  color: #e8b050;
}

body[data-page="performance"] .gg-perf-trend-modes {
  display: inline-flex;
  padding: 0.15rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.2);
}

body[data-page="performance"] .gg-perf-trend-mode {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  cursor: pointer;
}

body[data-page="performance"] .gg-perf-trend-panel--official .gg-perf-trend-mode.is-active,
body[data-page="performance"] .gg-perf-trend-panel--blend .gg-perf-trend-mode.is-active {
  background: rgba(53, 224, 194, 0.18);
  color: #35e0c2;
}

body[data-page="performance"] .gg-perf-trend-panel--safe .gg-perf-trend-mode.is-active {
  background: rgba(232, 176, 80, 0.18);
  color: #e8b050;
}

body[data-page="performance"] .gg-perf-trend-mode[disabled] {
  opacity: 0.38;
  cursor: not-allowed;
}

body[data-page="performance"] .gg-perf-trend-windows {
  flex-wrap: wrap;
}

body[data-page="performance"] .gg-perf-trend-day-picker {
  display: inline-flex;
  align-items: center;
  gap: 0.12rem;
  margin-left: 0.12rem;
  padding: 0.12rem 0.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  flex-wrap: wrap;
}

body[data-page="performance"] .gg-perf-trend-day-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.55rem;
  padding: 0.08rem 0.22rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

body[data-page="performance"] .gg-perf-trend-day-toggle:hover .gg-perf-trend-day-label,
body[data-page="performance"] .gg-perf-trend-day-toggle[aria-expanded="true"] .gg-perf-trend-day-label {
  opacity: 1;
}

body[data-page="performance"] .gg-perf-trend-day-cal {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  width: min(14.5rem, 84vw);
  padding: 0.55rem 0.5rem 0.6rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0d1520;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45);
}

body[data-page="performance"] .gg-perf-trend-day-cal[hidden] {
  display: none !important;
}

body[data-page="performance"] .gg-perf-trend-day-cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  margin-bottom: 0.45rem;
}

body[data-page="performance"] .gg-perf-trend-day-cal-title {
  flex: 1;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
}

body[data-page="performance"] .gg-perf-trend-day-cal-nav {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1;
  cursor: pointer;
}

body[data-page="performance"] .gg-perf-trend-day-cal-nav:hover:not(:disabled) {
  color: #35e0c2;
  background: rgba(53, 224, 194, 0.1);
}

body[data-page="performance"] .gg-perf-trend-day-picker--safe .gg-perf-trend-day-cal-nav:hover:not(:disabled) {
  color: #e8b050;
  background: rgba(232, 176, 80, 0.1);
}

body[data-page="performance"] .gg-perf-trend-day-cal-nav:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

body[data-page="performance"] .gg-perf-trend-day-cal-weekdays,
body[data-page="performance"] .gg-perf-trend-day-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.18rem;
}

body[data-page="performance"] .gg-perf-trend-day-cal-weekdays {
  margin-bottom: 0.22rem;
}

body[data-page="performance"] .gg-perf-trend-day-cal-weekdays span {
  text-align: center;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.85);
}

body[data-page="performance"] .gg-perf-trend-day-cal-cell,
body[data-page="performance"] .gg-perf-trend-day-cal-pad {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  min-height: 1.55rem;
  border-radius: 8px;
  font-size: 0.68rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

body[data-page="performance"] .gg-perf-trend-day-cal-pad {
  visibility: hidden;
}

body[data-page="performance"] .gg-perf-trend-day-cal-cell.is-muted {
  color: rgba(255, 255, 255, 0.16);
}

body[data-page="performance"] .gg-perf-trend-day-cal-cell.is-available {
  border: 0;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
}

body[data-page="performance"] .gg-perf-trend-day-cal-cell.is-available:hover,
body[data-page="performance"] .gg-perf-trend-day-cal-cell.is-available.is-active {
  background: rgba(53, 224, 194, 0.14);
  color: #35e0c2;
  box-shadow: inset 0 0 0 1px rgba(53, 224, 194, 0.35);
}

body[data-page="performance"] .gg-perf-trend-day-picker--safe .gg-perf-trend-day-cal-cell.is-available:hover,
body[data-page="performance"] .gg-perf-trend-day-picker--safe .gg-perf-trend-day-cal-cell.is-available.is-active {
  background: rgba(232, 176, 80, 0.14);
  color: #e8b050;
  box-shadow: inset 0 0 0 1px rgba(232, 176, 80, 0.35);
}

body[data-page="performance"] .gg-perf-trend-day-label {
  min-width: 2.4rem;
  padding: 0;
  font-size: 0.62rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  white-space: nowrap;
}

body[data-page="performance"] .gg-perf-trend-day-picker--official {
  border-color: rgba(53, 224, 194, 0.28);
  background: rgba(53, 224, 194, 0.06);
}

body[data-page="performance"] .gg-perf-trend-day-picker--safe {
  border-color: rgba(232, 176, 80, 0.3);
  background: rgba(232, 176, 80, 0.06);
}

body[data-page="performance"] .gg-perf-trend-day-picker--blend {
  border-color: rgba(167, 139, 250, 0.28);
  background: rgba(167, 139, 250, 0.06);
}

body[data-page="performance"] .gg-perf-trend-day-nav {
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}

body[data-page="performance"] .gg-perf-trend-day-nav:hover:not(:disabled) {
  color: #35e0c2;
  background: rgba(53, 224, 194, 0.1);
}

body[data-page="performance"] .gg-perf-trend-day-picker--safe .gg-perf-trend-day-nav:hover:not(:disabled) {
  color: #e8b050;
  background: rgba(232, 176, 80, 0.1);
}

body[data-page="performance"] .gg-perf-trend-day-nav:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

body[data-page="performance"] .gg-perf-trend-day-picker--official .gg-perf-trend-day-label {
  color: #35e0c2;
}

body[data-page="performance"] .gg-perf-trend-day-picker--safe .gg-perf-trend-day-label {
  color: #e8b050;
}

body[data-page="performance"] .gg-perf-trend-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.35rem;
}

body[data-page="performance"] .gg-perf-trend-stat {
  padding: 0.4rem 0.45rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  min-width: 0;
}

body[data-page="performance"] .gg-perf-trend-stat span {
  display: block;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

body[data-page="performance"] .gg-perf-trend-stat strong {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.82rem;
  color: #f4f8ff;
  font-variant-numeric: tabular-nums;
}

body[data-page="performance"] .gg-perf-trend-chart-shell {
  padding: 0.35rem 0.25rem 0.15rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.22);
}

body[data-page="performance"] .gg-perf-trend-panel .gg-trend-chart-wrap--rich {
  margin: 0;
  grid-template-columns: 0.55rem minmax(0, 1fr);
  gap: 0.06rem 0.14rem;
}

body[data-page="performance"] .gg-perf-trend-panel .gg-trend-yaxis-rail {
  padding: 0.25rem 0 0.65rem;
}

body[data-page="performance"] .gg-perf-trend-panel .gg-trend-yaxis-title {
  font-size: 0.48rem;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.4);
}

body[data-page="performance"] .gg-perf-trend-panel .gg-trend-axis {
  font-size: 9.5px;
  fill: rgba(255, 255, 255, 0.5);
}

body[data-page="performance"] .gg-perf-trend-panel .gg-trend-axis--zero {
  fill: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

body[data-page="performance"] .gg-perf-trend-panel .gg-trend-chart {
  min-height: 150px;
  max-height: none;
}

body[data-page="performance"] .gg-perf-trend-form {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-top: 0.2rem;
}

body[data-page="performance"] .gg-perf-trend-form-label {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

body[data-page="performance"] .gg-perf-trend-panel--empty {
  border-style: dashed;
}

body[data-page="performance"] .gg-perf-trend-empty-msg {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.4;
}

@media (max-width: 520px) {
  body[data-page="performance"] .gg-perf-trend-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="performance"] .gg-perf-trend-layer {
    font-size: 0.58rem;
    padding: 0.38rem 0.25rem;
  }
}

/* Mini graf (legacy collapsible) */
body[data-page="performance"] .gg-res-chart-box {
  padding: 0.45rem 0.55rem 0.35rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

body[data-page="performance"] .gg-res-chart-box summary {
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.55);
  list-style: none;
}

body[data-page="performance"] .gg-res-chart-box summary::-webkit-details-marker {
  display: none;
}

body[data-page="performance"] .gg-res-chart-box[open] summary {
  margin-bottom: 0.35rem;
  color: #35e0c2;
}

body[data-page="performance"] .gg-res-chart-box .gg-trend-chart {
  min-height: 120px;
  max-height: none;
}

body[data-page="performance"] .gg-res-chart-box .gg-roi-chart-meta strong {
  font-size: 1rem;
}

/* Seznam zápasů */
body[data-page="performance"] .gg-res-board {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.18);
}

body[data-page="performance"] .gg-res-board-head {
  padding: 0.45rem 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body[data-page="performance"] .gg-res-board-head h2 {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  color: #f4f8ff;
}

body[data-page="performance"] .gg-res-board-head small {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.42);
}

body[data-page="performance"] .gg-res-list {
  display: flex;
  flex-direction: column;
}

body[data-page="performance"] .gg-res-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body[data-page="performance"] .gg-res-row:last-child {
  border-bottom: none;
}

body[data-page="performance"] .gg-res-row-main {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr) auto;
  gap: 0.4rem 0.5rem;
  align-items: center;
  padding: 0.42rem 0.55rem;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

body[data-page="performance"] .gg-res-row.result-win {
  background: linear-gradient(90deg, rgba(74, 222, 128, 0.14), rgba(74, 222, 128, 0.05)) !important;
}

body[data-page="performance"] .gg-res-row.result-loss {
  background: linear-gradient(90deg, rgba(248, 113, 113, 0.16), rgba(248, 113, 113, 0.06)) !important;
}

body[data-page="performance"] .gg-res-row.result-void {
  background: linear-gradient(90deg, rgba(250, 204, 21, 0.12), rgba(250, 204, 21, 0.05)) !important;
}

body[data-page="performance"] .gg-res-date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-variant-numeric: tabular-nums;
}

body[data-page="performance"] .gg-res-date b {
  font-size: 0.72rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.55);
}

body[data-page="performance"] .gg-res-date small {
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.38);
}

body[data-page="performance"] .gg-res-match {
  min-width: 0;
  overflow: hidden;
}

body[data-page="performance"] .gg-res-teams {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  color: #f4f8ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body[data-page="performance"] .gg-res-league {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.1rem;
  font-size: 0.58rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.38);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body[data-page="performance"] .gg-res-league img {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

body[data-page="performance"] .gg-res-pick {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.12rem;
  flex-shrink: 0;
}

body[data-page="performance"] .gg-res-tip-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 3.35rem;
  padding: 0.2rem 0.4rem;
  border-radius: 6px;
  border: 1px solid rgba(53, 224, 194, 0.35);
  background: rgba(53, 224, 194, 0.1);
}

body[data-page="performance"] .gg-res-row.is-safe .gg-res-tip-box {
  border-color: rgba(232, 176, 80, 0.35);
  background: rgba(232, 176, 80, 0.1);
}

body[data-page="performance"] .gg-res-row.result-win .gg-res-tip-box {
  border-color: rgba(74, 222, 128, 0.5);
  background: rgba(74, 222, 128, 0.14);
}

body[data-page="performance"] .gg-res-row.result-loss .gg-res-tip-box {
  border-color: rgba(248, 113, 113, 0.5);
  background: rgba(248, 113, 113, 0.14);
}

body[data-page="performance"] .gg-res-row.result-void .gg-res-tip-box {
  border-color: rgba(250, 204, 21, 0.42);
  background: rgba(250, 204, 21, 0.1);
}

body[data-page="performance"] .gg-res-tip {
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.1;
  color: #35e0c2;
  white-space: nowrap;
  text-align: center;
}

body[data-page="performance"] .gg-res-row.result-win .gg-res-tip {
  color: #6ee7b7;
}

body[data-page="performance"] .gg-res-row.result-loss .gg-res-tip {
  color: #fca5a5;
}

body[data-page="performance"] .gg-res-row.result-void .gg-res-tip {
  color: #fde68a;
}

body[data-page="performance"] .gg-res-row.is-safe .gg-res-tip {
  color: #e8b050;
}

body[data-page="performance"] .gg-res-row.result-win.is-safe .gg-res-tip-box {
  border-color: rgba(74, 222, 128, 0.5);
  background: rgba(74, 222, 128, 0.14);
}

body[data-page="performance"] .gg-res-row.result-loss.is-safe .gg-res-tip-box {
  border-color: rgba(248, 113, 113, 0.5);
  background: rgba(248, 113, 113, 0.14);
}

body[data-page="performance"] .gg-res-row.result-void.is-safe .gg-res-tip-box {
  border-color: rgba(250, 204, 21, 0.42);
  background: rgba(250, 204, 21, 0.1);
}

body[data-page="performance"] .gg-res-row.result-win.is-safe .gg-res-tip {
  color: #6ee7b7;
}

body[data-page="performance"] .gg-res-row.result-loss.is-safe .gg-res-tip {
  color: #fca5a5;
}

body[data-page="performance"] .gg-res-row.result-void.is-safe .gg-res-tip {
  color: #fde68a;
}

body[data-page="performance"] .gg-res-odds {
  font-size: 0.62rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
}

body[data-page="performance"] .gg-res-layer-dot {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #35e0c2;
}

body[data-page="performance"] .gg-res-row.is-safe .gg-res-layer-dot {
  background: #e8b050;
}

body[data-page="performance"] .gg-res-row.result-win .gg-res-layer-dot {
  background: #4ade80;
}

body[data-page="performance"] .gg-res-row.result-loss .gg-res-layer-dot {
  background: #f87171;
}

body[data-page="performance"] .gg-res-row.result-void .gg-res-layer-dot {
  background: #fbbf24;
}

body[data-page="performance"] .gg-res-board--pending {
  border-color: rgba(232, 176, 80, 0.22);
}

body[data-page="performance"] .gg-res-board--pending .gg-res-board-head h2 {
  color: #e8b050;
}

body[data-page="performance"] .gg-res-row.is-pending .gg-res-tip-box {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

body[data-page="performance"] .gg-res-row.is-pending .gg-res-tip {
  color: rgba(255, 255, 255, 0.88);
}

body[data-page="performance"] .gg-res-pending-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.65rem;
  padding: 0.14rem 0.4rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(232, 176, 80, 0.95);
  border: 1px solid rgba(232, 176, 80, 0.35);
  background: rgba(232, 176, 80, 0.1);
}

body[data-page="performance"] .gg-res-pending-pill.is-live {
  color: #ff8a8a;
  border-color: rgba(255, 120, 120, 0.45);
  background: rgba(255, 80, 80, 0.12);
}

body[data-page="performance"] .gg-res-empty {
  padding: 1rem 0.65rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

body[data-page="performance"] .gg-res-form-inline {
  display: flex;
  gap: 0.2rem;
  padding: 0.35rem 0.55rem 0.45rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

body[data-page="performance"] .gg-res-form-inline .results-form-dot {
  width: 1.1rem;
  height: 1.1rem;
  font-size: 0.55rem;
}

/* Skrýt staré těžké bloky */
body[data-page="performance"].results-page-compact .results-snapshot-hero,
body[data-page="performance"].results-page-compact .results-charts-hero,
body[data-page="performance"].results-page-compact .results-separation-visual,
body[data-page="performance"].results-page-compact .performance-control-card,
body[data-page="performance"].results-page-compact .performance-hero-card,
body[data-page="performance"].results-page-compact .performance-breakdown-grid {
  display: none !important;
}

@media (min-width: 768px) {
  body[data-page="performance"].results-page-compact .football-page-header p {
    display: block;
    font-size: 0.85rem;
    max-width: 36rem;
  }

  body[data-page="performance"] .gg-res-kpi strong {
    font-size: 1.2rem;
  }

  body[data-page="performance"] .gg-res-row-main {
    grid-template-columns: 3rem minmax(0, 1fr) auto;
    padding: 0.5rem 0.65rem;
  }

  body[data-page="performance"] .gg-res-teams {
    font-size: 0.86rem;
  }
}

@media (max-width: 380px) {
  body[data-page="performance"] .gg-res-kpi-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* CLV strip above bankroll */
body[data-page="performance"] .gg-res-clv-panel {
  padding: 0.55rem 0.6rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

body[data-page="performance"] .gg-res-clv-head h2 {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #eef2f6;
}

body[data-page="performance"] .gg-res-clv-head p {
  margin: 0.15rem 0 0.45rem;
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.35;
}

/* Insights drawer + analytics (CLV) */
body[data-page="performance"] .gg-res-insights-drawer {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

body[data-page="performance"] .gg-res-insights-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.48rem 0.55rem;
  cursor: pointer;
  list-style: none;
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.78);
}

body[data-page="performance"] .gg-res-insights-summary::-webkit-details-marker {
  display: none;
}

body[data-page="performance"] .gg-res-insights-summary-label::before {
  content: "▸ ";
  color: #35e0c2;
  display: inline-block;
  transition: transform 0.15s ease;
}

body[data-page="performance"] .gg-res-insights-drawer[open] .gg-res-insights-summary-label::before {
  transform: rotate(90deg);
}

body[data-page="performance"] .gg-res-insights-summary-meta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: flex-end;
}

body[data-page="performance"] .gg-res-insights-summary-meta em {
  font-style: normal;
  font-size: 0.6rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.42);
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.15);
}

body[data-page="performance"] .gg-res-insights-body.gg-analytics-panel {
  padding: 0.45rem 0.55rem 0.55rem;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0;
  background: transparent;
}

body[data-page="performance"] .gg-analytics-panel {
  padding: 0.65rem 0.7rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

body[data-page="performance"] .gg-analytics-head h2 {
  margin: 0.15rem 0 0.2rem;
  font-size: 1rem;
}

body[data-page="performance"] .gg-analytics-head p,
body[data-page="performance"] .gg-analytics-note {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.35;
}

body[data-page="performance"] .gg-analytics-eyebrow {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7fe8d4;
}

body[data-page="performance"] .gg-analytics-block {
  margin-top: 0.4rem;
}

body[data-page="performance"] .gg-analytics-block:first-child {
  margin-top: 0;
}

body[data-page="performance"] .gg-analytics-block h3 {
  margin: 0 0 0.28rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

body[data-page="performance"] .gg-analytics-block-head {
  margin-bottom: 0.28rem;
}

body[data-page="performance"] .gg-clv-help-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0;
  border: none;
  background: transparent;
  font: inherit;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

body[data-page="performance"] .gg-clv-help-btn:hover {
  color: #7fe8d4;
}

body[data-page="performance"] .gg-clv-help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(127, 232, 212, 0.35);
  background: rgba(127, 232, 212, 0.1);
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1;
  color: #7fe8d4;
}

body[data-page="performance"] .gg-analytics-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  margin-top: 0.45rem;
}

body[data-page="performance"] .gg-analytics-clv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
}

body[data-page="performance"] .gg-analytics-metric {
  padding: 0.4rem 0.45rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.18);
  min-width: 0;
}

body[data-page="performance"] .gg-analytics-metric span {
  display: block;
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.5);
}

body[data-page="performance"] .gg-analytics-metric strong {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.95rem;
  color: #eef2f6;
}

body[data-page="performance"] .gg-analytics-metric strong.is-up { color: #6ee7b7; }
body[data-page="performance"] .gg-analytics-metric strong.is-down { color: #fca5a5; }

body[data-page="performance"] .gg-analytics-metric em {
  display: block;
  margin-top: 0.08rem;
  font-size: 0.58rem;
  font-style: normal;
  color: rgba(255, 255, 255, 0.38);
}

body[data-page="performance"] .gg-analytics-empty {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
}

body[data-page="performance"] .gg-analytics-table {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

body[data-page="performance"] .gg-analytics-table-row {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) 2.5rem 2.8rem 3.2rem;
  gap: 0.35rem;
  align-items: center;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.72);
}

body[data-page="performance"] .gg-analytics-table--league .gg-analytics-table-row {
  grid-template-columns: minmax(0, 1.4fr) 2.5rem 3.2rem;
}

body[data-page="performance"] .gg-analytics-table-row.is-head {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

body[data-page="performance"] .gg-analytics-table-row .is-up { color: #6ee7b7; }
body[data-page="performance"] .gg-analytics-table-row .is-down { color: #fca5a5; }

body[data-page="performance"] .gg-odds-intel-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.18rem;
  justify-content: flex-end;
}

body[data-page="performance"] .gg-clv-badge,
body[data-page="performance"] .gg-line-move {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.08rem 0.28rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid transparent;
}

body[data-page="performance"] .gg-clv-badge--positive {
  color: #6ee7b7;
  border-color: rgba(110, 231, 183, 0.35);
  background: rgba(110, 231, 183, 0.1);
}

body[data-page="performance"] .gg-clv-badge--negative {
  color: #fca5a5;
  border-color: rgba(252, 165, 165, 0.35);
  background: rgba(252, 165, 165, 0.08);
}

body[data-page="performance"] .gg-clv-badge--neutral {
  color: rgba(255, 255, 255, 0.65);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

body[data-page="performance"] .gg-clv-label {
  opacity: 0.75;
  font-size: 0.52rem;
  letter-spacing: 0.05em;
}

body[data-page="performance"] .gg-line-move--down {
  color: #fca5a5;
  border-color: rgba(252, 165, 165, 0.3);
  background: rgba(252, 165, 165, 0.08);
}

body[data-page="performance"] .gg-line-move--up {
  color: #93c5fd;
  border-color: rgba(147, 197, 253, 0.3);
  background: rgba(147, 197, 253, 0.08);
}

@media (min-width: 768px) {
  body[data-page="performance"] .gg-analytics-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  body[data-page="performance"] .gg-analytics-clv-grid {
    grid-template-columns: 1fr;
  }
}

body[data-page="performance"] .gg-res-nav-strip {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  padding: 0.1rem 0;
}

body[data-page="performance"] .gg-res-nav-link {
  font-size: 0.72rem;
  font-weight: 800;
  color: #35e0c2;
  text-decoration: none;
}

body[data-page="performance"] .gg-res-insights-embedded .gg-analytics-panel {
  margin-top: 0;
}

body[data-page="performance"] .gg-analytics-scope-note {
  margin: 0 0 0.45rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.35;
}

body[data-page="performance"] .gg-perf-trend-control-row--market .gg-perf-trend-markets {
  flex-wrap: wrap;
}

body[data-page="performance"] .gg-res-filter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

body[data-page="performance"] .gg-res-filter-grid--bankroll {
  margin-top: 0.05rem;
}

body[data-page="performance"] .gg-res-filters-more .gg-res-filter-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  body[data-page="performance"] .gg-res-filters-more .gg-res-filter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body[data-page="performance"] .gg-res-filter-grid {
    grid-template-columns: 1fr;
  }
}

body[data-page="performance"] .gg-res-filter-select {
  width: 100%;
  padding: 0.48rem 0.62rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.28);
  color: #eef2f6;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 600;
}

body[data-page="performance"] .gg-res-filter-summary {
  margin: 0.55rem 0 0.65rem;
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(53, 224, 194, 0.14);
  background: linear-gradient(180deg, rgba(14, 26, 40, 0.95), rgba(8, 16, 26, 0.9));
}

body[data-page="performance"] .gg-res-filter-summary-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
}

body[data-page="performance"] .gg-res-filter-summary-head h2 {
  margin: 0;
  font-size: 0.92rem;
  color: #f8fafc;
}

body[data-page="performance"] .gg-res-filter-summary-head small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
}

body[data-page="performance"] .gg-res-filter-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

@media (max-width: 720px) {
  body[data-page="performance"] .gg-res-filter-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body[data-page="performance"] .gg-res-filter-summary-tile {
  padding: 0.55rem 0.62rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
}

body[data-page="performance"] .gg-res-filter-summary-tile span {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 0.2rem;
}

body[data-page="performance"] .gg-res-filter-summary-tile strong {
  font-size: 1rem;
  color: #f8fafc;
}

body[data-page="performance"] .gg-res-filters {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

body[data-page="performance"] .gg-res-filter-divider {
  height: 1px;
  margin: 0.15rem 0 0.05rem;
  background: linear-gradient(90deg, transparent, rgba(53, 224, 194, 0.22), transparent);
}

body[data-page="performance"] .gg-res-filter-block--bankroll .gg-res-filter-day-picker {
  margin-top: 0.45rem;
}

body[data-page="performance"] .gg-perf-trend-panel--chart-only {
  margin-top: 0.15rem;
}

body[data-page="performance"] .gg-res-clv-details {
  margin: 0.75rem 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 16, 26, 0.72);
  overflow: hidden;
}

body[data-page="performance"] .gg-res-clv-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.72rem 0.85rem;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #eef2f6;
}

body[data-page="performance"] .gg-res-clv-summary::-webkit-details-marker {
  display: none;
}

body[data-page="performance"] .gg-res-clv-summary-title {
  font-size: 0.88rem;
}

body[data-page="performance"] .gg-res-clv-summary-hint {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
}

body[data-page="performance"] .gg-res-clv-details[open] .gg-res-clv-summary-hint {
  color: #35e0c2;
}

body[data-page="performance"] .gg-res-clv-details .gg-res-insights-embedded {
  padding: 0 0.85rem 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* —— Mobile compact: filters + summary —— */
body[data-page="performance"] .gg-res-chips--scroll-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.32rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 0.08rem;
}

body[data-page="performance"] .gg-res-chips--scroll-row::-webkit-scrollbar {
  display: none;
}

body[data-page="performance"] .gg-res-chip-divider {
  flex-shrink: 0;
  width: 1px;
  height: 1.1rem;
  align-self: center;
  margin: 0 0.12rem;
  background: rgba(255, 255, 255, 0.14);
}

body[data-page="performance"] .gg-res-filters-wrap {
  border-radius: 14px;
  border: 1px solid rgba(53, 224, 194, 0.12);
  background: linear-gradient(180deg, rgba(16, 28, 42, 0.92), rgba(8, 16, 26, 0.88));
  overflow: hidden;
}

body[data-page="performance"] .gg-res-filters-summary-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  padding: 0.62rem 0.72rem;
  cursor: pointer;
  list-style: none;
}

body[data-page="performance"] .gg-res-filters-summary-bar::-webkit-details-marker {
  display: none;
}

body[data-page="performance"] .gg-res-filters-summary-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

body[data-page="performance"] .gg-res-filters-summary-active {
  font-size: 0.72rem;
  font-weight: 700;
  color: #9fe8d8;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 58%;
}

body[data-page="performance"] .gg-res-filters-wrap > .gg-res-filters {
  margin-top: 0;
  border: none;
  border-radius: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: none;
  padding: 0.55rem 0.62rem 0.62rem;
  gap: 0.48rem;
}

body[data-page="performance"] .gg-res-filter-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

body[data-page="performance"] .gg-res-filter-block--compact .gg-res-filter-label {
  margin-bottom: -0.05rem;
}

body[data-page="performance"] .gg-res-filters-more {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.18);
}

body[data-page="performance"] .gg-res-filters-more-summary {
  padding: 0.48rem 0.58rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  list-style: none;
}

body[data-page="performance"] .gg-res-filters-more-summary::-webkit-details-marker {
  display: none;
}

body[data-page="performance"] .gg-res-filters-more-body {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  padding: 0 0.55rem 0.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

body[data-page="performance"] .gg-res-filter-summary-strip {
  display: none;
  gap: 0.35rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 0.05rem;
}

body[data-page="performance"] .gg-res-filter-summary-strip::-webkit-scrollbar {
  display: none;
}

body[data-page="performance"] .gg-res-summary-pill {
  display: inline-flex;
  flex-direction: column;
  flex-shrink: 0;
  min-width: 4.1rem;
  padding: 0.38rem 0.48rem;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
}

body[data-page="performance"] .gg-res-summary-pill em {
  font-size: 0.58rem;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

body[data-page="performance"] .gg-res-summary-pill strong {
  font-size: 0.86rem;
  color: #f8fafc;
  margin-top: 0.08rem;
}

@media (max-width: 767px) {
  body[data-page="performance"] .gg-res-filter-summary {
    padding: 0.55rem 0.62rem;
  }

  body[data-page="performance"] .gg-res-filter-summary-head {
    margin-bottom: 0.38rem;
  }

  body[data-page="performance"] .gg-res-filter-summary-head h2 {
    font-size: 0.82rem;
  }

  body[data-page="performance"] .gg-res-filter-summary-strip {
    display: flex;
  }

  body[data-page="performance"] .gg-res-filter-summary-grid {
    display: none;
  }

  body[data-page="performance"] .gg-res-filter-duo--result {
    grid-template-columns: 1fr;
  }

  body[data-page="performance"] .gg-res-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.42rem;
  }

  body[data-page="performance"] .gg-res-filters-more .gg-res-filter-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="performance"] .gg-res-filter-select {
    padding: 0.38rem 0.48rem;
    font-size: 0.72rem;
  }

  body[data-page="performance"] .gg-res-chip.gg-res-chip--compact {
    padding: 0.32rem 0.56rem;
    font-size: 0.66rem;
  }

  body[data-page="performance"] .gg-perf-trend-panel--chart-only .gg-perf-trend-head {
    gap: 0.45rem;
  }

  body[data-page="performance"] .gg-perf-trend-panel--chart-only .gg-perf-trend-title h2 {
    font-size: 1rem;
  }

  body[data-page="performance"] .gg-perf-trend-panel--chart-only .gg-perf-trend-stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.28rem;
  }

  body[data-page="performance"] .gg-perf-trend-panel--chart-only .gg-perf-trend-stat {
    padding: 0.35rem 0.3rem;
  }

  body[data-page="performance"] .gg-perf-trend-panel--chart-only .gg-perf-trend-stat span {
    font-size: 0.58rem;
  }

  body[data-page="performance"] .gg-perf-trend-panel--chart-only .gg-perf-trend-stat strong {
    font-size: 0.78rem;
  }
}

@media (min-width: 768px) {
  body[data-page="performance"] .gg-res-filters-wrap {
    border: none;
    background: transparent;
    overflow: visible;
  }

  body[data-page="performance"] .gg-res-filters-summary-bar {
    display: none;
  }

  body[data-page="performance"] .gg-res-filters-wrap > .gg-res-filters {
    border: 1px solid rgba(53, 224, 194, 0.12);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    background:
      radial-gradient(ellipse 80% 60% at 0% 0%, rgba(53, 224, 194, 0.07), transparent 55%),
      linear-gradient(180deg, rgba(16, 28, 42, 0.92), rgba(8, 16, 26, 0.88));
    padding: 0.65rem 0.7rem;
    gap: 0.65rem;
  }

  body[data-page="performance"] .gg-res-filters-more {
    border: none;
    background: transparent;
  }

  body[data-page="performance"] .gg-res-filters-more-summary {
    display: none;
  }

  body[data-page="performance"] .gg-res-filters-more-body {
    padding: 0;
    border: none;
    gap: 0.65rem;
  }

  body[data-page="performance"] .gg-res-filters-more .gg-res-filter-grid {
    margin-top: 0;
  }

  body[data-page="performance"] .gg-res-filters-more .gg-res-filters-more-body {
    display: flex !important;
  }

  body[data-page="performance"] .gg-res-filter-summary-strip {
    display: none;
  }
}

body[data-page="performance"] .gg-res-row-actions {
  display: flex;
  align-items: center;
  padding: 0 0.45rem 0 0;
  flex-shrink: 0;
}

body[data-page="performance"] .gg-res-share-btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  padding: 0.28rem 0.5rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

body[data-page="performance"] .gg-res-share-btn:hover {
  border-color: rgba(53, 224, 194, 0.35);
  color: #35e0c2;
}

body[data-page="performance"] .gg-res-filter-summary--empty .gg-res-filter-summary-empty {
  padding: 0.85rem 0.95rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body[data-page="performance"] .gg-res-filter-summary-empty p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

body[data-page="performance"] .gg-res-filter-summary-empty p + p {
  margin-top: 0.35rem;
}

body[data-page="performance"] .gg-res-filter-summary-hint {
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 0.76rem !important;
}

body[data-page="performance"] .gg-res-filter-summary-reset {
  display: inline-flex;
  margin-top: 0.65rem;
  appearance: none;
  border: 1px solid rgba(53, 224, 194, 0.28);
  background: rgba(53, 224, 194, 0.08);
  color: #35e0c2;
  border-radius: 999px;
  padding: 0.38rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

body[data-page="performance"] .gg-res-filter-summary-reset:hover {
  background: rgba(53, 224, 194, 0.14);
}

body[data-page="performance"] .gg-res-empty-reset {
  display: inline-flex;
  margin-top: 0.5rem;
  appearance: none;
  border: 1px solid rgba(53, 224, 194, 0.28);
  background: rgba(53, 224, 194, 0.08);
  color: #35e0c2;
  border-radius: 999px;
  padding: 0.38rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
}

body[data-page="performance"] .gg-res-loss-spotlight {
  margin: 0.85rem 0 1rem;
  padding: 0.85rem 0.95rem 0.95rem;
  border: 1px solid rgba(248, 113, 113, 0.18);
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(28, 12, 16, 0.55), rgba(8, 14, 22, 0.35));
}

body[data-page="performance"] .gg-res-loss-spotlight h2 {
  margin: 0;
  font-size: 0.95rem;
  color: #fecaca;
}

body[data-page="performance"] .gg-res-loss-spotlight .gg-res-board-head small {
  color: rgba(252, 165, 165, 0.72);
}

body[data-page="performance"] .gg-res-loss-spotlight-grid .gg-recent-results-grid {
  margin-top: 0.35rem;
}
