/* File: /tour_profile/tabs/overview/style.css */
#cobeg-tour-page .tour-overview-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
#cobeg-tour-page .tour-overview-hero-card {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 20px;
  overflow: hidden;
}
#cobeg-tour-page .tour-eyebrow {
  margin: 0 0 7px;
  color: var(--tour-muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
#cobeg-tour-page .tour-overview-hero-card h2 {
  margin: 0;
  color: var(--tour-text);
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 850;
  letter-spacing: -.04em;
}
#cobeg-tour-page .tour-overview-hero-card p:not(.tour-eyebrow) {
  margin: 8px 0 0;
  color: var(--tour-muted);
  max-width: 660px;
  line-height: 1.6;
}
#cobeg-tour-page .tour-progress-ring {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 104px;
  background: conic-gradient(var(--tour-accent) calc(var(--p) * 1%), color-mix(in srgb, var(--tour-border) 70%, transparent) 0);
  position: relative;
}
#cobeg-tour-page .tour-progress-ring::after {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: var(--tour-surface);
}
#cobeg-tour-page .tour-progress-ring strong,
#cobeg-tour-page .tour-progress-ring span { position: relative; z-index: 1; }
#cobeg-tour-page .tour-progress-ring strong { font-size: 1.3rem; font-weight: 850; line-height: 1; }
#cobeg-tour-page .tour-progress-ring span { margin-top: 26px; position: absolute; font-size: 11px; color: var(--tour-muted); font-weight: 750; }
#cobeg-tour-page .tour-kpi-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
#cobeg-tour-page .tour-kpi-card {
  padding: 16px;
  border-radius: 16px;
  background: var(--tour-surface);
  border: 1px solid color-mix(in srgb, var(--tour-border) 76%, transparent);
  box-shadow: var(--tour-soft-shadow);
}
#cobeg-tour-page .tour-kpi-card span { display: block; color: var(--tour-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
#cobeg-tour-page .tour-kpi-card strong { display: block; margin-top: 8px; color: var(--tour-text); font-size: clamp(1.45rem, 3vw, 2.2rem); font-weight: 850; line-height: 1; }
#cobeg-tour-page .tour-kpi-card em { display: block; margin-top: 7px; color: var(--tour-muted); font-style: normal; font-size: 12px; font-weight: 650; }
#cobeg-tour-page .tour-chart-card,
#cobeg-tour-page .tour-round-card,
#cobeg-tour-page .tour-leaders-card,
#cobeg-tour-page .tour-fixture-preview {
  padding: 16px;
}
#cobeg-tour-page .tour-chart-card { grid-column: span 6; }
#cobeg-tour-page .tour-round-card { grid-column: span 6; }
#cobeg-tour-page .tour-leaders-card { grid-column: span 5; }
#cobeg-tour-page .tour-fixture-preview { grid-column: span 7; }
#cobeg-tour-page .tour-card-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}
#cobeg-tour-page .tour-card-head h3 { margin: 0; color: var(--tour-text); font-size: 1.05rem; font-weight: 850; letter-spacing: -.02em; }
#cobeg-tour-page .tour-card-head span { color: var(--tour-muted); font-size: 12px; font-weight: 750; }
#cobeg-tour-page .tour-bar-chart { height: 210px; display: flex; align-items: stretch; gap: 10px; overflow-x: auto; padding-bottom: 4px; }
#cobeg-tour-page .tour-bar-col { min-width: 44px; display: grid; grid-template-rows: 1fr auto auto; gap: 6px; text-align: center; color: var(--tour-muted); font-size: 11px; font-weight: 750; }
#cobeg-tour-page .tour-bar-track { display: flex; align-items: flex-end; height: 100%; border-radius: 999px; background: var(--tour-surface-soft); overflow: hidden; }
#cobeg-tour-page .tour-bar-track span { width: 100%; display: block; border-radius: 999px 999px 0 0; background: linear-gradient(180deg, var(--tour-accent), color-mix(in srgb, var(--tour-accent) 72%, #000)); }
#cobeg-tour-page .tour-bar-col strong { color: var(--tour-text); font-size: 12px; }
#cobeg-tour-page .tour-round-list { display: grid; gap: 12px; }
#cobeg-tour-page .tour-round-row { display: grid; grid-template-columns: minmax(0, 1fr) 45%; gap: 12px; align-items: center; }
#cobeg-tour-page .tour-round-row strong { display:block; color: var(--tour-text); font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#cobeg-tour-page .tour-round-row span { display:block; color: var(--tour-muted); font-size: 12px; margin-top: 2px; }
#cobeg-tour-page .tour-round-row em { height: 10px; border-radius: 999px; background: var(--tour-surface-soft); overflow: hidden; }
#cobeg-tour-page .tour-round-row i { display:block; height:100%; border-radius:999px; background: var(--tour-accent); }
#cobeg-tour-page .tour-leader-list, #cobeg-tour-page .tour-fixture-list { display: grid; gap: 9px; }
#cobeg-tour-page .tour-leader-row { display: grid; grid-template-columns: 24px 34px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 10px; border-radius: 14px; background: var(--tour-surface-soft); }
#cobeg-tour-page .tour-leader-row b { color: var(--tour-muted); font-weight: 850; }
#cobeg-tour-page .tour-leader-row img { width: 34px; height: 34px; border-radius: 10px; object-fit: cover; background: var(--tour-surface); }
#cobeg-tour-page .tour-leader-row strong { display:block; color: var(--tour-text); font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#cobeg-tour-page .tour-leader-row span { display:block; color: var(--tour-muted); font-size: 11px; margin-top: 2px; }
#cobeg-tour-page .tour-leader-row em { color: var(--tour-accent); font-style: normal; font-weight: 850; white-space: nowrap; }
#cobeg-tour-page .tour-fixture-row { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) 52px; gap: 9px; align-items: center; padding: 10px; border-radius: 14px; background: var(--tour-surface-soft); }
#cobeg-tour-page .tour-fixture-row .team { min-width: 0; display:flex; align-items:center; gap:8px; color: var(--tour-text); font-size: 13px; font-weight: 800; }
#cobeg-tour-page .tour-fixture-row .team.away { justify-content: flex-end; text-align: right; }
#cobeg-tour-page .tour-fixture-row .team span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#cobeg-tour-page .tour-fixture-row img { width:30px; height:30px; border-radius:9px; object-fit:cover; background: var(--tour-surface); flex:0 0 30px; }
#cobeg-tour-page .tour-fixture-row strong { color: var(--tour-accent); font-weight: 900; font-size: 12px; }
#cobeg-tour-page .tour-fixture-row small { color: var(--tour-muted); font-size: 11px; font-weight: 750; text-align:right; }
@media (max-width: 900px) {
  #cobeg-tour-page .tour-kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #cobeg-tour-page .tour-chart-card, #cobeg-tour-page .tour-round-card, #cobeg-tour-page .tour-leaders-card, #cobeg-tour-page .tour-fixture-preview { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  #cobeg-tour-page .tour-overview-hero-card { padding: 15px; align-items:flex-start; }
  #cobeg-tour-page .tour-progress-ring { width: 84px; height: 84px; flex-basis: 84px; }
  #cobeg-tour-page .tour-progress-ring strong { font-size: 1rem; }
  #cobeg-tour-page .tour-kpi-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  #cobeg-tour-page .tour-kpi-card { padding: 12px; }
  #cobeg-tour-page .tour-fixture-row { grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); }
  #cobeg-tour-page .tour-fixture-row small { grid-column: 1 / -1; text-align:center; margin-top: -2px; }
}
