:root {
  --bg: #111111;
  --bg-soft: #1a1a1a;
  --paper: #f2ebdd;
  --paper-2: #e7dfd1;
  --text: #171717;
  --muted: #6f685f;
  --amber: #c98a3d;
  --amber-light: #e6b766;
  --white: #ffffff;
  --green: #4e8b57;
  --red: #b84d42;
  --yellow: #d6a63e;
  --border-dark: rgba(255,255,255,0.12);
  --shadow: 0 18px 60px rgba(0,0,0,0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px 28px;
  background: rgba(17,17,17,0.96);
  border-bottom: 1px solid var(--border-dark);
  backdrop-filter: blur(10px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 240px;
}

.brand-icon {
  font-size: 28px;
}

.brand-name {
  font-weight: 900;
  letter-spacing: 0.8px;
  font-size: 18px;
}

.brand-tagline {
  margin-top: 2px;
  font-size: 12px;
  color: #cfc5b7;
}

.main-nav {
  display: flex;
  gap: 18px;
  flex: 1;
  justify-content: center;
}

.main-nav a {
  font-size: 14px;
  color: #e9e1d6;
  transition: 0.2s ease;
}

.main-nav a:hover {
  color: var(--amber-light);
}

.support-button {
  border: 0;
  border-radius: 10px;
  background: var(--amber);
  color: #1a1208;
  font-weight: 800;
  padding: 11px 16px;
  box-shadow: 0 8px 20px rgba(201,138,61,0.2);
}

.support-button:hover {
  transform: translateY(-1px);
  background: var(--amber-light);
}

.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 80px 7vw;
  overflow: hidden;
  background:
  linear-gradient(90deg, rgba(10,10,10,0.98) 0%, rgba(10,10,10,0.88) 28%, rgba(10,10,10,0.38) 56%, rgba(10,10,10,0.12) 100%),
  url("images/bartender-hero.png") center right / cover no-repeat;
}

.hero::before {
 
}

.hero::after {
  
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.12), transparent 60%),
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,0.01),
      rgba(255,255,255,0.01) 1px,
      transparent 1px,
      transparent 3px
    );
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.hero-label,
.eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--amber-light);
  font-size: 12px;
  letter-spacing: 1.7px;
  font-weight: 900;
}

.hero h1 {
  margin: 0;
  font-size: clamp(58px, 8vw, 112px);
  line-height: 0.9;
  letter-spacing: -3px;
  max-width: 780px;
}

.hero p {
  max-width: 610px;
  margin: 28px 0 0;
  color: #d6cdc1;
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.primary-button,
.secondary-button {
  border-radius: 10px;
  padding: 13px 18px;
  font-weight: 800;
}

.primary-button {
  border: 0;
  background: var(--amber);
  color: #17100a;
}

.secondary-button {
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.04);
  color: var(--white);
}

.bartender-note {
  position: absolute;
  right: 8%;
  top: 22%;
  z-index: 3;
  width: 210px;
  padding: 22px;
  background: #efe3bd;
  color: #24201a;
  box-shadow: var(--shadow);
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-size: 18px;
  line-height: 1.35;
  transform: rotate(5deg);
}

.section {
  padding: 72px 7vw;
  background: var(--paper);
  color: var(--text);
}

.dark-section {
  background: #171717;
  color: var(--white);
}

.positive-section {
  background: #efe8d8;
}

.bartender-tv-section {
  background: #171717;
  color: var(--white);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 56px);
  letter-spacing: -1.7px;
}

.section-link {
  color: #6c4a1f;
  font-weight: 800;
  font-size: 14px;
}

.light-link {
  color: var(--amber-light);
}

.news-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr;
  gap: 22px;
}

.news-card {
  overflow: hidden;
  background: #fffdf7;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.07);
}

.news-card.featured {
  grid-row: span 1;
}

.card-image,
.positive-image {
  min-height: 210px;
}

.featured .card-image {
  min-height: 300px;
}

.placeholder-image {
  display: flex;
  align-items: flex-end;
  padding: 18px;
  color: #f6ead8;
  font-size: 11px;
  letter-spacing: 1.4px;
  font-weight: 900;
  background:
    radial-gradient(circle at 70% 25%, rgba(201,138,61,0.35), transparent 27%),
    linear-gradient(135deg, #332116, #121212 65%);
}

.placeholder-image span {
  padding: 8px 10px;
  background: rgba(0,0,0,0.55);
  border-radius: 6px;
}

.card-content {
  padding: 22px;
}

.article-meta {
  color: #946329;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}

.positive-meta {
  color: #526e3b;
}

.card-content h3 {
  margin: 10px 0 10px;
  font-size: 28px;
  line-height: 1.03;
  letter-spacing: -0.8px;
}

.card-content p {
  color: #5d574f;
  line-height: 1.5;
}

.article-info {
  margin-top: 18px;
  color: #81786d;
  font-size: 13px;
}

.live-layout {
  display: grid;
  grid-template-columns: 2fr 0.8fr;
  gap: 28px;
}

.live-feed {
  border-top: 1px solid rgba(255,255,255,0.15);
}

.live-item {
  display: grid;
  grid-template-columns: 72px 38px 1fr;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.live-time {
  color: var(--amber-light);
  font-weight: 900;
}

.live-status {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.verified {
  background: rgba(78,139,87,0.2);
  color: #7ebd85;
}

.warning {
  background: rgba(214,166,62,0.2);
  color: #e7bb57;
}

.live-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.live-text span {
  color: #a9a196;
  font-size: 14px;
}

.paper-note {
  align-self: start;
  padding: 26px;
  background: #efe3bd;
  color: #201b14;
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}

.paper-note span {
  display: block;
  font-size: 20px;
}

.paper-note strong {
  display: block;
  font-size: 24px;
  margin-top: 4px;
}

.paper-note p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #5e5547;
}

.fact-check {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  align-items: stretch;
}

.fact-quote {
  padding: 36px;
  border: 2px solid #1b1b1b;
  background: #fffdf8;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.05;
  font-weight: 900;
  box-shadow: 12px 12px 0 #d8ceb9;
}

.fact-result {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 30px;
  background: #181818;
  color: white;
  border-radius: 12px;
}

.fact-badge {
  flex: 0 0 auto;
  padding: 13px 16px;
  background: #d9a934;
  color: #17120b;
  font-weight: 900;
  border-radius: 7px;
  font-size: 20px;
}

.fact-result h3 {
  margin-top: 0;
  font-size: 28px;
}

.fact-result p {
  color: #c9c0b3;
  line-height: 1.5;
}

.fact-result a {
  color: var(--amber-light);
  font-weight: 800;
}

.positive-feature {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  background: #fffdf8;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.positive-image {
  min-height: 360px;
}

.positive-content {
  padding: 42px;
}

.positive-content h3 {
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}

.positive-content p {
  color: #5d574f;
  font-size: 18px;
  line-height: 1.5;
}

.good-news-meter {
  margin-top: 30px;
  display: inline-block;
  padding: 17px 19px;
  background: #eef0d8;
  border-left: 5px solid #8ca456;
  font-size: 18px;
}

.good-news-meter strong {
  display: block;
  font-size: 26px;
}

.video-card {
  max-width: 1100px;
}

.video-placeholder {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  overflow: hidden;
  border-radius: 16px;
  background:
    radial-gradient(circle at 72% 35%, rgba(201,138,61,0.35), transparent 20%),
    linear-gradient(120deg, #2b1c14, #101010 60%);
  box-shadow: var(--shadow);
}

.video-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 30%, rgba(0,0,0,0.78));
}

.play-button {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border: 2px solid rgba(255,255,255,0.8);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 28px;
  background: rgba(0,0,0,0.28);
}

.video-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.video-copy span {
  color: var(--amber-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
}

.video-copy h3 {
  margin: 8px 0;
  font-size: clamp(38px, 5vw, 70px);
}

.video-copy p {
  color: #d8cfc2;
  font-size: 18px;
}

.community-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}

.comment-card,
.bar-opinion {
  padding: 28px;
  background: #fffdf8;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 12px 30px rgba(0,0,0,0.07);
}

.comment-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #1d1d1d;
  color: #f6e8cf;
  font-weight: 900;
}

.comment-user div:last-child {
  display: flex;
  flex-direction: column;
}

.comment-user span {
  margin-top: 2px;
  color: #8b8377;
  font-size: 13px;
}

.comment-card > p {
  font-size: 19px;
  line-height: 1.5;
}

.comment-reactions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.comment-reactions button {
  border: 1px solid #d8d0c4;
  background: #f3ede3;
  border-radius: 999px;
  padding: 8px 11px;
}

.comment-reactions button:hover {
  background: #e9dfd0;
}

.bar-opinion {
  position: relative;
  background: #191919;
  color: #fff;
}

.bar-opinion h3 {
  margin-top: 0;
  font-size: 30px;
}

.bar-opinion p,
.bar-opinion li {
  color: #cbc3b7;
}

.bar-opinion ul {
  padding-left: 20px;
  line-height: 1.7;
}

.bartender-small-note {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 14px;
  background: #efe3bd;
  color: #201c16;
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  transform: rotate(-1deg);
}

footer {
  padding: 70px 7vw;
  text-align: center;
  background: #0d0d0d;
  border-top: 1px solid var(--border-dark);
}

.footer-brand {
  font-size: 28px;
  font-weight: 900;
}

footer p {
  color: #bdb4a7;
}

footer .support-button {
  margin-top: 10px;
}

@media (max-width: 1050px) {
  .main-nav {
    display: none;
  }

  .topbar {
    justify-content: space-between;
  }

  .brand {
    min-width: 0;
  }

  .news-grid,
  .fact-check,
  .positive-feature,
  .community-grid,
  .live-layout {
    grid-template-columns: 1fr;
  }

  .bartender-note {
    display: none;
  }

  .hero::before,
  .hero::after {
    opacity: 0.35;
  }
}

@media (max-width: 700px) {
  .topbar {
    padding: 12px 16px;
  }

  .brand-name {
    font-size: 15px;
  }

  .brand-tagline {
    display: none;
  }

  .support-button {
    padding: 9px 11px;
    font-size: 12px;
  }

  .hero {
    min-height: 540px;
    padding: 60px 22px;
  }

  .hero h1 {
    font-size: 58px;
    letter-spacing: -2px;
  }

  .hero p {
    font-size: 17px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .section {
    padding: 52px 22px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .card-content h3 {
    font-size: 24px;
  }

  .fact-quote {
    padding: 24px;
  }

  .fact-result {
    flex-direction: column;
  }

  .positive-content {
    padding: 28px;
  }

  .video-placeholder {
    min-height: 390px;
    padding: 24px;
  }

  .comment-card,
  .bar-opinion {
    padding: 22px;
  }
}/* =====================================================
   ARTICLE PAGE
   ===================================================== */

.article-page {
  background: #111111;
}

/* =====================================================
   BALÍK D — BARTENDER TV
   ===================================================== */
.videos-page,
.video-detail-page {
  background: #0b0b0b;
  color: #f5f1e6;
}

.videos-shell,
.video-detail-shell {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 92px) 0;
}

.videos-hero {
  padding: clamp(34px, 6vw, 68px);
  border: 1px solid rgba(244, 166, 42, .25);
  border-top: 5px solid #f4a62a;
  border-radius: 7px;
  background: radial-gradient(circle at 85% 18%, rgba(244, 166, 42, .17), transparent 32%), #121212;
}

.videos-kicker {
  margin: 0;
  color: #f4a62a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
}

.videos-hero h1 {
  margin: 10px 0 16px;
  font-size: clamp(48px, 8vw, 86px);
  line-height: .92;
}

.videos-hero > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(245, 241, 230, .7);
  font-size: 18px;
  line-height: 1.6;
}

.videos-section { margin-top: 48px; }
.videos-heading h2 { margin: 7px 0 0; font-size: clamp(30px, 5vw, 48px); }
.videos-status { min-height: 24px; color: rgba(245, 241, 230, .62); font-size: 13px; font-weight: 700; }
.videos-status.is-error { color: #ffb5a9; }

.videos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.video-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(245, 241, 230, .13);
  border-radius: 7px;
  background: rgba(255, 255, 255, .035);
  color: #f5f1e6;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease;
}

.video-card:hover { transform: translateY(-4px); border-color: rgba(244, 166, 42, .48); }
.video-card-image { position: relative; aspect-ratio: 16 / 9; background: #191919 center / cover no-repeat; }
.video-card-play { position: absolute; left: 50%; top: 50%; display: grid; width: 58px; height: 58px; place-items: center; border: 2px solid #f4a62a; border-radius: 50%; background: rgba(11,11,11,.82); color: #f4a62a; transform: translate(-50%, -50%); }
.video-card-copy { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.video-card-copy time { color: rgba(245,241,230,.48); font-size: 12px; }
.video-card-copy h2 { margin: 10px 0; font-size: 23px; line-height: 1.18; overflow-wrap: anywhere; }
.video-card-copy p { flex: 1; margin: 0 0 20px; color: rgba(245,241,230,.67); line-height: 1.55; overflow-wrap: anywhere; }
.video-card-more { color: #f4a62a; font-size: 13px; font-weight: 900; }
.videos-empty { grid-column: 1 / -1; display: grid; gap: 7px; padding: 42px 24px; border: 1px solid rgba(245,241,230,.13); text-align: center; color: rgba(245,241,230,.62); }
.videos-empty strong { color: #f5f1e6; }

.video-back,
.video-source { color: #f4a62a; font-weight: 900; text-decoration: none; }
.video-detail { margin-top: 28px; }
.video-player { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(244,166,42,.3); border-radius: 7px; background: #000; }
.video-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-detail-copy { max-width: 850px; padding: clamp(28px, 5vw, 54px) 0; }
.video-detail-copy h1 { margin: 12px 0 15px; font-size: clamp(38px, 6vw, 68px); line-height: 1.03; overflow-wrap: anywhere; }
.video-detail-copy time { color: rgba(245,241,230,.5); font-size: 13px; }
.video-detail-excerpt { color: rgba(245,241,230,.82); font-size: 20px; line-height: 1.55; }
.video-description { margin: 25px 0; color: rgba(245,241,230,.7); line-height: 1.75; white-space: pre-wrap; overflow-wrap: anywhere; }

@media (max-width: 950px) { .videos-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 650px) {
  .videos-shell,.video-detail-shell { width: min(100% - 24px, 1240px); padding-top: 30px; }
  .videos-hero { padding: 30px 20px; }
  .videos-grid { grid-template-columns: 1fr; }
  .video-card-copy { padding: 19px; }
}

.article-shell {
  background:
    linear-gradient(to bottom, #111111 0, #111111 180px, #f2ebdd 180px, #f2ebdd 100%);
  min-height: 100vh;
  padding: 70px 20px 100px;
}

.article-container {
  width: min(980px, 100%);
  margin: 0 auto;
  background: #fffdf8;
  color: #171717;
  padding: 54px 64px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  border: 1px solid rgba(0,0,0,0.08);
}

.back-link {
  display: inline-block;
  margin-bottom: 34px;
  color: #7a5527;
  font-weight: 800;
  font-size: 14px;
}

.article-kicker {
  color: #b5762e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.article-title {
  margin: 0;
  max-width: 900px;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 0.95;
  letter-spacing: -3px;
}

.article-lead {
  margin: 26px 0 20px;
  max-width: 760px;
  font-size: 21px;
  line-height: 1.55;
  color: #4f4941;
}

.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 0 28px;
  border-bottom: 1px solid #ded5c7;
}

.article-meta-row span {
  padding: 7px 10px;
  background: #f0eadf;
  border-radius: 999px;
  color: #514b43;
  font-size: 13px;
  font-weight: 700;
}

.article-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 34px 0 28px;
}

.summary-toggle {
  padding: 18px;
  border: 1px solid #d7cdbc;
  border-radius: 10px;
  background: #f6efe3;
  color: #2a241e;
  font-weight: 900;
  font-size: 16px;
  text-align: left;
}

.summary-toggle:hover {
  background: #eee4d5;
}

.summary-toggle.active {
  background: #d99a42;
  border-color: #d99a42;
  color: #181108;
}

.article-panel {
  display: none;
}

.article-panel.active-panel {
  display: block;
}

.shot-summary {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  padding: 28px;
  margin-bottom: 44px;
  background: #f3e3bd;
  border: 1px solid #ddc58f;
  box-shadow: 8px 8px 0 #d7c49c;
}

.shot-icon {
  font-size: 44px;
}

.shot-label {
  font-size: 11px;
  letter-spacing: 1.4px;
  font-weight: 900;
  color: #856126;
}

.shot-summary h2 {
  margin: 6px 0 10px;
  font-size: 34px;
}

.shot-summary p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #41392f;
}

.bartender-inline {
  margin-top: 18px;
  padding: 14px 16px;
  background: rgba(0,0,0,0.06);
  border-left: 4px solid #171717;
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  line-height: 1.55;
}

.article-section-block {
  margin: 60px 0;
}

.article-section-label {
  color: #a36a28;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.3px;
  margin-bottom: 10px;
}

.article-section-block h2,
.sources-section h2,
.community-article h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 54px);
  letter-spacing: -1.5px;
}

.article-section-block p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.8;
  color: #37322d;
}

.data-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 30px 0 12px;
}

.data-card > div {
  padding: 24px;
  background: #171717;
  color: #ffffff;
}

.data-number {
  display: block;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 900;
  color: #e1a34b;
}

.data-label {
  display: block;
  margin-top: 8px;
  color: #cfc3b2;
  font-size: 14px;
}

.data-note {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  color: #8b8175 !important;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.impact-card {
  padding: 22px;
  background: #f7f1e8;
  border: 1px solid #ded4c6;
}

.impact-icon {
  font-size: 28px;
}

.impact-card h3 {
  margin: 12px 0 8px;
  font-size: 22px;
}

.impact-card p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #5f574d;
}

.bartender-quote {
  margin-top: 24px;
  padding: 24px 28px;
  background: #171717;
  color: #f5ead8;
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-size: 21px;
  line-height: 1.55;
  transform: rotate(-0.5deg);
}

.bartender-receipt {
  width: min(560px, 100%);
  margin: 70px auto;
  padding: 32px 34px;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(0,0,0,0.015),
      rgba(0,0,0,0.015) 1px,
      transparent 1px,
      transparent 3px
    ),
    #f7f0df;
  color: #171717;
  box-shadow: 0 16px 35px rgba(0,0,0,0.18);
  border: 1px solid #d8cfbd;
  transform: rotate(0.6deg);
  font-family: "Courier New", monospace;
}

