:root {
  --bg: #050d18;
  --panel: rgba(7, 16, 31, 0.74);
  --line: rgba(109, 163, 227, 0.22);
  --text: #f4f7fb;
  --muted: rgba(232, 240, 252, 0.72);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at 65% 28%, rgba(160, 203, 255, 0.22), transparent 18%),
    linear-gradient(180deg, rgba(3, 8, 17, 0.42), rgba(3, 7, 14, 0.78)),
    var(--bg);
  color: var(--text);
  font-family: "Inter", sans-serif;
}

body {
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

a,
button {
  color: inherit;
}

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

.loading-screen {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
  background:
    radial-gradient(circle at 50% 26%, rgba(33, 94, 170, 0.14), transparent 24%),
    linear-gradient(180deg, #030810, #040911);
}

.loading-screen.is-active {
  opacity: 1;
  pointer-events: auto;
}

.loading-screen-inner {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 32px 170px;
  overflow: hidden;
}

.loading-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.loading-bar-fill {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #0e64d5, #2e9dff 55%, #7bc4ff);
  box-shadow: 0 0 18px rgba(41, 145, 255, 0.65);
  transition: width 0.72s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.loading-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(720px, 84vw);
  animation: loaderFloat 2.2s ease-in-out infinite;
}

.loading-logo-main {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 28px rgba(36, 136, 255, 0.22));
}

.loading-label {
  margin: 24px 0 0;
  color: rgba(234, 241, 250, 0.76);
  font-size: 0.98rem;
  letter-spacing: 0.26rem;
  text-transform: uppercase;
}

.bottom-logos img {
  display: block;
  width: min(810px, 94vw);
  height: auto;
  object-fit: contain;
  opacity: 0.94;
}

.site-shell {
  min-height: 100vh;
  position: relative;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 48px 20px;
  background: linear-gradient(180deg, rgba(3, 8, 16, 0.62), rgba(3, 8, 16, 0));
}

.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-width: 240px;
}

.brand img {
  display: block;
  width: 320px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.nav-tabs {
  display: flex;
  align-items: center;
  gap: 38px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
}

.nav-tabs::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(34, 94, 167, 0.24), rgba(130, 171, 227, 0.38), rgba(34, 94, 167, 0.24));
}

.nav-link {
  position: relative;
  padding: 0;
  background: none;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 1.02rem;
  color: rgba(248, 251, 255, 0.9);
}

.nav-link.is-active {
  color: #19a1ff;
}

.nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  width: 78px;
  height: 3px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(22, 131, 255, 0), rgba(22, 131, 255, 1), rgba(22, 131, 255, 0));
  box-shadow: 0 0 14px rgba(22, 131, 255, 0.95);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 240px;
  justify-content: flex-end;
}

.play-now,
.cta-primary,
.news-button,
.downloads-link,
.pager button {
  background: linear-gradient(180deg, #187cf6, #1165d4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.play-now,
.cta-primary {
  text-decoration: none;
  color: #fff;
  padding: 1.22rem 3rem;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.04rem;
  font-size: 1.06rem;
}

.page {
  display: none;
}

.page.is-visible {
  display: block;
}

.page-home {
  position: relative;
  min-height: 100vh;
  padding: 140px 48px 56px;
  overflow: hidden;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(4, 7, 14, 0.88) 0%, rgba(5, 10, 20, 0.52) 36%, rgba(6, 10, 19, 0.34) 58%, rgba(4, 8, 16, 0.8) 100%),
    linear-gradient(180deg, rgba(3, 7, 14, 0.26) 0%, rgba(4, 9, 18, 0.38) 45%, rgba(3, 8, 15, 0.86) 100%);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.62) saturate(0.92);
}

.hero-backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(6, 11, 19, 0.76), rgba(6, 11, 19, 0.08)),
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.16), transparent 14%);
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 5, 10, 0.42) 0%, rgba(2, 5, 10, 0.12) 30%, rgba(2, 5, 10, 0.18) 100%),
    radial-gradient(circle at 18% 48%, rgba(0, 0, 0, 0.36), transparent 24%),
    radial-gradient(circle at 8% 88%, rgba(0, 0, 0, 0.72), transparent 18%),
    radial-gradient(circle at 96% 70%, rgba(0, 0, 0, 0.72), transparent 16%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 13, 24, 0.02) 0%, rgba(5, 13, 24, 0.12) 40%, rgba(5, 13, 24, 0.72) 100%);
}

