:root {
  color-scheme: dark;
}

body.site-theme {
  min-height: 100vh;
  color: #ffffff;
  background: #020202;
}

body.site-theme::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: 0.36;
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='1200' viewBox='0 0 900 1200' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='white' stroke-linecap='round'%3E%3Cpath stroke-width='6' opacity='.9' d='M-80 210C70 80 170 110 270 250c93 130 218 130 330 26 115-107 205-102 355 8'/%3E%3Cpath stroke-width='2' opacity='.65' d='M-70 160C58 52 190 54 300 198c86 113 185 111 292 21 128-108 256-116 386-14'/%3E%3Cpath stroke-width='2' opacity='.55' d='M-90 270C45 150 168 170 256 292c112 154 248 156 370 42 120-112 210-92 330 38'/%3E%3Cpath stroke-width='5' opacity='.85' d='M-140 705C15 595 132 585 226 698c107 128 191 133 304 16 127-131 268-119 408 43'/%3E%3Cpath stroke-width='2' opacity='.58' d='M-120 650C28 530 169 531 272 650c88 102 165 101 274 0 151-140 299-128 420 12'/%3E%3Cpath stroke-width='2' opacity='.55' d='M-130 760C24 650 124 660 214 760c123 137 238 145 360 20 128-131 260-112 390 52'/%3E%3Cpath stroke-width='5' opacity='.9' d='M118 1050c95-158 248-166 350-30 78 104 179 112 279 25 84-73 160-64 250 34'/%3E%3Cpath stroke-width='2' opacity='.6' d='M92 1000c117-180 292-186 409-31 59 78 132 86 222 12 105-86 218-75 315 29'/%3E%3Cpath stroke-width='2' opacity='.5' d='M146 1100c80-124 205-126 290-18 93 118 220 129 338 24 85-76 154-70 230 14'/%3E%3Cpath stroke-width='4' opacity='.78' d='M650-70c-108 130-90 250 45 330 121 72 124 176 22 279-110 111-92 230 49 331'/%3E%3Cpath stroke-width='2' opacity='.56' d='M700-90c-119 147-94 290 50 372 93 53 95 135 12 223-125 132-102 264 48 365'/%3E%3Cpath stroke-width='2' opacity='.5' d='M600-70c-90 116-70 205 44 276 144 89 146 210 28 326-91 90-74 190 40 279'/%3E%3Cpath stroke-width='4' opacity='.78' d='M160 0C70 130 80 250 188 329c94 69 92 158 2 238-106 94-95 195 35 302'/%3E%3Cpath stroke-width='2' opacity='.56' d='M106-18C4 126 24 286 144 373c64 46 63 108-1 171-133 132-114 256 36 374'/%3E%3Cpath stroke-width='2' opacity='.5' d='M218 14c-64 98-48 188 42 255 121 90 113 208-11 302-78 59-62 142 52 248'/%3E%3Ccircle cx='210' cy='475' r='76' stroke-width='2' opacity='.56'/%3E%3Ccircle cx='210' cy='475' r='38' stroke-width='2' opacity='.38'/%3E%3Ccircle cx='615' cy='900' r='96' stroke-width='3' opacity='.58'/%3E%3Ccircle cx='615' cy='900' r='54' stroke-width='2' opacity='.44'/%3E%3Ccircle cx='615' cy='900' r='22' stroke-width='2' opacity='.35'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center top;
  background-size: min(120vw, 1100px) auto;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.2));
}

body.site-theme::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.92) 54%, #000);
}

.topo-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.72);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(18px);
}

.topo-panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
}

.metric-tile {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  padding: 14px;
}

.topo-eyebrow {
  color: rgba(255, 255, 255, 0.68);
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.topo-muted {
  color: rgba(255, 255, 255, 0.62);
}

.topo-button {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.topo-button:hover {
  background: rgba(255, 255, 255, 0.16);
}

.admin-football-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-football-stat {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.45rem 0.85rem;
}

.admin-football-stat.is-error {
  border-color: rgba(251, 113, 133, 0.35);
  background: rgba(244, 63, 94, 0.12);
  color: #fecdd3;
}

.admin-table-wrap {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}

.admin-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  vertical-align: middle;
}

.admin-table thead th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.admin-table tbody tr + tr td {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.035);
}

