:root {
  color-scheme: dark;
  --bg: #11141d;
  --panel: #171b24;
  --panel-2: #202734;
  --panel-3: #12161d;
  --red: #ff3c2e;
  --red-2: #cf251f;
  --orange: #ff901a;
  --gold: #f8b51b;
  --blue: #425fd3;
  --soft-blue: #8ea0ff;
  --text: #f4f7ff;
  --muted: #9aa3b7;
  --line: rgba(255, 255, 255, 0.1);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background: #10141d;
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
  border: 0;
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page-bg {
  position: fixed;
  inset: 102px 0 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(9, 13, 22, 0.92) 0%, rgba(14, 17, 26, 0.58) 20%, rgba(14, 17, 26, 0.54) 78%, rgba(10, 13, 21, 0.94) 100%),
    url("../stadium-bg.webp") center / cover no-repeat;
}

.page-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 16%, rgba(255, 61, 45, 0.24), transparent 26%),
    radial-gradient(circle at 88% 26%, rgba(38, 148, 255, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(18, 22, 32, 0.2), rgba(18, 22, 32, 0.88));
}

.shell {
  width: min(1430px, calc(100vw - 44px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 102px;
  background: #161922;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.header-shell {
  height: 62px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 208px;
  color: #ff1f1b;
  font-size: 34px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  width: 48px;
  height: 42px;
  display: inline-grid;
  gap: 6px;
  transform: skewX(-10deg);
}

.brand-mark::before {
  content: "B";
  position: absolute;
  inset: -6px 0 0 13px;
  color: #ff1f1b;
  font-size: 57px;
  font-weight: 900;
  line-height: 42px;
}

.brand-mark span {
  display: block;
  width: 26px;
  height: 5px;
  background: repeating-linear-gradient(90deg, #ff1f1b 0 3px, transparent 3px 6px);
}

.notice-pill {
  height: 40px;
  min-width: 385px;
  flex: 0 1 420px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  border-radius: 12px;
  color: #d9dfed;
  background: #202838;
  white-space: nowrap;
  overflow: hidden;
}

.notice-pill b {
  color: var(--red);
  font-size: 20px;
  font-style: italic;
}

.notice-pill span {
  font-size: 15px;
  font-style: italic;
}

.notice-pill small {
  color: #d6dceb;
  overflow: hidden;
  text-overflow: ellipsis;
}

.account-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.account-actions a,
.account-actions button {
  height: 34px;
  min-width: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 4px;
  background: #f34a3b;
  color: white;
  font-weight: 700;
}

.account-actions a.active,
.account-actions button:hover,
.account-actions a:hover {
  background: #ff5b4c;
}

.theme-toggle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 28%, transparent 30%), conic-gradient(from 0deg, transparent 0 8%, #dce2f1 8% 12%, transparent 12% 20%);
}

.nav-shell {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 34px;
  color: #eceff8;
  font-size: 18px;
}

.nav-shell a {
  white-space: nowrap;
}

.nav-shell .active {
  color: var(--red);
}

.nav-shell .utility {
  color: #c5c9d4;
  font-size: 16px;
}

.nav-spacer {
  flex: 1;
}

.main-shell {
  padding-top: 30px;
}

.portal-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(18, 23, 32, 0.94);
  box-shadow: var(--shadow);
}

.portal-overview h1 {
  max-width: 900px;
  margin: 12px 0 10px;
  color: #fff;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.05;
}

.portal-overview p {
  max-width: 820px;
  margin: 0;
  color: #c7d0e2;
  line-height: 1.55;
}

.overview-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.overview-metrics article {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 16px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #202632;
}

.overview-metrics strong {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.overview-metrics span {
  color: #aeb8cb;
  font-size: 13px;
  line-height: 1.4;
}

.score-section {
  position: relative;
}

.sport-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.sport-tabs button {
  min-width: 72px;
  height: 31px;
  border-radius: 7px;
  background: #11151f;
  color: white;
  font-weight: 800;
}

.sport-tabs .active {
  background: var(--red);
}

.match-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(188px, 1fr)) 94px;
  gap: 6px;
  align-items: stretch;
  min-height: 92px;
  overflow: hidden;
}

