/* =====================================================================
   THE KOSHER PIGSKIN — Design System
   Aesthetic: "Stadium Broadcast" — cinematic navy, orange energy,
   bold condensed display type, chalkboard playbook accents. RTL Hebrew.
   ===================================================================== */

/* ---------- Tokens ---------- */
:root {
  /* Brand — Navy structure */
  --navy-950: #0b1c3a;
  --navy-900: #0f2348;
  --navy-850: #142c58;
  --navy-800: #193665;
  --navy-750: #204378;
  --navy-700: #294f8a;

  /* Accents */
  --royal:      #2563eb;
  --royal-600:  #1d4ed8;
  --orange:     #4f93ff;
  --orange-hi:  #74a9ff;
  --orange-lo:  #2f6fe0;
  --green:      #1fa25b;
  --live:       #ff3b3b;
  --flag-blue:  #0038b8;

  /* Ink */
  --white:  #ffffff;
  --cream:  #f6f4ef;
  --text:   #e9f0fa;
  --muted:  #9fb2c9;
  --muted-2:#67799a;
  --line:   rgba(255,255,255,.09);
  --line-2: rgba(255,255,255,.05);

  /* Radii */
  --r-sm: 8px;
  --r:    12px;
  --r-lg: 18px;
  --r-xl: 26px;
  --pill: 999px;

  /* Elevation */
  --shadow-sm:  0 2px 10px rgba(0,0,0,.35);
  --shadow:     0 12px 34px rgba(0,0,0,.45);
  --shadow-lg:  0 28px 70px rgba(0,0,0,.55);
  --glow:       0 10px 34px rgba(79,147,255,.34);
  --glow-royal: 0 10px 34px rgba(37,99,235,.32);

  /* Layout */
  --w: 1180px;
  --w-narrow: 760px;
  --header-h: 78px;

  /* Type */
  --f-head: "Heebo", "Assistant", system-ui, sans-serif;
  --f-body: "Assistant", "Heebo", system-ui, sans-serif;
  --f-latin: "Oswald", "Heebo", sans-serif;
  --f-slab: "Anton", "Oswald", sans-serif;

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  font-family: var(--f-body);
  background: var(--navy-950);
  color: var(--text);
  line-height: 1.65;
  font-size: 17px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  direction: rtl;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
ul { list-style: none; padding: 0; }
input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--orange-hi); outline-offset: 2px; border-radius: 4px; }
::selection { background: var(--orange); color: #ffffff; }

/* ---------- Global background field ---------- */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(1200px 620px at 80% -8%, rgba(37,99,235,.16), transparent 60%),
    radial-gradient(1000px 560px at 12% 4%, rgba(79,147,255,.10), transparent 62%),
    linear-gradient(180deg, var(--navy-900), var(--navy-950) 60%);
}
/* faint chalkboard playbook grid */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .04;
  background-image:
    linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 50% 0%, #000 0%, transparent 72%);
}

/* ---------- Typography helpers ---------- */
h1,h2,h3,h4 { font-family: var(--f-head); font-weight: 800; line-height: 1.08; letter-spacing: -0.01em; }
.latin { font-family: var(--f-latin); font-weight: 700; letter-spacing: .02em; }
.slab  { font-family: var(--f-slab);  letter-spacing: .01em; }

.eyebrow {
  font-family: var(--f-latin);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 13px;
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 2px;
  background: linear-gradient(90deg, var(--orange), transparent);
}

.section-title {
  font-size: clamp(28px, 4.4vw, 46px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.05;
}
.section-title .hl { color: var(--orange); }
.section-lead {
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 18px);
  max-width: 62ch;
}
.center { text-align: center; }
.center .section-lead { margin-inline: auto; }
.center .eyebrow::before { display: none; }

/* ---------- Layout ---------- */
.container { width: min(100% - 40px, var(--w)); margin-inline: auto; }
.section { padding-block: clamp(56px, 8vw, 104px); position: relative; }
.section.tight { padding-block: clamp(40px, 5vw, 64px); }
.stack-sm > * + * { margin-top: 12px; }
.stack   > * + * { margin-top: 20px; }
.section-head { margin-bottom: clamp(32px, 4vw, 52px); }
.section-head.center { display: flex; flex-direction: column; align-items: center; gap: 14px; }

.divider-lace {
  height: 3px; border: 0;
  background:
    repeating-linear-gradient(90deg, var(--line) 0 22px, transparent 22px 30px);
  opacity: .6;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px;
  border-radius: var(--pill);
  font-family: var(--f-head);
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  min-height: 48px;
  transition: transform .18s var(--ease), box-shadow .2s var(--ease), background .2s, color .2s;
  white-space: nowrap;
}
.btn svg { width: 20px; height: 20px; }
.btn-primary {
  background: linear-gradient(135deg, var(--orange-hi), var(--orange-lo));
  color: #ffffff;
  box-shadow: var(--glow);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(79,147,255,.5); }
.btn-royal {
  background: linear-gradient(135deg, var(--royal), var(--royal-600));
  color: #fff;
  box-shadow: var(--glow-royal);
}
.btn-royal:hover { transform: translateY(-2px); }
.btn-ghost {
  background: rgba(255,255,255,.05);
  color: var(--white);
  border: 1px solid var(--line);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(255,255,255,.1); transform: translateY(-2px); }
.btn-wa { background: #25d366; color: #05330f; box-shadow: 0 10px 30px rgba(37,211,102,.32); }
.btn-wa:hover { transform: translateY(-2px); }
.btn-lg { padding: 17px 34px; font-size: 18px; min-height: 56px; }
.btn-block { width: 100%; }

/* ---------- Chips / badges ---------- */
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: var(--pill);
  background: rgba(255,255,255,.06); border: 1px solid var(--line);
  font-size: 13px; font-weight: 600; color: var(--muted);
}
.badge-live {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--f-latin); font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; font-size: 12px; color: #ffd7d7;
}
.badge-live .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--live); box-shadow: 0 0 0 0 rgba(255,59,59,.7); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(255,59,59,.6)} 70%{box-shadow:0 0 0 10px rgba(255,59,59,0)} 100%{box-shadow:0 0 0 0 rgba(255,59,59,0)} }

