/* ═══════════════════════════════════════════════════════════
   BASILEUS · link in bio
   Čistě, jednoduše — a trochu drze.
   ═══════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Boldonse';
  src: url('../font/Boldonse-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --page:   #0C6A4C;   /* světlejší podklad kolem panelu */
  --ink:    #043F2E;   /* tmavě zelená — panel s obsahem */
  --deep:   #011E15;   /* podklad čtečky */
  --line:   rgba(238, 242, 227, .14);
  --cream:  #EEF2E3;
  --lime:   #C8F169;
  --lime-d: #93BB40;   /* spodní hrana tlačítka */
  --cream-d: #AFBE9C;  /* spodní hrana tlačítek pro e-shopy */

  --w: min(100% - 1.5rem, 29rem);
  --ease: cubic-bezier(.2, .8, .3, 1);

  --font: 'Montserrat', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --display: 'Boldonse', 'Montserrat', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  min-height: 100svh;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.45;
  color: var(--cream);
  background: var(--page);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }

img { max-width: 100%; height: auto; display: block; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; border: 0; background: none; cursor: pointer; }

:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; border-radius: 4px; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap;
}

/* ─────────── Panel s obsahem ───────────
   Tmavší panel na světlejším podkladu. */
.wrap {
  --pad: clamp(1rem, 4.5vw, 1.75rem);
  width: var(--w);
  margin-inline: auto;
  margin-block: clamp(.75rem, 3vw, 2rem);
  margin-bottom: calc(clamp(.75rem, 3vw, 2rem) + env(safe-area-inset-bottom));
  padding: clamp(1rem, 4vw, 1.5rem) var(--pad) clamp(1.75rem, 6vw, 2.25rem);
  border-radius: clamp(20px, 5vw, 30px);
  background: var(--ink);
  box-shadow: 0 24px 60px -34px rgba(0, 0, 0, .7);
}

.bar { display: flex; justify-content: flex-end; }
.share {
  display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 50%;
  color: var(--cream);
  opacity: .5;
  transition: opacity .25s var(--ease), transform .25s var(--ease);
}
.share svg { width: 19px; height: 19px; }
.share:hover { opacity: 1; transform: translateY(-2px); }
.share:active { transform: scale(.9); }

/* ─────────── Hlavička ─────────── */
.head { text-align: center; }

/* bazilišci volně na ploše, bez rámečku — stojí na místě */
.crew {
  margin: clamp(.25rem, 2vw, .75rem) auto clamp(1.1rem, 5vw, 1.5rem);
  animation: fadein .6s var(--ease) backwards;
}
.crew img {
  width: 100%;
  filter: drop-shadow(0 22px 26px rgba(0, 0, 0, .38));
}
@keyframes fadein { from { opacity: 0; } }

h1 {
  margin: 0 0 .6rem;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.5rem, 7.4vw, 2rem);
  line-height: 1.1;
  letter-spacing: -.01em;
}

.claim {
  margin: 0 auto;
  max-width: 24ch;
  font-size: clamp(.88rem, 3.6vw, .95rem);
  font-weight: 600;
  color: var(--lime);
}