.match-card {
  min-width: 0;
  overflow: hidden;
  padding: 9px 12px 10px;
  border-radius: 4px;
  background: #151922;
  box-shadow: var(--shadow);
  color: #cfd5e2;
}

.match-card.active {
  background: linear-gradient(180deg, #f54235 0%, #c9251f 100%);
  color: white;
}

.card-title {
  display: flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-title span,
.card-alert {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid currentColor;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.28);
}

.card-title small {
  margin-left: auto;
  color: inherit;
  opacity: 0.78;
  font-weight: 500;
}

.score-row {
  display: grid;
  grid-template-columns: 1fr minmax(30px, auto) 50px minmax(30px, auto) 1fr;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  font-size: 14px;
}

.score-row b {
  font-size: 18px;
  text-align: center;
  color: white;
}

.score-row em {
  color: inherit;
  font-size: 12px;
  font-style: normal;
  text-align: center;
}

.score-row span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.more-button {
  align-self: start;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--red);
  color: white;
  font-weight: 800;
}

.scoreline-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  margin-right: 438px;
  border-radius: 6px 6px 0 0;
  background: rgba(15, 18, 25, 0.94);
  color: #edf2ff;
}

.scoreline-panel strong {
  color: #ffffff;
  font-size: 17px;
}

.scoreline-panel small {
  color: #8590a6;
}

.schedule-board {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 12px;
  margin: 12px 438px 18px 0;
  padding: 14px;
  border-radius: 7px;
  background: rgba(18, 23, 32, 0.94);
  box-shadow: var(--shadow);
}

.schedule-board-head {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 14px;
  border-radius: 6px;
  background: #202632;
}

.schedule-board-head span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.schedule-board-head strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
}

.schedule-board-head p {
  margin: 0;
  color: #aeb8cb;
  font-size: 13px;
  line-height: 1.45;
}

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

.schedule-list article {
  min-width: 0;
  display: grid;
  grid-template-columns: 86px minmax(0, 1.2fr) minmax(120px, 0.8fr) 118px;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 10px 12px;
  border-radius: 5px;
  background: #151922;
}

.schedule-list time,
.schedule-list span,
.schedule-list em {
  color: #aeb8cb;
  font-size: 13px;
}

.schedule-list strong {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.schedule-list em {
  width: fit-content;
  justify-self: end;
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(255, 60, 46, 0.14);
  color: #ff847b;
  font-style: normal;
  font-weight: 900;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 426px;
  gap: 12px;
  align-items: start;
}

.right-stack,
.news-carousel,
.lineup-panel,
.data-panel,
.community-banner {
  min-width: 0;
}

.content-tag {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 60, 46, 0.16);
  color: #ff6d62;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.right-stack {
  display: grid;
  gap: 18px;
}

.feature-banner {
  position: relative;
  height: 202px;
  overflow: hidden;
  border-radius: 6px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.feature-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.68));
}

.feature-banner div {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  gap: 5px;
}

.feature-banner span {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 4px;
  background: var(--red);
  color: white;
  font-size: 13px;
  font-weight: 800;
}

.feature-banner strong {
  font-size: 24px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.7);
}

.data-panel,
.lineup-panel,
.news-carousel {
  border-radius: 6px;
  background: rgba(20, 24, 32, 0.96);
  box-shadow: var(--shadow);
}

.data-panel {
  overflow: hidden;
  max-height: none;
}

.panel-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 20px 10px;
}

.panel-switch {
  min-width: 82px;
  height: 30px;
  border-radius: 7px;
  background: #323b4a;
  color: #b9c1d0;
  font-weight: 800;
}

.panel-switch.active {
  background: var(--red);
  color: white;
}

.info-dot {
  margin-left: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.sub-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0 20px 14px;
  border-bottom: 1px solid var(--line);
}

.sub-tabs button {
  height: 26px;
  background: transparent;
  color: #d5dbea;
  font-size: 15px;
}

.sub-tabs .active {
  color: var(--red);
}

.tab-note {
  margin: 0 20px 12px;
  padding: 10px 12px;
  border-radius: 5px;
  background: #202632;
  color: #b9c3d7;
  font-size: 13px;
  line-height: 1.45;
}