.hero-content,
.news-card,
.social-row,
.bottom-logos {
  position: relative;
  z-index: 1;
}

.hero-content {
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 700px;
  width: min(700px, calc(100vw - 560px));
  padding-left: 0;
}

.eyebrow {
  margin: 0 0 16px;
  color: #1792ff;
  font-size: 1.08rem;
  letter-spacing: 0.22rem;
}

.hero-content h1,
.section-head h2 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-weight: 700;
}

.hero-content h1 {
  font-size: clamp(3.7rem, 7.8vw, 6.45rem);
  line-height: 0.96;
}

.hero-copy {
  max-width: 560px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1.75;
}

.hero-actions {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.cta-secondary {
  background: none;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.06rem;
}

.cta-secondary::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border: 2px solid currentColor;
  border-radius: 999px;
  box-sizing: border-box;
}

.video-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 80;
  padding: 24px;
}

.video-modal.is-open {
  display: flex;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 7, 14, 0.84);
  backdrop-filter: blur(6px);
}

.video-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1200px, 95vw);
  background: rgba(7, 15, 28, 0.96);
  border: 1px solid rgba(120, 171, 228, 0.22);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.video-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  z-index: 2;
}

.video-frame-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.video-frame-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.home-side-column {
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  width: min(420px, calc(100vw - 96px));
  max-height: calc(100vh - 210px);
  display: grid;
  gap: 20px;
  z-index: 2;
  align-content: center;
}

.news-card {
  position: relative;
  width: 100%;
  background: rgba(8, 15, 28, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  padding: 28px 28px 24px;
  box-shadow: var(--shadow);
}

.news-label {
  margin: 0 0 24px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.news-list li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.news-list strong {
  color: #f6f9ff;
  font-weight: 500;
}

.news-list a {
  color: inherit;
  text-decoration: none;
}

.social-row {
  position: absolute;
  left: 48px;
  bottom: 44px;
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.8);
}

.social-row a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  color: rgba(255, 255, 255, 0.86);
}

.social-row svg {
  width: 100%;
  height: 100%;
  display: block;
}

.bottom-logos {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.page-downloads,
.page-serverinfo,
.page-eventscores,
.page-ranking,
.page-topup {
  position: relative;
  min-height: 100vh;
  padding: 220px 48px 72px;
  background:
    linear-gradient(180deg, rgba(5, 13, 24, 0.86), rgba(5, 13, 24, 0.98)),
    radial-gradient(circle at 70% 18%, rgba(27, 95, 172, 0.2), transparent 24%);
}

.page-video-backdrop,
.page-video,
.page-video-overlay {
  position: absolute;
  inset: 0;
}

.page-video-backdrop {
  background:
    linear-gradient(100deg, rgba(4, 7, 14, 0.9) 0%, rgba(5, 10, 20, 0.54) 36%, rgba(6, 10, 19, 0.4) 58%, rgba(4, 8, 16, 0.82) 100%),
    linear-gradient(180deg, rgba(3, 7, 14, 0.28) 0%, rgba(4, 9, 18, 0.42) 45%, rgba(3, 8, 15, 0.88) 100%);
  z-index: 0;
}

.page-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.62) saturate(0.92);
  z-index: 0;
}

.page-video-overlay {
  background:
    linear-gradient(180deg, rgba(5, 13, 24, 0.08) 0%, rgba(5, 13, 24, 0.18) 40%, rgba(5, 13, 24, 0.82) 100%);
  z-index: 0;
}

.page-panel {
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 292px);
  position: relative;
  z-index: 1;
}

.page-panel-centered {
  align-items: center;
}

.section-head {
  margin-bottom: 32px;
}

.section-head h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  margin-bottom: 12px;
}

.section-head p {
  margin: 0;
  max-width: 720px;
  color: var(--muted);
  line-height: 1.7;
}

.section-head-centered {
  text-align: center;
}

