:root {
  --bg: #060607;
  --surface: #0e0e10;
  --surface-2: #151517;
  --line: #2b2020;
  --line-strong: #6d1515;
  --red: #e31318;
  --red-2: #ff3036;
  --text: #f4f4f5;
  --muted: #a7a7ad;
  --muted-2: #707078;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 8px;
  --container: min(1180px, calc(100vw - 40px));
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Bahnschrift", "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #060607;
  background-size: 44px 44px;
}

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

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

button,
input {
  font: inherit;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 max(20px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 6, 7, 0.82);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 0 28px rgba(227, 19, 24, 0.2);
}

.brand-text,
h1,
h2,
h3,
.btn,
.eyebrow,
.site-nav a,
.status-item strong {
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-text {
  font-size: clamp(1.05rem, 1.8vw, 1.4rem);
  font-weight: 900;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-nav a {
  position: relative;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active,
.site-nav a[aria-current="page"] {
  color: var(--text);
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.is-active::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--surface);
  color: var(--text);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.section-anchor {
  scroll-margin-top: 88px;
}

.hero {
  position: relative;
  display: grid;
  min-height: 760px;
  overflow: hidden;
  padding-top: 76px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.68;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 6, 7, 0.96) 0%, rgba(6, 6, 7, 0.67) 48%, rgba(6, 6, 7, 0.86) 100%),
    linear-gradient(180deg, rgba(6, 6, 7, 0.06) 0%, #060607 96%);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 42px;
  align-items: center;
  width: var(--container);
  margin: 0 auto;
  padding: 72px 0;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--red-2);
  font-size: 0.78rem;
  font-weight: 900;
}

.eyebrow::before {
  width: 28px;
  height: 2px;
  content: "";
  background: currentColor;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(4.2rem, 11vw, 9rem);
  line-height: 0.86;
  font-weight: 900;
  text-wrap: balance;
}

.hero-title-lockup {
  max-width: 760px;
  margin-bottom: 18px;
}

.hero-title-lockup h1 {
  display: grid;
  gap: 0;
  max-width: 760px;
  margin-bottom: 0;
  text-shadow:
    0 0 28px rgba(227, 19, 24, 0.16),
    0 8px 30px rgba(0, 0, 0, 0.64);
}

.hero-title-lockup h1 span {
  display: block;
  transform: skewX(-6deg);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 0.96;
  font-weight: 900;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  line-height: 1.1;
  font-weight: 900;
}

.hero-lead,
.section-copy,
.discord-section p,
.feature-card p,
.news-card p,
.shop-card p {
  color: var(--muted);
}

.hero-lead {
  max-width: 640px;
  margin-bottom: 30px;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 900;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--red-2);
  border-color: var(--red-2);
}

.btn-outline {
  border-color: var(--red);
  background: rgba(227, 19, 24, 0.06);
  color: var(--text);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  background: rgba(227, 19, 24, 0.16);
}

.btn-quiet {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
}

.btn-full {
  width: 100%;
}

.status-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 670px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(14, 14, 16, 0.78);
  box-shadow: var(--shadow);
}

.status-item {
  min-width: 0;
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.status-item:last-child {
  border-right: 0;
}

.status-item span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted-2);
  font-size: 0.78rem;
}

.status-item strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 1.08rem;
}

.player-panel {
  width: 100%;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 3px solid var(--red);
  background: rgba(10, 10, 12, 0.86);
  box-shadow: var(--shadow);
}

.player-panel h2 {
  margin-bottom: 18px;
  font-size: 1.22rem;
}

.login-form {
  display: grid;
  gap: 12px;
}

.login-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.78rem;
}

.login-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 4px;
  outline: none;
  background: #0a0a0c;
  color: var(--text);
}

.login-form input:focus {
  border-color: var(--red);
}

.content-band {
  padding: 92px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(6, 6, 7, 0.94);
}

.game-band,
.ranking-band {
  background:
    linear-gradient(90deg, rgba(227, 19, 24, 0.08), transparent 45%),
    #080809;
}