/* =====================================================================
   HEADER
   ===================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(8,15,28,.72);
  backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--line);
  transition: background .3s, box-shadow .3s;
}
.site-header.scrolled { background: rgba(6,11,22,.94); box-shadow: var(--shadow); }
.topbar {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  height: var(--header-h);
}
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { height: 52px; width: auto; filter: drop-shadow(0 3px 8px rgba(0,0,0,.5)); }
.brand .brand-word { display: none; }

/* primary nav */
.nav { display: flex; align-items: center; gap: 2px; }
.nav > li { position: relative; }
.nav > li > a, .nav > li > button {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 10px; border-radius: 10px; white-space: nowrap;
  font-family: var(--f-head); font-weight: 700; font-size: 15.5px; color: var(--text);
  transition: color .2s, background .2s;
}
.nav > li > a:hover, .nav > li > button:hover,
.nav > li.active > a { color: var(--white); background: rgba(255,255,255,.06); }
.nav > li.active > a { color: var(--orange); }
.nav .caret { width: 14px; height: 14px; transition: transform .2s; opacity: .7; }
.nav li.open .caret { transform: rotate(180deg); }

/* dropdown */
.dropdown {
  position: absolute; top: calc(100% + 10px); inset-inline-end: 0;
  min-width: 244px; padding: 8px;
  background: var(--navy-800);
  border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .2s, transform .2s, visibility .2s;
}
.nav li:hover > .dropdown, .nav li.open > .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 13px; border-radius: 10px;
  font-weight: 600; font-size: 15px; color: var(--muted);
  transition: background .18s, color .18s;
}
.dropdown a:hover { background: rgba(79,147,255,.14); color: var(--white); }
.dropdown a .di { width: 18px; height: 18px; color: var(--orange); flex-shrink: 0; }

.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.login-link {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px; border-radius: var(--pill);
  border: 1px solid var(--line); font-weight: 700; font-size: 14.5px; color: var(--text);
  transition: border-color .2s, background .2s;
}
.login-link:hover { border-color: var(--orange); background: rgba(79,147,255,.1); }
.login-link svg { width: 18px; height: 18px; }

/* hamburger */
.hamburger { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); align-items: center; justify-content: center; }
.hamburger svg { width: 24px; height: 24px; }

/* mobile drawer */
.drawer-backdrop { position: fixed; inset: 0; background: rgba(3,7,15,.6); backdrop-filter: blur(3px); z-index: 200; opacity: 0; visibility: hidden; transition: .25s; }
.drawer-backdrop.open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; right: 0; left: auto; height: 100dvh; width: min(88vw, 360px);
  background: var(--navy-850); border-inline-start: 1px solid var(--line);
  z-index: 210; transform: translateX(110%); transition: transform .3s var(--ease);
  display: flex; flex-direction: column; padding: 20px; overflow-y: auto;
}
.drawer.open { transform: translateX(0) !important; }