.team-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 16px 28px 9px;
  color: #8e98ad;
  font-size: 14px;
  text-align: center;
}

.stat-group {
  padding: 0 20px 10px;
}

.stat-title {
  position: relative;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  border-radius: 3px;
  background: #191e27;
  color: #98a1b4;
  text-align: left;
}

.stat-title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 11px;
  border-top: 8px solid #7e8797;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.stat-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 0.7fr;
  gap: 10px;
  padding-top: 10px;
}

.stat-grid span,
.stat-grid b {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #202632;
  color: #ecf2ff;
}

.stat-grid span:first-child,
.stat-grid span:nth-child(4),
.stat-grid span:nth-child(7) {
  justify-content: flex-start;
  padding-left: 14px;
  color: #b7c1d3;
}

.analysis-list {
  display: grid;
  gap: 8px;
  padding-top: 10px;
}

.analysis-list p {
  margin: 0;
  padding: 10px 12px;
  border-radius: 5px;
  background: #202632;
  color: #dce4f6;
  font-size: 13px;
  line-height: 1.45;
}

.section-head {
  grid-column: 1 / -1;
  display: grid;
  gap: 7px;
  padding: 20px 24px;
  border-radius: 6px;
  background: rgba(18, 23, 32, 0.94);
  box-shadow: var(--shadow);
}

.section-head span {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(24px, 2.1vw, 34px);
}

.section-head p {
  max-width: 760px;
  margin: 0;
  color: #b9c3d7;
  line-height: 1.5;
}

.insight-board {
  display: grid;
  gap: 12px;
}

.insight-board article {
  min-height: 126px;
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 18px;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(31, 38, 52, 0.98), rgba(17, 21, 30, 0.98));
  box-shadow: var(--shadow);
}

.insight-board span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.insight-board strong {
  font-size: 26px;
  line-height: 1;
}

.insight-board p {
  margin: 0;
  color: #b9c3d7;
  line-height: 1.45;
}

.media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 426px;
  gap: 12px;
  align-items: stretch;
  margin-top: 10px;
}

.news-carousel {
  overflow: hidden;
}

.carousel-tools {
  height: 64px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 42px;
  background: #121720;
}

.mode {
  width: auto;
  min-width: 86px;
  height: 34px;
  border-radius: 5px;
  border: 1px solid #475062;
  background: #121720;
  color: #8f98ab;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 900;
}

.mode::before {
  content: none;
}

.mode.active {
  color: var(--red);
  background: #323b4a;
}

.main-news {
  position: relative;
  height: 366px;
  overflow: hidden;
}

.main-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-news::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.65));
}

.news-caption {
  position: absolute;
  left: 34px;
  bottom: 30px;
  z-index: 1;
  display: grid;
  gap: 7px;
  max-width: 580px;
}

.news-caption strong {
  font-size: 42px;
  line-height: 1.05;
  text-transform: uppercase;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.6);
}

.news-caption span {
  color: #dbe4fb;
}

.thumb-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 13px 8px 10px;
  background: #141824;
}

.thumb-strip::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 5px;
  height: 4px;
  border-radius: 999px;
  background: #5e6680;
}

.thumb {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 8px;
  row-gap: 4px;
  align-items: center;
  padding: 6px 8px;
  background: transparent;
  color: white;
  text-align: left;
}

.thumb::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #129de4;
}

.thumb img {
  grid-row: span 2;
  width: 46px;
  height: 42px;
  border-radius: 3px;
  object-fit: cover;
}

.thumb span,
.thumb small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.thumb span {
  font-weight: 800;
}

.thumb small {
  color: #bbc4d6;
}

.thumb.active {
  background: rgba(255, 255, 255, 0.04);
}

.news-digest {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.news-digest article,
.community-cards article {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #202632;
}

.news-digest span,
.community-cards span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.news-digest strong,
.community-cards strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.news-digest p,
.community-cards p {
  margin: 0;
  color: #b9c3d7;
  font-size: 13px;
  line-height: 1.45;
}

.lineup-panel {
  overflow: hidden;
  min-height: 526px;
}

.lineup-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  padding: 12px 4px 11px;
  border-bottom: 1px solid #455064;
}