.receipt-header {
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 24px;
  border-bottom: 2px dashed #4e483f;
  padding-bottom: 18px;
}

.receipt-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 0;
  font-size: 17px;
}

.receipt-row strong {
  font-size: 20px;
}

.receipt-divider {
  margin: 20px 0;
  border-top: 2px dashed #4e483f;
}

.receipt-verdict span {
  display: block;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 10px;
}

.receipt-verdict p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.receipt-shot {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 2px dashed #4e483f;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}

.sources-section {
  margin-top: 70px;
  padding-top: 42px;
  border-top: 1px solid #ded5c7;
}

.source-list {
  border-top: 1px solid #ddd2c3;
}

.source-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #ddd2c3;
}

.source-item span {
  color: #81786e;
  text-align: right;
  font-size: 14px;
}

.demo-warning {
  margin-top: 24px;
  padding: 16px 18px;
  background: #fff1cc;
  border-left: 5px solid #d6993d;
  font-size: 14px;
  line-height: 1.5;
}

.community-article {
  margin-top: 70px;
  padding-top: 42px;
  border-top: 1px solid #ded5c7;
}

.community-intro {
  margin-top: -6px;
  margin-bottom: 24px;
  color: #6c645a;
  font-size: 17px;
}

@media (max-width: 800px) {

  .article-shell {
    padding: 25px 0 60px;
    background: #f2ebdd;
  }

  .article-container {
    padding: 34px 22px;
    box-shadow: none;
    border-left: 0;
    border-right: 0;
  }

  .article-title {
    font-size: 48px;
    letter-spacing: -2px;
  }

  .article-lead {
    font-size: 18px;
  }

  .article-choice {
    grid-template-columns: 1fr;
  }

  .shot-summary {
    grid-template-columns: 1fr;
  }

  .data-card,
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .source-item {
    flex-direction: column;
    gap: 5px;
  }

  .source-item span {
    text-align: left;
  }

}/* Obrázky článků */

.article-image {
  position: relative;
  min-height: 240px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.budget-image {
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.02),
      rgba(0, 0, 0, 0.18)
    ),
    url("images/rozpocet.png");
}

.article-image > span {
  position: absolute;
  top: 16px;
  left: 16px;

  padding: 8px 12px;

  background: #dda044;
  color: #111;

  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.7px;

  border-radius: 4px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.18);
}.ai-image {
  background-image:
    linear-gradient(to bottom, rgba(0,0,0,0.02), rgba(0,0,0,0.18)),
    url("images/ai-eu.png");

  background-position: center;
}

.science-image {
  background-image:
    linear-gradient(to bottom, rgba(0,0,0,0.01), rgba(0,0,0,0.12)),
    url("images/veda.png");

  background-position: center;
}/* =====================================================
   LIVE STORY V1.1
   ===================================================== */

.live-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) 0.7fr;
  gap: 30px;
  align-items: start;
}

.live-story-card {
  background: #1b1b1b;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 28px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}

.live-story-badge {
  display: inline-block;
  margin-bottom: 12px;
  color: #e4a64c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.live-story-top h3 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.02;
  letter-spacing: -1.3px;
}

.live-story-meta {
  margin-top: 12px;
  color: #aaa195;
  font-size: 13px;
}

.live-known {
  margin: 26px 0 20px;
  padding: 18px 20px;
  background: #efe3bd;
  color: #1d1913;
}

.live-known-label {
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  color: #8a6128;
}

.live-known ul {
  margin: 0;
  padding-left: 18px;
}

.live-known li {
  margin: 8px 0;
  line-height: 1.5;
}

.live-timeline {
  border-top: 1px solid rgba(255,255,255,0.12);
}

.live-timeline .live-item {
  display: grid;
  grid-template-columns: 72px 130px 1fr;
  gap: 12px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.live-status-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  width: fit-content;
}

.verified-label {
  background: rgba(78,139,87,0.2);
  color: #8bcf92;
}

.checking-label {
  background: rgba(214,166,62,0.18);
  color: #e4b85f;
}

.live-story-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.live-summary-button {
  border: 0;
  border-radius: 8px;
  padding: 12px 16px;
  background: #d79a42;
  color: #17110a;
  font-weight: 900;
}

.live-summary-button:hover {
  background: #e4ad5c;
}

.live-open-link {
  color: #e0a44f;
  font-weight: 800;
  font-size: 14px;
}

.live-note {
  margin-top: 20px;
}

@media (max-width: 900px) {

  .live-story-layout {
    grid-template-columns: 1fr;
  }

  .live-timeline .live-item {
    grid-template-columns: 60px 1fr;
  }

  .live-status-label {
    grid-column: 2;
  }

  .live-text {
    grid-column: 2;
  }

}/* LIVE QUICK SUMMARY */

.live-quick-summary {
  display: none;
  margin-top: 20px;
  padding: 24px;
  background: #efe3bd;
  color: #1b1711;
  border: 1px solid #d2b978;
  box-shadow: 7px 7px 0 rgba(0,0,0,0.25);
}

.live-quick-summary.show {
  display: block;
  animation: summaryOpen 0.25s ease;
}

@keyframes summaryOpen {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.live-summary-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.live-summary-head span {
  color: #855c21;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.3px;
}

.live-summary-close {
  border: 0;
  background: transparent;
  color: #171717;
  font-size: 26px;
  cursor: pointer;
}

.live-quick-summary h4 {
  margin: 10px 0;
  font-size: 28px;
}

.live-quick-summary p {
  margin: 0;
  max-width: 780px;
  font-size: 16px;
  line-height: 1.65;
}

.live-summary-bottom {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,0.18);
  line-height: 1.55;
}

.live-summary-bottom strong {
  display: block;
  margin-bottom: 4px;
}

.bartender-live-comment {
  margin-top: 18px;
  padding: 13px 15px;
  border-left: 4px solid #171717;
  background: rgba(0,0,0,0.06);
  font-family: "Segoe Print", "Comic Sans MS", cursive;
}/* GOOD NEWS FEATURE IMAGE */

.science-feature-image {
  position: relative;
  min-height: 390px;

  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,0.02),
      rgba(0,0,0,0.14)
    ),
    url("images/veda.png");

  background-size: cover;
  background-position: center;
}

.science-feature-image > span {
  position: absolute;
  left: 18px;
  bottom: 18px;

  padding: 7px 11px;

  background: #15120f;
  color: #ffffff;

  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;

  border-radius: 4px;
}/* =====================================================
   KDO KECÁ V1.1
   ===================================================== */

.factcheck-file {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  background: #f9f6ee;
  border: 2px solid #191919;
  box-shadow: 9px 9px 0 #d7ccb3;
}

.factcheck-claim {
  padding: 38px;
  border-right: 2px solid #191919;
}

.factcheck-label,
.factcheck-data-label {
  margin-bottom: 16px;
  color: #a86e20;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
}

.factcheck-claim blockquote {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -1.4px;
}

.claim-origin {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid #cfc5b2;
}

.claim-origin span {
  display: block;
  margin-bottom: 5px;
  color: #9b8c73;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
}

.claim-origin strong {
  font-size: 13px;
}

.factcheck-demo-note {
  margin-top: 20px;
  color: #817766;
  font-size: 12px;
  line-height: 1.5;
}

.factcheck-analysis {
  padding: 38px;
  background: #171717;
  color: #f6f0e4;
}

.factcheck-analysis h3 {
  margin: 0 0 15px;
  font-size: 30px;
  line-height: 1.1;
}

.factcheck-analysis > p {
  color: #d3cabd;
  line-height: 1.65;
}

.factcheck-hook {
  margin: 25px 0;
  padding: 18px;
  background: #efe3bd;
  color: #17130e;
  transform: rotate(-0.4deg);
}

.factcheck-hook span {
  display: block;
  margin-bottom: 7px;
  color: #93641f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.1px;
}

.factcheck-hook p {
  margin: 0;
  line-height: 1.55;
}

.factcheck-verdict {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
}

.verdict-stamp {
  flex-shrink: 0;
  padding: 13px 17px;
  border: 3px solid currentColor;
  font-size: 25px;
  font-weight: 1000;
  transform: rotate(-3deg);
}

.verdict-context {
  color: #e0ad37;
}

.verdict-copy span {
  display: block;
  margin-bottom: 5px;
  color: #9f9689;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.verdict-copy strong {
  font-size: 18px;
}

.bartender-verdict-note {
  margin-top: 24px;
  padding: 14px 16px;
  border-left: 4px solid #d99b3e;
  background: rgba(255,255,255,0.06);
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  line-height: 1.55;
}

.factcheck-actions {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.factcheck-primary {
  color: #e2a64b;
  font-weight: 900;
}

.factcheck-actions span {
  color: #948b80;
  font-size: 12px;
}

.verdict-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
  padding: 15px 18px;
  border-top: 1px solid #d5cbb9;
  border-bottom: 1px solid #d5cbb9;
  font-size: 12px;
  font-weight: 900;
}

.legend-title {
  color: #756957;
}

.verdict-true {
  color: #397b45;
}

.verdict-context-text {
  color: #b07b19;
}

.verdict-slippery {
  color: #c56c22;
}

.verdict-false {
  color: #b73732;
}

.verdict-unknown {
  color: #777;
}

@media (max-width: 900px) {

  .factcheck-file {
    grid-template-columns: 1fr;
  }

  .factcheck-claim {
    border-right: 0;
    border-bottom: 2px solid #191919;
  }

  .claim-origin {
    grid-template-columns: 1fr;
  }

  .factcheck-actions {
    align-items: flex-start;
    flex-direction: column;
  }

}/* OPRAVA TITULKŮ V SEKCI BARTENDER DOPORUČUJE */

.dark-section .news-card {
  color: #171717;
}

.dark-section .news-card h3 {
  color: #171717;
}

.dark-section .news-card p {
  color: #5d574f;
}

.dark-section .news-card .article-info {
  color: #81786d;
}/* =====================================================
   POSLEDNÍ PANÁK V1.1
   ===================================================== */

.last-shot-date {
  color: #9c9285;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

.last-shot-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) 0.72fr;
  gap: 26px;
  align-items: stretch;
}

.last-shot-video {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 10px;
  background: #090909;
}

.last-shot-background {
  position: absolute;
  inset: 0;

  background-image: url("images/bartender-hero.png");
  background-size: cover;
  background-position: center;
}

.last-shot-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.98) 0%,
      rgba(0,0,0,.94) 48%,
      rgba(0,0,0,.76) 68%,
      rgba(0,0,0,.22) 100%
    );
}

.last-shot-copy {
  position: absolute;
  left: 42px;
  bottom: 42px;
  z-index: 2;
  max-width: 570px;
}

.last-shot-copy > span {
  color: #dda044;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.last-shot-copy h3 {
  margin: 10px 0 12px;
  color: white;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .95;
  letter-spacing: -2px;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.last-shot-copy p {
  color: #eee6da;
  font-size: 17px;
}

.last-shot-meta {
  display: block;
  position: static;
  margin-top: 18px;
  color: #c9bfb1;
  font-size: 13px !important;
  line-height: 1.35;
  letter-spacing: .02em;
}

.last-shot-receipt {
  position: relative;
  padding: 34px 30px;

  background: #efe3bd;
  color: #17130e;

  box-shadow: 8px 8px 0 rgba(0,0,0,.28);

  transform: rotate(.6deg);
}

.receipt-top {
  text-align: center;
  font-size: 17px;
  font-weight: 1000;
  letter-spacing: 1px;
}

.receipt-sub {
  margin-top: 5px;
  text-align: center;
  color: #8b6228;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
}

.receipt-line {
  margin: 22px 0;
  border-top: 2px dashed rgba(0,0,0,.35);
}

.receipt-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  margin: 17px 0;
}

