/* ¤¤¤ Weazel News: verejny web. Barvy, pisma a logo jsou v zaklad.css (spolecne s redakci),
   tady se pouzivaji jen jeho promenne. ¤¤¤ */

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--bg-deep); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.4; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-decoration-color: var(--amber); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a.plain:hover, .btn:hover, .card-link:hover { text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; }
button { font-family: inherit; }
h1, h2, h3 { margin: 0; }
p { margin: 0; }

.wrap { max-width: calc(var(--wrap) + 2 * var(--gutter)); margin: 0 auto; padding: 0 var(--gutter); }
.c2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.c3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.muted { color: var(--muted); }
.muted-2 { color: var(--muted-2); }
.amber { color: var(--amber); }
.only-mobile { display: none !important; }

/* ¤¤¤ Display typografie ¤¤¤ */
.d-title { font-weight: 900; font-stretch: 66%; line-height: 1.02; }
.h-section { font-size: 38px; font-weight: 900; font-stretch: 66%; line-height: 1; }
.h-box { font-size: 26px; font-weight: 900; font-stretch: 68%; line-height: 1.05; }
.section-head { display: flex; align-items: center; gap: 18px; margin-bottom: 22px; }
.section-head .rule { flex-grow: 1; height: 2px; background: var(--line); }
.section-head a.more { font-size: 15px; font-weight: 700; color: var(--amber); white-space: nowrap; }
.section-head--split { align-items: flex-end; justify-content: space-between; gap: 24px; }
.section-head--split p { margin-top: 6px; font-size: 16px; color: var(--muted); }

/* ¤¤¤ Pomocne tridy misto stylu primo v sablonach. ¤¤¤ */
.stack { display: flex; flex-direction: column; gap: 32px; min-width: 0; }
.stack--wide { gap: 48px; }
.self-start { align-self: flex-start; }
.min-w-0 { min-width: 0; }
.mt-0 { margin-top: 0 !important; }
.text-xs { font-size: 13px; }
.text-sm { font-size: 14px; }
.text-md { font-size: 15px; }
.form-error { color: var(--error); font-size: 13px; font-weight: 600; }
.section-head--tight { margin-bottom: 12px; }
.h-section--md { font-size: 36px; }
.h-section--sm { font-size: 34px; }
.h-box--lg { font-size: 34px; }
.show-title { font-size: 52px; margin-top: 6px; }
.show-desc { margin-top: 12px; font-size: 18px; line-height: 1.45; color: var(--text-2); }
.author-title { font-size: 48px; }
.author-role { margin-top: 6px; font-size: 17px; }
.author-bio { max-width: 760px; font-family: var(--serif); font-size: 19px; line-height: 1.55; color: var(--text-2); }

/* ¤¤¤ Tlacitka ¤¤¤ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 18px; border: 1px solid var(--line); background: transparent; color: var(--text); font: 700 15px var(--sans); cursor: pointer; text-align: center; }
.btn-red { background: var(--red); border-color: var(--red); color: var(--white); }
.btn-light { background: var(--text); border-color: var(--text); color: var(--bg); }
.btn-amber { background: var(--amber); border-color: var(--amber); color: var(--bg); font-weight: 800; }
.btn-ghost-light { border: 2px solid var(--text); }
.btn-sm { min-height: 40px; padding: 0 14px; font-size: 14px; }
.btn-icon { width: 48px; padding: 0; }
.btn:disabled { opacity: .6; cursor: not-allowed; }

/* ¤¤¤ Vodoznak na obrazcich (logo je v zaklad.css) ¤¤¤ */
.wmark { position: absolute; top: 16px; right: 18px; width: 40px; height: 40px; background: var(--red); opacity: .85; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; pointer-events: none; }
.wmark b { font-size: 28px; font-weight: 900; font-stretch: 62%; line-height: .8; color: var(--white); }
.wmark i { width: 20px; height: 3px; background: var(--white); }

/* ¤¤¤ Horni reklama (A1) a billboard na uvodu (A5) ¤¤¤ */
.wz-spot-top { background: var(--bg-deep); padding: 12px var(--gutter) 16px; display: flex; flex-direction: column; align-items: center; gap: 6px; }
/* ¤¤¤ Obal reklamy musi mit sirku stranky, jinak se na telefonu roztahne na 970 px a oreze. ¤¤¤ */
.wz-spot-top > .wz-spot { width: 100%; }
.home-billboard { padding: 48px var(--gutter) 0; }
.wz-spot-label { font-size: 11px; color: var(--muted-2); }