/* ─────────── Ověřený dopravce ─────────── */
.rosette { width: 17px; height: 17px; flex: 0 0 auto; }
.rosette__bg { fill: #E8B95C; stroke: none; }
.rosette__tick { stroke: #2A1B00; stroke-width: 2.4; fill: none; }

.verified {
  display: inline-flex; align-items: center; gap: .4rem;
  margin-top: .85rem;
  padding: .42rem .8rem .42rem .6rem;
  border-radius: 999px;
  background: rgba(238, 242, 227, .1);
  color: rgba(238, 242, 227, .82);
  font-size: .74rem; font-weight: 700;
  transition: background .2s var(--ease), color .2s var(--ease), transform .2s var(--ease);
}
.verified:hover { background: rgba(238, 242, 227, .18); color: var(--cream); }
.verified:active { transform: scale(.96); }

/* okno s vysvětlením */
.vrf .modal__panel {
  max-width: 25rem;
  height: auto;
  border-radius: 22px;
  background: var(--cream);
  color: var(--ink);
  text-align: center;
}
@media (max-width: 820px) {
  .vrf { padding: 1.25rem; }
  .vrf .modal__panel { height: auto; border-radius: 22px; }
}

/* dvě třídy, ať to přebije obecné .tbtn níž v souboru */
.vrf .vrf__x {
  position: absolute; top: .55rem; right: .55rem;
  z-index: 1;
  color: rgba(4, 63, 46, .55);
}
.vrf .vrf__x:hover { background: rgba(4, 63, 46, .1); color: var(--ink); }

.vrf__body { padding: 2.4rem 1.75rem 1.9rem; }

.vrf__mark {
  position: relative;
  display: grid; place-items: center;
  width: 92px; height: 92px;
  margin: 0 auto 1.1rem;
  border-radius: 50%;
  background: var(--lime);
}
.vrf__mark img { width: 62px; }
.rosette--lg {
  position: absolute; right: -2px; bottom: 2px;
  width: 34px; height: 34px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .25));
}

.vrf__body h2 {
  margin: 0 0 .5rem;
  font-size: 1.15rem; font-weight: 800; letter-spacing: -.015em;
}
.vrf__body p {
  margin: 0 auto 1.15rem;
  max-width: 30ch;
  font-size: .84rem; font-weight: 500; line-height: 1.5;
  color: rgba(4, 63, 46, .7);
}
.vrf__more {
  display: inline-block;
  font-size: .84rem; font-weight: 700;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.vrf__more:hover { color: #0A5A41; }

/* ─────────── Sociální sítě ─────────── */
.social {
  display: flex; justify-content: center; gap: .55rem;
  margin-top: clamp(1.25rem, 5vw, 1.6rem);
}
.social a {
  display: grid; place-items: center;
  width: 42px; height: 42px; border-radius: 50%;
  color: var(--cream);
  border: 1.5px solid rgba(238, 242, 227, .25);
  transition: background .25s var(--ease), color .25s var(--ease),
              border-color .25s var(--ease), transform .25s var(--ease);
}
.social svg { width: 19px; height: 19px; }
.social a:hover {
  background: var(--cream); color: var(--ink); border-color: var(--cream);
  transform: translateY(-3px);
}
.social a:active { transform: translateY(-1px) scale(.94); }

/* ─────────── Tlačítka ─────────── */
.links {
  display: flex; flex-direction: column; gap: .75rem;
  margin-top: clamp(1.75rem, 7vw, 2.4rem);
}

/* Plastický „sticker" vzhled: barevná hrana pod tlačítkem dělá výšku,
   měkký stín pod ní ho zvedne nad panel, světlý pruh nahoře dá lesk. */
.btn {
  --edge: var(--lime-d);
  display: flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 64px;
  padding: .9rem 1.4rem;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: clamp(.88rem, 3.7vw, .96rem);
  font-weight: 800;
  letter-spacing: .01em;
  text-align: center;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, .55),
    inset 0 -2px 0 rgba(0, 0, 0, .07),
    0 6px 0 var(--edge),
    0 14px 20px -8px rgba(0, 0, 0, .55);
  transition: transform .16s var(--ease), box-shadow .16s var(--ease), background .16s var(--ease);
  animation: pop .5s var(--ease) backwards;
  animation-delay: calc(var(--i, 1) * 70ms + 260ms);
}
@keyframes pop { from { opacity: 0; transform: translateY(16px); } }

@media (hover: hover) {
  .btn:hover {
    background: #D6F98A;
    transform: translateY(-4px) rotate(var(--tilt, -.7deg));
    box-shadow:
      inset 0 2px 0 rgba(255, 255, 255, .6),
      0 10px 0 var(--edge),
      0 22px 28px -10px rgba(0, 0, 0, .65);
  }
}
.btn:active {
  transform: translateY(5px);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, .4),
    0 1px 0 var(--edge),
    0 4px 8px -4px rgba(0, 0, 0, .6);
}

