﻿:root {
  color-scheme: dark;
  --bg: #0b0f14;
  --bg-2: #0f151d;
  --panel: rgba(18, 23, 32, 0.9);
  --panel-2: rgba(26, 33, 45, 0.96);
  --stroke: rgba(255, 255, 255, 0.08);
  --text: #f4f8fc;
  --muted: rgba(244, 248, 252, 0.68);
  --accent: #22e38d;
  --accent-2: #43a6ff;
  --accent-soft: rgba(34, 227, 141, 0.16);
  --accent-blue-soft: rgba(67, 166, 255, 0.16);
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  --yt-red: #ff0033;
  --brand-ball-image: url("assets/flag-ball.png");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

html, body {
  margin: 0;
  min-height: 100%;
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(34, 227, 141, 0.16), transparent 24%),
    radial-gradient(circle at 90% 8%, rgba(67, 166, 255, 0.12), transparent 22%),
    linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%);
}

body { display: flex; justify-content: center; }
button { font: inherit; }

.app-shell {
  width: min(100%, 540px);
  min-height: 100vh;
  padding: 18px 18px 96px;
  overflow: visible;
  background:
    radial-gradient(circle at 20% 0%, rgba(34, 227, 141, 0.1), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(67, 166, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(11, 15, 20, 0.96), rgba(8, 10, 14, 1));
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 4px 4px;
}

.topbar h1 {
  margin: 0;
  font-family: Unbounded, Manrope, system-ui, sans-serif;
  font-size: clamp(1.45rem, 4vw, 2.05rem);
  font-weight: 800;
  line-height: 1.12;
}

.tz-label {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
}

.brand-title {
  display: block;
  margin: 0 0 16px;
  padding: 0;
  font-family: Unbounded, Manrope, system-ui, sans-serif;
  font-size: clamp(1.45rem, 5vw, 2.25rem);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow: visible;
  background: linear-gradient(
    90deg,
    var(--accent) 0%,
    #7dffb3 20%,
    var(--text) 40%,
    var(--accent) 60%,
    #7dffb3 80%,
    var(--accent) 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 3s ease-in-out infinite;
  user-select: none;
  line-height: 1.2;
}

.brand-ball {
  display: inline-block;
  position: relative;
  z-index: 2;
  -webkit-text-fill-color: initial;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  width: 0.72em;
  height: 1em;
  font-size: 1em;
  vertical-align: baseline;
  margin: 0 0.02em;
  transform-origin: center center;
  will-change: transform, opacity, filter;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.brand-ball--image {
  width: 0.96em;
  height: 0.96em;
  border-radius: 50%;
  overflow: hidden;
  color: transparent;
  -webkit-text-fill-color: transparent;
  vertical-align: -0.12em;
  background: #fff var(--brand-ball-image) center / cover no-repeat;
  box-shadow: none;
  opacity: 1;
  filter: saturate(1.12) contrast(1.04);
  animation: none;
}



@keyframes shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

@keyframes ballFlyIn {
  0% {
    transform: scale(0.08) translateX(10px);
    opacity: 0;
    z-index: 1;
  }
  15% {
    opacity: 1;
    transform: scale(0.15) translateX(10px);
    z-index: 1;
  }
  40% {
    transform: scale(3.5) translateX(-60px) translateY(-15px) rotate(90deg);
    opacity: 1;
    z-index: 100;
  }
  65% {
    transform: scale(4.2) translateX(-80px) translateY(-20px) rotate(180deg);
    opacity: 1;
    z-index: 100;
  }
  85% {
    transform: scale(1.2) translateX(-5px) translateY(0) rotate(320deg);
    opacity: 1;
    z-index: 50;
  }
  100% {
    transform: scale(1) translateX(0) translateY(0) rotate(360deg);
    opacity: 1;
    z-index: 1;
  }
}

.content { display: grid; gap: 22px; }
.page { display: none; }
.page--active { display: block; }

.match-overview {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(34, 227, 141, 0.18), rgba(67, 166, 255, 0.08)),
    rgba(18, 23, 32, 0.86);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.match-overview__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.match-overview__eyebrow {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.match-overview__title {
  margin: 0;
  color: var(--text);
  font-size: 1.55rem;
  line-height: 1;
}

.match-overview__badge {
  max-width: 150px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}

.match-overview__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.match-stat {
  display: grid;
  gap: 2px;
  padding: 10px;
  min-width: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.match-stat b {
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.match-stat small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.match-stat--live b { color: var(--accent); }

.match-overview__next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 0.78rem;
}

.match-overview__next strong {
  color: var(--text);
  font-size: 0.82rem;
  text-align: right;
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(100%, 540px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 12px 16px 18px;
  background: linear-gradient(180deg, transparent, rgba(7, 9, 12, 0.94) 24%);
  backdrop-filter: blur(12px);
}

.nav-item {
  border: 1px solid var(--stroke);
  border-radius: 16px;
  padding: 12px 10px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.nav-item:hover { transform: translateY(-1px); }

.nav-item.active {
  color: var(--text);
  background: rgba(34, 227, 141, 0.12);
  border-color: rgba(34, 227, 141, 0.35);
}

.day-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 4px 12px;
}

.day-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--stroke);
  background: var(--panel-2);
  color: var(--text);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, opacity 160ms ease;
  padding: 0;
}

.day-nav-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(34, 227, 141, 0.4);
}

.day-nav-btn:hover:not(:disabled) .day-nav-chevron {
  border-color: #7dffb3;
}

.day-nav-btn:active:not(:disabled) { transform: scale(0.92); }

.day-nav-btn:disabled {
  opacity: 0;
  pointer-events: none;
}

.day-nav-chevron {
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transition: border-color 200ms ease;
}

.day-nav-chevron--left {
  transform: rotate(45deg);
  margin-left: 2px;
}

.day-nav-chevron--right {
  transform: rotate(-135deg);
  margin-right: 2px;
}

.day-nav-label {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--accent);
  min-width: 140px;
  text-align: center;
}

.day-strip {
  display: none;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
}

.day-strip .day-chips {
  flex: 1;
  min-width: 0;
}

.day-nav-btn--compact {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.day-chips {
  display: flex;
  gap: 8px;
  margin: 0 -4px 12px;
  padding: 0 4px 2px;
  overflow-x: auto;
  scrollbar-width: none;
}

.day-chips::-webkit-scrollbar { display: none; }

.day-chip {
  flex: 0 0 auto;
  min-width: 74px;
  padding: 9px 12px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.day-chip:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(34, 227, 141, 0.34);
  color: var(--text);
}

.day-chip:disabled {
  cursor: default;
  opacity: 1;
}

.day-chip.active {
  border-color: rgba(34, 227, 141, 0.55);
  background: linear-gradient(135deg, rgba(34, 227, 141, 0.22), rgba(67, 166, 255, 0.12));
  color: var(--accent);
}

.schedule-sub {
  margin: 0 4px 14px;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--muted);
}

.schedule-list { display: grid; gap: 10px; }

.sched-date {
  margin: 18px 4px 8px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--accent);
  border-top: 1px solid var(--stroke);
  padding-top: 12px;
  text-align: center;
}

.sched-date:first-child { margin-top: 0; border-top: none; padding-top: 0; }

.sched-card {
  display: grid;
  gap: 12px;
  padding: 15px 16px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    var(--panel-2);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
  animation: cardIn 420ms ease both;
  animation-delay: var(--item-delay, 0ms);
  transition: transform 180ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.sched-card:hover {
  border-color: rgba(34, 227, 141, 0.35);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32), 0 0 18px rgba(34, 227, 141, 0.12);
  transform: translateY(-1px);
}

.sched-card--live {
  border-color: rgba(34, 227, 141, 0.6);
  background:
    linear-gradient(135deg, rgba(34, 227, 141, 0.16), rgba(67, 166, 255, 0.08)),
    var(--panel-2);
  box-shadow: 0 0 0 1px rgba(34, 227, 141, 0.08), 0 18px 38px rgba(34, 227, 141, 0.16);
}

.sched-card--done { opacity: 0.92; }

.sched-goals {
  display: grid;
  gap: 4px;
  padding-top: 8px;
  border-top: 1px solid var(--stroke);
  margin-top: 4px;
}

.sched-goal {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.4;
}

.sched-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.sched-time {
  grid-column: 2;
  justify-self: center;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  text-align: center;
}

.sched-meta {
  grid-column: 3;
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.sched-match {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.sched-team {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 1rem;
  min-width: 0;
}

.sched-team__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.sched-team--home { justify-content: flex-start; }
.sched-team--away { justify-content: flex-end; text-align: right; }

.sched-team .flag {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  font-size: 1.18rem;
  line-height: 1;
  flex-shrink: 0;
}

.sched-team.is-winner { color: var(--text); font-weight: 800; }
.sched-team.is-loser { opacity: 0.5; }

.sched-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 44px;
  padding: 7px 10px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 800;
  font-size: 1.18rem;
  color: var(--text);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.sched-score--dash { color: var(--muted); font-weight: 600; }

.sched-group { font-size: 0.78rem; color: var(--muted); font-weight: 600; }
.sched-status { font-size: 0.74rem; color: var(--muted); }

.sched-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(34, 227, 141, 0.18);
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sched-live::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 1.3s infinite ease-in-out;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

@keyframes cardIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sched-empty {
  padding: 24px 16px;
  text-align: center;
  border-radius: 18px;
  background: var(--panel-2);
  border: 1px dashed var(--stroke);
}

.sched-empty p { margin: 0; color: var(--muted); }

.skeleton {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  background-size: 220% 100%;
  animation: skeletonShimmer 1.3s ease-in-out infinite;
}

.skeleton-line {
  width: 62%;
  height: 12px;
}

.skeleton-line--short { width: 34%; }
.skeleton-line--title { width: 88px; height: 24px; margin-top: 8px; }
.skeleton-line--wide { width: 86%; }
.skeleton-pill { width: 112px; height: 28px; }
.skeleton-stat { height: 54px; border-radius: 14px; }

.sched-card--loading {
  min-height: 104px;
  justify-content: center;
}

@keyframes skeletonShimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

/* ===== Standings ===== */

.standings-list { display: grid; gap: 14px; }

.standings-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(34, 227, 141, 0.12), rgba(67, 166, 255, 0.06)),
    var(--panel-2);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  overflow: hidden;
  animation: cardIn 420ms ease both;
}

.standings-card--loading {
  min-height: 170px;
  justify-content: center;
}

.standings-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.standings-card__top h2 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1;
}