.lineup-tabs button {
  height: 28px;
  border-radius: 6px;
  background: #313a49;
  color: #abb4c4;
}

.lineup-tabs .active {
  background: var(--red);
  color: white;
  font-weight: 800;
}

.lineup-body {
  padding: 36px 68px 24px;
}

.lineup-body h3 {
  margin: 0 0 30px;
  color: #aeb7c8;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.lineup-head,
.lineup-body li {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 22px;
}

.lineup-head {
  margin-bottom: 10px;
  color: #9aa4b6;
  font-weight: 800;
}

.lineup-body ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lineup-body b,
.lineup-body span {
  color: var(--orange);
  font-weight: 900;
}

.guide-section,
.faq-section {
  margin-top: 22px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 8px;
  background: rgba(20, 24, 32, 0.96);
  box-shadow: var(--shadow);
}

.section-heading {
  max-width: 880px;
  margin-bottom: 22px;
}

.section-heading.compact {
  margin-bottom: 16px;
}

.section-heading h2 {
  margin: 10px 0 10px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.section-heading p {
  margin: 0;
  color: #c2ccdf;
  line-height: 1.65;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: start;
}

.guide-article {
  display: grid;
  gap: 16px;
}

.guide-article h3,
.guide-summary h3,
.faq-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}

.guide-article p,
.faq-grid p {
  margin: 0;
  color: #c2ccdf;
  line-height: 1.72;
}

.guide-summary {
  position: sticky;
  top: 128px;
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 7px;
  background: #202632;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.guide-summary ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.guide-summary li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: start;
  list-style: none;
  color: #dce6f8;
}

.guide-summary b {
  color: var(--red);
  font-size: 13px;
}

.guide-summary span {
  min-width: 0;
  line-height: 1.45;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.faq-grid article {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 7px;
  background: #202632;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.community-banner {
  position: relative;
  min-height: 334px;
  margin: 20px 92px 32px;
  overflow: hidden;
  border-radius: 7px;
  background: #111723;
  box-shadow: var(--shadow);
}

.community-banner img {
  width: 100%;
  height: 100%;
  min-height: 334px;
  object-fit: cover;
}

.community-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 12, 20, 0.08), rgba(8, 12, 20, 0.36) 32%, rgba(8, 12, 20, 0.5) 50%, rgba(8, 12, 20, 0.1));
}

.community-copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  text-align: center;
}

.mini-logo {
  font-size: 42px;
  font-weight: 900;
  font-style: italic;
}

.community-copy h2 {
  margin: 28px 0 14px;
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.1;
}

.community-copy p {
  margin: 0;
  color: #f3f6ff;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 300;
}

.community-section {
  display: grid;
  gap: 14px;
  margin: 20px 0 32px;
}

.community-section .community-banner {
  margin: 0 92px;
}

.community-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.community-cards a {
  width: fit-content;
  margin-top: 4px;
  border-radius: 5px;
  padding: 8px 10px;
  background: var(--red);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.side-dock {
  position: fixed;
  top: 142px;
  right: calc((100vw - min(1430px, calc(100vw - 44px))) / 2 - 92px);
  z-index: 18;
  width: 97px;
  overflow: hidden;
  border-radius: 7px;
  background: rgba(20, 24, 32, 0.96);
  box-shadow: var(--shadow);
}

.side-dock a {
  width: 100%;
  min-height: 89px;
  display: grid;
  place-items: center;
  gap: 5px;
  padding: 11px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #e4e7ef;
  font-weight: 800;
}

.side-dock span {
  min-width: 30px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  color: #fff;
  background: var(--red);
  font-size: 12px;
}

.dock-more {
  min-height: 52px !important;
  color: #b3bac9 !important;
  font-size: 14px !important;
}

.site-footer {
  padding: 34px 0 50px;
  background: #151821;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(180px, 0.58fr) minmax(0, 1.18fr);
  gap: 44px;
  align-items: start;
}

.footer-brand,
.footer-links,
.footer-compliance {
  min-width: 0;
}

.site-footer h2 {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1;
}

.site-footer h2 span {
  color: var(--red);
}

.site-footer h3 {
  margin: 0 0 14px;
  color: #dce4f3;
  font-size: 16px;
  line-height: 1.2;
}

.footer-note {
  max-width: 540px;
  margin: 0 0 18px;
  color: #9ca6bb;
  line-height: 1.6;
}

.footer-contact {
  display: grid;
  gap: 6px;
  margin: 0;
  color: #9ca6bb;
  font-style: normal;
  line-height: 1.5;
}

.footer-note a,
.footer-contact strong {
  color: #f2f5fd;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.site-footer nav {
  display: grid;
  gap: 6px;
}

.site-footer nav a {
  min-height: 34px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #c8d1e4;
  font-weight: 800;
}

.site-footer nav a:hover {
  color: #ffffff;
}

.footer-compliance {
  display: grid;
  gap: 12px;
}

.footer-compliance h3:not(:first-child) {
  margin-top: 8px;
}

.footer-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  list-style: none;
}

