/* Master Rulebook Wiki — Custom Styles */

/* Hero section on landing page */
.md-typeset .hero {
  text-align: center;
  padding: 2rem 0;
  margin-bottom: 2rem;
}

.md-typeset .hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.md-typeset .hero .subtitle {
  font-size: 1.2rem;
  opacity: 0.7;
  margin-bottom: 1.5rem;
}

/* Stat cards */
.md-typeset .stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.md-typeset .stat-card {
  background: var(--md-code-bg-color);
  border-radius: 8px;
  padding: 1.25rem;
  border-left: 4px solid var(--md-accent-fg-color);
}

.md-typeset .stat-card .label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.6;
  margin-bottom: 0.25rem;
}

.md-typeset .stat-card .value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--md-accent-fg-color);
}

.md-typeset .stat-card .detail {
  font-size: 0.8rem;
  opacity: 0.7;
  margin-top: 0.25rem;
}

/* Live results highlight */
.md-typeset .live-results {
  background: linear-gradient(135deg, rgba(255, 152, 0, 0.1), rgba(255, 193, 7, 0.05));
  border: 1px solid rgba(255, 152, 0, 0.3);
  border-radius: 8px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.md-typeset .live-results h3 {
  color: var(--md-accent-fg-color);
  margin-top: 0;
}

/* Table improvements */
.md-typeset table:not([class]) {
  font-size: 0.85rem;
}

.md-typeset table:not([class]) th {
  background: var(--md-code-bg-color);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}

/* Admonition tweaks */
.md-typeset .admonition {
  border-radius: 6px;
}

/* Nav section headers */
.md-nav__item--section > .md-nav__link {
  font-weight: 600;
}

/* Code block refinements */
.md-typeset code {
  font-size: 0.82em;
}

/* Footer hide */
.md-footer-meta {
  display: none;
}

/* Disable Material instant navigation for GCS static hosting */