/* ─────────── Nálepky u tlačítka ───────────
   Šipky ukazují na tlačítko. Čistě ozdoba — nesmí brát kliknutí
   ani rozšířit stránku, proto pointer-events: none a záporné okraje
   jen do vnitřního odsazení panelu. */
.hype { position: relative; margin-top: .4rem; }

.hype__st {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .45));
  animation: pop .5s var(--ease) backwards;
  animation-delay: 460ms;
}

/* Výchozí směry (0 = doprava, kladné po směru hodin):
   bílá šipka −45°, černá −15°, kurzor −135°. Rotace níž jsou
   dopočítané tak, aby každá mířila na tlačítko. */

/* vlevo nahoře — míří dolů doprava (+45°) */
.hype__st--tl {
  width: clamp(48px, 13.5vw, 62px); height: auto;
  left: -.7rem; top: clamp(-40px, -10.5vw, -28px);
  transform: rotate(90deg);
}


/* vpravo dole — kurzor míří nahoru doleva, tak jak je (−135°) */
.hype__st--br {
  width: clamp(36px, 9.5vw, 46px); height: auto;
  right: .9rem; bottom: clamp(-28px, -7.5vw, -20px);
  transform: rotate(0deg);
}

/* ikona v tlačítku */
.btn__ico { display: grid; place-items: center; flex: 0 0 auto; }
.btn__ico svg { width: 19px; height: 19px; stroke-width: 2.2; }

/* blok pro e-shopy — stejné mezery uvnitř, jen o kus dál od zbytku */
.group {
  display: flex; flex-direction: column;
  gap: .75rem;
  margin-block: .6rem;
}
.group .under { margin-top: -.35rem; }

