/* ============================================
   NEXTGAMETIME - Apple Sports inspired
   One job: game, time, where to watch
   ============================================ */

:root {
  --bg: #000000;
  --bg-card: #1c1c1e;
  --bg-card-2: #2c2c2e;
  --sep: rgba(255, 255, 255, 0.08);
  --t1: #ffffff;
  --t2: rgba(255, 255, 255, 0.7);
  --t3: rgba(255, 255, 255, 0.45);
  --t4: rgba(255, 255, 255, 0.15);
  --team: #6366f1;
  --team-sec: #ffffff;
  --team-dim: rgba(99, 102, 241, 0.15);
  --green: #30d158;
  --red: #ff3b30;
  --font: -apple-system, BlinkMacSystemFont, 'SF Pro Display', system-ui, sans-serif;
  --mono: 'SF Mono', ui-monospace, monospace;
  --r: 14px;
  --r-sm: 10px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font); background: var(--bg); color: var(--t1); min-height: 100dvh; }
#app { min-height: 100dvh; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font: inherit; border: none; background: none; color: inherit; }
img { display: block; max-width: 100%; }

/* Team background - colored atmosphere for every team */
.glow {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse 100% 60% at 50% -5%, var(--team), transparent 65%),
    radial-gradient(ellipse 70% 40% at 20% 10%, var(--team-dim), transparent),
    radial-gradient(ellipse 50% 40% at 80% 15%, var(--team-dim), transparent),
    linear-gradient(to bottom, var(--team-dim), transparent 60%);
  opacity: 0.55;
}
.glow--bottom {
  background:
    radial-gradient(ellipse 100% 60% at 50% 105%, var(--team), transparent 65%),
    radial-gradient(ellipse 70% 40% at 20% 90%, var(--team-dim), transparent),
    radial-gradient(ellipse 50% 40% at 80% 85%, var(--team-dim), transparent),
    linear-gradient(to top, var(--team-dim), transparent 40%);
  opacity: 0.3;
}

/* Logo watermark (non-custom teams) */
.team-bg {
  position: fixed;
  top: -5%;
  right: -10%;
  width: 320px;
  height: 320px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.06;
  filter: grayscale(100%) brightness(2);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Custom pattern background (LSU tiger stripes, etc.) */
.team-pattern {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.32;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.8) 25%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.2) 75%, transparent 90%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.8) 25%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.2) 75%, transparent 90%);
}

/* ================================================
   PICKER - Multi-league
   ================================================ */

/* Animated gradient background */
.picker-bg {
  position: fixed; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 80% 50% at 30% 20%, #364792 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 70% 80%, #6366f122 0%, transparent 50%),
    radial-gradient(ellipse 50% 50% at 50% 50%, #1a1a2e 0%, #000 100%);
  animation: bgShift 12s ease-in-out infinite alternate;
}
@keyframes bgShift {
  0% { filter: brightness(0.8) hue-rotate(0deg); }
  100% { filter: brightness(1.1) hue-rotate(15deg); }
}

.picker {
  display: flex; flex-direction: column; align-items: center;
  min-height: 100dvh;
  padding: 40px 20px 48px; position: relative; z-index: 1;
}

.picker__header { text-align: center; margin-bottom: 24px; }

/* Logo */
.picker__logo {
  width: 220px; height: auto; object-fit: contain;
  display: block; margin: 0 auto;
  filter: drop-shadow(0 4px 16px rgba(70, 29, 124, 0.4));
}

/* Tagline */
.picker__sub {
  font-size: 16px; color: var(--t2); margin-top: 8px;
  font-weight: 500; letter-spacing: 0.01em;
}

/* Section tabs (Pro | College) */
.section-tabs {
  display: flex; gap: 4px; margin-bottom: 12px;
  padding: 3px; border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
}
.section-tab {
  padding: 8px 24px; border-radius: 8px;
  font-size: 14px; font-weight: 700; letter-spacing: 0.03em;
  text-transform: uppercase; color: var(--t3);
  transition: all 0.2s ease; flex: 1; text-align: center;
}
.section-tab:hover { color: var(--t1); background: rgba(255, 255, 255, 0.04); }
.section-tab--active {
  color: var(--t1);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* League tabs */
.league-tabs {
  display: flex; gap: 4px; margin-bottom: 24px;
  padding: 4px; border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  max-width: 100%; scrollbar-width: none;
}
.league-tabs::-webkit-scrollbar { display: none; }

.league-tab {
  padding: 8px 16px; border-radius: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; white-space: nowrap;
  color: var(--t3);
  transition: all 0.2s ease;
}
.league-tab:hover { color: var(--t1); background: rgba(255, 255, 255, 0.06); }
.league-tab--active {
  color: var(--t1);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.picker__grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 8px; max-width: 560px; width: 100%;
}

.picker__team {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 18px 8px; border-radius: var(--r);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.picker__team:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.12); transform: scale(1.05); }
.picker__team:active { transform: scale(0.96); }
.picker__team-logo { width: 48px; height: 48px; object-fit: contain; }
.picker__team-name { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: var(--t2); text-align: center; line-height: 1.3; }
.picker__empty { grid-column: 1 / -1; text-align: center; color: var(--t3); padding: 40px 0; font-size: 16px; }

/* Lock-in */
.lockin {
  position: fixed; inset: 0; z-index: 100;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: var(--bg); opacity: 0; animation: liFade 1.3s ease forwards;
}
.lockin__logo { width: 88px; height: 88px; object-fit: contain; animation: liPulse 1.3s ease forwards; }
.lockin__text { margin-top: 16px; font-size: 13px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--t2); opacity: 0; animation: liText 1.3s ease forwards; }

