@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url(/css/fonts/inter-latin.woff2)
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url(/css/fonts/inter-latin.woff2)
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url(/css/fonts/inter-latin.woff2)
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@keyframes blink {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes livePulse {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes pulse-dot {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
* {
  scrollbar-width: auto;
  scrollbar-color: #c4c4c4 #2d2c41;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 11px;
}
::-webkit-scrollbar-track {
  background: #2d2c41;
}
::-webkit-scrollbar-thumb {
  background: rgba(150, 150, 150);
  border-radius: 10px;
  border: 0#fff;
}
.center,
.menu,
h1,
h6,
label {
  text-align: center;
}
.findbtn:focus,
.menu,
h1,
h6,
input[type="text"],
input[type="url"],
label {
  color: #e8e7ef;
}
h1,
h6 {
  margin-top: 30px;
}
.menu,
.menu a:hover {
  background-color: transparent !important;
}
.menu {
  padding: 1rem 0;
  height: auto !important;
  line-height: normal !important;
  box-shadow: none !important;
}
.watchSports {
  margin: 0;
  width: 100%;
}
.menu a,
.title {
  color: #e8e7ef;
  font-weight: 700;
  margin: 0 auto;
  height: auto !important;
  line-height: normal !important;
  padding: 0 !important;
}
.menu a:hover {
  color: #89cded;
}
#upload,
.accordion {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 20px;
  padding: 0 10px;
}
.accordion li.default .submenu,
.submenu a {
  display: block;
}
.submenu a,
a {
  text-decoration: none;
}
body {
  background: #2d2c41;
  font-family: "Inter", sans-serif;
}
ul {
  list-style-type: none;
}
h6,
label {
  font-size: 0.625rem;
  font-weight: 300;
}
.accordion li.open .link,
.accordion li.open i,
a {
  color: #b63b4d;
}
hr {
  border-color: #444359;
  background-color: #444359;
  color: #444359;
}
#upload {
  text-align: left;
}
h1 {
  font-size: 24px;
  font-weight: 700;
}
h1 a {
  color: #c12c42;
  font-size: 1rem;
}
.accordion {
  background: #f7f7f7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion .link {
  vertical-align: middle;
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4d4d4d;
  font-size: 0.875rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.accordion li:last-child .link {
  border-bottom: 0;
}
.link {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 1rem;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.submenu {
  display: none;
  background: #35334a;
  font-size: 0.875rem;
}
.statusLive,
.statusNormal {
  font-weight: 700;
  font-size: 0.75rem;
}
.findbtn,
.findbtn:focus {
  background-color: #444359 !important;
}
.submenu li {
  border-bottom: 1px solid #4b4a5e;
}
.submenu a {
  color: #35334a;
  padding: 12px 12px 12px 30px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.submenu a:hover {
  color: #e8e7ef;
  background: #2a293b;
}
input[type="file"],
input[type="submit"] {
  cursor: pointer;
}
input,
select {
  max-height: 2rem;
}
span.badge {
  line-height: 16px;
  height: 16px;
  display: inline-block;
  padding: 0 8px;
  float: right;
  color: #fff;
}
.stream {
  background: #444359;
}
.stream:hover {
  background: #403f55;
}
span.badge.new {
  background: #57567e;
  font-size: 0.9rem;
}
[type="checkbox"]:checked + label:before {
  border-right: 2px solid #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
}
#histats_counter {
  background-color: #2d2c41;
  padding-top: 1rem;
}
.statusNormal {
  color: #89cded;
}
.statusLive {
  color: #d6ffa6;
}
.streamNum {
  font-weight: 700 !important;
  border-radius: 15px !important;
}
.channel,
.details,
.matchup,
.streamDetails,
.streamer {
  font-weight: 700;
}
.matchup {
  font-size: 0.85rem;
  color: #e8e7ef;
}
.details {
  color: #d3d3d3;
  font-size: 0.75rem;
}
.link {
  font-size: 1rem !important;
}
.streamer {
  color: #89cded;
  font-size: 0.95rem;
}
.channel,
.streamDetails,
.streamPad {
  color: #e8e7ef;
  text-align: center;
}
.channel {
  font-size: 0.85rem;
  text-align: right;
  padding-left: 0.2rem;
}
.streamDetails {
  font-size: 0.8rem;
}
.streamPad {
  padding-top: 8px;
  padding-bottom: 8px;
}
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.item-center {
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .submenu a {
    padding: 12px 12px 12px 24px;
  }
  .matchup {
    font-size: 0.825rem;
  }
  .details,
  .statusLive,
  .statusNormal,
  span.badge.new {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 400px) {
  .details,
  .statusLive,
  .statusNormal,
  span.badge.new {
    font-size: 0.7rem;
  }
  .matchup {
    font-size: 0.8rem;
  }
}
select {
  margin-top: 0.5rem;
}
[type="checkbox"] + label {
  margin-bottom: 0.3rem;
}
.odds {
  color: #d6ffa6;
  font-size: 0.65rem;
  margin-left: 0.3rem;
}
.compatibility i,
.count,
.odds,
img {
  vertical-align: middle;
}
.statusLive::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  background-color: red;
  border-radius: 50%;
  animation: 2s infinite blink;
}
.count {
  font-size: 0.875rem;
  font-weight: 700;
  float: right;
  margin-right: 2rem;
}
td,
th {
  font-size: 12px;
  border-radius: 0;
}
.streamDetails1,
td,
th {
  text-align: left;
}
.tableDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
table {
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;
  max-width: 520px;
  width: 100%;
  border-radius: 5px;
}
.streamer {
  padding-left: 10px;
}
th {
  padding: 5px 3px;
  background-color: #6a87a4;
  color: #fff;
  border-bottom: 1pt solid #000;
}
th:first-of-type {
  padding-left: 8px;
  border-radius: 0;
}
td {
  padding: 8px 2px;
  max-width: 250px;
}
.ads,
.bitrate,
.chan,
.compatibility,
.fps {
  font-size: 0.9rem;
  color: #e8e7ef;
  font-weight: 700;
  text-align: center;
}
.stream {
  border-bottom: 1pt solid;
  display: flex;
  align-items: stretch;
}
.compatibility i:not(:first-child) {
  margin-left: 8px;
}
th:not(:first-child) {
  text-align: center;
}
#Event,
#match {
  display: block;
  margin: 1rem auto;
  width: 360px;
  height: 40px;
  padding: 0 36px 0 14px;
  background: #35334a;
  color: #e8e7ef;
  border: 1px solid #4b4a5e;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  font-family: inherit;
  outline: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%239c9bb0' d='M1.4 0L6 4.6 10.6 0 12 1.4l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
#Event:hover,
#match:hover {
  border-color: #6b6a82;
}
#Event:focus,
#match:focus {
  border-color: #89cded;
  box-shadow: 0 0 0 3px rgba(137, 205, 237, 0.15);
}
#Event option,
#match option {
  background: #35334a;
  color: #e8e7ef;
  padding: 8px 12px;
}
.searchInput {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
  padding: 8px 12px;
  background: 0 0;
  color: #e8e7ef;
  border: 0;
  border-bottom: 1px solid #89cded;
  font-size: 0.85rem;
  font-family: inherit;
  outline: 0;
}
.searchInput::placeholder {
  color: #9c9bb0;
}
.rank {
  color: #d3d3d3;
  font-size: 0.65rem;
  vertical-align: middle;
}
.footer-info {
  max-width: 360px;
  margin: 24px auto 10px;
  padding: 14px 18px;
  background: #35334a;
  border-radius: 4px;
  font-size: 0.8rem;
  color: #a2a1b3;
  line-height: 1.6;
  text-wrap: balance;
}
@media (max-width: 380px) {
  .footer-info,
  .site-disclaimer {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.footer-info p {
  margin: 0;
}
.site-disclaimer p {
  margin: 0 0 6px;
}
.site-disclaimer p:last-child {
  margin-bottom: 0;
}
.footer-info a,
.footer-info strong {
  color: #c4c3d0;
  font-weight: 600;
}
.footer-info a {
  color: #89cded;
  text-decoration: none;
}
.footer-info a:hover,
.site-disclaimer a {
  text-decoration: underline;
}
.site-disclaimer {
  max-width: 420px;
  margin: 10px auto 20px;
  padding: 12px 16px;
  font-size: 0.65rem;
  color: #9c9bb0;
  line-height: 1.5;
  border-top: 1px solid #3a394d;
  text-wrap: balance;
}
.site-disclaimer a {
  color: #9c9bb0;
}
.site-disclaimer a:hover {
  color: #89cded;
}
h1 a.title {
  font-size: 1.4rem;
  color: #e8e7ef;
  letter-spacing: -0.02em;
}
header {
  margin-top: 10px;
}
.gd,
.site-disclaimer,
.subtitle {
  text-align: center;
}
.subtitle {
  font-size: 0.95rem;
  font-weight: 400;
  color: #a2a1b3;
  margin: 2px 0 5px;
  padding: 0 12px;
  text-wrap: balance;
}
.gd {
  margin: 6px auto 12px;
  max-width: 360px;
  padding: 0 10px;
  line-height: 1.5;
}
.gd-note {
  font-size: 0.75rem;
  font-weight: 600;
  color: #89cded;
  margin-bottom: 2px;
}
.gd-info {
  font-size: 0.78rem;
  color: #a2a1b3;
}
.gd-records {
  font-size: 0.72rem;
  color: #9c9bb0;
  margin-top: 2px;
}
.no-streams-notice {
  text-align: center;
  max-width: 400px;
  margin: 20px auto;
  padding: 20px 24px;
  background: #35334a;
  border-radius: 8px;
  border: 1px solid #444359;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 420px) {
  .no-streams-notice {
    margin-left: auto;
    margin-right: auto;
  }
}
.no-streams-notice .no-streams-icon {
  display: block;
  font-size: 1.5rem;
  color: #57567e;
  margin-bottom: 8px;
  letter-spacing: 4px;
}
.no-streams-notice p {
  font-size: 0.95rem;
  color: #c0bfd6;
  margin: 0 0 6px;
  font-weight: 600;
}
.no-streams-notice .no-streams-sub {
  font-size: 0.8rem;
  color: #9c9bb0;
}
.no-streams-notice a {
  color: #89cded;
  text-decoration: none;
  font-weight: 600;
}
.breadcrumb-nav a:hover,
.no-streams-notice a:hover {
  text-decoration: underline;
}
.gd-sep {
  margin: 0 5px;
  color: #4b4a5e;
}
.featured-row {
  background: #4a4960 !important;
}
.featured-row:hover {
  background: #524f6a !important;
}
.ft-label {
  font-size: 0.6rem;
  color: #d6ffa6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.ft-cta {
  text-align: center;
  color: #89cded;
  font-weight: 700;
  font-size: 0.9rem;
}
.description-cell {
  position: relative;
  padding: 0;
  width: 50%;
}
.image-overlay {
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.overlay-text,
.team-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0.75rem;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 5px;
  text-overflow: ellipsis;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.stream:hover .overlay-text {
  opacity: 1;
}
.team-logos {
  gap: 0.5rem;
}
.breadcrumb-nav,
.breadcrumb-nav a {
  font-size: 0.8rem;
  height: auto !important;
  line-height: normal !important;
}
.breadcrumb-nav {
  background-color: transparent !important;
  box-shadow: none !important;
  width: auto;
  max-width: 420px;
  margin: 0 auto 12px;
  padding: 6px 10px;
}
.breadcrumb-nav a {
  color: #89cded;
  text-decoration: none;
  padding: 0 !important;
}
.breadcrumb-nav a:hover {
  background-color: transparent !important;
}
.breadcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  color: #aaa;
}
.breadcrumbs li + li::before {
  content: "›";
  margin: 0 6px;
  color: #9e9e9e;
}
.breadcrumbs [aria-current="page"] {
  color: #ddd;
}
a[href="#content"].sr-only:focus {
  position: fixed !important;
  top: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  padding: 8px 16px;
  background: #2d2c41;
  color: #fff;
  z-index: 10000;
  font-size: 0.9rem;
  border: 2px solid #89cded;
}
tr.stream:focus {
  outline: 2px solid #89cded;
  outline-offset: -2px;
}
button.link {
  background: 0 0;
  border: 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  padding: inherit;
}
button.link:focus-visible {
  outline: 2px solid #89cded;
  outline-offset: -2px;
}
.news-header {
  text-align: center;
  padding: 10px 0 4px;
  max-width: 420px;
  margin: 0 auto;
}
.news-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #e8e7ef;
  margin: 0;
  padding: 0;
}
.news-subtitle {
  font-size: 0.85rem;
  color: #a2a1b3;
  margin: 4px 0 0;
  font-weight: 400;
}
.news-section-title {
  font-size: 1rem;
  font-weight: 700;
  color: #e8e7ef;
  text-align: center;
  max-width: 420px;
  margin: 16px auto 8px;
  padding: 0;
}
.news-feed {
  max-width: 420px;
  margin: 12px auto 0;
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.news-card {
  display: block;
  background: #35334a;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.15s;
  cursor: pointer;
  border-left: 3px solid transparent;
}
.news-card:hover {
  background: #3f3d56;
  transform: translateY(-1px);
  border-left-color: #89cded;
}
.news-card:focus {
  outline: 2px solid #89cded;
  outline-offset: -2px;
}
.news-card-body {
  padding: 10px 14px;
}
.news-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.news-tag {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 2px 6px;
  border-radius: 3px;
  background: #57567e;
}
.news-tag[data-sport="NBA"] {
  color: #89cded;
}
.news-tag,
.news-tag[data-sport="NFL"] {
  color: #d6ffa6;
}
.news-tag[data-sport="Olympics"] {
  color: #f0c040;
}
.news-card-time {
  font-size: 0.62rem;
  color: #9c9bb0;
  font-weight: 600;
  margin-left: auto;
}
.news-card-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: #e8e7ef;
  margin: 0 0 4px;
  line-height: 1.35;
}
.news-card-desc {
  font-size: 0.73rem;
  color: #a2a1b3;
  margin: 0 0 6px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card-author {
  font-size: 0.62rem;
  color: #9c9bb0;
  font-weight: 600;
}
.news-card-author::before {
  content: "â€” ";
}
@media screen and (max-width: 400px) {
  .news-card-title {
    font-size: 0.8rem;
  }
  .news-card-desc {
    font-size: 0.7rem;
  }
  .news-card-body {
    padding: 8px 10px;
  }
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-bottom: 1px solid #3a394d;
  gap: 12px;
}
.site-brand {
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: -0.01em;
}
.site-brand,
.site-brand:hover {
  color: #e8e7ef;
  text-decoration: none;
}
.site-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
}
.site-brand::after {
  content: "\00B7";
  color: #4b4a5e;
  font-size: 1rem;
  margin-left: 12px;
}
.site-nav a,
.site-nav a:hover {
  background-color: transparent !important;
}
.site-nav a {
  color: #9c9bb0;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.15s;
  padding: 0 !important;
  height: auto !important;
  line-height: normal !important;
}
.site-nav a:hover {
  color: #89cded;
}
@media (max-width: 400px) {
  .site-nav a {
    font-size: 0.72rem;
  }
  .site-header {
    gap: 8px;
  }
}
.z-depth-2 {
  box-shadow:
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.hoverable:hover,
.z-depth-3 {
  box-shadow:
    0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12),
    0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.hoverable {
  transition: box-shadow 0.25s;
}
.white-text {
  color: #fff;
}
span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}
.clock-share {
  display: flex;
  align-items: center;
  gap: 0;
  width: fit-content;
  margin: 12px auto 10px;
  border: 1px solid #3a394d;
  border-radius: 20px;
  background: rgba(53, 51, 74, 0.4);
  padding: 5px 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.live-clock-time {
  font-size: 0.8rem;
  font-weight: 600;
  color: #c4c3d0;
  letter-spacing: 0.03em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.clock-suffix {
  font-size: 0.6rem;
  color: #9c9bb0;
  vertical-align: middle;
  line-height: 1;
}
.clock-share-sep {
  width: 1px;
  height: 16px;
  background: #3a394d;
  margin: 0 10px;
  flex-shrink: 0;
}
.clock-share .sp-share {
  display: flex;
  align-items: center;
  gap: 4px;
}
.clock-share .sp-share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: 0 0;
  border: 0;
  color: #9c9bb0;
  cursor: pointer;
  transition: color 0.15s;
  padding: 0;
  text-decoration: none;
  font: inherit;
  line-height: 1;
}
.clock-share .sp-share-btn:hover {
  color: #e8e7ef;
}
.clock-share .sp-share-btn svg {
  width: 11px;
  height: 11px;
  fill: currentColor;
}
.clock-share .sp-share-btn.sp-copied {
  color: #d6ffa6;
}
.sp-home {
  background: 0 0;
  border-radius: 0;
}
.sp-home .sport-section {
  list-style: none;
  margin-bottom: 6px;
}
button.sport-header {
  font: inherit;
  color: inherit;
  text-align: left;
  width: 100%;
}
.sp-home .sport-header {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #35334a;
  border: 1px solid #444359;
  border-radius: 6px;
  padding: 12px 15px;
  cursor: pointer;
  transition: background 0.2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sp-home .sport-header:hover {
  background: #3f3d56;
}
.sp-home .sport-header i {
  position: static;
  color: #89cded;
  font-size: 18px;
  transform: none;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
.sp-home .sport-header i.fa-chevron-down {
  margin-left: auto;
}
.sp-home .sport-name {
  color: #e8e7ef;
  font-size: 0.95rem;
  font-weight: 700;
}
.sp-home .sport-header .count {
  float: none;
  margin-right: 0;
  font-size: 0.8rem;
  color: #c4c3d0;
  font-weight: 600;
  margin-left: auto;
}
.live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d6ffa6;
  vertical-align: baseline;
  margin-left: 4px;
  animation: livePulse 3s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .live-dot {
    animation: none;
  }
}
.sp-home .sport-header .count + i.fa-chevron-down,
.sp-home .sport-header i.fa-chevron-down + .count {
  margin-left: 0;
}
.sp-home .game-list {
  background: 0 0;
  border-radius: 0 0 6px 6px;
  padding: 0;
  list-style: none;
}
.sp-home .game-list .searchInput {
  border-bottom-color: #444359;
}
.sp-home .game-list > li {
  list-style: none;
}
.sp-home .game-list > li:last-child .game-row {
  border-bottom: none;
}
.sp-home .game-list > li.sub-league-divider {
  padding: 8px 14px 5px;
  font-size: 0.68rem;
  font-weight: 600;
  color: #c4c3d0;
  border-top: 1px solid #3a394d;
}
.sp-home .game-row.matchup .game-teams {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.sp-home .game-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  background: 0 0;
  padding: 10px 14px;
  text-decoration: none;
  transition: background 0.15s;
  border-bottom: 1px solid #3a394d;
}
.sp-home .game-row:hover {
  background: rgba(255, 255, 255, 0.04);
}
.sp-home .game-row.matchup {
  padding: 10px 14px;
}
.sp-home .game-row.matchup .game-status {
  grid-area: status;
  text-align: left;
  min-width: 0;
}
.sp-home .game-row.matchup .game-streams {
  grid-area: streams;
  align-self: center;
}
.sp-home .game-row.matchup .game-teams {
  grid-area: teams;
  padding-top: 4px;
}
.sp-home .game-row.matchup.is-live {
  border-left: 3px solid #d6ffa6;
}
.sp-home .game-row.event,
.sp-home .game-row.matchup {
  grid-template-columns: 1fr auto;
  grid-template-areas: "status streams" "teams teams";
  gap: 4px 8px;
}
.sp-home .game-row.event .game-status {
  grid-area: status;
  text-align: left;
  min-width: 0;
}
.sp-home .game-row.event .game-streams {
  grid-area: streams;
  align-self: center;
}
.sp-home .game-row.event .game-teams {
  grid-area: teams;
  padding-top: 2px;
}
.sp-home .game-row.event.is-live {
  border-left: 3px solid #d6ffa6;
}
.sp-home .game-status {
  min-width: 60px;
  text-align: center;
}
.sp-home .status-live {
  color: #d6ffa6;
  font-weight: 700;
  font-size: 0.75rem;
}
.sp-home .status-live::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 4px;
  background-color: #d6ffa6;
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}
.sp-home .status-pre {
  color: #b8b7c8;
  font-weight: 600;
  font-size: 0.75rem;
}
.sp-home .game-teams {
  min-width: 0;
}
.sp-home .team-line,
.stream-votes {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 2px 0;
}
.sp-home .team-line img {
  flex-shrink: 0;
}
.sp-home .team-line .rank {
  color: #d3d3d3;
}
.sp-home .team-name {
  color: #e8e7ef;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sp-home .ml,
.sp-home .record,
.sp-home .team-line .rank {
  font-size: 0.65rem;
  font-weight: 600;
}
.sp-home .record {
  color: #9c9bb0;
  text-transform: none;
}
.sp-home .ml {
  color: #d6ffa6;
  margin-left: auto;
  flex-shrink: 0;
}
.sp-home .game-streams {
  color: #c4c3d0;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}
.sp-home .event-name {
  color: #e8e7ef;
  font-size: 0.85rem;
  font-weight: 700;
}
.sp-home .game-detail {
  color: #b8b7c8;
  font-size: 0.7rem;
  margin-top: 2px;
}
.sp-home .sport-section.no-events .sport-header {
  cursor: default;
  border-style: dashed;
  padding: 8px 15px;
}
.sp-home .sport-section.no-events .sport-name {
  color: #9e9db5;
}
.sp-home .sport-section.no-events .sport-header i {
  opacity: 0.45;
}
.sp-home .count-none {
  float: none;
  margin-left: auto;
  font-size: 0.75rem;
  color: #9e9db5;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .sp-home .game-row:not(.matchup):not(.event) {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px 12px;
  }
  .sp-home .game-row:not(.matchup):not(.event) .game-status {
    text-align: left;
    min-width: 0;
  }
  .sp-home .game-row:not(.matchup):not(.event) .game-streams {
    text-align: left;
  }
  .sp-home .game-row.matchup {
    padding: 10px 12px;
  }
  .sp-home .team-name {
    font-size: 0.78rem;
  }
}
.sp-home .submenu {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.stream-votes {
  flex-direction: row;
  min-width: 0;
  padding: 0;
  flex-shrink: 0;
}
.vote-btn {
  background: 0 0;
  border: 0;
  cursor: pointer;
  color: #9c9bb0;
  font-size: 0.75rem;
  padding: 2px 6px;
  transition: color 0.15s;
  line-height: 1;
}
.vote-btn:hover {
  color: #e8e7ef;
}
.vote-btn.vote-down.at-zero {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}
.vote-btn.active.vote-up {
  color: #d6ffa6;
}
.admin-del-btn:hover,
.report-btn:hover,
.vote-btn.active.vote-down {
  color: #e85d75;
}
#report-modal h4,
.vote-count {
  text-align: center;
  color: #e8e7ef;
}
.vote-count {
  font-size: 0.82rem;
  font-weight: 700;
  min-width: 20px;
  line-height: 1;
}
.admin-ban-btn,
.admin-del-btn,
.admin-reset-votes-btn,
.report-btn {
  background: 0 0;
  border: 0;
  cursor: pointer;
  color: #9c9bb0;
  font-size: 1rem;
  padding: 4px 6px;
  transition: color 0.15s;
  line-height: 1;
}
.admin-ban-btn,
.admin-del-btn,
.admin-reset-votes-btn {
  font-size: 0.9rem;
}
.admin-ban-btn,
.admin-reset-votes-btn {
  font-size: 0.95rem;
}
.admin-reset-votes-btn:hover {
  color: #e8c95d;
}
.admin-ban-btn {
  font-size: 0.8rem;
}
.admin-ban-btn:hover {
  color: #e85d75;
}
#report-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
#report-modal.active {
  display: flex;
}
#report-modal .modal-box {
  background: #2d2c41;
  border-radius: 10px;
  padding: 28px 24px;
  width: 90%;
  max-width: 380px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}
#report-modal h4 {
  font-size: 1.1rem;
  margin: 0 0 16px;
}
.report-reasons {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}
.report-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #363550;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.85rem;
  color: #c0bfd6;
  transition: background 0.15s;
  border: 1px solid transparent;
}
.report-option:hover {
  background: #3f3d56;
}
.report-option:has(input:checked) {
  border-color: #89cded;
  background: #3a394d;
  color: #e8e7ef;
}
.report-option input[type="radio"] {
  accent-color: #89cded;
}
#report-modal textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #444359;
  border-radius: 6px;
  background: #1e1d30;
  color: #fff;
  font-size: 0.85rem;
  font-family: inherit;
  outline: 0;
  resize: vertical;
}
#report-modal textarea:focus {
  border-color: #89cded;
}
#report-modal .submit-btn,
.sp-toast {
  background: #57567e;
  color: #fff;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
}
#report-modal .submit-btn {
  display: block;
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  border: 0;
  cursor: pointer;
  transition: background 0.15s;
}
#report-modal .submit-btn:hover {
  background: #6e6d9a;
}
.sp-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 24px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 2000;
}
.sp-toast.show {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .stream-votes {
    flex-direction: column;
    gap: 2px;
  }
  .vote-count {
    font-size: 0.75rem;
    min-width: 16px;
  }
  .vote-btn {
    padding: 2px 4px;
  }
}
.tennis-group-header {
  list-style: none;
  padding: 10px 12px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.tennis-tournament {
  font-weight: 700;
  font-size: 0.85rem;
  color: #e8e7ef;
}
.tennis-location {
  font-weight: 400;
  color: #9c9bb0;
}
.tennis-comp-type {
  font-size: 0.75rem;
  color: #9c9bb0;
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tennis-seed {
  font-size: 0.7rem;
  color: #b0afc6;
  margin-right: 4px;
  font-weight: 600;
  flex-shrink: 0;
}
.tennis-round {
  display: block;
  font-size: 0.65rem;
  color: #b0afc6;
  margin-top: 2px;
}
.tennis-match .team-line {
  display: flex;
  align-items: center;
}
.tennis-match .team-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tennis-stream-count {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 0.7rem;
  color: #b0afc6;
  font-weight: 600;
  white-space: nowrap;
}
.stream-link,
.stream-link:hover,
.stream-link:visited {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  flex: 1;
  min-width: 0;
}
.stream-link .streamer::before {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.55rem;
  color: #9c9bb0;
  margin-right: 6px;
  transition: color 0.15s;
}
.stream-link:hover .streamer::before {
  color: #89cded;
}
.no-events-page {
  text-align: center;
  max-width: 360px;
  margin: 24px auto;
  padding: 24px 16px;
}
.no-events-msg {
  font-size: 1rem;
  font-weight: 700;
  color: #c0bfd6;
  margin: 0 0 6px;
  text-wrap: balance;
}
.no-events-sub {
  font-size: 0.82rem;
  color: #9c9bb0;
  margin: 0 0 20px;
  text-wrap: balance;
}
.no-events-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
.no-events-sport {
  display: inline-block;
  padding: 6px 12px;
  background: #35334a;
  color: #c0bfd6;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition:
    background 0.15s,
    color 0.15s;
}
.no-events-sport:hover {
  background: #57567e;
  color: #fff;
}
.seed-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  background: rgba(137, 205, 237, 0.15);
  color: #89cded;
  font-size: 0.6rem;
  font-weight: 700;
  border-radius: 3px;
  line-height: 1;
}
.tourney-round {
  color: #89cded;
  font-weight: 700;
}
.sub-league-tag {
  color: #89cded;
  font-weight: 700;
}
.tourney-blurb {
  max-width: 360px;
  margin: 0 auto 12px;
  padding: 10px 14px;
  background: #35334a;
  border-radius: 6px;
  font-size: 0.78rem;
  color: #a2a1b3;
  line-height: 1.6;
  border-left: 3px solid #89cded;
}
.tourney-blurb strong {
  color: #89cded;
}

/*
     FILE ARCHIVED ON 15:13:39 Jul 10, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:58:10 Jul 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.265
  captures_list: 0.392
  exclusion.robots: 0.035
  exclusion.robots.policy: 0.027
  esindex: 0.006
  cdx.remote: 3.701
  LoadShardBlock: 1804.664 (3)
  PetaboxLoader3.datanode: 1795.986 (4)
  PetaboxLoader3.resolve: 72.161 (2)
  load_resource: 65.716
*/