.standings-card__top span {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 800;
}

.standings-table-wrap {
  overflow-x: auto;
  margin: 0 -8px -4px;
  padding: 0 8px 4px;
}

.standings-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 7px;
  font-size: 0.86rem;
  font-variant-numeric: tabular-nums;
}

.standings-table th {
  padding: 0 7px 2px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
}

.standings-table th:nth-child(2) { text-align: left; }
.standings-table td {
  padding: 9px 7px;
  background: rgba(255, 255, 255, 0.055);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
  font-weight: 800;
}

.standings-table td:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 13px 0 0 13px;
}

.standings-table td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0 13px 13px 0;
}

.standings-pos { color: var(--muted); width: 34px; }

.standings-team {
  min-width: 132px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left !important;
  color: var(--text);
}

.standings-team .flag {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  font-size: 1rem;
}

.standings-points {
  color: var(--accent);
  font-size: 1rem;
}

.standings-empty {
  padding: 24px 16px;
  text-align: center;
  border-radius: 18px;
  background: var(--panel-2);
  border: 1px dashed var(--stroke);
}

.standings-empty p { margin: 0; color: var(--muted); }
/* ===== Reviews (YouTube) ===== */

.reviews-list { display: grid; gap: 12px; }

.review-card {
  display: grid;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    var(--panel-2);
  border: 1px solid var(--stroke);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
  overflow: hidden;
  animation: cardIn 420ms ease both;
  transition: border-color 200ms ease, transform 160ms ease, box-shadow 200ms ease;
}