@keyframes liFade { 0%{opacity:0} 10%{opacity:1} 70%{opacity:1} 100%{opacity:0;pointer-events:none} }
@keyframes liPulse { 0%{transform:scale(.5);opacity:0} 15%{transform:scale(1.08);opacity:1} 28%{transform:scale(1)} 70%{transform:scale(1)} 100%{transform:scale(1.2);opacity:0} }
@keyframes liText { 0%,20%{opacity:0;transform:translateY(5px)} 35%{opacity:1;transform:translateY(0)} 70%{opacity:1} 100%{opacity:0} }

/* Locked team indicator in picker */
.picker__team--locked {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  position: relative;
}
.picker__team-check {
  position: absolute; top: 4px; right: 6px;
  font-size: 10px; color: var(--green);
  line-height: 1;
}
.league-tab__dot {
  display: inline-block; width: 5px; height: 5px; border-radius: 50%;
  background: var(--green); margin-left: 4px; vertical-align: middle;
}

/* Picker back button */
.picker__back {
  font-size: 13px; color: var(--t2); margin-bottom: 8px;
  padding: 6px 12px; border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  transition: background 0.2s;
}
.picker__back:hover { background: rgba(255, 255, 255, 0.1); }

/* ================================================
   MY TEAMS HOME
   ================================================ */
.myteams {
  position: relative; z-index: 1;
  max-width: 500px; margin: 0 auto;
  padding: 32px 20px 60px;
  min-height: 100dvh;
}
.myteams__header { text-align: center; margin-bottom: 16px; }
.myteams__actions { display: flex; justify-content: flex-end; margin-bottom: 16px; }
.myteams__edit {
  font-size: 13px; color: var(--t2); padding: 6px 14px;
  border-radius: 8px; background: rgba(255, 255, 255, 0.06);
  transition: background 0.2s;
}
.myteams__edit:hover { background: rgba(255, 255, 255, 0.1); }
.myteams__loading { text-align: center; color: var(--t3); padding: 40px 0; }
.myteams__empty { text-align: center; color: var(--t3); padding: 20px 0; font-size: 16px; }
.myteams__add-btn {
  display: block; width: 100%; padding: 14px; margin-top: 12px;
  border-radius: var(--r); font-size: 15px; font-weight: 600;
  color: var(--t1); background: rgba(255, 255, 255, 0.08);
  border: 1px dashed rgba(255, 255, 255, 0.15);
  transition: background 0.2s;
}
.myteams__add-btn:hover { background: rgba(255, 255, 255, 0.12); }

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

.myteams__card {
  display: flex; flex-direction: column; gap: 8px;
  padding: 14px 16px; border-radius: var(--r);
  background: var(--bg-card);
  border: 1px solid var(--sep);
  cursor: pointer;
  transition: transform 0.15s, border-color 0.15s;
  border-left: 3px solid var(--card-color, var(--sep));
}
.myteams__card:hover { transform: translateY(-1px); border-color: rgba(255, 255, 255, 0.15); }
.myteams__card:active { transform: scale(0.99); }