/* betting futures blog post */
.bet-post { text-align: right; }
.bet-byline { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.bet-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; object-position: top center; background: var(--navy-800, #0f2348); border: 2px solid var(--orange); flex: none; }
.bet-author { font-weight: 800; color: #fff; font-size: 15px; line-height: 1.2; }
.bet-handle { color: var(--orange); font-weight: 700; font-size: 13.5px; display: inline-flex; align-items: center; gap: 5px; }
.bet-handle svg { width: 15px; height: 15px; }
.bet-badge { margin-inline-start: auto; background: rgba(79,147,255,.12); color: var(--orange); border: 1px solid rgba(79,147,255,.35); padding: 6px 13px; border-radius: 999px; font-size: 12.5px; font-weight: 700; }
.bet-title { font-size: clamp(21px, 4vw, 27px); color: #fff; line-height: 1.28; margin-bottom: 20px; }
.bet-body p { color: #d9e3f5; line-height: 1.95; margin-bottom: 16px; font-size: 16px; }
.bet-body strong, .bet-body b { color: #fff; }

/* betting category tabs (Futures + Week 1..18) */
.bet-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 4px 2px 12px; margin-bottom: 26px; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
.bet-tabs::-webkit-scrollbar { height: 6px; }
.bet-tabs::-webkit-scrollbar-thumb { background: var(--line); border-radius: 999px; }
.bet-tab { flex: none; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-weight: 700; font-size: 14px; font-family: inherit; cursor: pointer; white-space: nowrap; transition: .15s; }
.bet-tab:hover { color: #fff; border-color: var(--orange); }
.bet-tab.active { background: var(--orange); color: #fff; border-color: var(--orange); }
.bet-panel { display: none; }
.bet-panel.active { display: block; }
.bet-empty { text-align: center; max-width: 640px; margin-inline: auto; padding: 46px 28px; }
.bet-empty .be-emoji { font-size: 42px; margin-bottom: 14px; }
.bet-empty h3 { color: #fff; font-size: 22px; margin-bottom: 10px; }
.bet-empty p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.bet-empty .be-date { color: var(--orange); font-weight: 800; }

/* responsive YouTube embed */
.video-embed { position: relative; max-width: 860px; margin: 0 auto; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: #000; box-shadow: 0 20px 50px rgba(0,0,0,.4); }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* betting page hero graphic (drop image at assets/img/bet-hero.jpg; green fallback until then) */
.page-hero.bet-hero { position: relative; overflow: hidden; }
.page-hero.bet-hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(180deg, rgba(11,28,58,.5) 0%, rgba(11,28,58,.72) 55%, #0b1c3a 100%),
    #0e5a37 url("../img/bet-hero.jpg") center / cover no-repeat !important;
}
.page-hero.bet-hero > .container { position: relative; z-index: 1; }

/* collapsible bet posts — title first, expand for the full analysis */
.bet-toggle { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; padding: 10px 18px; border-radius: 999px; border: 1px solid var(--orange); background: transparent; color: var(--orange); font-weight: 800; font-size: 14.5px; font-family: inherit; cursor: pointer; transition: .15s; }
.bet-toggle:hover { background: var(--orange); color: #fff; }
.bet-toggle .bt-caret { transition: transform .25s; font-size: 18px; line-height: 1; }
.bet-post.open .bet-toggle .bt-caret { transform: rotate(90deg); }
.bet-post .bet-body { max-height: 0; overflow: hidden; opacity: 0; margin-top: 0; transition: max-height .45s ease, opacity .3s ease, margin-top .3s ease; }
.bet-post.open .bet-body { max-height: 6000px; opacity: 1; margin-top: 18px; }

/* schedule: international game badge (replaces "ניטרלי") */
.game-intl { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; font-size: 11px; font-weight: 800; color: var(--orange); font-family: var(--f-latin); letter-spacing: .02em; white-space: nowrap; }
.game-intl .intl-logo { width: 20px; height: 20px; object-fit: contain; flex: none; }

/* stack CTA buttons with breathing room on phones */
@media (max-width: 620px) {
  .hero-cta { gap: 12px; }
  .hero-cta .btn { flex: 1 1 100%; }
}

/* NFL power rankings — chart table */
.pr-chart-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; max-width: 860px; margin-inline: auto; }
table.pr-chart { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 420px; }
.pr-chart thead th { background: rgba(0,0,0,.25); color: var(--muted); text-align: right; font-weight: 800; font-size: 12px; letter-spacing: .04em; padding: 13px 16px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.pr-chart tbody td { padding: 11px 16px; border-bottom: 1px solid rgba(255,255,255,.05); vertical-align: middle; }
.pr-chart tbody tr:nth-child(even) td { background: rgba(255,255,255,.02); }
.pr-chart tbody tr:hover td { background: rgba(79,147,255,.07); }
.pr-chart .c-rank { font-family: var(--f-latin); font-weight: 700; color: var(--orange); font-size: 17px; width: 60px; text-align: center; }
.pr-chart .c-team { font-weight: 800; color: #fff; white-space: nowrap; }
.pr-chart .c-team img { width: 22px; height: 22px; object-fit: contain; vertical-align: middle; margin-inline-start: 9px; }
.pr-chart .c-odds { font-family: var(--f-latin); font-weight: 600; font-variant-numeric: tabular-nums; direction: ltr; text-align: left; color: #cdd9ee; white-space: nowrap; }

/* NFL power rankings — ranked logo list */
.pr-list { max-width: 860px; margin-inline: auto; display: flex; flex-direction: column; gap: 12px; margin-top: 26px; }
.pr-item { display: flex; align-items: center; gap: 16px; padding: 15px 20px; }
.pr-rank { font-family: var(--f-latin); font-size: 34px; font-weight: 800; color: var(--orange); min-width: 48px; text-align: center; line-height: 1; font-variant-numeric: tabular-nums; }
.pr-logo { width: 50px; height: 50px; object-fit: contain; flex: none; filter: drop-shadow(0 3px 8px rgba(0,0,0,.4)); }
.pr-name { flex: 1; min-width: 0; }
.pr-name h4 { color: #fff; font-size: 19px; font-weight: 900; margin: 0; line-height: 1.25; }
.pr-name h4 .en { font-family: var(--f-latin); font-weight: 600; font-size: 13.5px; color: var(--muted-2); letter-spacing: .03em; margin-inline-start: 8px; }
.pr-odds { font-family: var(--f-latin); font-weight: 700; font-variant-numeric: tabular-nums; color: var(--orange); font-size: 16px; direction: ltr; white-space: nowrap; }

/* weekly article prose (predictions / summary) */
.week-article { max-width: 820px; margin-inline: auto; }
.week-article h3 { color: #fff; font-size: clamp(20px, 4vw, 26px); line-height: 1.3; margin-bottom: 14px; }
.week-article p { color: #d9e3f5; line-height: 1.9; margin-bottom: 14px; font-size: 16px; }
.week-article h4 { color: #fff; font-size: 19px; margin: 22px 0 10px; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.drawer-head img { height: 46px; }
.drawer-close { width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--line); display: grid; place-items: center; }
.drawer-close svg { width: 22px; height: 22px; }
.m-nav { display: flex; flex-direction: column; gap: 2px; }
.m-nav a, .m-nav .m-parent > button {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 14px 12px; border-radius: 10px;
  font-family: var(--f-head); font-weight: 700; font-size: 17px; color: var(--text);
}
.m-nav a:hover, .m-nav .m-parent > button:hover { background: rgba(255,255,255,.06); }
.m-parent .caret { width: 16px; height: 16px; transition: transform .2s; }
.m-parent.open .caret { transform: rotate(180deg); }
.m-sub { display: none; padding-inline-start: 12px; margin-bottom: 4px; }
.m-parent.open .m-sub { display: block; }
.m-sub a { font-size: 15px; color: var(--muted); font-weight: 600; padding: 11px 12px; }
.drawer-cta { margin-top: auto; padding-top: 18px; display: grid; gap: 10px; }

/* =====================================================================
   HERO (home)
   ===================================================================== */
.hero {
  position: relative; overflow: hidden;
  padding-block: clamp(60px, 10vw, 120px);
  border-bottom: 1px solid var(--line);
}
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.hero-bg .field {
  position: absolute; inset: auto 0 0 0; height: 42%;
  background:
    linear-gradient(180deg, transparent, rgba(6,13,26,.4) 40%, var(--navy-950)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 2px, transparent 2px 96px),
    linear-gradient(180deg, #103a1f, #0a2415);
  transform: perspective(520px) rotateX(58deg);
  transform-origin: bottom;
  opacity: .55;
}
.hero-bg .lights {
  position: absolute; top: -10%; inset-inline: -5%;
  height: 60%;
  background:
    radial-gradient(closest-side at 12% 30%, rgba(255,255,255,.28), transparent 70%),
    radial-gradient(closest-side at 88% 26%, rgba(255,255,255,.28), transparent 70%),
    radial-gradient(closest-side at 50% -10%, rgba(37,99,235,.25), transparent 70%);
  filter: blur(6px);
}
.hero-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.hero-copy .kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-latin); font-weight: 600; text-transform: uppercase; letter-spacing: .18em;
  font-size: 13px; color: var(--muted); margin-bottom: 20px;
  padding: 8px 16px; border: 1px solid var(--line); border-radius: var(--pill);
  background: rgba(255,255,255,.04);
}
.hero-copy .kicker b { color: var(--orange); }
.hero h1 {
  font-size: clamp(44px, 7.4vw, 92px);
  font-weight: 900; line-height: .96; color: var(--white);
  text-shadow: 0 6px 40px rgba(0,0,0,.5);
}
.hero h1 .flag-i {
  background: linear-gradient(180deg, #4a90ff, #fff 50%, #4a90ff);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero .subline {
  font-size: clamp(19px, 2.6vw, 27px); font-weight: 700; color: var(--text);
  margin-top: 20px; line-height: 1.35;
}
.hero .subline .hl { color: var(--royal); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero .hero-cta { margin-top: 30px; }

/* listen badges */
.listen-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; align-items: center; }
.listen-badge {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 10px 18px 10px 14px; border-radius: 14px;
  background: rgba(255,255,255,.055); border: 1px solid var(--line);
  transition: transform .2s var(--ease), border-color .2s, background .2s;
}
.listen-badge:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.1); }
.listen-badge svg, .listen-badge .glyph { width: 26px; height: 26px; flex-shrink: 0; }
.listen-badge .lb-txt { line-height: 1.15; text-align: start; }
.listen-badge .lb-txt small { display: block; font-size: 11px; color: var(--muted); font-weight: 600; }
.listen-badge .lb-txt b { font-family: var(--f-latin); font-weight: 700; font-size: 16px; color: var(--white); }

/* hero visual — logo emblem */
.hero-emblem { position: relative; display: grid; place-items: center; }
.hero-emblem .glow {
  position: absolute; width: 118%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(79,147,255,.28), transparent 62%);
  filter: blur(10px); z-index: -1;
}
.hero-emblem img { width: min(100%, 460px); filter: drop-shadow(0 30px 60px rgba(0,0,0,.6)); animation: floaty 6s ease-in-out infinite; }
@keyframes floaty { 0%,100%{ transform: translateY(0) } 50%{ transform: translateY(-12px) } }
.hero-emblem .ring {
  position: absolute; width: 128%; aspect-ratio: 1; border-radius: 50%;
  border: 1px dashed rgba(255,255,255,.14); z-index: -1;
}

/* social inline */
.social-inline { display: flex; gap: 12px; margin-top: 26px; }
.social-inline a {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.06); border: 1px solid var(--line); color: var(--text);
  transition: transform .2s, background .2s, color .2s;
}
.social-inline a:hover { transform: translateY(-3px); background: var(--orange); color: #ffffff; border-color: transparent; }
.social-inline svg { width: 20px; height: 20px; }

/* =====================================================================
   MARQUEE ticker
   ===================================================================== */
.ticker {
  border-block: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(79,147,255,.08), rgba(37,99,235,.08));
  overflow: hidden;
}
.ticker-track { display: flex; gap: 44px; padding: 13px 0; white-space: nowrap; width: max-content; animation: scroll-x 34s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-item { display: inline-flex; align-items: center; gap: 12px; font-family: var(--f-latin); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; font-size: 14px; color: var(--muted); }
.ticker-item b { color: var(--orange); }
.ticker-item::after { content: "★"; color: var(--muted-2); margin-inline-start: 34px; }
@keyframes scroll-x { from { transform: translateX(0) } to { transform: translateX(-50%) } }

/* =====================================================================
   CARDS / GRIDS
   ===================================================================== */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: linear-gradient(180deg, var(--navy-800), var(--navy-850));
  border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .22s var(--ease), border-color .22s, box-shadow .22s;
}
.card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.2); box-shadow: var(--shadow); }
.card-pad { padding: 24px; }

/* video / episode card */
.ep-card { display: flex; flex-direction: column; }
.ep-thumb { position: relative; aspect-ratio: 16/9; background: var(--navy-750); overflow: hidden; }
.ep-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--ease); }
.ep-card:hover .ep-thumb img { transform: scale(1.06); }
.ep-thumb .play {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: linear-gradient(180deg, rgba(6,13,26,0), rgba(6,13,26,.5));
  opacity: 0; transition: opacity .2s;
}
.ep-card:hover .ep-thumb .play { opacity: 1; }
.ep-thumb .play span {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(79,147,255,.9); display: grid; place-items: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.35); backdrop-filter: blur(2px);
}
.ep-thumb .play svg { width: 14px; height: 14px; color: #ffffff; margin-inline-start: 2px; }

/* header contact button (compact icon in the top bar; full "צור קשר" in the mobile menu) */
.contact-btn { padding: 10px 12px; gap: 0; }
.contact-btn span { display: none; }
.contact-btn svg { width: 19px; height: 19px; }
.ep-thumb .dur { position: absolute; inset-block-end: 10px; inset-inline-end: 10px; padding: 4px 9px; border-radius: 7px; background: rgba(0,0,0,.75); font-size: 12px; font-weight: 700; font-family: var(--f-latin); }
.ep-body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.ep-tag { font-size: 12px; font-weight: 700; color: var(--orange); font-family: var(--f-latin); letter-spacing: .08em; text-transform: uppercase; }
.ep-title { font-size: 17px; font-weight: 800; color: var(--white); line-height: 1.3; }
.ep-meta { margin-top: auto; display: flex; gap: 14px; color: var(--muted-2); font-size: 13px; font-weight: 600; }

/* feature card */
.feature { padding: 26px; text-align: start; }
.feature .fi {
  width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(79,147,255,.2), rgba(79,147,255,.05));
  border: 1px solid rgba(79,147,255,.3);
}
.feature .fi svg { width: 26px; height: 26px; color: var(--orange); }
.feature h3 { font-size: 20px; color: var(--white); margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: 15.5px; }

/* =====================================================================
   SECTION: Promo split (draft solution)
   ===================================================================== */
.promo-split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.promo-media { position: relative; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.promo-media img { width: 100%; height: auto; }
.promo-media .price-tag {
  position: absolute; top: 18px; inset-inline-start: 18px;
  background: var(--orange); color: #ffffff; font-family: var(--f-slab); font-size: 20px;
  padding: 8px 16px; border-radius: var(--pill); box-shadow: var(--glow); transform: rotate(-4deg);
}
.check-list { display: grid; gap: 13px; margin-top: 8px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; color: var(--text); font-size: 16px; font-weight: 600; }
.check-list .ck { width: 24px; height: 24px; flex-shrink: 0; border-radius: 7px; background: rgba(31,162,91,.18); border: 1px solid rgba(31,162,91,.4); display: grid; place-items: center; margin-top: 1px; }
.check-list .ck svg { width: 15px; height: 15px; color: #4fe08a; }

/* =====================================================================
   WhatsApp community band
   ===================================================================== */
.band {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--royal-600), #0b2a6b 70%);
  border-radius: var(--r-xl); border: 1px solid rgba(255,255,255,.12);
  padding: clamp(36px, 5vw, 60px); text-align: center;
  box-shadow: var(--shadow);
}
.band::before { content:""; position:absolute; inset:0; opacity:.12; background: radial-gradient(600px 300px at 80% 120%, #fff, transparent 60%); pointer-events: none; z-index: 0; }
.band > * { position: relative; z-index: 1; }
.band h2 { font-size: clamp(26px, 4vw, 42px); color: #fff; }
.band p { color: rgba(255,255,255,.85); max-width: 56ch; margin: 14px auto 26px; font-size: 17px; }

/* =====================================================================
   TEAM (about)
   ===================================================================== */
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.team-card { text-align: center; padding: 28px 22px; }
.team-card .avatar { width: 148px; height: 148px; border-radius: 50%; object-fit: cover; margin: 0 auto 18px; border: 3px solid rgba(255,255,255,.12); box-shadow: var(--shadow); }
.team-card .ph { width:148px; height:148px; border-radius:50%; margin:0 auto 18px; display:grid; place-items:center; background: linear-gradient(135deg, var(--navy-700), var(--navy-850)); border:3px solid rgba(255,255,255,.12); font-family: var(--f-slab); font-size:46px; color: var(--orange); }
.team-card h3 { font-size: 23px; color: var(--white); }
.team-card .role { color: var(--orange); font-weight: 700; font-size: 14px; margin-top: 3px; font-family: var(--f-latin); text-transform: uppercase; letter-spacing: .08em; }
.team-card .socials { display: flex; justify-content: center; gap: 10px; margin-top: 14px; }
.team-card .socials a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.06); border:1px solid var(--line); display:grid; place-items:center; transition:.2s; }
.team-card .socials a:hover { background: var(--orange); color:#ffffff; }
.team-card .socials svg { width: 17px; height: 17px; }

/* =====================================================================
   FORMS
   ===================================================================== */
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.field label { font-weight: 700; font-size: 14.5px; color: var(--text); }
.field label .req { color: var(--orange); }
.field input, .field textarea, .field select {
  width: 100%; padding: 14px 16px; border-radius: var(--r);
  background: rgba(255,255,255,.04); border: 1px solid var(--line); color: var(--white);
  transition: border-color .2s, background .2s;
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--orange); background: rgba(255,255,255,.07); outline: none; }
.field .helper { font-size: 13px; color: var(--muted-2); }
.checkbox { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--muted); }
.checkbox input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--orange); flex-shrink: 0; }

.auth-wrap { max-width: 460px; margin-inline: auto; }
.auth-card { padding: 34px; }
.auth-card h1 { font-size: 30px; color: var(--white); text-align: center; }
.auth-switch { text-align: center; color: var(--muted); margin-top: 6px; margin-bottom: 24px; font-size: 15px; }
.auth-switch a { color: var(--orange); font-weight: 700; }

/* donation widget */
.donate-card { padding: 30px; }
.seg { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 8px; }
.seg-4 { grid-template-columns: repeat(3,1fr); }
.opt {
  padding: 14px 10px; border-radius: var(--r); text-align: center;
  background: rgba(255,255,255,.03); border: 1px solid var(--line);
  font-weight: 700; color: var(--text); transition: .18s;
}
.opt:hover { border-color: rgba(79,147,255,.5); }
.opt.sel { background: rgba(79,147,255,.16); border-color: var(--orange); color: var(--white); box-shadow: inset 0 0 0 1px var(--orange); }
.label-sm { font-family: var(--f-latin); font-weight:600; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; color: var(--orange); margin: 18px 0 8px; }

/* =====================================================================
   SCHEDULE (NFL 2025)
   ===================================================================== */
.week-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 10px; scrollbar-width: thin; }
.week-tabs::-webkit-scrollbar { height: 6px; }
.week-tabs::-webkit-scrollbar-thumb { background: var(--navy-700); border-radius: 10px; }
.week-tab {
  flex-shrink: 0; padding: 10px 16px; border-radius: var(--pill);
  background: rgba(255,255,255,.04); border: 1px solid var(--line);
  font-family: var(--f-latin); font-weight: 600; font-size: 14px; color: var(--muted); transition: .18s;
}
.week-tab:hover { color: var(--white); }
.week-tab.active { background: var(--orange); color: #ffffff; border-color: transparent; }
.game-row {
  display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 14px;
  padding: 14px 18px; border-radius: var(--r);
  background: rgba(255,255,255,.03); border: 1px solid var(--line);
  transition: border-color .18s, background .18s;
}
.game-row + .game-row { margin-top: 10px; }
.game-row:hover { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.05); }
.game-time { font-family: var(--f-latin); font-weight: 700; font-size: 18px; color: var(--white); }
.game-day { font-size: 12px; color: var(--muted-2); font-weight: 600; }
.game-match { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.game-match .vs { color: var(--muted-2); font-family: var(--f-latin); }
.game-net { font-size: 12px; font-weight: 700; color: var(--muted); padding: 5px 10px; border-radius: 7px; background: rgba(255,255,255,.05); }
.day-head { font-family: var(--f-head); font-weight: 800; color: var(--orange); margin: 22px 0 12px; font-size: 15px; display:flex; align-items:center; gap:10px; }
.day-head::after { content:""; flex:1; height:1px; background: var(--line); }

/* =====================================================================
   Embeds
   ===================================================================== */
.embed { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); background: var(--navy-850); }
.embed-16-9 { position: relative; aspect-ratio: 16/9; }
.embed-16-9 iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.embed-spotify iframe { width: 100%; border: 0; border-radius: var(--r-lg); }

/* =====================================================================
   FAQ / accordion
   ===================================================================== */
.acc-item { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: rgba(255,255,255,.02); }
.acc-item + .acc-item { margin-top: 12px; }
.acc-q { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; padding: 18px 20px; font-family: var(--f-head); font-weight: 700; font-size: 17px; color: var(--white); text-align: start; }
.acc-q .pm { width: 22px; height: 22px; flex-shrink: 0; transition: transform .2s; color: var(--orange); }
.acc-item.open .pm { transform: rotate(45deg); }
.acc-a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.acc-a-inner { padding: 0 20px 20px; color: var(--muted); font-size: 15.5px; }

/* =====================================================================
   PAGE HEADER (interior pages)
   ===================================================================== */
.page-hero { position: relative; padding-block: clamp(48px, 7vw, 88px); border-bottom: 1px solid var(--line); overflow: hidden; }
.page-hero::before { content:""; position:absolute; inset:0; z-index:-1; background: radial-gradient(700px 340px at 78% -20%, rgba(79,147,255,.16), transparent 60%), radial-gradient(700px 340px at 10% 120%, rgba(37,99,235,.18), transparent 60%); }
.page-hero .breadcrumb { display: flex; gap: 8px; align-items: center; color: var(--muted-2); font-size: 14px; margin-bottom: 14px; font-weight: 600; }
.page-hero .breadcrumb a:hover { color: var(--orange); }
.page-hero h1 { font-size: clamp(34px, 5.4vw, 60px); font-weight: 900; color: var(--white); }
.page-hero .lead { color: var(--muted); font-size: clamp(16px,1.8vw,19px); max-width: 66ch; margin-top: 14px; }

/* prose */
.prose { max-width: var(--w-narrow); color: var(--text); }
.prose p { margin-bottom: 18px; color: var(--muted); font-size: 17px; }
.prose h2 { font-size: 28px; color: var(--white); margin: 32px 0 14px; }
.prose h3 { font-size: 21px; color: var(--white); margin: 26px 0 10px; }
.prose strong { color: var(--white); }
.prose ul.bullets { display: grid; gap: 10px; margin-bottom: 18px; }
.prose ul.bullets li { display: flex; gap: 10px; color: var(--muted); }
.prose ul.bullets li::before { content: "▸"; color: var(--orange); font-weight: 700; }

/* pills grid (fantasy hub links) */
.hub-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.hub-tile { display: flex; flex-direction: column; gap: 10px; padding: 26px; position: relative; overflow: hidden; }
.hub-tile .ht-icon { width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(79,147,255,.2), transparent); border: 1px solid rgba(79,147,255,.3); }
.hub-tile .ht-icon svg { width: 25px; height: 25px; color: var(--orange); }
.hub-tile h3 { font-size: 19px; color: var(--white); }
.hub-tile p { color: var(--muted); font-size: 14.5px; }
.hub-tile .arrow { position: absolute; top: 24px; inset-inline-start: 24px; color: var(--muted-2); transition: .2s; }
.hub-tile:hover .arrow { color: var(--orange); transform: translateX(-4px); }

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer { border-top: 1px solid var(--line); background: linear-gradient(180deg, transparent, rgba(6,11,22,.6)); margin-top: 40px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding-block: 56px; }
.footer-brand img { height: 82px; margin-bottom: 16px; }
.footer-brand p { color: var(--muted); font-size: 15px; max-width: 34ch; }
.footer-col h4 { font-family: var(--f-head); font-weight: 800; font-size: 15px; color: var(--white); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.footer-col a { display: block; color: var(--muted); font-size: 15px; padding: 5px 0; transition: color .18s; }
.footer-col a:hover { color: var(--orange); }
.footer-social { display: flex; gap: 10px; margin-top: 8px; }
.footer-social a { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.06); border: 1px solid var(--line); display: grid; place-items: center; transition: .2s; }
.footer-social a:hover { background: var(--orange); color: #ffffff; transform: translateY(-3px); }
.footer-social svg { width: 19px; height: 19px; }
.footer-contact a { color: var(--muted); font-size: 15px; }
.footer-contact a:hover { color: var(--orange); }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; color: var(--muted-2); font-size: 13.5px; }
.footer-bottom a:hover { color: var(--orange); }

/* =====================================================================
   Utilities / reveal
   ===================================================================== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.mt-0 { margin-top: 0; }
.muted { color: var(--muted); }
.hl { color: var(--orange); }
.max-narrow { max-width: var(--w-narrow); margin-inline: auto; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1080px) {
  .nav, .login-link, .contact-btn { display: none; }
  .hamburger { display: flex; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 34px; }
  .hero-emblem { order: -1; }
  .hero-emblem img { width: min(72%, 320px); }
  .promo-split { grid-template-columns: 1fr; }
  .promo-media { order: -1; max-width: 460px; margin-inline: auto; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .hub-grid { grid-template-columns: repeat(2,1fr); }
  .team-grid { grid-template-columns: 1fr; max-width: 380px; margin-inline: auto; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .hub-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .game-row { grid-template-columns: 64px 1fr; }
  .game-net { display: none; }
  .btn-lg { width: 100%; }
  .hero .hero-cta .btn { flex: 1; }
}

/* =====================================================================
   v2 OVERRIDES — logo clarity, field & hero photo
   ===================================================================== */

/* --- Logo clarity: put the (white-designed) logo on a light badge --- */
.brand img, .drawer-head img, .footer-brand img {
  background: #fff;
  padding: 5px 10px;
  border-radius: 11px;
  box-shadow: 0 5px 16px rgba(0,0,0,.4);
}
.footer-brand img { padding: 8px 14px; border-radius: 14px; }
.logo-chip { display: inline-flex; align-items: center; background: #fff; padding: 7px 13px; border-radius: 13px; box-shadow: 0 8px 22px rgba(0,0,0,.45); }

/* --- Hero on the real stadium field with host cutout --- */
.hero.hero--field {
  position: relative; overflow: hidden; border-bottom: 1px solid var(--line);
  padding-block: clamp(28px, 4vw, 56px) 0;
  min-height: min(90vh, 760px); display: flex; align-items: stretch;
}
.hero--field .hero-bg { position: absolute; inset: 0; z-index: -2; background: #04060c; }
.hero--field .hero-bg::before {
  content: ""; position: absolute; inset: 0;
  background: url("../img/field.jpg") no-repeat center 34% / cover;
}
/* readability + brand overlays: darken text side (right, RTL) + add navy/orange depth */
.hero--field .hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, transparent 38%, rgba(4,6,12,.55) 82%),
    linear-gradient(180deg, rgba(4,6,12,.45), transparent 26%, transparent 62%, rgba(6,13,26,.82)),
    radial-gradient(120% 80% at 78% 8%, rgba(37,99,235,.12), transparent 60%);
}
.hero--field .hero-inner { align-items: stretch; position: relative; z-index: 1; gap: 24px; }
.hero--field .hero-copy { align-self: center; padding-block: clamp(20px, 4vw, 44px); }

.hero-figure {
  position: relative; display: flex; align-items: flex-end; justify-content: center; align-self: stretch;
}
.hero-figure::before { /* ground shadow so he stands on the field */
  content: ""; position: absolute; bottom: 4%; left: 50%; transform: translateX(-50%);
  width: 72%; height: 30px; z-index: 0;
  background: radial-gradient(ellipse at center, rgba(0,0,0,.62), transparent 72%); filter: blur(7px);
}
.hero-figure::after { /* backlight halo */
  content: ""; position: absolute; bottom: 6%; left: 50%; transform: translateX(-50%);
  width: 92%; height: 78%; z-index: 0;
  background: radial-gradient(closest-side, rgba(120,150,255,.16), rgba(79,147,255,.08) 55%, transparent 72%);
  filter: blur(10px);
}
.host-cutout {
  position: relative; z-index: 1;
  height: clamp(340px, 44vw, 600px); width: auto; max-width: 100%;
  object-fit: contain; object-position: bottom;
  filter: drop-shadow(0 22px 34px rgba(0,0,0,.7)) contrast(1.03) saturate(1.02);
  animation: floaty-sm 7s ease-in-out infinite;
}
@keyframes floaty-sm { 0%,100%{ transform: translateY(0) } 50%{ transform: translateY(-8px) } }

@media (prefers-reduced-motion: reduce) { .host-cutout { animation: none; } }

@media (max-width: 900px) {
  .hero.hero--field { min-height: 0; padding-bottom: 0; }
  .hero--field .hero-inner { gap: 6px; }
  .hero-figure { order: -1; }
  .host-cutout { height: clamp(280px, 60vw, 420px); }
  .hero--field .hero-bg::after { background:
    linear-gradient(180deg, rgba(4,6,12,.5), transparent 30%, rgba(6,13,26,.9)); }
}
@media (max-width: 620px) {
  .host-cutout { height: 300px; }
}

/* --- Podcast audio cards (inline play/pause) --- */
.pod-card .ep-thumb { background: #0b1526; }
.pod-btn {
  position: absolute; inset: 0; margin: auto; width: 60px; height: 60px; border-radius: 50%;
  background: rgba(31,215,96,.95); display: grid; place-items: center;
  box-shadow: 0 10px 26px rgba(0,0,0,.45); transition: transform .18s var(--ease), background .2s;
}
.pod-btn:hover { transform: scale(1.08); }
.pod-btn .pi-play, .pod-btn .pi-pause { display: inline-flex; }
.pod-btn svg { width: 26px; height: 26px; color: #04310f; margin-inline-start: 2px; }
.pod-btn .pi-pause { display: none; }
.pod-btn .pi-pause svg { margin-inline-start: 0; }
.pod-card.playing .pod-btn { background: var(--orange); }
.pod-card.playing .pod-btn .pi-play { display: none; }
.pod-card.playing .pod-btn .pi-pause { display: inline-flex; }
.pod-card.playing { border-color: rgba(31,215,96,.5); box-shadow: 0 0 0 1px rgba(31,215,96,.4), var(--shadow); }

/* --- CRITICAL: make the [hidden] attribute win over flex/grid display --- */
[hidden] { display: none !important; }

/* --- Spotify full-track player (custom, plays feed audio) --- */
.track-player {
  display: flex; gap: 20px; align-items: center; padding: 20px;
  max-width: var(--w-narrow); margin-inline: auto; margin-bottom: 34px;
  border: 1px solid rgba(31,215,96,.28); box-shadow: 0 0 0 1px rgba(31,215,96,.12), var(--shadow);
}
.tp-cover { width: 108px; height: 108px; border-radius: 12px; object-fit: cover; flex-shrink: 0; background: #0b1526; }
.tp-main { flex: 1; min-width: 0; }
.tp-badge { display:inline-flex; align-items:center; gap:6px; font-family:var(--f-latin); font-weight:600; text-transform:uppercase; letter-spacing:.12em; font-size:11px; color:#1fd760; margin-bottom:6px; }
.tp-badge svg { width:15px; height:15px; }
.tp-title { font-family: var(--f-head); font-weight: 800; color: #fff; font-size: 18px; line-height:1.25; overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.tp-sub { color: var(--muted); font-size: 13px; margin: 4px 0 12px; }
.tp-seek { display: flex; align-items: center; gap: 10px; }
.tp-range { flex: 1; -webkit-appearance: none; appearance: none; height: 6px; border-radius: 4px; background: rgba(255,255,255,.16); cursor: pointer; }
.tp-range::-webkit-slider-thumb { -webkit-appearance: none; width: 15px; height: 15px; border-radius: 50%; background: #1fd760; box-shadow: 0 2px 6px rgba(0,0,0,.5); }
.tp-range::-moz-range-thumb { width: 15px; height: 15px; border: 0; border-radius: 50%; background: #1fd760; }
.tp-cur, .tp-dur { font-family: var(--f-latin); font-size: 12px; color: var(--muted); font-variant-numeric: tabular-nums; min-width: 42px; }
.tp-cur { text-align: end; } .tp-dur { text-align: start; }
.tp-controls { display: flex; align-items: center; gap: 10px; margin-top: 14px; }
.tp-play { width: 50px; height: 50px; border-radius: 50%; background: #1fd760; display: grid; place-items: center; box-shadow: 0 6px 18px rgba(31,215,96,.42); transition: transform .15s var(--ease); }
.tp-play:hover { transform: scale(1.06); }
.tp-play svg { width: 24px; height: 24px; color: #04310f; }
.tp-skip { display: inline-flex; align-items: center; gap: 4px; padding: 9px 13px; border-radius: var(--pill); background: rgba(255,255,255,.06); border: 1px solid var(--line); font-family: var(--f-latin); font-weight: 600; font-size: 12px; color: var(--text); transition: background .18s; }
.tp-skip:hover { background: rgba(255,255,255,.12); }
.tp-spotify { margin-inline-start: auto; display: inline-flex; align-items: center; gap: 7px; padding: 10px 16px; border-radius: var(--pill); background: #1fd760; color: #04310f; font-weight: 700; font-size: 14px; white-space: nowrap; }
.tp-spotify svg { width: 18px; height: 18px; }
.tp-spotify:hover { filter: brightness(1.08); }
.pod-card { cursor: pointer; }
@media (max-width: 620px) {
  .track-player { flex-direction: column; text-align: center; }
  .tp-cover { width: 130px; height: 130px; }
  .tp-controls { flex-wrap: wrap; justify-content: center; }
  .tp-spotify { margin-inline-start: 0; }
}

.tp-speed { min-width: 54px; justify-content: center; }

/* --- Logged-in user menu (Firebase auth) --- */
.user-dropdown {
  position: absolute; top: calc(100% + 12px); inset-inline-end: 0; min-width: 210px;
  background: var(--navy-800); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg); padding: 8px; z-index: 130;
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s, transform .2s, visibility .2s;
}
.user-dropdown.open { opacity: 1; visibility: visible; transform: none; }
.user-dropdown .um-email { padding: 9px 12px; font-size: 13px; color: var(--muted); border-bottom: 1px solid var(--line); margin-bottom: 6px; word-break: break-all; }
.user-dropdown a { display: flex; align-items: center; gap: 9px; padding: 11px 12px; border-radius: 10px; font-weight: 700; font-size: 14.5px; color: var(--text); }
.user-dropdown a:hover { background: rgba(79,147,255,.14); color: #fff; }
.user-dropdown a svg { width: 17px; height: 17px; color: var(--orange); }
.login-link svg { flex-shrink: 0; }

/* --- "Continue with Google" button + divider --- */
.or-divider { display: flex; align-items: center; gap: 14px; margin: 22px 0; color: var(--muted-2); font-size: 13px; font-weight: 600; }
.or-divider::before, .or-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.btn-google { background: #fff; color: #1f2430; border: 1px solid rgba(0,0,0,.12); box-shadow: 0 4px 14px rgba(0,0,0,.25); }
.btn-google:hover { background: #f3f4f6; transform: translateY(-2px); }
.btn-google svg { width: 20px; height: 20px; }