.download-band {
  background:
    linear-gradient(90deg, #080809, rgba(227, 19, 24, 0.08)),
    #080809;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.section-heading h2,
.two-column h2,
.ranking-layout h2,
.discord-section h2 {
  max-width: 760px;
}

.text-link,
.section-note {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--red-2);
}

.feature-grid,
.news-grid,
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.news-card,
.shop-card,
.download-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: var(--surface);
}

.feature-card,
.shop-card {
  padding: 22px;
}

.feature-card,
.news-card,
.shop-card,
.download-card,
.ranking-panel,
.featured-card,
.player-panel {
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.feature-card:hover,
.news-card:hover,
.shop-card:hover,
.download-card:hover {
  border-color: rgba(227, 19, 24, 0.42);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}

.feature-index {
  display: block;
  margin-bottom: 18px;
  color: var(--red-2);
  font-size: 0.9rem;
  font-weight: 900;
}

.featured-news {
  margin-bottom: 20px;
}

.featured-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 380px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: var(--surface);
}

.featured-card img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center;
}

.featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 9px;
  border: 1px solid var(--red);
  border-radius: 4px;
  background: rgba(227, 19, 24, 0.16);
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.news-card {
  overflow: hidden;
}

.news-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.news-card-body {
  padding: 18px;
}

.date {
  color: var(--muted-2);
  font-size: 0.78rem;
}

.download-list {
  display: grid;
  gap: 14px;
}

.download-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 94px;
  padding: 18px;
}

.download-card span,
.shop-card span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted-2);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.download-card strong {
  font-size: 1.08rem;
}

.shop-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
}

.shop-card .btn {
  margin-top: auto;
}

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

.shop-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 28px;
}

.shop-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 10%, rgba(227, 19, 24, 0.18), transparent 38%),
    rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(10px);
}

.shop-modal-panel {
  position: relative;
  width: min(1080px, 100%);
  max-height: min(780px, calc(100vh - 42px));
  overflow: auto;
  padding: 28px;
  border: 1px solid rgba(227, 19, 24, 0.36);
  border-top: 3px solid var(--red);
  border-radius: var(--radius);
  outline: none;
  background: rgba(10, 10, 12, 0.96);
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.04);
}

.modal-close::before,
.modal-close::after {
  position: absolute;
  top: 19px;
  left: 10px;
  width: 20px;
  height: 2px;
  content: "";
  background: var(--text);
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}

.shop-modal-head {
  max-width: 760px;
  margin-bottom: 24px;
  padding-right: 54px;
}

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

.shop-modal-head p:last-child {
  color: var(--muted);
}

.shop-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.shop-topic-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: var(--surface);
}

.shop-topic-card img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

.shop-topic-body {
  padding: 16px;
}

.shop-topic-body span {
  display: block;
  margin-bottom: 6px;
  color: var(--red-2);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-topic-body p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

body.modal-open {
  overflow: hidden;
}

.ranking-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 52px;
  align-items: center;
}

.ranking-panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(14, 14, 16, 0.88);
}

.ranking-head,
.ranking-row {
  display: grid;
  grid-template-columns: 1fr 80px 100px;
  gap: 14px;
  align-items: center;
}

.ranking-head {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted-2);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ranking-row {
  min-height: 64px;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

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

.player-name {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.rank-badge {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line-strong);
  background: #18090a;
  color: var(--red-2);
  font-weight: 900;
}

.player-name strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.discord-section {
  padding: 70px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(227, 19, 24, 0.16), rgba(6, 6, 7, 0.88)),
    #09090a;
}

.discord-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.discord-inner p {
  max-width: 680px;
}

.site-footer {
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: var(--muted-2);
  background: #060607;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.86rem;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  max-width: min(360px, calc(100vw - 40px));
  padding: 14px 16px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #111113;
  color: var(--text);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-main {
  min-height: calc(100vh - 84px);
  padding-top: 76px;
}

.page-hero {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  display: grid;
  align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.page-hero-compact {
  min-height: 420px;
}

.page-hero-bg,
.page-hero-overlay {
  position: absolute;
  inset: 0;
}

.page-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.54;
}

.page-hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 6, 7, 0.96) 0%, rgba(6, 6, 7, 0.72) 52%, rgba(6, 6, 7, 0.92) 100%),
    linear-gradient(180deg, rgba(6, 6, 7, 0.08), #060607 100%);
}

