/* ==========================================================
   STOPOU STREJDY ŠERÁKA — dark theme
   Aktivuje se atributem html[data-theme=dark]
   ========================================================== */

html[data-theme=dark] {
  --green:      #243d2c;
  --green-mid:  #4fa876;
  --green-lt:   #7ecfa6;
  --amber:      #f0a830;
  --amber-lt:   #f5c870;
  --bg:         #131c14;
  --bg-alt:     #192419;
  --card:       #1c2a1e;
  --text:       #ddd9d2;
  --muted:      #8a9a8e;
  --border:     #2d4232;
}

/* ── Stats bar ── */
html[data-theme=dark] .stats-bar { background: #1e2e22; }

/* ── Nadpisy ── */
html[data-theme=dark] .section-title,
html[data-theme=dark] .page-title,
html[data-theme=dark] .prose h2,
html[data-theme=dark] .prose h3,
html[data-theme=dark] .home-intro h2 { color: var(--green-lt); }

/* ── Tabulkové pruhy ── */
html[data-theme=dark] .inner-wrap tbody tr:nth-child(even) td { background: #1a2a1e; }
html[data-theme=dark] .inner-wrap tbody tr:hover td           { background: rgba(74,168,118,.08); }

/* ── Top 1/2/3 ── */
html[data-theme=dark] .top-1 td { background: #26220e !important; }
html[data-theme=dark] .top-2 td { background: #1e2222 !important; }
html[data-theme=dark] .top-3 td { background: #241a10 !important; }
html[data-theme=dark] .top-1 td:first-child { color: #f0c050; }
html[data-theme=dark] .top-2 td:first-child { color: #a0aea8; }
html[data-theme=dark] .top-3 td:first-child { color: #c8905a; }

/* ── Prose ── */
html[data-theme=dark] .prose tr:nth-child(even) td { background: #1a2a1e; }
html[data-theme=dark] .prose blockquote           { background: #1e2a14; }
html[data-theme=dark] .prose a                    { border-bottom-color: rgba(106,191,144,.3); }

/* ── Notice / error ── */
html[data-theme=dark] .notice { background: #162418; }
html[data-theme=dark] .err    { background: #2a1414; border-left-color: #c0392b; color: #e89090; }

/* ── Nav filter buttons ── */
html[data-theme=dark] .ybtn { background: #1c2a1e; }
html[data-theme=dark] .ybtn:hover { background: #243620; color: var(--green-lt); }

/* ── Formulář ── */
html[data-theme=dark] .trek-form input,
html[data-theme=dark] .trek-form select,
html[data-theme=dark] .trek-form textarea {
  background: #1c2a1e;
  color: var(--text);
  border-color: var(--border);
}
html[data-theme=dark] .trek-form input::placeholder,
html[data-theme=dark] .trek-form textarea::placeholder { color: var(--muted); }

/* ── Aktuality / karty ── */
html[data-theme=dark] .news-item { background: var(--card); }
html[data-theme=dark] .card      { background: var(--card); }

/* ── Sponzoři — světlé pozadí pro loga ── */
html[data-theme=dark] .sponsor-item              { background: #e8e4de; border-color: #ccc8c0; }
html[data-theme=dark] .sponsor-item img          { filter: grayscale(15%); }
html[data-theme=dark] a.sponsor-item:hover img   { filter: grayscale(0%); }
