/* Weazel News - verejny web. Barvy a typografie podle navrhu. */
:root {
  --bg: #1A1333;
  --bg-deep: #120D26;
  --bg-darkest: #0B0818;
  --card: #241C44;
  --card-2: #2F2656;
  --card-active: #3A2F6A;
  --line: #3D3366;
  --text: #F4F0FA;
  --text-2: #D9D2EC;
  --text-3: #E4DEF0;
  --muted: #B7ADD3;
  --muted-2: #9A90BA;
  --red: #D6281F;
  --red-dark: #B3121B;
  --amber: #FFB23E;
  --white: #FFFFFF;
  --sans: 'Archivo', 'Arial Narrow', sans-serif;
  --serif: 'Newsreader', Georgia, serif;
  --wrap: 1200px;
  --gutter: 24px;
  color-scheme: dark;
}

*, *::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); }

/* ---------- 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; }

/* ---------- logo ---------- */
.logo { display: flex; align-items: center; gap: 16px; }
.logo-mark { width: 62px; height: 62px; background: var(--red); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; flex-shrink: 0; }
.logo-mark b { font-size: 44px; font-weight: 900; font-stretch: 62%; line-height: .8; color: var(--white); }
.logo-mark i { width: 32px; height: 4px; background: var(--white); }
.logo-word { display: flex; flex-direction: column; gap: 4px; }
.logo-word strong { font-size: 44px; font-weight: 900; font-stretch: 62%; line-height: .9; color: var(--white); letter-spacing: .5px; white-space: nowrap; }
.logo-word span { font-size: 14px; color: var(--muted); }
.logo--sm .logo-mark { width: 44px; height: 44px; gap: 3px; }
.logo--sm .logo-mark b { font-size: 31px; }
.logo--sm .logo-mark i { width: 22px; height: 3px; }
.logo--sm .logo-word strong { font-size: 32px; line-height: 1; }
.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 ---------- */
.topad { background: var(--bg-deep); padding: 12px 0 16px; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.ad-label { font-size: 11px; color: var(--muted-2); }

/* ---------- hlavicka ---------- */
.site-header { border-top: 1px solid var(--line); }
.site-header .wrap { 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; }
.menu-toggle { display: none; }

.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 { 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 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 a:hover { color: var(--white); text-decoration: none; }
.site-nav a.is-active { color: var(--white); border-bottom-color: var(--red); }

/* ---------- 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: #0F5C4D; }
.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; }

/* ---------- hero vysilani ---------- */
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 30px; align-items: start; }
.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: #E8372D; }
.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: rgba(11,8,24,.92); 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 .ad-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 .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"] { background: var(--white); color: var(--bg); border-color: var(--white); }
.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; }
.sticky-ad { position: sticky; top: 16px; }

/* ---------- program ---------- */
.week-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; }
.day { background: var(--bg); padding: 14px 14px 16px; display: flex; flex-direction: column; gap: 12px; min-height: 250px; }
.day.is-today { background: var(--card-2); }
.day-head { display: flex; justify-content: space-between; align-items: baseline; }
.day-head strong { font-size: 20px; font-weight: 900; font-stretch: 70%; }
.day-head span { font-size: 13px; color: var(--muted-2); font-weight: 700; }
.day.is-today .day-head span { color: var(--amber); }
.slot-item { display: flex; flex-direction: column; gap: 2px; padding-top: 10px; border-top: 1px solid var(--line); }
.slot-item .time { font-size: 13px; font-weight: 700; color: var(--amber); }
.slot-item strong { font-size: 15px; line-height: 1.2; }
.slot-item span { font-size: 13px; color: var(--muted); line-height: 1.3; }
.day-empty { font-size: 13px; color: var(--muted-2); padding-top: 10px; border-top: 1px solid var(--line); }