/* jiná barva, ať je blok na první pohled odlišený */
.btn--eshop { --edge: var(--cream-d); background: var(--cream); }
.btn--eshop .tag { background: rgba(4, 63, 46, .12); }
@media (hover: hover) { .btn--eshop:hover { background: #fff; } }

.tag {
  padding: .22rem .55rem;
  border-radius: 999px;
  background: rgba(4, 63, 46, .16);
  font-size: .64rem; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase;
}

.under {
  display: flex; align-items: center; justify-content: center; gap: .4rem;
  margin: -.45rem 0 -.1rem;
  padding: .6rem;
  font-size: .78rem; font-weight: 700;
  color: rgba(238, 242, 227, .55);
  transition: color .25s var(--ease);
  animation: pop .5s var(--ease) backwards;
  animation-delay: calc(var(--i, 1) * 70ms + 260ms);
}
.under svg { width: 15px; height: 15px; }
.under:hover { color: var(--lime); }

/* ─────────── Reels ───────────
   Vodorovný posuv, karty přetékají za okraj panelu — to samo napoví,
   že se dá posouvat. */
.reels { margin-top: clamp(1.9rem, 7.5vw, 2.6rem); }

.reels__t {
  margin: 0 0 .85rem;
  font-size: .72rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
  color: rgba(238, 242, 227, .45);
  text-align: center;
}

.reels__row {
  --gap: .7rem;
  display: flex; gap: var(--gap);
  margin-inline: calc(-1 * var(--pad));
  padding: .35rem var(--pad) 1.1rem;
  scroll-padding-inline: var(--pad);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.reels__row::-webkit-scrollbar { display: none; }
/* při tažení myší nesmí snapování skákat pod rukou */
.reels__row.is-dragging { cursor: grabbing; scroll-snap-type: none; scroll-behavior: auto; }

/* Šířka karty je dopočítaná tak, aby byly vidět přesně 2,5 karty —
   dvě celé a třetí přesně napůl na okraji panelu. 100 % je vnitřní
   šířka řádku, --pad je odsazení panelu, které vpravo ještě zbývá. */
.reel {
  --edge: var(--cream-d);
  position: relative;
  flex-grow: 0; flex-shrink: 0;
  flex-basis: calc((100% + var(--pad) - 2 * var(--gap)) / 2.5);
  width: calc((100% + var(--pad) - 2 * var(--gap)) / 2.5);
  padding: 0;
  scroll-snap-align: start;
  user-select: none;
  border-radius: 18px;
  background: var(--cream);
  overflow: hidden;
  box-shadow: 0 6px 0 var(--edge), 0 14px 20px -8px rgba(0, 0, 0, .55);
  transition: transform .16s var(--ease), box-shadow .16s var(--ease);
}
/* náhled drží rozměr karty, video leží přesně na něm.
   pointer-events: none, ať tažení funguje i přes ně */
.reel__poster {
  width: 100%; aspect-ratio: 9 / 16;
  object-fit: cover; display: block;
  pointer-events: none;
  -webkit-user-drag: none;
  transition: opacity .25s var(--ease);
}
.reel__v {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s var(--ease);
  background: #000;
}
.reel.is-live .reel__v { opacity: 1; }
.reel.is-live .reel__poster { opacity: 0; }

.reel::after {
  content: ''; position: absolute; inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(1, 20, 14, .82) 0%, rgba(1, 20, 14, .12) 38%, transparent 62%);
  pointer-events: none;
  transition: opacity .25s var(--ease);
}
/* při přehrávání ať přechod nepřekrývá titulky ve videu */
.reel.is-live:not(.is-paused)::after { opacity: 0; }
.reel.is-live:not(.is-paused) .reel__cap { opacity: 0; }

/* celá plocha karty je tlačítko pro přehrát / pozastavit */
.reel__hit {
  position: absolute; inset: 0; z-index: 2;
  display: grid; place-items: center;
  padding: 0;
}

.reel__play {
  display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--lime); color: var(--ink);
  box-shadow: 0 6px 14px -4px rgba(0, 0, 0, .7);
  transition: transform .18s var(--ease), opacity .18s var(--ease);
}
.reel__play svg { width: 18px; height: 18px; margin-left: 2px; }
.reel.is-live:not(.is-paused) .reel__play { opacity: 0; transform: scale(.7); }

/* zvuk */
.reel__snd {
  position: absolute; top: .45rem; right: .45rem; z-index: 3;
  display: grid; place-items: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(1, 20, 14, .6);
  color: #fff;
  backdrop-filter: blur(4px);
  transition: background .2s var(--ease), transform .15s var(--ease);
}
/* atribut hidden musí přebít display: grid výš */
.reel__snd[hidden] { display: none; }
.reel__snd svg { width: 16px; height: 16px; }
.reel__snd:hover { background: var(--lime); color: var(--ink); }
.reel__snd:active { transform: scale(.9); }
.reel__snd .snd-off { display: none; }
.reel__snd[aria-pressed="true"] .snd-on { display: none; }
.reel__snd[aria-pressed="true"] .snd-off { display: block; }

.reel__cap {
  position: absolute; left: .6rem; right: .6rem; bottom: .55rem;
  z-index: 2;
  pointer-events: none;
  font-size: .72rem; font-weight: 700; line-height: 1.25;
  color: #fff; text-align: left;
  transition: opacity .25s var(--ease);
}

@media (hover: hover) {
  .reel:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 0 var(--edge), 0 22px 28px -10px rgba(0, 0, 0, .65);
  }
  .reel:hover .reel__play { transform: scale(1.12); }
  .reel.is-live:not(.is-paused):hover .reel__play { transform: scale(.7); }
}

/* ─────────── Patička ─────────── */
.foot {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: .1rem .5rem;
  margin-top: clamp(2rem, 8vw, 2.75rem);
  font-size: .78rem; font-weight: 600;
  color: rgba(238, 242, 227, .5);
}
.foot a { padding: .3rem .2rem; transition: color .25s var(--ease); }
.foot a:hover { color: var(--lime); }

/* ═══════════════════════════════════════════════════════════
   SPOLEČNÝ RÁMEC PRO OKNA (čtečka i živý náhled)
   ═══════════════════════════════════════════════════════════ */
