/* ============================================================
   slovakia22bet.com — satelit 22Bet Slovensko
   Rám (hlavica/podstavec) drží značkový teal prevzatý z
   pôvodnej stránky. Vnútri hrá modrá a červená zo štátnej
   vlajky, znakom domu je dvojkríž na trojvrší a pozadie
   nesie čičmiansky ľudový ornament.
   ============================================================ */

:root {
  --ramec: #124c51;
  --ramec-panel: #054146;
  --ramec-pozadie: #032a2d;
  --cervena: #ee1c25;
  --cervena-tmava: #bf1119;
  --cervena-svetla: #fdecec;
  --cervena-linka: #f7c9cb;
  --hlbka: #0a636b;
  --hlbka-jemna: #0a636b50;
  --ocel: #12707d;
  --ocel-svetla: #e3f1f2;
  --koral: #f04c44;
  --biela: #ffffff;
  --cta: #2eb256;
  --cta-tmava: #27974a;
  --atrament: #14252a;
  --atrament-jemny: #35494f;
  --atrament-slaby: #66797f;
  --kamen: #f0f4f5;
  --kamen-linka: #dae5e7;
  --login-pozadie: #0a636b;
  --polomer: 6px;
  --sirka: 1160px;
  --pismo: "Fira Sans", Arial, sans-serif;
  --pismo-nadpis: "Fira Sans Condensed", "Fira Sans", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--pismo);
  font-size: 16px;
  line-height: 1.65;
  color: var(--atrament);
  background-color: var(--ramec-pozadie);
  background-image:
    radial-gradient(circle at 50% 0%, rgba(18, 112, 125, .32) 0%, rgba(3, 42, 45, 0) 62%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.13' stroke-width='2.4' stroke-linecap='square'%3E%3Cpath d='M60 14 74 28 60 42 46 28Z'/%3E%3Cpath d='M0 74 14 88 0 102M120 74l-14 14 14 14'/%3E%3Cpath d='M60 74 74 88 60 102 46 88Z'/%3E%3Cpath d='M46 28 32 14M74 28l14-14M46 88 32 74M74 88l14-14'/%3E%3Cpath d='M18 46h24M78 46h24M18 116h24M78 116h24'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed, fixed;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--cervena-tmava); text-decoration: none; }
a:hover { text-decoration: underline; }

.ramec {
  max-width: var(--sirka);
  margin: 0 auto;
  padding: 0 20px;
}

/* ============ PÁS POSTUPU ============ */

.pasik {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, var(--cervena) 50%);
  z-index: 120;
  transition: width .08s linear;
}

/* ============ HLAVICA ============ */

.hlavica {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--ramec);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.hlavica__rad {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 72px;
  gap: 18px;
}

.znak { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.znak img { height: 44px; width: auto; }

.chodnik { display: flex; align-items: center; gap: 4px; margin: 0 auto; }

.chodnik a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 10px 18px;
  border-radius: 38px;
  transition: background .2s;
}
.chodnik a:hover { background: rgba(255, 255, 255, .1); text-decoration: none; }
.chodnik a.chodnik--tu { background: var(--cervena); }

