:root{
  color-scheme: light;
  --bg:#f6f7fb; --text:#0e0e11; --muted:#6a6d7a; --sub:#3e4150;
  --line:#e6e7ef; --card:#ffffff; --chip:#ffffff;
  --topbar-bg:rgba(255,255,255,.72); --footer-bg:#ffffff;
  --overlay:rgba(10,12,16,.96);
  --shadow:0 10px 30px rgba(0,0,0,.08);
  --thumb-h:92px;
  --br:18px; --nav-h:64px;
  --border: var(--line);


  /* typografia/kafle – jak na home */
  --tile-pad:20px;
  --fs-card-title:18px;
  --fs-card-text:14px;
}
:root[data-theme="dark"]{
  color-scheme: dark;
  --bg:#0b0f14; --text:#e9edf5; --muted:#a6aec1; --sub:#a6aec1;
  --line:#1f2630; --card:#121821; --chip:#151c26;
  --topbar-bg:rgba(12,16,22,.60); --footer-bg:#0f141b;
  --overlay:rgba(0,0,0,.88);
  --shadow:0 10px 30px rgba(0,0,0,.45);
  --border: var(--line);

}