.receipt-item span {
  color: #a06e29;
  font-weight: 900;
}

.receipt-item strong {
  font-size: 14px;
  line-height: 1.3;
}

.receipt-total {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .7px;
}

.receipt-note {
  margin-top: 27px;
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-size: 15px;
  line-height: 1.55;
  transform: rotate(-1deg);
}

.last-shot-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}

.last-shot-read {
  padding: 13px 18px;
  border: 0;
  border-radius: 7px;

  background: #d99a40;
  color: #17110a;

  font-weight: 900;
  cursor: pointer;
}

.last-shot-archive {
  color: #dfa34c;
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 900px) {

  .last-shot-grid {
    grid-template-columns: 1fr;
  }

  .last-shot-video {
    min-height: 460px;
  }

  .last-shot-copy {
    left: 25px;
    right: 25px;
    bottom: 30px;
  }

  .last-shot-actions {
    align-items: flex-start;
    flex-direction: column;
  }

}/* =====================================================
   OPRAVA SEKCE JAK TO DĚLÁME
   ===================================================== */

.how-card {
  color: #171717;
}

.how-card h3 {
  color: #171717;
}

.how-card p {
  color: #5d574f;
}/* =====================================================
   JAK TO DĚLÁME V1.1
   ===================================================== */

.how-we-work-section {
  background: #171717;
  color: #ffffff;
}

.how-we-work-section .section-heading h2 {
  color: #ffffff;
}

.how-intro {
  max-width: 720px;
  margin: -5px 0 34px;
}

.how-intro p {
  margin: 0;
  color: #c9c0b4;
  font-size: 19px;
  line-height: 1.6;
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.how-step {
  position: relative;

  min-height: 310px;
  padding: 26px;

  background: #f6f0e5;
  color: #171717;

  border: 1px solid rgba(255,255,255,0.1);

  box-shadow: 0 15px 35px rgba(0,0,0,0.18);
}

.how-number {
  position: absolute;
  top: 16px;
  right: 18px;

  color: rgba(0,0,0,0.12);

  font-size: 44px;
  font-weight: 1000;
}

.how-icon {
  font-size: 30px;
  margin-bottom: 28px;
}

.how-step h3 {
  margin: 0 0 12px;

  color: #171717;

  font-size: 25px;
}

.how-step p {
  margin: 0;

  color: #5b544b;

  font-size: 15px;
  line-height: 1.65;
}

.bartender-step {
  background: #e9d39d;
}

.how-note {
  margin-top: 20px;
  padding-top: 15px;

  border-top: 1px solid rgba(0,0,0,0.2);

  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-size: 14px;
  line-height: 1.55;
}

.ai-transparency {
  margin-top: 36px;
  padding: 28px 30px;

  border: 1px solid rgba(255,255,255,0.15);

  background:
    linear-gradient(
      135deg,
      rgba(201,138,61,0.12),
      rgba(255,255,255,0.02)
    );
}

.ai-transparency-title {
  color: #e0a24a;

  font-size: 15px;
  font-weight: 1000;
  letter-spacing: 1px;
}

.ai-transparency-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;

  margin-top: 24px;
}

.ai-transparency-grid span {
  display: block;

  margin-bottom: 7px;

  color: #ffffff;

  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.ai-transparency-grid p {
  margin: 0;

  color: #bdb4a8;

  line-height: 1.65;
}

.trust-line {
  margin-top: 30px;

  color: #bcb3a7;

  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-size: 18px;
}

.trust-line strong {
  color: #e0a24a;
}

@media (max-width: 1100px) {

  .how-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 700px) {

  .how-grid,
  .ai-transparency-grid {
    grid-template-columns: 1fr;
  }

  .how-step {
    min-height: 0;
  }

}/* =====================================================
   BAR JE OTEVŘEN V1.1
   ===================================================== */

.community-grid {
  display: grid;
  grid-template-columns: 1.15fr .95fr;
  gap: 24px;
  align-items: stretch;
}

.bar-discussion {
  padding: 30px;
  background: #faf7f0;
  border: 1px solid #ded5c5;
}

.discussion-head {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ddd2c0;
}

.discussion-label {
  color: #b47825;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.discussion-head h3 {
  margin: 8px 0 0;
  color: #171717;
  font-size: 27px;
}

.discussion-count {
  flex-shrink: 0;
  color: #837767;
  font-size: 12px;
  font-weight: 800;
}

.featured-comment {
  padding: 27px 0;
}

.comment-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.comment-avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #171717;
  color: white;
  font-weight: 900;
}

.comment-user strong,
.comment-user span {
  display: block;
}

.comment-user strong {
  color: #171717;
}

.comment-user span {
  margin-top: 2px;
  color: #918676;
  font-size: 12px;
}

.regular-badge {
  margin-left: auto;
  padding: 7px 10px;
  background: #efe1b7;
  color: #815b20;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .6px;
}

.featured-comment > p {
  margin: 24px 0;
  color: #292520;
  font-size: 18px;
  line-height: 1.6;
}

.comment-reactions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.comment-reactions button {
  padding: 9px 12px;
  border: 1px solid #d6ccbc;
  border-radius: 100px;
  background: #f4efe6;
  color: #28231d;
  cursor: pointer;
}

.comment-reactions button:hover {
  background: #ead7a7;
}

.join-discussion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid #ddd2c0;
}

.join-discussion strong,
.join-discussion span {
  display: block;
}

.join-discussion strong {
  color: #171717;
}

.join-discussion span {
  margin-top: 4px;
  color: #817668;
  font-size: 12px;
}

.join-button {
  flex-shrink: 0;
  padding: 12px 16px;
  border: 0;
  border-radius: 6px;
  background: #d99a40;
  color: #17110a;
  font-weight: 900;
  cursor: pointer;
}


/* CO SI MYSLÍ BAR */

.bar-opinion {
  padding: 30px;
  background: #181818;
  color: #f7f1e7;
}

.bar-opinion-head {
  display: flex;
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.brain {
  font-size: 28px;
}

.bar-opinion-head h3 {
  margin: 0;
  color: white;
  font-size: 27px;
}

.bar-opinion-head p {
  margin: 6px 0 0;
  color: #a99f92;
  font-size: 12px;
}

.opinion-item {
  padding: 17px 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.opinion-item span {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
}

.opinion-item p {
  margin: 0;
  color: #d2c9bc;
  font-size: 14px;
  line-height: 1.55;
}

.opinion-pro span {
  color: #75b97c;
}

.opinion-against span {
  color: #dc8b70;
}

.opinion-agreement span {
  color: #dfaa4f;
}

.opinion-open span {
  color: #a69dc8;
}

.opinion-warning {
  margin-top: 20px;
  padding: 14px 15px;
  background: rgba(255,255,255,.06);
  color: #aaa094;
  font-size: 11px;
  line-height: 1.5;
}

.opinion-warning strong {
  display: block;
  margin-bottom: 3px;
  color: #e1d8cc;
}

.bar-handnote {
  display: inline-block;
  margin-top: 20px;
  padding: 11px 14px;
  background: #efe2b7;
  color: #17130e;
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  transform: rotate(-1deg);
}


/* MOBIL */

@media (max-width: 900px) {

  .community-grid {
    grid-template-columns: 1fr;
  }

  .discussion-head,
  .join-discussion {
    flex-direction: column;
    align-items: flex-start;
  }

  .regular-badge {
    margin-left: 0;
  }

}/* =====================================================
   FOOTER V1
   ===================================================== */

.site-footer {
  padding: 64px 7vw 28px;
  background: #0b0b0b;
  color: #ffffff;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.1fr 1.8fr;
  gap: 60px;
  align-items: start;
}

.footer-logo {
  font-size: 28px;
  font-weight: 1000;
  letter-spacing: .3px;
}

.footer-tagline {
  margin: 8px 0 0;
  color: #c2b8aa;
}

.footer-motto {
  margin: 24px 0;
  max-width: 400px;
  color: #f0e7da;
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-size: 20px;
  line-height: 1.5;
}

.footer-support {
  margin-top: 8px;
}

.footer-instagram {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 100%;
  margin: -10px 0 10px;
  padding: 4px 0;
  color: #d99a40;
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease;
}

.site-footer .footer-instagram svg.footer-instagram-icon {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  flex: 0 0 20px;
}

@media (max-width: 600px) {
  .site-footer .footer-instagram {
    font-size: clamp(10px, 2.8vw, 12px);
    gap: 5px;
    letter-spacing: -0.02em;
  }
}

.footer-instagram:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-instagram:focus-visible {
  outline: 2px solid #d99a40;
  outline-offset: 4px;
  border-radius: 2px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-column h4 {
  margin: 0 0 8px;
  color: #d99a40;
  font-size: 11px;
  letter-spacing: 1.4px;
}

.footer-column a {
  color: #bfb6aa;
  font-size: 14px;
  transition: .2s ease;
}

.footer-column a:hover {
  color: #ffffff;
}

.footer-divider {
  margin: 44px 0 20px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #777066;
  font-size: 12px;
}

@media (max-width: 900px) {

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

}

@media (max-width: 600px) {

  .footer-links {
    grid-template-columns: 1fr;
  }

}/* FINÁLNÍ FOOTER CLEANUP */

.site-footer {
  text-align: left;
}

.site-footer .footer-main {
  width: min(1500px, 100%);
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 80px;
}

.site-footer .footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}

.site-footer .footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-footer .footer-column a {
  display: block;
  margin-bottom: 7px;
}

.site-footer .footer-bottom {
  width: min(1500px, 100%);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {

  .site-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .site-footer .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 600px) {

  .site-footer .footer-links {
    grid-template-columns: 1fr;
  }

}/* =====================================================
   MOBILE HEADER + HERO
   ===================================================== */

.mobile-menu-button {
  display: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.mobile-menu {
  display: none;
}

@media (max-width: 800px) {

  .topbar {
    padding: 12px 16px;
    gap: 12px;
  }

  .brand {
    flex: 1;
  }

  .brand-icon {
    font-size: 24px;
  }

  .brand-name {
    font-size: 14px;
    line-height: 1.1;
  }

  .brand-tagline {
    display: none;
  }

  .main-nav {
    display: none;
  }

  .mobile-menu-button {
    display: block;
  }

  .topbar .support-button {
    display: none;
  }

  .mobile-menu {
    position: fixed;
    top: 58px;
    left: 0;
    right: 0;
    z-index: 100;

    padding: 18px;

    background: #111111;
    border-bottom: 1px solid rgba(255,255,255,0.12);

    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
  }

  .mobile-menu.open {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .mobile-menu a {
    padding: 12px 6px;

    color: #eee6da;

    font-size: 17px;
    font-weight: 800;

    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .hero {
    min-height: 620px;

    align-items: flex-end;

    padding:
      80px
      22px
      42px;

    background-position: 68% center;
  }

  .hero::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
      linear-gradient(
        to top,
        rgba(0,0,0,.96) 0%,
        rgba(0,0,0,.80) 38%,
        rgba(0,0,0,.32) 72%,
        rgba(0,0,0,.08) 100%
      );

    z-index: 1;
  }

  .hero-content {
    z-index: 2;
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 72px);
    line-height: .9;
    letter-spacing: -2px;
  }

  .hero p {
    max-width: 420px;
    font-size: 16px;
    line-height: 1.5;
  }

  .hero-actions {
    width: 100%;

    flex-direction: column;

    gap: 10px;
  }

  .primary-button,
  .secondary-button {
    width: 100%;

    text-align: center;
  }

  .bartender-note {
    display: none;
  }

}/* =====================================================
   MOBILE POLISH 01
   Hero + hlavní články
   ===================================================== */

@media (max-width: 800px) {

  /* Header má vlastní prostor */
  .hero {
    min-height: 680px;
    padding-top: 110px;
  }

  /* Nadpis nesmí zalézt pod header */
  .hero-content {
    padding-top: 20px;
  }

  /* Sekce hlavních článků */
  .featured-section {
    padding-top: 52px;
    padding-bottom: 60px;
  }

  .featured-section .section-header {
    margin-bottom: 28px;
  }

  .featured-section h2 {
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  /* Karty pěkně pod sebe */
  .featured-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .featured-card {
    width: 100%;
  }

  .featured-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

}/* =====================================================
   CATEGORY PAGE V0.1
   ===================================================== */

.category-hero {
  padding: 90px 7vw 60px;

  background:
    linear-gradient(
      135deg,
      #0c0c0c,
      #20160f 75%
    );

  color: #ffffff;
}

.category-hero-inner {
  max-width: 1100px;
}

.category-label {
  margin-bottom: 22px;

  color: #dda044;

  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
}

.category-hero h1 {
  margin: 0;

  font-size: clamp(72px, 10vw, 150px);
  line-height: .92;

  letter-spacing: -5px;
}

.category-hero p {
  max-width: 700px;

  margin-top: 26px;

  color: #d0c6b9;

  font-size: 20px;
  line-height: 1.55;
}


/* TOP GRID */

.category-main-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1.55fr)
    .75fr;

  gap: 26px;
}


/* HLAVNÍ ČLÁNEK */

.category-main-story {
  display: block;

  overflow: hidden;

  background: #fffdf8;

  border: 1px solid #d9d0c2;

  box-shadow:
    0 18px 45px rgba(0,0,0,.08);
}

.category-main-image {
  position: relative;

  min-height: 420px;

  background-size: cover;
  background-position: center;
}

.category-badge {
  position: absolute;

  left: 20px;
  top: 20px;

  padding: 8px 12px;

  background: #d99a40;
  color: #17110a;

  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}

.category-main-content {
  padding: 30px;
}

.category-main-content h2 {
  margin: 10px 0 12px;

  color: #171717;

  font-size: clamp(38px, 5vw, 64px);
  line-height: .98;

  letter-spacing: -2px;
}

.category-main-content p {
  max-width: 780px;

  color: #625a50;

  font-size: 18px;
  line-height: 1.55;
}


/* PRÁVĚ SE ŘEŠÍ */

.category-now {
  padding: 28px;

  background: #171717;
  color: #ffffff;
}

.category-now-head {
  padding-bottom: 20px;

  border-bottom:
    1px solid rgba(255,255,255,.12);
}

.category-now-head span {
  display: block;

  margin-bottom: 7px;

  color: #dda044;

  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.category-now-head strong {
  font-size: 25px;
}

.category-now-item {
  display: grid;

  grid-template-columns: 58px 1fr;

  gap: 12px;

  padding: 20px 0;

  border-bottom:
    1px solid rgba(255,255,255,.1);
}

.category-now-time {
  color: #dda044;

  font-size: 13px;
  font-weight: 900;
}

.category-now-item strong,
.category-now-item span {
  display: block;
}

.category-now-item strong {
  color: #ffffff;

  line-height: 1.35;
}

.category-now-item span {
  margin-top: 5px;

  color: #9d9488;

  font-size: 11px;
}

.category-now-link {
  display: inline-block;

  margin-top: 24px;

  color: #dda044;

  font-weight: 900;
  font-size: 13px;
}


/* FEED */

.category-list {
  display: flex;

  flex-direction: column;

  border-top:
    1px solid #d8cebd;
}

.category-item {
  display: grid;

  grid-template-columns:
    280px
    1fr;

  gap: 26px;

  padding: 26px 0;

  border-bottom:
    1px solid #d8cebd;
}

.category-item-image {
  min-height: 180px;
}

.category-item-content {
  align-self: center;
}

.category-item-content h3 {
  margin: 9px 0;

  color: #171717;

  font-size: 30px;
  line-height: 1.05;
}

.category-item-content p {
  max-width: 720px;

  color: #625b52;

  line-height: 1.5;
}


/* MOBIL */

@media (max-width: 900px) {

  .category-hero {
    padding:
      65px
      22px
      42px;
  }

  .category-hero h1 {
    font-size: 76px;
    letter-spacing: -3px;
  }

  .category-hero p {
    font-size: 17px;
  }


  .category-main-grid {
    grid-template-columns: 1fr;
  }

  .category-main-image {
    min-height: 260px;
  }

  .category-main-content {
    padding: 24px;
  }

  .category-main-content h2 {
    font-size: 38px;
  }


  .category-item {
    grid-template-columns: 1fr;

    gap: 15px;
  }

  .category-item-image {
    min-height: 220px;
  }

  .category-item-content h3 {
    font-size: 26px;
  }

}/* =====================================================
   CATEGORY - LOAD MORE
   ===================================================== */

.category-more {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.category-more-button {
  padding: 16px 26px;

  border: 1px solid #171717;

  background: transparent;
  color: #171717;

  font-size: 13px;
  font-weight: 900;
  letter-spacing: .7px;

  cursor: pointer;

  transition:
    background .2s ease,
    color .2s ease,
    transform .2s ease;
}

.category-more-button:hover {
  background: #171717;
  color: #ffffff;

  transform: translateY(-2px);
}

/* =====================================================
   SARCASTIC BARTENDER — CLEAN HEADER + HERO
   2026-09-18
   Scope: public homepage header + hero only
   ===================================================== */

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 84px;
  min-height: 84px;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 7px 28px;
  background: #0b0b0b;
  border-bottom: 1px solid rgba(244, 166, 42, 0.32);
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
  backdrop-filter: blur(10px);
}

.topbar .brand {
  display: flex;
  align-items: center;
  width: 220px;
  height: 70px;
  min-width: 0;
  overflow: hidden;
  line-height: 0;
}

.topbar .brand-logo {
  display: block;
  width: 220px !important;
  height: 70px !important;
  max-width: 220px !important;
  max-height: 70px !important;
  object-fit: contain;
  object-position: left center;
}

.topbar .main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(11px, 1.15vw, 20px);
  min-width: 0;
}

.topbar .main-nav a {
  position: relative;
  white-space: nowrap;
  color: #f5f1e6;
  font-size: clamp(11px, 0.86vw, 14px);
  font-weight: 800;
  transition: color .2s ease;
}

.topbar .main-nav a:hover,
.topbar .main-nav a:focus-visible {
  color: #f4a62a;
}

.topbar .support-button {
  flex: 0 0 auto;
  min-width: 142px;
  border: 0;
  border-radius: 7px;
  padding: 12px 15px;
  background: #f4a62a;
  color: #0b0b0b;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: none;
}

.topbar .support-button:hover {
  background: #ffc063;
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  padding: 78px 7vw;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(11,11,11,.98) 0%,
      rgba(11,11,11,.90) 31%,
      rgba(11,11,11,.48) 58%,
      rgba(11,11,11,.10) 100%
    ),
    url("images/bartender-hero.png") center right / cover no-repeat;
  border-bottom: 4px solid #f4a62a;
}

.hero::before,
.hero::after {
  content: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.28), transparent 48%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 0;
}

.hero .hero-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-left: 4px solid #f4a62a;
  background: rgba(244,166,42,.10);
  color: #f4a62a;
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  color: #f5f1e6;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(62px, 8vw, 116px);
  line-height: .90;
  letter-spacing: -.02em;
}