.hlavica__akcie { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.tabletka {
  background: var(--cta);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 11px 26px;
  border-radius: 38px;
  flex-shrink: 0;
  transition: background .2s;
}
.tabletka:hover { background: var(--cta-tmava); text-decoration: none; }
.tabletka--tmava { background: var(--login-pozadie); }
.tabletka--tmava:hover { background: #0c4a50; }

.vlajocka {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
}
.vlajocka svg {
  width: 30px;
  height: 20px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}

.mrezka {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.mrezka span {
  display: block;
  width: 26px; height: 3px;
  background: #fff;
  border-radius: 2px;
  margin: 5px 0;
  transition: transform .25s, opacity .25s;
}
.mrezka.mrezka--x span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.mrezka.mrezka--x span:nth-child(2) { opacity: 0; }
.mrezka.mrezka--x span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.zaclona {
  display: none;
  background: var(--ramec-panel);
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.zaclona.zaclona--otvorena { display: block; }
.zaclona a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  transition: background .2s;
}
.zaclona a:hover { background: rgba(255, 255, 255, .07); text-decoration: none; }

.zaclona__akcie {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 18px 24px 22px;
}
.zaclona__akcie a {
  flex: 1 1 0;
  max-width: 190px;
  padding: 13px 18px;
  border: 0;
  border-radius: 38px;
  background: var(--cta);
  transition: background .2s;
}
.zaclona__akcie a:hover { background: var(--cta-tmava); }
.zaclona__akcie a.zaclona__tmava { background: var(--login-pozadie); }
.zaclona__akcie a.zaclona__tmava:hover { background: #0c4a50; }

/* ============ ÚVODNÍK (HERO) ============ */

.uvodnik {
  margin-top: 72px;
  background: linear-gradient(126deg, #032a2d 0%, var(--ramec) 44%, #0e7580 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid var(--cervena);
}

.uvodnik__rad {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 52px 0;
  min-height: 420px;
  position: relative;
  z-index: 1;
}

.uvodnik__pozadie {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, var(--sirka));
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
}
.uvodnik__pozadie::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(3, 26, 29, .95) 0%, rgba(6, 58, 63, .72) 38%, rgba(14, 117, 128, .26) 64%, rgba(14, 117, 128, .08) 86%, rgba(14, 117, 128, 0) 100%);
}

.uvodnik__text { flex: 1 1 auto; max-width: 640px; position: relative; z-index: 1; }

.uvodnik h1 {
  font-family: var(--pismo-nadpis);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.14;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.uvodnik h1 .ziara { color: var(--koral); text-shadow: 0 0 18px rgba(240, 76, 68, .55); }

.uvodnik__perex {
  color: rgba(255, 255, 255, .93);
  font-size: 17px;
  margin-bottom: 26px;
  max-width: 560px;
}

.uvodnik__tlacidla { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* Známka v úvodníku: červené políčko s hviezdou, sklenený štítok
   s textom a ľudové vrúbkovanie po spodnej hrane */
.odznak {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 9px 18px 11px 44px;
  margin-bottom: 18px;
  background: rgba(3, 32, 35, .68);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  overflow: hidden;
  backdrop-filter: blur(4px);
}
.odznak::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 34px;
  background: var(--cervena);
}
.odznak::after {
  content: "";
  position: absolute;
  left: 34px; right: 0; bottom: 0;
  height: 5px;
  background: var(--ocel);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='5' viewBox='0 0 14 5'%3E%3Cpath d='M0 5 3.5 0 7 5l3.5-5L14 5Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='5' viewBox='0 0 14 5'%3E%3Cpath d='M0 5 3.5 0 7 5l3.5-5L14 5Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
}
.odznak .iskra {
  position: absolute;
  left: 0;
  width: 34px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}
.uvodnik__poznamka { margin-bottom: 16px; }

/* ============ TLAČIDLÁ ============ */

.tlacidlo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--pismo);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
  border: 0;
  border-radius: var(--polomer);
  padding: 14px 32px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(2, 26, 28, 0);
  transition: filter .25s ease, box-shadow .25s ease, background-color .25s ease;
  text-align: center;
}
.tlacidlo:hover {
  text-decoration: none;
  filter: brightness(.95);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .5), 0 7px 18px rgba(2, 26, 28, .34);
}
.tlacidlo--hrat {
  background: var(--hlbka);
  color: #fff;
  box-shadow: inset 0 0 0 2px var(--ocel), 0 0 0 rgba(2, 26, 28, 0);
}
.tlacidlo--hrat:hover { box-shadow: inset 0 0 0 2px var(--ocel-svetla), 0 7px 18px rgba(2, 26, 28, .34); }
.tlacidlo--bonus { background: var(--cervena); }
.tlacidlo--cervena { background: var(--cta); }
.tlacidlo svg { width: 22px; height: 22px; flex-shrink: 0; }

/* Záblesk: po tlačidle prebehne svetlo pri prejdení myšou */
.tlacidlo::after,
.stiahnut::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -80%;
  width: 42%;
  height: 220%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .24) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .24) 70%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-22deg);
  opacity: 0;
  pointer-events: none;
}
.tlacidlo:hover::after,
.tlacidlo:focus-visible::after,
.stiahnut:hover::after,
.stiahnut:focus-visible::after { animation: polysk .72s ease-out; }

@keyframes polysk {
  0% { left: -80%; opacity: 0; }
  14% { opacity: 1; }
  100% { left: 128%; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .tlacidlo:hover::after,
  .tlacidlo:focus-visible::after,
  .stiahnut:hover::after,
  .stiahnut:focus-visible::after { animation: none; }
}

/* ============ OBSAH / DOSKY ============ */

.stred { padding: 30px 0 26px; }
.stred .ramec > *:last-child { margin-bottom: 0; }

/* Biela doska otvorená hore ozdobným pásom */
.doska {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--kamen-linka);
  border-radius: var(--polomer);
  padding: 32px 34px 30px;
  margin-bottom: 24px;
  box-shadow: 0 3px 14px rgba(2, 30, 32, .14);
  overflow: hidden;
}
/* Ozdobný pás s červeným zakončením na hornom okraji */
.doska::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 4px;
  background:
    linear-gradient(90deg, var(--cervena) 0 74px, transparent 74px),
    repeating-linear-gradient(90deg, var(--ocel) 0 11px, #0c5a64 11px 22px);
}
/* Ľudový ornament jemne naznačený v päte dosky */
.doska::after {
  content: "";
  position: absolute;
  right: 0; bottom: 0;
  width: 260px; height: 92px;
  opacity: .5;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 92'%3E%3Cg fill='none' stroke='%230e7580' stroke-opacity='.14' stroke-width='3'%3E%3Cpath d='M40 78 58 60l18 18-18 18Z'/%3E%3Cpath d='M110 78l18-18 18 18-18 18Z'/%3E%3Cpath d='M180 78l18-18 18 18-18 18Z'/%3E%3Cpath d='M76 78h34M146 78h34'/%3E%3Cpath d='M58 42v10M128 42v10M198 42v10'/%3E%3C/g%3E%3Cg fill='none' stroke='%23ee1c25' stroke-opacity='.12' stroke-width='3'%3E%3Cpath d='M22 60 40 42M234 60 216 42'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.doska > *:last-child { margin-bottom: 0; }

.doska h2 {
  font-family: var(--pismo-nadpis);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.24;
  text-transform: uppercase;
  color: var(--hlbka);
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--kamen-linka);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.doska h2::before {
  content: "";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* Dvojkríž na trojvrší, znak domu */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3CclipPath id='s'%3E%3Cpath d='M16 1.5 30 5.5v12.6c0 7.4-8.6 11.4-14 12.9C10.6 29.5 2 25.5 2 18.1V5.5Z'/%3E%3C/clipPath%3E%3Cpath d='M16 1.5 30 5.5v12.6c0 7.4-8.6 11.4-14 12.9C10.6 29.5 2 25.5 2 18.1V5.5Z' fill='%23ee1c25'/%3E%3Cg clip-path='url(%23s)'%3E%3Cpath d='M0 26c3.2-5 6.8-5 10 0 2.8-5.6 6.2-5.6 9 0 3.2-5 6.8-5 10 0v6H0Z' fill='%230b4ea2'/%3E%3C/g%3E%3Cpath d='M14.4 4h3.2v3.4h3.2v2.9h-3.2v3.1h4.4v2.9h-4.4v4.2h-3.2v-4.2H10v-2.9h4.4v-3.1h-3.2V7.4h3.2Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.doska h3 {
  font-family: var(--pismo-nadpis);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--atrament-jemny);
  margin: 26px 0 14px;
  padding: 8px 16px 8px 18px;
  border-left: 5px solid var(--ocel);
  box-shadow: inset 7px 0 0 -3px rgba(255, 255, 255, .9);
  background: linear-gradient(90deg, var(--kamen) 0%, rgba(241, 244, 248, 0) 82%);
  border-radius: 0 var(--polomer) var(--polomer) 0;
}