/* ---------- 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); }
.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; }

/* ---------- 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; }
.footer-cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; flex-grow: 1; max-width: 820px; }
.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; justify-content: space-between; gap: 20px; font-size: 13px; color: var(--muted-2); }

/* ---------- clanek ---------- */
.article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 60px; align-items: start; padding: 36px 0 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: #E9E4F3; 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%; }
.prose .ad-inline { max-width: none; }
.prose .ad-inline, .prose .ad-inline * { font-family: var(--sans); }
.prose .ad-inline a { color: inherit; text-decoration: none; }
.prose .ad-inline { font-size: 16px; line-height: 1.4; }
.ad-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); }
.ad-inline .ad-label + * { margin: 0; }
.ad-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: #FF8A80; 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 { width: 20px; height: 20px; margin-top: 1px; accent-color: var(--red); }
.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; }
.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; }
.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 ---------- */
.ad-box { position: relative; display: block; overflow: hidden; }
.ad-box img.ad-img { width: 100%; height: 100%; object-fit: cover; }
.ad-tpl { width: 100%; height: 100%; display: flex; align-items: center; gap: 24px; padding: 0 28px; overflow: hidden; }
.ad-tpl .ad-logo { flex-shrink: 0; width: 64px; height: 64px; object-fit: contain; }
.ad-tpl .ad-text { display: flex; flex-direction: column; gap: 4px; flex-grow: 1; min-width: 0; }
.ad-tpl .ad-head { font-size: 30px; font-weight: 900; font-stretch: 70%; line-height: 1; }
.ad-tpl .ad-body { font-size: 15px; line-height: 1.3; }
.ad-tpl .ad-cta { flex-shrink: 0; font-weight: 800; font-size: 15px; padding: 12px 18px; }
.ad-tpl--tall { flex-direction: column; align-items: stretch; justify-content: space-between; padding: 22px; gap: 10px; }
.ad-tpl--tall .ad-adv { font-size: 13px; font-weight: 700; opacity: .85; }
.ad-tpl--tall .ad-head { font-size: 36px; line-height: 1; font-stretch: 64%; }
.ad-tpl--tall .ad-cta { align-self: flex-start; }
.ad-tpl--tall.is-xl .ad-head { font-size: 50px; }
.ad-tpl--tall ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: 17px; }
.ad-tpl--tall li::before { content: '✓'; color: var(--amber); font-weight: 900; margin-right: 10px; }
.ad-tpl--billboard { padding: 0 44px; gap: 30px; }
.ad-tpl--billboard .ad-head { font-size: 68px; font-stretch: 62%; line-height: .95; }
.ad-tpl--billboard .ad-body { font-size: 20px; }
.ad-tpl--billboard .ad-visual { width: 42%; height: 80%; object-fit: contain; margin-left: auto; }
.ad-tpl--strip { gap: 10px; padding: 0 12px; }
.ad-tpl--strip .ad-head { font-size: 19px; white-space: nowrap; }
.ad-tpl--strip .ad-body { font-size: 12px; line-height: 1.2; }
.ad-house { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 12px; text-align: center; border: 2px dashed var(--line); color: var(--muted); background: repeating-linear-gradient(45deg, rgba(255,255,255,.02) 0 12px, transparent 12px 24px); }
.ad-house strong { color: var(--text); font-size: 18px; font-weight: 900; font-stretch: 72%; }
.ad-house span { font-size: 13px; }
.ad-overlay { position: absolute; inset: 0; z-index: 3; border: 3px dashed var(--bg); background: rgba(255,178,62,.94); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 8px; color: var(--bg); text-align: center; pointer-events: none; }
.ad-overlay strong { font-size: 22px; font-weight: 900; font-stretch: 72%; line-height: 1.05; }
.ad-overlay span { font-size: 13px; }
.ad-tile-media { position: relative; aspect-ratio: 16 / 9; display: flex; flex-direction: column; justify-content: center; gap: 2px; padding: 0 18px; overflow: hidden; }
.ad-tile-media .badge-show { background: var(--text); }
.ad-tile-media .adv { font-size: 13px; font-weight: 600; margin-top: 18px; opacity: .9; }
.ad-tile-media .head { font-size: 44px; font-weight: 900; font-stretch: 62%; line-height: .95; }
.ad-tile-media img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.m4-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; }
.m4-bar .close { position: absolute; right: 2px; top: 11px; width: 28px; height: 44px; border: 0; background: transparent; color: var(--muted); font-size: 18px; cursor: pointer; }

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

@media (max-width: 980px) {
  :root { --gutter: 16px; }
  .only-desktop { display: none !important; }
  .only-mobile { display: block !important; }
  .ad-wrap.only-mobile { display: flex !important; }
  .header-actions .btn-light { width: 44px; min-height: 44px; padding: 0; }
  .m4-bar.is-on { display: flex !important; }
  body.has-m4 { padding-bottom: 66px; }
  .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; }
  .header-actions .hide-m { display: none; }
  .header-actions { gap: 8px; }
  .btn-icon { width: 44px; min-height: 44px; }
  .menu-toggle { display: inline-flex; }
  .usermenu > summary { min-height: 44px; padding: 0 6px; }
  .usermenu > summary .name { display: none; }
  .site-nav .wrap { height: 48px; gap: 22px; }
  .site-nav a { font-size: 17px; }
  .site-nav.is-open .wrap { height: auto; flex-direction: column; gap: 0; padding-top: 6px; padding-bottom: 6px; }
  .site-nav.is-open a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .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)); }
  .week-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .week-grid .day { min-width: 78%; scroll-snap-align: start; min-height: 0; }
  .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; }
  .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; }
  .footer-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-bottom { flex-direction: column; }
  .footer-about { width: auto; }
  .ad-scale { max-width: 100%; }
  .sticky-ad { 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; }
  .usermenu > summary { min-height: 40px; }
}

@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; }
  .crew-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