.review-card:hover {
  border-color: rgba(34, 227, 141, 0.3);
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.review-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  min-height: 160px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 20, 14, 0.25), rgba(5, 20, 14, 0.04), rgba(5, 20, 14, 0.25)),
    url("assets/review-action-bg.png") center / cover no-repeat,
    rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

.review-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.04) 0 18%, rgba(0, 0, 0, 0.22) 72%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.28));
  opacity: 1;
}

.review-card__thumb {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 1;
  width: 50%;
  height: 100%;
  display: block;
  border-radius: 0;
  overflow: hidden;
  transform: translate(-50%, -50%);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

.review-card__media img {
  width: 200%;
  max-width: none;
  height: 100%;
  object-fit: fill;
  display: block;
  transform: translateX(-50%);
  transform-origin: center center;
  transition: transform 260ms ease, opacity 260ms ease;
}

.review-card:hover .review-card__media img { transform: translateX(-50%) scale(1.025); }

.review-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.3));
}

.review-card__play {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 3;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 51, 0.92);
  box-shadow: 0 14px 32px rgba(255, 0, 51, 0.34);
}

.review-card__play svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.review-card__body {
  display: grid;
  gap: 0;
  padding: 16px;
}

.review-card__header {
  display: none;
}

.review-card__ball {
  font-size: 1.1rem;
  flex-shrink: 0;
}

.review-card__label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
}

.review-card__matchup {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 0;
}

.review-card__team {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  font-size: 1.06rem;
  min-width: 0;
}

.review-card__team .flag {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  flex-shrink: 0;
}

.review-card__team--home { justify-content: flex-end; color: var(--text); }

.review-card__team--away { justify-content: flex-start; color: var(--text); text-align: left; }

.review-card__vs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.review-card__title {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
  font-weight: 600;
}

.review-card__stats {
  display: none;
}

.review-card__stat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.review-card__stat svg {
  width: 14px;
  height: 14px;
  fill: var(--muted);
}

.review-card__like svg {
  fill: var(--yt-red);
}