.doska p { margin-bottom: 14px; }

/* Prvý odsek každej dosky udáva tón sekcie */
.doska h2 + p:not(.peciatka):not(.drobne) {
  padding: 10px 16px;
  background: linear-gradient(90deg, rgba(10, 99, 107, .07) 0%, rgba(10, 99, 107, 0) 80%);
  border-left: 3px solid var(--hlbka);
  border-radius: 0 var(--polomer) var(--polomer) 0;
  color: var(--atrament-jemny);
  font-size: 15.5px;
}

.doska ol { margin: 0 0 16px 22px; }
.doska li { margin-bottom: 8px; }

.doska ul {
  list-style: none;
  margin: 0 0 16px;
}
.doska ul li {
  position: relative;
  padding-left: 30px;
}
.doska ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .22em;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../obrazky/znak-kriz.webp");
}

/* Zo zoznamov sa stanú riadkové kartičky s modrým okrajom */
.doska > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.doska > ul > li {
  margin: 0;
  padding: 10px 16px 10px 46px;
  background: var(--kamen);
  border: 1px solid var(--kamen-linka);
  border-left: 3px solid var(--ocel);
  border-radius: var(--polomer);
}
.doska > ul > li:nth-child(even) { border-left-color: var(--cervena); }
.doska > ul > li::before {
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.drobne {
  font-size: 13.5px;
  color: var(--atrament-slaby);
  font-style: italic;
}

/* ============ VÝJAVY (ilustrácie) ============ */

.vyjav {
  margin: 20px 0 18px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(2, 26, 28, .2);
  border: 1px solid var(--kamen-linka);
  border-radius: var(--polomer);
}
.vyjav img { width: 100%; }
.vyjav figcaption {
  background: var(--hlbka);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border-top: 3px solid var(--cervena);
}

/* ============ STOPA (omrvinky) ============ */

.stopa {
  margin-bottom: 14px;
  font-size: 13px;
}
.stopa ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.stopa li { color: rgba(255, 255, 255, .78); }
.stopa li + li::before { content: "/"; margin-right: 6px; color: var(--cervena); }
.stopa a { color: #fff; }
.stopa a:hover { color: var(--cervena); }

/* ============ ROZPISY (tabuľky) ============ */

.rozpis {
  margin: 18px 0;
  border: 1px solid var(--kamen-linka);
  border-radius: var(--polomer);
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(2, 26, 28, .12);
  background: #fdfefe;
}

/* Popis sa odlepí od hlavičky a vedie celý blok.
   Zostáva ako caption tabuľky: na mobile sa posúva vodorovne
   spolu so záhlavím stĺpcov. */
.rozpis caption {
  caption-side: top;
  text-align: left;
  font-family: var(--pismo-nadpis);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--hlbka);
  background: var(--ocel-svetla);
  padding: 12px 16px 12px 18px;
  border-left: 4px solid var(--ocel);
  border-bottom: 1px solid var(--kamen-linka);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  table-layout: auto;
}

thead th {
  background: linear-gradient(180deg, var(--ocel) 0%, var(--hlbka) 100%);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .03em;
  padding: 11px 12px;
  text-align: left;
  white-space: nowrap;
  border-bottom: 3px solid var(--cervena);
}

tbody td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--kamen-linka);
  vertical-align: top;
}
tbody tr:nth-child(even) { background: var(--kamen); }
tbody tr:last-child td, tbody tr:last-child th { border-bottom: 0; }
tbody td, tbody th { transition: background-color .15s ease; }
tbody tr:hover td { background: var(--cervena-svetla); }
tbody tr:hover th { background: var(--cervena-linka); }
tbody th {
  padding: 11px 12px;
  border-bottom: 1px solid var(--kamen-linka);
  text-align: left;
  background: var(--ocel-svetla);
  color: var(--atrament-jemny);
  font-weight: 600;
  vertical-align: top;
}

/* Široké tabuľky: záhlavia sa môžu zalomiť, aby sa dáta zmestili */
table.rozpis--husty { font-size: 12.5px; }
table.rozpis--husty thead th {
  font-size: 11px;
  padding: 10px 9px;
  white-space: normal;
  hyphens: none;
}
table.rozpis--husty tbody td { padding: 10px 9px; }
table.rozpis--husty tbody td:nth-child(2) { min-width: 122px; }