.server-info-card {
  width: min(900px, 100%);
  padding: 40px 44px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.server-info-list {
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.server-info-list p {
  margin: 0;
  color: rgba(244, 247, 251, 0.92);
  font-size: 1.12rem;
  line-height: 1.5;
}

.downloads-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.event-scores-shell {
  display: grid;
  gap: 24px;
}

.live-shell {
  display: grid;
}

.live-shell-home .live-grid,
.live-shell-home .live-grid-offline {
  grid-template-columns: 1fr;
}

.live-shell-home .live-side-card,
.live-shell-home .live-status-card {
  padding: 22px;
}

.live-shell-home .live-status-card h3 {
  font-size: clamp(1.3rem, 1.8vw, 1.9rem);
}

.live-shell-home .live-page-embed {
  margin-top: 0;
  height: clamp(300px, 42vh, 500px);
}

.live-page-feed-card {
  background: rgba(8, 15, 28, 0.82);
  border-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
}

.live-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: start;
}

.live-grid-offline {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
}

.live-video-card,
.live-side-card,
.live-status-card {
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.live-status-card h3,
.live-video-card h3 {
  margin: 0 0 12px;
  font-family: "Cinzel", serif;
  font-size: clamp(1.75rem, 2.2vw, 2.6rem);
}

.live-status-card p,
.live-video-card p,
.live-side-card p {
  color: var(--muted);
  line-height: 1.7;
}

.live-badge-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff4d63, #db2237);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}

.live-page-name,
.live-meta,
.live-side-label {
  color: rgba(206, 226, 248, 0.8);
  font-size: 0.94rem;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

.live-frame-wrap,
.live-page-embed {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(109, 163, 227, 0.18);
  background: #040b15;
}

.live-frame-wrap {
  margin-top: 18px;
  aspect-ratio: 16 / 9;
}

.live-page-embed {
  margin-top: 14px;
  height: 720px;
}

.live-frame-wrap iframe,
.live-page-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.live-actions {
  display: flex;
  gap: 14px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.live-status-compact {
  padding: 18px;
  margin-top: 14px;
}

.event-empty-card {
  padding: 28px;
  color: var(--muted);
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.event-card {
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.event-card h3 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 2rem;
}

.event-date-range {
  margin: 8px 0 0;
  color: var(--muted);
}

.event-table-wrap {
  overflow-x: auto;
  margin-top: 20px;
}

.event-score-table,
.event-mini-table {
  width: 100%;
  border-collapse: collapse;
}

.event-score-table th,
.event-score-table td,
.event-mini-table td {
  padding: 12px 14px;
  border: 1px solid rgba(120, 171, 228, 0.16);
  text-align: center;
}

.event-score-table th {
  background: rgba(9, 20, 39, 0.92);
  color: #8cc7ff;
  font-size: 0.88rem;
  text-transform: uppercase;
}

.event-score-table td {
  min-width: 120px;
}

.event-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}

.event-summary-card {
  border: 1px solid rgba(120, 171, 228, 0.16);
  padding: 18px;
  background: rgba(6, 14, 27, 0.55);
}

.event-summary-title {
  margin: 0 0 12px;
  font-family: "Cinzel", serif;
  font-size: 1.2rem;
}

.summary-label {
  color: #8cc7ff;
  text-align: left;
}

.summary-value {
  text-align: left;
  color: rgba(244, 247, 251, 0.92);
}

.download-card,
.ranking-card,
.topup-card {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.download-card {
  padding: 28px;
}

.download-card h3,
.ranking-card h3,
.topup-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Cinzel", serif;
  font-size: 1.5rem;
}

.download-card p,
.topup-card p {
  color: var(--muted);
  line-height: 1.7;
}

.downloads-link {
  display: inline-flex;
  margin-top: 22px;
  padding: 0.95rem 1.4rem;
  text-decoration: none;
  border-radius: 4px;
}

.ranking-status {
  min-height: 0;
  margin-bottom: 18px;
  color: #7ab6ff;
}

.ranking-status:empty {
  display: none;
}

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

.ranking-card {
  padding: 28px;
}

.ranking-card-wide {
  grid-column: 1 / -1;
}

.ranking-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.pager {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pager span {
  min-width: 72px;
  text-align: center;
  color: var(--muted);
}

.pager button {
  padding: 0.6rem 0.95rem;
  border-radius: 4px;
  color: #fff;
}

.pager button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}

.table-wrap {
  overflow: visible;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 0;
  table-layout: fixed;
}

th:nth-child(1),
td:nth-child(1),
th:nth-child(2),
td:nth-child(2),
th:nth-child(3),
td:nth-child(3),
th:nth-child(4),
td:nth-child(4) {
  width: 17%;
}

th:nth-child(5),
td:nth-child(5),
th:nth-child(6),
td:nth-child(6) {
  width: 16%;
}

th,
td {
  padding: 14px 10px;
  border-bottom: 1px solid rgba(120, 171, 228, 0.12);
  text-align: left;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}

th {
  background: rgba(9, 20, 39, 0.92);
  color: #8cc7ff;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.03rem;
  line-height: 1.15;
}

td {
  color: rgba(244, 247, 251, 0.9);
  font-size: 0.96rem;
}

.topup-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
}

@media (max-width: 1080px) {
  .topbar {
    flex-wrap: wrap;
    padding: 24px 20px 20px;
  }

  .brand {
    min-width: auto;
  }

  .brand img {
    width: 240px;
  }

  .nav-tabs {
    order: 3;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 28px;
  }

  .topbar-actions {
    min-width: auto;
    margin-left: auto;
  }

  .page-home,
  .page-downloads,
  .page-serverinfo,
  .page-eventscores,
  .page-ranking,
  .page-topup {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-downloads,
  .page-serverinfo,
  .page-eventscores,
  .page-ranking,
  .page-topup {
    padding-top: 250px;
    padding-bottom: 56px;
  }

  .hero-content {
    left: 20px;
    width: min(620px, calc(100vw - 80px));
  }

  .live-grid,
  .live-grid-offline {
    grid-template-columns: 1fr;
  }

  .home-side-column,
  .news-card,
  .social-row {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 32px;
  }

  .home-side-column {
    top: auto;
    transform: none;
    width: 100%;
    max-height: none;
  }

  .bottom-logos {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    justify-content: flex-start;
    margin-top: 28px;
  }

  .bottom-logos img,
  .bottom-logos img {
    width: min(675px, 90vw);
  }
}

@media (max-width: 720px) {
  .page-downloads,
  .page-serverinfo,
  .page-eventscores,
  .page-ranking,
  .page-topup {
    padding-top: 230px;
  }

  .page-panel {
    min-height: calc(100vh - 286px);
  }

  .topbar-actions {
    width: 100%;
    justify-content: space-between;
  }

  .loading-screen-inner {
    padding: 28px 18px 150px;
  }

  .loading-logo-wrap {
    width: min(520px, 88vw);
  }

  .loading-label {
    font-size: 0.86rem;
    letter-spacing: 0.18rem;
    text-align: center;
  }

  .play-now,
  .cta-primary {
    padding: 1.05rem 1.7rem;
  }

  .hero-actions,
  .topup-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-content {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
  }

  .hero-content h1 {
    font-size: 3.2rem;
  }

  .ranking-grid {
    grid-template-columns: 1fr;
  }

  .server-info-card {
    padding: 28px 20px;
  }

  .live-video-card,
  .live-side-card,
  .live-status-card {
    padding: 22px 18px;
  }

  .live-page-embed {
    height: 620px;
  }

  .live-shell-home .live-page-embed {
    height: min(62vh, 520px);
  }

  .server-info-list p {
    font-size: 1rem;
  }

  .event-summary-grid {
    grid-template-columns: 1fr;
  }

  .ranking-card {
    padding: 18px;
  }

  th:nth-child(1),
  td:nth-child(1),
  th:nth-child(2),
  td:nth-child(2),
  th:nth-child(3),
  td:nth-child(3),
  th:nth-child(4),
  td:nth-child(4),
  th:nth-child(5),
  td:nth-child(5),
  th:nth-child(6),
  td:nth-child(6) {
    width: auto;
  }

  .ranking-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  th,
  td {
    padding: 12px 8px;
    font-size: 0.88rem;
  }

  th {
    font-size: 0.72rem;
  }

  .news-card {
    width: 100%;
  }

  .social-row {
    flex-wrap: wrap;
    gap: 16px;
  }

  .bottom-logos img,
  .bottom-logos img {
    width: min(540px, 92vw);
  }
}

@keyframes loaderFloat {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.88;
  }

  50% {
    transform: translateY(-12px);
    opacity: 1;
  }
}