.review-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 13px 16px;
  background: linear-gradient(135deg, rgba(34, 227, 141, 0.22), rgba(67, 166, 255, 0.1));
  border: none;
  border-top: 1px solid var(--stroke);
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background 160ms ease;
}

.review-card__btn:hover {
  background: linear-gradient(135deg, rgba(34, 227, 141, 0.33), rgba(67, 166, 255, 0.16));
}

.review-card__btn svg {
  width: 18px;
  height: 18px;
  fill: var(--accent);
  flex-shrink: 0;
}

.reviews-empty {
  padding: 24px 16px;
  text-align: center;
  border-radius: 18px;
  background: var(--panel-2);
  border: 1px dashed var(--stroke);
}

.reviews-empty p { margin: 0; color: var(--muted); }

.review-card--loading { gap: 0; }
.review-skeleton-media {
  width: 100%;
  min-height: 180px;
  border-radius: 0;
}

@media (max-width: 480px) {
  body { overflow-x: hidden; }
  .app-shell { width: 100%; padding: 14px 10px 88px; overflow-x: clip; }
  .topbar { padding-top: 8px; }
  .topbar h1 { font-size: 1.46rem; }
  .brand-title { margin-bottom: 12px; font-size: 1.62rem; }

  .match-overview { margin-top: 18px; padding: 12px; border-radius: 16px; }
  .match-overview__top { align-items: flex-start; }
  .match-overview__title { font-size: 1.35rem; }
  .match-overview__badge { max-width: 116px; padding: 6px 8px; font-size: 0.66rem; }
  .match-overview__stats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .match-stat { padding: 8px 7px; border-radius: 12px; }
  .match-stat b { font-size: 1.24rem; }
  .match-stat small { font-size: 0.68rem; }
  .match-overview__next { align-items: flex-start; flex-direction: column; }
  .match-overview__next strong { text-align: left; }
  .day-nav { display: none; }
  .day-strip { display: grid; grid-template-columns: 44px minmax(118px, 168px) 44px; justify-content: center; gap: 10px; margin-bottom: 10px; }
  .day-nav-btn--compact { width: 40px; height: 40px; flex-basis: 40px; }
  .day-chips {
    display: grid;
    grid-template-columns: minmax(118px, 168px);
    gap: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    justify-content: center;
  }
  .day-chip {
    min-width: 0;
    width: 100%;
    padding: 10px 14px;
    font-size: 0.82rem;
    line-height: 1;
  }
  .schedule-sub { margin-bottom: 10px; font-size: 0.9rem; }
  .schedule-list { gap: 8px; }
  .sched-date { margin: 12px 0 6px; padding-top: 8px; font-size: 0.9rem; }
  .sched-card { gap: 8px; padding: 10px 10px; border-radius: 15px; }
  .sched-top { grid-template-columns: 1fr 64px 1fr; gap: 6px; }
  .sched-time {
    grid-column: 2;
    justify-self: center;
    padding: 4px 8px;
    border-radius: 10px;
    background: rgba(34, 227, 141, 0.12);
    font-size: 1rem;
  }
  .sched-meta {
    grid-column: 3;
    justify-self: end;
    gap: 0;
  }
  .sched-group,
  .sched-status,
  .sched-live { font-size: 0.76rem; }
  .sched-match { grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr); gap: 6px; }
  .sched-team { gap: 5px; font-size: 0.94rem; font-weight: 800; }
  .sched-team__name { min-width: 0; }
  .sched-team .flag { width: 32px; height: 32px; font-size: 1.15rem; }
  .sched-score { min-width: 64px; min-height: 38px; padding: 5px 7px; font-size: 1.08rem; border-radius: 12px; }
  .sched-goals { padding-top: 6px; margin-top: 0; }
  .sched-goal { font-size: 0.86rem; }
  .bottom-nav { gap: 6px; padding: 10px 10px 14px; }
  .nav-item { padding: 10px 4px; font-size: 0.78rem; }
  .standings-list { gap: 10px; }
  .standings-card { padding: 11px; border-radius: 18px; }
  .standings-card__top h2 { font-size: 1rem; }
  .standings-table-wrap { margin-inline: -5px; padding-inline: 5px; }
  .standings-table { border-spacing: 0 6px; font-size: 0.82rem; }
  .standings-table th { padding-inline: 4px; font-size: 0.68rem; }
  .standings-table td { padding: 8px 4px; }
  .standings-wide { display: none; }
  .standings-team { min-width: 122px; gap: 6px; font-size: 0.86rem; }
  .standings-team .flag { width: 28px; height: 28px; flex-basis: 28px; }
  .standings-points { font-size: 1.02rem; }
  .review-card__matchup { gap: 6px; }
  .review-card__team { font-size: 0.9rem; }
  .review-card__media { min-height: 140px; }
  .review-card__play { width: 50px; height: 50px; }
}

