.page-hero-inner {
  position: relative;
  padding: 72px 0;
}

.page-hero h1 {
  max-width: 860px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 8vw, 6.8rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.22rem);
}

.page-hero .btn {
  margin-top: 10px;
}

.quick-grid,
.info-grid,
.rules-grid,
.class-grid {
  display: grid;
  gap: 18px;
}

.quick-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-grid,
.rules-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick-card,
.class-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: var(--surface);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.quick-card {
  display: grid;
  min-height: 220px;
  padding: 22px;
}

.quick-card span,
.class-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--red-2);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-card p,
.class-card p,
.download-card-page p {
  color: var(--muted);
}

.quick-card:hover,
.quick-card:focus-visible,
.class-card:hover,
.class-card:focus-visible {
  border-color: rgba(227, 19, 24, 0.42);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}

.class-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.class-card {
  overflow: hidden;
}

.class-card img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

.class-card div {
  padding: 18px;
}

.feature-grid-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.download-grid {
  display: grid;
  gap: 14px;
}

.download-card-page {
  align-items: stretch;
}

.download-card-page div {
  display: grid;
  gap: 4px;
}

.download-card-page p {
  margin: 6px 0 0;
}

.page-status-strip {
  max-width: none;
  margin-bottom: 52px;
}

.ranking-page-layout {
  align-items: start;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 76px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(10, 10, 12, 0.96);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .site-nav a::after {
    display: none;
  }

  .quick-grid,
  .class-grid,
  .info-grid,
  .rules-grid,
  .feature-grid-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
  }

  .hero-inner,
  .two-column,
  .ranking-layout,
  .featured-card {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    gap: 28px;
    padding: 54px 0;
  }

  .player-panel {
    max-width: 520px;
  }

  .feature-grid,
  .news-grid,
  .shop-grid,
  .shop-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-card img {
    min-height: 260px;
  }
}

@media (max-width: 680px) {
  :root {
    --container: min(100vw - 28px, 1180px);
  }

  .topbar {
    min-height: 66px;
    padding-inline: 14px;
  }

  .brand-logo {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .brand-text {
    font-size: 1rem;
  }

  .site-nav {
    top: 66px;
  }

  .section-anchor {
    scroll-margin-top: 78px;
  }

  .hero {
    padding-top: 66px;
  }

  .page-main {
    padding-top: 66px;
  }

  .page-hero,
  .page-hero-compact {
    min-height: 360px;
  }

  .page-hero-inner {
    padding: 46px 0;
  }

  .page-hero h1 {
    font-size: clamp(2.8rem, 15vw, 4.6rem);
  }

  .hero-bg {
    object-position: center top;
    opacity: 0.54;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(6, 6, 7, 0.97), rgba(6, 6, 7, 0.78)),
      linear-gradient(180deg, rgba(6, 6, 7, 0.18) 0%, #060607 96%);
  }

  h1 {
    font-size: clamp(3.3rem, 18vw, 5rem);
  }

  .hero-title-lockup {
    max-width: 100%;
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .hero-actions,
  .discord-inner,
  .section-heading,
  .download-card,
  .footer-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn,
  .discord-inner .btn,
  .download-card .btn {
    width: 100%;
  }

  .status-strip,
  .feature-grid,
  .news-grid,
  .shop-grid,
  .quick-grid,
  .class-grid,
  .info-grid,
  .rules-grid,
  .feature-grid-wide {
    grid-template-columns: 1fr;
  }

  .status-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .status-item:last-child {
    border-bottom: 0;
  }

  .content-band {
    padding: 64px 0;
  }

  .shop-modal {
    padding: 14px;
  }

  .shop-modal-panel {
    padding: 20px;
    max-height: calc(100vh - 28px);
  }

  .shop-modal-head {
    padding-right: 44px;
  }

  .shop-topic-grid {
    grid-template-columns: 1fr;
  }

  .featured-copy {
    padding: 22px;
  }

  .ranking-head,
  .ranking-row {
    grid-template-columns: minmax(0, 1fr) 62px 76px;
    gap: 8px;
    font-size: 0.84rem;
  }
}