.admin-table-match {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.admin-table-logos {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

.admin-table-logo,
.admin-table-logo-placeholder {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.admin-table-logo-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.625rem;
  font-weight: 900;
}

.admin-table-title {
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1.35;
}

.admin-table-sub {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.6875rem;
  font-weight: 700;
  margin-top: 0.15rem;
}

.admin-table-time {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.8125rem;
  font-weight: 800;
  white-space: nowrap;
}

.admin-table-channel {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8125rem;
  font-weight: 700;
  white-space: nowrap;
}

.admin-table-league {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.75rem;
  font-weight: 600;
  max-width: 12rem;
}

.admin-badge {
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.3rem 0.65rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.admin-badge-auto {
  border: 1px solid rgba(52, 211, 153, 0.28);
  background: rgba(16, 185, 129, 0.14);
  color: #a7f3d0;
}

.admin-badge-manual {
  border: 1px solid rgba(96, 165, 250, 0.28);
  background: rgba(59, 130, 246, 0.14);
  color: #bfdbfe;
}

.admin-table-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  white-space: nowrap;
}

.admin-table-empty {
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.875rem;
  font-weight: 700;
  padding: 1.25rem 1rem;
  text-align: center;
}

.admin-datatable-root {
  display: grid;
  gap: 0.85rem;
}

.admin-datatable-toolbar,
.admin-datatable-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  justify-content: space-between;
}

.admin-datatable-toolbar-left,
.admin-datatable-footer-left,
.admin-datatable-footer-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.admin-datatable-search {
  min-width: min(100%, 16rem);
  max-width: 22rem;
}

.admin-datatable-pagesize {
  min-width: 5.5rem;
  width: auto;
}

.admin-datatable-meta,
.admin-datatable-page {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.75rem;
  font-weight: 700;
}

.admin-datatable-table .admin-table th[data-sort] {
  cursor: pointer;
  user-select: none;
}

.admin-datatable-table .admin-table th[data-sort]:hover {
  color: rgba(255, 255, 255, 0.82);
}

.admin-datatable-nav {
  min-width: 5.5rem;
}

.selection-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 3px;
}

.selection-tab {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: normal;
  min-width: 58px;
  padding: 6px 10px;
  transition: background 160ms ease, color 160ms ease;
}

.selection-tab.is-active {
  background: #ffffff;
  color: #000000;
}

.contact-links {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  max-width: 100%;
  padding: 8px 10px 8px 14px;
}

.contact-links-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-links-items {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  font-size: 0.75rem;
  font-weight: 900;
  padding: 8px 11px;
  transition: transform 160ms ease, background 160ms ease;
}

.contact-link:hover {
  background: #e7e7e7;
  transform: translateY(-1px);
}

.contact-link svg {
  display: block;
  flex: 0 0 16px;
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  width: 16px;
}

.contact-link span {
  line-height: 1;
  white-space: nowrap;
}

.ad-banner-group {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ad-banner {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  min-height: 128px;
}

.ad-banner a {
  display: block;
}

.ad-banner-image {
  display: block;
  width: 100%;
  height: 128px;
  object-fit: cover;
}

.watch-video::-webkit-media-controls-timeline,
.watch-video::-webkit-media-controls-current-time-display,
.watch-video::-webkit-media-controls-time-remaining-display,
.live-video::-webkit-media-controls-timeline,
.live-video::-webkit-media-controls-current-time-display,
.live-video::-webkit-media-controls-time-remaining-display {
  display: none !important;
}

.watch-video::-webkit-media-controls-seek-back-button,
.watch-video::-webkit-media-controls-seek-forward-button,
.watch-video::-webkit-media-controls-playback-rate-button,
.live-video::-webkit-media-controls-seek-back-button,
.live-video::-webkit-media-controls-seek-forward-button,
.live-video::-webkit-media-controls-playback-rate-button {
  display: none !important;
}

/* —— Watch page —— */
.watch-page-body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.watch-page {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.watch-page *,
.watch-page *::before,
.watch-page *::after {
  box-sizing: border-box;
}

.watch-page .topo-card {
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.5);
}

.watch-header,
.watch-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 14px;
}

.watch-brand,
.watch-footer-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: normal;
}

.watch-page .contact-links {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
  margin: 0;
  max-width: none;
  padding: 6px 10px 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.watch-page .contact-links-label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

.watch-page .contact-links-items {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.watch-page .contact-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
  padding: 6px 10px;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.watch-page .contact-link:hover {
  background: #e8e8e8;
  transform: translateY(-1px);
}

.watch-page .contact-link svg {
  display: block;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}

.watch-banners:empty {
  display: none;
}

.watch-page .ad-banner-group {
  gap: 8px;
}

.watch-page .ad-banner {
  min-height: 72px;
  border-radius: 12px;
}

.watch-page .ad-banner-image {
  height: 72px;
}

.watch-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  gap: 12px;
  align-items: start;
}

.watch-player {
  display: flex;
  flex-direction: column;
  align-self: start;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  min-width: 0;
}

.watch-player-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.watch-player-info {
  min-width: 0;
  flex: 1 1 auto;
}

.watch-channel-name {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.watch-status {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.watch-live-pill {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: normal;
  padding: 5px 10px;
}

.watch-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ffffff;
}

.watch-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  flex: 0 0 auto;
  background: #000000;
  overflow: hidden;
}

.watch-video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  object-fit: contain;
}

.watch-sidebar {
  display: flex;
  flex-direction: column;
  align-self: start;
  width: 100%;
  max-height: min(720px, calc(100vh - 140px));
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
}

.watch-sidebar-head {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.watch-sidebar-title {
  margin: 0;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2;
}

.watch-page .selection-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.watch-page .selection-tab {
  appearance: none;
  border: none;
  margin: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.66);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2;
  min-width: 0;
  padding: 8px 12px;
  border-radius: 999px;
  transition: background 160ms ease, color 160ms ease;
}