.footer-list li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #aab4c8;
  line-height: 1.45;
}

.footer-list.compact li {
  padding: 9px 0;
  color: #c3ccdd;
}

.legal-main {
  padding: 42px 0 72px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.legal-sidebar,
.legal-article {
  border-radius: 8px;
  background: rgba(20, 24, 32, 0.96);
  box-shadow: var(--shadow);
}

.legal-sidebar {
  position: sticky;
  top: 128px;
  display: grid;
  gap: 8px;
  padding: 18px;
}

.legal-sidebar a {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 5px;
  color: #c8d1e4;
  background: #202632;
  font-weight: 800;
}

.legal-sidebar a.active {
  background: var(--red);
  color: #fff;
}

.legal-article {
  padding: clamp(24px, 4vw, 46px);
}

.legal-kicker {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.legal-article h1 {
  margin: 10px 0 12px;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.05;
}

.legal-updated {
  margin: 0 0 26px;
  color: #9ca6bb;
}

.legal-article h2 {
  margin: 30px 0 10px;
  color: #fff;
  font-size: 22px;
}

.legal-article p,
.legal-article li {
  color: #c2ccdf;
  line-height: 1.65;
}

.legal-article ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding-left: 22px;
}

.legal-article a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-callout {
  margin: 26px 0;
  padding: 16px 18px;
  border-left: 4px solid var(--red);
  border-radius: 6px;
  background: #202632;
  color: #dbe4f7;
}

.member-auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.member-auth-layout.compact {
  grid-template-columns: minmax(0, 680px) minmax(280px, 360px);
}

.auth-card {
  min-height: 0;
}

.member-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.member-form label {
  display: grid;
  gap: 8px;
  color: #dce4f3;
  font-weight: 800;
}

.member-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #303a4c;
  border-radius: 6px;
  outline: 0;
  background: #111722;
  color: #ffffff;
  font: inherit;
}

.member-form input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(243, 74, 59, 0.16);
}

.check-row {
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px !important;
  color: #bfc8dc !important;
  font-weight: 700 !important;
}

.check-row input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--red);
}

.form-submit,
.outline-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 900;
}

.form-submit {
  background: var(--red);
  color: #fff;
}

.form-submit.as-link {
  text-decoration: none;
}

.outline-action {
  border: 1px solid #3a4558;
  background: #1c2431;
  color: #f2f5fd;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: #bfc8dc;
  font-weight: 800;
}

.form-status[data-type="success"] {
  color: #63d58b;
}

.form-status[data-type="error"] {
  color: #ff8378;
}

.auth-switch {
  margin-top: 20px;
}

.member-side-panel,
.member-panel,
.member-card {
  border-radius: 8px;
  background: rgba(20, 24, 32, 0.96);
  box-shadow: var(--shadow);
}

.member-side-panel {
  padding: 24px;
}

.member-side-panel h2,
.member-panel h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 22px;
}

.member-side-panel ul,
.member-watch-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: #c2ccdf;
  line-height: 1.55;
}

.member-side-panel p {
  margin: 18px 0 0;
  color: #9ca6bb;
  line-height: 1.55;
}

.member-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.member-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 22px;
}