.hero p {
  max-width: 560px;
  margin: 26px 0 0;
  color: #f5f1e6;
  font-size: 19px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.hero .primary-button,
.hero .secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 7px;
  padding: 12px 18px;
  font-weight: 900;
}

.hero .primary-button {
  background: #f4a62a;
  color: #0b0b0b;
}

.hero .secondary-button {
  border: 1px solid rgba(245,241,230,.48);
  background: rgba(11,11,11,.45);
  color: #f5f1e6;
}

.hero .bartender-note {
  right: 6%;
  top: auto;
  bottom: 48px;
  width: 205px;
  border-top: 4px solid #f4a62a;
  background: #f5f1e6;
  color: #0b0b0b;
}

@media (max-width: 1180px) {
  .topbar {
    grid-template-columns: 190px minmax(0, 1fr) auto;
    gap: 16px;
    padding-inline: 20px;
  }

  .topbar .brand,
  .topbar .brand-logo {
    width: 185px !important;
    max-width: 185px !important;
  }

  .topbar .main-nav {
    gap: 10px;
  }

  .topbar .main-nav a {
    font-size: 11px;
  }

  .topbar .support-button {
    min-width: 126px;
    padding-inline: 11px;
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .topbar {
    height: 70px;
    min-height: 70px;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 10px;
    padding: 6px 14px;
  }

  .topbar .brand {
    width: 190px !important;
    height: 58px;
  }

  .topbar .brand-logo {
    width: 190px !important;
    height: 58px !important;
    max-width: 190px !important;
    max-height: 58px !important;
  }

  .topbar .main-nav,
  .topbar > .support-button {
    display: none;
  }

  .mobile-menu-button {
    display: block;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border: 1px solid rgba(244,166,42,.6);
    border-radius: 5px;
    background: transparent;
    color: #f4a62a;
    font-size: 25px;
  }

  .mobile-menu {
    top: 70px;
    background: #0b0b0b;
    border-bottom: 1px solid rgba(244,166,42,.5);
  }

  .hero {
    min-height: 650px;
    align-items: flex-end;
    padding: 90px 22px 42px;
    background:
      linear-gradient(
        0deg,
        rgba(11,11,11,.98) 0%,
        rgba(11,11,11,.88) 34%,
        rgba(11,11,11,.22) 78%
      ),
      url("images/bartender-hero.png") 64% center / cover no-repeat;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(50px, 13vw, 76px);
  }

  .hero p {
    font-size: 16px;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
  }

  .hero .primary-button,
  .hero .secondary-button {
    width: 100%;
  }

  .hero .bartender-note {
    display: none;
  }
}

@media (max-width: 430px) {
  .topbar .brand,
  .topbar .brand-logo {
    width: 170px !important;
    max-width: 170px !important;
  }

  .hero {
    min-height: 610px;
    padding-inline: 20px;
  }

  .hero h1 {
    font-size: 50px;
  }
}


/* =====================================================
   HOMEPAGE — DNES V BARU / BRAND FACELIFT V1
   Scope: pouze první news-grid na homepage.
   ===================================================== */
body.home-page .section:first-of-type {
  position: relative;
  padding-top: 68px;
  padding-bottom: 82px;
  background: radial-gradient(circle at 92% 8%, rgba(244,166,42,.08), transparent 24%), #f5f1e6;
}
body.home-page .section:first-of-type .section-heading {
  margin-bottom: 34px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(11,11,11,.14);
}
body.home-page .section:first-of-type .eyebrow {
  margin-bottom: 14px;
  color: #b87512;
  font-size: 12px;
  letter-spacing: 2px;
}
body.home-page .section:first-of-type .section-heading h2 {
  color: #0b0b0b;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(44px, 4.6vw, 68px);
  line-height: .95;
  letter-spacing: -.02em;
}
body.home-page .section:first-of-type .section-link {
  color: #0b0b0b;
  font-size: 13px;
  font-weight: 900;
  border-bottom: 2px solid #f4a62a;
  padding-bottom: 5px;
}
body.home-page .section:first-of-type .news-grid {
  gap: 22px;
  align-items: stretch;
}
body.home-page .section:first-of-type .news-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fffdf8;
  border: 1px solid rgba(11,11,11,.14);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(11,11,11,.08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
body.home-page .section:first-of-type .news-card:hover {
  transform: translateY(-4px);
  border-color: rgba(244,166,42,.65);
  box-shadow: 0 18px 38px rgba(11,11,11,.14);
}
body.home-page .section:first-of-type .news-card.featured { border-top: 5px solid #f4a62a; }
body.home-page .section:first-of-type .news-card:not(.featured) { border-top: 3px solid #222222; }
body.home-page .section:first-of-type .article-image { overflow: hidden; background-color: #222222; }
body.home-page .section:first-of-type .featured .article-image { min-height: 330px; }
body.home-page .section:first-of-type .news-card:not(.featured) .article-image { min-height: 245px; }
body.home-page .section:first-of-type .article-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 58%, rgba(11,11,11,.18));
  pointer-events: none;
}
body.home-page .section:first-of-type .article-image > span {
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 9px 12px;
  border-radius: 3px;
  background: #f4a62a;
  color: #0b0b0b;
  box-shadow: 3px 3px 0 rgba(11,11,11,.22);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}
body.home-page .section:first-of-type .card-content { padding: 24px 24px 26px; }
body.home-page .section:first-of-type .featured .card-content { padding: 26px 28px 30px; }
body.home-page .section:first-of-type .article-meta {
  color: #a8660b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.25px;
}
body.home-page .section:first-of-type .positive-meta { color: #4e713c; }
body.home-page .section:first-of-type .card-content h3 {
  margin: 11px 0 12px;
  color: #0b0b0b;
  font-size: 27px;
  line-height: 1.04;
  letter-spacing: -.7px;
}
body.home-page .section:first-of-type .featured .card-content h3 {
  font-size: clamp(30px, 2.35vw, 39px);
  line-height: 1;
  letter-spacing: -1px;
}
body.home-page .section:first-of-type .card-content p {
  margin-bottom: 0;
  color: #5c554c;
  font-size: 15px;
  line-height: 1.55;
}
body.home-page .section:first-of-type .article-info {
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid rgba(11,11,11,.10);
  color: #81786d;
  font-size: 12px;
}
@media (max-width: 1050px) {
  body.home-page .section:first-of-type .news-grid { grid-template-columns: 1fr; }
  body.home-page .section:first-of-type .featured .article-image,
  body.home-page .section:first-of-type .news-card:not(.featured) .article-image { min-height: 300px; }
}
@media (max-width: 700px) {
  body.home-page .section:first-of-type { padding: 48px 20px 58px; }
  body.home-page .section:first-of-type .section-heading { margin-bottom: 24px; padding-bottom: 18px; }
  body.home-page .section:first-of-type .section-heading h2 { font-size: 42px; }
  body.home-page .section:first-of-type .news-grid { gap: 18px; }
  body.home-page .section:first-of-type .featured .article-image,
  body.home-page .section:first-of-type .news-card:not(.featured) .article-image { min-height: 220px; }
  body.home-page .section:first-of-type .card-content,
  body.home-page .section:first-of-type .featured .card-content { padding: 21px 20px 24px; }
  body.home-page .section:first-of-type .card-content h3,
  body.home-page .section:first-of-type .featured .card-content h3 { font-size: 27px; }
}


/* =====================================================
   SARCASTIC BARTENDER — HOMEPAGE FINAL BRAND PASS V1
   2026-09-18
   Scope: homepage only. Article/category styles stay intact.
   ===================================================== */

body.home-page {
  --sb-night: #0b0b0b;
  --sb-charcoal: #222222;
  --sb-whiskey: #f4a62a;
  --sb-whiskey-soft: #ffc063;
  --sb-accent: #e63946;
  --sb-paper: #f5f1e6;
  --sb-ink: #111111;
  --sb-muted: #6f685f;
  background: var(--sb-night);
}

body.home-page main {
  overflow: hidden;
}

body.home-page .section {
  position: relative;
}

body.home-page .section-heading {
  width: min(1580px, 100%);
  margin-left: auto;
  margin-right: auto;
}

body.home-page .section-heading h2,
body.home-page .positive-content h3,
body.home-page .live-story-top h3,
body.home-page .last-shot-copy h3 {
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-weight: 900;
}

body.home-page .eyebrow {
  color: var(--sb-whiskey);
  letter-spacing: 1.9px;
}

body.home-page .section-link {
  transition: color .2s ease, transform .2s ease;
}

body.home-page .section-link:hover {
  color: var(--sb-whiskey);
  transform: translateX(3px);
}

/* Dnes v baru — existing scoped facelift needs home-page class */
body.home-page #dnes {
  position: relative;
  padding-top: 68px;
  padding-bottom: 82px;
  background:
    radial-gradient(circle at 92% 8%, rgba(244,166,42,.08), transparent 24%),
    var(--sb-paper);
}

body.home-page #dnes .section-heading {
  margin-bottom: 34px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(11,11,11,.14);
}

body.home-page #dnes .section-heading h2 {
  color: var(--sb-night);
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(44px, 4.6vw, 68px);
  line-height: .95;
  letter-spacing: -.02em;
}

body.home-page #dnes .section-link {
  color: var(--sb-night);
  border-bottom: 2px solid var(--sb-whiskey);
  padding-bottom: 5px;
}

body.home-page #dnes .news-grid {
  width: min(1580px, 100%);
  margin: 0 auto;
  align-items: stretch;
}

body.home-page #dnes .news-card {
  border-radius: 6px;
}

/* LIVE */
body.home-page #dnes + .dark-section {
  padding-top: 82px;
  padding-bottom: 88px;
  background:
    radial-gradient(circle at 88% 18%, rgba(244,166,42,.08), transparent 22%),
    #151515;
  border-top: 1px solid rgba(244,166,42,.16);
  border-bottom: 1px solid rgba(244,166,42,.12);
}

body.home-page #dnes + .dark-section .live-story-layout {
  width: min(1500px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.85fr) .62fr;
  gap: 34px;
}

body.home-page #dnes + .dark-section .live-story-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  background: #101010;
  border: 1px solid rgba(245,241,230,.13);
  border-top: 4px solid var(--sb-whiskey);
  box-shadow: 0 24px 55px rgba(0,0,0,.28);
}

body.home-page #dnes + .dark-section .live-story-card::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -110px;
  top: -110px;
  border: 1px solid rgba(244,166,42,.22);
  border-radius: 50%;
}

body.home-page .live-known {
  background: #f0dfad;
  border-left: 5px solid var(--sb-whiskey);
  box-shadow: 6px 6px 0 rgba(0,0,0,.18);
}

body.home-page .live-note {
  margin-top: 28px;
  background: #f3e5bb;
  border-top: 4px solid var(--sb-whiskey);
}