/* ============ MISKY (pre / proti) ============
   Stávkový tiket: farebný pás hore, perforácia so zárezmi uprostred
   a nad každou skupinou pootočená pečiatka. Body nesú ľudové rozety. */

.misky {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  margin: 28px 0 12px;
  background: var(--kamen);
  border: 1px solid var(--kamen-linka);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(2, 26, 28, .13);
}

/* pás hlavičky tiketu */
.misky::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 7px;
  background: linear-gradient(90deg, var(--ocel) 0 50%, var(--cervena) 50% 100%);
}

/* jemný čičmiansky tieň v pozadí lístka */
.misky::after {
  content: "";
  position: absolute;
  right: 10px; bottom: 8px;
  width: 132px; height: 132px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150' viewBox='0 0 150 150'%3E%3Cg fill='none' stroke='%230a636b' stroke-opacity='.13' stroke-width='3'%3E%3Cpath d='M75 15 115 55 75 95 35 55Z'/%3E%3Cpath d='M75 55 95 75 75 95 55 75Z'/%3E%3Cpath d='M20 120h110M35 135h80'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  pointer-events: none;
}

.misky--pre, .misky--proti {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 30px 26px 28px;
}
.misky--proti { border-left: 2px dashed #c9d6d9; }

/* perforačné zárezy na oboch koncoch trhacej čiary */
.misky--proti::before, .misky--proti::after {
  content: "";
  position: absolute;
  left: -13px;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--kamen-linka);
}
.misky--proti::before { top: -14px; }
.misky--proti::after { bottom: -14px; }

/* pečiatka nad skupinou */
.misky--pre h3, .misky--proti h3 {
  display: block;
  width: fit-content;
  margin: 0 auto 22px;
  padding: 8px 20px;
  font-size: 13px;
  letter-spacing: .16em;
  background: none;
  border: 2px solid currentColor;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .85);
  position: relative;
}
.misky--pre h3 { color: var(--ocel); }
.misky--proti h3 { color: var(--cervena-tmava); }
.misky--pre h3::before, .misky--proti h3::before { content: none; }
.misky--pre h3::after, .misky--proti h3::after { content: none; }