.member-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.member-card span {
  display: block;
  margin-bottom: 10px;
  color: #9ca6bb;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.member-card strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.member-dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}

.member-panel {
  padding: 22px;
}

.member-detail-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.member-detail-list div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.member-detail-list dt {
  color: #9ca6bb;
  font-weight: 900;
}

.member-detail-list dd {
  margin: 0;
  color: #fff;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.admin-form {
  max-width: 560px;
}

.admin-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.admin-head .outline-action {
  flex: 0 0 auto;
}

.admin-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin: 22px 0 18px;
}

.admin-toolbar label {
  display: grid;
  gap: 8px;
  color: #dce4f3;
  font-weight: 900;
}

.admin-toolbar input {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #303a4c;
  border-radius: 6px;
  outline: 0;
  background: #111722;
  color: #ffffff;
  font: inherit;
}

.admin-toolbar input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(243, 74, 59, 0.16);
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.admin-danger {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 5px;
  background: #4a1c22;
  color: #ffb4ad;
  font-weight: 900;
}

.admin-danger.large {
  min-height: 44px;
  padding: 0 18px;
}

.admin-table {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.admin-table-row {
  display: grid;
  grid-template-columns: minmax(160px, 1.1fr) minmax(180px, 1.1fr) minmax(130px, 0.8fr) minmax(110px, 0.7fr) 90px;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #c7d0e3;
}

.admin-table-row:last-child {
  border-bottom: 0;
}

.admin-table-row.head {
  background: #202632;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-table-row span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.admin-table-row strong {
  display: block;
  color: #fff;
  line-height: 1.25;
}

.admin-table-row small {
  display: block;
  margin-top: 4px;
  color: #8f9bb3;
  font-size: 12px;
  font-weight: 800;
}

.admin-empty {
  margin: 0;
  padding: 18px;
  border-radius: 8px;
  background: #202632;
  color: #c2ccdf;
  font-weight: 800;
}

.football-main {
  display: grid;
  gap: 18px;
}

.football-hero {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(18, 23, 32, 0.96);
  box-shadow: var(--shadow);
}

.football-hero h1 {
  max-width: 960px;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.05;
}

.football-hero p {
  max-width: 900px;
  margin: 0;
  color: #c7d0e2;
  line-height: 1.55;
}

.football-kpi-grid,
.football-admin-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.football-kpi-grid article,
.football-admin-grid article {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #202632;
}

.football-kpi-grid span,
.football-admin-grid span {
  color: #9ca6bb;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.football-kpi-grid strong,
.football-admin-grid strong {
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
}

.football-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 14px;
  align-items: start;
}

.football-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.football-match-card,
.football-side-panel,
.football-fixture-group,
.football-profile,
.football-empty,
.football-cache-list {
  min-width: 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(20, 24, 32, 0.96);
  box-shadow: var(--shadow);
}

.football-match-card {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.football-match-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #aeb8cb;
  font-size: 13px;
}

.football-match-meta span {
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(255, 60, 46, 0.16);
  color: #ff847b;
  font-weight: 900;
}

.football-match-teams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.football-match-teams strong {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.football-match-teams strong:last-child {
  text-align: right;
}

.football-match-teams b {
  min-width: 64px;
  border-radius: 6px;
  padding: 8px 10px;
  background: #11151f;
  color: #fff;
  text-align: center;
}

.football-match-card p,
.football-muted {
  margin: 0;
  color: #b9c3d7;
  line-height: 1.45;
}

.football-match-card button,
.football-search button {
  width: fit-content;
  border-radius: 5px;
  padding: 9px 12px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
}

.football-side-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.football-side-panel h2,
.football-detail-head h2,
.football-fixture-group h2,
.football-cache-list h2 {
  margin: 0;
  color: #fff;
}

.football-detail-head {
  display: grid;
  gap: 8px;
}

.football-detail-head span,
.football-profile span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.football-detail-head p {
  margin: 0;
  color: #aeb8cb;
}

.football-detail-grid {
  display: grid;
  gap: 14px;
}

.football-detail-grid h3 {
  margin: 0 0 10px;
  color: #fff;
}

.football-events {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.football-events li,
.football-stat-list div,
.football-cache-list div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  background: #202632;
}

.football-events b,
.football-events em {
  color: #ffae20;
  font-style: normal;
  font-weight: 900;
}

.football-events span {
  color: #fff;
}

.football-stat-list {
  display: grid;
  gap: 8px;
  margin: 0 0 10px;
}

.football-stat-list div {
  grid-template-columns: minmax(0, 1fr) auto;
}

.football-stat-list dt,
.football-stat-list dd {
  margin: 0;
}

.football-stat-list dt {
  color: #aeb8cb;
}

.football-stat-list dd {
  color: #fff;
  font-weight: 900;
}

.football-table {
  display: grid;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(20, 24, 32, 0.96);
  box-shadow: var(--shadow);
}

.football-table-row {
  display: grid;
  grid-template-columns: 48px minmax(180px, 1.6fr) repeat(6, minmax(58px, 0.55fr));
  gap: 10px;
  align-items: center;
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #c7d0e3;
}

.football-table-row:last-child {
  border-bottom: 0;
}

.football-table-row.head {
  background: #202632;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.football-table-row strong {
  display: block;
  color: #fff;
}

.football-table-row small {
  display: block;
  color: #8f9bb3;
}

.football-fixtures {
  display: grid;
  gap: 14px;
}

.football-fixture-group {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.football-fixture-list {
  display: grid;
  gap: 8px;
}

.football-fixture-list article {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) 118px 76px;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 5px;
  background: #202632;
}

.football-fixture-list time,
.football-fixture-list span {
  color: #aeb8cb;
}

.football-fixture-list strong {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.football-fixture-list b {
  color: #ffae20;
  text-align: right;
}

.football-search {
  display: flex;
  gap: 10px;
  max-width: 620px;
}

.football-search input {
  min-width: 0;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  padding: 11px 12px;
  background: #202632;
  color: #fff;
  font: inherit;
}

.football-profile {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px;
}

.football-profile img {
  width: 190px;
  max-height: 230px;
  border-radius: 7px;
  object-fit: contain;
  background: #11151f;
}

.football-profile h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(26px, 2.4vw, 38px);
}

.football-profile dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 12px;
}

.football-profile dl div {
  padding: 10px;
  border-radius: 5px;
  background: #202632;
}

.football-profile dt,
.football-profile dd {
  margin: 0;
}

.football-profile dt {
  color: #aeb8cb;
  font-size: 12px;
}

.football-profile dd {
  margin-top: 4px;
  color: #fff;
  font-weight: 900;
}

.football-profile p {
  margin: 0;
  color: #c7d0e3;
  line-height: 1.55;
}

.football-empty {
  padding: 18px;
}

.football-empty strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
}