.watch-page .selection-tab.is-active {
  background: #ffffff;
  color: #000000;
}

.watch-page .selection-panel {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 10px 12px 12px;
}

.selection-panel.is-hidden {
  display: none;
}

.watch-page .selection-list {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 6px;
  min-height: 0;
  max-height: 420px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}

.selection-list::-webkit-scrollbar {
  width: 5px;
}

.selection-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.selection-card {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  padding: 10px;
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease;
}

.selection-card:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.selection-card.is-selected {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
}

.selection-card-row-match {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 8px;
}

.selection-card-row-channel {
  display: flex;
  align-items: center;
  gap: 12px;
}

.selection-card-row-channel .selection-card-body {
  flex: 1 1 auto;
  min-width: 0;
}

.selection-card-body {
  min-width: 0;
}

.selection-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.selection-card-head-main {
  flex: 1 1 auto;
  min-width: 0;
}

.selection-meta {
  margin: 0 0 3px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.2;
}

.selection-title {
  margin: 0;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  word-break: break-word;
}

.selection-card-foot {
  margin-top: 4px;
}

.selection-sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.2;
  min-width: 0;
}

.selection-card-match .selection-card-foot {
  margin-top: 4px;
}

.selection-league {
  margin: 6px 0 0;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: normal;
  word-break: break-word;
}

.selection-selected-label {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  font-size: 0.5625rem;
  font-weight: 800;
  line-height: 1;
  min-height: 18px;
  padding: 3px 8px;
  letter-spacing: normal;
  white-space: nowrap;
}

.selection-selected-label.is-hidden {
  display: none;
}

.match-logo,
.selection-logo-placeholder {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.channel-logo,
.selection-card-row-channel .selection-logo-placeholder {
  flex: 0 0 auto;
  width: 72px;
  height: 48px;
  margin-left: auto;
  object-fit: contain;
  object-position: right center;
}

.selection-logo-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background:
    radial-gradient(ellipse 80% 70% at 35% 20%, rgba(255, 255, 255, 0.18), transparent 55%),
    linear-gradient(155deg, rgba(55, 95, 160, 0.45) 0%, rgba(18, 24, 42, 0.95) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.35);
  color: #ffffff;
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.selection-logo-placeholder-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  width: 100%;
  height: 100%;
  padding: 2px;
}

.selection-logo-placeholder-mark {
  font-size: 0.5rem;
  line-height: 1;
  opacity: 0.45;
  filter: grayscale(0.2);
}

.selection-logo-placeholder-initials {
  font-size: 0.5625rem;
  font-weight: 800;
  line-height: 1.05;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1023px) {
  .watch-body {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .watch-sidebar {
    order: 2;
  }

  .watch-page .selection-list {
    max-height: 340px;
    flex: none;
  }
}

@media (max-width: 640px) {
  .watch-page {
    padding: 10px 12px 16px;
    gap: 10px;
  }

  .watch-header,
  .watch-footer {
    flex-wrap: wrap;
    padding: 10px 12px;
  }

  .watch-page .contact-links {
    width: 100%;
    justify-content: space-between;
  }

  .watch-page .contact-link span {
    display: none;
  }

  .watch-player-bar {
    padding: 10px 12px;
  }

  .watch-channel-name {
    font-size: 0.9375rem;
  }
}

.auth-card {
  width: min(430px, 100%);
  padding: 34px;
}

.form-field {
  display: grid;
  gap: 10px;
}

.form-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  font-weight: 700;
}

.form-input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.68);
  color: #ffffff;
  outline: none;
  padding: 14px 16px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.form-input:focus {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(0, 0, 0, 0.86);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}

.primary-button {
  width: 100%;
  border-radius: 18px;
  background: #ffffff;
  color: #000000;
  font-weight: 900;
  padding: 14px 18px;
  transition: transform 160ms ease, background 160ms ease;
}

.primary-button:hover {
  background: #e7e7e7;
  transform: translateY(-1px);
}

.topo-error {
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 12px 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .contact-links {
    gap: 8px;
    padding: 7px 8px 7px 10px;
  }

  .contact-links-label {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .contact-link {
    gap: 6px;
    padding: 7px 9px;
  }
}

@media (max-width: 640px) {
  body.site-theme::before {
    opacity: 0.22;
    background-size: 140vw auto;
  }

  .ad-banner-group {
    gap: 8px;
  }

  .contact-links {
    align-items: center;
    border-radius: 999px;
    flex-direction: row;
    gap: 6px;
    justify-content: space-between;
    padding: 7px 8px;
    width: 100%;
  }

  .contact-links-label {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .contact-links-items {
    display: flex;
    flex: 0 0 auto;
    gap: 6px;
  }

  .contact-link {
    height: 32px;
    justify-content: center;
    padding: 0 9px;
  }

  .contact-link span {
    display: none;
  }

  .topo-eyebrow {
    letter-spacing: 0.22em;
  }

  .auth-card {
    padding: 24px;
  }

  .metric-tile {
    padding: 12px;
  }

  .form-input {
    font-size: 16px;
  }
}