/* ¤¤¤ Hlavicka ¤¤¤ */
.site-header { border-top: 1px solid var(--line); }
.site-header .wrap { position: relative; height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.search-form { position: relative; display: flex; }
.search-form input { width: 0; opacity: 0; padding: 0; border: 0; transition: width .2s, opacity .2s; height: 48px; background: var(--bg-deep); color: var(--text); font: 15px var(--sans); }
.search-form.open input { width: 220px; opacity: 1; padding: 0 12px; border: 1px solid var(--line); border-right: 0; }
.search-form .i-close { display: none; }
.search-form.open input:placeholder-shown ~ button .i-search { display: none; }
.search-form.open input:placeholder-shown ~ button .i-close { display: inline; }
.search-form button span { display: inline-flex; }

.usermenu { position: relative; }
.usermenu > summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 12px 0 6px; border: 1px solid var(--line); font-weight: 700; font-size: 15px; }
.usermenu > summary::-webkit-details-marker { display: none; }
.usermenu[open] > summary { background: var(--card); }
.avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--card-2); border: 2px solid var(--line); display: inline-flex; align-items: center; justify-content: center; font-weight: 900; font-size: 13px; font-stretch: 72%; flex-shrink: 0; overflow: hidden; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.avatar--red { border-color: var(--red); }
.usermenu-panel { position: absolute; right: 0; top: calc(100% + 6px); z-index: 50; width: 290px; background: var(--card); border: 1px solid var(--line); box-shadow: 0 12px 32px rgba(0,0,0,.45); padding: 8px; }
.usermenu-panel h4 { margin: 6px 8px 8px; font-size: 12px; color: var(--muted-2); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.usermenu-panel form { margin: 0; }
.usermenu-item { display: flex; align-items: center; gap: 10px; width: 100%; padding: 10px 8px; background: transparent; border: 0; color: var(--text); font: 600 15px var(--sans); text-align: left; cursor: pointer; }
.usermenu-item:hover { background: var(--card-active); text-decoration: none; }
.usermenu-item.is-active { background: var(--card-active); }
.usermenu-item small { display: block; font-size: 12px; color: var(--muted); font-weight: 400; }
.usermenu-sep { height: 1px; background: var(--line); margin: 6px 0; }

/* ¤¤¤ Navigace ¤¤¤ */
.site-nav { position: relative; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.site-nav > .wrap { height: 52px; display: flex; align-items: stretch; gap: 30px; overflow-x: auto; scrollbar-width: none; }
.site-nav > .wrap::-webkit-scrollbar { display: none; }
.site-nav > .wrap > a { display: flex; align-items: center; white-space: nowrap; color: var(--text-2); font-size: 18px; font-weight: 700; font-stretch: 80%; border-bottom: 4px solid transparent; padding-top: 4px; }
.site-nav > .wrap > a:hover { color: var(--white); text-decoration: none; }
/* ¤¤¤ Poslat tip je akce, ne rubrika: odlisi ho barva. ¤¤¤ */
.site-nav > .wrap > a.nav-tip { color: var(--amber); }
.site-nav > .wrap > a.nav-tip:hover { color: var(--white); }
.site-nav > .wrap > a.is-active { color: var(--white); border-bottom-color: var(--red); }
/* ¤¤¤ Tvurci: tlacitko vypada jako odkaz listy, sipka ukazuje, ze otevira panel. ¤¤¤ */
.site-nav .nav-drop { display: flex; align-items: center; gap: 7px; white-space: nowrap; margin: 0; padding: 4px 0 0; background: transparent; border: 0; border-bottom: 4px solid transparent; color: var(--text-2); font-family: inherit; font-size: 18px; font-weight: 700; font-stretch: 80%; cursor: pointer; }
.site-nav .nav-drop:hover, .site-nav .nav-drop[aria-expanded="true"] { color: var(--white); }
.site-nav .nav-drop.is-active { color: var(--white); border-bottom-color: var(--red); }
.nav-drop .caret { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid currentColor; transition: transform .15s; }
.nav-drop[aria-expanded="true"] .caret { transform: rotate(180deg); }

/* ¤¤¤ Panel pod celou listou, mimo posuvny pas (ten by ho orizl). Pres obsah pod listou. ¤¤¤ */
.nav-panel { position: absolute; left: 0; right: 0; top: 100%; z-index: 45; background: var(--card); border-bottom: 1px solid var(--line); box-shadow: 0 18px 36px rgba(0,0,0,.5); max-height: calc(100vh - 150px); overflow-y: auto; }
.nav-panel-grid { display: grid; grid-template-columns: 250px minmax(0, 1fr) 210px; gap: 32px; padding-top: 24px; padding-bottom: 28px; }
.nav-panel-intro h2 { font-size: 32px; font-weight: 900; font-stretch: 66%; line-height: 1; color: var(--white); }
.nav-panel-intro p { margin-top: 8px; font-size: 15px; line-height: 1.45; color: var(--text-2); }
.nav-panel-intro .btn { margin-top: 16px; }
.nav-panel-main { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; align-content: start; }
.nav-panel-empty { color: var(--muted); padding: 10px 0; }
.nav-creator { display: flex; gap: 12px; align-items: center; min-width: 0; padding: 10px 12px; background: var(--bg-deep); color: var(--text); }
.nav-creator:hover { background: var(--card-active); text-decoration: none; }
.nav-creator .creator-avatar { flex-shrink: 0; }
.nav-creator-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.nav-creator-text strong { font-size: 16px; color: var(--white); }
.nav-creator-text span { font-size: 14px; line-height: 1.3; color: var(--text-2); }
.nav-creator-text small { font-size: 13px; font-weight: 700; color: var(--amber); }
.nav-panel-links { display: flex; flex-direction: column; gap: 2px; align-self: start; }
.nav-panel-links a { padding: 9px 10px; color: var(--text); font-size: 16px; font-weight: 600; }
.nav-panel-links a:hover { background: var(--card-active); text-decoration: none; }
/* ¤¤¤ Kdyz se menu nevejde, pravy okraj se ztraci, aby bylo videt, ze jde posouvat. ¤¤¤ */
.site-nav.can-scroll > .wrap { -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 56px), transparent); mask-image: linear-gradient(to right, #000 calc(100% - 56px), transparent); }
.site-nav.can-scroll-left > .wrap { -webkit-mask-image: linear-gradient(to right, transparent, #000 40px); mask-image: linear-gradient(to right, transparent, #000 40px); }
.site-nav.can-scroll.can-scroll-left > .wrap { -webkit-mask-image: linear-gradient(to right, transparent, #000 40px, #000 calc(100% - 56px), transparent); mask-image: linear-gradient(to right, transparent, #000 40px, #000 calc(100% - 56px), transparent); }
/* ¤¤¤ Vodorovne pasy jdou tahnout mysi (weazel.js). Pri tazeni se nevybira text a karty se neprichytavaji. ¤¤¤ */
@media (hover: hover) and (pointer: fine) {
  .can-drag { cursor: grab; user-select: none; }
  .can-drag a, .can-drag img { -webkit-user-drag: none; }
}
.is-dragging, .is-dragging * { cursor: grabbing !important; }
.is-dragging { scroll-snap-type: none !important; }

/* ¤¤¤ Prihlaseni telefonu ve hre kodem ¤¤¤ */
.phone-login { max-width: 560px; }
.phone-login [hidden] { display: none; }
.phone-code { margin: 0; padding: 18px 12px; background: var(--bg-deep); border: 1px solid var(--line); color: var(--white); font: 900 54px/1 var(--sans); font-stretch: 80%; letter-spacing: 6px; text-align: center; }
.phone-steps { margin: 0; padding-left: 22px; display: flex; flex-direction: column; gap: 8px; font-size: 17px; line-height: 1.45; color: var(--text-2); }
.phone-code-input { font-size: 24px; letter-spacing: 4px; text-transform: uppercase; }

/* ¤¤¤ Ticker ¤¤¤ */
.ticker { display: flex; height: 44px; background: var(--red); overflow: hidden; }
.ticker-label { flex-shrink: 0; background: var(--white); color: var(--bg); display: flex; align-items: center; padding: 0 22px 0 max(var(--gutter), calc((100vw - var(--wrap)) / 2)); font-size: 21px; font-weight: 900; font-stretch: 70%; }
.ticker-track { flex-grow: 1; overflow: hidden; display: flex; align-items: center; }
.tick { display: flex; width: max-content; animation: tick 50s linear infinite; }
.ticker:hover .tick { animation-play-state: paused; }
.tick span { color: var(--white); font-size: 16px; font-weight: 600; padding-left: 28px; white-space: nowrap; display: flex; align-items: center; gap: 28px; }
.tick span::after { content: ''; width: 7px; height: 7px; background: var(--white); }
.tick a:hover { text-decoration-color: var(--white); }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .tick { animation: none; } }

/* ¤¤¤ Flash ¤¤¤ */
.flash { padding: 14px 0; font-weight: 600; }
.flash--success { background: var(--green-dark); }
.flash--error { background: var(--red-dark); }
.flash .wrap { display: flex; gap: 12px; align-items: center; }

/* ¤¤¤ Sekce ¤¤¤ */
.section { padding: 56px 0; }
.section--deep { background: var(--bg-deep); }
.section--tight { padding: 40px 0 48px; }

/* ¤¤¤ Hlavni zprava na uvodu a prehravac videa ¤¤¤ */
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 30px; align-items: start; }
a.player { display: block; }
.player { position: relative; width: 100%; aspect-ratio: 16 / 9; background: var(--bg-darkest); overflow: hidden; }
.player > img, .player iframe { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; }
.player-badge { position: absolute; top: 18px; left: 18px; background: var(--bg-deep); color: var(--text); font-size: 13px; font-weight: 700; padding: 5px 10px; }
.player-badge--light { background: var(--white); color: var(--bg); font-weight: 800; }
.play-btn { position: absolute; left: 50%; top: 23%; transform: translateX(-50%); width: 84px; height: 84px; border-radius: 50%; background: var(--red); border: 0; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 6px 24px rgba(0,0,0,.35); }
.play-btn:hover { background: var(--red-light); }
.play-btn svg { width: 34px; height: 34px; margin-left: 4px; }
.chyron { position: absolute; left: 28px; bottom: 30px; width: min(660px, calc(100% - 56px)); display: flex; flex-direction: column; }
.chyron-tab { align-self: flex-start; background: var(--red); color: var(--white); font-size: 16px; font-weight: 800; font-stretch: 80%; padding: 5px 14px; }
.chyron-title { background: var(--white); color: var(--bg); padding: 12px 18px 14px; font-size: 34px; font-weight: 900; font-stretch: 68%; line-height: 1.04; }
.chyron-sub { align-self: flex-start; background: var(--bg); color: var(--text); padding: 6px 18px; font-size: 15px; }
.player.is-playing .chyron, .player.is-playing .play-btn, .player.is-playing .player-badge, .player.is-playing .wmark, .player.is-playing > img, .player.is-playing .preroll-note { display: none; }
.preroll { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; background: var(--veil); z-index: 5; }
.preroll.is-on { display: flex; }
.preroll-box { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; padding: 20px; }
.preroll-box .wz-spot-label { font-size: 12px; }
.preroll-count { font-size: 14px; color: var(--muted); }
.preroll-note { position: absolute; right: 16px; bottom: 16px; background: var(--card-2); color: var(--amber); font-size: 13px; font-weight: 700; padding: 6px 12px; }

.hero-meta { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-top: 20px; }
.hero-meta h1 { font-size: 38px; font-weight: 900; font-stretch: 66%; line-height: 1.02; }
.hero-meta .hero-perex { margin-top: 10px; max-width: 760px; font-family: var(--serif); font-size: 19px; line-height: 1.45; color: var(--text-2); }
.hero-meta .sub { font-size: 14px; color: var(--muted); margin-top: 8px; }
.hero-meta .sponsor-line { margin-top: 8px; }
.hero-buttons { display: flex; gap: 10px; flex-shrink: 0; }

.chapters { background: var(--card); padding: 20px 16px 16px; display: flex; flex-direction: column; gap: 6px; min-height: 100%; }
.chapters h2 { margin: 0 4px 10px; }
.chapter { display: flex; gap: 14px; align-items: center; width: 100%; min-height: 56px; padding: 8px 12px; border: 0; background: transparent; color: var(--text-2); font: inherit; text-align: left; cursor: pointer; }
.chapter:hover { background: var(--card-2); text-decoration: none; }
.chapter.is-active { background: var(--card-active); color: var(--white); }
.chapter-time { font-size: 14px; font-weight: 700; color: var(--amber); width: 42px; flex-shrink: 0; }
.chapter-title { flex-grow: 1; font-size: 16px; font-weight: 600; line-height: 1.25; }
.chapter svg { width: 14px; height: 14px; visibility: hidden; flex-shrink: 0; }
.chapter.is-active svg { visibility: visible; }
.chapters .more { margin: auto 4px 0; padding-top: 12px; font-size: 14px; font-weight: 700; color: var(--amber); }

.sponsor-line { position: relative; font-size: 13px; color: var(--muted); }
.sponsor-line strong { color: var(--text); }

/* ¤¤¤ Porady ¤¤¤ */
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.show-card { display: flex; flex-direction: column; background: var(--card); }
.show-card-media { position: relative; display: block; height: 180px; overflow: hidden; background: var(--card-2); }
.show-card-media img { width: 100%; height: 100%; object-fit: cover; }
.stack-label { position: absolute; left: 14px; bottom: 14px; display: flex; flex-direction: column; align-items: flex-start; right: 14px; }
.stack-label small { background: var(--red); color: var(--white); font-size: 12px; font-weight: 800; padding: 3px 9px; }
.stack-label strong { background: var(--white); color: var(--bg); font-size: 28px; font-weight: 900; font-stretch: 66%; padding: 4px 12px 6px; line-height: 1; }
.show-card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 12px; flex-grow: 1; }
.show-card-body p { font-size: 15px; line-height: 1.45; color: var(--text-2); }
.show-card-foot { margin-top: auto; display: flex; justify-content: space-between; gap: 10px; font-size: 13px; }
.show-card-foot a, .show-card-foot .link { font-weight: 700; color: var(--amber); }

/* ¤¤¤ Videa ¤¤¤ */
.tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.tab { min-height: 44px; padding: 0 16px; background: transparent; color: var(--text); border: 1px solid var(--line); font: 700 15px var(--sans); cursor: pointer; }
.tab[aria-pressed="true"], .tab.is-current { background: var(--white); color: var(--bg); border-color: var(--white); }
a.tab { display: inline-flex; align-items: center; }
.video-card { display: flex; flex-direction: column; gap: 10px; position: relative; }
.video-card[hidden] { display: none; }
.video-thumb { position: relative; display: block; aspect-ratio: 16 / 9; background: var(--card); overflow: hidden; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.badge-show { position: absolute; left: 10px; top: 10px; background: var(--white); color: var(--bg); font-size: 12px; font-weight: 800; padding: 3px 8px; }
.badge-dur { position: absolute; right: 8px; bottom: 8px; background: var(--bg-deep); color: var(--text); font-size: 13px; font-weight: 700; padding: 3px 8px; }
.play-sm { position: absolute; left: 10px; bottom: 10px; width: 44px; height: 44px; border-radius: 50%; background: var(--red); display: flex; align-items: center; justify-content: center; }
.play-sm svg { width: 18px; height: 18px; margin-left: 2px; }
.video-title { font-size: 19px; font-weight: 800; font-stretch: 76%; line-height: 1.15; }
.video-meta { font-size: 13px; color: var(--muted-2); }

/* ¤¤¤ Zpravy ¤¤¤ */
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 30px; align-items: start; }
.news-item { display: flex; gap: 24px; padding: 18px 0; border-top: 1px solid var(--line); position: relative; }
.news-item-media { width: 240px; aspect-ratio: 16 / 9; flex-shrink: 0; align-self: flex-start; background: var(--card); overflow: hidden; }
.news-item-media img { width: 100%; height: 100%; object-fit: cover; }
.news-item-body { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.kicker { font-size: 13px; font-weight: 700; color: var(--amber); }
.news-title { font-size: 25px; font-weight: 800; font-stretch: 72%; line-height: 1.1; }
.news-perex { font-family: var(--serif); font-size: 17px; line-height: 1.45; color: var(--text-2); }
.news-meta { font-size: 13px; color: var(--muted-2); }
.news-item--sponsored { background: var(--card); padding: 18px 16px; }
.news-item--sponsored .news-item-media { display: flex; align-items: center; justify-content: center; }

.crew-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.crew-person { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.crew-avatar { width: 76px; height: 76px; border-radius: 50%; background: var(--card-2); border: 3px solid var(--line); display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 900; font-stretch: 72%; overflow: hidden; }
.crew-avatar.is-accent { border-color: var(--red); }
.crew-avatar img { width: 100%; height: 100%; object-fit: cover; }
.crew-person strong { font-size: 17px; line-height: 1.2; }
.crew-person span { font-size: 13px; color: var(--muted); line-height: 1.35; }

/* ¤¤¤ Postranni sloupec ¤¤¤ */
.sidebar { display: flex; flex-direction: column; gap: 24px; }
.box { background: var(--card); padding: 20px; display: flex; flex-direction: column; gap: 4px; }
.box h2 { margin-bottom: 8px; }
.press-item { display: flex; flex-direction: column; gap: 6px; padding: 12px 0; border-top: 1px solid var(--line); }
.press-item .row { display: flex; align-items: center; gap: 8px; }
.org-badge { font-size: 12px; font-weight: 800; padding: 2px 8px; }
.press-item .time { font-size: 12px; color: var(--muted-2); }
.press-item .title { font-size: 15px; font-weight: 600; line-height: 1.3; }
.box .more { margin-top: 8px; font-size: 14px; font-weight: 700; color: var(--amber); }
.wanted-head { display: flex; align-items: center; gap: 10px; }
.wanted-item { display: flex; gap: 14px; padding-top: 14px; margin-top: 10px; border-top: 1px solid var(--line); }
.wanted-photo { width: 64px; height: 80px; flex-shrink: 0; background: var(--line); display: flex; align-items: flex-end; justify-content: center; overflow: hidden; }
.wanted-photo img { width: 100%; height: 100%; object-fit: cover; }
.wanted-item strong { font-size: 16px; line-height: 1.2; display: block; }
.wanted-item .crime { font-size: 13px; color: var(--muted); line-height: 1.35; display: block; margin-top: 4px; }
.wanted-item .reward { font-size: 13px; font-weight: 700; color: var(--amber); display: block; margin-top: 4px; }
.box .note { margin-top: 12px; font-size: 13px; color: var(--muted-2); line-height: 1.4; }
.top-list { list-style: none; margin: 0; padding: 0; }
.top-list li { display: flex; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); align-items: flex-start; }
.top-thumb { position: relative; width: 104px; height: 58px; flex-shrink: 0; background: var(--card-2); }
.top-thumb img { width: 100%; height: 100%; object-fit: cover; }
.top-thumb span { position: absolute; right: 3px; bottom: 3px; background: var(--bg-deep); font-size: 11px; font-weight: 700; padding: 1px 5px; }
.top-list a.title { font-size: 15px; font-weight: 700; line-height: 1.25; }
.wz-spot-sticky { position: sticky; top: 16px; }

/* ¤¤¤ Inzeraty a kariera ¤¤¤ */
.classifieds-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 20px; }
.classified { background: var(--card); padding: 16px 18px; display: flex; flex-direction: column; gap: 10px; min-height: 170px; }
.classified .cat { font-size: 12px; font-weight: 800; color: var(--amber); }
.classified p { font-size: 15px; line-height: 1.4; }
.classified .foot { margin-top: auto; display: flex; justify-content: space-between; gap: 10px; font-size: 14px; }
.classified .foot span { color: var(--muted); }
.classified.is-highlighted { box-shadow: inset 0 0 0 2px var(--amber); }
.classified-badge { margin-left: 8px; padding: 2px 6px; background: var(--amber); color: var(--bg); font-size: 11px; }
.order-summary { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 16px; padding: 14px 16px; background: var(--card-2); font-size: 16px; }
.order-summary strong { font-size: 20px; }
.career-box { background: var(--red); color: var(--white); padding: 26px 24px; display: flex; flex-direction: column; gap: 14px; }
.career-box h2 { font-size: 38px; font-weight: 900; font-stretch: 64%; line-height: .98; }
.career-box p { font-size: 16px; line-height: 1.45; }
.career-box .btn { margin-top: auto; background: var(--white); color: var(--bg); border-color: var(--white); }
.career-box small { font-size: 13px; }
.career-box--card { background: var(--card); color: var(--text); }
.career-box--card h2 { font-size: 30px; }
.account-stats { margin-top: 8px; }
.page-body--flush { padding-top: 0; }
.section.home-empty { padding: 56px 0; }
.home-empty h1 { font-size: 52px; margin-top: 6px; }
.home-empty p { margin-top: 12px; max-width: 620px; font-size: 18px; line-height: 1.5; color: var(--text-2); }
.home-empty-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }

/* ¤¤¤ Rubriky na uvodu vedle sebe: clanek s obrazkem, dva titulky a odkaz na rubriku. ¤¤¤ */
.home-rubrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.home-rubric { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.home-rubric-media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--card); }
.home-rubric-media img { width: 100%; height: 100%; object-fit: cover; }
.home-rubric-lead { font-size: 23px; font-weight: 800; font-stretch: 74%; line-height: 1.12; color: var(--white); }
.home-rubric-link { padding-top: 12px; border-top: 1px solid var(--line); font-size: 16px; font-weight: 600; line-height: 1.3; color: var(--text); }
.home-rubric .more { margin-top: auto; padding-top: 4px; font-size: 14px; font-weight: 700; color: var(--amber); }
.shows-videos { margin-top: 56px; }
.account-stats .stat { display: flex; flex-direction: column; gap: 6px; color: var(--text); }
.account-stats .stat:hover { background: var(--card-2); }
.account-note { margin-top: 10px; }
.account-inline-form { margin: 0; }
.account-inline-form .btn { min-height: 36px; }
.account-logout { width: 100%; }

/* ¤¤¤ Paticka ¤¤¤ */
.site-footer { background: var(--bg-deep); color: var(--muted); padding: 48px 0 32px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; }
.footer-about { display: flex; flex-direction: column; gap: 14px; width: 300px; flex-shrink: 0; }
.footer-about p { font-family: var(--serif); font-size: 16px; line-height: 1.45; }
/* ¤¤¤ Sloupcu je tolik, kolik je odkazu (Komunita jen s odkazy), na pocitaci vpravo. ¤¤¤ */
.footer-cols { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 190px); justify-content: end; gap: 32px; flex-grow: 1; }
.footer-cols nav { display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.footer-cols h3 { margin: 0 0 4px; font-size: 16px; color: var(--white); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 32px; padding-top: 18px; display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; font-size: 13px; color: var(--muted-2); }

/* ¤¤¤ Clanek ¤¤¤ */
/* ¤¤¤ Jen svisle odsazeni, bocni dava .wrap na stejnem prvku. ¤¤¤ */
.article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 60px; align-items: start; padding-top: 36px; padding-bottom: 64px; }
.breadcrumbs { font-size: 14px; color: var(--muted); display: flex; gap: 8px; flex-wrap: wrap; }
.article-media { margin-top: 18px; }
.article-cover { margin-top: 18px; aspect-ratio: 16 / 9; background: var(--card); overflow: hidden; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-cover figcaption { font-size: 13px; color: var(--muted-2); padding-top: 8px; }
.article-title { margin-top: 28px; font-size: 58px; font-weight: 900; font-stretch: 66%; line-height: 1.02; overflow-wrap: anywhere; }
.article-perex { margin-top: 18px; font-family: var(--serif); font-size: 23px; font-weight: 500; line-height: 1.45; color: var(--text-3); max-width: 760px; }
.byline { margin-top: 24px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.credits { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.credit { display: flex; flex-direction: column; gap: 2px; }
.credit + .credit { padding-left: 22px; border-left: 1px solid var(--line); }
.credit strong, .credit a { font-weight: 700; font-size: 16px; color: var(--text); }
.credit span { font-size: 13px; color: var(--muted); }
.credit .reward { color: var(--amber); font-weight: 700; }
.credit-main { display: flex; align-items: center; gap: 12px; }
.byline-date { font-size: 14px; color: var(--muted); text-align: right; line-height: 1.4; }
.rewards-note { margin-top: 10px; font-size: 13px; color: var(--muted-2); }
.rewards-note strong { color: var(--amber); }
.preview-banner { background: var(--amber); color: var(--bg); font-weight: 700; padding: 12px 16px; margin-top: 18px; }

.prose { margin-top: 32px; display: flex; flex-direction: column; gap: 22px; font-family: var(--serif); font-size: 20px; line-height: 1.65; color: var(--text-body); overflow-wrap: anywhere; }
.prose > * { max-width: 680px; margin: 0; }
.prose h2, .prose h3 { font-family: var(--sans); font-weight: 900; font-stretch: 68%; color: var(--text); line-height: 1.1; }
.prose h2 { font-size: 30px; }
.prose h3 { font-size: 24px; }
.prose a { color: var(--amber); text-decoration: underline; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose img { max-width: 100%; height: auto; }
.prose figure { margin: 0; }
.prose blockquote { margin: 10px 0; padding: 20px 0 0; border-top: 6px solid var(--red); max-width: 680px; font-style: italic; font-size: 28px; line-height: 1.3; color: var(--white); }
.prose blockquote p { margin: 0; }
.prose hr { border: 0; border-top: 1px solid var(--line); width: 100%; }
:is(.prose, .wz-body) .wz-spot-inline { max-width: none; }
:is(.prose, .wz-body) .wz-spot-inline, :is(.prose, .wz-body) .wz-spot-inline * { font-family: var(--sans); }
:is(.prose, .wz-body) .wz-spot-inline a { color: inherit; text-decoration: none; }
:is(.prose, .wz-body) .wz-spot-inline { font-size: 16px; line-height: 1.4; }
.wz-body { margin-top: 32px; }
/* ¤¤¤ Pravidla redakce: text z nastaveni, sirka radku jako u clanku. ¤¤¤ */
.wz-body.rules-body { margin-top: 0; max-width: 760px; }
.wz-spot-inline { margin: 10px 0; padding: 18px 0 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; gap: 8px; font-family: var(--sans); }
.wz-spot-inline .wz-spot-label + * { margin: 0; }
.wz-spot-inline .after { font-size: 13px; color: var(--muted-2); }

.press-box { background: var(--card); padding: 20px 24px; display: flex; flex-direction: column; gap: 10px; margin-top: 32px; max-width: 680px; }
.press-box .row { display: flex; align-items: center; gap: 10px; }
.press-box h3 { font-size: 18px; font-weight: 800; }
.press-box span.who { font-size: 14px; color: var(--muted); }

.tags { margin-top: 32px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.tags > span { font-size: 14px; color: var(--muted); }
.tag-pill { font-size: 14px; font-weight: 600; background: var(--card); border: 1px solid var(--line); padding: 8px 14px; }

.article-actions { margin-top: 24px; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.like-btn { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px; background: transparent; color: var(--text); border: 1px solid var(--line); font: 700 15px var(--sans); cursor: pointer; }
.like-btn svg { width: 18px; height: 18px; }
.like-btn.is-liked { background: var(--red); border-color: var(--red); color: var(--white); }
.like-btn--sm { min-height: 32px; padding: 0 10px; font-size: 13px; }
.like-btn--sm svg { width: 14px; height: 14px; }

.tip-box { margin-top: 32px; background: var(--red); padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--white); }
.tip-box h2 { font-size: 31px; font-weight: 900; font-stretch: 66%; line-height: 1; }
.tip-box p { margin-top: 6px; font-size: 16px; line-height: 1.4; }
.tip-box .btn { flex-shrink: 0; background: var(--white); color: var(--bg); border-color: var(--white); }

.comments { margin-top: 48px; }
.comments-note { display: flex; align-items: center; justify-content: space-between; gap: 18px; background: var(--card); padding: 14px 18px; margin-bottom: 8px; }
.comments-note span { font-size: 15px; color: var(--text-2); }
.comment { display: flex; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); }
.comment .avatar { width: 40px; height: 40px; font-size: 15px; background: var(--line); border: 0; }
.comment-body { display: flex; flex-direction: column; gap: 6px; min-width: 0; flex-grow: 1; }
.comment-head { font-size: 15px; }
.comment-head .time { color: var(--muted-2); }
.comment-text { font-size: 16px; line-height: 1.5; color: var(--text-3); white-space: pre-line; overflow-wrap: anywhere; }
.comment-tools { display: flex; gap: 10px; align-items: center; }
.comment-tools button.link { background: none; border: 0; color: var(--muted); font: 600 13px var(--sans); cursor: pointer; padding: 0; }
.comment-replies { margin-left: 54px; }
.comment-replies .comment { padding: 14px 0; }
.comment-form { display: flex; flex-direction: column; gap: 10px; margin: 14px 0 8px; }
.comment-form .row { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; font-size: 13px; color: var(--muted); }
.reply-form { margin-left: 54px; }

/* ¤¤¤ Formulare ¤¤¤ */
.form-card { background: var(--card); padding: 28px; display: flex; flex-direction: column; gap: 18px; max-width: 720px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-weight: 700; font-size: 15px; }
.field .hint { font-size: 13px; color: var(--muted); }
.field .error { font-size: 13px; color: var(--error); font-weight: 600; }
.input, .select, .textarea { width: 100%; min-height: 48px; padding: 10px 14px; background: var(--bg-deep); color: var(--text); border: 1px solid var(--line); font: 16px var(--sans); }
.textarea { min-height: 140px; resize: vertical; line-height: 1.5; }
.input:focus, .select:focus, .textarea:focus { border-color: var(--amber); outline: none; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; }
.check input { margin-top: 1px; }

/* ¤¤¤ Ovladaci prvky ve stylu webu: zaskrtavatka, prepinace, vybery, cisla, datumy, barva, soubory a hledani.
   Prohlizec je sam nekresli (appearance: none), na PC i v telefonu ve hre vypadaji stejne. Skryte prvky
   (prepinac v panelu, tlacitka souboru) si velikost a pruhlednost nastavuji samy a maji prednost. ¤¤¤ */
input[type="checkbox"], input[type="radio"] {
  -webkit-appearance: none; appearance: none; flex: none; width: 20px; height: 20px; margin: 0; display: inline-grid; place-content: center;
  background: var(--bg-deep); border: 2px solid var(--muted-2); color: var(--white); vertical-align: middle; cursor: pointer;
  transition: background-color .15s, border-color .15s;
}
input[type="radio"] { border-radius: 50%; }
input[type="checkbox"]::before { content: ''; width: 10px; height: 5px; margin-top: -3px; border: solid currentColor; border-width: 0 0 2.5px 2.5px; transform: rotate(-45deg); opacity: 0; }
input[type="radio"]::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--amber); transform: scale(0); transition: transform .15s; }
input[type="checkbox"]:checked { background: var(--red); border-color: var(--red); }
input[type="checkbox"]:checked::before { opacity: 1; }
input[type="radio"]:checked { border-color: var(--amber); }
input[type="radio"]:checked::before { transform: scale(1); }
input[type="checkbox"]:hover, input[type="radio"]:hover { border-color: var(--amber); }
input[type="checkbox"]:disabled, input[type="radio"]:disabled { opacity: .5; cursor: default; }
.select { -webkit-appearance: none; appearance: none; padding-right: 42px; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23B7ADD3'%3E%3Cpath d='M5.3 7.3a1 1 0 0 1 1.4 0L10 10.6l3.3-3.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 0-1.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 18px; }
.select:hover { border-color: var(--muted-2); }
input[type="number"] { -moz-appearance: textfield; appearance: textfield; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
input[type="search"] { -webkit-appearance: none; appearance: none; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; display: none; }
input[type="date"]::-webkit-calendar-picker-indicator, input[type="datetime-local"]::-webkit-calendar-picker-indicator, input[type="time"]::-webkit-calendar-picker-indicator {
  cursor: pointer; opacity: .85; filter: invert(76%) sepia(58%) saturate(1000%) hue-rotate(330deg) brightness(104%);
}
input[type="color"] { -webkit-appearance: none; appearance: none; width: 64px; height: 48px; padding: 5px; background: var(--bg-deep); border: 1px solid var(--line); cursor: pointer; }
input[type="color"]::-webkit-color-swatch-wrapper { padding: 0; }
input[type="color"]::-webkit-color-swatch { border: 0; }
input[type="color"]::-moz-color-swatch { border: 0; }
input[type="color"]:hover, input[type="color"]:focus { border-color: var(--amber); outline: none; }
input[type="file"] { color: var(--muted); font: 14px var(--sans); }
input[type="file"].input { padding: 7px 8px; }
input[type="file"]::file-selector-button { margin-right: 12px; padding: 7px 14px; border: 1px solid var(--line); background: var(--card-2); color: var(--text); font: 700 14px var(--sans); cursor: pointer; }
input[type="file"]::-webkit-file-upload-button { margin-right: 12px; padding: 7px 14px; border: 1px solid var(--line); background: var(--card-2); color: var(--text); font: 700 14px var(--sans); cursor: pointer; }
input[type="file"]:hover::file-selector-button { border-color: var(--amber); }
::placeholder { color: var(--muted-2); opacity: 1; }
/* ¤¤¤ Vyber souboru: vlastni tlacitko a nazev souboru misto tlacitka prohlizece (weazel.js, data-file-pick). ¤¤¤ */
.file-pick { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; min-width: 0; }
.file-pick-btn { position: relative; overflow: hidden; cursor: pointer; }
.file-pick-btn input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.file-pick-btn:focus-within { outline: 3px solid var(--amber); outline-offset: 2px; }
.file-pick-name { min-width: 0; font-size: 14px; color: var(--muted); overflow-wrap: anywhere; }
.file-pick.is-picked .file-pick-name { color: var(--text); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ¤¤¤ Podstranky ¤¤¤ */
.page-head { padding: 40px 0 8px; }
.page-head h1 { font-size: 52px; font-weight: 900; font-stretch: 66%; line-height: 1.02; }
.page-head p { margin-top: 10px; font-size: 18px; color: var(--muted); max-width: 760px; line-height: 1.45; }
.page-body { padding: 24px 0 64px; }
.list-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 24px; }
.empty { padding: 40px; background: var(--card); color: var(--muted); text-align: center; font-size: 16px; }
.pagination { display: flex; gap: 8px; margin-top: 32px; flex-wrap: wrap; }
.pagination a, .pagination span { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid var(--line); font-weight: 700; }
.pagination .is-current { background: var(--white); color: var(--bg); border-color: var(--white); }
.pagination .is-disabled { opacity: .4; }
.stat-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 20px 0 32px; }
.stat { background: var(--card); padding: 18px; }
.stat b { display: block; font-size: 34px; font-weight: 900; font-stretch: 66%; line-height: 1; }
.stat span { font-size: 14px; color: var(--muted); }
.table { width: 100%; border-collapse: collapse; font-size: 15px; }
.table th, .table td { text-align: left; padding: 12px 10px; border-top: 1px solid var(--line); vertical-align: top; }
.table th { font-size: 13px; color: var(--muted-2); font-weight: 700; }
.table td.num, .table th.num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.table-wrap { overflow-x: auto; }
.slot-card { background: var(--card); padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.slot-card .code { font-size: 28px; font-weight: 900; font-stretch: 66%; color: var(--amber); }
.slot-card .price { font-size: 20px; font-weight: 800; }
.price-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.price-list li { display: flex; justify-content: space-between; gap: 12px; font-size: 15px; }
.price-list strong { font-size: 17px; }
.show-hero { display: grid; grid-template-columns: 420px minmax(0, 1fr); gap: 30px; align-items: center; padding: 40px 0 24px; }
.show-hero .media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--card); }
.show-hero .media img { width: 100%; height: 100%; object-fit: cover; }
.author-head { display: flex; gap: 24px; align-items: center; padding: 40px 0 16px; }
.author-head .crew-avatar { width: 110px; height: 110px; font-size: 36px; }
.chip { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; padding: 4px 10px; background: var(--card-2); }

/* ¤¤¤ Reklamy. Tridy a atributy reklam nemaji v nazvu "ad": blokovani reklam (EasyList v Opere, uBlock, AdBlock)
   by jinak skrylo kazdou pozici i nahled ?sloty=1. Oznaceni Reklama a Sponzorovano zustava. ¤¤¤ */
.wz-spot-box { position: relative; display: block; overflow: hidden; }
.wz-spot-box img.wz-spot-img { width: 100%; height: 100%; object-fit: cover; }
.wz-spot-tpl { width: 100%; height: 100%; display: flex; align-items: center; gap: 24px; padding: 0 28px; overflow: hidden; }
.wz-spot-tpl .wz-spot-logo { flex-shrink: 0; width: 64px; height: 64px; object-fit: contain; }
.wz-spot-tpl .wz-spot-text { display: flex; flex-direction: column; gap: 4px; flex-grow: 1; min-width: 0; }
.wz-spot-tpl .wz-spot-head { font-size: 30px; font-weight: 900; font-stretch: 70%; line-height: 1; }
.wz-spot-tpl .wz-spot-body { font-size: 15px; line-height: 1.3; }
.wz-spot-tpl .wz-spot-cta { flex-shrink: 0; font-weight: 800; font-size: 15px; padding: 12px 18px; }
.wz-spot-tpl--tall { flex-direction: column; align-items: stretch; justify-content: space-between; padding: 22px; gap: 10px; }
.wz-spot-tpl--tall .wz-spot-adv { font-size: 13px; font-weight: 700; opacity: .85; }
.wz-spot-tpl--tall .wz-spot-head { font-size: 36px; line-height: 1; font-stretch: 64%; }
.wz-spot-tpl--tall .wz-spot-cta { align-self: flex-start; }
.wz-spot-tpl--tall.is-xl .wz-spot-head { font-size: 50px; }
.wz-spot-tpl--tall ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: 17px; }
.wz-spot-tpl--tall li::before { content: '✓'; color: var(--amber); font-weight: 900; margin-right: 10px; }
.wz-spot-tpl--billboard { padding: 0 44px; gap: 30px; }
.wz-spot-tpl--billboard .wz-spot-head { font-size: 68px; font-stretch: 62%; line-height: .95; }
.wz-spot-tpl--billboard .wz-spot-body { font-size: 20px; }
.wz-spot-tpl--billboard .wz-spot-visual { width: 42%; height: 80%; object-fit: contain; margin-left: auto; }
.wz-spot-tpl--strip { gap: 10px; padding: 0 12px; }
.wz-spot-tpl--strip .wz-spot-head { font-size: 19px; white-space: nowrap; }
.wz-spot-tpl--strip .wz-spot-body { font-size: 12px; line-height: 1.2; }
/* ¤¤¤ Prazdne misto nabizene k pronajmu: nenapadne, at neprebiji obsah. ¤¤¤ */
.wz-spot-house { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 12px; text-align: center; border: 1px dashed var(--line); color: var(--muted-2); background: transparent; }
.wz-spot-house strong { color: var(--muted); font-size: 16px; font-weight: 800; font-stretch: 72%; }
.wz-spot-house span { font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.wz-spot-house:hover strong { color: var(--text); }
.wz-spot-overlay { position: absolute; inset: 0; z-index: 3; border: 3px dashed var(--bg); background: var(--amber-veil); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 8px; color: var(--bg); text-align: center; pointer-events: none; }
.wz-spot-overlay strong { font-size: 22px; font-weight: 900; font-stretch: 72%; line-height: 1.05; }
.wz-spot-overlay span { font-size: 13px; }
.wz-spot-tile { position: relative; aspect-ratio: 16 / 9; display: flex; flex-direction: column; justify-content: center; gap: 2px; padding: 0 18px; overflow: hidden; }
.wz-spot-tile .badge-show { background: var(--text); }
.wz-spot-tile .adv { font-size: 13px; font-weight: 600; margin-top: 18px; opacity: .9; }
.wz-spot-tile .head { font-size: 44px; font-weight: 900; font-stretch: 62%; line-height: .95; }
.wz-spot-tile img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* ¤¤¤ Reklamni lista dole (A9), na pocitaci i mobilu, da se zavrit. ¤¤¤ */
.bottom-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; height: 66px; background: var(--bg-deep); border-top: 1px solid var(--line); box-shadow: 0 -6px 16px rgba(0,0,0,.35); display: none; align-items: center; justify-content: center; }
.bottom-bar.is-on { display: flex; }
.bottom-bar .close { position: absolute; right: 2px; top: 11px; width: 28px; height: 44px; border: 0; background: transparent; color: var(--muted); font-size: 18px; cursor: pointer; }
body.has-bottom-bar { padding-bottom: 66px; }