.football-empty p {
  margin: 0;
  color: #b9c3d7;
  line-height: 1.5;
}

.football-cache-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 18px;
}

.football-cache-list div {
  grid-template-columns: minmax(0, 1fr) auto;
}

.football-cache-list span {
  color: #aeb8cb;
}

@media (max-width: 1560px) {
  .side-dock {
    display: none;
  }

  .shell {
    width: min(1430px, calc(100vw - 44px));
  }
}

@media (max-width: 1180px) {
  .site-header {
    height: auto;
  }

  .header-shell {
    height: auto;
    min-height: 72px;
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .notice-pill {
    order: 3;
    width: 100%;
    min-width: 0;
    flex: 1 0 100%;
  }

  .nav-shell {
    height: auto;
    min-height: 48px;
    flex-wrap: wrap;
    gap: 16px 24px;
    padding-bottom: 10px;
  }

  .page-bg {
    inset: 132px 0 0;
  }

  .hero-grid,
  .media-grid,
  .football-layout {
    grid-template-columns: 1fr;
  }

  .portal-overview,
  .schedule-board {
    grid-template-columns: 1fr;
  }

  .scoreline-panel {
    margin-right: 0;
  }

  .schedule-board {
    margin-right: 0;
  }

  .right-stack {
    grid-template-columns: 1fr 1fr;
  }

  .data-panel {
    max-height: none;
  }

  .lineup-panel {
    min-height: 0;
  }

  .guide-layout {
    grid-template-columns: 1fr;
  }

  .guide-summary {
    position: static;
  }

  .side-dock {
    display: none;
  }

  .shell {
    width: min(1000px, calc(100vw - 28px));
  }

  .community-banner {
    margin-left: 0;
    margin-right: 0;
  }

  .community-section .community-banner {
    margin-left: 0;
    margin-right: 0;
  }

  .community-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .member-auth-layout,
  .member-auth-layout.compact {
    grid-template-columns: 1fr;
  }

  .admin-toolbar {
    grid-template-columns: 1fr;
  }

  .admin-actions {
    justify-content: flex-start;
  }

  .admin-table-row {
    grid-template-columns: minmax(150px, 1.1fr) minmax(180px, 1.2fr) minmax(130px, 0.8fr) minmax(110px, 0.7fr) 86px;
  }

  .member-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .football-kpi-grid,
  .football-admin-grid,
  .football-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .brand-block {
    min-width: 170px;
    font-size: 27px;
  }

  .account-actions {
    width: 100%;
    margin-left: 0;
  }

  .account-actions a,
  .account-actions button {
    min-width: 0;
    flex: 1;
  }

  .match-strip {
    grid-template-columns: minmax(230px, 1fr);
    overflow: visible;
  }

  .more-button {
    width: 100%;
  }

  .scoreline-panel {
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 12px;
    text-align: center;
  }

  .right-stack {
    grid-template-columns: 1fr;
  }

  .overview-metrics,
  .news-digest,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .guide-section,
  .faq-section {
    padding: 20px;
  }

  .schedule-list article {
    grid-template-columns: 1fr;
  }

  .schedule-list em {
    justify-self: start;
  }

  .feature-banner {
    height: 170px;
  }

  .media-grid {
    margin-top: 14px;
  }

  .main-news {
    height: 260px;
  }

  .news-caption {
    left: 18px;
    bottom: 20px;
  }

  .news-caption strong {
    font-size: 28px;
  }

  .thumb-strip {
    grid-template-columns: 1fr 1fr;
  }

  .lineup-body {
    padding: 28px 28px 22px;
  }

  .community-cards {
    grid-template-columns: 1fr;
  }

  .football-kpi-grid,
  .football-admin-grid,
  .football-card-grid,
  .football-profile,
  .football-profile dl {
    grid-template-columns: 1fr;
  }

  .football-profile img {
    width: min(220px, 100%);
  }

  .football-table {
    overflow-x: auto;
  }

  .football-table-row {
    min-width: 760px;
  }

  .football-fixture-list article,
  .football-events li,
  .football-cache-list div {
    grid-template-columns: 1fr;
  }

  .football-search {
    display: grid;
  }

  .community-banner,
  .community-banner img {
    min-height: 250px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-sidebar {
    position: static;
  }

  .member-dashboard-grid,
  .member-stat-grid {
    grid-template-columns: 1fr;
  }

  .admin-head {
    display: grid;
  }

  .admin-table-row,
  .admin-table-row.head {
    grid-template-columns: 1fr;
  }

  .admin-table-row.head {
    display: none;
  }

  .admin-table-row span::before {
    display: block;
    margin-bottom: 4px;
    color: #8f9bb3;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .admin-table-row span:nth-child(1)::before {
    content: "Hội viên";
  }

  .admin-table-row span:nth-child(2)::before {
    content: "Email";
  }

  .admin-table-row span:nth-child(3)::before {
    content: "Đội yêu thích";
  }

  .admin-table-row span:nth-child(4)::before {
    content: "Ngày tạo";
  }

  .admin-table-row span:nth-child(5)::before {
    content: "Thao tác";
  }
}

@media (max-width: 520px) {
  .shell {
    width: calc(100vw - 20px);
  }

  .nav-shell {
    font-size: 15px;
    gap: 14px 18px;
  }

  .nav-spacer {
    display: none;
  }

  .notice-pill {
    height: auto;
    min-height: 42px;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 10px 12px;
  }

  .member-detail-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .member-action-row {
    display: grid;
  }

  .admin-actions {
    display: grid;
  }

  .score-row {
    grid-template-columns: 1fr minmax(30px, auto) 40px minmax(30px, auto) 1fr;
    font-size: 12px;
  }

  .sub-tabs {
    padding-left: 10px;
    padding-right: 10px;
  }

  .stat-grid {
    grid-template-columns: 1fr 0.6fr 0.6fr;
    gap: 6px;
  }

  .lineup-tabs {
    grid-template-columns: 1fr 1fr;
  }

}