.misky--pre ul, .misky--proti ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.misky--pre ul li, .misky--proti ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 42px;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14.5px;
  line-height: 1.55;
}
.misky--pre ul li::before, .misky--proti ul li::before {
  width: 27px; height: 27px;
  left: 0;
  top: .8em;
  transform: translateY(-50%);
  border-radius: 0;
  box-shadow: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.misky--pre ul li::before { background-image: url("../obrazky/znak-plus.webp"); }
.misky--proti ul li::before { background-image: url("../obrazky/znak-minus.webp"); }

/* ============ SCHODY ============ */

.schody { counter-reset: krok; list-style: none; margin: 16px 0 !important; }
.schody li {
  counter-increment: krok;
  position: relative;
  padding: 0 0 14px 52px;
  margin: 0;
}
.schody li::before {
  content: counter(krok);
  position: absolute;
  left: 0; top: -2px;
  width: 34px; height: 34px;
  background: var(--hlbka);
  border-bottom: 3px solid var(--cervena);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============ PÚTAČE (bannery) ============ */

.putac {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(120deg, #03272a 0%, var(--ramec) 66%, #0f6b76 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--polomer);
  padding: 34px 36px;
  margin-bottom: 24px;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(2, 26, 28, .3);
}
.putac::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(3, 25, 28, .94) 0%, rgba(6, 52, 56, .76) 46%, rgba(14, 117, 128, .12) 78%);
  pointer-events: none;
}
.putac--cerveny::before {
  background: linear-gradient(100deg, rgba(40, 8, 5, .94) 0%, rgba(134, 25, 18, .74) 46%, rgba(213, 43, 30, .1) 78%);
}

.putac__text { flex: 1; max-width: 420px; position: relative; z-index: 1; }
.putac__text .putac__cta { margin-top: 18px; }

.putac__znacka {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 4px;
  padding-left: 12px;
  border-left: 3px solid var(--cervena);
}
.putac__titulok {
  font-family: var(--pismo-nadpis);
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 6px;
}
.putac__riadok { color: rgba(255, 255, 255, .88); font-size: 14px; margin-bottom: 0; }

/* ============ PÁS APLIKÁCIE ============ */

.vrecko {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(115deg, #03272a 0%, var(--ramec) 58%, #0f6b76 100%);
  border-radius: var(--polomer);
  padding: 28px 36px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(2, 26, 28, .3);
}
.vrecko__foto { flex: 0 0 190px; position: relative; z-index: 1; }
.vrecko__foto img { border-radius: var(--polomer); }
.vrecko__text { flex: 1; position: relative; z-index: 1; }
.vrecko__titulok {
  font-family: var(--pismo-nadpis);
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 6px;
}
.vrecko__riadok { color: rgba(255, 255, 255, .88); font-size: 14px; }
.vrecko__obchody {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.stiahnut {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #0b2b2e;
  border: 1px solid var(--ocel);
  color: #fff;
  border-radius: var(--polomer);
  padding: 10px 22px 10px 16px;
  position: relative;
  overflow: hidden;
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
  min-width: 218px;
}
.stiahnut:hover {
  background: #14383c;
  border-color: var(--ocel-svetla);
  box-shadow: 0 6px 16px rgba(2, 26, 28, .32);
  text-decoration: none;
}
.stiahnut svg { width: 30px; height: 30px; flex-shrink: 0; }
.stiahnut__txt { line-height: 1.2; text-align: center; }
.stiahnut__male { display: block; font-size: 11px; opacity: .82; }
.stiahnut__velke { display: block; font-size: 17px; font-weight: 700; }

/* ============ SUKNÁ (stolové hry) ============
   Riadky s okrúhlym medailónom namiesto mriežky */

.sukna { display: flex; flex-direction: column; gap: 12px; margin: 18px 0 0; }
.sukno {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: var(--kamen);
  border: 1px solid var(--kamen-linka);
  border-radius: var(--polomer);
  padding: 18px 20px;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.sukno:hover {
  box-shadow: 0 10px 24px rgba(2, 26, 28, .16);
  border-color: var(--cervena);
}
.sukno__znacka {
  flex-shrink: 0;
  width: 62px; height: 62px;
  display: grid;
  place-items: center;
  background: var(--ramec);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--ocel);
}
.sukno__znacka img { width: 40px; height: 40px; object-fit: contain; }
.sukno__telo { flex: 1; }
.sukna .sukno__nazov {
  font-family: var(--pismo-nadpis);
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--hlbka);
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--cervena-linka);
}
.sukno p { margin-bottom: 0; font-size: 14.5px; }

/* ============ VALCE (automaty) ============ */

.valce {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 20px 0 6px;
}
.valec {
  position: relative;
  display: block;
  border-radius: var(--polomer);
  overflow: hidden;
  background: #0b2b2e;
  border: 1px solid var(--ocel);
  box-shadow: 0 3px 12px rgba(2, 26, 28, .2);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.valec:hover { box-shadow: 0 12px 26px rgba(2, 26, 28, .32); border-color: var(--cervena); text-decoration: none; }
.valec__obraz { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .35s ease; }
.valec:hover .valec__obraz { transform: scale(1.06); }
.valec__zavoj {
  position: absolute;
  top: 0; bottom: 0;
  left: -60%;
  width: 45%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  pointer-events: none;
  transition: left .55s ease;
}
.valec:hover .valec__zavoj { left: 115%; }
.valec__pas {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 26px 12px 10px;
  background: linear-gradient(180deg, rgba(3, 24, 26, 0) 0%, rgba(3, 24, 26, .86) 55%, rgba(3, 24, 26, .96) 100%);
}
.valec__typ {
  display: block;
  color: var(--ocel);
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 2px;
}
.valec__nazov {
  display: block;
  color: #fff;
  font-family: var(--pismo-nadpis);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.valce-cta { display: flex; justify-content: center; margin-top: 18px; }

/* ============ OHLASY (nekonečný pás) ============ */

.ohlasy { position: relative; margin-top: 22px; }

.ohlasy__pas {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 6px 2px 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  overscroll-behavior-x: contain;
}
.ohlasy__pas::-webkit-scrollbar { display: none; }
.ohlasy__pas.ohlasy__pas--chyt { cursor: grabbing; scroll-behavior: auto; }

.ohlas {
  flex: 0 0 calc((100% - 36px) / 3);
  background: var(--kamen);
  border: 1px solid var(--kamen-linka);
  border-left: 3px solid var(--cervena);
  border-radius: var(--polomer);
  padding: 24px 24px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.ohlas:hover {
  box-shadow: 0 8px 22px rgba(2, 26, 28, .16);
  border-color: var(--ocel);
  border-left-color: var(--hlbka);
}
.ohlas::before {
  content: "\201E";
  position: absolute;
  top: 2px; right: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 84px;
  line-height: 1;
  color: var(--ocel);
  opacity: .45;
  pointer-events: none;
}

.ohlas__vrch { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.ohlas__foto {
  width: 56px; height: 56px;
  flex-shrink: 0;
  border-radius: var(--polomer);
  object-fit: cover;
  border: 2px solid var(--ocel);
  box-shadow: 0 2px 8px rgba(2, 26, 28, .2);
}
.ohlas__kto { min-width: 0; }
.ohlas__meno {
  display: block;
  font-family: var(--pismo-nadpis);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--hlbka);
}
.ohlas__riadok { display: flex; align-items: center; gap: 8px; margin-top: 3px; }
.ohlas__znamka {
  background: var(--cervena);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  border-radius: var(--polomer);
  padding: 2px 10px;
  flex-shrink: 0;
}
.ohlas__hviezdy { color: var(--koral); font-size: 13px; letter-spacing: 2px; }
.ohlas__text { font-style: italic; color: var(--atrament); font-size: 14.5px; margin: 0; position: relative; z-index: 1; }

.ohlasy__ovladac {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 4px;
}
.ohlasy__sipka {
  width: 40px; height: 40px;
  border-radius: var(--polomer);
  background: var(--hlbka);
  color: #fff;
  border: 1px solid var(--ocel);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .2s, box-shadow .2s;
}
.ohlasy__sipka:hover { background: var(--cervena); box-shadow: 0 4px 12px rgba(2, 26, 28, .25); }
.ohlasy__sipka svg { width: 18px; height: 18px; }

.ohlasy__body { display: flex; align-items: center; gap: 8px; }
.ohlasy__bod {
  width: 9px; height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--kamen-linka);
  cursor: pointer;
  transition: background .2s, width .2s;
}
.ohlasy__bod:hover { background: var(--cervena-linka); }
.ohlasy__bod.ohlasy__bod--tu { background: var(--cervena); width: 24px; border-radius: 6px; }

/* ============ CELKOVÁ ZNÁMKA ============
   Pečať s prstencovou stupnicou: vyplnená časť prstenca zodpovedá
   známke (4,3 z 5 = 86 %). Sedí vpravo pod tabuľkou ako verdikt. */

.znamka {
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  margin: 26px auto 4px;
  padding: 14px 16px 14px 30px;
  background: #fff;
  border: 1px solid var(--kamen-linka);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(2, 26, 28, .13);
  text-align: left;
}

.znamka__hodnota {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 88px; height: 88px;
  border-radius: 50%;
  font-family: var(--pismo-nadpis);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: var(--hlbka);
  background:
    radial-gradient(closest-side, #fff calc(100% - 10px), rgba(255, 255, 255, 0) calc(100% - 9px)),
    conic-gradient(from 0deg, var(--ocel) 0 86%, var(--kamen-linka) 86% 100%);
}

.znamka__popis {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--atrament-jemny);
}
.znamka__popis::after {
  content: "\2605\2605\2605\2605\2606";
  display: block;
  margin-top: 5px;
  color: var(--koral);
  font-size: 17px;
  letter-spacing: 3px;
}

/* ============ OTÁZKY (FAQ) ============ */

.otazky { margin-top: 6px; }
/* Poznámka pod čiarou sa nesmie lepiť na poslednú otázku */
.otazky + .drobne, .otazky + p { margin-top: 20px; }
.otazka { border-bottom: 1px solid var(--kamen-linka); }
.otazka summary {
  cursor: pointer;
  font-weight: 700;
  line-height: 1.45;
  color: var(--atrament-jemny);
  padding: 15px 34px 15px 0;
  position: relative;
  list-style: none;
  font-size: 15.5px;
  transition: color .18s ease;
}
.otazka summary::-webkit-details-marker { display: none; }
.otazka summary::after {
  content: "+";
  position: absolute;
  right: 4px; top: 50%;
  transform: translateY(-50%);
  width: 26px; height: 26px;
  border-radius: var(--polomer);
  background: var(--hlbka);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .25s ease, color .25s ease;
}
.otazka summary:hover { color: var(--cervena-tmava); }
.otazka summary:hover::after { background: var(--cervena); }
.otazka[open] summary::after { content: "\2212"; background: var(--cervena); }
.otazka .otazka__odpoved { padding: 0 0 16px; }
.otazka .otazka__odpoved p { margin-bottom: 8px; }

/* ============ PODPIS REDAKTORA ============ */

.podpis {
  background: var(--ocel-svetla);
  border-left: 5px solid var(--hlbka);
  border-bottom: 3px solid var(--cervena);
  border-radius: var(--polomer);
  padding: 22px 26px;
  margin-bottom: 20px;
  font-style: italic;
}
.podpis__meno { font-weight: 700; font-style: normal; color: var(--hlbka); }

/* ============ PODSTAVEC ============ */

.podstavec {
  background: var(--ramec);
  color: rgba(255, 255, 255, .8);
  padding: 44px 0 0;
}
.podstavec__mriezka {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 30px;
}
.podstavec__oNas img { height: 40px; width: auto; margin-bottom: 14px; }
.podstavec__oNas p { font-size: 13px; line-height: 1.6; }

.podstavec__stlpec h4 {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-bottom: 8px;
  position: relative;
}
.podstavec__stlpec h4::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: var(--ocel);
  border-radius: 2px;
}
.podstavec__stlpec ul { list-style: none; margin-top: 12px; }
.podstavec__stlpec li { margin-bottom: 9px; }
.podstavec__stlpec a { color: rgba(255, 255, 255, .7); font-size: 14px; }
.podstavec__stlpec a:hover { color: #fff; }

.podstavec__vystraha {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 18px;
}
.plnoletost {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border: 2px solid var(--koral);
  color: var(--koral);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}
.podstavec__vystraha p { font-size: 12.5px; line-height: 1.55; margin: 0; }

.podstavec__zaklad {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12.5px;
}

/* ============ TLAČIDLO NAHOR ============ */

.nahor {
  position: fixed;
  right: 24px; bottom: 24px;
  width: 48px; height: 48px;
  border-radius: var(--polomer);
  background: var(--hlbka);
  color: #fff;
  border: 1px solid var(--ocel);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s, transform .25s, visibility .25s, background-color .2s;
  z-index: 90;
}
.nahor.nahor--viditelny { opacity: 1; visibility: visible; transform: translateY(0); }
.nahor:hover { background: var(--cervena); }
.nahor svg { width: 22px; height: 22px; }

/* ============ VYNORENIE PRI POSUNE ============ */

.vynor { opacity: 0; transform: translateY(18px); }
.vynor.vynor--ok {
  opacity: 1;
  transform: none;
  transition: opacity .5s ease, transform .5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .vynor { opacity: 1; transform: none; }
}

/* ============ 404 ============ */

.zatratene {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px 60px;
}
.zatratene__kod {
  font-family: var(--pismo-nadpis);
  font-size: 130px;
  font-weight: 700;
  color: var(--cervena);
  line-height: 1;
  text-shadow: 0 6px 24px rgba(0, 0, 0, .35);
}
.zatratene h1 { color: #fff; font-family: var(--pismo-nadpis); font-size: 32px; text-transform: uppercase; margin: 12px 0; }
.zatratene p { color: rgba(255, 255, 255, .88); margin-bottom: 26px; }

/* ============ PRÁVNE STRÁNKY ============ */

.peciatka { font-size: 13.5px; color: var(--atrament-slaby); margin: 20px 0 18px; }
/* Za tlačidlom potrebuje riadok s dátumom väčší odstup */
.valce-cta + .peciatka, .tlacidlo + .peciatka { margin-top: 26px; }

/* ============ PRISPÔSOBENIE ============ */

@media (max-width: 1080px) {
  .hlavica__rad { gap: 10px; }
  .znak img { height: 38px; }
  .chodnik { gap: 2px; }
  .chodnik a { padding: 9px 11px; font-size: 12px; }
  .tabletka { padding: 10px 16px; font-size: 12px; }
  .hlavica__akcie { gap: 8px; }
  .vlajocka { font-size: 12px; gap: 6px; }
  .vlajocka svg { width: 26px; height: 17px; }
}

@media (max-width: 1024px) {
  .uvodnik h1 { font-size: 36px; }
  .podstavec__mriezka { grid-template-columns: 1fr 1fr; }
  .doska { padding: 28px 26px; }
  .valce { grid-template-columns: repeat(3, 1fr); }
  .ohlas { flex-basis: calc((100% - 18px) / 2); }

  .rozpis {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .rozpis table { min-width: 500px; }
  .rozpis caption { font-size: 13.5px; padding: 10px 14px 10px 15px; }
  .rozpis thead th,
  .rozpis tbody td,
  .rozpis tbody th { min-width: 140px; }
  .rozpis table.rozpis--husty thead th,
  .rozpis table.rozpis--husty tbody td,
  .rozpis table.rozpis--husty tbody th { min-width: 120px; }
  .rozpis tbody tr > *:first-child,
  .rozpis thead th:first-child { min-width: 160px; }
}

/* Dlhé slovenské slová: mriežka sa objaví skôr */
@media (max-width: 940px) {
  .chodnik, .hlavica__akcie { display: none; }
  .vlajocka { margin-left: auto; }
  .mrezka { display: block; }
}

@media (max-width: 860px) {
  .uvodnik__rad { flex-direction: column; align-items: flex-start; padding: 34px 0; min-height: 0; }
  .uvodnik__text { width: 100%; max-width: 100%; }
  .uvodnik__pozadie::after {
    background: linear-gradient(180deg, rgba(2, 26, 28, .52) 0%, rgba(2, 26, 28, .52) 60%, rgba(2, 26, 28, .5) 100%);
  }
  .uvodnik h1 { font-size: 30px; }
  .uvodnik h1, .uvodnik__perex, .stopa {
    text-shadow:
      0 0 2px rgba(0, 14, 15, .98),
      0 1px 4px rgba(0, 14, 15, .95),
      0 2px 12px rgba(0, 14, 15, .92);
  }
  .sukna { grid-template-columns: 1fr; }
  .putac { flex-direction: column; align-items: flex-start; }
  /* Pás aplikácie sa centruje už na stredných obrazovkách:
     inak by text a tlačidlá obchodov ostali nezarovnané vľavo */
  .vrecko { flex-direction: column; align-items: center; text-align: center; }
  .vrecko__text { width: 100%; }
  .putac::before, .putac--cerveny::before { background: none; }
  .putac__text {
    max-width: 100%;
    background: rgba(2, 26, 28, .74);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: var(--polomer);
    padding: 22px 20px;
  }
  .putac--cerveny .putac__text { background: rgba(32, 4, 9, .74); }
  .vrecko__foto { flex-basis: auto; max-width: 280px; }
  .vrecko__obchody { flex-direction: row; flex-wrap: wrap; justify-content: center; width: 100%; }
  .stiahnut { flex: 1 1 218px; max-width: 300px; }
  .podstavec__zaklad { flex-direction: column; text-align: center; }
}

@media (max-width: 700px) {
  /* Pečať sa na úzkej obrazovke postaví na stred */
  .znamka { margin: 22px auto 4px; padding: 12px 14px 12px 24px; gap: 14px; }
  .znamka__hodnota { width: 76px; height: 76px; font-size: 19px; }
  /* Na mobile výjavy narastú: z 3:1 na 2:1 */
  .vyjav img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center;
  }

  .uvodnik__pozadie { background-position: 70% center; }
  .valce { grid-template-columns: repeat(2, 1fr); }
  .ohlas { flex-basis: 100%; }

  /* Na mobile pás mizne: úzka obrazovka potrebuje každý milimeter */
  .doska::before, .doska::after { content: none; }
  .doska { padding: 26px 20px 24px; }
}

@media (max-width: 560px) {
  /* Dlhé slová sa na úzkych obrazovkách môžu deliť spojovníkom */
  .doska h2, .doska h3, .doska p, .doska li,
  .uvodnik h1, .uvodnik__perex,
  .putac__titulok, .putac__riadok, .vrecko__titulok, .vrecko__riadok,
  .sukno__nazov, .otazka summary, .zatratene h1, .zatratene p,
  .podstavec__oNas p, .podstavec__vystraha p, .podstavec__stlpec a {
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .podstavec__mriezka { grid-template-columns: 1fr; text-align: center; }
  .podstavec__oNas img { margin-left: auto; margin-right: auto; }
  .podstavec__vystraha { flex-direction: column; text-align: center; }
  .doska { padding: 22px 16px; }
  .doska h2 { font-size: 23px; }
  .uvodnik h1 { font-size: 26px; }
  .zatratene__kod { font-size: 90px; }
  /* Na mobile sa značky primknú k okraju plochy */
  .misky { grid-template-columns: 1fr; }
  .misky::before { background: var(--ocel); }
  .misky::after { display: none; }
  .misky--pre, .misky--proti { padding: 26px 18px 24px; }
  .misky--proti { border-left: 0; border-top: 2px dashed #c9d6d9; }
  .misky--proti::before, .misky--proti::after { top: -13px; bottom: auto; }
  .misky--proti::before { left: -13px; }
  .misky--proti::after { left: auto; right: -13px; }
  .misky--pre ul li, .misky--proti ul li { padding-left: 38px; }
  .misky--pre ul li::before, .misky--proti ul li::before { width: 24px; height: 24px; }
  /* Na mobile sa rad naskladá: značka a titulok na stred,
     telo textu zostane vľavo a ďalej sa dobre číta */
  .sukno { flex-direction: column; align-items: center; gap: 12px; padding: 18px 16px; }
  .sukno__znacka { width: 52px; height: 52px; }
  .sukno__znacka img { width: 32px; height: 32px; }
  .sukno__telo { width: 100%; }
  .sukna .sukno__nazov { text-align: center; }

  .uvodnik__text,
  .putac__text,
  .vrecko__text { text-align: center; width: 100%; }
  .uvodnik__tlacidla,
  .putac__cta,
  .vrecko__obchody,
  .stopa ol { justify-content: center; }
  .putac__cta, .vrecko__obchody { display: flex; width: 100%; }
  .uvodnik__rad, .putac, .vrecko { align-items: center; }
  .uvodnik__poznamka { align-self: center; }
  .putac__znacka { border-left: 0; padding-left: 0; }
}

@media (max-width: 450px) {
  .ramec { padding: 0 10px; }
  .hlavica__rad { height: 60px; gap: 10px; }
  .znak img { height: 34px; }
  .vlajocka svg { width: 26px; height: 17px; }
  .vlajocka { font-size: 12px; gap: 6px; }
  .uvodnik { margin-top: 60px; }
  .doska { padding: 18px 12px; }
  .putac, .vrecko { padding: 20px 14px; }
  .uvodnik__rad { padding: 28px 0; }
  thead th, tbody td, tbody th { padding: 8px 6px; }
}

@media (max-width: 400px) {
  .zaclona__akcie { flex-direction: column; align-items: center; }
  .zaclona__akcie a { flex: 0 0 auto; width: 100%; max-width: 260px; }
}

@media (max-width: 360px) {
  .hlavica__rad { height: 54px; gap: 8px; }
  .znak img { height: 28px; }
  .vlajocka svg { width: 22px; height: 15px; }
  .vlajocka { font-size: 11px; gap: 5px; }
  .mrezka { padding: 6px; }
  .mrezka span { width: 22px; height: 2.5px; margin: 4px 0; }
  .mrezka.mrezka--x span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .mrezka.mrezka--x span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .uvodnik { margin-top: 54px; }
  .zatratene { min-height: calc(100vh - 54px); }
}

/* ============ 22BET COUNTRY LINKS ============ */
.podstavec__krajiny {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 22px 0 24px;
}
.podstavec__krajiny-nadpis {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 8px;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.podstavec__krajiny-nadpis::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: rgb(18, 112, 125);
  border-radius: 2px;
}
.podstavec__krajiny-zoznam {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.podstavec__krajina {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px 7px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.podstavec__krajina:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
  text-decoration: none;
}
.podstavec__krajina.podstavec__krajina--aktualna {
  background: rgba(233, 185, 73, .1);
  border-color: #e9b949;
  color: #fff;
}
.podstavec__vlajka {
  flex-shrink: 0;
  width: 24px;
  height: 16px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}
.podstavec__vlajka svg { display: block; width: 100%; height: 100%; }
@media (max-width: 560px) {
  .podstavec__krajiny { text-align: center; }
  /* two even columns; every name stays on one line */
  .podstavec__krajiny-zoznam { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .podstavec__krajiny-zoznam li { min-width: 0; }
  .podstavec__krajina { display: flex; width: 100%; min-width: 0; padding: 7px 10px 7px 7px; font-size: 12.5px; text-align: left; white-space: nowrap; }
  .podstavec__krajina-nazov { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
}
@media (max-width: 380px) {
  .podstavec__krajiny-zoznam { gap: 6px; }
  .podstavec__krajina { gap: 6px; padding: 6px 8px 6px 6px; font-size: 11.5px; }
  .podstavec__vlajka { width: 18px; height: 12px; }
}
@media (max-width: 339px) {
  .podstavec__krajina { gap: 5px; padding: 6px 6px 6px 5px; font-size: 11px; letter-spacing: -.01em; }
  .podstavec__vlajka { width: 16px; height: 11px; }
}
/* up to 330px: one pill per row, back to the regular size */
@media (max-width: 330px) {
  .podstavec__krajiny-zoznam { grid-template-columns: minmax(0, 1fr); }
  .podstavec__krajina { gap: 9px; padding: 7px 12px 7px 8px; font-size: 12.5px; letter-spacing: normal; }
  .podstavec__vlajka { width: 22px; height: 15px; }
}