body.home-page .live-summary-button,
body.home-page .last-shot-read,
body.home-page .join-button {
  background: var(--sb-whiskey);
  color: var(--sb-night);
}

/* GOOD NEWS */
body.home-page .positive-section {
  padding-top: 82px;
  padding-bottom: 88px;
  background:
    linear-gradient(115deg, rgba(244,166,42,.05), transparent 34%),
    var(--sb-paper);
}

body.home-page .positive-feature {
  width: min(1500px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(11,11,11,.14);
  border-top: 4px solid #657d43;
  box-shadow: 0 18px 45px rgba(11,11,11,.10);
}

body.home-page .positive-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
}

body.home-page .positive-content h3 {
  color: var(--sb-night);
  font-size: clamp(42px, 4.7vw, 70px);
  letter-spacing: -.02em;
}

body.home-page .good-news-meter {
  border-left-color: var(--sb-whiskey);
  background: #edf0d7;
}

/* FACT CHECK */
body.home-page .factcheck-section {
  padding-top: 84px;
  padding-bottom: 88px;
  background:
    radial-gradient(circle at 8% 88%, rgba(230,57,70,.05), transparent 20%),
    #eee6d7;
}

body.home-page .factcheck-file {
  width: min(1500px, 100%);
  margin: 0 auto;
  border: 2px solid var(--sb-night);
  box-shadow: 11px 11px 0 rgba(244,166,42,.26);
}

body.home-page .factcheck-claim {
  background:
    linear-gradient(rgba(11,11,11,.025) 1px, transparent 1px),
    #fbf7ed;
  background-size: 100% 30px;
}

body.home-page .factcheck-analysis {
  background:
    radial-gradient(circle at 90% 10%, rgba(244,166,42,.09), transparent 22%),
    #111;
}

body.home-page .factcheck-primary,
body.home-page .factcheck-data-label {
  color: var(--sb-whiskey);
}

body.home-page .factcheck-hook {
  background: #f0dfad;
}

/* BARTENDER RECOMMENDS */
body.home-page .factcheck-section + .dark-section {
  padding-top: 84px;
  padding-bottom: 90px;
  background: #151515;
}

body.home-page .factcheck-section + .dark-section .news-grid {
  width: min(1500px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
}

body.home-page .factcheck-section + .dark-section .news-card {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
  transition: transform .2s ease;
}

body.home-page .factcheck-section + .dark-section .news-card:hover {
  transform: translateY(-5px);
}

body.home-page .factcheck-section + .dark-section .placeholder-image {
  min-height: 250px;
  border-bottom: 4px solid var(--sb-whiskey);
}

/* POSLEDNÍ PANÁK */
body.home-page .bartender-tv-section {
  padding-top: 84px;
  padding-bottom: 90px;
  background:
    radial-gradient(circle at 84% 22%, rgba(244,166,42,.08), transparent 22%),
    #111;
  border-top: 1px solid rgba(245,241,230,.08);
}

body.home-page .last-shot-grid {
  width: min(1500px, 100%);
  margin: 0 auto;
}

body.home-page .last-shot-video {
  min-height: 520px;
  border-radius: 4px;
  border-bottom: 4px solid var(--sb-whiskey);
  box-shadow: 0 22px 55px rgba(0,0,0,.32);
}

body.home-page .last-shot-receipt {
  background: #f1e1ae;
  border-top: 5px solid var(--sb-whiskey);
  box-shadow: 10px 10px 0 rgba(0,0,0,.34);
}

body.home-page .last-shot-actions {
  width: min(1500px, 100%);
  margin-left: auto;
  margin-right: auto;
}

/* COMMUNITY */
body.home-page .community-section {
  padding-top: 84px;
  padding-bottom: 90px;
  background:
    radial-gradient(circle at 94% 10%, rgba(244,166,42,.07), transparent 18%),
    var(--sb-paper);
}

body.home-page .community-grid {
  width: min(1500px, 100%);
  margin: 0 auto;
  gap: 28px;
}

body.home-page .bar-discussion {
  background: #fffdf8;
  border: 1px solid rgba(11,11,11,.14);
  border-top: 4px solid var(--sb-whiskey);
  box-shadow: 0 16px 38px rgba(11,11,11,.08);
}

body.home-page .bar-opinion {
  background:
    radial-gradient(circle at 88% 8%, rgba(244,166,42,.08), transparent 22%),
    #141414;
  border-top: 4px solid var(--sb-whiskey);
  box-shadow: 0 18px 42px rgba(11,11,11,.20);
}

/* HOW WE WORK */
body.home-page .how-we-work-section {
  padding-top: 88px;
  padding-bottom: 94px;
  background:
    radial-gradient(circle at 12% 18%, rgba(244,166,42,.08), transparent 20%),
    #151515;
}

body.home-page .how-grid,
body.home-page .ai-transparency,
body.home-page .how-intro,
body.home-page .trust-line {
  width: min(1500px, 100%);
  margin-left: auto;
  margin-right: auto;
}

body.home-page .how-step {
  overflow: hidden;
  border: 1px solid rgba(11,11,11,.12);
  border-top: 4px solid #222;
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
}

body.home-page .how-step:hover {
  border-top-color: var(--sb-whiskey);
}

body.home-page .bartender-step {
  border-top-color: var(--sb-whiskey);
  background: #efd99f;
}

body.home-page .ai-transparency {
  border-top: 3px solid var(--sb-whiskey);
  background: linear-gradient(135deg, rgba(244,166,42,.12), rgba(255,255,255,.025));
}

/* FOOTER BRAND */
body.home-page .site-footer {
  position: relative;
  padding-top: 70px;
  background: #080808;
  border-top: 4px solid var(--sb-whiskey);
}

body.home-page .footer-logo img {
  display: block;
  width: min(250px, 100%);
  height: auto;
}

body.home-page .footer-tagline {
  color: var(--sb-whiskey);
  font-weight: 800;
}

body.home-page .footer-column h4 {
  color: var(--sb-whiskey);
}

body.home-page .footer-column a:hover {
  color: var(--sb-whiskey-soft);
}

/* Consistent focus state */
body.home-page a:focus-visible,
body.home-page button:focus-visible {
  outline: 3px solid var(--sb-whiskey);
  outline-offset: 3px;
}

/* TABLET */
@media (max-width: 1050px) {
  body.home-page #dnes + .dark-section .live-story-layout,
  body.home-page .positive-feature,
  body.home-page .factcheck-file,
  body.home-page .community-grid,
  body.home-page .last-shot-grid {
    grid-template-columns: 1fr;
  }

  body.home-page .factcheck-section + .dark-section .news-grid {
    grid-template-columns: 1fr;
  }

  body.home-page .factcheck-section + .dark-section .placeholder-image {
    min-height: 300px;
  }

  body.home-page .positive-image {
    min-height: 380px;
  }
}

/* MOBILE */
@media (max-width: 700px) {
  body.home-page .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.home-page .section-heading {
    margin-bottom: 24px;
  }

  body.home-page .section-heading h2 {
    font-size: 40px;
    line-height: .98;
  }

  body.home-page #dnes,
  body.home-page #dnes + .dark-section,
  body.home-page .positive-section,
  body.home-page .factcheck-section,
  body.home-page .factcheck-section + .dark-section,
  body.home-page .bartender-tv-section,
  body.home-page .community-section,
  body.home-page .how-we-work-section {
    padding-top: 58px;
    padding-bottom: 62px;
  }

  body.home-page #dnes + .dark-section .live-story-card,
  body.home-page .bar-discussion,
  body.home-page .bar-opinion,
  body.home-page .factcheck-claim,
  body.home-page .factcheck-analysis {
    padding: 24px 20px;
  }

  body.home-page .positive-content {
    padding: 28px 22px 32px;
  }

  body.home-page .positive-content h3 {
    font-size: 39px;
  }

  body.home-page .last-shot-video {
    min-height: 470px;
  }

  body.home-page .last-shot-copy {
    left: 22px;
    right: 22px;
    bottom: 28px;
  }

  body.home-page .last-shot-receipt {
    transform: none;
  }

  body.home-page .factcheck-file {
    box-shadow: 6px 6px 0 rgba(244,166,42,.24);
  }

  body.home-page .how-grid {
    gap: 14px;
  }

  body.home-page .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* =====================================================
   SARCASTIC BARTENDER — HOMEPAGE FINAL POLISH V1
   2026-09-18
   Micro-polish only: rhythm, typography, cards, footer.
   ===================================================== */

body.home-page {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Slightly stronger desktop brand presence without enlarging header */
@media (min-width: 901px) {
  body.home-page .topbar .brand {
    width: 245px;
  }

  body.home-page .topbar .brand-logo {
    width: 238px !important;
    max-width: 238px !important;
  }
}

/* Consistent section rhythm */
body.home-page .section-heading {
  align-items: end;
}

body.home-page .section-heading h2 {
  text-wrap: balance;
}

body.home-page .section-heading .section-link {
  white-space: nowrap;
  font-weight: 900;
}

/* Cards: one visual language across homepage */
body.home-page .news-card,
body.home-page .positive-feature,
body.home-page .bar-discussion,
body.home-page .bar-opinion,
body.home-page .how-step {
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    border-color .2s ease;
}

body.home-page .news-card:hover,
body.home-page .bar-discussion:hover,
body.home-page .bar-opinion:hover,
body.home-page .how-step:hover {
  transform: translateY(-3px);
}

/* Dnes v baru: prevent awkward empty-card feeling while async content loads */
body.home-page #dnes .news-card {
  min-height: 100%;
}

body.home-page #dnes .card-content {
  min-height: 225px;
}

body.home-page #dnes .featured .card-content {
  min-height: 260px;
}

/* Live: cleaner timeline and stronger time hierarchy */
body.home-page .live-timeline {
  border-top: 1px solid rgba(245,241,230,.08);
}

body.home-page .live-row {
  border-bottom-color: rgba(245,241,230,.08);
}

body.home-page .live-time {
  color: var(--sb-whiskey);
  font-weight: 900;
}

/* Good news: keep the editorial paper feel */
body.home-page .positive-feature {
  border-radius: 5px;
}

body.home-page .positive-content p {
  color: #625a50;
  line-height: 1.6;
}

/* Fact-check: make verdict area read like a dossier */
body.home-page .factcheck-file {
  border-radius: 2px;
}

body.home-page .factcheck-verdict {
  letter-spacing: .03em;
}

body.home-page .factcheck-more {
  color: var(--sb-whiskey);
  font-weight: 900;
}

/* Recommendations: strengthen placeholder imagery until real images arrive */
body.home-page .factcheck-section + .dark-section .placeholder-image {
  position: relative;
  background:
    radial-gradient(circle at 50% 42%, rgba(244,166,42,.18), transparent 22%),
    linear-gradient(145deg, #2b2926, #0d0d0d);
}

body.home-page .factcheck-section + .dark-section .placeholder-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 35%, rgba(244,166,42,.07) 50%, transparent 65%);
  pointer-events: none;
}

/* Last shot */
body.home-page .last-shot-read,
body.home-page .live-summary-button,
body.home-page .join-button {
  border-radius: 4px;
  box-shadow: 3px 3px 0 rgba(0,0,0,.22);
}

body.home-page .last-shot-read:hover,
body.home-page .live-summary-button:hover,
body.home-page .join-button:hover {
  background: var(--sb-whiskey-soft);
  transform: translateY(-2px);
}

/* Community */
body.home-page .bar-discussion,
body.home-page .bar-opinion {
  border-radius: 4px;
}

/* How we work */
body.home-page .how-step {
  min-height: 100%;
}

body.home-page .how-step-number {
  opacity: .55;
}

body.home-page .bartender-step .how-step-number {
  opacity: .75;
}

/* Footer gets a stronger brand finish */
body.home-page .site-footer {
  background:
    radial-gradient(circle at 12% 18%, rgba(244,166,42,.08), transparent 22%),
    #080808;
}

body.home-page .footer-grid {
  align-items: start;
  padding-bottom: 44px;
}

body.home-page .footer-logo img {
  width: 275px;
  max-width: 100%;
  margin-bottom: 12px;
}

body.home-page .footer-column h4 {
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: 1.3px;
}

body.home-page .footer-column a {
  display: inline-block;
  padding: 3px 0;
  color: rgba(245,241,230,.78);
}

body.home-page .footer-column a:hover {
  color: var(--sb-whiskey);
}

body.home-page .footer-bottom {
  border-top: 1px solid rgba(244,166,42,.20);
  padding-top: 20px;
  padding-bottom: 24px;
}

/* Mobile polish */
@media (max-width: 700px) {
  body.home-page #dnes .card-content,
  body.home-page #dnes .featured .card-content {
    min-height: 0;
  }

  body.home-page .section-heading {
    align-items: flex-start;
  }

  body.home-page .section-heading .section-link {
    margin-top: 8px;
  }

  body.home-page .footer-logo img {
    width: 225px;
  }

  body.home-page .footer-grid {
    gap: 30px;
  }
}


/* =====================================================
   SARCASTIC BARTENDER — CLEAN HEADLINE TYPOGRAPHY
   2026-09-18
   Cíl: vzhled pravé varianty schváleného návrhu.
   Mění pouze velké titulky/nadpisy, ne layout ani funkce.
   ===================================================== */

body.home-page .hero h1,
body.home-page .section-heading h2,
body.home-page #dnes .section-heading h2,
body.home-page .live-story-top h3,
body.home-page .positive-content h3,
body.home-page .factcheck-claim h3,
body.home-page .factcheck-analysis h3,
body.home-page .last-shot-copy h3,
body.home-page .how-intro h2 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-stretch: normal !important;
  font-style: normal;
  font-weight: 700 !important;
  letter-spacing: -0.045em !important;
  text-transform: none;
}

/* Hero zůstává dominantní, ale už ne „Impact plakát“. */
body.home-page .hero h1 {
  font-size: clamp(58px, 7vw, 104px);
  line-height: .92;
  max-width: 720px;
}

/* Hlavní názvy sekcí. */
body.home-page .section-heading h2,
body.home-page #dnes .section-heading h2 {
  font-size: clamp(42px, 4.1vw, 62px);
  line-height: 1;
}

/* Live hlavní titulek. */
body.home-page .live-story-top h3 {
  font-size: clamp(34px, 3.25vw, 52px);
  line-height: 1.03;
}

/* Dobrá zpráva. */
body.home-page .positive-content h3 {
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.02;
}

/* Fact-check velké titulky. */
body.home-page .factcheck-claim h3,
body.home-page .factcheck-analysis h3 {
  line-height: 1.05;
}

/* Poslední panák. */
body.home-page .last-shot-copy h3 {
  line-height: 1.02;
  overflow-wrap: anywhere;
}

@media (max-width: 700px) {
  .last-shot-overlay {
    background: linear-gradient(
      90deg,
      rgba(0,0,0,.98) 0%,
      rgba(0,0,0,.92) 72%,
      rgba(0,0,0,.5) 100%
    );
  }

  body.home-page .last-shot-copy h3 {
    font-size: clamp(34px, 11vw, 52px);
    line-height: 1.03;
  }
}