.myteams__card--add {
  align-items: center; justify-content: center;
  border-style: dashed; border-left-width: 1px;
  background: transparent; gap: 4px;
}
.myteams__add-icon { font-size: 24px; color: var(--t3); }
.myteams__add-text { font-size: 13px; color: var(--t3); font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }

.myteams__card-top { display: flex; align-items: center; gap: 12px; }
.myteams__card-logo { width: 40px; height: 40px; object-fit: contain; flex-shrink: 0; }
.myteams__card-info { flex: 1; min-width: 0; }
.myteams__card-name { font-size: 16px; font-weight: 700; }
.myteams__card-league {
  font-size: 10px; font-weight: 600; letter-spacing: 0.06em;
  color: var(--t3); margin-left: 8px;
}

.myteams__card-game { display: flex; align-items: center; gap: 8px; }
.myteams__card-matchup { font-size: 14px; color: var(--t2); }

.myteams__badge {
  font-size: 10px; font-weight: 700; letter-spacing: 0.06em;
  padding: 2px 8px; border-radius: 4px;
  text-transform: uppercase;
}
.myteams__badge--live { background: var(--red); color: #fff; animation: livePulse 2s ease-in-out infinite; }
.myteams__badge--today { background: var(--card-color, #6366f1); color: #fff; }
@keyframes livePulse { 0%,100%{opacity:1} 50%{opacity:0.7} }

.myteams__card-detail { font-size: 13px; color: var(--t3); }
.myteams__card-detail--live { color: var(--t1); font-weight: 600; font-family: var(--mono); }
.myteams__card-broadcast { font-size: 11px; color: var(--t3); }

/* ================================================
   DASHBOARD
   ================================================ */
.dash { position: relative; z-index: 1; max-width: 460px; margin: 0 auto; padding-bottom: 60px; }

/* Sticky header */
.hdr {
  display: flex; align-items: center; justify-content: center;
  padding: 14px 20px; position: relative; z-index: 10;
  background: none;
}
.hdr__logo { width: 160px; height: 160px; object-fit: contain; }
.hdr__btn { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); display: flex; align-items: center; color: var(--team-sec); padding: 6px; transition: opacity 0.15s; }
.hdr__btn:hover { opacity: 0.6; }
.hdr__btn svg { display: block; }

/* ---- HERO CARD ---- */
.hero-card {
  margin: 16px 16px 0;
  background: var(--bg-card);
  border-radius: 20px;
  overflow: hidden;
}

.hero-card__top {
  display: flex; align-items: center; justify-content: center;
  gap: 24px; padding: 28px 20px 20px; text-align: center;
}


.hero-side { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; flex: 1; }
.hero-side__logo { width: 80px; height: 80px; object-fit: contain; margin: 0 auto; }
.hero-side__score { font-size: 32px; font-weight: 700; font-variant-numeric: tabular-nums; }
.hero-mid { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.hero-mid__vs { font-size: 16px; font-weight: 800; color: var(--t1); text-transform: uppercase; letter-spacing: 0.1em; }
.hero-mid__sport { font-size: 13px; font-weight: 600; color: var(--team-sec); cursor: pointer; padding: 4px 10px; border-radius: 100px; background: rgba(255,255,255,0.06); transition: background 0.15s; }
.hero-mid__sport:hover { background: rgba(255,255,255,0.12); }

/* Countdown */
.cd { display: flex; align-items: baseline; justify-content: center; padding: 0 20px 16px; gap: 1px; }
.cd__seg { display: flex; flex-direction: column; align-items: center; }
.cd__val { font-family: var(--mono); font-size: 48px; font-weight: 700; font-variant-numeric: tabular-nums; line-height: 1; min-width: 2ch; text-align: center; }
.cd__sep { font-family: var(--mono); font-size: 36px; font-weight: 200; color: var(--t4); line-height: 1; padding: 0 1px; }
.cd__unit { font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; color: var(--t3); margin-top: 4px; }

/* LIVE badge */
.live-badge {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px; font-size: 14px; font-weight: 700; color: var(--red);
}
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); animation: pulse 1.5s ease infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.3} }

/* Info bar (date + venue + broadcast) */
.info-bar {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  padding: 12px 20px 16px;
  border-top: 0.5px solid var(--sep);
  text-align: center;
}
.info-bar__date { font-size: 15px; font-weight: 600; color: var(--team-pop); }
.info-bar__venue { font-size: 13px; color: var(--team-pop); opacity: 0.7; }