/* ¤¤¤ Stranka hledani: velke pole, na telefonu tlacitko pod nim. ¤¤¤ */
.search-page-form { display: flex; gap: 10px; margin-top: 18px; max-width: 620px; }
.search-page-form .input { flex: 1; min-width: 0; font-size: 17px; }

/* ¤¤¤ Oznameni ¤¤¤ */
.notif { position: relative; }
.notif > summary { list-style: none; position: relative; cursor: pointer; }
.notif > summary::-webkit-details-marker { display: none; }
.notif[open] > summary { background: var(--card); }
.notif-badge { position: absolute; top: 3px; right: 3px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: var(--red); color: var(--white); font-size: 11px; font-weight: 800; line-height: 18px; text-align: center; }
.notif-panel { position: absolute; right: 0; top: calc(100% + 6px); z-index: 50; width: 340px; max-height: 70vh; overflow-y: auto; background: var(--card); border: 1px solid var(--line); box-shadow: 0 12px 32px rgba(0,0,0,.45); padding: 8px; }
.notif-panel h4 { margin: 6px 8px 8px; font-size: 12px; color: var(--muted-2); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.notif-item { display: flex; flex-direction: column; gap: 3px; padding: 10px 8px 10px 10px; color: var(--text); border-left: 3px solid transparent; }
.notif-item:hover { background: var(--card-active); text-decoration: none; }
.notif-item.is-unread { border-left-color: var(--amber); }
.notif-item strong { font-size: 15px; }
.notif-item span { font-size: 14px; color: var(--text-2); overflow-wrap: anywhere; }
.notif-item small { font-size: 12px; color: var(--muted-2); }
.notif-empty { padding: 12px 8px; color: var(--muted); }
.notif-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.notif-head h4 { margin-right: 0; }
.notif-mute { flex: none; width: 36px; height: 36px; border: 0; padding: 0; display: grid; place-items: center; background: transparent; color: var(--muted); cursor: pointer; }
.notif-mute:hover { color: var(--text); background: var(--card-active); }
.notif-mute svg { width: 20px; height: 20px; }
.notif-mute .i-off, .notif-mute.is-muted .i-on { display: none; }
.notif-mute.is-muted .i-off { display: block; color: var(--amber); }
/* ¤¤¤ Zive oznameni (public/js/zive.js): na PC vpravo pod hlavickou, na telefonu nahore. ¤¤¤ */
.wz-toasts { position: fixed; z-index: 250; top: 112px; right: 16px; width: 340px; max-width: calc(100vw - 32px); display: flex; flex-direction: column; gap: 8px; pointer-events: none; }
.wz-toast { position: relative; display: flex; align-items: flex-start; gap: 10px; padding: 12px 36px 12px 12px; background: var(--card); color: var(--text); border: 1px solid var(--line); border-left: 3px solid var(--amber); box-shadow: 0 12px 32px rgba(0,0,0,.5); pointer-events: auto; animation: wz-toast-in .25s ease; transition: opacity .25s, transform .25s; }
.wz-toast:hover { text-decoration: none; background: var(--card-2); }
.wz-toast.is-gone { opacity: 0; transform: translateX(16px); }
.wz-toast-pic { flex: 0 0 36px; width: 36px; height: 36px; border-radius: 50%; overflow: hidden; display: grid; place-items: center; background: var(--red); color: var(--white); font-weight: 800; }
.wz-toast-pic img { width: 100%; height: 100%; object-fit: cover; }
.wz-toast-body { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.wz-toast-body strong { font-size: 15px; overflow-wrap: anywhere; }
.wz-toast-body span { font-size: 14px; color: var(--text-2); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: anywhere; }
.wz-toast-x { position: absolute; top: 6px; right: 4px; width: 28px; height: 28px; border: 0; padding: 0; background: transparent; color: var(--muted); font-size: 14px; cursor: pointer; }
@keyframes wz-toast-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
@media (max-width: 980px) { .wz-toasts { top: 68px; left: 12px; right: 12px; width: auto; max-width: none; } }
@media (prefers-reduced-motion: reduce) { .wz-toast { animation: none; transition: none; } }

/* ¤¤¤ Kredit ¤¤¤ */
.wallet-balance b { font-size: 48px; margin-top: 6px; }
.ledger-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 12px 0; border-top: 1px solid var(--line); }
.ledger-main { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.ledger-main .title { font-size: 15px; font-weight: 600; line-height: 1.3; overflow-wrap: anywhere; }
.ledger-main .time { font-size: 12px; color: var(--muted-2); }
.ledger-amount { font-weight: 800; white-space: nowrap; color: var(--text-2); }
.ledger-amount.is-plus { color: var(--green); }
.usermenu-credit { display: flex; justify-content: space-between; }
.usermenu-credit strong { color: var(--amber); }

/* ¤¤¤ Tvurci ¤¤¤ */
.chip--tiny { padding: 1px 6px; font-size: 11px; }
.chip--adult { background: var(--red); color: var(--white); }
.chip--amber { background: var(--amber); color: var(--bg); }
.creators-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.creators-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.creator-card { display: flex; flex-direction: column; background: var(--card); color: var(--text); }
.creator-card:hover { background: var(--card-2); }
.creator-card-cover { display: block; height: 120px; overflow: hidden; background: linear-gradient(135deg, var(--red-dark), var(--bg-deep) 70%); }
.creator-card-cover img { width: 100%; height: 100%; object-fit: cover; }
.creator-card-body { display: flex; flex-direction: column; gap: 6px; padding: 0 16px 16px; flex-grow: 1; }
.creator-card-body .creator-avatar { margin-top: -34px; }
.creator-card-name { font-size: 24px; font-weight: 900; font-stretch: 68%; line-height: 1.05; margin-top: 4px; }
.creator-card-name .chip { vertical-align: 3px; padding: 2px 6px; font-size: 11px; font-stretch: 100%; }
.creator-card-tagline { font-size: 14px; color: var(--text-2); line-height: 1.35; }
.creator-card-foot { display: flex; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 10px; font-size: 13px; font-weight: 700; color: var(--amber); }
.is-blurred img { filter: blur(18px); transform: scale(1.1); }
.creator-avatar { width: 68px; height: 68px; border-radius: 50%; border: 3px solid var(--card); background: var(--card-2); display: inline-flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; font-weight: 900; font-size: 22px; font-stretch: 70%; }
.creator-avatar img { width: 100%; height: 100%; object-fit: cover; }
.creator-avatar--sm { width: 42px; height: 42px; border-width: 2px; font-size: 15px; }
.creator-avatar--lg { width: 132px; height: 132px; border: 4px solid var(--bg); font-size: 42px; }
.creator-hero { background: var(--bg-deep); }
.creator-cover { height: 260px; overflow: hidden; background: linear-gradient(135deg, var(--red-dark), var(--bg-deep) 60%); }
.creator-cover img { width: 100%; height: 100%; object-fit: cover; }
.creator-head { display: flex; align-items: flex-end; gap: 22px; padding-bottom: 22px; }
.creator-head .creator-avatar--lg { margin-top: -66px; }
.creator-title { flex-grow: 1; min-width: 0; padding-top: 14px; }
.creator-title h1 { font-size: 52px; margin-top: 2px; overflow-wrap: anywhere; }
.creator-tagline { margin-top: 6px; font-size: 18px; color: var(--text-2); line-height: 1.4; }
.creator-meta { margin-top: 6px; font-size: 14px; color: var(--muted-2); }
.creator-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.creator-actions form { margin: 0; }
.btn.is-on { background: var(--card-active); border-color: var(--amber); }
.creator-body { padding-top: 28px; }
.creator-feed { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.creator-bio p { font-family: var(--serif); font-size: 18px; line-height: 1.55; color: var(--text-2); }
.creator-side { display: flex; flex-direction: column; gap: 16px; }
.creator-subs { gap: 12px; }
.creator-subs h2 { margin-bottom: 0; }
.creator-mysub { display: flex; flex-direction: column; gap: 6px; padding: 12px 14px; background: var(--card-active); border-left: 3px solid var(--amber); font-size: 15px; }
.creator-mysub form { display: flex; flex-wrap: wrap; gap: 4px 10px; align-items: baseline; margin: 0; font-size: 14px; }
.creator-mysub .link, .cpost-foot .link { background: none; border: 0; padding: 0; color: var(--amber); font: 700 14px var(--sans); cursor: pointer; }
.tier { display: flex; flex-direction: column; gap: 8px; padding: 14px 0 2px; border-top: 1px solid var(--line); }
.tier.is-current .tier-head strong::after { content: 'Vaše úroveň'; display: inline-block; white-space: nowrap; margin-left: 8px; padding: 2px 6px; background: var(--amber); color: var(--bg); font-size: 11px; font-stretch: 100%; vertical-align: 3px; }
.tier-head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.tier-head strong { font-size: 22px; font-weight: 900; font-stretch: 68%; }
.tier-head span { font-size: 14px; color: var(--muted); white-space: nowrap; }
.tier-head b { font-size: 18px; color: var(--text); }
.tier-desc { font-size: 14px; color: var(--text-2); line-height: 1.45; white-space: pre-line; }
.tier-buy { display: flex; gap: 8px; margin: 0; }
.tier-buy .select { flex: 1; min-width: 0; min-height: 40px; padding: 6px 10px; font-size: 14px; }
.tier form { margin: 0; }
.tier-note { font-size: 13px; color: var(--muted); }
.creator-extra summary, .creator-report summary { cursor: pointer; font-weight: 700; list-style: none; }
.creator-extra summary { font-size: 22px; font-weight: 900; font-stretch: 68%; }
.creator-extra summary::-webkit-details-marker, .creator-report summary::-webkit-details-marker { display: none; }
.creator-extra summary::after, .creator-report summary::after { content: ' +'; color: var(--amber); }
.creator-extra[open] summary::after, .creator-report[open] summary::after { content: ' −'; }
.creator-report { padding: 0 4px; font-size: 14px; color: var(--muted); }
.creator-form { display: flex; flex-direction: column; gap: 12px; margin-top: 12px; }
.creator-form .textarea { min-height: 80px; }
.creator-mini { gap: 8px; color: var(--text); }
.creator-mini strong { font-size: 24px; font-weight: 900; font-stretch: 68%; }
.adult-gate { display: flex; justify-content: center; padding-top: 48px; }
.adult-gate .form-card { width: 100%; max-width: 520px; }
.adult-gate-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 0; }
.cpost { background: var(--card); padding: 18px 20px; display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.cpost-head { display: flex; align-items: center; gap: 12px; }
.cpost-who { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex-grow: 1; }
.cpost-who strong { font-size: 16px; }
.cpost-who .time { font-size: 13px; color: var(--muted-2); }
.cpost-chips { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.cpost-chips .chip { font-size: 12px; padding: 3px 8px; }
.cpost-note { padding: 8px 12px; background: var(--card-active); border-left: 3px solid var(--amber); font-size: 14px; color: var(--text-2); }
.cpost-title { font-size: 28px; font-weight: 900; font-stretch: 68%; line-height: 1.05; }
.cpost-title--lg { font-size: 40px; }
.cpost-text { font-family: var(--serif); font-size: 17px; line-height: 1.5; color: var(--text-2); overflow-wrap: anywhere; }
.cpost-prose { font-size: 17px; margin: 0; }
.cpost-prose > :first-child { margin-top: 0; }
.cpost-media { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
.cpost-media > a, .cpost-media > span { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: var(--bg-deep); }
.cpost-media img { width: 100%; height: 100%; object-fit: cover; }
.cpost-media--1 { grid-template-columns: 1fr; }
.cpost-media--1 > a, .cpost-media--1 > span { aspect-ratio: auto; max-height: 640px; }
.cpost-media--1 img { height: auto; max-height: 640px; object-fit: contain; margin: 0 auto; }
.cpost-media--3 > :first-child { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
.cpost-more { display: flex !important; align-items: center; justify-content: center; font-size: 34px; font-weight: 900; color: var(--text); background: var(--card-2) !important; }
.cpost-video { position: relative; aspect-ratio: 16 / 9; background: var(--bg-deep); }
.cpost-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.cpost-link { align-self: flex-start; }
.cpost-locked { position: relative; min-height: 220px; overflow: hidden; background: var(--bg-deep); }
.cpost-locked .cpost-media { opacity: .55; }
.cpost-locked .cpost-media--1 > span { aspect-ratio: 16 / 9; }
.cpost-locked .cpost-media--1 img { height: 100%; object-fit: cover; }
.cpost-locked-blank { height: 220px; background: repeating-linear-gradient(135deg, var(--bg-deep) 0 14px, var(--card) 14px 28px); opacity: .6; }
.cpost-lock { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 20px; text-align: center; background: var(--deep-veil); }
.cpost-lock strong { font-size: 18px; max-width: 420px; line-height: 1.3; }
.cpost-lock span { font-size: 14px; color: var(--text-2); }
.cpost-lock form { margin: 4px 0 0; }
.cpost-lock .btn { margin-top: 4px; }
.cpost-foot { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; padding-top: 10px; border-top: 1px solid var(--line); }
.cpost-foot form { margin: 0; }
.cpost-stat { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--muted); }
.cpost-stat.link { color: var(--muted); font-size: 13px; }
.creator-promo { display: flex; flex-direction: column; gap: 6px; padding: 12px 14px; background: var(--amber); color: var(--bg); }
.creator-promo strong { font-size: 17px; }
.creator-promo span { font-size: 14px; }
.creator-promo form { margin: 4px 0 0; }
.creator-promo .btn-amber { background: var(--bg); border-color: var(--bg); color: var(--amber); align-self: flex-start; }
/* ¤¤¤ Anketa v prispevku tvurce: tlacitka pred hlasovanim, pruhy s procenty po nem. ¤¤¤ */
.poll { display: flex; flex-direction: column; gap: 8px; padding: 14px; background: var(--bg-deep); }
.poll-q { font-size: 17px; font-weight: 800; line-height: 1.3; }
.poll-form { display: flex; flex-direction: column; gap: 6px; margin: 0; }
.poll-option { min-height: 44px; padding: 10px 14px; background: var(--card); border: 1px solid var(--line); color: var(--text); font: 700 15px var(--sans); text-align: left; cursor: pointer; }
.poll-option:hover { border-color: var(--amber); }
.poll-result { position: relative; display: flex; justify-content: space-between; gap: 12px; padding: 10px 14px; background: var(--card); overflow: hidden; }
.poll-bar { position: absolute; top: 0; bottom: 0; left: 0; background: var(--card-active); }
.poll-result.is-mine .poll-bar { background: var(--amber-mark); }
.poll-label, .poll-pct { position: relative; font-size: 15px; font-weight: 700; overflow-wrap: anywhere; }
.poll-pct { white-space: nowrap; }
.poll-meta { font-size: 13px; color: var(--muted); }
/* ¤¤¤ Upoutavky na naplanovane prispevky a cile kanalu. ¤¤¤ */
.teasers { display: flex; flex-direction: column; gap: 10px; padding: 16px 20px; background: var(--card); border-left: 3px solid var(--amber); }
.teaser { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px; padding-top: 10px; border-top: 1px solid var(--line); }
.teaser strong { flex: 1 1 220px; font-size: 18px; line-height: 1.25; overflow-wrap: anywhere; }
.teaser-when { flex-basis: 100%; font-size: 13px; font-weight: 700; color: var(--amber); }
.goals { display: flex; flex-direction: column; gap: 14px; }
.goal { display: flex; flex-direction: column; gap: 6px; }
.goal-title { font-weight: 700; line-height: 1.3; overflow-wrap: anywhere; }
.goal-bar { display: block; height: 8px; background: var(--bg-deep); overflow: hidden; }
.goal-bar > span { display: block; height: 100%; background: var(--amber); }
.goal.is-done .goal-bar > span { background: var(--green); }
.goal-text { font-size: 13px; color: var(--muted); }
.creator-promo.is-bad { background: var(--card-active); color: var(--text-2); font-size: 14px; }
.lightbox { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; background: var(--veil); }
.lightbox img { max-width: 96vw; max-height: 90vh; object-fit: contain; }
.lightbox button { position: absolute; background: transparent; border: 0; color: var(--white); font-size: 34px; width: 56px; height: 56px; cursor: pointer; }
.lightbox .lb-close { top: 8px; right: 8px; }
.lightbox .lb-prev { left: 8px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 8px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-caption { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 28px 24px 18px; background: linear-gradient(transparent, var(--veil)); color: var(--text); font: 15px/1.45 var(--sans); text-align: center; }

/* ¤¤¤ Responzivita ¤¤¤ */
@media (max-width: 1180px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) 300px; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-grid { gap: 36px; }
  .crew-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-top { flex-direction: column; }
  .footer-cols { justify-content: start; }
  .search-form.open input { width: 150px; }
}

@media (max-width: 980px) {
  :root { --gutter: 16px; }
  .only-desktop { display: none !important; }
  .only-mobile { display: block !important; }
  .header-actions .btn-light { width: 44px; min-height: 44px; padding: 0; }
  /* ¤¤¤ Reklama: stejne pozice jako na pocitaci, sablona se na uzkem displeji preskladi. ¤¤¤ */
  .home-billboard { padding-top: 24px; }
  .wz-spot-sticky { position: static; }
  .wz-spot-box--tpl.wz-spot-box--wide, .wz-spot-box--tpl.wz-spot-box--billboard,
  .wz-spot-box--house.wz-spot-box--wide, .wz-spot-box--house.wz-spot-box--billboard { aspect-ratio: auto !important; min-height: 100px; }
  /* ¤¤¤ Prouzek (lista A9, 320 x 50) se na telefon vejde a ma pevnou vysku lista, zustava v jednom radku. ¤¤¤ */
  .wz-spot-box--tpl:not(.wz-spot-box--strip) .wz-spot-tpl { height: auto; min-height: 100px; padding: 16px; flex-wrap: wrap; gap: 12px; }
  .wz-spot-box--tpl:not(.wz-spot-box--strip) .wz-spot-tpl .wz-spot-head { font-size: 26px; }
  .wz-spot-box--tpl .wz-spot-tpl--billboard .wz-spot-head { font-size: 40px; }
  .wz-spot-box--tpl .wz-spot-tpl--billboard .wz-spot-visual { width: 100%; height: 110px; margin: 0; }
  .wz-spot-box--house .wz-spot-house { min-height: 100px; }
  .site-header .wrap { height: 60px; }
  .logo { gap: 10px; }
  .logo-mark { width: 38px; height: 38px; gap: 2px; }
  .logo-mark b { font-size: 27px; }
  .logo-mark i { width: 19px; height: 3px; }
  .logo-word strong { font-size: 28px; line-height: 1; }
  .logo-word span { display: none; }
  .hide-m { display: none !important; }
  .header-actions { gap: 8px; }
  .btn-icon { width: 44px; min-height: 44px; }
  .usermenu > summary { min-height: 44px; padding: 0 6px; }
  .usermenu > summary .name { display: none; }
  .site-nav > .wrap { height: 48px; gap: 22px; }
  .site-nav > .wrap > a, .site-nav .nav-drop { font-size: 17px; }
  /* ¤¤¤ Hledani na telefonu: pole se otevre pod hlavickou pres celou sirku. ¤¤¤ */
  .search-form { position: static; }
  .search-form input { position: absolute; left: 0; right: 0; top: 100%; z-index: 60; width: 100%; height: 0; }
  .search-form.open input { width: 100%; height: 56px; padding: 0 16px; border: 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  /* ¤¤¤ Panel oznameni na telefonu pres celou sirku, hned pod hlavickou. ¤¤¤ */
  .notif { position: static; }
  .notif-panel { left: 8px; right: 8px; top: calc(100% - 4px); width: auto; }
  .search-page-form { flex-direction: column; }
  /* ¤¤¤ Filtry v jednom posuvnem radku misto nekolika radku pod sebou. ¤¤¤ */
  .page-head .tabs { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; margin-right: calc(-1 * var(--gutter)); padding-right: var(--gutter); }
  .page-head .tabs::-webkit-scrollbar { display: none; }
  .page-head .tabs > * { flex-shrink: 0; }
  .search-page-form .btn { align-self: stretch; }
  .ticker { height: 40px; }
  .ticker-label { font-size: 18px; padding: 0 12px 0 16px; }
  .tick span { font-size: 15px; padding-left: 22px; gap: 22px; }
  .section { padding: 32px 0; }
  .section--tight { padding: 0 0 24px; }
  .section--tight > .wrap { padding: 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-meta { flex-direction: column; gap: 12px; padding: 16px 16px 0; margin-top: 0; }
  .hero-meta h1 { font-size: 28px; }
  .hero-buttons { width: 100%; }
  .hero-buttons .btn-red { flex-grow: 1; }
  .chapters { padding: 16px; background: transparent; }
  .chapters h2 { font-size: 20px; margin-left: 0; }
  .chapter { min-height: 46px; padding: 6px 10px; }
  .chapter-title { font-size: 15px; }
  .play-btn { width: 56px; height: 56px; top: 18%; }
  .play-btn svg { width: 22px; height: 22px; }
  .chyron { left: 12px; bottom: 12px; width: calc(100% - 52px); }
  .chyron-tab { font-size: 12px; padding: 3px 9px; }
  .chyron-title { font-size: 18px; padding: 6px 10px 7px; font-stretch: 70%; }
  .chyron-sub { display: none; }
  .wmark { width: 28px; height: 28px; top: 10px; right: 10px; }
  .wmark b { font-size: 20px; }
  .wmark i { width: 14px; height: 2px; }
  .player-badge { top: 10px; left: 10px; font-size: 11px; }
  .h-section { font-size: 30px; }
  .h-box { font-size: 22px; }
  .section-head--split { flex-direction: column; align-items: flex-start; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .grid-3, .list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .two-col, .article-grid { grid-template-columns: 1fr; }
  .article-grid { padding-top: 20px; }
  .sidebar { gap: 20px; }
  .news-item { gap: 14px; }
  .news-item-media { width: 128px; }
  .news-title { font-size: 19px; font-stretch: 74%; }
  .news-perex { display: none; }
  .crew-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-rubrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .classifieds-grid { grid-template-columns: 1fr; }
  .article-title { font-size: 36px; margin-top: 20px; }
  .article-perex { font-size: 19px; }
  .prose { font-size: 18px; }
  .prose blockquote { font-size: 23px; }
  .tip-box { flex-direction: column; align-items: flex-start; padding: 22px 16px; }
  .comments-note { flex-direction: column; align-items: flex-start; }
  .comment-replies, .reply-form { margin-left: 24px; }
  .page-head h1 { font-size: 36px; }
  .h-section--md, .h-section--sm { font-size: 28px; }
  .h-box--lg { font-size: 28px; }
  .show-title { font-size: 38px; }
  .section.home-empty { padding: 32px 0; }
  .home-empty h1 { font-size: 38px; }
  .home-empty p { font-size: 16px; }
  .show-desc { font-size: 16px; }
  .author-title { font-size: 36px; }
  .author-bio { font-size: 17px; }
  .stat-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 20px 16px; }
  .show-hero { grid-template-columns: 1fr; }
  .creators-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .creator-cover { height: 150px; }
  .creator-head { flex-wrap: wrap; align-items: flex-start; gap: 12px 16px; }
  .creator-head .creator-avatar--lg { width: 96px; height: 96px; margin-top: -48px; font-size: 32px; }
  .creator-title { flex-basis: 100%; order: 1; padding-top: 0; }
  .creator-title h1 { font-size: 38px; }
  .creator-actions { margin-left: auto; padding-top: 10px; }
  .creator-body { padding-top: 16px; }
  /* ¤¤¤ Na telefonu je predplatne nad prispevky (u predplatitele az pod nimi), spropitne a nahlaseni vzdy dole. ¤¤¤ */
  .creator-side { display: contents; }
  .creator-subs { order: -1; }
  .creator-body.is-subscribed .creator-subs { order: 1; }
  .creator-extra, .creator-report { order: 2; }
  .creator-goals { order: -1; }
  .cpost { padding: 14px 14px; margin: 0 calc(-1 * var(--gutter)); }
  .cpost-title--lg { font-size: 32px; }
  .footer-cols { grid-auto-flow: row; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nav-panel-grid { grid-template-columns: minmax(0, 1fr) 200px; gap: 24px; }
  .nav-panel-intro { grid-column: 1 / -1; }
  .footer-about { width: auto; }
  .wz-spot-scale { max-width: 100%; }
  .wz-spot-sticky { position: static; }
  .byline-date { text-align: left; }
  .credit + .credit { padding-left: 0; border-left: 0; }
}

@media (max-width: 420px) {
  .logo-word strong { font-size: 24px; }
  .header-actions { gap: 6px; }
  .btn-icon, .header-actions .btn-light { width: 40px; min-height: 40px; }
  /* ¤¤¤ Na malem telefonu jen avatar bez sipky, jinak se hlavicka s prihlasenim nevejde. ¤¤¤ */
  .usermenu > summary { min-height: 40px; padding: 0 2px; gap: 0; }
  .usermenu > summary > span[aria-hidden="true"] { display: none; }
}

@media (max-width: 370px) {
  .logo { gap: 8px; }
  .logo-mark { width: 34px; height: 34px; }
  .logo-mark b { font-size: 24px; }
  .logo-word strong { font-size: 21px; }
}

@media (max-width: 560px) {
  .grid-4, .grid-3, .list-grid { grid-template-columns: 1fr; }
  .shows-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; margin-right: calc(-1 * var(--gutter)); padding-right: var(--gutter); scrollbar-width: none; }
  .shows-grid::-webkit-scrollbar { display: none; }
  .shows-grid > .show-card { flex: 0 0 230px; scroll-snap-align: start; }
  .shows-grid .show-card-media { height: 130px; }
  .shows-grid .stack-label strong { font-size: 21px; }
  .shows-grid .show-card-body p { font-size: 14px; }
  .show-card-media { height: 160px; }
  .creators-grid { grid-template-columns: 1fr; }
  .crew-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-rubrics { grid-template-columns: 1fr; }
  .nav-panel-grid { grid-template-columns: 1fr; gap: 18px; padding-top: 18px; padding-bottom: 20px; }
  .nav-panel-main { grid-template-columns: 1fr; }
  .nav-panel-intro h2 { font-size: 28px; }
  /* ¤¤¤ Paticka na telefonu cela na stred, lichy posledni sloupec pres obe pulky. ¤¤¤ */
  .footer-top { align-items: center; text-align: center; }
  .footer-about { align-items: center; }
  .footer-cols { width: 100%; justify-items: center; }
  .footer-cols nav { align-items: center; }
  .footer-cols nav:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