/* Nadpisy článkových karet: méně těžké, čitelnější. */
body.home-page .news-card .card-content h3,
body.home-page #dnes .card-content h3,
body.home-page #dnes .featured .card-content h3 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  letter-spacing: -0.025em !important;
  line-height: 1.08;
}

/* Menší nadpisy uvnitř sekcí. */
body.home-page .bar-discussion h3,
body.home-page .bar-opinion h3,
body.home-page .how-step h3,
body.home-page .footer-column h4 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-stretch: normal !important;
}

/* Navigace a tlačítka zůstávají výrazné, ale ne přepálené. */
body.home-page .topbar .main-nav a,
body.home-page .topbar .support-button,
body.home-page .primary-button,
body.home-page .secondary-button,
body.home-page .section-link {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

@media (max-width: 700px) {
  body.home-page .hero h1 {
    font-size: clamp(46px, 12vw, 66px);
    line-height: .94;
  }

  body.home-page .section-heading h2,
  body.home-page #dnes .section-heading h2 {
    font-size: 38px;
  }

  body.home-page .live-story-top h3 {
    font-size: 32px;
  }

  body.home-page .positive-content h3 {
    font-size: 36px;
  }
}


/* =====================================================
   SARCASTIC BARTENDER — CATEGORY BRAND PASS V1
   2026-09-18
   Scope: rubrikové stránky. Funkce category.js zůstávají beze změny.
   ===================================================== */
body.category-page {
  --sb-night: #0b0b0b;
  --sb-charcoal: #222222;
  --sb-whiskey: #f4a62a;
  --sb-whiskey-soft: #ffc063;
  --sb-paper: #f5f1e6;
  --sb-ink: #111111;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: var(--sb-night);
}
body.category-page .category-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 7vw 72px;
  background:
    radial-gradient(circle at 82% 28%, rgba(244,166,42,.12), transparent 24%),
    linear-gradient(115deg, #0b0b0b 0%, #15110e 58%, #21160d 100%);
  border-bottom: 4px solid var(--sb-whiskey);
}
body.category-page .category-hero::after {
  content: "";
  position: absolute;
  right: 7vw;
  top: 50%;
  width: 260px;
  height: 260px;
  transform: translateY(-50%);
  border: 1px solid rgba(244,166,42,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(244,166,42,.025), 0 0 0 92px rgba(244,166,42,.018);
  pointer-events: none;
}
body.category-page .category-hero-inner { position: relative; z-index: 1; max-width: 1200px; }
body.category-page .category-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-left: 4px solid var(--sb-whiskey);
  background: rgba(244,166,42,.08);
  color: var(--sb-whiskey);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
}
body.category-page .category-hero h1 {
  margin: 0;
  color: var(--sb-paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(68px, 8vw, 122px);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.055em;
}
body.category-page .category-hero p {
  max-width: 680px;
  margin-top: 26px;
  color: rgba(245,241,230,.82);
  font-size: 19px;
  line-height: 1.55;
}
body.category-page .category-top,
body.category-page .category-feed { background: var(--sb-paper); }
body.category-page .category-top { padding-top: 72px; padding-bottom: 62px; }
body.category-page .category-main-grid {
  width: min(1500px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.65fr) .78fr;
  gap: 28px;
  align-items: stretch;
}
body.category-page .category-main-story {
  border: 1px solid rgba(11,11,11,.14);
  border-top: 5px solid var(--sb-whiskey);
  border-radius: 5px;
  box-shadow: 0 16px 40px rgba(11,11,11,.09);
  transition: transform .2s ease, box-shadow .2s ease;
}
body.category-page .category-main-story:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(11,11,11,.14); }
body.category-page .category-main-image { min-height: 430px; }
body.category-page .category-badge {
  background: var(--sb-whiskey);
  border-radius: 3px;
  box-shadow: 3px 3px 0 rgba(11,11,11,.24);
}
body.category-page .category-main-content { padding: 30px 32px 32px; }
body.category-page .category-main-content h2 {
  margin: 10px 0 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.01;
  letter-spacing: -.045em;
}
body.category-page .category-main-content p { font-size: 17px; }
body.category-page .category-now {
  padding: 30px;
  background: #121212;
  border-top: 5px solid var(--sb-whiskey);
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(11,11,11,.17);
}
body.category-page .category-now-head span,
body.category-page .category-now-time,
body.category-page .category-now-link { color: var(--sb-whiskey); }
body.category-page .category-now-head strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -.025em;
}
body.category-page .category-now-item strong { font-weight: 700; }
body.category-page .category-more { width: min(1500px,100%); margin: 0 auto; }
body.category-page .category-more-button {
  border-color: var(--sb-night);
  border-radius: 4px;
  font-weight: 700;
}
body.category-page .category-more-button:hover { background: var(--sb-night); }
body.category-page .category-feed { padding-top: 58px; padding-bottom: 88px; }
body.category-page .category-feed .section-heading {
  width: min(1500px,100%);
  margin: 0 auto 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(11,11,11,.14);
}
body.category-page .category-feed .eyebrow { color: #a8660b; }
body.category-page .category-feed .section-heading h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.045em;
}
body.category-page .category-list { width: min(1500px,100%); margin: 0 auto; }
body.category-page .category-item { transition: background .2s ease, transform .2s ease; }
body.category-page .category-item:hover { transform: translateX(4px); }
body.category-page .category-item-content h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.07;
}
body.category-page .site-footer { border-top: 4px solid var(--sb-whiskey); }
body.category-page .footer-logo img { display:block; width:min(270px,100%); height:auto; }
body.category-page .footer-tagline,
body.category-page .footer-column h4 { color: var(--sb-whiskey); }
body.category-page a:focus-visible,
body.category-page button:focus-visible { outline: 3px solid var(--sb-whiskey); outline-offset: 3px; }
@media (max-width: 900px) {
  body.category-page .category-hero { padding: 64px 22px 48px; }
  body.category-page .category-hero::after { display:none; }
  body.category-page .category-hero h1 { font-size: clamp(62px, 19vw, 84px); }
  body.category-page .category-hero p { font-size: 17px; }
  body.category-page .category-top { padding: 48px 22px 52px; }
  body.category-page .category-main-grid { grid-template-columns:1fr; }
  body.category-page .category-main-image { min-height: 280px; }
  body.category-page .category-main-content { padding: 24px 22px 26px; }
  body.category-page .category-main-content h2 { font-size: 37px; }
  body.category-page .category-now { padding: 25px 22px; }
  body.category-page .category-feed { padding: 48px 22px 62px; }
  body.category-page .category-feed .section-heading h2 { font-size: 38px; }
}
@media (max-width: 600px) {
  body.category-page .category-main-image { min-height: 235px; }
  body.category-page .category-item { grid-template-columns:1fr; }
  body.category-page .footer-logo img { width:225px; }
}

/* =========================================================
   SARCASTIC BARTENDER — ARTICLE BRAND PASS V1
   Scoped only to body.article-page.
   Keeps article.js hooks and existing article functionality intact.
   ========================================================= */

body.article-page {
  background: #F5F1E6;
  color: #171717;
}

body.article-page .article-shell {
  position: relative;
  padding-top: clamp(34px, 5vw, 72px);
  padding-bottom: clamp(64px, 8vw, 112px);
  background:
    radial-gradient(circle at 88% 2%, rgba(244,166,42,.10), transparent 28%),
    #F5F1E6;
}

body.article-page .article-container {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
}

body.article-page .back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: #5d5549;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
}

body.article-page .back-link:hover { color: #c47b0a; }

body.article-page .article-kicker,
body.article-page .article-section-label,
body.article-page .shot-label {
  color: #b96f00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.article-page .article-title {
  max-width: 900px;
  margin: 10px 0 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -.035em;
  color: #111;
}

body.article-page .article-lead {
  max-width: 820px;
  margin: 0 0 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(19px, 2.2vw, 24px);
  line-height: 1.5;
  color: #4a443b;
}

body.article-page .article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 15px 0;
  border-top: 1px solid rgba(34,34,34,.13);
  border-bottom: 1px solid rgba(34,34,34,.13);
  color: #71695e;
  font-size: 13px;
}

body.article-page #articleHeroImageWrap {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(20,17,12,.12);
}

body.article-page #articleHeroImage {
  border-radius: 18px !important;
}

body.article-page .article-choice {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 34px 0 20px;
  padding: 8px;
  background: #171717;
  border-radius: 16px;
}

body.article-page .summary-toggle {
  flex: 1 1 240px;
  min-height: 48px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 11px;
  background: transparent;
  color: #f5f1e6;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
}

body.article-page .summary-toggle.active {
  background: #F4A62A;
  border-color: #F4A62A;
  color: #111;
}

body.article-page .article-panel,
body.article-page .sources-section,
body.article-page .community-article {
  border: 1px solid rgba(34,34,34,.11);
  border-radius: 18px;
  background: rgba(255,255,255,.55);
  box-shadow: 0 14px 38px rgba(20,17,12,.06);
}

body.article-page .article-panel {
  padding: clamp(24px, 4vw, 42px);
}

body.article-page .shot-summary {
  border-left: 5px solid #F4A62A;
  border-radius: 12px;
  background: #fffaf0;
  padding: clamp(22px, 4vw, 34px);
}

body.article-page .shot-summary h2,
body.article-page .sources-section h2,
body.article-page .community-article h2,
body.article-page .article-section-block h2,
body.article-page .article-section-block h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -.02em;
  color: #151515;
}

body.article-page .article-section-block,
body.article-page .shot-summary,
body.article-page .source-list,
body.article-page .community-article {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.72;
}

body.article-page .article-section-block p,
body.article-page .shot-summary p,
body.article-page .community-intro {
  color: #3f3a33;
}

body.article-page .sources-section,
body.article-page .community-article {
  margin-top: 24px;
  padding: clamp(24px, 4vw, 40px);
}

body.article-page .sources-section {
  border-top: 5px solid #F4A62A;
}

body.article-page .community-article {
  background: #171717;
  border-color: #171717;
  color: #F5F1E6;
}

body.article-page .community-article h2 { color: #F5F1E6; }
body.article-page .community-article .community-intro { color: rgba(245,241,230,.74); }

body.article-page .source-list a {
  color: #9d5f00;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.article-page .footer-logo img {
  display: block;
  width: min(250px, 100%);
  height: 72px;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 700px) {
  body.article-page .article-container {
    width: min(100% - 28px, 920px);
  }

  body.article-page .article-title {
    font-size: clamp(34px, 11vw, 50px);
    line-height: 1.04;
  }

  body.article-page .article-lead {
    font-size: 18px;
  }

  body.article-page .article-choice {
    padding: 7px;
  }

  body.article-page .summary-toggle {
    flex-basis: 100%;
  }

  body.article-page .article-panel,
  body.article-page .sources-section,
  body.article-page .community-article {
    border-radius: 14px;
  }
}

/* =====================================================
   GLOBAL UI — BALÍK A (2026-09-19)
   ===================================================== */

.topbar .brand {
  min-width: 210px;
}

.topbar .brand-logo {
  display: block;
  width: auto;
  height: 48px;
  max-width: 220px;
  object-fit: contain;
}

.support-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
}

.disabled-cta {
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-weight: 800;
  opacity: .62;
  cursor: default;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(230,183,102,.42);
  border-radius: 16px 16px 13px 13px;
  background: rgba(17,17,17,.92);
  color: var(--amber-light);
  box-shadow: 0 12px 34px rgba(0,0,0,.28);
  backdrop-filter: blur(10px);
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease, border-color .2s ease;
}

.back-to-top::before {
  content: "↑";
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-3px);
}

.back-to-top::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 2px 2px 7px 7px;
  opacity: .92;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  color: #f4c979;
  border-color: rgba(244,201,121,.8);
  transform: translateY(-2px);
  outline: none;
}

@media (max-width: 700px) {
  .topbar .brand-logo {
    height: 39px;
    max-width: 170px;
  }

  .topbar .brand {
    min-width: 0;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
    border-radius: 14px 14px 12px 12px;
  }
}

/* =====================================================
   BALÍK B — BARTENDERŮV TIP + LIVE
   ===================================================== */