/* ODDS BAR */
.odds-bar {
  display: flex; align-items: center; justify-content: center; gap: 20px;
  padding: 10px 20px;
  border-top: 0.5px solid var(--sep);
  animation: fadeIn .3s ease;
}
.odds-bar__item {
  display: flex; flex-direction: column; align-items: center; gap: 1px;
}
.odds-bar__label {
  font-size: 10px; font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--t3);
}
.odds-bar__val {
  font-size: 15px; font-weight: 700; color: var(--t1);
  font-variant-numeric: tabular-nums;
}
.odds-bar__provider {
  display: flex; align-items: center; margin-left: auto;
  position: absolute; right: 20px;
}
.odds-bar {
  position: relative;
}
.odds-bar__provider-logo {
  height: 16px; width: auto; opacity: 0.4;
  filter: grayscale(100%) brightness(2);
}

/* WHERE TO WATCH */
.watch-section { border-top: 0.5px solid var(--sep); }
.watch {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 20px;
  font-size: 14px;
}
.watch--tbd { padding-bottom: 14px; }
.watch__icon { display: flex; align-items: center; color: var(--team-sec); }
.watch__icon svg { display: block; }
.watch__label { color: var(--t2); font-weight: 500; }
.watch__net { font-weight: 700; color: var(--t1); }
.watch__tbd { font-weight: 500; color: var(--t3); font-style: italic; }
.watch__arrow { color: var(--t3); font-size: 18px; }
a.watch { text-decoration: none; cursor: pointer; transition: opacity 0.15s; }
a.watch:hover { opacity: 0.7; }

/* Streaming service pills */
.stream-pills {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 0 20px 14px; flex-wrap: wrap;
}
.stream-pill {
  display: inline-flex; align-items: center;
  padding: 5px 12px; border-radius: 100px;
  font-size: 11px; font-weight: 600;
  background: rgba(255,255,255,0.06);
  color: var(--t2); text-decoration: none;
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.15s ease;
}
.stream-pill:hover { background: rgba(255,255,255,0.12); color: var(--t1); border-color: rgba(255,255,255,0.15); }

/* ---- UPCOMING (grouped) ---- */
.section { padding: 0 16px; margin-top: 24px; }
.section__title-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 8px; padding: 0 4px; }
.section__title { font-size: 20px; font-weight: 700; letter-spacing: -0.3px; }
.section__back {
  font-size: 12px; font-weight: 600; color: var(--team-pop);
  padding: 4px 10px; border-radius: 100px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.15s;
}
.section__back:hover { background: rgba(255,255,255,0.12); }

.list { background: var(--bg-card); border-radius: var(--r); overflow: hidden; }

.row {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px; min-height: 56px;
}
.row + .row { border-top: 0.5px solid var(--sep); }
.row { transition: background 0.15s; }
.row:hover { background: rgba(255,255,255,0.03); }