.modal {
  position: fixed; inset: 0; z-index: 100;
  display: grid; place-items: center;
  padding: clamp(.5rem, 2.5vw, 1.75rem);
}
.modal[hidden] { display: none; }

.modal__veil {
  position: absolute; inset: 0;
  background: rgba(1, 20, 14, .95);
  backdrop-filter: blur(5px);
  animation: fade .25s var(--ease);
}
@keyframes fade { from { opacity: 0; } }

.modal__panel {
  position: relative;
  display: flex; flex-direction: column;
  width: 100%; max-width: 1240px; max-height: 100%;
  border-radius: 16px;
  background: var(--deep);
  overflow: hidden;
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .9);
  animation: rise .35s var(--ease);
}
@keyframes rise { from { opacity: 0; transform: translateY(14px); } }

.modal__bar {
  display: flex; align-items: center; justify-content: space-between;
  gap: .75rem;
  padding: .7rem .9rem;
  flex: 0 0 auto;
}

.modal__title {
  display: flex; align-items: baseline; gap: .5rem;
  margin: 0; min-width: 0;
  font-size: .82rem; font-weight: 700; letter-spacing: -.005em;
  color: rgba(238, 242, 227, .8);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.modal__host {
  font-size: .7rem; font-weight: 600;
  color: rgba(238, 242, 227, .35);
}
.is-narrow { display: none; }

.modal__tools { display: flex; align-items: center; gap: .3rem; flex: 0 0 auto; }

.counter {
  margin: 0 .5rem 0 0;
  font-variant-numeric: tabular-nums;
  font-size: .78rem; font-weight: 600;
  color: rgba(238, 242, 227, .4);
}
.counter b { color: var(--cream); font-weight: 700; }
.counter i, .counter em { font-style: normal; }

.tbtn {
  display: inline-grid; grid-auto-flow: column; place-items: center; gap: .4rem;
  height: 36px; min-width: 36px; padding: 0 .45rem;
  border-radius: 10px;
  color: rgba(238, 242, 227, .7);
  transition: background .2s var(--ease), color .2s var(--ease), transform .15s var(--ease);
}
.tbtn svg { width: 17px; height: 17px; }
.tbtn:hover { background: rgba(238, 242, 227, .1); color: var(--cream); }
.tbtn:active { transform: scale(.93); }
.tbtn--wide { padding: 0 .75rem 0 .6rem; font-size: .76rem; font-weight: 700; }
.tbtn--wide:hover { background: var(--lime); color: var(--ink); }
.tbtn--x:hover { background: rgba(232, 87, 74, .9); color: #fff; }
#deckZoom[aria-pressed="true"] { background: var(--lime); color: var(--ink); }
#deckZoom[aria-pressed="true"] .zoom-bar { display: none; }

@media (max-width: 640px) {
  .tbtn--wide span { display: none; }
  .tbtn--wide { padding: 0; min-width: 36px; }
  .is-wide, .modal__host { display: none; }
  .is-narrow { display: inline; }
}

@media (max-width: 820px) {
  .modal { padding: 0; }
  .modal__panel { height: 100%; border-radius: 0; }
  .modal__bar { padding-top: max(.7rem, env(safe-area-inset-top)); }
}

/* ─────────── Čtečka prezentace ─────────── */
.deck__stage {
  position: relative;
  display: flex; align-items: center;
  flex: 1; min-height: 0;
  padding: .25rem clamp(.35rem, 1.5vw, .75rem) .5rem;
}
/* na velkých obrazovkách dostanou šipky vlastní okraj, ať nesahají na stranu */
@media (min-width: 821px) { .deck__stage { padding-inline: 3.4rem; } }

.deck__track {
  display: flex;
  flex: 1; min-width: 0; height: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.deck__track::-webkit-scrollbar { display: none; }

.deck__slide {
  flex: 0 0 100%;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  display: grid; place-items: center;
  padding: 0 .25rem;
  overflow: hidden;
}
.deck__slide img {
  width: 100%; height: auto; max-height: 100%;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 24px 60px -34px rgba(0, 0, 0, .95);
  cursor: zoom-in;
}

/* přiblížení */
.deck.is-zoom .deck__track { scroll-snap-type: none; }
.deck.is-zoom .deck__slide {
  overflow: auto;
  place-content: safe center;
  justify-items: center;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(238, 242, 227, .25) transparent;
}
.deck.is-zoom .deck__slide img {
  width: 235%; max-width: none; max-height: none;
  border-radius: 3px; cursor: zoom-out;
}
@media (min-width: 900px) { .deck.is-zoom .deck__slide img { width: 165%; } }
.deck.is-zoom .deck__arrow { opacity: 0; pointer-events: none; }

.deck__arrow {
  position: absolute; top: 50%; z-index: 2;
  transform: translateY(-50%);
  display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 50%;
  color: rgba(238, 242, 227, .55);
  background: rgba(1, 20, 14, .55);
  backdrop-filter: blur(6px);
  transition: background .2s var(--ease), color .2s var(--ease), opacity .2s var(--ease);
}
.deck__arrow--prev { left: .5rem; }
.deck__arrow--next { right: .5rem; }
.deck__arrow svg { width: 19px; height: 19px; stroke-width: 2.1; }
.deck__arrow:hover { background: var(--cream); color: var(--ink); }
.deck__arrow[disabled] { opacity: 0; pointer-events: none; }

@media (max-width: 820px) { .deck__arrow { display: none; } }

.deck__foot {
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  flex: 0 0 auto;
  padding: .55rem .9rem .8rem;
  padding-bottom: max(.8rem, env(safe-area-inset-bottom));
}
.deck__bulb { display: flex; flex-wrap: wrap; justify-content: center; gap: .28rem; }
.deck__bulb button {
  width: 20px; height: 3px; border-radius: 2px;
  background: rgba(238, 242, 227, .18);
  transition: background .2s var(--ease), width .2s var(--ease);
}
.deck__bulb button:hover { background: rgba(238, 242, 227, .4); }
.deck__bulb button[aria-current="true"] { background: var(--lime); width: 34px; }

.deck__hint {
  margin: 0;
  font-size: .68rem; font-weight: 600;
  color: rgba(238, 242, 227, .3);
  text-align: center;
}
@media (hover: hover) and (pointer: fine) { .deck__hint { display: none; } }

/* ─────────── Živý náhled ─────────── */
/* iframe nemá vlastní výšku, panel proto musí vyplnit okno */
.live .modal__panel { height: 100%; }

.live__stage {
  position: relative;
  flex: 1; min-height: 0;
  background: #BFE6EE;
}
.live__stage iframe {
  display: block;
  width: 100%; height: 100%;
  border: 0;
}

.live__load {
  position: absolute; inset: 0; z-index: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .9rem;
  margin: 0;
  background: var(--deep);
  color: rgba(238, 242, 227, .6);
  font-size: .82rem; font-weight: 600;
  transition: opacity .4s var(--ease);
}
.live__load.is-done { opacity: 0; pointer-events: none; }

.spin {
  width: 30px; height: 30px; border-radius: 50%;
  border: 3px solid rgba(238, 242, 227, .16);
  border-top-color: var(--lime);
  animation: spin .9s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ─────────── Toast ─────────── */
.toast {
  position: fixed; left: 50%; z-index: 200;
  bottom: calc(1.4rem + env(safe-area-inset-bottom));
  transform: translate(-50%, 130%);
  margin: 0; padding: .7rem 1.15rem;
  border-radius: 999px;
  background: var(--lime); color: var(--ink);
  font-size: .8rem; font-weight: 800;
  opacity: 0; pointer-events: none;
  transition: transform .35s var(--ease), opacity .35s var(--ease);
}
.toast.is-on { transform: translate(-50%, 0); opacity: 1; }

/* ─────────── Ohleduplnost ─────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .spin { animation-duration: .9s !important; animation-iteration-count: infinite !important; }
}

@media print {
  .share, .social, .modal, .toast { display: none !important; }
  body { background: #fff; color: #000; }
  .btn { box-shadow: none; border: 1px solid #ccc; }
}