.bartender-pick-grid { grid-template-columns: minmax(0, 1fr); max-width: 920px; }
#homepageBartenderPick { min-height: 320px; }
.homepage-live-feed { display: grid; gap: 12px; }
.homepage-live-event { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 18px; align-items: start; padding: 18px 20px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.045); color: inherit; text-decoration: none; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.homepage-live-event:hover { transform: translateY(-2px); border-color: rgba(217,154,64,.7); background: rgba(255,255,255,.075); }
.homepage-live-event h3 { margin: 5px 0 4px; color: #fff; font-size: clamp(18px,2vw,24px); }
.homepage-live-event p { margin: 5px 0 0; }
.homepage-live-time { font-weight: 900; color: #d99a40; font-size: 18px; }
.homepage-live-more { display: inline-block; margin-top: 8px; color: #d99a40; font-weight: 800; font-size: 13px; }
#liveFeed { display: grid; gap: 14px; width: 100%; }
#liveFeed .category-item { width: 100%; max-width: none; }
#liveFeed .category-item.has-article { border-left: 4px solid #d99a40; }
.live-article-link { font-weight: 900; }

/* Veřejný Live má vlastní široký feed; rubrikové stránky zůstávají beze změny. */
body.live-page .category-feed {
  padding: 58px clamp(24px, 5vw, 80px) 88px;
}
body.live-page .category-feed .section-heading,
body.live-page .category-feed #liveFeed,
body.live-page .category-feed .category-more {
  width: min(1500px, 100%);
  margin-left: auto;
  margin-right: auto;
}
body.live-page #liveFeed .category-item {
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  padding: 26px clamp(22px, 3vw, 42px);
  border: 1px solid #d8cebd;
  border-radius: 4px;
  background: #fffdf7;
  box-shadow: 0 12px 30px rgba(11, 11, 11, .07);
}
body.live-page #liveFeed .category-item-content {
  min-width: 0;
}
body.live-page #liveFeed .category-item-content h3,
body.live-page #liveFeed .category-item-content p {
  max-width: none;
}
body.live-page #liveFeed .category-item-content h3 {
  font-size: clamp(25px, 2.35vw, 36px);
  line-height: 1.1;
}
@media (max-width: 700px) {
  .homepage-live-event { grid-template-columns: 1fr; gap: 6px; padding: 16px; }
  .homepage-live-time { font-size: 14px; }
  #homepageBartenderPick { min-height: 0; }
  body.live-page .category-feed { padding: 46px 18px 64px; }
  body.live-page #liveFeed { gap: 12px; }
  body.live-page #liveFeed .category-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 18px;
  }
  body.live-page #liveFeed .category-item-content h3 {
    font-size: 25px;
  }
}
.category-now-clickable { color: inherit; text-decoration: none; }
.category-now-clickable:hover strong { text-decoration: underline; text-decoration-color: #d99a40; text-underline-offset: 3px; }

/* =====================================================
   BALÍK C2 — VEŘEJNÉ PŘIHLÁŠENÍ A PROFIL
   ===================================================== */
.public-auth-slot {
  position: relative;
  flex: 0 1 auto;
  min-width: 0;
}
.public-auth-button {
  max-width: 220px;
  padding: 10px 13px;
  overflow: hidden;
  border: 1px solid rgba(245, 241, 230, .3);
  border-radius: 4px;
  background: transparent;
  color: #f5f1e6;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color .18s ease, color .18s ease, background .18s ease;
}
.public-auth-button:hover,
.public-auth-button:focus-visible,
.public-auth-button.is-signed-in {
  border-color: #f4a62a;
  color: #f4a62a;
  outline: none;
}
.public-auth-button:disabled { opacity: .55; cursor: not-allowed; }
.public-account-menu {
  position: absolute;
  z-index: 1200;
  top: calc(100% + 10px);
  right: 0;
  width: 210px;
  padding: 8px;
  border: 1px solid rgba(244, 166, 42, .38);
  border-radius: 5px;
  background: #111;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .38);
}
.public-account-menu[hidden] { display: none; }
.public-account-menu-item {
  display: block;
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: #f5f1e6;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.public-account-menu-item:hover,
.public-account-menu-item:focus-visible { background: rgba(244, 166, 42, .13); color: #ffc063; outline: none; }
.public-account-menu-item.is-signout { border-top: 1px solid rgba(245, 241, 230, .12); color: #d6cec0; }
.public-auth-modal {
  position: fixed;
  z-index: 5000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
}
.public-auth-modal[hidden] { display: none; }
.public-auth-backdrop { position: absolute; inset: 0; background: rgba(5, 5, 5, .78); backdrop-filter: blur(5px); }
.public-auth-dialog {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  max-height: calc(100vh - 44px);
  overflow-y: auto;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(244, 166, 42, .45);
  border-top: 5px solid #f4a62a;
  border-radius: 6px;
  background: #151515;
  color: #f5f1e6;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .55);
}
.public-auth-dialog:focus { outline: none; }
.public-auth-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #f5f1e6;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.public-auth-close:hover,
.public-auth-close:focus-visible { color: #f4a62a; outline: 2px solid #f4a62a; outline-offset: 2px; }
.public-auth-mark { margin-bottom: 14px; font-size: 36px; }
.public-auth-eyebrow { margin: 0 0 8px; color: #f4a62a; font-size: 11px; font-weight: 900; letter-spacing: 1.8px; }
.public-auth-dialog h2 { margin: 0; color: #fff; font-size: clamp(32px, 6vw, 48px); line-height: 1; letter-spacing: -.035em; }
.public-auth-lead { margin: 18px 0 25px; color: rgba(245, 241, 230, .76); font-size: 16px; line-height: 1.55; }
.public-auth-dialog form { display: grid; gap: 9px; }
.public-auth-dialog label { margin-top: 8px; color: #fff; font-size: 13px; font-weight: 900; }
.public-auth-dialog input {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(245, 241, 230, .25);
  border-radius: 4px;
  background: #0d0d0d;
  color: #fff;
  font: inherit;
}
.public-auth-dialog input:focus { border-color: #f4a62a; outline: 2px solid rgba(244, 166, 42, .28); outline-offset: 1px; }
.public-auth-dialog small { color: rgba(245, 241, 230, .6); font-size: 12px; line-height: 1.4; }
.public-auth-submit {
  margin-top: 15px;
  padding: 13px 18px;
  border: 0;
  border-radius: 4px;
  background: #f4a62a;
  color: #0b0b0b;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.public-auth-submit:hover,
.public-auth-submit:focus-visible { background: #ffc063; outline: 3px solid rgba(255, 192, 99, .3); outline-offset: 2px; }
.public-auth-submit:disabled { opacity: .62; cursor: wait; }
.public-auth-message { min-height: 22px; margin: 10px 0 0; color: #cce5c4; font-weight: 700; line-height: 1.45; }
.public-auth-message.is-error { color: #ffb5a9; }
body.public-auth-open { overflow: hidden; }

@media (max-width: 980px) {
  .public-auth-slot { margin-left: auto; }
  .public-auth-button { max-width: 155px; padding: 9px 10px; font-size: 12px; }
}
@media (max-width: 680px) {
  .topbar { flex-wrap: wrap; gap: 9px; }
  .public-auth-slot { order: 3; width: 100%; }
  .public-auth-button { width: 100%; max-width: none; }
  .public-account-menu { right: 0; left: 0; width: 100%; }
  .public-auth-dialog { padding: 30px 20px 24px; }
  .public-auth-modal { padding: 12px; }
}

/* =====================================================
   BALÍK C2.1 — HOTFIX VEŘEJNÉ HLAVIČKY
   Čtyři prvky na desktopu; dvě bezpečné řady na mobilu.
   ===================================================== */
@media (min-width: 901px) {
  .topbar {
    grid-template-columns: 230px minmax(0, 1fr) auto auto;
  }
  .topbar > .support-button {
    grid-column: 3;
    grid-row: 1;
  }
  .topbar > .public-auth-slot {
    grid-column: 4;
    grid-row: 1;
    margin-left: 0;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .topbar {
    grid-template-columns: 190px minmax(0, 1fr) auto auto;
    gap: 12px;
  }
  .public-auth-button {
    max-width: 145px;
    padding-inline: 10px;
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .topbar {
    height: auto;
    min-height: 116px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 58px auto;
    gap: 8px 10px;
    padding: 6px 14px 10px;
  }
  .topbar .brand {
    grid-column: 1;
    grid-row: 1;
    width: 100% !important;
    max-width: 190px !important;
    min-width: 0;
  }
  .topbar .brand-logo {
    width: 100% !important;
    max-width: 190px !important;
  }
  .topbar .mobile-menu-button {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .topbar > .support-button {
    display: inline-flex;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 9px 10px;
    font-size: 12px;
  }
  .topbar > .public-auth-slot {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    min-width: 0;
    margin-left: 0;
  }
  .topbar .public-auth-button {
    width: 100%;
    max-width: none;
    min-height: 38px;
  }
  .mobile-menu {
    top: 116px;
  }
}

/* =====================================================
   BALÍK C3 — DISKUZE U BARU
   ===================================================== */
body.article-page .article-discussion {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(244, 166, 42, .28);
  border-top: 4px solid #f4a62a;
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 0, rgba(244, 166, 42, .12), transparent 28%),
    #10100f;
  box-shadow: 0 20px 52px rgba(0, 0, 0, .22);
}

.discussion-title-row,
.discussion-toolbar,
.discussion-comment-header,
.discussion-comment-actions,
.discussion-form-footer,
.discussion-dialog-actions {
  display: flex;
  align-items: center;
}

.discussion-title-row {
  justify-content: space-between;
  gap: 22px;
}

body.article-page .discussion-title-row h2 {
  margin: 8px 0 0;
}

.article-discussion-count {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid rgba(244, 166, 42, .28);
  border-radius: 999px;
  color: rgba(245, 241, 230, .78);
  font-size: 12px;
  font-weight: 800;
}

.discussion-toolbar {
  gap: 8px;
  margin: 26px 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(245, 241, 230, .12);
}

.discussion-sort,
.discussion-action,
.discussion-secondary-button {
  border: 1px solid rgba(245, 241, 230, .2);
  background: transparent;
  color: rgba(245, 241, 230, .74);
  font: inherit;
  cursor: pointer;
}

.discussion-sort {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.discussion-sort:hover,
.discussion-sort:focus-visible,
.discussion-sort.is-active {
  border-color: #f4a62a;
  background: rgba(244, 166, 42, .14);
  color: #ffd18a;
}

.discussion-login-prompt,
.discussion-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border: 1px solid rgba(245, 241, 230, .12);
  border-radius: 6px;
  background: rgba(255, 255, 255, .035);
}

.discussion-login-prompt strong,
.discussion-login-prompt span,
.discussion-empty strong,
.discussion-empty span {
  display: block;
}

.discussion-login-prompt strong,
.discussion-empty strong { color: #f5f1e6; }
.discussion-login-prompt span,
.discussion-empty span { margin-top: 4px; color: rgba(245, 241, 230, .6); font-size: 13px; }

.discussion-primary-button,
.discussion-secondary-button {
  min-height: 40px;
  padding: 10px 15px;
  border-radius: 4px;
  font: inherit;
  font-weight: 900;
}

.discussion-primary-button {
  border: 1px solid #f4a62a;
  background: #f4a62a;
  color: #0b0b0b;
  cursor: pointer;
}

.discussion-primary-button:hover,
.discussion-primary-button:focus-visible { background: #ffc063; border-color: #ffc063; }
.discussion-primary-button:disabled { opacity: .55; cursor: wait; }
.discussion-secondary-button:hover,
.discussion-secondary-button:focus-visible { border-color: #f4a62a; color: #ffd18a; }

.discussion-main-form {
  margin-bottom: 25px;
  padding: 18px;
  border: 1px solid rgba(244, 166, 42, .24);
  border-radius: 6px;
  background: rgba(244, 166, 42, .045);
}

.discussion-comment-form textarea,
.discussion-report-card select,
.discussion-report-card textarea {
  width: 100%;
  border: 1px solid rgba(245, 241, 230, .22);
  border-radius: 4px;
  background: #080808;
  color: #f5f1e6;
  font: inherit;
}

.discussion-comment-form textarea {
  min-height: 112px;
  padding: 13px 14px;
  resize: vertical;
  line-height: 1.55;
}

.discussion-comment-form textarea:focus,
.discussion-report-card select:focus,
.discussion-report-card textarea:focus {
  border-color: #f4a62a;
  outline: 3px solid rgba(244, 166, 42, .18);
  outline-offset: 1px;
}

.discussion-form-footer {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.discussion-form-hint {
  margin-right: auto;
  color: rgba(245, 241, 230, .48);
  font-size: 11px;
}

.discussion-status {
  min-height: 24px;
  margin: 12px 0;
  color: #bce2b3;
  font-size: 13px;
  font-weight: 700;
}

.discussion-status.is-error { color: #ffb5a9; }
.discussion-list { display: grid; gap: 18px; }

.discussion-thread {
  border: 1px solid rgba(245, 241, 230, .13);
  border-radius: 7px;
  background: rgba(255, 255, 255, .025);
  overflow: hidden;
}

.discussion-comment { padding: 20px; }
.discussion-comment-header { justify-content: space-between; gap: 12px; }
.discussion-comment-identity { display: flex; align-items: center; gap: 12px; min-width: 0; }

.discussion-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(244, 166, 42, .42);
  border-radius: 50%;
  background: #25221d;
  color: #f4a62a;
  font-weight: 900;
}

.discussion-name-line { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.discussion-author { color: #f5f1e6; overflow-wrap: anywhere; }
.discussion-date { display: block; margin-top: 3px; color: rgba(245, 241, 230, .5); font-size: 11px; }
.discussion-official { padding: 3px 6px; border-radius: 3px; background: #f4a62a; color: #0b0b0b; font-size: 9px; font-weight: 900; letter-spacing: .5px; }

body.article-page .discussion-comment-body {
  margin: 17px 0;
  color: rgba(245, 241, 230, .88);
  font-size: 16px;
  line-height: 1.62;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.discussion-comment-actions { flex-wrap: wrap; gap: 7px; }
.discussion-action { padding: 7px 10px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.discussion-action:hover,
.discussion-action:focus-visible { border-color: rgba(244, 166, 42, .72); color: #ffd18a; }
.discussion-action.reaction-action.is-active { border-color: #f4a62a; background: rgba(244, 166, 42, .16); color: #ffd18a; }
.discussion-action.is-danger:hover,
.discussion-action.is-danger:focus-visible { border-color: #e27668; color: #ffb5a9; }

.discussion-replies {
  margin-left: clamp(18px, 6vw, 58px);
  border-top: 1px solid rgba(245, 241, 230, .1);
  border-left: 2px solid rgba(244, 166, 42, .35);
  background: rgba(0, 0, 0, .22);
}

.discussion-comment.is-reply + .discussion-comment.is-reply { border-top: 1px solid rgba(245, 241, 230, .09); }
.discussion-inline-form { margin: 18px 0 0; padding-top: 16px; border-top: 1px solid rgba(245, 241, 230, .12); }
.discussion-empty { display: block; text-align: center; }

.discussion-report-dialog {
  width: min(520px, calc(100% - 24px));
  padding: 0;
  border: 1px solid rgba(244, 166, 42, .45);
  border-radius: 8px;
  background: #10100f;
  color: #f5f1e6;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .66);
}

.discussion-report-dialog::backdrop { background: rgba(0, 0, 0, .76); backdrop-filter: blur(3px); }
.discussion-report-card { position: relative; display: grid; gap: 16px; padding: 30px; }
.discussion-report-card h3 { margin: 0; font-size: 24px; }
.discussion-report-card label { display: grid; gap: 7px; color: rgba(245, 241, 230, .78); font-size: 13px; font-weight: 800; }
.discussion-report-card select,
.discussion-report-card textarea { padding: 11px 12px; }
.discussion-dialog-eyebrow { margin: 0; color: #f4a62a; font-size: 10px; font-weight: 900; letter-spacing: 1.2px; }
.discussion-dialog-close { position: absolute; top: 12px; right: 14px; border: 0; background: transparent; color: rgba(245, 241, 230, .7); font-size: 26px; cursor: pointer; }
.discussion-dialog-actions { justify-content: flex-end; gap: 10px; }
.discussion-report-error { min-height: 20px; margin: 0; color: #ffb5a9; font-size: 12px; font-weight: 700; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 680px) {
  body.article-page .article-discussion { padding: 24px 17px; }
  .discussion-title-row,
  .discussion-login-prompt { align-items: flex-start; flex-direction: column; }
  .discussion-login-prompt .discussion-primary-button { width: 100%; }
  .discussion-toolbar { overflow-x: auto; }
  .discussion-comment { padding: 17px 15px; }
  .discussion-replies { margin-left: 12px; }
  .discussion-comment-actions { align-items: stretch; }
  .discussion-action { flex: 1 1 auto; }
  .discussion-form-footer { align-items: stretch; }
  .discussion-form-footer .discussion-primary-button,
  .discussion-form-footer .discussion-secondary-button { flex: 1 1 100%; }
  .discussion-report-card { padding: 28px 18px 20px; }
  .discussion-dialog-actions { align-items: stretch; flex-direction: column-reverse; }
}

.discussion-comment.is-linked {
  animation: discussion-linked-pulse 1.8s ease-out;
  box-shadow: inset 0 0 0 2px #f4a62a;
}

@keyframes discussion-linked-pulse {
  0% { background: rgba(244, 166, 42, .24); }
  100% { background: transparent; }
}

/* =====================================================
   BALÍK C3 — UŽIVATELSKÝ ÚČET
   ===================================================== */
body.account-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 85% 8%, rgba(244, 166, 42, .12), transparent 26%),
    #0b0b0b;
  color: #f5f1e6;
}

.account-shell { min-height: 62vh; padding: clamp(46px, 7vw, 88px) 20px; }
.account-container { width: min(980px, 100%); margin: 0 auto; }
.account-page-heading { margin-bottom: 30px; }
.account-page-heading h1,
.account-login-card h1 { margin: 7px 0 12px; color: #f5f1e6; font-size: clamp(36px, 6vw, 64px); line-height: 1.03; }
.account-page-heading > p:last-child,
.account-login-card > p { max-width: 700px; color: rgba(245, 241, 230, .67); line-height: 1.6; }
.account-eyebrow { margin: 0; color: #f4a62a !important; font-size: 11px; font-weight: 900; letter-spacing: 1.3px; }

.account-loading,
.account-empty-card,
.account-login-card,
.account-settings-card,
.account-post-card {
  border: 1px solid rgba(245, 241, 230, .13);
  border-radius: 7px;
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
}

.account-loading,
.account-empty-card { padding: 26px; color: rgba(245, 241, 230, .67); }
.account-empty-card strong,
.account-empty-card span { display: block; }
.account-empty-card strong { color: #f5f1e6; }
.account-empty-card span { margin-top: 6px; }
.account-login-card { max-width: 720px; padding: clamp(28px, 5vw, 52px); border-top: 4px solid #f4a62a; }
.account-login-card .account-primary-button { margin-top: 12px; }

.account-primary-button {
  min-height: 42px;
  padding: 10px 17px;
  border: 1px solid #f4a62a;
  border-radius: 4px;
  background: #f4a62a;
  color: #0b0b0b;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.account-primary-button:hover,
.account-primary-button:focus-visible { border-color: #ffc063; background: #ffc063; }
.account-primary-button:disabled { opacity: .58; cursor: wait; }

.account-posts-section { display: grid; gap: 16px; }
.account-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.account-section-heading h2 { margin: 0; font-size: 25px; }
.account-count { padding: 7px 11px; border: 1px solid rgba(244, 166, 42, .3); border-radius: 999px; color: #ffd18a; font-size: 12px; font-weight: 800; }
.account-post-list { display: grid; gap: 13px; }
.account-post-card { padding: 22px; }
.account-post-card h3 { margin: 13px 0 8px; color: #f5f1e6; font-size: 19px; }
.account-post-meta,
.account-post-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.account-post-meta { color: rgba(245, 241, 230, .48); font-size: 11px; font-weight: 800; }
.account-post-meta > span:first-child { color: #f4a62a; letter-spacing: .5px; text-transform: uppercase; }
.account-post-meta > span.is-reply { color: #b9dcb1; }
.account-post-excerpt { margin: 0 0 17px; color: rgba(245, 241, 230, .76); line-height: 1.55; overflow-wrap: anywhere; }
.account-post-footer { padding-top: 14px; border-top: 1px solid rgba(245, 241, 230, .1); }
.account-shot-count { color: #ffd18a; font-size: 13px; font-weight: 800; }
.account-text-link { color: #f4a62a; font-size: 13px; font-weight: 900; text-decoration: none; }
.account-text-link:hover,
.account-text-link:focus-visible { color: #ffc063; text-decoration: underline; }

.account-settings-card { display: grid; gap: 22px; max-width: 720px; padding: clamp(24px, 5vw, 42px); border-top: 4px solid #f4a62a; }
.account-field { display: grid; gap: 8px; }
.account-field-label { color: #f5f1e6; font-size: 13px; font-weight: 900; }
.account-field input {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid rgba(245, 241, 230, .22);
  border-radius: 4px;
  background: #070707;
  color: #f5f1e6;
  font: inherit;
}
.account-field input:focus { border-color: #f4a62a; outline: 3px solid rgba(244, 166, 42, .18); outline-offset: 1px; }
.account-field input[readonly] { background: #171614; color: rgba(245, 241, 230, .62); cursor: not-allowed; }
.account-field small { color: rgba(245, 241, 230, .5); line-height: 1.45; }
.account-readonly-field { padding: 16px; border: 1px solid rgba(245, 241, 230, .1); border-radius: 5px; background: rgba(0, 0, 0, .22); }
.account-readonly-field p { margin: 7px 0 0; color: rgba(245, 241, 230, .68); line-height: 1.55; white-space: pre-wrap; }
.account-security-note { margin: 0; padding: 13px 15px; border-left: 3px solid #f4a62a; background: rgba(244, 166, 42, .08); color: rgba(245, 241, 230, .66); font-size: 12px; line-height: 1.5; }
.account-form-message { min-height: 22px; margin: -8px 0 0; color: #bce2b3; font-size: 13px; font-weight: 800; }
.account-form-message.is-error { color: #ffb5a9; }

@media (max-width: 680px) {
  .account-shell { padding-inline: 14px; }
  .account-section-heading,
  .account-post-meta,
  .account-post-footer { align-items: flex-start; flex-direction: column; }
  .account-post-footer .account-text-link { display: inline-flex; min-height: 42px; align-items: center; }
  .account-settings-card .account-primary-button,
  .account-login-card .account-primary-button { width: 100%; }
}

/* =====================================================
   BALÍK C4 — KOMUNITA
   ===================================================== */
body.community-page { background: #0b0b0b; color: #f5f1e6; }
.community-shell { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: clamp(48px, 7vw, 92px) 0; }
.community-hero { padding: clamp(30px, 6vw, 62px); border: 1px solid rgba(244,166,42,.28); border-top: 4px solid #f4a62a; border-radius: 8px; background: radial-gradient(circle at 85% 15%, rgba(244,166,42,.16), transparent 30%), #111; }
.community-kicker { margin: 0; color: #f4a62a; font-size: 11px; font-weight: 900; letter-spacing: 1.4px; }
.community-hero h1 { margin: 9px 0 14px; font-size: clamp(42px, 7vw, 76px); line-height: 1; }
.community-hero > p:not(.community-kicker) { max-width: 700px; color: rgba(245,241,230,.68); font-size: 18px; line-height: 1.6; }
#communityCreate { margin-top: 26px; }
.community-create-button,.community-secondary-button { min-height: 42px; padding: 10px 17px; border-radius: 4px; font: inherit; font-weight: 900; cursor: pointer; }
.community-create-button { border: 1px solid #f4a62a; background: #f4a62a; color: #0b0b0b; }
.community-create-button:hover,.community-create-button:focus-visible { background: #ffc063; border-color: #ffc063; }
.community-create-button:disabled { opacity: .55; cursor: wait; }
.community-secondary-button { border: 1px solid rgba(245,241,230,.22); background: transparent; color: #f5f1e6; }
.community-feed-section { margin-top: 42px; }
.community-feed-head,.community-card-meta,.community-card-footer,.community-card-stats,.community-form-actions,.debate-meta,.debate-actions { display: flex; align-items: center; }
.community-feed-head { justify-content: space-between; gap: 20px; }
.community-feed-head h2 { margin: 6px 0 0; font-size: clamp(28px,4vw,42px); }
.community-feed-head > span { padding: 7px 11px; border: 1px solid rgba(244,166,42,.3); border-radius: 999px; color: #ffd18a; font-size: 12px; font-weight: 800; }
.community-sort { display: flex; gap: 8px; margin: 22px 0; overflow-x: auto; }
.community-sort button { flex: 0 0 auto; padding: 8px 13px; border: 1px solid rgba(245,241,230,.2); border-radius: 999px; background: transparent; color: rgba(245,241,230,.68); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.community-sort button.is-active,.community-sort button:hover,.community-sort button:focus-visible { border-color: #f4a62a; background: rgba(244,166,42,.13); color: #ffd18a; }
.community-status,.debate-message { min-height: 22px; color: #bce2b3; font-size: 13px; font-weight: 700; }
.community-status.is-error,.debate-message.is-error,.community-form-message.is-error { color: #ffb5a9; }
.community-feed { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.community-feed-card { display: flex; flex-direction: column; padding: 24px; border: 1px solid rgba(245,241,230,.13); border-radius: 7px; background: rgba(255,255,255,.035); cursor: pointer; transition: transform .18s ease,border-color .18s ease; }
.community-feed-card:hover { transform: translateY(-3px); border-color: rgba(244,166,42,.45); }
.community-card-meta { justify-content: space-between; gap: 12px; color: rgba(245,241,230,.5); font-size: 11px; }
.community-card-meta strong { color: rgba(245,241,230,.78); overflow-wrap: anywhere; }
.community-card-meta strong.is-official,.debate-meta strong.is-official { color: #ffd18a; }
.community-feed-card h2 { margin: 17px 0 10px; color: #f5f1e6; font-size: 23px; line-height: 1.2; }
.community-card-excerpt { flex: 1; margin: 0 0 20px; color: rgba(245,241,230,.67); line-height: 1.55; overflow-wrap: anywhere; }
.community-card-footer { justify-content: space-between; gap: 15px; padding-top: 15px; border-top: 1px solid rgba(245,241,230,.1); }
.community-card-stats { gap: 13px; color: rgba(245,241,230,.66); font-size: 13px; }
.community-card-link,.debate-back-link { color: #f4a62a; font-size: 13px; font-weight: 900; text-decoration: none; }
.community-empty { grid-column: 1/-1; padding: 30px; border: 1px solid rgba(245,241,230,.13); border-radius: 7px; color: rgba(245,241,230,.65); text-align: center; }
.community-empty strong,.community-empty span { display: block; }.community-empty strong { color: #f5f1e6; }.community-empty span { margin-top: 5px; }
.community-create-form,.debate-edit-form { display: grid; gap: 16px; max-width: 760px; margin-top: 20px; padding: 22px; border: 1px solid rgba(244,166,42,.25); border-radius: 6px; background: #0b0b0b; }
.community-field { display: grid; gap: 7px; color: #f5f1e6; font-size: 13px; font-weight: 800; }
.community-field input,.community-field textarea { width: 100%; padding: 12px 13px; border: 1px solid rgba(245,241,230,.22); border-radius: 4px; background: #050505; color: #f5f1e6; font: inherit; line-height: 1.5; resize: vertical; }
.community-field input:focus,.community-field textarea:focus { border-color: #f4a62a; outline: 3px solid rgba(244,166,42,.18); }
.community-field small { color: rgba(245,241,230,.45); font-weight: 400; }.community-form-actions { justify-content: flex-end; gap: 10px; }.community-form-message { min-height: 20px; margin: 0; color: #bce2b3; }
.debate-shell { width: min(980px,calc(100% - 36px)); }.debate-main-card { padding: clamp(28px,5vw,54px); border: 1px solid rgba(245,241,230,.13); border-top: 4px solid #f4a62a; border-radius: 8px; background: #111; }
.debate-meta { justify-content: space-between; gap: 14px; margin-top: 28px; color: rgba(245,241,230,.52); font-size: 12px; }.debate-meta strong { color: rgba(245,241,230,.8); }
.debate-main-card h1 { margin: 22px 0; color: #f5f1e6; font-size: clamp(36px,6vw,64px); line-height: 1.05; overflow-wrap: anywhere; }
.debate-body { color: rgba(245,241,230,.82); font-size: 18px; line-height: 1.7; white-space: pre-wrap; overflow-wrap: anywhere; }
.debate-actions { flex-wrap: wrap; gap: 8px; margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(245,241,230,.12); }
.debate-action { padding: 8px 12px; border: 1px solid rgba(245,241,230,.2); border-radius: 999px; background: transparent; color: rgba(245,241,230,.72); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.debate-action:hover,.debate-action.is-active { border-color: #f4a62a; color: #ffd18a; }.debate-action.is-danger:hover { border-color: #e27668; color: #ffb5a9; }
.debate-page .article-discussion { margin-top: 28px; }.account-posts-section + .account-posts-section { margin-top: 34px; }
@media (min-width: 901px) and (max-width: 1320px) { .topbar { grid-template-columns: 180px minmax(0,1fr) auto auto; gap: 10px; }.main-nav { gap: 10px; }.main-nav a { font-size: 11px; }.topbar > .support-button { padding-inline: 10px; font-size: 11px; } }
@media (max-width: 760px) { .community-feed { grid-template-columns: 1fr; }.community-shell,.debate-shell { width: min(100% - 24px,980px); }.community-hero { padding: 27px 20px; }.community-feed-head,.community-card-meta,.community-card-footer,.debate-meta { align-items: flex-start; flex-direction: column; }.community-create-button { width: 100%; }.community-form-actions { align-items: stretch; flex-direction: column-reverse; }.debate-main-card { padding: 25px 18px; }.debate-action { flex: 1 1 auto; } }

/* =====================================================
   BALIK C6 — KOMUNITA NA HOMEPAGE
   ===================================================== */
.homepage-community-status {
  width: min(1500px, 100%);
  min-height: 22px;
  margin: -10px auto 20px;
  color: #6f665b;
  font-size: 13px;
  font-weight: 700;
}

.homepage-community-status.is-error {
  color: #9c392e;
}

.homepage-community-feed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: min(1500px, 100%);
  margin: 0 auto;
}

.homepage-community-card {
  display: flex;
  min-width: 0;
  min-height: 300px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid rgba(11, 11, 11, .14);
  border-top: 4px solid var(--sb-whiskey, #f4a62a);
  border-radius: 4px;
  background: #fffdf8;
  color: #17130f;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(11, 11, 11, .08);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.homepage-community-card:hover {
  transform: translateY(-4px);
  border-color: rgba(164, 97, 17, .48);
  box-shadow: 0 20px 42px rgba(11, 11, 11, .13);
}

.homepage-community-meta,
.homepage-community-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.homepage-community-meta {
  color: #776d62;
  font-size: 11px;
}

.homepage-community-meta strong {
  color: #332b23;
  overflow-wrap: anywhere;
}

.homepage-community-meta strong.is-official {
  color: #9a5f0b;
}

.homepage-community-card h3 {
  margin: 22px 0 12px;
  font-size: clamp(23px, 2.1vw, 31px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.homepage-community-card > p {
  flex: 1;
  margin: 0 0 24px;
  color: #655b50;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.homepage-community-footer {
  padding-top: 16px;
  border-top: 1px solid rgba(11, 11, 11, .11);
  color: #6f665b;
  font-size: 13px;
  font-weight: 700;
}

.homepage-community-open,
.homepage-community-fallback,
.homepage-community-empty a {
  color: #9a5f0b;
  font-weight: 900;
  text-decoration: none;
}

.homepage-community-empty {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 42px 24px;
  border: 1px solid rgba(11, 11, 11, .14);
  border-top: 4px solid var(--sb-whiskey, #f4a62a);
  background: #fffdf8;
  color: #332b23;
  text-align: center;
}

.homepage-community-fallback {
  grid-column: 1 / -1;
  justify-self: start;
}

@media (max-width: 1050px) {
  .homepage-community-feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .homepage-community-status {
    margin-top: 0;
  }

  .homepage-community-feed {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .homepage-community-card {
    min-height: 0;
    padding: 22px 19px;
  }

  .homepage-community-meta,
  .homepage-community-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
