.watch-shell {
  --watch-lime: #a8ff4f;
  --watch-panel: #0d1b13;
  --watch-line: rgba(222, 245, 230, 0.1);
  min-height: 100dvh;
  color: #f1f7f3;
  background: #07100c;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.watch-shell *, .watch-shell *::before, .watch-shell *::after { box-sizing: border-box; }
.watch-shell a { color: inherit; text-decoration: none; }
.watch-shell [hidden] { display: none !important; }
.watch-shell button, .watch-shell input, .watch-shell select { font: inherit; }
.watch-topbar {
  position: sticky; top: 0; z-index: 50; display: grid; min-height: 68px;
  grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 max(20px, calc((100vw - 1280px) / 2));
  border-bottom: 1px solid var(--watch-line); background: rgba(7,16,12,.9);
  backdrop-filter: blur(18px);
}
.watch-back, .watch-brand, .watch-demo-label { display: inline-flex; align-items: center; gap: 8px; }
.watch-back { width: max-content; color: #bdc9c1; font-size: .78rem; font-weight: 750; }
.watch-back:hover { color: var(--watch-lime); }
.watch-back svg, .watch-demo-label svg { width: 16px; }
.watch-brand { gap: 10px; font-size: .96rem; }
.watch-brand-mark {
  position: relative; display: grid; width: 31px; height: 31px; place-items: center;
  border-radius: 9px; background: var(--watch-lime); transform: rotate(45deg);
}
.watch-brand-mark i {
  position: absolute; width: 3px; height: 17px; border-radius: 20px;
  background: #07100c; transform: rotate(-45deg);
}
.watch-brand-mark i:first-child { translate: -6px 0; }
.watch-brand-mark i:last-child { translate: 6px 0; }
.watch-demo-label {
  justify-self: end; min-height: 29px; padding: 0 10px;
  border: 1px solid rgba(168,255,79,.22); border-radius: 999px;
  color: var(--watch-lime); background: rgba(168,255,79,.06);
  font-size: .66rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase;
}
.watch-container { width: min(1280px, calc(100% - 44px)); margin: 0 auto; padding: 30px 0 76px; }
.watch-breadcrumb {
  display: flex; min-width: 0; align-items: center; gap: 6px; margin-bottom: 19px;
  color: #82938a; font-size: .72rem; font-weight: 720;
}
.watch-breadcrumb a:hover { color: var(--watch-lime); }
.watch-breadcrumb svg { width: 12px; opacity: .55; }
.watch-breadcrumb span { color: var(--watch-lime); }
.watch-hero {
  display: flex; align-items: end; justify-content: space-between; gap: 36px; padding: 9px 2px 28px;
}
.watch-hero h1 > i, .watch-list-meta > i, .watch-control-live i, .watch-live-badge i {
  width: 7px; height: 7px; border-radius: 50%; background: var(--watch-lime);
  box-shadow: 0 0 0 4px rgba(168,255,79,.09); animation: watch-pulse 1.4s ease-out infinite;
}
.watch-hero h1 { display: flex; align-items: center; gap: 13px; margin: 0 0 9px; font-size: clamp(2.2rem,5vw,4.65rem); line-height: 1; letter-spacing: -.05em; }
.watch-hero h1 > i { width: 10px; height: 10px; flex: 0 0 10px; }
.watch-hero p { max-width: 760px; margin: 0; color: #9baca2; font-size: .88rem; }
.watch-hero dl { display: flex; gap: 9px; margin: 0; }
.watch-hero dl > div { display: grid; min-width: 116px; gap: 2px; padding: 11px 13px; border-left: 1px solid rgba(168,255,79,.23); }
.watch-hero dt { color: #7f9187; font-size: .58rem; font-weight: 700; }
.watch-hero dd { margin: 0; color: #eff7f2; font-size: .82rem; font-weight: 850; }
.watch-sports {
  display: flex; gap: 7px; margin-bottom: 12px; padding: 8px; overflow-x: auto;
  border: 1px solid var(--watch-line); border-radius: 13px;
  background: rgba(255,255,255,.018); scrollbar-width: none;
}
.watch-sports::-webkit-scrollbar { display: none; }
.watch-sports button {
  display: inline-flex; min-width: max-content; min-height: 35px; align-items: center; gap: 7px;
  padding: 0 12px; border: 1px solid transparent; border-radius: 9px;
  color: #91a198; background: transparent; font-size: .68rem; font-weight: 780; cursor: pointer;
}
.watch-sports button b { font-size: .88rem; }
.watch-sports button:hover, .watch-sports button.active {
  border-color: rgba(168,255,79,.27); color: #07100c; background: var(--watch-lime);
}
.watch-workspace { display: grid; grid-template-columns: minmax(0,1fr) 350px; gap: 12px; align-items: start; }
.watch-primary { display: grid; min-width: 0; gap: 12px; }
.watch-player-card, .watch-match-data, .watch-live-list {
  overflow: hidden; border: 1px solid var(--watch-line); border-radius: 16px; background: var(--watch-panel);
}
.watch-player-card > header, .watch-live-list > header {
  display: flex; min-height: 48px; align-items: center; justify-content: space-between;
  gap: 10px; padding: 0 14px; border-bottom: 1px solid var(--watch-line);
}
.watch-player-card > header.watch-player-meta { justify-content: center; }
.watch-channel, .watch-audience { display: inline-flex; align-items: center; gap: 7px; font-size: .67rem; font-weight: 760; }
.watch-channel { color: var(--watch-lime); }
.watch-audience { color: #aab9b0; }
.watch-channel svg, .watch-audience svg { width: 14px; }
.watch-audience-icon { display: inline-grid; width: 21px; height: 21px; place-items: center; color: var(--watch-lime); animation: watch-radio-glow 1.65s ease-out infinite; }
.watch-audience-icon svg { width: 16px; height: 16px; }
.watch-player {
  position: relative; display: grid; aspect-ratio: 16/9; place-items: center; overflow: hidden;
  background: linear-gradient(180deg,rgba(4,12,8,.08),rgba(4,12,8,.76)),
    radial-gradient(ellipse at 50% 72%,#1e7a43 0 12%,#155933 13% 27%,transparent 28%),
    radial-gradient(ellipse at 50% 110%,#163a27 0 42%,transparent 43%),#06100b;
}
.watch-stadium { position: absolute; inset: 0; opacity: .9; }
.watch-stadium::before {
  position: absolute; inset: 9% 7% 23%; border: 1px solid rgba(255,255,255,.1);
  border-radius: 50% 50% 8% 8%; background: repeating-linear-gradient(90deg,rgba(255,255,255,.03) 0 1px,transparent 1px 9%);
  content: ''; transform: perspective(420px) rotateX(20deg);
}
.watch-stadium span {
  position: absolute; top: 21%; width: 3px; height: 3px; border-radius: 50%;
  background: rgba(255,255,255,.75); box-shadow: 0 0 18px 5px rgba(255,255,255,.32);
}
.watch-stadium span:nth-child(1) { left: 13%; }
.watch-stadium span:nth-child(2) { left: 31%; top: 15%; }
.watch-stadium span:nth-child(3) { left: 50%; top: 12%; }
.watch-stadium span:nth-child(4) { right: 31%; top: 15%; }
.watch-stadium span:nth-child(5) { right: 13%; }
.watch-live-badge {
  position: absolute; top: 14px; left: 14px; display: inline-flex; min-height: 26px;
  align-items: center; gap: 7px; padding: 0 9px; border-radius: 7px;
  color: #08110c; background: var(--watch-lime); font-size: .58rem; font-weight: 900;
}
.watch-live-badge i { width: 5px; height: 5px; background: #0b2514; box-shadow: none; }
.watch-score-overlay {
  position: absolute; top: 14px; left: 50%; display: grid; min-height: 30px;
  grid-template-columns: auto minmax(75px,auto) auto minmax(75px,auto); align-items: center;
  gap: 8px; padding: 4px 10px; border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px; color: #eaf1ed; background: rgba(5,12,8,.82);
  font-size: .58rem; transform: translateX(-50%); backdrop-filter: blur(12px);
}
.watch-score-overlay > span { color: var(--watch-lime); font-weight: 850; }
.watch-score-overlay strong:first-of-type { text-align: right; }
.watch-score-overlay b { color: #fff; font-size: .7rem; }
.watch-big-play {
  position: relative; z-index: 3; display: grid; width: 64px; height: 64px; place-items: center;
  border: 1px solid rgba(168,255,79,.44); border-radius: 50%; color: #07100c;
  background: var(--watch-lime); box-shadow: 0 0 0 12px rgba(168,255,79,.08),0 18px 50px rgba(0,0,0,.35); cursor: pointer;
}
.watch-big-play svg { width: 25px; fill: currentColor; }
.watch-buffer { position: relative; z-index: 3; display: grid; justify-items: center; gap: 10px; color: #dce6df; font-size: .72rem; }
.watch-buffer i { width: 34px; height: 34px; border: 3px solid rgba(168,255,79,.2); border-top-color: var(--watch-lime); border-radius: 50%; animation: watch-spin .72s linear infinite; }
.watch-controls {
  position: absolute; right: 0; bottom: 0; left: 0; z-index: 4; display: grid; min-height: 54px;
  grid-template-columns: 34px 34px minmax(0,1fr) 34px; gap: 4px; align-items: center;
  padding: 12px 14px 5px; background: linear-gradient(transparent,rgba(3,8,5,.96));
}
.watch-progress { position: absolute; top: 5px; right: 14px; left: 14px; height: 3px; overflow: hidden; border-radius: 20px; background: rgba(255,255,255,.19); }
.watch-progress i { display: block; height: 100%; background: var(--watch-lime); }
.watch-controls button { display: grid; width: 32px; height: 32px; place-items: center; border: 0; border-radius: 8px; color: #e8f0eb; background: transparent; cursor: pointer; }
.watch-controls button:hover { color: var(--watch-lime); background: rgba(255,255,255,.07); }
.watch-controls button svg { width: 17px; }
.watch-control-live { display: inline-flex; align-items: center; gap: 7px; color: #d9e3dd; font-size: .6rem; font-weight: 780; }
.watch-quality { display: inline-flex; min-height: 30px; justify-self: end; align-items: center; gap: 5px; padding: 0 6px; border-radius: 7px; color: #d8e3dc; background: rgba(255,255,255,.055); }
.watch-quality svg { width: 14px; color: var(--watch-lime); }
.watch-quality select { border: 0; outline: 0; color: inherit; background: transparent; font-size: .58rem; font-weight: 750; cursor: pointer; }
.watch-quality option { color: #e9f1ec; background: #102019; }
.watch-match-heading { position: relative; z-index: 6; display: grid; gap: 16px; overflow: visible; padding: 16px 18px 18px; background: var(--watch-panel); }
.watch-match-heading > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.watch-match-heading > div > span { display: flex; align-items: center; gap: 12px; color: #9aaba1; font-size: .68rem; font-weight: 760; }
.watch-match-heading > div small { display: inline-flex; align-items: center; gap: 5px; }
.watch-match-heading > div svg { width: 13px; color: var(--watch-lime); }
.watch-match-data-dropdown { position: relative; z-index: 20; flex: none; }
.watch-match-data-dropdown > button {
  display: inline-flex; min-height: 31px; align-items: center; gap: 6px; padding: 0 9px;
  border: 1px solid rgba(168,255,79,.19); border-radius: 8px; color: #bed0c5;
  background: rgba(168,255,79,.045); font-size: .6rem; font-weight: 780; cursor: pointer;
}
.watch-match-data-dropdown > button:hover { border-color: rgba(168,255,79,.5); color: var(--watch-lime); }
.watch-match-data-dropdown > button svg:last-child { transition: transform .18s ease; }
.watch-match-data-dropdown > button[aria-expanded='true'] svg:last-child { transform: rotate(180deg); }
.watch-match-data-dropdown > .watch-match-data {
  position: absolute; top: calc(100% + 7px); right: 0; z-index: 30;
  width: min(480px,calc(100vw - 56px)); max-height: min(440px,70vh); overflow-y: auto;
  border-color: rgba(168,255,79,.23); background: #0b1a12;
  box-shadow: 0 22px 58px rgba(0,0,0,.52); scrollbar-color: rgba(168,255,79,.44) transparent; scrollbar-width: thin;
}
.watch-match-heading > strong { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 18px; align-items: center; }
.watch-match-heading > strong > span { display: flex; align-items: center; gap: 10px; font-size: .92rem; }
.watch-match-heading > strong > span:last-child { justify-content: flex-end; text-align: right; }
.watch-match-heading > strong > b { color: var(--watch-lime); font-size: 1.22rem; }
.watch-team-mark { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border: 1px solid rgba(168,255,79,.27); border-radius: 10px; color: #0d2415; background: var(--watch-lime); font-size: .58rem; font-weight: 900; }
.watch-team-mark.away { color: #eaf2ed; background: #1b3527; }
.watch-team-mark.has-image { border-color: rgba(255,255,255,.08); background: rgba(255,255,255,.94); }
.watch-team-mark img { width: 82%; height: 82%; object-fit: contain; }
.watch-chat { border-top: 1px solid var(--watch-line); background: rgba(7,16,12,.52); }
.watch-chat > header { display: flex; min-height: 42px; align-items: center; justify-content: space-between; padding: 0 14px; }
.watch-chat > header span, .watch-chat > header small { display: inline-flex; align-items: center; gap: 6px; }
.watch-chat > header span { color: #dce7e0; font-size: .64rem; font-weight: 800; }
.watch-chat > header span svg { width: 14px; color: var(--watch-lime); }
.watch-chat > header small { color: #788a80; font-size: .54rem; }
.watch-chat > header small i { width: 5px; height: 5px; border-radius: 50%; background: var(--watch-lime); }
.watch-chat-messages { display: grid; height: 70px; align-content: start; gap: 7px; overflow: hidden; padding: 5px 14px 9px; transition: height .24s ease; }
.watch-chat.open .watch-chat-messages { height: 220px; overflow-y: auto; scrollbar-color: rgba(168,255,79,.42) transparent; scrollbar-width: thin; }
.watch-chat-messages p { display: flex; gap: 7px; margin: 0; color: #a8b7ae; font-size: .58rem; line-height: 1.45; }
.watch-chat-messages strong { flex: none; color: var(--watch-lime); }
.watch-chat-messages a { color: var(--watch-lime); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.watch-chat-status { min-height: 14px; margin: -5px 14px 7px; color: #ff9a8f; font-size: .54rem; }
.watch-chat-status.success { color: var(--watch-lime); }
.watch-chat form { display: grid; grid-template-columns: minmax(0,1fr) 34px; gap: 7px; margin: 10px 14px 10px; }
.watch-chat form input { min-width: 0; min-height: 34px; padding: 0 11px; border: 1px solid rgba(255,255,255,.08); border-radius: 8px; outline: 0; color: #e7f0ea; background: rgba(255,255,255,.035); font-size: .62rem; }
.watch-chat form input:focus { border-color: rgba(168,255,79,.52); box-shadow: 0 0 0 3px rgba(168,255,79,.07); }
.watch-chat form button { display: grid; width: 34px; height: 34px; place-items: center; border: 0; border-radius: 8px; color: #07100c; background: var(--watch-lime); cursor: pointer; }
.watch-chat form button svg { width: 13px; }
.watch-chat-toggle { display: grid; width: 100%; height: 24px; place-items: center; border: 0; border-top: 1px solid rgba(255,255,255,.055); color: #789086; background: transparent; cursor: pointer; }
.watch-chat-toggle:hover { color: var(--watch-lime); background: rgba(168,255,79,.035); }
.watch-chat-toggle svg { width: 15px; transition: transform .2s ease; }
.watch-chat.open .watch-chat-toggle svg { transform: rotate(180deg); }
.watch-match-data > header { display: flex; min-height: 61px; align-items: center; justify-content: space-between; gap: 18px; padding: 0 18px; border-bottom: 1px solid var(--watch-line); }
.watch-match-data > header > div { display: grid; gap: 2px; }
.watch-match-data > header span, .watch-match-data > header small { display: inline-flex; align-items: center; gap: 6px; color: #87998e; font-size: .61rem; }
.watch-match-data > header span { color: var(--watch-lime); font-weight: 780; }
.watch-match-data > header strong { font-size: .79rem; }
.watch-match-data > header svg { width: 13px; }
.watch-stat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; padding: 12px; }
.watch-stat-grid article { display: grid; min-height: 48px; grid-template-columns: 1fr auto 1fr; gap: 7px; align-items: center; padding: 0 10px; border: 1px solid rgba(255,255,255,.065); border-radius: 10px; background: rgba(255,255,255,.018); text-align: center; }
.watch-stat-grid b { color: var(--watch-lime); font-size: .7rem; }
.watch-stat-grid span { color: #809087; font-size: .56rem; }
.watch-events { padding: 5px 18px 18px; }
.watch-events h2 { margin: 8px 0 9px; font-size: .78rem; }
.watch-events article { display: grid; min-height: 39px; grid-template-columns: 38px minmax(0,1fr); align-items: center; border-top: 1px solid rgba(255,255,255,.055); }
.watch-events time { color: #788a80; font-size: .59rem; font-weight: 780; }
.watch-events article > span { display: flex; align-items: center; gap: 7px; }
.watch-events article > span i { width: 6px; height: 6px; border-radius: 50%; background: #ffcf56; }
.watch-events article.is-home > span i { background: var(--watch-lime); }
.watch-events article strong { font-size: .65rem; }
.watch-events article small { color: #899a90; font-size: .59rem; }
.watch-live-list { position: sticky; top: 80px; }
.watch-live-list > .watch-sports { margin: 9px 10px 0; padding: 6px; border-radius: 10px; }
.watch-live-list > .watch-sports button { min-height: 31px; padding: 0 9px; font-size: .59rem; }
.watch-live-list > .watch-sports button b { font-size: .72rem; }
.watch-live-list > header div { display: grid; gap: 2px; }
.watch-live-list > header span { display: inline-flex; align-items: center; gap: 6px; color: var(--watch-lime); font-size: .58rem; font-weight: 800; }
.watch-live-list > header span svg { width: 13px; }
.watch-live-list > header strong { font-size: .79rem; }
.watch-live-list > header > b { display: grid; min-width: 27px; height: 27px; place-items: center; border-radius: 8px; color: #07100c; background: var(--watch-lime); font-size: .62rem; }
.watch-search { display: grid; min-height: 39px; grid-template-columns: 18px minmax(0,1fr) 26px; gap: 6px; align-items: center; margin: 10px; padding: 0 8px 0 11px; border: 1px solid var(--watch-line); border-radius: 10px; background: rgba(255,255,255,.025); }
.watch-search > svg { width: 14px; color: #72847a; }
.watch-search input { width: 100%; border: 0; outline: 0; color: #e7f0ea; background: transparent; font-size: .67rem; }
.watch-search input::placeholder { color: #718078; }
.watch-search button { display: grid; width: 26px; height: 26px; place-items: center; border: 0; border-radius: 7px; color: #7f9086; background: transparent; }
.watch-search button svg { width: 13px; }
.watch-match-list { display: grid; max-height: 632px; overflow-y: auto; scrollbar-color: rgba(168,255,79,.45) rgba(255,255,255,.03); scrollbar-width: thin; }
.watch-match-list::-webkit-scrollbar { width: 5px; }
.watch-match-list::-webkit-scrollbar-thumb { border-radius: 20px; background: rgba(168,255,79,.45); }
.watch-match-list > button { display: grid; gap: 8px; padding: 13px 14px; border: 0; border-top: 1px solid rgba(255,255,255,.06); color: inherit; background: transparent; text-align: left; cursor: pointer; transition: background .16s ease; }
.watch-match-list > button:hover, .watch-match-list > button.active { background: rgba(168,255,79,.055); }
.watch-match-list > button.active { box-shadow: inset 3px 0 var(--watch-lime); }
.watch-list-meta { display: flex; align-items: center; gap: 6px; color: #82938a; font-size: .54rem; font-weight: 730; }
.watch-list-meta > i { width: 5px; height: 5px; flex: 0 0 5px; }
.watch-match-list > button > strong { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 6px; align-items: center; font-size: .64rem; }
.watch-match-list > button > strong span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.watch-match-list > button > strong span:last-child { text-align: right; }
.watch-match-list > button > strong b { color: var(--watch-lime); font-size: .67rem; }
.watch-match-list > button > small { display: flex; align-items: center; justify-content: space-between; color: #77887e; font-size: .53rem; }
.watch-match-list > button em { display: inline-flex; align-items: center; gap: 4px; color: var(--watch-lime); font-style: normal; font-weight: 800; }
.watch-match-list > button em svg { width: 11px; }
.watch-live-list > footer { display: flex; align-items: center; gap: 7px; padding: 12px 14px; border-top: 1px solid var(--watch-line); color: #6f8277; font-size: .54rem; line-height: 1.45; }
.watch-live-list > footer svg { width: 14px; flex: none; color: var(--watch-lime); }
.watch-empty { display: grid; min-height: 220px; place-content: center; justify-items: center; gap: 5px; color: #73857a; text-align: center; }
.watch-empty svg { width: 25px; color: var(--watch-lime); }
.watch-empty strong { color: #dfe8e2; font-size: .72rem; }
.watch-empty span { font-size: .58rem; }
.watch-loading-row { display: grid; min-height: 180px; place-content: center; justify-items: center; gap: 9px; color: #819188; font-size: .62rem; }
.watch-loading-row i { width: 25px; height: 25px; border: 2px solid rgba(168,255,79,.17); border-top-color: var(--watch-lime); border-radius: 50%; animation: watch-spin .7s linear infinite; }
@keyframes watch-pulse {
  0% { box-shadow: 0 0 0 0 rgba(168,255,79,.42); opacity: 1; }
  70% { box-shadow: 0 0 0 7px rgba(168,255,79,0); opacity: .62; }
  100% { box-shadow: 0 0 0 0 rgba(168,255,79,0); opacity: 1; }
}
@keyframes watch-spin { to { transform: rotate(360deg); } }
@keyframes watch-radio-glow {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(168,255,79,0)); transform: scale(1); }
  45% { filter: drop-shadow(0 0 7px rgba(168,255,79,.8)); transform: scale(1.08); }
}
@media (max-width: 980px) {
  .watch-workspace { grid-template-columns: 1fr; }
  .watch-live-list { position: static; }
  .watch-match-list { max-height: 470px; }
}
@media (max-width: 700px) {
  .watch-topbar { min-height: 60px; grid-template-columns: 1fr auto; padding: 0 14px; }
  .watch-brand { display: none; }
  .watch-demo-label { font-size: 0; }
  .watch-demo-label svg { width: 15px; }
  .watch-container { width: min(100% - 24px,1280px); padding-top: 17px; }
  .watch-breadcrumb { margin-bottom: 12px; font-size: .65rem; }
  .watch-hero { display: block; padding: 6px 1px 22px; }
  .watch-hero h1 { font-size: 2.25rem; }
  .watch-hero p { max-width: 31rem; font-size: .78rem; line-height: 1.55; }
  .watch-hero dl { display: none; }
  .watch-sports { border-radius: 11px; }
  .watch-player-card, .watch-match-data, .watch-live-list { border-radius: 13px; }
  .watch-player-card > header { min-height: 42px; }
  .watch-audience { font-size: .57rem; }
  .watch-score-overlay { top: 10px; max-width: calc(100% - 110px); grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); padding: 4px 7px; }
  .watch-score-overlay > span { display: none; }
  .watch-score-overlay strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .watch-live-badge { top: 10px; left: 10px; }
  .watch-controls { grid-template-columns: 31px 31px minmax(0,1fr) 31px; padding-right: 8px; padding-left: 8px; }
  .watch-quality svg { display: none; }
  .watch-match-heading { gap: 12px; padding: 13px; }
  .watch-match-heading > div { align-items: flex-start; gap: 6px; }
  .watch-match-heading > div > span { display: grid; gap: 2px; font-size: .59rem; }
  .watch-match-heading > div small { text-align: left; }
  .watch-match-data-dropdown > button { min-height: 29px; font-size: .55rem; }
  .watch-match-data-dropdown > .watch-match-data { width: min(420px,calc(100vw - 50px)); max-height: 58vh; }
  .watch-match-heading > strong { gap: 8px; }
  .watch-match-heading > strong > span { gap: 6px; font-size: .7rem; }
  .watch-match-heading > strong > b { font-size: .94rem; }
  .watch-team-mark { width: 28px; height: 28px; flex-basis: 28px; font-size: .48rem; }
  .watch-match-data > header { min-height: 56px; padding: 0 13px; }
  .watch-match-data > header small { font-size: .54rem; }
  .watch-stat-grid { grid-template-columns: 1fr; padding: 9px; }
  .watch-stat-grid article { min-height: 41px; }
  .watch-events { padding: 3px 13px 14px; }
}
@media (max-width: 440px) {
  .watch-player { aspect-ratio: 16/10; }
  .watch-channel { font-size: .58rem; }
  .watch-audience { gap: 4px; }
  .watch-controls { min-height: 49px; }
  .watch-quality { padding: 0 3px; }
  .watch-quality select { width: 56px; font-size: .52rem; }
  .watch-control-live { font-size: 0; }
  .watch-match-heading > strong > span { display: grid; justify-items: start; }
  .watch-match-heading > strong > span:last-child { justify-items: end; }
}
.watch-access-page {
  min-height: calc(100dvh - 68px); color: #f2f8f4;
  background: radial-gradient(circle at 84% 7%,rgba(168,255,79,.12),transparent 30rem),#07100c;
}
.watch-access-page__inner {
  display: grid; width: min(1180px,calc(100% - 44px)); min-height: calc(100dvh - 68px); margin: 0 auto;
  padding: clamp(64px,10vw,128px) 0 120px; align-content: center; justify-items: start;
}
.watch-access-gate__icon {
  display: grid; width: 94px; height: 76px; margin: 0 0 22px; place-items: center; align-content: center; gap: 4px;
  border-radius: 17px; color: #07100c; background: var(--watch-lime,#a8ff4f); box-shadow: 0 0 0 8px rgba(168,255,79,.08);
}
.watch-access-gate__icon svg { width: 29px; height: 29px; }
.watch-access-gate__icon small { font-size: .62rem; line-height: 1; font-weight: 950; letter-spacing: -.025em; }
.watch-access-page h1 { max-width: 760px; margin: 0; font-size: clamp(2.15rem,6vw,4.8rem); line-height: .98; letter-spacing: -.055em; }
.watch-access-page p { max-width: 660px; margin: 20px 0 0; color: #aabbb0; font-size: clamp(.9rem,1.5vw,1.08rem); line-height: 1.7; }
.watch-access-gate__actions { display: grid; width: min(100%,430px); margin-top: 30px; grid-template-columns: 1fr 1fr; gap: 10px; }
.watch-access-gate__actions button {
  min-height: 48px; padding: 0 18px; border: 1px solid var(--watch-lime,#a8ff4f); border-radius: 13px;
  color: #07100c; background: var(--watch-lime,#a8ff4f); font: inherit; font-size: .78rem; font-weight: 900; cursor: pointer;
}
.watch-access-gate__actions button.is-secondary { color: #edf7f0; background: transparent; }
@media (max-width: 620px) {
  .watch-access-page, .watch-access-page__inner { min-height: calc(100dvh - 62px); }
  .watch-access-page__inner { width: calc(100% - 30px); padding: 48px 0 104px; }
  .watch-access-page h1 { font-size: clamp(2rem,12vw,3.4rem); }
  .watch-access-gate__actions { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .watch-hero h1 > i, .watch-list-meta > i, .watch-control-live i, .watch-live-badge i, .watch-buffer i, .watch-audience-icon { animation: none; }
}