.row__logo { width: 32px; height: 32px; object-fit: contain; flex-shrink: 0; border-radius: 6px; }
.row__emoji { width: 32px; text-align: center; font-size: 18px; flex-shrink: 0; }
.row__body { flex: 1; min-width: 0; }
.row__title { font-size: 15px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.row__sub { font-size: 12px; color: var(--t2); margin-top: 1px; }
.row__right { text-align: right; flex-shrink: 0; min-width: 70px; }
.row__date { font-size: 13px; font-weight: 500; color: var(--t2); }
.row__time { font-size: 12px; color: var(--t3); }
.row__bc { font-size: 11px; font-weight: 600; color: var(--team-pop); margin-top: 1px; }
.row__live { font-size: 11px; font-weight: 700; color: var(--red); }

/* States */
.loading { display: flex; flex-direction: column; align-items: center; padding: 80px 20px; gap: 12px; }
.spinner { width: 24px; height: 24px; border: 2.5px solid var(--sep); border-top-color: var(--t2); border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to{transform:rotate(360deg)} }
.loading__text { font-size: 14px; color: var(--t3); }

.empty { text-align: center; padding: 60px 20px; }
.empty__title { font-size: 17px; color: var(--t2); }
.empty__sub { font-size: 13px; color: var(--t3); margin-top: 4px; }

/* Footer: Team logo + on + ESPN logo */
.footer-link {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  padding: 32px 20px 16px; text-decoration: none;
  transition: opacity 0.15s;
}
.footer-link:hover { opacity: 0.7; }
.footer-link__team { width: 48px; height: 48px; object-fit: contain; }
.footer-link__on { font-size: 16px; font-weight: 400; color: var(--t2); font-style: italic; }
.footer-link__espn-text { font-size: 28px; font-weight: 800; font-style: italic; color: #ff0000; letter-spacing: -0.02em; }

/* Sport filter tabs */
.sport-tabs {
  display: flex; gap: 6px; padding: 8px 16px;
  overflow-x: auto; scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.sport-tabs::-webkit-scrollbar { display: none; }

.sport-tab {
  flex-shrink: 0; display: flex; align-items: center; gap: 4px;
  padding: 6px 14px; border-radius: 100px; font-size: 12px; font-weight: 600;
  background: rgba(255,255,255,0.06); color: var(--t3);
  border: 1px solid transparent;
  transition: all 0.15s ease; white-space: nowrap;
}
.sport-tab:hover { background: rgba(255,255,255,0.1); color: var(--t2); }
.sport-tab--active { background: var(--team); color: #fff; border-color: var(--team); }
.sport-tab__icon { font-size: 14px; }
.sport-tab__label { font-size: 11px; }

/* Hero card accent */
.hero-card { border-top: 2px solid var(--team); }

/* Gameday badge - team highlight colors */
.gameday {
  text-align: center; padding: 10px; font-size: 12px; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--team); background: var(--team-sec);
  border-radius: 20px 20px 0 0;
}

/* Next game badge - subtle */
.nextgame-badge {
  text-align: center; padding: 8px; font-size: 11px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--t3); background: rgba(255,255,255,0.03);
  border-radius: 20px 20px 0 0;
}

/* Live banner - replaces GAMEDAY when game is in progress */
.live-banner {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 20px; font-weight: 800; text-transform: uppercase;
  background: var(--red); color: #fff;
  border-radius: 20px 20px 0 0;
  letter-spacing: 0.2em; font-size: 12px;
}
.live-banner__dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #fff; animation: pulse 1.5s ease infinite;
}

/* Live score below team logo - countdown-style big numbers */
.hero-side__live-score {
  font-family: var(--mono); font-size: 48px; font-weight: 700;
  font-variant-numeric: tabular-nums; line-height: 1;
  min-width: 2ch; text-align: center;
}

/* Live game navigation arrows + dots */
.live-nav {
  position: relative;
}
.live-nav__arrows {
  position: absolute; top: 50%; left: 0; right: 0;
  display: flex; justify-content: space-between;
  pointer-events: none; z-index: 5;
  transform: translateY(-50%);
  padding: 0 4px;
}
.live-nav__arrow {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.15);
  color: var(--t1); font-size: 16px; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  pointer-events: auto; cursor: pointer;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: all 0.15s;
}
.live-nav__arrow:hover { background: rgba(0,0,0,0.7); border-color: rgba(255,255,255,0.3); }
.live-nav__dots {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 8px 0 0;
}
.live-nav__dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--t4); transition: all 0.2s;
}
.live-nav__dot--active { background: var(--t1); width: 8px; height: 8px; }

/* Last result */
.last-result {
  text-align: center; padding: 10px 16px; font-size: 13px; color: var(--t2);
  margin: 0 16px;
}
.lr-win { font-weight: 700; color: var(--green); }
.lr-loss { font-weight: 700; color: var(--red); }
.lr-score { font-weight: 600; color: var(--t2); }
.lr-opp { color: var(--t3); }
.lr-sport { font-size: 12px; }

/* Today highlight in rows */
.row__today { font-size: 13px; font-weight: 600; color: var(--team-pop); }

.fade { animation: fadeIn .25s ease; }
@keyframes fadeIn { from{opacity:0} to{opacity:1} }

/* Responsive */
@media (max-width: 480px) {
  .picker__grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .picker__team { padding: 14px 8px; }
  .picker__team-logo { width: 44px; height: 44px; }
  .picker__team-name { font-size: 10px; }
  .picker__logo { width: 160px; }
  .picker__sub { font-size: 14px; }
  .league-tab { padding: 6px 12px; font-size: 12px; }
  .cd__val { font-size: 40px; }
  .cd__sep { font-size: 28px; }
  .hdr__logo { width: 140px; height: 140px; }
  .hero-side__logo { width: 72px; height: 72px; }
  .hero-side__live-score { font-size: 40px; }
  .hero-card { margin: 12px 12px 0; }
  .section { padding: 0 12px; }
}
