@import url("./variant.css");

:root {
  --brand: #1678ff;
  --brand-soft: #eaf3ff;
  --text: #1b2430;
  --muted: #7d8795;
  --line: #e8edf3;
  --page: #f2f5f8;
  --danger: #ff4d5e;
  --safe-area-top: env(safe-area-inset-top, 0px);
  --app-header-height: calc(47px + var(--safe-area-top));
}

* {
  box-sizing: border-box;
}

.reference-score-table__notice,
.reference-score-table__notice *,
.reference-score-table td.reference-score-table__notice-cell,
.reference-score-table__corner-note,
.reference-score-table__corner-note *,
.match-card__notice,
#match-notice,
#match-notice *,
#match-notice-row,
#match-notice-row *,
[data-ui-node="match-notice"],
[data-ui-node="match-notice"] *,
[data-ui-node="match-notice-row"],
[data-ui-node="match-notice-row"] * {
  font-size: 11px !important;
}
html,
body {
  margin: 0;
  min-height: 100%;
}

html {
  background: #3dcadc;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: var(--page);
  color: var(--text);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
select {
  font: inherit;
}

button {
  color: inherit;
}

.site-shell {
  position: relative;
  width: min(100%, 704px);
  min-height: 100vh;
  margin: 0 auto;
  isolation: isolate;
  background: #f3f5f7;
  box-shadow: 0 0 40px rgba(30, 52, 76, .08);
}

.site-shell.is-match-detail > .site-shell__background {
  display: none;
}

.site-header {
  position: sticky;
  z-index: 60;
  top: 0;
  isolation: isolate;
  height: var(--app-header-height);
  padding: var(--safe-area-top) 7px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  overflow: hidden;
  background-color: #5f9df6;
  background-image: url("/assets/images/top-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  color: #fff;
}

.site-header::before {
  display: none;
}

.brand {
  position: relative;
  z-index: 1;
  height: 32px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.brand__logo {
  width: 30px;
  height: 30px;
  display: block;
  flex: 0 0 auto;
  border-radius: 6px;
  object-fit: contain;
  box-shadow: 0 2px 8px rgba(0, 42, 115, .2);
}

.brand__name {
  max-width: 130px;
  overflow: hidden;
  color: rgba(255, 255, 255, .9);
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand__mark {
  display: flex;
  align-items: center;
  color: #fff;
  text-shadow: 0 1px 1px rgba(37, 99, 190, .22);
}

.brand__mark > strong {
  margin-right: 3px;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 950;
  letter-spacing: -3px;
  line-height: 1;
  transform: skewX(-8deg);
}

.brand__mark > span {
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: Arial Black, Arial, sans-serif;
  font-style: italic;
  line-height: .85;
}

.brand__mark b {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .5px;
}

.brand__mark small {
  margin-top: 2px;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 1.2px;
}

.header-actions {
  position: relative;
  z-index: 1;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
}

.header-sport-tabs[hidden] {
  display: none;
}

.header-sport-tabs {
  position: static;
  width: 82px;
  height: 25px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  flex: 0 0 82px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.header-sport-tabs__item {
  min-width: 0;
  height: 24px;
  padding: 0 4px;
  overflow: hidden;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  line-height: 24px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.header-sport-tabs__item:hover,
.header-sport-tabs__item:focus-visible {
  outline: none;
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.header-sport-tabs__item.is-active {
  background: #fff;
  color: #5b97f3;
  font-weight: 750;
  box-shadow: none;
}

.header-sport-tabs__item:active {
  transform: scale(.96);
}

html:lang(en) .header-sport-tabs {
  width: 132px;
  flex-basis: 132px;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
}

html:lang(en) .header-sport-tabs__item {
  padding-right: 3px;
  padding-left: 3px;
  font-size: 12px;
  text-overflow: clip;
}

@media (max-width: 420px) {
  html:lang(en) .header-sport-tabs {
    width: 128px;
    flex-basis: 128px;
  }

  html:lang(en) .header-sport-tabs__item {
    font-size: 11px;
  }
}

.settings-button {
  width: 29px;
  height: 29px;
  padding: 0;
  display: grid;
  place-items: center;
  flex: 0 0 29px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  background: rgba(68, 132, 230, .3);
  color: #fff;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}

.settings-button:hover,
.settings-button:focus-visible,
.settings-button[aria-expanded="true"] {
  outline: none;
  background: rgba(54, 116, 215, .46);
}

.settings-button:active {
  transform: scale(.95);
}

.header-auth {
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  white-space: nowrap;
  cursor: pointer;
}

.header-auth--register {
  width: 41px;
  border-radius: 5px;
  background: #fff;
  color: #5b97f3;
}

.header-auth--login {
  width: 31px;
}

.account-icon {
  position: relative;
  width: 17px;
  height: 17px;
  display: block;
  border: 1.5px solid #fff;
  border-radius: 50%;
}

.account-icon::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 50%;
  width: 4px;
  height: 4px;
  border: 1.3px solid #fff;
  border-radius: 50%;
  transform: translateX(-50%);
}

.account-icon::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 2px;
  left: 3px;
  height: 5px;
  border: 1.3px solid #fff;
  border-radius: 7px 7px 4px 4px;
}

.settings-icon {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

body.is-settings-open,
body.is-filter-open {
  overflow: hidden;
}

.settings-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0 max(0px, calc((100vw - 704px) / 2)) 0 0;
}

.settings-modal[hidden] {
  display: none;
}

.settings-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 27, 43, .52);
  backdrop-filter: blur(2px);
  animation: settings-backdrop-in .22s ease-out both;
}

.settings-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(88vw, 360px);
  height: 100%;
  max-height: none;
  overflow: hidden auto;
  border: 1px solid rgba(19, 48, 85, .1);
  border-width: 0 0 0 1px;
  border-radius: 14px 0 0 14px;
  outline: none;
  background: #fff;
  box-shadow: -16px 0 46px rgba(12, 38, 72, .24);
  animation: settings-drawer-in .28s cubic-bezier(.22, 1, .36, 1) both;
}

.settings-modal.is-closing .settings-modal__backdrop {
  animation: settings-backdrop-out .22s ease-in both;
}

.settings-modal.is-closing .settings-modal__dialog {
  animation: settings-drawer-out .22s ease-in both;
}

@keyframes settings-drawer-in {
  from { transform: translateX(104%); }
  to { transform: translateX(0); }
}

@keyframes settings-drawer-out {
  from { transform: translateX(0); }
  to { transform: translateX(104%); }
}

@keyframes settings-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes settings-backdrop-out {
  from { opacity: 1; }
  to { opacity: 0; }
}

.settings-modal__header {
  height: 54px;
  min-height: 54px;
  flex: 0 0 54px;
  padding: 0 15px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.settings-modal__title {
  margin: 0;
  color: #1b2430;
  font-size: 17px;
  font-weight: 800;
}

.settings-modal__close {
  width: 32px;
  height: 32px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f2f5f8;
  color: #596677;
  cursor: pointer;
}

.settings-modal__close:hover,
.settings-modal__close:focus-visible {
  outline: none;
  background: #e8f1ff;
  color: var(--brand);
}

.settings-modal__close svg {
  width: 18px;
  height: 18px;
}

.settings-modal__body {
  padding: 18px;
}

.settings-modal.filter-modal {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: max(0px, calc((100vw - 704px) / 2));
}

.filter-modal__dialog {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-width: 0 1px 0 0;
  border-radius: 0 14px 14px 0;
  box-shadow: 16px 0 46px rgba(12, 38, 72, .24);
  animation: filter-drawer-in .28s cubic-bezier(.22, 1, .36, 1) both;
}

.filter-modal.is-closing .filter-modal__dialog {
  animation: filter-drawer-out .22s ease-in both;
}

@keyframes filter-drawer-in {
  from { transform: translateX(-104%); }
  to { transform: translateX(0); }
}

@keyframes filter-drawer-out {
  from { transform: translateX(0); }
  to { transform: translateX(-104%); }
}

.filter-modal__body {
  min-height: 0;
  display: flex;
  flex: 1 1 auto;
}

.settings-group + .settings-group {
  margin-top: 20px;
}

.settings-group__title {
  margin: 0 0 9px;
  color: #647185;
  font-size: 12px;
  font-weight: 700;
}

.settings-options {
  overflow: hidden;
  border: 1px solid #e4eaf1;
  border-radius: 10px;
  background: #fff;
}

.settings-option {
  min-height: 48px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #263140;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}

.settings-option + .settings-option {
  border-top: 1px solid #edf1f5;
}

.settings-option:hover {
  background: #f8faff;
}

.settings-option > span:first-child {
  flex: 1 1 auto;
}

.settings-option__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.settings-option__switch {
  position: relative;
  width: 38px;
  height: 22px;
  flex: 0 0 38px;
  border-radius: 999px;
  background: #cbd3dd;
  transition: background .2s ease;
}

.settings-option__switch::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(26, 45, 70, .28);
  transition: transform .2s ease;
}

.settings-option__input:checked + .settings-option__switch {
  background: var(--brand);
}

.settings-option__input:checked + .settings-option__switch::after {
  transform: translateX(16px);
}

.settings-option__input:focus-visible + .settings-option__switch {
  outline: 3px solid rgba(22, 120, 255, .22);
  outline-offset: 2px;
}

.settings-languages {
  padding: 3px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
  border-radius: 10px;
  background: #eef2f7;
}

.settings-languages__option {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width: 0;
  height: 36px;
  padding: 0 7px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #5f6b7a;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}

.settings-languages__option:hover,
.settings-languages__option:focus-visible {
  outline: none;
  color: var(--brand);
}

.settings-languages__option[aria-current="page"] {
  background: #fff;
  color: var(--brand);
  font-weight: 800;
  box-shadow: 0 1px 5px rgba(31, 58, 91, .13);
}

.navigation-stage {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 0;
  background: linear-gradient(105deg, #1678ff 0%, #0757d9 100%);
}

.score-navigation {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 44px;
  padding: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: #fff;
  border-bottom: 0;
  box-shadow: 0 -2px 11px rgba(0, 55, 145, .12);
}

.score-navigation__item {
  position: relative;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #202936;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .06em;
  cursor: pointer;
  transition: color .22s ease, font-weight .22s ease, background .22s ease;
}

.score-navigation__item::after {
  content: "";
  position: absolute;
  right: 30%;
  bottom: 0;
  left: 30%;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--brand);
  opacity: 0;
  transform: scaleX(.25);
  transition: opacity .22s ease, transform .3s cubic-bezier(.22, 1, .36, 1);
}

.score-navigation__item:hover {
  color: var(--brand);
}

.score-navigation__item.is-active {
  background: linear-gradient(180deg, rgba(22, 120, 255, .07), rgba(22, 120, 255, .17));
  color: #0068ed;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
}

.score-navigation__item.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.score-navigation__item.is-active:hover {
  color: var(--brand);
}

.filter-button {
  position: relative;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  padding: 0;
  flex: 0 0 27px;
  border: 0;
  background: transparent;
  color: var(--brand);
  cursor: pointer;
  border-radius: 6px;
  transition: background .18s ease, color .18s ease;
}

.filter-button:hover,
.filter-button:focus-visible,
.filter-button.is-open,
.filter-button.is-filtered {
  outline: none;
  background: #eaf3ff;
  color: #0068ed;
}

.filter-button svg {
  width: 21px;
  height: 21px;
}

.filter-button__badge {
  position: absolute;
  top: -3px;
  right: -4px;
  min-width: 14px;
  height: 14px;
  padding: 0 3px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #f53648;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
}

.filter-button.is-filtered .filter-button__badge {
  display: flex;
}

.header-actions > .filter-button {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  color: rgba(255, 255, 255, .9);
  border-radius: 8px;
}

.header-actions > .filter-button:hover,
.header-actions > .filter-button:focus-visible,
.header-actions > .filter-button.is-open,
.header-actions > .filter-button.is-filtered {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.site-header > .filter-button {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 29px;
  flex: 0 0 25px;
  border-radius: 4px;
  color: #fff;
}

.site-header > .filter-button:hover,
.site-header > .filter-button:focus-visible,
.site-header > .filter-button.is-open,
.site-header > .filter-button.is-filtered {
  outline: none;
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.menu-icon {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}

.competition-filter[hidden] {
  display: none;
}

.competition-filter {
  width: 100%;
  min-height: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  background: #fff;
}

.competition-filter__head {
  min-height: 34px;
  padding: 7px 10px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #dfe8f3;
  color: #1e2c3d;
  font-size: 12px;
}

.competition-filter__head strong {
  font-size: 13px;
}

.competition-filter__categories {
  margin: 8px 8px 0;
  padding: 3px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 3px;
  border-radius: 10px;
  background: #eef2f7;
}

.competition-filter__statuses {
  padding: 7px 8px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  border-bottom: 1px solid #dfe8f3;
  background: #fff;
}

.competition-filter__status {
  position: relative;
  min-width: 0;
  height: 28px;
  padding: 0 4px;
  overflow: hidden;
  border: 1px solid #c9d6e5;
  border-radius: 5px;
  background: #fff;
  color: #4a596a;
  font-family: inherit;
  font-size: 10px;
  cursor: pointer;
}

.competition-filter__status:hover,
.competition-filter__status:focus-visible {
  outline: none;
  border-color: #7eb5fa;
  color: #0068ed;
}

.competition-filter__status.is-active {
  border-color: #d7e2ef;
  background: #fff;
  color: #0068ed;
  font-weight: 700;
}

.competition-filter__category {
  min-width: 0;
  height: 36px;
  padding: 0 7px;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #5f6b7a;
  font-family: inherit;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}

.competition-filter__category:hover,
.competition-filter__category:focus-visible {
  outline: none;
  color: var(--brand);
}

.competition-filter__category.is-active {
  background: #fff;
  color: var(--brand);
  font-weight: 800;
  box-shadow: 0 1px 5px rgba(31, 58, 91, .13);
}

.competition-filter__count {
  color: #6d7a89;
  font-size: 10px;
}

.competition-filter__list {
  min-height: 0;
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: min-content;
  gap: 5px 6px;
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #fff;
}

.competition-filter__item {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 40px;
  padding: 5px 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: 1px solid #e1e8f0;
  border-radius: 5px;
  background: #fff;
  color: #2c3948;
  font-family: inherit;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.competition-filter__item:hover,
.competition-filter__item:focus-visible {
  outline: none;
  border-color: #a7cbfb;
  background: #f0f6ff;
}

.competition-filter__item.is-selected {
  border-color: #d7e2ef;
  background: #fff;
  color: #4d8ff7;
  box-shadow: none;
}

.competition-filter__item.is-selected:hover,
.competition-filter__item.is-selected:focus-visible {
  background: #fff;
}

.competition-filter__status.is-active::after,
.competition-filter__item.is-selected::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: #78a9ff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.competition-filter__status.is-active::before,
.competition-filter__item.is-selected::before {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 4px;
  z-index: 1;
  width: 7px;
  height: 4px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg);
}

.competition-filter__name {
  min-width: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.competition-filter__matches {
  flex: 0 0 auto;
  color: #748396;
  font-size: 9px;
}

.competition-filter__item.is-selected .competition-filter__matches {
  color: #6f9de8;
}

.competition-filter__empty {
  grid-column: 1 / -1;
  padding: 24px 10px;
  color: #8a95a2;
  text-align: center;
  font-size: 11px;
}
.competition-filter__actions {
  padding: 7px 8px;
  display: flex;
  justify-content: center;
  gap: 6px;
  border-top: 1px solid #e5ebf2;
  background: #f7faff;
}

.competition-filter__action {
  min-width: 54px;
  height: 27px;
  padding: 0 10px;
  border: 1px solid #bfd0e4;
  border-radius: 5px;
  background: #fff;
  color: #4e5d6d;
  font-family: inherit;
  font-size: 10px;
  cursor: pointer;
}

.competition-filter__action:hover,
.competition-filter__action:focus-visible {
  outline: none;
  border-color: #7eb5fa;
  color: #0068ed;
}

.competition-filter__action.is-primary {
  min-width: 86px;
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
  font-weight: 700;
}

.content-panel {
  min-height: 0;
  padding: 0;
  background: #fff;
}

.content-tail {
  padding: 42px 28px;
  border-top: 1px solid var(--line);
  background: #fff;
  color: #526071;
}

.content-tail__section {
  min-width: 0;
}

.content-tail__section + .content-tail__section {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e3e9f0;
}

.content-tail__title,
.site-footer__title {
  margin: 0 0 12px;
  color: #1d2b3b;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.45;
}

.content-tail__text,
.site-footer__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
}

.site-footer {
  padding: 0 28px;
  border-top: 1px solid #dbe3ec;
  background: #f8fafc;
  color: #526071;
}

.site-footer__about {
  padding: 32px 0 28px;
  text-align: center;
}

.site-footer__about .site-footer__text {
  max-width: 540px;
  margin: 0 auto;
}

.site-footer__links {
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 0;
  list-style: none;
}

.site-footer__links li {
  display: flex;
  align-items: center;
}

.site-footer__links li + li::before {
  width: 1px;
  height: 12px;
  margin: 0 14px;
  background: #cbd5e1;
  content: "";
}

.site-footer__links a {
  color: #3f5268;
  font-size: 13px;
  text-decoration: none;
  transition: color .2s ease;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: var(--brand);
  outline: none;
}

.site-footer__copyright {
  margin: 0 -28px;
  padding: 18px 24px;
  border-top: 1px solid #dbe3ec;
  background: #f1f5f9;
  color: #8792a0;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.score-board {
  overflow: hidden;
  background: #fff;
}

.score-board__head,
.score-match {
  display: grid;
  grid-template-columns: 74px 64px minmax(0, 1fr) 56px minmax(0, 1fr) 48px;
}

.score-board__head {
  height: 28px;
  align-items: center;
  background: #074b88;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.score-match {
  --match-bg: #fff;
  min-height: 78px;
  grid-template-rows: 50px 28px;
  background: var(--match-bg);
  border-bottom: 1px solid #fff;
  color: #1e2835;
}

.score-match:nth-child(odd) {
  --match-bg: #efefef;
}

.score-match__league,
.score-match__time,
.score-match__home,
.score-match__score,
.score-match__away,
.score-match__corner {
  min-width: 0;
  display: flex;
  align-items: center;
}

.score-match__league {
  grid-column: 1;
  grid-row: 1 / span 2;
  justify-content: center;
  padding: 5px;
  background: var(--league-color, #13b9bb);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
}

.score-match__time {
  grid-column: 2;
  grid-row: 1 / span 2;
  flex-direction: column;
  justify-content: center;
  color: #1e2835;
  font-size: 11px;
  line-height: 1.45;
}

.score-match__time strong {
  color: #ff2639;
  font-size: 12px;
  font-weight: 700;
}

.score-match__home,
.score-match__away {
  align-self: end;
  padding-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.score-match__home {
  grid-column: 3;
  grid-row: 1;
  justify-content: flex-end;
  text-align: right;
}

.score-match__away {
  grid-column: 5;
  grid-row: 1;
  justify-content: flex-start;
  text-align: left;
}

.score-match__score {
  grid-column: 4;
  grid-row: 1;
  align-self: end;
  justify-content: center;
  padding-bottom: 4px;
  color: #073fc4;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.score-match__half {
  display: block;
  margin-top: -1px;
  color: #9299a1;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
}

.score-match__corner {
  grid-column: 6;
  grid-row: 1 / span 2;
  flex-direction: column;
  justify-content: space-around;
  padding: 7px 0 5px;
  color: #445160;
  font-size: 10px;
  text-align: center;
}

.score-match__followers {
  color: #1682ff;
  line-height: 1;
}

.score-match__followers svg {
  width: 15px;
  height: 15px;
  display: block;
}

.score-match__odds {
  grid-column: 3 / 6;
  grid-row: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
  align-items: center;
  color: #9da5ae;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
}

.score-match__odds em {
  color: #d44e59;
  font-style: normal;
}

.score-match__stream {
  color: #96856c;
  font-size: 13px;
}

.card-badge {
  min-width: 11px;
  height: 14px;
  margin: 0 2px;
  padding: 0 2px;
  display: inline-grid;
  place-items: center;
  border-radius: 1px;
  background: #ffd400;
  color: #191919;
  font-size: 9px;
  font-weight: 800;
  line-height: 14px;
  vertical-align: 1px;
}

.card-badge--red {
  background: #e31b23;
  color: #fff;
}

.reference-score-table {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  color: #333;
  font-size: 12px;
}

.reference-score-table th {
  height: 24px;
  padding: 3px 1px;
  background: #004080;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

.reference-score-table.is-loading thead {
  display: none;
}

.reference-score-table td {
  padding: 0 2px;
  border: 0;
}

.reference-score-table__main,
.reference-score-table__odds {
  background: #fff;
}

.reference-score-table__main.is-alt,
.reference-score-table__odds.is-alt {
  background: #eee;
}

.reference-score-table__main {
  height: auto;
}

.reference-score-table__odds {
  height: auto;
  color: #b1b1b1;
  font-size: 12px;
}

.reference-score-table__league {
  padding: 6px 2px !important;
  background: var(--league-color, #12aaa9) !important;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.reference-score-table__time {
  padding: 6px 2px !important;
  text-align: center;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.reference-score-table__time strong {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.reference-score-table__time-value {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

.reference-score-table__time-value.is-live {
  width: fit-content;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #000;
}

.reference-score-table__time-value.is-live::after {
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: #f53648;
  box-shadow: 0 0 0 2px rgba(245, 54, 72, .14);
  content: "";
  animation: live-time-pulse 1s step-end infinite;
}

@keyframes live-time-pulse {
  0%, 49% {
    opacity: 1;
    transform: scale(1);
  }

  50%, 100% {
    opacity: .25;
    transform: scale(.72);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reference-score-table__time-value.is-live::after {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.reference-score-table__time-value.is-special {
  color: #f00;
  font-weight: 700;
}

.reference-score-table__time-value.is-finished {
  color: #f00;
  font-weight: 700;
}

.reference-score-table__time-value.is-stale {
  color: #8a95a2;
}

.reference-score-table__time-original {
  display: block;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 12px;
  white-space: nowrap;
}

.reference-score-table__teams {
  width: 100%;
  max-width: 100%;
  min-height: 53px;
  height: auto;
  padding: 7px 0 4px;
  display: grid;
  grid-template-columns: minmax(0, 100fr) 41fr minmax(0, 100fr);
  grid-template-rows: minmax(20px, auto);
  align-items: stretch;
}

.reference-score-table__teams.is-basketball-score-wide {
  grid-template-columns: minmax(0, 1fr) minmax(64px, max-content) minmax(0, 1fr);
}

.reference-score-table__team {
  min-width: 0;
  min-height: 20px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  gap: 0;
  box-sizing: border-box;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  overflow-wrap: normal;
  word-break: normal;
}

.reference-score-table__team--home {
  grid-column: 1;
  grid-row: 1;
  justify-content: flex-end;
  text-align: right;
}

.reference-score-table__team--away {
  grid-column: 3;
  grid-row: 1;
  justify-content: flex-start;
  text-align: left;
}

.reference-score-table__team-content {
  min-width: 0;
  max-width: 100%;
  display: block;
  flex: 0 1 auto;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.reference-score-table__team-name {
  min-width: 0;
  max-width: 100%;
  display: inline;
  overflow: visible;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.reference-score-table__ranking {
  color: #555;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
}

.reference-score-table__score {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  min-height: 20px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  box-sizing: border-box;
  color: #003fc7;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  overflow: visible;
}

.reference-score-table__main.is-goal.is-home .reference-score-table__team--home,
.reference-score-table__main.is-goal.is-away .reference-score-table__team--away {
  background: #ff80ff;
}

.reference-score-table__main.is-goal .reference-score-table__score {
  background: #ffff00;
}

.reference-score-table__main.is-correction.is-home .reference-score-table__team--home,
.reference-score-table__main.is-correction.is-away .reference-score-table__team--away,
.reference-score-table__main.is-correction.is-both .reference-score-table__team {
  background: #ff80ff;
}

.reference-score-table__main.is-correction .reference-score-table__score {
  background: #ffff00;
}

.reference-score-table__main.is-finished .reference-score-table__team {
  color: #555;
}

.reference-score-table__main.is-finished .reference-score-table__score {
  color: #f00;
  font-weight: 700;
}

.reference-score-table__main.is-basketball-score-changed .reference-score-table__score {
  background: #ffff00;
}

.reference-score-table__main.is-basketball-home-changed .reference-score-table__team--home,
.reference-score-table__main.is-basketball-away-changed .reference-score-table__team--away {
  background: #ff80ff;
}

.goal-notice-stack {
  position: fixed;
  right: 50%;
  bottom: 0;
  z-index: 130;
  width: 600px;
  max-width: 100%;
  transform: translateX(50%);
  pointer-events: none;
}

.goal-notice-stack__item {
  position: absolute;
  right: 3%;
  bottom: var(--notice-bottom);
  left: 3%;
  min-height: 66px;
  padding: 8px 14px;
  overflow: hidden;
  border-radius: 50px;
  background: rgba(1, 112, 202, .94);
  box-shadow: 0 5px 18px rgba(0, 56, 126, .25);
  color: #fff;
  font-size: 12px;
  pointer-events: none;
  box-sizing: border-box;
}

.goal-notice-stack__item.is-entering {
  animation: goal-notice-slide-in 260ms cubic-bezier(.18, .88, .32, 1.12) both;
}

.goal-notice-stack__item.is-correction {
  background: rgba(82, 93, 110, .95);
}

.goal-notice-stack__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  color: rgba(255, 255, 255, .82);
  line-height: 20px;
  white-space: nowrap;
}

.goal-notice-stack__meta span {
  max-width: 42%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.goal-notice-stack__meta strong {
  color: #fff;
  font-weight: 750;
}

.goal-notice-stack__match {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto minmax(0, 1fr) 24px;
  align-items: center;
  gap: 4px;
  min-height: 30px;
  font-size: 15px;
  line-height: 30px;
}

.goal-notice-stack__team {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goal-notice-stack__team.is-home { text-align: right; }
.goal-notice-stack__team.is-away { text-align: left; }

.goal-notice-stack__score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 48px;
  font-weight: 750;
}

.goal-notice-stack__score b { color: #fff; }
.goal-notice-stack__score b.is-scoring { color: #f9af06; }
.goal-notice-stack__score i { color: rgba(255, 255, 255, .76); font-style: normal; }

.goal-notice-stack__ball {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff;
  opacity: 0;
}

.goal-notice-stack__ball.is-visible { opacity: 1; }
.goal-notice-stack__ball svg { width: 22px; height: 22px; }

@keyframes goal-notice-slide-in {
  from { opacity: 0; transform: translateX(108%); }
  to { opacity: 1; transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .goal-notice-stack__item.is-entering { animation: none; }
}

.reference-score-table__corner {
  padding: 6px 2px !important;
  color: #666971;
  font-size: 11px;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.reference-score-table__odds-cell {
  padding: 0 2px !important;
}

.reference-score-table__odds-layout {
  width: 100%;
  max-width: 100%;
  min-height: 26px;
  padding: 3px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
  align-items: center;
  text-align: center;
  overflow: visible;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.reference-score-table__odds-group {
  min-width: max-content;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 1px;
  color: #b1b1b1;
  line-height: 16px;
  white-space: nowrap;
}

.reference-score-table__odds-group > span {
  display: inline-block;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  vertical-align: baseline;
}

.reference-score-table__odds-group:first-child {
  justify-self: end;
}

.reference-score-table__odds-group:last-child {
  justify-self: start;
}

.reference-score-table__odds-label {
  color: #a5454d;
}

.reference-score-table__odds-value {
  min-width: 0;
  justify-self: center;
  padding: 0;
  color: #a05050;
  font-family: Arial, sans-serif;
  line-height: 16px;
  text-align: center;
  border-radius: 1px;
}

.reference-score-table__odds-value.is-odds-up {
  background-color: #FFE6F3;
}

.reference-score-table__odds-value.is-odds-down {
  background-color: #DCFFB9;
}

.reference-score-table__odds-value.is-line {
  color: #333;
}

.reference-score-table__odds-value.is-total-line {
  color: #400000;
}

.reference-score-table__odds-value.is-negative {
  color: #008000;
}

.reference-score-table__live {
  color: #90765b;
  font-size: 12px;
}

.reference-score-table__action {
  padding: 0 4px !important;
  color: #1682ff;
  text-align: center;
}

.reference-score-table__action svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}

.reference-score-table .card-badge {
  flex: 0 0 auto;
}

@media (max-width: 1024px) {
  body {
    background: #fff;
  }

  .site-shell {
    width: 100%;
    box-shadow: none;
  }

  .site-header {
    height: var(--app-header-height);
    padding: var(--safe-area-top) 7px 0;
  }

  .brand__logo {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }

  .brand__name {
    font-size: 20px;
  }

  .settings-button {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
  }

  .header-actions > .filter-button {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .settings-modal {
    padding: 0;
    align-items: stretch;
  }

  .settings-modal__dialog {
    width: 100vw;
    height: 100%;
    max-height: none;
    border-width: 0;
    border-radius: 0;
  }

  .navigation-stage {
    padding: 0;
  }

  .score-navigation,
  .score-navigation__item {
    height: 40px;
  }

  .score-navigation {
    top: 0;
    padding: 0;
    border-radius: 0;
  }

  .score-navigation__item {
    font-size: 13px;
  }

  .score-navigation__item::after {
    right: 31%;
    left: 31%;
  }

  .content-tail {
    padding: 32px 18px;
  }

  .content-tail__section + .content-tail__section {
    margin-top: 26px;
    padding-top: 26px;
  }

  .site-footer {
    padding: 0 18px;
  }

  .site-footer__about {
    padding-top: 28px;
  }

  .site-footer__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid #e3e9f0;
    border-left: 1px solid #e3e9f0;
  }

  .site-footer__links li {
    justify-content: center;
    min-height: 42px;
    border-right: 1px solid #e3e9f0;
    border-bottom: 1px solid #e3e9f0;
  }

  .site-footer__links li + li::before {
    display: none;
  }

  .site-footer__copyright {
    margin-right: -18px;
    margin-left: -18px;
  }

  .score-board__head,
  .score-match {
    grid-template-columns: 58px 48px minmax(0, 1fr) 44px minmax(0, 1fr) 34px;
  }

  .score-board__head {
    height: 27px;
    font-size: 11px;
  }

  .score-match {
    min-height: 74px;
    grid-template-rows: 47px 27px;
  }

  .score-match__league,
  .score-match__home,
  .score-match__away {
    font-size: 10px;
  }

  .score-match__time,
  .score-match__time strong {
    font-size: 10px;
  }

  .score-match__score {
    font-size: 16px;
  }

  .score-match__odds {
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
    font-size: 9px;
  }
}

@media (max-width: 380px) {
  .competition-filter__list {
    padding-right: 6px;
    padding-left: 6px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
  }

  .competition-filter__item {
    padding-right: 3px;
    padding-left: 3px;
    gap: 2px;
  }

  .competition-filter__actions {
    gap: 4px;
  }

  .competition-filter__action {
    min-width: 48px;
    padding: 0 7px;
  }

}

/* 6T Sports reference navigation. */

.sports-tabs-stage {
  position: sticky;
  z-index: 59;
  top: var(--app-header-height);
  height: 51px;
  padding: 4px 10px 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #5f9df6;
  background-image: url("/assets/images/top-bg.png");
  background-repeat: no-repeat;
  background-position: center calc(0px - var(--app-header-height));
  background-size: 100% auto;
  border: 0;
}

.sports-tabs {
  width: 100%;
  height: 39px;
  padding: 4px;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(75, 139, 236, .56);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(116, 174, 255, .78);
}

.sports-tabs::-webkit-scrollbar {
  display: none;
}

.sports-tabs__item {
  position: relative;
  height: 30px;
  min-width: 0;
  padding: 0 6px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #454a55;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  white-space: nowrap;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}

.sports-tabs__item + .sports-tabs__item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 18px;
  background: #6d9ff1;
}

.sports-tabs__item:hover,
.sports-tabs__item:focus-visible {
  color: #1678ff;
  background: #f2f6ff;
}

.sports-tabs__item:focus-visible {
  outline: 2px solid rgba(22, 120, 255, .32);
  outline-offset: 1px;
}

.sports-tabs__item.is-active {
  background: #639bf3;
  color: #fff;
  font-weight: 800;
}

.sports-tabs__item.is-active::before,
.sports-tabs__item.is-active + .sports-tabs__item::before {
  opacity: 0;
}

.sports-tabs__item:active {
  transform: scale(.97);
}

.content-surface {
  position: relative;
  z-index: 19;
  overflow: hidden;
  border-radius: 17px 17px 0 0;
  isolation: isolate;
  background: transparent;
}

.content-surface > .content-panel {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.market-tabs {
  position: relative;
  height: 40px;
  padding: 0 8px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  overflow: hidden;
  background: #fff;
}

.market-tabs__item {
  position: relative;
  min-width: 0;
  height: 40px;
  padding: 0 3px;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: #4c515b;
  font-size: 13px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: color .18s ease, font-weight .18s ease;
}

.market-tabs__item span {
  color: #747b88;
  font-size: 12px;
  font-weight: 400;
}

.market-tabs__item:hover,
.market-tabs__item:focus-visible {
  outline: none;
  color: #4d8ff3;
}

.market-tabs__item::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background: #5d9df7;
  opacity: 0;
  transform: translateX(-50%) scaleX(.4);
  transition: opacity .18s ease, transform .18s ease;
}

.market-tabs__item.is-active {
  color: #4d8ff3;
  font-weight: 800;
}

.market-tabs__item.is-active::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.channel-date-nav {
  padding: 7px 9px 9px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.channel-date-nav[hidden] {
  display: none;
}

.channel-date-nav:not([hidden]) {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.channel-date-nav:not([hidden]) + .content-panel {
  border-radius: 0;
}

.channel-date-nav__list {
  display: grid;
  grid-template-columns: repeat(7, minmax(74px, 1fr));
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.channel-date-nav__list::-webkit-scrollbar {
  display: none;
}

.channel-date-nav__item {
  min-width: 74px;
  height: 38px;
  padding: 3px 5px;
  border: 1px solid #dce5f0;
  border-radius: 7px;
  background: #f7f9fc;
  color: #4a5665;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  scroll-snap-align: start;
  cursor: pointer;
}

.channel-date-nav__item strong,
.channel-date-nav__item span {
  display: block;
}

.channel-date-nav__item strong {
  font-size: 12px;
  font-weight: 700;
}

.channel-date-nav__item.is-active {
  border-color: #1678ff;
  background: #1678ff;
  color: #fff;
  box-shadow: 0 3px 9px rgba(22, 120, 255, .2);
}

.channel-date-nav__item:disabled {
  cursor: wait;
}

@media (max-width: 1024px) {
  .channel-date-nav {
    height: 44px;
    padding: 6px 3px 0;
    border-bottom: 0;
    box-sizing: border-box;
  }

  .channel-date-nav__list {
    height: 38px;
    display: flex;
    justify-content: space-between;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: none;
  }

  .channel-date-nav__item {
    width: calc((100% - 21px) / 7);
    min-width: 0;
    height: 38px;
    padding: 5px 0;
    flex: 0 0 calc((100% - 21px) / 7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-color: #e1e1e1;
    border-radius: 4px;
    background: #fff;
    color: #666;
    font-size: 12px;
    line-height: 14px;
    scroll-snap-align: none;
  }

  .channel-date-nav__item strong {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }

  .channel-date-nav__item span {
    font-size: 11px;
    line-height: 14px;
  }

  .channel-date-nav__item.is-active {
    border-color: rgba(22, 120, 255, .4);
    background: rgba(22, 120, 255, .1);
    color: #1678ff;
    box-shadow: none;
  }
}

.navigation-stage {
  top: 0;
  background: #fff;
}

.score-navigation {
  border-radius: 0;
  box-shadow: 0 1px 0 #e9eef5;
}

@media (min-width: 1025px) {
  .sports-tabs {
    gap: 8px;
  }
}

@media (max-width: 380px) {
  .sports-tabs {
    gap: 2px;
  }

  .sports-tabs__item {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }
}

/* SPBO score table parity. */

.reference-score-table {
  border-collapse: separate;
  border-spacing: 1px;
  background: #e6e9ee;
  color: #000;
  font-family: "Noto Sans SC", Arial, sans-serif;
  font-size: 14px;
}

.reference-score-table th {
  height: 20px;
  padding: 0;
  background: #004080;
  color: #fff;
  font-family: "Noto Sans SC", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.reference-score-table td {
  padding: 0;
  font-size: 14px;
}

.reference-score-table__main,
.reference-score-table__odds {
  background: #fff;
}

.reference-score-table__main.is-alt,
.reference-score-table__odds.is-alt {
  background: #eee;
}

.reference-score-table__league,
.reference-score-table__time,
.reference-score-table__half {
  height: 42px;
}

.reference-score-table__league {
  padding: 0 2px !important;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.reference-score-table__time {
  padding: 0 !important;
  font-family: "Noto Sans SC", Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.reference-score-table__time-value {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
}

.reference-score-table__time-value.is-live {
  display: block;
  width: auto;
  margin: 0;
  color: #000;
  font-family: "Noto Sans SC", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.reference-score-table__time-value.is-live.is-halftime {
  color: #FF8000;
  font-size: 12px;
  font-weight: 400;
}

.reference-score-table__minute-tick {
  display: inline-block;
  animation: live-minute-tick-blink 1s step-end infinite;
}

.reference-score-table__minute-tick.is-first-phase {
  color: #3636FE;
}

.reference-score-table__minute-tick.is-second-phase {
  color: #FE3936;
}

@keyframes live-minute-tick-blink {
  0%, 49% {
    opacity: 1;
  }

  50%, 100% {
    opacity: 0;
  }
}

.reference-score-table__time-value.is-live::after {
  display: none;
  content: none;
  animation: none;
}

.reference-score-table__time-value.is-special,
.reference-score-table__time-value.is-finished {
  color: #f00;
  font-family: "Noto Sans SC", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

html:lang(zh-CN) .reference-score-table__time-value.is-live,
html:lang(zh-CN) .reference-score-table__time-value.is-special,
html:lang(zh-CN) .reference-score-table__time-value.is-finished,
html:lang(zh-CN) .reference-score-table__time-value.is-stale,
html:lang(zh-TW) .reference-score-table__time-value.is-live,
html:lang(zh-TW) .reference-score-table__time-value.is-special,
html:lang(zh-TW) .reference-score-table__time-value.is-finished,
html:lang(zh-TW) .reference-score-table__time-value.is-stale {
  max-width: 100%;
  font-size: 12px;
  line-height: 14px;
  white-space: normal;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.reference-score-table__time-original {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .reference-score-table__minute-tick {
    animation: none;
  }
}

.reference-score-table__message-cell {
  height: auto;
  padding: 0 !important;
  background: transparent;
  color: #8a95a2;
  text-align: center;
}

.reference-score-table__state-card {
  width: 100%;
  min-height: 76px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e9ef;
  border-radius: 10px;
  background: #fff;
  line-height: 20px;
  box-shadow: 0 1px 2px rgba(34, 51, 74, .03);
}

.reference-score-table__state-card.is-loading {
  color: #7b8794;
}

.reference-score-table.is-loading {
  border-spacing: 0;
  background: transparent;
}

.reference-score-table.is-loading td {
  border: 0 !important;
}

.content-panel:has(.reference-score-table.is-loading) {
  min-height: 0;
  padding-bottom: 0;
}

.reference-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45em;
  color: inherit;
  font: inherit;
  white-space: nowrap;
}

.reference-loading__icon {
  width: 1.18em;
  height: 1.18em;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  animation: reference-loading-spin .85s linear infinite;
}

.reference-loading__text {
  color: inherit;
  font: inherit;
}

@keyframes reference-loading-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reference-loading__icon {
    animation-duration: 1.8s;
  }
}

.reference-score-table__teams {
  min-height: 42px;
  height: 42px;
  padding: 0;
  grid-template-columns: minmax(0, 120fr) 45fr minmax(0, 120fr);
  align-items: stretch;
}

.reference-score-table__team {
  min-height: 42px;
  padding: 0 2px;
  color: #000;
  font-family: "Noto Sans SC", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.reference-score-table__team-cell,
.reference-score-table__score-cell {
  height: 42px;
  padding: 0 !important;
}

.reference-score-table__ranking {
  color: #555;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: 400;
}

.reference-score-table__score {
  max-width: 100%;
  min-height: 42px;
  padding: 0;
  color: #0000ff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.reference-score-table__score.is-score-xl {
  font-size: 13px;
  letter-spacing: -.2px;
}

.reference-score-table__score.is-score-xxl {
  font-size: 12px;
  letter-spacing: 0;
}

.reference-score-table__score.is-score-xxl > span {
  display: inline-block;
  transform: scaleX(.76);
  transform-origin: center;
}

.reference-score-table__score.is-versus {
  width: 100%;
  max-width: 38px;
  min-width: 32px;
  margin: 0 auto;
  color: #00f;
  cursor: default;
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}

.reference-score-table td.reference-score-table__half {
  padding: 0 !important;
  color: #f00;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.reference-score-table__half > span {
  max-width: 100%;
  display: inline-block;
  white-space: nowrap;
}

.reference-score-table td.reference-score-table__half.is-half-xl {
  font-size: 10px;
  letter-spacing: -.15px;
}

.reference-score-table td.reference-score-table__half.is-half-xxl {
  font-size: 9px;
}

.reference-score-table__half.is-half-xxl > span {
  transform: scaleX(.75);
  transform-origin: center;
}

.reference-score-table__odds {
  height: 20px;
  color: #a05050;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.reference-score-table__notice,
.reference-score-table__corner-note {
  height: 20px;
  background: #fff;
  color: #ff00ff;
  font-family: "Noto Sans SC", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.reference-score-table__notice-cell,
.reference-score-table__corner-note-cell {
  height: 20px;
  padding: 0 !important;
  background: #fff;
  color: #ff00ff;
  text-align: center;
}

.reference-score-table__odds-cell {
  padding: 0 !important;
}

.reference-score-table__odds-layout {
  min-height: 20px;
  height: 20px;
  padding: 0;
  grid-template-columns: minmax(0, 240fr) 35fr minmax(0, 210fr);
}

.reference-score-table__odds-group,
.reference-score-table__odds-group > span {
  color: #a05050;
  font-family: Arial, sans-serif;
  font-size: 14px;
  gap: 0;
  line-height: normal;
}

.reference-score-table__odds-home {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-self: end;
  white-space: nowrap;
}

.reference-score-table__odds-group > .reference-score-table__odds-prefix,
.reference-score-table__odds-group > .reference-score-table__odds-paren {
  color: #c0c0c0;
  font-size: 12px;
}

.reference-score-table__odds-value + .reference-score-table__odds-value {
  margin-left: 3px;
}

.reference-score-table__odds-value {
  color: #a05050;
  font-family: Arial, sans-serif;
  line-height: normal;
}

.reference-score-table__odds-value.is-line {
  color: #333;
}

.reference-score-table__odds-value.is-total-line {
  color: #400000;
}

.reference-score-table__odds-value.is-negative {
  color: #008000;
}

.reference-score-table__live {
  min-width: 35px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reference-score-table__live img {
  width: 10px;
  height: 10px;
  display: block;
}

.reference-score-table__tv {
  margin-right: 3px;
  display: inline-flex;
  align-items: center;
  color: #f00;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  vertical-align: middle;
}

.reference-score-table__tv img {
  width: 15px;
  height: 15px;
  margin-right: 1px;
}

.reference-score-table__action {
  padding: 0 !important;
  color: #0000ff;
}

html:lang(en) .reference-score-table {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
}

html:lang(en) .reference-score-table th {
  height: 14px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: normal;
}

html:lang(en) .reference-score-table td {
  font-size: 12px;
}

html:lang(en) .reference-score-table__league,
html:lang(en) .reference-score-table__time,
html:lang(en) .reference-score-table__team {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
}

html:lang(en) .reference-score-table__time-value,
html:lang(en) .reference-score-table__time-value.is-live,
html:lang(en) .reference-score-table__time-value.is-special,
html:lang(en) .reference-score-table__time-value.is-finished {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
}

html:lang(en) .reference-score-table__score {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

html:lang(en) .reference-score-table__notice,
html:lang(en) .reference-score-table__corner-note {
  height: 14px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: normal;
}

html:lang(en) .reference-score-table__notice-cell,
html:lang(en) .reference-score-table__corner-note-cell {
  height: 14px;
}

html:lang(en) .reference-score-table__odds {
  height: 26px;
}

html:lang(en) .reference-score-table__odds-layout {
  min-height: 26px;
  height: 26px;
}

html:lang(en) .reference-score-table__odds-group,
html:lang(en) .reference-score-table__odds-group > span {
  font-family: Arial, sans-serif;
  font-size: 14px;
}

html:lang(en) .reference-score-table__odds-group > .reference-score-table__odds-prefix {
  font-size: 12px;
}

html:lang(en) .reference-score-table__odds-group > .reference-score-table__odds-paren {
  font-size: 14px;
}

.reference-score-table__team-link {
  width: 100%;
  min-width: 0;
  display: block;
  color: inherit;
  text-decoration: none;
}

.reference-score-table__team-link:hover .reference-score-table__team-name,
.reference-score-table__team-link:focus-visible .reference-score-table__team-name {
  color: #004080 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.reference-score-table__team-link:focus-visible {
  outline: 1px dotted #004080;
  outline-offset: -1px;
}

.match-detail[hidden] {
  display: none;
}

[class~="site-shell"].is-match-detail > .site-header,
[class~="site-shell"].is-match-detail > [class~="sports-tabs-stage"],
[class~="site-shell"].is-match-detail > .content-surface,
[class~="site-shell"].is-match-detail > .market-tabs,
[class~="site-shell"].is-match-detail > .channel-date-nav,
[class~="site-shell"].is-match-detail > .competition-filter,
[class~="site-shell"].is-match-detail > .content-panel {
  display: none !important;
}

html.is-detail-pending,
html.is-detail-pending body,
html.is-detail-pending .site-shell,
html.is-detail-pending .match-detail {
  background: #fff;
}

.match-detail {
  min-height: 100vh;
  padding-bottom: 24px;
  background: #f1f4f8;
  color: #243342;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.match-detail__topbar {
  position: sticky;
  z-index: 30;
  top: 0;
  min-height: calc(40px + var(--safe-area-top));
  margin-bottom: calc(-40px - var(--safe-area-top));
  padding: var(--safe-area-top) 7px 0;
  display: grid;
  grid-template-columns: 32px 184px 32px;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  background: rgb(144 201 211 / 8%);
  color: #fff;
  box-shadow: none;
}

.match-detail__topbar-title {
  min-width: 0;
  width: 184px;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .45);
  white-space: nowrap;
}

.match-detail__topbar-button {
  width: 30px;
  height: 30px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .27);
  border-radius: 8px;
  background: rgba(3, 21, 24, .32);
  color: #fff;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.match-detail__topbar-button:hover,
.match-detail__topbar-button:focus-visible {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .13);
  outline: none;
}

.match-detail__topbar-button .lucide {
  width: 18px;
  height: 18px;
  display: block;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.match-detail__hero {
  position: relative;
  min-height: calc(176px + var(--safe-area-top));
  padding: calc(49px + var(--safe-area-top)) 18px 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px minmax(0, 1fr);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5, 24, 18, .76), rgba(10, 35, 26, .42) 50%, rgba(5, 24, 18, .76)),
    url("/assets/images/match-detail-stadium.jpg") center / cover no-repeat;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .7);
}

.match-detail__hero.is-basketball {
  background:
    linear-gradient(90deg, rgba(5, 18, 32, .78), rgba(10, 36, 56, .38) 50%, rgba(5, 18, 32, .78)),
    url("/assets/images/match-detail-basketball.jpg") center / cover no-repeat;
}

.match-detail__live-badge {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 9px;
  min-width: 48px;
  height: 22px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 4px;
  background: #e74455;
  box-shadow: 0 2px 7px rgba(65, 8, 18, .28);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
}

.match-detail__live-badge .match-live-icon {
  width: 11px;
  height: 11px;
  flex-basis: 11px;
}

.match-detail__live-badge:hover,
.match-detail__live-badge:focus-visible {
  background: #d93649;
  outline: 2px solid rgba(255, 255, 255, .86);
  outline-offset: 1px;
}

.match-detail__live-badge.is-replay {
  background: #7654c5;
}

.match-detail__live-badge.is-pending {
  background: #f2f4f7;
  box-shadow: none;
  color: #7f8894;
  cursor: default;
  pointer-events: none;
}

.match-detail__team {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 3px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  line-height: 18px;
  text-align: center;
  word-break: break-word;
  cursor: pointer;
}

.match-detail__team:hover,
.match-detail__team:focus-visible {
  color: #ffdc62;
  outline: none;
}

.match-detail__team.is-selected {
  color: #fff;
  font-weight: 700;
}

.match-detail__team.is-selected::after {
  display: none;
}

.match-detail__team-name {
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  max-width: 100%;
  text-align: center;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.match-detail__scoreboard {
  position: relative;
  z-index: 1;
  text-align: center;
}

.match-detail__competition-line,
.match-detail__status {
  font-size: 12px;
  line-height: 18px;
}

.match-detail__competition-line {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap;
}

.match-detail__status.is-halftime {
  color: #fff;
}

.match-detail__score {
  margin: 1px 0 0;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1px;
}

.match-detail__secondary-score {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  min-height: 17px;
  white-space: nowrap;
}

.match-detail__half,
.match-detail__corners {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .78);
  word-break: keep-all;
  overflow-wrap: normal;
  white-space: nowrap;
}

.match-detail__half {
  min-height: 17px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 650;
  line-height: 17px;
}

.match-detail__half > span {
  margin-right: 3px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 800;
}

.match-detail__corners {
  min-height: 16px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 650;
  line-height: 16px;
}

.match-detail__corners > span {
  margin-right: 3px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
}

.match-detail__tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #d8e0e8;
  background: #fff;
}

.match-detail__tab {
  height: 40px;
  border: 0;
  border-right: 1px solid #e2e7ec;
  background: #fff;
  color: #3d4d5c;
  font-size: 13px;
  cursor: pointer;
}

.match-detail__tab:last-child {
  border-right: 0;
}

.match-detail__tab.is-active {
  background: #2876ee;
  color: #fff;
}

.match-detail__tab:hover:not(.is-active),
.match-detail__tab:focus-visible:not(.is-active) {
  background: #f3f7fb;
  outline: none;
}

.match-detail__content {
  padding: 0 0 16px;
  background: #fff;
}

.match-detail__accordions {
  border-top: 1px solid #e8edf2;
}

.match-detail__accordion {
  border-bottom: 1px solid #e8edf2;
  background: transparent;
}

.match-detail__accordion > summary {
  min-height: 44px;
  padding: 10px 4px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 9px;
  align-items: center;
  gap: 8px;
  color: #354657;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  list-style: none;
  cursor: pointer;
}

.match-detail__accordion > summary::-webkit-details-marker {
  display: none;
}

.match-detail__accordion > summary > span {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.match-detail__accordion > summary > i {
  width: 7px;
  height: 7px;
  display: block;
  border-right: 1.5px solid #728090;
  border-bottom: 1.5px solid #728090;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease;
}

.match-detail__accordion[open] > summary {
  color: #176a86;
}

.match-detail__accordion[open] > summary > i {
  transform: translateY(2px) rotate(225deg);
}

.match-detail__accordion > summary:focus-visible {
  outline: 2px solid rgba(23, 106, 134, .32);
  outline-offset: -2px;
}

.match-detail__accordion-body {
  padding: 0 4px 12px;
  background: transparent;
  color: #667483;
  font-size: 12px;
  line-height: 18px;
}

.match-detail__accordion-body.is-form {
  padding: 0;
  text-align: center;
}

.match-detail__accordion-body.is-data,
.match-detail__accordion-body.is-live {
  padding: 0;
}

.match-detail__section-heading,
.match-detail__odds-heading {
  min-height: 36px;
  padding: 5px 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: transparent;
  color: #657586;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

.match-detail__odds-heading {
  padding: 7px 4px;
}

.match-detail__odds-switch {
  padding: 1px;
  display: inline-flex;
  border-radius: 6px;
  background: #eef3f6;
}

.match-detail__odds-switch button {
  min-width: 54px;
  height: 26px;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #5c6d7d;
  font: inherit;
  cursor: pointer;
}

.match-detail__odds-switch button.is-active {
  background: #dcecf3;
  color: #176a86;
  box-shadow: none;
}

.match-detail__odds-switch button:focus-visible {
  outline: 2px solid rgba(23, 106, 134, .3);
}

.match-detail__data-wrap {
  width: 100%;
  overflow-x: auto;
}

.match-detail__more {
  width: 100%;
  min-height: 38px;
  padding: 8px;
  border: 0;
  border-top: 1px solid #eef2f5;
  background: transparent;
  color: #527387;
  font: inherit;
  cursor: pointer;
}

.match-detail__more > span {
  width: 6px;
  height: 6px;
  margin: -3px 0 0 7px;
  display: inline-block;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.match-detail__more[aria-expanded="true"] > span {
  margin-top: 3px;
  transform: rotate(225deg);
}

.match-detail__more:focus-visible {
  outline: 2px solid rgba(23, 106, 134, .26);
  outline-offset: -2px;
}

.match-detail__inline-state {
  min-height: 86px;
  padding: 24px 12px;
  display: grid;
  place-items: center;
  color: #7c8793;
  text-align: center;
}

.match-detail__inline-state.is-error {
  color: #b64a4a;
}

.match-detail__panel {
  overflow: hidden;
  border: 1px solid #cbd5df;
  background: #fff;
}

.match-detail__panel + .match-detail__panel {
  margin-top: 10px;
}

.match-detail__panel-title {
  min-height: 27px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #367da3;
  color: #fff;
  font-family: Arial, "PingFang SC", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.match-detail__facts,
.match-detail__odds,
.match-detail__events {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
}

.match-detail__facts th,
.match-detail__facts td,
.match-detail__odds th,
.match-detail__odds td,
.match-detail__events th,
.match-detail__events td {
  height: 36px;
  padding: 7px 6px;
  border: 0;
  border-bottom: 1px solid #edf1f4;
  text-align: center;
}

.match-detail__facts th,
.match-detail__odds th {
  background: #f7f9fb;
  color: #71808e;
  font-weight: 600;
}

.match-detail__facts td,
.match-detail__odds td,
.match-detail__events td {
  background: transparent;
  color: #344352;
}

.match-detail__odds thead th {
  background: #f7f9fb;
}

.match-detail__odds-time {
  line-height: 14px;
}

.match-detail__odds-time small {
  display: block;
  color: #82909c;
  font-size: 10px;
}

.match-detail__odds-value {
  display: inline-block;
  min-width: 34px;
  padding: 2px 5px;
  border-radius: 2px;
  color: #344352;
  font-weight: 600;
  line-height: 16px;
}

.match-detail__odds-value.is-up {
  background-color: #ffe6f3;
}

.match-detail__odds-value.is-down {
  background-color: #dcffb9;
}

.match-detail__odds-value.is-line {
  color: #333;
}

.match-detail__odds-value.is-line.is-changed {
  background-color: #ffb0c8;
}

.match-detail__odds-value.is-line.is-negative {
  color: #008000;
}

.match-detail__odds-value.is-empty {
  color: #82909c;
  font-weight: 400;
}

.match-detail__live-table {
  width: 100%;
  color: #344352;
  font-size: 12px;
}

.match-detail__live-header,
.match-detail__live-row {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
}

.match-detail__live-header {
  min-height: 40px;
  align-items: center;
  border-top: 1px solid #edf1f4;
  border-bottom: 1px solid #e8edf1;
  background: #f6f8fa;
  color: #526373;
  text-align: center;
}

.match-detail__live-header-matchup,
.match-detail__live-matchup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
  align-items: center;
}

.match-detail__live-header-matchup > i {
  font-style: normal;
}

.match-detail__live-header-matchup > i:first-child {
  padding-right: 5px;
  text-align: right;
}

.match-detail__live-header-matchup > i:nth-child(2) {
  text-align: center;
}

.match-detail__live-header-matchup > i:last-child {
  padding-left: 5px;
  text-align: left;
}

.match-detail__live-row {
  min-height: 44px;
  border-bottom: 1px solid #edf1f4;
  background: #fff;
}

.match-detail__live-row:nth-child(even) {
  background: #f8fafb;
}

.match-detail__live-kind {
  padding: 7px 4px;
  display: grid;
  place-items: center;
  border-right: 1px solid #edf1f4;
  color: #526373;
}

.match-detail__live-legend {
  min-height: 42px;
  padding: 9px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  border-top: 1px solid #e2e7ec;
  color: #71808e;
  font-size: 11px;
  line-height: 18px;
}

.match-detail__live-legend > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.match-detail__live-legend i {
  font-style: normal;
}

.match-detail__live-legend .match-detail__event-icon.is-goal {
  font-size: 16px;
}

.match-detail__event-side {
  padding: 6px 12px;
}

.match-detail__event-side.is-home {
  text-align: right;
}

.match-detail__event-side.is-away {
  text-align: left;
}

.match-detail__event-minute {
  display: block;
  color: #657482 !important;
  font-family: Arial, sans-serif;
  font-size: 11px;
  text-align: center;
}

.match-detail__event {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.match-detail__event-icon {
  width: 10px;
  height: 13px;
  display: inline-block;
  border-radius: 1px;
  background: #ffc800;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
}

.match-detail__event-icon.is-red {
  background: #ec1f2f;
}

.match-detail__event-icon.is-goal {
  width: auto;
  height: auto;
  background: none;
  box-shadow: none;
  font-size: 14px;
}

.match-detail__event-icon.is-correction {
  width: auto;
  height: auto;
  background: none;
  box-shadow: none;
  color: #7c8793;
  font-size: 15px;
}

.match-detail__empty,
.match-detail__loading,
.match-detail__error {
  min-height: 120px;
  padding: 36px 16px;
  display: grid;
  place-items: center;
  border: 1px solid #d6dee7;
  background: #fff;
  color: #7c8793;
  font-size: 13px;
  text-align: center;
}

.match-detail__loading {
  border: 0;
  background: #fff;
}

.match-detail > .match-detail__loading {
  min-height: 100vh;
  padding-top: calc(76px + var(--safe-area-top));
}

.match-detail > .match-detail__error {
  padding-top: calc(76px + var(--safe-area-top));
}

.match-detail__error {
  color: #b64a4a;
}

.match-detail__record-summary {
  padding: 10px 4px;
  border-top: 1px solid #e2e7ec;
  background: transparent;
  color: #71808e;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

.match-detail__record-summary strong {
  color: #176a86;
}

.match-detail__record-summary strong.is-positive {
  color: #e05262;
}

.match-detail__record-summary strong.is-neutral {
  color: #4b7fbe;
}

.match-detail__record-summary strong.is-negative {
  color: #18a270;
}

.match-detail__record-toolbar {
  min-height: 50px;
  padding: 8px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #edf1f4;
}

.match-detail__record-filters,
.match-detail__record-count {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.match-detail__record-filters button,
.match-detail__record-count button {
  height: 28px;
  border: 0;
  color: #5e7181;
  font: inherit;
  cursor: pointer;
}

.match-detail__record-filters button {
  padding: 0 11px;
  border-radius: 14px;
  background: #f1f5f7;
}

.match-detail__record-filters button[data-detail-record-filter="competition"] {
  max-width: clamp(64px, 20vw, 120px);
  min-width: 0;
  flex: 0 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.match-detail__record-filters button.is-active {
  background: #e2f0f5;
  color: #176a86;
}

.match-detail__record-count {
  gap: 1px;
  padding: 2px;
  border-radius: 16px;
  background: #f1f5f7;
}

.match-detail__record-count button {
  min-width: 34px;
  padding: 0 7px;
  border-radius: 14px;
  background: transparent;
  font-family: Arial, sans-serif;
}

.match-detail__record-count button.is-active {
  background: #fff;
  color: #176a86;
  box-shadow: 0 1px 4px rgba(42, 71, 91, .12);
}

.match-detail__record-filters button:focus-visible,
.match-detail__record-count button:focus-visible {
  outline: 2px solid rgba(23, 106, 134, .28);
  outline-offset: 1px;
}

.match-detail__record-list {
  width: 100%;
}

.match-detail__record-table {
  width: 100%;
  color: #344352;
  font-size: 12px;
}

.match-detail__record-header,
.match-detail__record-row {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 42px minmax(0, 1fr) 44px 44px;
}

.match-detail__record-header {
  min-height: 40px;
  align-items: center;
  border-top: 1px solid #edf1f4;
  border-bottom: 1px solid #e8edf1;
  background: #f6f8fa;
  color: #526373;
  text-align: center;
}

.match-detail__record-header > span {
  min-width: 0;
  padding: 4px 2px;
  line-height: 15px;
  overflow-wrap: anywhere;
}

.match-detail__record-row {
  min-height: 52px;
  border-bottom: 1px solid #edf1f4;
  background: #fff;
}

.match-detail__record-row:nth-child(even) {
  background: #f8fafb;
}

.match-detail__record-row.is-current {
  box-shadow: inset 2px 0 0 #62a9c1;
}

.match-detail__record-date {
  padding: 7px 4px;
  display: grid;
  place-content: center;
  border-right: 1px solid #edf1f4;
  color: #526373;
  line-height: 16px;
  text-align: center;
}

.match-detail__record-date time {
  color: #293b4c;
  font: 600 10px/15px Arial, sans-serif;
}

.match-detail__record-date span {
  font-size: 11px;
}

.match-detail__record-row > span {
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.match-detail__record-team {
  min-width: 0;
  padding: 5px;
  color: #929da6;
  font-size: 12px;
  line-height: 17px;
  word-break: break-word;
}

.match-detail__record-team.is-subject {
  color: #344352;
}

.match-detail__record-team.is-home {
  justify-content: flex-end;
  text-align: right;
}

.match-detail__record-team.is-away {
  justify-content: flex-start;
  text-align: left;
}

.match-detail__record-handicap.is-win,
.match-detail__record-goals.is-over {
  color: #f00;
}

.match-detail__record-handicap.is-loss,
.match-detail__record-goals.is-under {
  color: #00f;
}

.match-detail__record-handicap.is-draw,
.match-detail__record-goals.is-draw {
  color: #008000;
}

.match-detail__record-handicap,
.match-detail__record-goals {
  flex-direction: column;
  gap: 1px;
  font-family: Arial, sans-serif;
  white-space: nowrap;
}

.match-detail__record-handicap > span,
.match-detail__record-goals > span {
  font-weight: 400;
  line-height: 15px;
}

.match-detail__record-handicap > strong,
.match-detail__record-goals > strong {
  font-weight: 700;
  line-height: 15px;
}

.match-detail__record-score strong,
.match-detail__record-score small {
  display: block;
  font-family: Arial, sans-serif;
  text-align: center;
}

.match-detail__record-score {
  flex-direction: column;
}

.match-detail__record-score strong {
  color: #f05263;
  font-size: 14px;
  line-height: 17px;
}

.match-detail__record-score small {
  color: #97a1aa;
  font-size: 9px;
  line-height: 11px;
}

.match-detail__red-card {
  min-width: 12px;
  height: 13px;
  margin: 0 3px;
  padding: 0 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #e74455;
  color: #fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  line-height: 13px;
  vertical-align: middle;
}

html:lang(en) .match-detail {
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

html:lang(en) .match-detail__team {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
}

html:lang(en) .match-detail__tab,
html:lang(en) .match-detail__facts,
html:lang(en) .match-detail__odds,
html:lang(en) .match-detail__events,
html:lang(en) .match-detail__record-table {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
}

@media (max-width: 520px) {
  .match-detail__topbar-title {
    font-size: 12px;
  }

  .match-detail__hero {
    min-height: calc(176px + var(--safe-area-top));
    padding: calc(47px + var(--safe-area-top)) 8px 8px;
    grid-template-columns: minmax(0, 1fr) 112px minmax(0, 1fr);
  }

  .match-detail__team,
  html:lang(en) .match-detail__team {
    font-size: 12px;
    line-height: 16px;
  }

  .match-detail__score {
    font-size: 29px;
    line-height: 33px;
  }

  .match-detail__competition-line {
    font-size: 11px;
  }

  .match-detail__content {
    padding: 0 0 12px;
  }

  .match-detail__accordion > summary {
    min-height: 42px;
  }

  .match-detail__record-toolbar {
    padding-right: 4px;
    padding-left: 4px;
    gap: 6px;
  }

  .match-detail__record-filters {
    gap: 4px;
  }

  .match-detail__record-filters button {
    padding-right: 8px;
    padding-left: 8px;
  }

  .match-detail__record-count button {
    min-width: 30px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .match-detail__record-matchup {
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
  }

  .match-detail__record-team {
    font-size: 11px;
    line-height: 16px;
  }

  .match-detail__record-score strong {
    font-size: 13px;
  }

  .match-detail__red-card {
    min-width: 9px;
    margin-right: 1px;
    margin-left: 1px;
    padding: 0 1px;
    font-size: 8px;
  }

  .match-detail__record-summary {
    font-size: 10px;
  }

  .match-detail__facts th,
  .match-detail__facts td,
  .match-detail__odds th,
  .match-detail__odds td {
    padding-right: 4px;
    padding-left: 4px;
  }
}

/* Mobile match cards. Keep the table shell for live row replacement, but render
   every match as a vertically stacked card. */
.content-panel {
  background: #f3f5f7;
}

.match-status-filter {
  height: 40px;
  padding: 0 8px;
  border-bottom: 1px solid #e8edf3;
  background: #fff;
}

.match-status-filter[hidden] {
  display: none;
}

.match-status-filter__inner {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  overflow: hidden;
}

.match-status-filter__item {
  position: relative;
  min-width: 0;
  height: 40px;
  padding: 0 4px;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: #4c515b;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  transition: color .18s ease, font-weight .18s ease;
}

.match-status-filter__item:hover,
.match-status-filter__item:focus-visible {
  outline: none;
  color: #4d8ff3;
}

.match-status-filter__item::after {
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background: #5d9df7;
  content: "";
  opacity: 0;
  transform: translateX(-50%) scaleX(.4);
  transition: opacity .18s ease, transform .18s ease;
}

.match-status-filter__item.is-active {
  color: #4d8ff3;
  font-weight: 800;
}

.match-status-filter__item.is-active::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.reference-score-table,
html:lang(en) .reference-score-table {
  width: 100%;
  min-width: 0;
  display: block;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #f3f5f7;
  color: #202632;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  font-size: 13px;
}

.reference-score-table colgroup,
.reference-score-table thead {
  display: none;
}

.reference-score-table tbody {
  width: 100%;
  padding: 8px;
  display: grid;
  gap: 8px;
  background: #fff;
}

.reference-score-table tr.reference-score-table__main,
.reference-score-table tr.reference-score-table__main.is-alt {
  width: 100%;
  display: block;
  background: transparent;
}

.reference-score-table tr.match-ad-slot-row {
  width: 100%;
  display: block;
  background: transparent;
}

.reference-score-table .match-ad-slot-row > td {
  width: 100%;
  height: auto;
  padding: 0;
  display: block;
  border: 0;
  background: transparent;
}

.match-ad-slot {
  display: grid;
  gap: 6px;
}

.match-text-ad {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid #e5e9ef;
  border-radius: 10px;
  background-color: yellow;
  color: #FF0000;
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.match-image-slot,
.match-image-slot img {
  width: 100%;
  display: block;
}

.match-image-slot {
  overflow: hidden;
  border-radius: 10px;
}

.match-image-slot > a {
  display: block;
  color: inherit;
}

.match-image-slot img {
  height: auto;
}

html[data-msites-visual-editor] .match-ad-slot {
  padding: 6px 0;
}

html[data-msites-visual-editor] .is-editor-empty::before {
  content: attr(data-editor-placeholder);
  box-sizing: border-box;
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px dashed #9fb3c8;
  border-radius: 8px;
  background: #f8fafc;
  color: #64748b;
  font-size: 12px;
  line-height: 1;
}

html[data-msites-visual-editor] .match-image-slot.is-editor-empty::before {
  min-height: 84px;
}

.reference-score-table td.reference-score-table__card-cell,
html:lang(en) .reference-score-table td.reference-score-table__card-cell {
  width: 100%;
  height: auto;
  padding: 0 !important;
  display: block;
  border: 0;
  background: transparent;
  font-size: 13px;
}

.match-card {
  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  border: 1px solid #e5e9ef;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(26, 54, 88, .06);
}

.match-card--skeleton {
  pointer-events: none;
}

.match-skeleton__bar {
  display: block;
  border-radius: 5px;
  background: #e8edf2;
  animation: match-skeleton-pulse 1.45s ease-in-out infinite alternate;
}

.match-skeleton__bar.is-competition {
  width: min(34vw, 126px);
  height: 12px;
}

.match-skeleton__bar.is-badge {
  width: 42px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 7px;
}

.match-skeleton__bar.is-team {
  width: 76%;
  height: 14px;
  margin-top: 2px;
}

.match-skeleton__bar.is-team.is-home {
  justify-self: end;
}

.match-skeleton__bar.is-team.is-away {
  justify-self: start;
}

.match-skeleton__bar.is-score {
  width: 38px;
  height: 20px;
  justify-self: center;
}

.match-skeleton__bar.is-market {
  width: 100%;
  height: 27px;
  border-radius: 7px;
}

.match-skeleton__bar.is-market.is-handicap {
  grid-column: 1;
}

.match-skeleton__bar.is-market.is-total {
  grid-column: 3;
}

@keyframes match-skeleton-pulse {
  from {
    opacity: .58;
  }

  to {
    opacity: 1;
  }
}

.match-card::before,
.match-card::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  opacity: 0;
  transform: translateX(var(--score-slide-from, 0));
  pointer-events: none;
  will-change: opacity, transform;
}

.match-card__header {
  min-height: 0;
  padding: 2px 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #edf0f4;
  background: linear-gradient(135deg, #fff 0%, #fff 44%, #f7f9fc 44%, #fff 100%);
}

.match-card__meta {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.match-card__clock-slot {
  position: relative;
  width: 44px;
  height: 20px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  text-align: center;
}

.match-card__competition {
  min-width: 0;
  overflow: hidden;
  color: var(--league-color, #303743);
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.match-card__competition::before {
  width: 4px;
  height: 14px;
  margin-right: 6px;
  display: inline-block;
  border-radius: 999px;
  background: var(--league-color);
  content: "";
  vertical-align: -2px;
}

.match-card__clock {
  flex: 0 0 auto;
  color: #788392;
  font-size: 11px;
  font-weight: 650;
  line-height: 20px;
  white-space: nowrap;
}

.match-card__clock.is-live {
  color: #f15b52 !important;
}

.match-card__clock.is-finished,
.match-card__clock.is-alert {
  color: #e74455 !important;
}

.match-card__badges {
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 2px;
  flex: 0 0 auto;
}

.match-card__badge {
  height: 19px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-radius: 5px;
  background: #eef4ff;
  color: #5c88d9;
  font-size: 10px;
  font-weight: 700;
  line-height: 19px;
  white-space: nowrap;
}

.match-card__badge.is-live {
  background: #e8f1ff;
  color: #4d8ff3;
}

.match-card__badge.is-live:not(.is-replay):not(.is-pending) {
  animation: match-live-breathe 1.6s ease-in-out infinite;
  will-change: opacity;
}

@keyframes match-live-breathe {
  0%,
  100% {
    opacity: .58;
  }

  50% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .match-card__badge.is-live:not(.is-replay):not(.is-pending) {
    animation: none;
  }
}

.match-card__badge.is-replay {
  background: #f0eaff !important;
  color: #7654c5 !important;
}

.match-card__badge.is-live-link {
  text-decoration: none;
  cursor: pointer;
}

.match-card__badge.is-live-link:not(.is-pending):hover,
.match-card__badge.is-live-link:not(.is-pending):focus-visible {
  background: #dbeaff !important;
  color: #286fdc !important;
}

.match-live-icon {
  width: 10px;
  height: 10px;
  display: block;
  flex: 0 0 10px;
}

.match-live-label {
  display: block;
  line-height: 1;
}

.match-card__badge.is-pending {
  background: #f2f4f7 !important;
  color: #7f8894 !important;
  cursor: default;
  pointer-events: none;
}

.match-card__badge.is-halftime,
.match-card__badge.is-corners {
  width: 44px;
  padding-right: 2px;
  padding-left: 2px;
  flex: 0 0 44px;
  gap: 1px;
  background: #f2f4f7;
  color: #7f8894;
  font-size: 9px;
}

.match-card__badge-placeholder {
  width: 44px;
  height: 19px;
  display: block;
  flex: 0 0 44px;
}

.match-card__halftime-icon,
.match-card__corner-icon {
  width: 11px;
  height: 11px;
  display: block;
  flex: 0 0 11px;
  fill: currentColor;
}

.match-card__badge-value {
  width: 25px;
  flex: 0 0 25px;
  font-family: Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.match-card__badge.is-halftime .match-card__badge-value,
.match-card__badge.is-corners .match-card__badge-value {
  color: #7f8894;
}

.match-card__body {
  padding: 2px 10px 1px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(48px, auto) minmax(0, 1fr);
  align-items: center;
  gap: 6px;
}

.match-card__kickoff {
  position: absolute;
  top: 0;
  right: calc(100% + 5px);
  width: 34px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #7f8894;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  white-space: nowrap;
}

.match-card__team {
  min-width: 0;
  color: #242a33;
  font-size: 13px;
  font-weight: 650;
  line-height: 18px;
}

.match-card__team.is-home {
  text-align: right;
}

.match-card__team.is-away {
  text-align: left;
}

.match-card__team-line {
  width: 100%;
  min-width: 0;
  max-height: 54px;
  overflow: hidden;
  display: block;
  line-height: 18px;
  overflow-wrap: break-word;
  white-space: normal;
  word-break: normal;
}

.match-card__team .reference-score-table__team-name {
  overflow: visible;
  display: inline;
  color: inherit;
  font: inherit;
  line-height: 18px;
  overflow-wrap: break-word;
  white-space: normal;
  word-break: normal;
}

.match-card__team-line .reference-score-table__ranking {
  display: inline-block;
  vertical-align: baseline;
}

.match-card__team-line .card-badge {
  display: inline-grid;
  vertical-align: baseline;
}

.match-card__score-link {
  min-width: 48px;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.match-card__score {
  display: inline-block;
  color: #31549a;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  white-space: nowrap;
}

.match-card__score.is-versus {
  color: #7a8491 !important;
  font-size: 13px;
}

.match-card__score.is-score-xl {
  font-size: 17px;
}

.match-card__score.is-score-xxl {
  font-size: 15px;
}

.reference-score-table__main.is-finished .match-card__team {
  color: #2f2a33 !important;
}

.reference-score-table__main.is-finished .match-card__score {
  color: #e74455 !important;
}

.reference-score-table__main.is-score-change.is-home {
  --score-change-accent: #ed3544;
}

.reference-score-table__main.is-score-change.is-away {
  --score-change-accent: #2f7fec;
}

.reference-score-table__main.is-score-change.is-home .match-card__score,
.reference-score-table__main.is-score-change.is-away .match-card__score {
  color: var(--score-change-accent, #31549a) !important;
}

.reference-score-table__main.is-score-change.is-home .match-card__team.is-home,
.reference-score-table__main.is-score-change.is-away .match-card__team.is-away {
  color: var(--score-change-accent, #31549a) !important;
}

.reference-score-table__main.is-score-change.is-both .match-card__team.is-home {
  color: #ed3544 !important;
}

.reference-score-table__main.is-score-change.is-both .match-card__team.is-away {
  color: #2f7fec !important;
}

.reference-score-table__main.is-finished .match-card__team .reference-score-table__team-name {
  color: #2f2a33 !important;
}

.reference-score-table__main.is-score-change.is-home .match-card__team.is-home .reference-score-table__team-name,
.reference-score-table__main.is-score-change.is-away .match-card__team.is-away .reference-score-table__team-name {
  color: var(--score-change-accent, #31549a) !important;
}

.reference-score-table__main.is-score-change.is-both .match-card__team.is-home .reference-score-table__team-name {
  color: #ed3544 !important;
}

.reference-score-table__main.is-score-change.is-both .match-card__team.is-away .reference-score-table__team-name {
  color: #2f7fec !important;
}

.reference-score-table__main.is-finished.is-score-change .match-card__team.is-home,
.reference-score-table__main.is-finished.is-score-change .match-card__team.is-away,
.reference-score-table__main.is-finished.is-score-change .match-card__team.is-home .reference-score-table__team-name,
.reference-score-table__main.is-finished.is-score-change .match-card__team.is-away .reference-score-table__team-name {
  color: #2f2a33 !important;
}

.reference-score-table__main.is-finished.is-score-change .match-card__score {
  color: #e74455 !important;
}

.reference-score-table__main.is-score-change.is-home .match-card::before,
.reference-score-table__main.is-score-change.is-both .match-card::before {
  --score-slide-from: -105%;
  clip-path: polygon(0 0, 64% 0, 45% 100%, 0 100%);
  background: linear-gradient(135deg, rgba(237, 53, 68, .28), rgba(255, 153, 166, .12));
}

.reference-score-table__main.is-score-change.is-away .match-card::after,
.reference-score-table__main.is-score-change.is-both .match-card::after {
  --score-slide-from: 105%;
  clip-path: polygon(64% 0, 100% 0, 100% 100%, 45% 100%);
  background: linear-gradient(225deg, rgba(47, 127, 236, .28), rgba(117, 181, 255, .12));
}

.reference-score-table__main.is-score-change:not(.is-score-animation).is-home .match-card::before,
.reference-score-table__main.is-score-change:not(.is-score-animation).is-both .match-card::before,
.reference-score-table__main.is-score-change:not(.is-score-animation).is-away .match-card::after,
.reference-score-table__main.is-score-change:not(.is-score-animation).is-both .match-card::after {
  opacity: 1;
  transform: translateX(0);
}

.reference-score-table__main.is-score-animation.is-score-change.is-home .match-card::before,
.reference-score-table__main.is-score-animation.is-score-change.is-both .match-card::before,
.reference-score-table__main.is-score-animation.is-score-change.is-away .match-card::after,
.reference-score-table__main.is-score-animation.is-score-change.is-both .match-card::after {
  animation: score-half-slide-in .58s cubic-bezier(.2, .75, .25, 1) both;
}

@keyframes score-half-slide-in {
  0% {
    opacity: 0;
    transform: translateX(var(--score-slide-from, 0));
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .match-skeleton__bar {
    animation: none;
  }

  .reference-score-table__main.is-score-animation.is-score-change .match-card::before,
  .reference-score-table__main.is-score-animation.is-score-change .match-card::after {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.match-card__markets {
  padding: 0 10px 4px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
  gap: 6px;
}

.match-card__market.is-handicap {
  grid-column: 1;
  justify-self: end;
}

.match-card__market.is-total {
  grid-column: 3;
  justify-self: start;
}

.match-card__market {
  width: min(100%, 132px);
  height: 19px;
  min-width: 0;
  min-height: 19px;
  padding: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 2px;
  overflow: hidden;
  border: 0;
  border-radius: 5px;
  background: transparent;
  text-decoration: none;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  cursor: pointer;
}

.match-card__market.is-total {
  grid-template-columns: auto auto;
  justify-content: start;
  column-gap: 5px;
}

.match-card__market.is-handicap {
  grid-template-columns: auto auto;
  justify-content: end;
  column-gap: 5px;
}

.match-card__market.is-handicap .match-card__market-label {
  grid-column: 1;
  grid-row: 1;
}

.match-card__market.is-handicap .match-card__market-values {
  grid-column: 2;
  grid-row: 1;
}

.match-card__market-label {
  color: #7f8894;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  white-space: nowrap;
}

.match-card__market-values {
  width: max-content;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, auto));
  align-items: center;
  justify-content: center;
  gap: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
}

.match-card__market-values .reference-score-table__odds-value {
  min-width: 0;
  overflow: hidden;
  display: block;
  padding: 0;
  border-radius: 1px;
  background: transparent;
  color: #a05050;
  font-family: inherit;
  line-height: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.match-card__market-values .reference-score-table__odds-value.is-line {
  color: #333;
}

.match-card__market-values .reference-score-table__odds-value.is-total-line {
  color: #400000;
}

.match-card__market-values .reference-score-table__odds-value.is-negative {
  color: #008000;
}

.match-card__market-values .reference-score-table__odds-value.is-odds-up {
  background-color: #ffe6f3;
}

.match-card__market-values .reference-score-table__odds-value.is-odds-down {
  background-color: #dcffb9;
}

.match-card__market-values .reference-score-table__odds-value.is-empty {
  color: #a4adb8;
  font-weight: inherit;
}

.match-card__notice {
  padding: 1px 10px 5px;
  overflow: hidden;
  color: #d04b83;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  overflow-wrap: anywhere;
}

.reference-score-table tbody > tr:not(.reference-score-table__main) {
  width: 100%;
  display: block;
}

.reference-score-table tbody > tr:not(.reference-score-table__main) > td {
  width: 100%;
  display: block;
}

@media (max-width: 380px) {
  .reference-score-table tbody {
    padding: 6px;
    gap: 6px;
  }

  .match-card__header {
    padding-right: 6px;
    padding-left: 6px;
  }

  .match-card__badge {
    padding: 0 4px;
    font-size: 9px;
  }

  .match-card__body {
    padding-right: 7px;
    padding-left: 7px;
    gap: 5px;
  }

  .match-card__team {
    font-size: 12px;
  }

  .match-card__markets {
    padding-right: 7px;
    padding-left: 7px;
    gap: 5px;
  }

  .match-card__market {
    padding: 0;
    gap: 4px;
  }
}

/* V19 keeps the match-card header without its lower divider. */
.reference-score-table__main .match-card {
  background: #fff;
}

.reference-score-table__main.is-alt .match-card {
  background: linear-gradient(135deg, #fff 0%, #fff 44%, #f7f9fc 44%, #fff 100%);
}

.match-card__header {
  border-bottom: 0;
  background: transparent;
}
/* msites-shared-partner-footer */
.site-footer {
  background: #fff;
  color: #526071;
}

.site-footer__about {
  text-align: left;
}

.site-footer__about .site-footer__text {
  max-width: none;
  margin: 0;
}

.site-footer__about > nav {
  margin-top: 22px;
}

.site-footer__links-title {
  display: block;
  margin: 0 0 12px;
  color: #1d2b3b;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.45;
}
.site-footer__links {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0;
  row-gap: 0;
  border: 0;
  list-style: none;
}

.site-footer__links::before {
  content: "";
  flex: 0 0 100%;
  height: 0;
  order: 1;
}

.site-footer__links li:nth-child(-n + 5) {
  order: 0;
}

.site-footer__links li:nth-child(n + 6) {
  order: 2;
}
.site-footer__links li {
  min-width: max-content;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
}

.site-footer__links li + li::before {
  display: none;
}

.site-footer__links a {
  display: block;
  color: #3f5268;
  font-size: 11px;
  text-decoration: none;
  white-space: nowrap;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: var(--brand);
  outline: none;
}

@media (max-width: 767px) {
  .site-footer__links {
    margin-right: 0;
    column-gap: 0;
    row-gap: 0;
  }

  .site-footer__links li {
    min-height: 42px;
  }
}
@media (min-width: 768px) {
  .match-card__clock-slot {
    position: relative;
    width: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .match-card__clock-slot > .match-card__kickoff,
  .reference-score-table .match-card__clock-slot > #match-kickoff,
  .reference-score-table .match-card__clock-slot > [data-ui-node="match-kickoff"] {
    position: absolute !important;
    top: 0 !important;
    right: calc(100% + 8px) !important;
    bottom: auto !important;
    left: auto !important;
    width: 34px !important;
    height: 20px !important;
    justify-content: flex-end !important;
    text-align: right !important;
  }

  .match-card__clock-slot > .match-card__clock,
  .reference-score-table .match-card__clock-slot > #match-clock,
  .reference-score-table .match-card__clock-slot > [data-ui-node="match-clock"] {
    position: static !important;
    width: 44px !important;
    min-width: 44px !important;
    text-align: center !important;
  }
}

.match-detail__semantic-title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
