﻿:root {
  --blood: #4f1488;
  --blood-bright: #8cf1ff;
  --ash: #e8ddff;
  --bone: #f7fdff;
  --smoke: rgba(8, 6, 12, 0.8);
  --black: #030304;
  --line: rgba(104, 220, 255, 0.18);
  --max: 1180px;
  --ghost-purple: #50d8ff;
  --ghost-green: #8cf1ff;
  --ghost-glow-green: 0 0 30px rgba(104, 220, 255, 0.24);
  --ghost-glow-purple: 0 0 34px rgba(80, 216, 255, 0.24);
}

.launcher-one-page {
  display: grid;
  place-items: center;
  position: relative;
  width: min(100%, calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 9rem 0 5rem;
  isolation: isolate;
}

.launcher-one-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 38%, rgba(104, 220, 255, 0.18), transparent 19rem),
    url("../img/ghostpk-pack/login-hero.png?v=20260718-pack") center / cover no-repeat,
    linear-gradient(180deg, rgba(86, 0, 6, 0.18), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.launcher-download-frame {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(34rem, 100%);
  padding: clamp(2.3rem, 5vw, 3.2rem) clamp(1.4rem, 4vw, 2.65rem) clamp(1.6rem, 4vw, 2.65rem);
  border: 1px solid rgba(104, 220, 255, 0.38);
  border-top: 3px solid rgba(104, 220, 255, 0.95);
  border-radius: 8px;
  color: var(--bone);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(3, 8, 14, 0.84)),
    url("../img/ghostpk-pack/loading-screen.png?v=20260718-pack") center top / cover no-repeat,
    radial-gradient(circle at 50% 0%, rgba(104, 220, 255, 0.2), transparent 12rem),
    linear-gradient(180deg, rgba(5, 25, 38, 0.96), rgba(3, 8, 14, 0.98)),
    rgba(3, 8, 14, 0.98);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.58),
    0 0 46px rgba(80, 216, 255, 0.26),
    inset 0 0 38px rgba(104, 220, 255, 0.08);
  text-align: center;
}

.launcher-download-frame::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  z-index: 0;
  height: 28px;
  border-radius: 8px 8px 0 0;
  background: url("../img/ghostpk-pack/divider.png?v=20260718-pack") center / contain no-repeat;
  box-shadow: 0 10px 30px rgba(80, 216, 255, 0.34), inset 0 2px 0 rgba(104, 220, 255, 0.22);
}

.launcher-download-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(104, 220, 255, 0.2), transparent 13rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 38%);
  opacity: 0.82;
}

.blood-drip-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
}

.launcher-download-frame > *:not(.blood-drip-canvas) {
  position: relative;
  z-index: 2;
}

.launcher-label {
  color: rgba(244, 255, 215, 0.9);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.launcher-download-frame h1 {
  margin: 0.65rem 0 0;
  color: #f7f2ff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.1rem, 7vw, 4rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 0.95;
  text-shadow: 0 0 22px rgba(104, 220, 255, 0.36), 0 0 34px rgba(80, 216, 255, 0.36), 0 3px 0 rgba(0, 0, 0, 0.84);
  text-transform: uppercase;
}

.launcher-download-frame p {
  margin: 1rem 0 0;
  color: rgba(232, 221, 255, 0.82);
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.launcher-download-actions {
  display: grid;
  gap: 0.72rem;
  width: min(100%, 17rem);
  margin: 1.4rem auto 0;
}

.launcher-download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.56rem;
  width: min(100%, 17rem);
  min-height: 3.25rem;
  margin-top: 0;
  padding: 0.9rem 1.25rem;
  border: 1px solid rgba(104, 220, 255, 0.5);
  border-radius: 6px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(104, 220, 255, 0.32), rgba(7, 80, 112, 0.88)),
    radial-gradient(circle at 50% 0%, rgba(80, 216, 255, 0.34), transparent 4.5rem);
  box-shadow: 0 16px 38px rgba(104, 220, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  font-family: "Rajdhani", sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.download-icon {
  display: inline-grid;
  place-items: center;
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
}

.download-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  filter: drop-shadow(0 0 8px rgba(104, 220, 255, 0.36));
}

.download-icon--mac {
  width: 1.18rem;
  height: 1.18rem;
}

.launcher-download-link--secondary {
  min-height: 2.7rem;
  border-color: rgba(104, 220, 255, 0.32);
  background:
    linear-gradient(180deg, rgba(104, 220, 255, 0.18), rgba(5, 45, 66, 0.82)),
    radial-gradient(circle at 50% 0%, rgba(80, 216, 255, 0.26), transparent 4rem);
  box-shadow: 0 12px 28px rgba(104, 220, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  font-size: 0.92rem;
}

.launcher-download-link:hover,
.launcher-download-link:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.14);
  box-shadow: 0 22px 48px rgba(104, 220, 255, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.launcher-download-frame .launcher-compat-note {
  max-width: 21rem;
  margin: 1rem auto 0;
  color: rgba(232, 221, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.35;
}

.launcher-online-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.34rem;
  min-height: 2.25rem;
  margin-top: 1rem;
  padding: 0.48rem 0.76rem;
  border: 1px solid rgba(104, 220, 255, 0.28);
  border-radius: 999px;
  color: var(--bone);
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.08), transparent 1.5rem),
    linear-gradient(180deg, rgba(14, 22, 8, 0.92), rgba(6, 1, 12, 0.9));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34), inset 0 0 16px rgba(104, 220, 255, 0.08);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.launcher-online-status strong {
  color: #fff;
  font-size: 0.94rem;
}

.launcher-online-status span:last-child {
  color: rgba(240, 230, 208, 0.72);
  font-size: 0.72rem;
}

@media (max-width: 999px) {
  .launcher-one-page {
    width: calc(100% - 1.4rem);
    padding-top: 6.25rem;
  }
}

.ghost-audio-button {
  position: fixed;
  right: clamp(0.9rem, 2.4vw, 1.45rem);
  bottom: clamp(0.9rem, 2.4vw, 1.45rem);
  z-index: 50;
  display: inline-grid;
  place-items: center;
  width: 4.15rem;
  height: 4.15rem;
  border: 1px solid rgba(104, 220, 255, 0.72);
  border-radius: 999px;
  color: #03121c;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0) 1.15rem),
    linear-gradient(135deg, #e8fbff, #8cf1ff 48%, #1186b4);
  box-shadow:
    0 0 30px rgba(104, 220, 255, 0.36),
    0 14px 42px rgba(0, 0, 0, 0.48),
    inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  cursor: pointer;
  isolation: isolate;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.ghost-audio-button:hover,
.ghost-audio-button:focus-visible {
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    0 0 44px rgba(104, 220, 255, 0.56),
    0 18px 54px rgba(0, 0, 0, 0.56),
    inset 0 0 0 1px rgba(255, 255, 255, 0.36);
  outline: none;
}

.ghost-audio-button:active {
  transform: translateY(0) scale(0.98);
}

.ghost-audio-button__pulse {
  position: absolute;
  inset: -0.34rem;
  z-index: -1;
  border: 1px solid rgba(104, 220, 255, 0.46);
  border-radius: inherit;
  opacity: 0;
}

.ghost-audio-button.is-playing .ghost-audio-button__pulse {
  animation: ghost-audio-pulse 700ms ease-out;
}

.ghost-audio-button__label {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 0.1rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
}

@keyframes ghost-audio-pulse {
  0% {
    opacity: 0.95;
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

@media (max-width: 560px) {
  .ghost-audio-button {
    width: 3.5rem;
    height: 3.5rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ash);
  font-family: "Rajdhani", sans-serif;
  background: var(--black) url("../img/ghostpk-pack/login-hero.png?v=20260718-pack") center center / cover fixed no-repeat;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: -1;
  background:
    radial-gradient(circle at 50% 48%, rgba(104, 220, 255, 0.12), transparent 32rem),
    radial-gradient(circle at 76% 28%, rgba(80, 216, 255, 0.18), transparent 28rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.02) 48%, rgba(0, 0, 0, 0.42)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.36));
}

body::after {
  z-index: 20;
  background: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 100% 4px;
  mix-blend-mode: overlay;
  opacity: 0.2;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: min(1260px, calc(100% - 2rem));
  transform: translateX(-50%);
  padding: 1rem 0;
}

.cart-float {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 36;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.7rem;
  height: 3.7rem;
  border: 1px solid rgba(240, 230, 208, 0.22);
  border-radius: 1.15rem;
  color: var(--bone);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.12), transparent 1.6rem),
    linear-gradient(180deg, rgba(20, 20, 22, 0.94), rgba(3, 3, 4, 0.86));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38), inset 0 0 22px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.top-status-bar {
  position: fixed;
  top: 1.25rem;
  right: 1rem;
  z-index: 36;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  width: 8.6rem;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--bone);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  flex: 0 0 auto;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.server-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  min-height: auto;
  padding: 0.32rem 0.55rem;
  border: 1px solid rgba(104, 220, 255, 0.24);
  border-radius: 0.65rem;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08), transparent 1.4rem),
    linear-gradient(180deg, rgba(13, 20, 8, 0.94), rgba(7, 4, 12, 0.88));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.34), inset 0 0 18px rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(14px);
}

.server-status strong {
  color: #fff;
  font-size: 0.86rem;
  line-height: 1;
}

.server-status span:last-child {
  color: rgba(240, 230, 208, 0.7);
  font-size: 0.68rem;
}

.status-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #41ff79;
  box-shadow: none;
}

.top-play-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  font-family: "Cinzel", serif;
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.18s ease, text-shadow 0.18s ease;
}

.top-play-button:hover {
  color: #8cf1ff;
  text-shadow: 0 0 12px rgba(104, 220, 255, 0.72);
}

.cart-float:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 230, 208, 0.42);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.46), 0 0 26px rgba(104, 220, 255, 0.16);
}

.cart-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  color: var(--bone);
  font-size: 0;
}

.cart-icon::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1.25rem;
  height: 1rem;
  border: 2px solid currentColor;
  border-radius: 0.2rem 0.2rem 0.32rem 0.32rem;
  background: linear-gradient(180deg, rgba(240, 230, 208, 0.08), rgba(104, 220, 255, 0.08));
}

.cart-icon::after {
  content: "";
  position: absolute;
  top: 0.05rem;
  width: 0.76rem;
  height: 0.62rem;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.cart-count {
  position: absolute;
  top: -0.42rem;
  right: -0.42rem;
  display: grid;
  place-items: center;
  min-width: 1.45rem;
  height: 1.45rem;
  padding: 0 0.34rem;
  border: 1px solid rgba(240, 230, 208, 0.48);
  border-radius: 999px;
  color: #1b0c00;
  background: linear-gradient(180deg, #ffe6a1, #d28a20);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.36);
}

.brand,
.site-nav,
.nav-toggle {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    linear-gradient(180deg, rgba(12, 13, 16, 0.9), rgba(5, 5, 8, 0.78));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.48), inset 0 0 28px rgba(104, 220, 255, 0.08), var(--ghost-glow-purple);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 3.35rem;
  padding: 0.5rem 1rem 0.5rem 0.55rem;
  border-radius: 999px;
  color: var(--bone);
  font-family: "Cinzel", serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle at 35% 25%, var(--blood-bright), #1d062f 62%, #090909);
  font-family: "Rajdhani", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.site-nav {
  order: 2;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 4.05rem;
  padding: 0.3rem 0.5rem;
  border-radius: 1.35rem;
}

.site-nav a {
  padding: 0.72rem 0.82rem;
  border-radius: 0.85rem;
  color: rgba(240, 230, 208, 0.76);
  font-weight: 700;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.site-nav a:hover,
.site-nav .nav-play {
  color: #fff;
  background: rgba(104, 220, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(104, 220, 255, 0.24), 0 0 18px rgba(80, 216, 255, 0.14);
}

.site-nav .nav-play:hover {
  background: rgba(104, 220, 255, 0.26);
  box-shadow: inset 0 0 0 1px rgba(104, 220, 255, 0.44), 0 0 26px rgba(104, 220, 255, 0.36), 0 0 54px rgba(80, 216, 255, 0.22);
  text-shadow: 0 0 12px rgba(104, 220, 255, 0.72);
}

.site-nav .discord-nav {
  color: #fff;
  background: rgba(88, 101, 242, 0.24);
  box-shadow: inset 0 0 0 1px rgba(139, 149, 255, 0.34), 0 0 20px rgba(88, 101, 242, 0.2);
}

.site-nav .discord-nav:hover {
  background: rgba(88, 101, 242, 0.34);
  box-shadow: inset 0 0 0 1px rgba(139, 149, 255, 0.48), 0 0 28px rgba(88, 101, 242, 0.38);
}

.site-nav .nav-logo {
  position: relative;
  display: grid;
  place-items: center;
  width: 6.6rem;
  height: 6.6rem;
  margin: -0.65rem 0.8rem -2.2rem;
  padding: 0;
  border: 1px solid rgba(104, 220, 255, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(104, 220, 255, 0.22), transparent 62%),
    rgba(0, 0, 0, 0.74);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.58), 0 0 34px rgba(104, 220, 255, 0.26), inset 0 0 24px rgba(80, 216, 255, 0.12);
}

.site-nav .nav-logo:hover {
  background:
    radial-gradient(circle, rgba(104, 220, 255, 0.3), transparent 62%),
    rgba(0, 0, 0, 0.8);
}

.nav-logo img {
  display: block;
  width: 6.6rem;
  height: 6.6rem;
  object-fit: contain;
  object-position: center center;
  border-radius: 50%;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.78)) drop-shadow(0 0 18px rgba(104, 220, 255, 0.28));
  transform: none;
}

.discord-nav::before,
.discord-button span,
.discord-panel-link strong::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 0.9rem;
  margin-right: 0.45rem;
  border-radius: 0.45rem;
  background:
    radial-gradient(circle at 35% 55%, #fff 0 0.075rem, transparent 0.08rem),
    radial-gradient(circle at 65% 55%, #fff 0 0.075rem, transparent 0.08rem),
    radial-gradient(circle at 17% 15%, #111 0 0.15rem, transparent 0.16rem),
    radial-gradient(circle at 83% 15%, #111 0 0.15rem, transparent 0.16rem),
    linear-gradient(180deg, #8b95ff, #5865f2);
  clip-path: polygon(13% 14%, 28% 0, 37% 12%, 63% 12%, 72% 0, 87% 14%, 92% 82%, 74% 100%, 63% 83%, 37% 83%, 26% 100%, 8% 82%);
  box-shadow: 0 0 18px rgba(88, 101, 242, 0.38);
  vertical-align: -0.08rem;
}

.discord-panel-link strong {
  display: inline-flex;
  align-items: center;
}

.nav-toggle {
  display: none;
  min-height: 3.25rem;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  color: var(--bone);
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  width: min(var(--max), calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 9rem 0 4rem;
}

.server-hero {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
  gap: 1.4rem;
  padding-bottom: 5.8rem;
}

.server-home {
  align-items: center;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 10.2rem 0 5.4rem;
}

.home-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 1.1rem;
  width: min(46rem, 100%);
  margin: 0 auto;
}

.server-shot-stack {
  display: grid;
  gap: 0.75rem;
}

.server-shot-stack-left {
  transform: translateY(0.25rem);
}

.server-shot-stack-right {
  transform: translateY(0.25rem);
}

.server-side-shot {
  position: relative;
  min-height: clamp(11.5rem, 17vw, 15.5rem);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.24);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42), inset 0 0 34px rgba(80, 216, 255, 0.08);
  isolation: isolate;
}

.server-side-shot.small-shot {
  min-height: clamp(8.5rem, 12vw, 11rem);
  opacity: 0.9;
}

.server-side-shot::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.38)),
    radial-gradient(circle at 50% 12%, rgba(104, 220, 255, 0.22), transparent 58%);
  box-shadow: inset 0 0 0 1px rgba(104, 220, 255, 0.12), inset 0 -34px 52px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.server-side-shot::after {
  content: "";
  position: absolute;
  inset: 0.55rem;
  z-index: 2;
  border: 1px solid rgba(104, 220, 255, 0.2);
  border-radius: 18px;
  pointer-events: none;
}

.server-side-shot img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08) brightness(0.82);
  transform: scale(1.04);
}

.server-side-shot-left {
  transform: rotate(-1.35deg);
}

.server-side-shot-right {
  transform: rotate(1.35deg);
}

.server-shot-stack-left .small-shot {
  transform: rotate(1.15deg) translateX(0.45rem);
}

.server-shot-stack-right .small-shot {
  transform: rotate(-1.15deg) translateX(-0.45rem);
}

.home-donator-board {
  display: none !important;
}

.hero-content {
  max-width: 44rem;
  padding: 2rem;
  border-left: 2px solid rgba(104, 220, 255, 0.7);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.08));
  box-shadow: -24px 0 80px rgba(0, 0, 0, 0.48);
}

.server-hero-content {
  position: relative;
  max-width: 38rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(104, 220, 255, 0.1), transparent 20rem),
    linear-gradient(135deg, rgba(0, 0, 0, 0.12), rgba(25, 4, 6, 0.06));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.16), inset 0 0 50px rgba(80, 216, 255, 0.025);
  backdrop-filter: blur(4px);
}

.server-hero-content::before,
.server-hero-content::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(26rem, 70%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(104, 220, 255, 0.38), transparent);
  transform: translateX(-50%);
}

.server-hero-content::before {
  top: 0;
}

.server-hero-content::after {
  bottom: 0;
}

.compact-server-hero {
  display: grid;
  justify-items: center;
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
  border-color: rgba(255, 255, 255, 0.08);
}

.compact-server-hero .eyebrow {
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(104, 220, 255, 0.24);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.24);
}

.compact-server-hero .tagline {
  margin-top: 0.65rem;
  font-size: clamp(1.15rem, 2.4vw, 1.8rem);
}

.compact-server-hero .intro {
  max-width: 34rem;
  padding: 0.55rem 0.75rem;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.08);
}

.compact-server-hero .intro {
  margin-right: auto;
  margin-left: auto;
}

.compact-server-hero .hero-actions {
  justify-content: center;
}

.hero-emblem-wrap {
  display: grid;
  place-items: center;
  margin: -2rem auto 0.4rem;
  isolation: isolate;
}

.hero-emblem-wrap::before {
  content: "";
  position: absolute;
  width: min(32rem, 72vw);
  height: min(32rem, 72vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(104, 220, 255, 0.2), transparent 66%);
  filter: blur(8px);
  z-index: -1;
}

.hero-emblem {
  width: min(30rem, 74vw);
  max-height: 30rem;
  object-fit: contain;
  filter: drop-shadow(0 28px 46px rgba(0, 0, 0, 0.72)) drop-shadow(0 0 22px rgba(104, 220, 255, 0.26));
}

.server-hero-content h1 {
  font-size: clamp(3.5rem, 9vw, 7.6rem);
}

.server-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.9rem;
}

.server-stats article {
  padding: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 0 0 1px rgba(104, 220, 255, 0.06);
}

.server-stats strong {
  display: block;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  line-height: 1;
}

.server-stats span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.86rem;
  color: rgba(240, 230, 208, 0.66);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.download-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
  gap: 0.95rem;
  width: min(70rem, 100%);
  margin: 1.15rem auto 0;
  scroll-margin-top: 8rem;
}

.download-copy,
.download-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  background:
    radial-gradient(circle at 15% 15%, rgba(104, 220, 255, 0.18), transparent 12rem),
    linear-gradient(135deg, rgba(80, 216, 255, 0.12), transparent 46%),
    rgba(0, 0, 0, 0.28);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.28), inset 0 0 38px rgba(80, 216, 255, 0.045);
  backdrop-filter: blur(5px);
}

.download-copy {
  min-height: 13.5rem;
  padding: 1.2rem;
}

.download-copy h2 {
  margin: 0.35rem 0 0;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(2.05rem, 4vw, 3.15rem);
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-transform: uppercase;
}

.download-copy p {
  margin: 0.85rem 0 0;
  color: rgba(240, 230, 208, 0.78);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.42;
}

.download-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.download-card {
  display: grid;
  align-content: space-between;
  min-height: 13.5rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: var(--bone);
  font: inherit;
  text-align: left;
  cursor: default;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.download-card span {
  color: var(--blood-bright);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.download-card strong {
  display: block;
  margin: 0.75rem 0 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

.download-card em {
  display: block;
  margin-top: 1.35rem;
  color: rgba(240, 230, 208, 0.68);
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
}

.download-card[href],
.download-card[data-client-download] {
  cursor: pointer;
}

.download-card[href]:hover,
.download-card[data-client-download]:hover {
  transform: translateY(-3px);
  border-color: rgba(104, 220, 255, 0.44);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36), 0 0 34px rgba(80, 216, 255, 0.22);
  filter: brightness(1.08);
}

.download-card[data-client-download]:disabled {
  cursor: wait;
  opacity: 0.78;
  transform: none;
}

.download-status {
  min-height: 1.3rem;
  margin-top: 0.75rem;
  color: #ffd65e;
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.primary-download {
  border-color: rgba(104, 220, 255, 0.46);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 214, 94, 0.16), transparent 10rem),
    linear-gradient(180deg, rgba(225, 31, 39, 0.34), rgba(80, 4, 8, 0.38)),
    rgba(0, 0, 0, 0.32);
  box-shadow: 0 24px 72px rgba(80, 216, 255, 0.2), inset 0 0 42px rgba(104, 220, 255, 0.08);
}

.primary-download em {
  color: #fff;
}

.home-info-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 0.85rem;
  width: min(70rem, 100%);
  margin: 1.15rem auto 0;
}

.home-feature-grid {
  align-items: stretch;
}

.home-info-card {
  position: relative;
  min-height: 11.5rem;
  padding: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(80, 216, 255, 0.1), transparent 42%),
    rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24), inset 0 0 36px rgba(80, 216, 255, 0.035);
  backdrop-filter: blur(5px);
}

.home-info-card h2 {
  margin: 0.35rem 0 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.home-info-card p {
  margin: 0.75rem 0 1rem;
  color: rgba(240, 230, 208, 0.76);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.featured-home-card {
  min-height: 15rem;
  border-color: rgba(255, 214, 94, 0.32);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 214, 94, 0.12), transparent 14rem),
    linear-gradient(135deg, rgba(80, 216, 255, 0.14), transparent 42%),
    rgba(0, 0, 0, 0.22);
}

.featured-home-card h2 {
  font-size: clamp(2rem, 4.6vw, 3.15rem);
}

.news-home-card {
  border-color: rgba(104, 220, 255, 0.22);
}

.competition-home-card {
  border-color: rgba(255, 214, 94, 0.24);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 214, 94, 0.14), transparent 13rem),
    linear-gradient(135deg, rgba(80, 216, 255, 0.12), transparent 48%),
    rgba(0, 0, 0, 0.24);
}

.competition-home-card h2 {
  color: #fff;
  font-family: "Cinzel", serif;
  letter-spacing: 0.03em;
}

.story-home-card {
  grid-column: 1 / -1;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.story-home-card p {
  max-width: 34rem;
}

.home-info-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--blood-bright);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-info-card a::after {
  content: ">";
}

.deal-info-card {
  border-color: rgba(255, 214, 94, 0.24);
}

.eyebrow,
.tagline {
  margin: 0;
  color: var(--blood-bright);
  font-family: "Cinzel", serif;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(80, 216, 255, 0.72);
}

h1 {
  margin: 0.45rem 0 0;
  color: #f5f5f5;
  font-family: "Cinzel", serif;
  font-size: clamp(4.4rem, 13vw, 10.5rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.84;
  text-transform: uppercase;
  text-shadow: 0 7px 0 #111, 0 0 36px rgba(255, 255, 255, 0.14);
}

h1 span {
  color: var(--blood-bright);
  text-shadow: 0 7px 0 #090111, 0 0 36px rgba(104, 220, 255, 0.3);
}

.tagline {
  margin-top: 1rem;
  font-size: clamp(1rem, 2vw, 1.45rem);
}

.intro {
  max-width: 36rem;
  margin: 1rem 0 0;
  color: rgba(240, 230, 208, 0.82);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 600;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.home-action-row {
  justify-content: center;
  width: min(100%, 42rem);
  margin: 0 auto;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, filter 0.18s ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.24) 48%, transparent 56%);
  transform: translateX(-120%);
  transition: transform 0.45s ease;
}

.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.button:hover::before {
  transform: translateX(120%);
}

.button:active {
  transform: translateY(0) scale(0.98);
}

.button.primary {
  color: #fff;
  background: linear-gradient(180deg, #e11f27, #6e070b);
  box-shadow: 0 18px 42px rgba(80, 216, 255, 0.36), inset 0 1px rgba(255, 255, 255, 0.28);
}

.button.primary:hover {
  box-shadow: 0 22px 52px rgba(80, 216, 255, 0.48), inset 0 1px rgba(255, 255, 255, 0.34);
}

.button.secondary {
  border: 1px solid rgba(240, 230, 208, 0.28);
  color: var(--bone);
  background: rgba(0, 0, 0, 0.48);
}

.button.secondary:hover {
  border-color: rgba(104, 220, 255, 0.42);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(104, 220, 255, 0.12);
}

.button.discord-button {
  gap: 0.55rem;
  color: #fff;
  background: linear-gradient(180deg, #5865f2, #27308f);
  box-shadow: 0 18px 42px rgba(88, 101, 242, 0.26), inset 0 1px rgba(255, 255, 255, 0.26);
}

.discord-button span {
  margin-right: 0;
}

.button.discord-button:hover {
  box-shadow: 0 22px 52px rgba(88, 101, 242, 0.38), inset 0 1px rgba(255, 255, 255, 0.34);
}

.quick-panel {
  position: absolute;
  right: 0;
  bottom: 4rem;
  display: grid;
  gap: 0.75rem;
  width: min(21rem, 34vw);
}

.server-actions {
  position: static;
  width: min(62rem, 100%);
  margin: 0 auto;
  align-self: center;
}

.home-card-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.quick-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.58);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(12px);
}

.server-actions a {
  min-height: 6rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(80, 216, 255, 0.14), transparent),
    rgba(0, 0, 0, 0.26);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.server-actions a:nth-child(1) {
  border-color: rgba(255, 214, 94, 0.22);
}

.server-actions a:nth-child(2) {
  border-color: rgba(104, 220, 255, 0.22);
}

.server-actions a:nth-child(4) {
  border-color: rgba(88, 101, 242, 0.26);
}

.server-actions a:hover {
  transform: translateY(-4px);
  border-color: rgba(104, 220, 255, 0.34);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.44), inset 0 0 0 1px rgba(104, 220, 255, 0.1);
}

.server-actions a::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 0.9rem;
  width: 1.8rem;
  height: 0.18rem;
  border-radius: 999px;
  background: var(--blood-bright);
  box-shadow: 0 0 14px rgba(104, 220, 255, 0.48);
}

.server-actions strong::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 0.2rem;
  margin-bottom: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blood-bright), transparent);
}

.server-actions span {
  margin-top: 0.25rem;
}

.server-actions a::after {
  color: var(--blood-bright);
  font-size: 1.6rem;
  font-weight: 900;
}

.quick-panel strong {
  color: #fff;
  font-family: "Cinzel", serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-panel span {
  color: rgba(240, 230, 208, 0.66);
  font-weight: 700;
}

.blank-page {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 9rem 0 5rem;
}

.play-page,
.vote-page {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 9rem 0 6rem;
}

.store-page {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 9rem 0 6rem;
}

.checkout-page {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 9rem 0 6rem;
}

.leaderboard-page {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 9rem 0 6rem;
}

.competition-page {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 9rem 0 6rem;
}

.cart-page,
.donators-page {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 9rem 0 6rem;
}

.play-shell,
.store-shell {
  max-width: 100%;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 2px solid rgba(104, 220, 255, 0.75);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.74), rgba(25, 4, 6, 0.42));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48), inset 0 0 50px rgba(80, 216, 255, 0.1);
  backdrop-filter: blur(14px);
}

.play-shell {
  background:
    radial-gradient(circle at 50% 0%, rgba(104, 220, 255, 0.18), transparent 24rem),
    radial-gradient(circle at 85% 18%, rgba(255, 214, 94, 0.1), transparent 16rem),
    linear-gradient(135deg, rgba(0, 0, 0, 0.78), rgba(25, 4, 6, 0.52));
}

.play-heading {
  margin-bottom: 1.15rem;
}

.play-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.play-steps article {
  min-height: 11rem;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(80, 216, 255, 0.1), transparent 42%),
    rgba(0, 0, 0, 0.22);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24), inset 0 0 36px rgba(80, 216, 255, 0.035);
}

.play-steps span {
  color: var(--blood-bright);
  font-family: "Cinzel", serif;
  font-size: 1.35rem;
  font-weight: 900;
}

.play-steps h2 {
  margin: 0.55rem 0 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.play-steps p {
  margin: 0.75rem 0 0;
  color: rgba(240, 230, 208, 0.72);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.play-steps ul {
  display: grid;
  gap: 0.45rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.play-steps li {
  position: relative;
  padding-left: 1.15rem;
  color: rgba(240, 230, 208, 0.78);
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.32;
}

.play-steps li::before {
  content: "";
  position: absolute;
  top: 0.52rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--blood-bright);
  box-shadow: 0 0 12px rgba(104, 220, 255, 0.7);
}

.play-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.1rem;
  border: 1px solid rgba(88, 101, 242, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 101, 242, 0.16), transparent 14rem),
    linear-gradient(135deg, rgba(0, 0, 0, 0.34), rgba(25, 4, 6, 0.28));
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.28), inset 0 0 38px rgba(88, 101, 242, 0.045);
}

.play-help h2 {
  margin: 0.35rem 0 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.play-help p {
  max-width: 46rem;
  margin: 0.65rem 0 0;
  color: rgba(240, 230, 208, 0.74);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
}

.play-help .button {
  flex: 0 0 auto;
}

.checkout-shell {
  max-width: 62rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 2px solid rgba(104, 220, 255, 0.75);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.74), rgba(25, 4, 6, 0.42));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48), inset 0 0 50px rgba(80, 216, 255, 0.1);
  backdrop-filter: blur(14px);
}

.leaderboard-shell {
  max-width: 68rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 2px solid rgba(104, 220, 255, 0.75);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.76), rgba(25, 4, 6, 0.5));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48), inset 0 0 50px rgba(80, 216, 255, 0.1);
  backdrop-filter: blur(14px);
}

.competition-shell {
  max-width: 72rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 2px solid rgba(104, 220, 255, 0.75);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(104, 220, 255, 0.16), transparent 22rem),
    linear-gradient(135deg, rgba(0, 0, 0, 0.78), rgba(25, 4, 6, 0.54));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48), inset 0 0 50px rgba(80, 216, 255, 0.1);
  backdrop-filter: blur(14px);
}

.cart-shell,
.donators-shell {
  max-width: 72rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 2px solid rgba(104, 220, 255, 0.75);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.76), rgba(25, 4, 6, 0.5));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48), inset 0 0 50px rgba(80, 216, 255, 0.1);
  backdrop-filter: blur(14px);
}

.vote-shell {
  max-width: 68rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 2px solid rgba(104, 220, 255, 0.75);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.76), rgba(25, 4, 6, 0.5));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48), inset 0 0 50px rgba(80, 216, 255, 0.1);
  backdrop-filter: blur(14px);
}

.vote-shell .store-heading {
  max-width: 38rem;
  margin: 0 auto;
  text-align: center;
}

.vote-shell .store-heading .intro {
  max-width: 34rem;
  margin-inline: auto;
  font-size: 0.95rem;
}

.vote-account-form {
  display: grid;
  gap: 0.3rem;
  max-width: 31rem;
  margin: 0.65rem auto 0;
  padding: 0.48rem;
  border: 1px solid rgba(240, 230, 208, 0.18);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.42);
}

.vote-account-form label {
  color: rgba(240, 230, 208, 0.82);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.vote-account-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.38rem;
  align-items: center;
}

.vote-account-row[hidden] {
  display: none;
}

.vote-saved-account {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.38rem;
  align-items: center;
  min-height: 2.05rem;
  padding: 0.28rem 0.36rem;
  border: 1px solid rgba(104, 220, 255, 0.34);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(104, 220, 255, 0.12), rgba(255, 255, 255, 0.035)), rgba(0, 0, 0, 0.38);
}

.vote-saved-account[hidden] {
  display: none;
}

.vote-saved-account div {
  display: grid;
  gap: 0.04rem;
  min-width: 0;
}

.vote-saved-account span:first-child {
  color: rgba(240, 230, 208, 0.62);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.vote-saved-account strong {
  overflow: hidden;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vote-account-form input {
  width: 100%;
  min-height: 2rem;
  border: 1px solid rgba(104, 220, 255, 0.36);
  border-radius: 8px;
  padding: 0.4rem 0.58rem;
  color: #fff;
  background: rgba(5, 5, 6, 0.78);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  outline: none;
}

.vote-account-form input:focus {
  border-color: rgba(104, 220, 255, 0.76);
  box-shadow: 0 0 0 3px rgba(104, 220, 255, 0.14);
}

.vote-account-form .vote-save-button,
.vote-account-form .vote-change-button {
  width: auto;
  min-width: 5.25rem;
  min-height: 2rem;
  padding: 0.34rem 0.56rem;
  font-size: 0.62rem;
  line-height: 1;
  white-space: nowrap;
}

.vote-account-form .vote-save-button[hidden],
.vote-account-form .vote-change-button[hidden] {
  display: none;
}

.vote-account-form input[readonly] {
  border-color: rgba(240, 230, 208, 0.28);
  color: var(--bone);
  background: rgba(255, 255, 255, 0.08);
  cursor: default;
}

.vote-reward-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  padding: 0 0.72rem;
  border: 1px solid rgba(240, 230, 208, 0.2);
  border-radius: 8px;
  color: var(--bone);
  background: rgba(80, 216, 255, 0.22);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.vote-account-form p {
  min-height: 1rem;
  margin: 0;
  color: rgba(240, 230, 208, 0.7);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
}

.store-heading h1 {
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.2rem, 5.4vw, 4.2rem);
  letter-spacing: 0.08em;
  line-height: 0.95;
}

.store-page .store-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.store-info-actions {
  display: grid;
  justify-items: end;
  gap: 0.55rem;
  margin-top: clamp(4.5rem, 7vw, 6.25rem);
  margin-left: auto;
}

.store-info-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.52rem 0.95rem;
  border: 2px solid rgba(104, 220, 255, 0.34);
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(28, 54, 5, 0.88), rgba(12, 4, 18, 0.88)),
    rgba(0, 0, 0, 0.58);
  font: 900 0.86rem "Rajdhani", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(104, 220, 255, 0.14), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.store-info-tab:hover,
.store-info-tab:focus-visible,
.store-info-tab.is-active {
  border-color: rgba(104, 220, 255, 0.76);
  box-shadow: 0 0 24px rgba(104, 220, 255, 0.26), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.laser-title {
  position: relative;
  display: inline-block;
  color: var(--bone);
  background: linear-gradient(105deg, #f0e6d0 0%, #f0e6d0 42%, #ffffff 50%, #c9b995 58%, #f0e6d0 100%);
  background-size: 260% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  text-shadow: 0 4px 0 #100b08, 0 0 18px rgba(240, 230, 208, 0.16);
  -webkit-text-fill-color: var(--bone);
  animation: title-glint 3s ease-in-out infinite;
}

@keyframes title-glint {
  0% {
    background-position: 135% 50%;
    filter: drop-shadow(0 0 0 rgba(104, 220, 255, 0));
  }

  42% {
    background-position: 135% 50%;
  }

  55% {
    background-position: 50% 50%;
    filter: drop-shadow(0 0 12px rgba(104, 220, 255, 0.45));
  }

  100% {
    background-position: -35% 50%;
    filter: drop-shadow(0 0 0 rgba(104, 220, 255, 0));
  }
}

.currency-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.8rem;
  padding: 0.75rem 0.85rem 0.75rem 1rem;
  border: 1px solid rgba(240, 230, 208, 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  color: var(--bone);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.currency-switch select {
  min-width: 6.5rem;
  border: 1px solid rgba(104, 220, 255, 0.42);
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  color: #fff;
  background: #120304;
  font: inherit;
  font-weight: 800;
  text-transform: uppercase;
}

.store-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.store-controls .currency-switch {
  margin-top: 0;
}

.store-category-tabs {
  display: inline-flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.95rem;
  max-width: 100%;
  margin-top: 1rem;
  padding: 1.35rem 1.15rem 1rem;
  border: 3px solid rgba(104, 220, 255, 0.28);
  border-radius: 1.65rem;
  background: rgba(0, 0, 0, 0.5);
}

.store-category-title {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(90%, 34rem);
  padding: 0 0.7rem;
  color: #fff;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.92) 8%, rgba(0, 0, 0, 0.92) 92%, transparent);
  font: 900 clamp(1.15rem, 2.1vw, 1.55rem) "Rajdhani", sans-serif;
  letter-spacing: clamp(0.16em, 0.62vw, 0.34em);
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.22), 0 0 18px rgba(104, 220, 255, 0.18);
  text-transform: uppercase;
  white-space: nowrap;
  transform: translate(-50%, -58%);
  pointer-events: none;
}

.store-category-tab {
  min-height: 3.75rem;
  padding: 0.95rem 2.15rem;
  border: 3px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(240, 230, 208, 0.78);
  background: rgba(12, 4, 18, 0.82);
  font: 900 1.08rem "Rajdhani", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.store-category-tab:hover,
.store-category-tab:focus-visible,
.store-category-tab.is-active {
  color: #fff;
  border-color: rgba(104, 220, 255, 0.72);
  background: linear-gradient(180deg, rgba(56, 96, 14, 0.82), rgba(16, 38, 5, 0.92));
  box-shadow: 0 0 18px rgba(104, 220, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.store-card[hidden] {
  display: none;
}

.store-grid .store-card-label {
  display: none;
}

.store-info-panel {
  display: grid;
  gap: 1rem;
  margin-top: 1.15rem;
  padding: 1rem;
  border: 1px solid rgba(104, 220, 255, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(104, 220, 255, 0.16), transparent 18rem),
    linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(22, 3, 8, 0.54));
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.36), inset 0 0 38px rgba(80, 216, 255, 0.06);
}

.store-info-panel[hidden] {
  display: none;
}

.store-info-panel-heading {
  display: grid;
  gap: 0.3rem;
}

.store-info-panel-heading h2,
.custom-showcase-group h3,
.custom-ticket-card h3 {
  margin: 0;
  color: #fff;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
}

.store-info-panel-heading h2 {
  font-size: clamp(1.35rem, 2.5vw, 2.1rem);
}

.store-info-panel-heading p,
.custom-ticket-card p {
  margin: 0;
  color: rgba(240, 230, 208, 0.82);
  font-weight: 800;
  line-height: 1.35;
}

.store-info-panel-heading strong {
  color: var(--blood-bright);
}

.rank-benefit-grid {
  display: grid;
  gap: 0.45rem;
}

.rank-benefit-row {
  display: grid;
  grid-template-columns: minmax(13rem, 0.95fr) minmax(7rem, 0.38fr) minmax(0, 1.65fr);
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.34);
  color: rgba(240, 230, 208, 0.84);
  font-weight: 800;
}

.rank-benefit-head {
  border-color: rgba(104, 220, 255, 0.34);
  color: #fff;
  background: rgba(104, 220, 255, 0.1);
  font: 900 0.86rem "Rajdhani", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rank-benefit-name {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: "Cinzel", serif;
  font-weight: 900;
  text-transform: uppercase;
}

.rank-benefit-name .rank-icon {
  flex: 0 0 auto;
}

.donor-dollar-symbol {
  display: inline-grid;
  place-items: center;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background:
    radial-gradient(circle at 42% 32%, rgba(255, 255, 255, 0.55), transparent 32%),
    linear-gradient(135deg, currentColor, rgba(0, 0, 0, 0.75));
  font: 900 1rem "Cinzel", serif;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.72);
  box-shadow: 0 0 12px color-mix(in srgb, currentColor 42%, transparent), inset 0 0 0 2px rgba(0, 0, 0, 0.34);
}

.rank-color-regular { color: #ff1f1f; }
.rank-color-super { color: #2f9bff; }
.rank-color-extreme { color: #ffe61f; }
.rank-color-legendary { color: #49ff14; }
.rank-color-master { color: #00f5ff; }
.rank-color-donator { color: #ff3333; }
.rank-color-elite { color: #27ae60; }
.rank-color-noble { color: #b9f2ff; }
.rank-color-gold { color: #f7e521; }
.rank-color-platinum { color: #c9c7ce; }
.rank-color-supreme { color: #fc7306; }
.rank-color-donator .rank-icon { filter: sepia(1) saturate(6) hue-rotate(320deg) brightness(1.18); }
.rank-color-bronze { color: #cd7f32; }
.rank-color-iron { color: #b8b8b8; }
.rank-color-steel { color: #d7e1ea; }
.rank-color-mithril { color: #5fc7d8; }
.rank-color-adamant { color: #46d36e; }
.rank-color-rune { color: #6ab7ff; }
.rank-color-dragon { color: #ff3d2e; }
.rank-color-onyx { color: #9f7cff; }
.rank-color-divine { color: #ffd65e; }
.rank-color-ghost { color: #ffffff; text-shadow: 0 0 14px rgba(104, 220, 255, 0.52); }

.custom-info-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 0.45rem;
  border: 1px solid rgba(104, 220, 255, 0.28);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  width: fit-content;
}

.custom-info-tab {
  min-height: 2.65rem;
  padding: 0.68rem 1.35rem;
  border: 2px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  color: rgba(240, 230, 208, 0.78);
  background: rgba(12, 4, 18, 0.82);
  font: 900 0.96rem "Rajdhani", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.custom-info-tab:hover,
.custom-info-tab:focus-visible,
.custom-info-tab.is-active {
  color: #fff;
  border-color: rgba(104, 220, 255, 0.78);
  background: linear-gradient(180deg, rgba(56, 96, 14, 0.84), rgba(16, 38, 5, 0.94));
  box-shadow: 0 0 18px rgba(104, 220, 255, 0.28);
}

.custom-info-panel {
  display: grid;
  gap: 0.8rem;
}

.custom-info-panel[hidden] {
  display: none;
}

.custom-ticket-section {
  display: grid;
  gap: 0.8rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.28);
}

.custom-ticket-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem;
  padding: 0.85rem;
  border: 1px solid rgba(104, 220, 255, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(104, 220, 255, 0.16), transparent 10rem),
    rgba(0, 0, 0, 0.32);
}

.ticket-visual {
  display: inline-grid;
  place-items: center;
  width: 4.2rem;
  height: 4.2rem;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.24), transparent 44%),
    linear-gradient(135deg, rgba(104, 220, 255, 0.8), rgba(34, 81, 4, 0.95));
  font: 900 2.7rem "Cinzel", serif;
  line-height: 1;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.72), 0 0 16px rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.38), 0 0 22px rgba(104, 220, 255, 0.24);
}

.ticket-visual-pet {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.24), transparent 44%),
    linear-gradient(135deg, rgba(159, 124, 255, 0.86), rgba(36, 9, 74, 0.95));
}

.ticket-visual-image {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.16), transparent 54%),
    rgba(0, 0, 0, 0.42);
}

.ticket-visual-image img {
  display: block;
  width: 3.35rem;
  height: 3.35rem;
  object-fit: contain;
  image-rendering: pixelated;
  filter: drop-shadow(0 0 12px rgba(104, 220, 255, 0.4));
}

.ticket-visual-pet.ticket-visual-image img {
  filter: drop-shadow(0 0 12px rgba(159, 124, 255, 0.44));
}

.custom-showcase-group {
  display: grid;
  gap: 0.65rem;
}

.custom-showcase-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
}

.custom-showcase-header h3 {
  margin-right: auto;
}

.custom-dropdown-pointer {
  display: inline-grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  color: var(--acid);
  border: 1px solid rgba(104, 220, 255, 0.42);
  border-radius: 999px;
  background: rgba(104, 220, 255, 0.1);
  font: 900 1.35rem "Rajdhani", sans-serif;
  text-shadow: 0 0 12px rgba(104, 220, 255, 0.65);
  animation: customArrowNudge 1.15s ease-in-out infinite;
}

@keyframes customArrowNudge {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(0.35rem);
  }
}

.custom-category-dropdown {
  position: relative;
  z-index: 50;
}

.custom-category-trigger,
.custom-category-menu button {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  min-height: 2.75rem;
  border: 1px solid rgba(104, 220, 255, 0.36);
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(28, 54, 5, 0.9), rgba(12, 4, 18, 0.92)),
    rgba(0, 0, 0, 0.68);
  font: 900 0.86rem "Rajdhani", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.custom-category-trigger {
  min-width: 15rem;
  justify-content: space-between;
  padding: 0.45rem 0.75rem 0.45rem 0.52rem;
  box-shadow: 0 0 18px rgba(104, 220, 255, 0.14), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.custom-category-arrow {
  color: var(--acid);
  font-size: 1rem;
}

.custom-category-menu {
  position: absolute;
  top: calc(100% + 0.45rem);
  right: 0;
  display: grid;
  gap: 0.42rem;
  min-width: 17.2rem;
  padding: 0.55rem;
  border: 1px solid rgba(104, 220, 255, 0.36);
  border-radius: 1rem;
  background: #07020a;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.78), 0 0 28px rgba(104, 220, 255, 0.18);
}

.custom-category-menu[hidden] {
  display: none;
}

.custom-category-menu button {
  justify-content: flex-start;
  width: 100%;
  padding: 0.42rem 0.7rem 0.42rem 0.5rem;
  border-radius: 0.78rem;
  background:
    linear-gradient(135deg, #17101b, #0d0710),
    #0d0710;
}

.custom-category-menu button:hover,
.custom-category-menu button:focus-visible,
.custom-category-menu button.is-active {
  border-color: rgba(104, 220, 255, 0.78);
  background:
    linear-gradient(135deg, #1d3207, #111a06),
    #111a06;
}

.custom-mini-icon {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 45% 32%, rgba(255, 255, 255, 0.5), transparent 20%),
    linear-gradient(135deg, color-mix(in srgb, var(--custom-color, #00eaff) 88%, #ffffff 8%), color-mix(in srgb, var(--custom-color, #00eaff) 68%, #000000 32%));
  font: 900 0.82rem "Cinzel", serif;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}

.custom-mini-icon[hidden] {
  display: none;
}

.custom-mini-icon--image {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.16), transparent 62%),
    rgba(0, 0, 0, 0.42);
}

.custom-mini-icon--image img {
  display: block;
  width: 1.72rem;
  height: 1.72rem;
  object-fit: contain;
  image-rendering: pixelated;
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--custom-color, #00eaff) 48%, transparent));
}

.custom-mini-icon[data-custom-kind="partyhat"] {
  clip-path: polygon(50% 5%, 92% 86%, 8% 86%);
  border-radius: 8px;
}

.custom-mini-icon[data-custom-kind="tentacle whip"],
.custom-mini-icon[data-custom-kind="fallen angel wings"] {
  width: 2.45rem;
  border-radius: 999px;
}

.custom-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(8.7rem, 1fr));
  gap: 0.55rem;
}

.custom-showcase-grid.is-empty {
  min-height: 7.2rem;
}

.custom-showcase-grid.is-bunny-clothes {
  grid-template-columns: 1fr;
}

.custom-color-row {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.48fr) repeat(5, minmax(5.6rem, 1fr));
  gap: 0.45rem;
  align-items: stretch;
  padding: 0.55rem;
  border: 1px solid color-mix(in srgb, var(--custom-color, #8cf1ff) 58%, rgba(255, 255, 255, 0.16));
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 50%, color-mix(in srgb, var(--custom-color, #8cf1ff) 18%, transparent), transparent 12rem),
    rgba(0, 0, 0, 0.28);
}

.custom-color-label {
  display: grid;
  align-content: center;
  color: #fff;
  font: 900 0.82rem "Rajdhani", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.custom-showcase-item {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.45rem;
  min-height: 7.2rem;
  padding: 0.62rem;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--custom-color, #8cf1ff) 62%, rgba(255, 255, 255, 0.18));
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--custom-color, #8cf1ff) 28%, transparent), transparent 5rem),
    rgba(0, 0, 0, 0.36);
  text-align: center;
}

.custom-item-visual {
  display: inline-grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 45% 32%, rgba(255, 255, 255, 0.55), transparent 20%),
    linear-gradient(135deg, color-mix(in srgb, var(--custom-color, #8cf1ff) 88%, #ffffff 8%), color-mix(in srgb, var(--custom-color, #8cf1ff) 68%, #000000 32%));
  font: 900 1.3rem "Cinzel", serif;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.32), 0 0 18px color-mix(in srgb, var(--custom-color, #8cf1ff) 38%, transparent);
}

.custom-item-image {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  object-fit: contain;
  image-rendering: pixelated;
  filter: drop-shadow(0 0 12px color-mix(in srgb, var(--custom-color, #8cf1ff) 50%, transparent));
}

.custom-item-image[hidden] {
  display: none;
}

.custom-showcase-item[data-custom-kind="partyhat"] .custom-item-visual {
  clip-path: polygon(50% 5%, 92% 86%, 8% 86%);
  border-radius: 10px;
}

.custom-showcase-item[data-custom-kind="santa hat"] .custom-item-visual,
.custom-showcase-item[data-custom-kind="halloween mask"] .custom-item-visual {
  border-radius: 42% 42% 50% 50%;
}

.custom-showcase-item[data-custom-kind="tentacle whip"] .custom-item-visual,
.custom-showcase-item[data-custom-kind="fallen angel wings"] .custom-item-visual {
  width: 4.2rem;
  border-radius: 999px;
}

.custom-showcase-item[data-custom-kind="king black dragon pet"] .custom-item-visual {
  width: 4rem;
  height: 3.2rem;
  border-radius: 42% 42% 52% 52%;
}

.custom-showcase-item[data-custom-kind="king black dragon pet"] .custom-item-image {
  width: 5.8rem;
  height: 4.4rem;
  margin-block: -0.3rem -0.15rem;
}

.custom-item-name {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .store-page .store-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .store-info-actions {
    justify-items: stretch;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0.5rem;
    margin-left: 0;
  }

  .rank-benefit-row {
    grid-template-columns: minmax(11rem, 0.9fr) minmax(6rem, 0.35fr) minmax(0, 1.4fr);
  }
}

@media (max-width: 640px) {
  .store-info-actions {
    grid-template-columns: 1fr;
  }

  .store-info-tab {
    width: 100%;
  }

  .rank-benefit-row,
  .rank-benefit-head {
    grid-template-columns: 1fr;
  }

  .rank-benefit-head {
    display: none;
  }

  .custom-ticket-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .custom-showcase-grid {
    grid-template-columns: repeat(auto-fill, minmax(7.4rem, 1fr));
  }

  .custom-showcase-header {
    align-items: stretch;
    flex-direction: column;
  }

  .custom-category-dropdown,
  .custom-category-trigger {
    width: 100%;
  }

  .custom-category-menu {
    left: 0;
    right: 0;
    min-width: 0;
  }

  .custom-color-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-color-label {
    grid-column: 1 / -1;
  }
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.store-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 20rem);
  align-items: start;
  gap: 0.9rem;
  margin-top: 1rem;
}

.store-cart-preview {
  display: grid;
  position: sticky;
  top: 7.4rem;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
  padding: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0%, rgba(104, 220, 255, 0.16), transparent 18rem),
    linear-gradient(135deg, rgba(0, 0, 0, 0.52), rgba(25, 4, 6, 0.24));
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.28), inset 0 0 34px rgba(80, 216, 255, 0.04);
  backdrop-filter: blur(5px);
}

.store-cart-preview-heading,
.store-cart-preview-total,
.store-cart-preview-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.store-cart-preview-actions {
  flex-direction: column;
  gap: 0.45rem;
}

.store-cart-preview-heading h2 {
  margin: 0.1rem 0 0;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
}

.store-cart-preview-heading > strong,
.store-cart-preview-total strong {
  color: #fff;
  font-family: "Cinzel", serif;
  letter-spacing: 0.04em;
}

.store-cart-preview-items {
  display: grid;
  gap: 0.45rem;
}

.store-cart-preview-row {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0.38rem;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
}

.store-cart-preview-row h3 {
  margin: 0.1rem 0 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.95rem;
}

.store-cart-preview-row span,
.store-cart-preview-total span {
  color: rgba(240, 230, 208, 0.72);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-cart-preview-price {
  color: var(--bone);
  font-size: 0.92rem;
  font-weight: 900;
  white-space: nowrap;
}

.store-cart-preview .cart-quantity {
  gap: 0.35rem;
}

.store-cart-preview .cart-quantity button {
  width: 1.65rem;
  height: 1.65rem;
  font-size: 0.9rem;
}

.store-cart-preview .cart-quantity strong {
  min-width: 1rem;
  color: #fff;
  text-align: center;
}

.store-cart-preview .cart-remove {
  min-height: 2rem;
  padding: 0.35rem 0.6rem;
  font-size: 0.78rem;
}

.store-cart-preview-total {
  padding-top: 0.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.store-cart-preview-actions .button {
  min-width: 0;
  width: 100%;
  min-height: 2.2rem;
  padding: 0.45rem 0.65rem;
  font-size: 0.76rem;
}

.store-card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.55rem;
  padding: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 20%, rgba(104, 220, 255, 0.18), transparent 16rem),
    rgba(0, 0, 0, 0.62);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32);
}

.deal-card {
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 12% 20%, rgba(104, 220, 255, 0.16), transparent 16rem),
    rgba(0, 0, 0, 0.66);
}

.deal-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.05rem;
  right: 1.05rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(104, 220, 255, 0.25), #8cf1ff, rgba(255, 214, 214, 0.92), #8cf1ff, rgba(104, 220, 255, 0.25), transparent);
  box-shadow: 0 0 12px rgba(104, 220, 255, 0.72), 0 0 24px rgba(104, 220, 255, 0.34);
}

.mega-deal {
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow: 0 18px 50px rgba(80, 216, 255, 0.18);
}

.limited-deal {
  border-color: rgba(255, 255, 255, 0.13);
}

.deal-badge {
  position: absolute;
  top: 0.9rem;
  right: -1.05rem;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 5.4rem;
  height: 1.05rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(90deg, transparent 0%, rgba(104, 220, 255, 0.92) 16%, #8cf1ff 50%, rgba(104, 220, 255, 0.92) 84%, transparent 100%),
    rgba(71, 2, 5, 0.88);
  box-shadow: 0 0 14px rgba(104, 220, 255, 0.74), 0 0 26px rgba(104, 220, 255, 0.28);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(38deg);
}

.deal-badge::before {
  content: none;
}

.store-card-image {
  width: min(7.2rem, 100%);
  height: 4.55rem;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.48)) drop-shadow(0 0 12px rgba(104, 220, 255, 0.14));
}

.mystery-box-card {
  border-color: rgba(255, 211, 91, 0.26);
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 211, 91, 0.2), transparent 10rem),
    radial-gradient(circle at 12% 20%, rgba(104, 220, 255, 0.16), transparent 16rem),
    rgba(0, 0, 0, 0.68);
}

.mystery-box-image {
  position: relative;
  display: block;
  width: min(7.2rem, 100%);
  height: 4.8rem;
  object-fit: contain;
  image-rendering: pixelated;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.56)) drop-shadow(0 0 18px rgba(47, 235, 244, 0.26));
}

.mystery-box-image::before {
  content: none;
  position: absolute;
  bottom: 0.35rem;
  width: 4.8rem;
  height: 3.1rem;
  border: 1px solid rgba(255, 225, 137, 0.76);
  border-radius: 0.55rem;
  background:
    linear-gradient(90deg, transparent 45%, rgba(255, 226, 127, 0.9) 46%, rgba(255, 226, 127, 0.9) 54%, transparent 55%),
    linear-gradient(180deg, #6c2515, #2b0d0a);
  box-shadow:
    inset 0 0 18px rgba(255, 226, 127, 0.18),
    0 0 22px rgba(255, 214, 90, 0.18);
}

.mystery-box-lid {
  display: none;
  position: absolute;
  top: 0.58rem;
  width: 5.25rem;
  height: 1.35rem;
  border: 1px solid rgba(255, 225, 137, 0.85);
  border-radius: 0.48rem 0.48rem 0.22rem 0.22rem;
  background:
    linear-gradient(90deg, transparent 45%, rgba(255, 238, 145, 0.95) 46%, rgba(255, 238, 145, 0.95) 54%, transparent 55%),
    linear-gradient(180deg, #a73d20, #4a150d);
  transform: rotate(-4deg);
  box-shadow: 0 0 18px rgba(255, 214, 90, 0.28);
}

.mystery-box-glow {
  display: none;
  position: absolute;
  top: 1.55rem;
  width: 2.6rem;
  height: 1.1rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(104, 220, 255, 0.9), rgba(104, 220, 255, 0.18) 54%, transparent 75%);
  filter: blur(0.35px);
}

.gear-card-image {
  width: min(8.2rem, 100%);
  height: 5.8rem;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.56)) drop-shadow(0 0 16px rgba(104, 220, 255, 0.2));
}

.bond-card {
  border-color: rgba(104, 220, 255, 0.3);
}

.bond-card-image {
  width: min(6.4rem, 100%);
  height: 5.5rem;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.58)) drop-shadow(0 0 16px rgba(104, 220, 255, 0.42));
}

.gear-set-image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: min(9rem, 100%);
  height: 5.8rem;
}

.gear-set-image img {
  max-width: 2.55rem;
  max-height: 4.7rem;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.56)) drop-shadow(0 0 12px rgba(104, 220, 255, 0.18));
}

.gear-combo-image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: min(9.5rem, 100%);
  height: 5.8rem;
}

.gear-combo-image img {
  max-width: 2.25rem;
  max-height: 4.45rem;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.56)) drop-shadow(0 0 12px rgba(104, 220, 255, 0.18));
}

.gear-combo-image img:last-child {
  max-width: 2.9rem;
  margin-left: 0.15rem;
}

.torva-set-image img {
  max-width: 2.7rem;
}

.blood-torva-card {
  border-color: rgba(104, 220, 255, 0.34);
  background:
    radial-gradient(circle at 50% 12%, rgba(104, 220, 255, 0.24), transparent 13rem),
    linear-gradient(135deg, rgba(92, 0, 5, 0.42), rgba(0, 0, 0, 0.7));
}

.blood-torva-card::after {
  content: "";
  position: absolute;
  inset: 0.65rem;
  border: 1px solid rgba(104, 220, 255, 0.16);
  border-radius: 18px;
  pointer-events: none;
}

.blood-torva-image img {
  filter:
    drop-shadow(0 12px 18px rgba(0, 0, 0, 0.62))
    drop-shadow(0 0 16px rgba(104, 220, 255, 0.46));
}

.cape-detail-image {
  width: min(7.6rem, 100%);
  height: 5.8rem;
  border-radius: 12px;
}

.store-card-label,
.store-price span {
  color: var(--blood-bright);
  font-weight: 900;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.store-card h2 {
  margin: 0.18rem 0 0;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(1.15rem, 2.4vw, 1.65rem);
  line-height: 1;
  text-transform: uppercase;
}

.store-card-info {
  max-width: 12rem;
  min-height: 2.25rem;
  margin: 0.42rem auto 0;
  color: rgba(244, 232, 212, 0.72);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.store-option-field {
  display: grid;
  gap: 0.35rem;
  width: 100%;
}

.store-option-field span {
  color: var(--blood-bright);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.store-option-select {
  width: 100%;
  min-height: 2.65rem;
  padding: 0 2.25rem 0 0.85rem;
  border: 1px solid rgba(104, 220, 255, 0.26);
  border-radius: 0.85rem;
  color: #dffcff;
  background:
    linear-gradient(45deg, transparent 50%, #8cf1ff 50%) calc(100% - 1rem) 1.02rem / 0.45rem 0.45rem no-repeat,
    linear-gradient(135deg, #8cf1ff 50%, transparent 50%) calc(100% - 0.72rem) 1.02rem / 0.45rem 0.45rem no-repeat,
    linear-gradient(180deg, rgba(7, 40, 48, 0.96), rgba(3, 18, 26, 0.98));
  box-shadow: inset 0 0 18px rgba(47, 235, 244, 0.08), 0 10px 24px rgba(0, 0, 0, 0.28);
  font: inherit;
  font-weight: 800;
  appearance: none;
}

.store-option-select:focus-visible {
  outline: 2px solid rgba(104, 220, 255, 0.68);
  outline-offset: 2px;
}

.store-option-select option {
  color: #dffcff;
  background: #120304;
  font-weight: 800;
}

.store-option-summary {
  display: block;
  padding: 0.45rem 0.58rem;
  border: 1px solid rgba(104, 220, 255, 0.22);
  border-radius: 0.75rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.38);
  box-shadow: inset 0 0 18px rgba(47, 235, 244, 0.05);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.store-price {
  width: 100%;
  min-width: 0;
  padding: 0.48rem;
  border-radius: 13px;
  background: rgba(80, 216, 255, 0.16);
  text-align: center;
}

.store-price strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--bone);
  font-size: clamp(0.98rem, 2vw, 1.25rem);
  line-height: 1;
}

.store-price small {
  display: block;
  margin-top: 0.24rem;
  color: rgba(255, 226, 128, 0.78);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-buy,
.checkout-button {
  width: 100%;
}

.store-buy {
  min-height: 2.25rem;
  padding: 0.46rem 0.82rem;
  border: 1px solid rgba(255, 74, 80, 0.52);
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(118, 12, 16, 0.92), rgba(42, 4, 6, 0.9)),
    rgba(80, 216, 255, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 8px 20px rgba(0, 0, 0, 0.28);
  font-family: "Rajdhani", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7);
}

.store-buy::after {
  content: none;
}

.store-buy:hover,
.store-buy:focus-visible {
  color: #fff;
  border-color: rgba(255, 116, 120, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 18px rgba(104, 220, 255, 0.46), 0 12px 26px rgba(0, 0, 0, 0.34);
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: 1rem;
  margin-top: 1.6rem;
}

.checkout-form,
.order-summary {
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.62);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.36);
}

.checkout-form {
  display: grid;
  gap: 1rem;
}

.checkout-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--bone);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.payment-methods {
  display: grid;
  gap: 0.65rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.payment-methods legend {
  margin-bottom: 0.35rem;
  color: var(--bone);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.payment-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 3.7rem;
  padding: 0.7rem 1rem 0.7rem 3rem;
  border: 1px solid rgba(240, 230, 208, 0.18);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.46);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.payment-option input {
  position: absolute;
  left: 1rem;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--blood-bright);
}

.payment-option:has(input:checked) {
  border-color: rgba(104, 220, 255, 0.64);
  background: rgba(80, 216, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(104, 220, 255, 0.2), 0 14px 34px rgba(80, 216, 255, 0.16);
}

.payment-icon {
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.stripe-icon {
  background: linear-gradient(135deg, #635bff, #2f2a9f);
}

.osrs-icon {
  color: #2d1a00;
  background: radial-gradient(circle at 35% 25%, #ffe9a3, #c98514 62%, #5c3200);
}

.paypal-icon {
  background: linear-gradient(135deg, #009cde, #003087);
}

.checkout-form input {
  min-height: 3.4rem;
  border: 1px solid rgba(240, 230, 208, 0.2);
  border-radius: 16px;
  padding: 0.9rem 1rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.56);
  font: inherit;
  font-size: 1.1rem;
  font-weight: 700;
}

.checkout-form input:focus {
  outline: 2px solid rgba(104, 220, 255, 0.55);
  outline-offset: 2px;
}

.order-summary h2 {
  margin: 0.35rem 0 1rem;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
  text-transform: uppercase;
}

.order-summary p {
  margin: 1rem 0 0;
  color: rgba(240, 230, 208, 0.74);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.leaderboard {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.5rem;
}

.leaderboard-section {
  display: grid;
  gap: 0.65rem;
}

.leaderboard-section + .leaderboard-section {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.leaderboard-section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.leaderboard-section-title h2 {
  margin: 0;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.leaderboard-section-title span {
  color: rgba(240, 230, 208, 0.72);
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
}

.leaderboard-row {
  display: grid;
  grid-template-columns: 0.55fr 1.6fr 0.75fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.56);
  color: rgba(240, 230, 208, 0.82);
  font-size: 1.1rem;
  font-weight: 800;
}

.leaderboard-head {
  color: var(--blood-bright);
  background: rgba(80, 216, 255, 0.14);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.leaderboard-row strong {
  color: #fff;
  font-family: "Cinzel", serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.top-rank {
  border-color: rgba(104, 220, 255, 0.45);
  background:
    radial-gradient(circle at 10% 50%, rgba(104, 220, 255, 0.24), transparent 18rem),
    rgba(0, 0, 0, 0.64);
  box-shadow: inset 0 0 0 1px rgba(104, 220, 255, 0.18), 0 18px 44px rgba(80, 216, 255, 0.14);
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(18rem, 0.8fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.cart-items {
  display: grid;
  gap: 0.8rem;
}

.cart-row,
.empty-cart {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.58);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.cart-row {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) 0.7fr auto auto;
  gap: 0.8rem;
  align-items: center;
}

.cart-row h2 {
  margin: 0.25rem 0 0;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  line-height: 1;
}

.cart-row-price {
  color: var(--bone);
  font-size: 1.25rem;
  font-weight: 900;
  white-space: nowrap;
}

.cart-quantity {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem;
  border: 1px solid rgba(104, 220, 255, 0.28);
  border-radius: 999px;
  background: rgba(80, 216, 255, 0.14);
}

.cart-quantity button,
.cart-remove,
.cart-clear {
  border: 1px solid rgba(240, 230, 208, 0.18);
  color: var(--bone);
  background: rgba(0, 0, 0, 0.48);
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-quantity button {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

.cart-remove {
  min-height: 2.7rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  letter-spacing: 0.08em;
}

.cart-summary {
  align-self: start;
}

.cart-clear {
  width: 100%;
  min-height: 3.4rem;
  margin-top: 0.75rem;
  border-radius: 999px;
  letter-spacing: 0.11em;
}

.empty-cart {
  margin: 0;
  color: rgba(240, 230, 208, 0.78);
  font-size: 1.25rem;
  font-weight: 800;
}

.donators-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 21rem);
  align-items: start;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.rank-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0;
}

.rank-card {
  position: relative;
  min-height: 14rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 16% 16%, rgba(104, 220, 255, 0.18), transparent 14rem),
    rgba(0, 0, 0, 0.62);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.32);
}

.rank-support-link {
  position: absolute;
  top: auto;
  bottom: 1rem;
  right: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  padding: 0.42rem 0.78rem;
  border: 1px solid rgba(255, 74, 80, 0.52);
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(118, 12, 16, 0.92), rgba(42, 4, 6, 0.9)),
    rgba(80, 216, 255, 0.28);
  font-family: "Rajdhani", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 8px 20px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.rank-support-link:hover,
.rank-support-link:focus-visible {
  color: #fff;
  border-color: rgba(255, 116, 120, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 18px rgba(104, 220, 255, 0.46), 0 12px 26px rgba(0, 0, 0, 0.34);
  transform: translateY(-1px);
}

.rank-support-link:focus-visible {
  outline: 1px solid rgba(255, 74, 80, 0.75);
  outline-offset: 0.25rem;
}

.rank-card h2 {
  margin: 0.45rem 0 0;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1;
  text-transform: uppercase;
}

.rank-card p {
  min-height: 3rem;
  margin: 0.55rem 0 0.7rem;
  color: rgba(240, 230, 208, 0.74);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.25;
}

.rank-card strong {
  display: inline-flex;
  max-width: calc(100% - 6.7rem);
  padding: 0.4rem 0.62rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(80, 216, 255, 0.22);
  font-family: "Cinzel", serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.competition-heading {
  max-width: 46rem;
}

.competition-status,
.competition-pending {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2rem;
  padding: 0.36rem 0.72rem;
  border: 1px solid rgba(255, 214, 94, 0.34);
  border-radius: 999px;
  color: #ffd66a;
  background:
    linear-gradient(135deg, rgba(255, 214, 94, 0.12), rgba(0, 0, 0, 0.24)),
    rgba(0, 0, 0, 0.36);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(255, 214, 94, 0.12);
}

.competition-status {
  margin-top: 0.6rem;
}

.competition-pending {
  margin-top: 0.65rem;
}

.competition-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.9fr);
  gap: 1rem;
  align-items: stretch;
  margin-top: 1.2rem;
  padding: 1.05rem;
  overflow: hidden;
  border: 1px solid rgba(104, 220, 255, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 15% 10%, rgba(104, 220, 255, 0.24), transparent 18rem),
    linear-gradient(135deg, rgba(70, 3, 6, 0.72), rgba(0, 0, 0, 0.64));
  box-shadow: 0 20px 62px rgba(0, 0, 0, 0.38), inset 0 0 28px rgba(104, 220, 255, 0.08);
}

.competition-feature h2,
.competition-rules h2,
.competition-card h2 {
  margin: 0.35rem 0 0;
  color: #fff;
  font-family: "Cinzel", serif;
  line-height: 1;
  text-transform: uppercase;
}

.competition-feature h2 {
  font-size: clamp(1.7rem, 4vw, 3.1rem);
}

.competition-feature p,
.competition-card p,
.competition-rules p {
  color: rgba(240, 230, 208, 0.76);
  font-weight: 800;
  line-height: 1.35;
}

.competition-feature ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.competition-feature li {
  padding: 0.62rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.28);
  color: rgba(240, 230, 208, 0.82);
  font-weight: 800;
}

.competition-feature li strong {
  color: var(--blood-bright);
}

.competition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.competition-card {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 13.5rem;
  padding: 0.95rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(104, 220, 255, 0.14), transparent 12rem),
    rgba(0, 0, 0, 0.48);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.32), inset 0 0 28px rgba(80, 216, 255, 0.04);
}

.competition-card::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(104, 220, 255, 0.2), transparent 68%);
  pointer-events: none;
}

.competition-tag {
  display: inline-flex;
  padding: 0.34rem 0.58rem;
  border: 1px solid rgba(104, 220, 255, 0.28);
  border-radius: 999px;
  color: var(--blood-bright);
  background: rgba(0, 0, 0, 0.28);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.competition-card h2 {
  font-size: clamp(1.05rem, 2vw, 1.42rem);
}

.competition-card strong {
  display: inline-flex;
  margin-top: 0.3rem;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.competition-card .competition-pending {
  margin-top: auto;
}

.competition-rules {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 214, 94, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 214, 94, 0.12), transparent 12rem),
    rgba(0, 0, 0, 0.4);
}

.competition-rules .button {
  justify-self: start;
}

.rank-icon {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 52%),
    rgba(0, 0, 0, 0.42);
  background-image: var(--rank-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.45rem 1.45rem;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.34), 0 0 18px rgba(104, 220, 255, 0.12);
}

.rank-icon::before {
  content: none;
}

.rank-icon-bronze { --rank-icon: url("../img/ranks/rank-bronze.png?v=20260605-0518"); }
.rank-icon-iron { --rank-icon: url("../img/ranks/rank-iron.png?v=20260605-0518"); }
.rank-icon-steel { --rank-icon: url("../img/ranks/rank-steel.png?v=20260605-0518"); }
.rank-icon-mithril { --rank-icon: url("../img/ranks/rank-mithril.png?v=20260605-0518"); }
.rank-icon-adamant { --rank-icon: url("../img/ranks/rank-adamant.png?v=20260605-0518"); }
.rank-icon-rune { --rank-icon: url("../img/ranks/rank-rune.png?v=20260605-0518"); }
.rank-icon-dragon { --rank-icon: url("../img/ranks/rank-dragon.png?v=20260605-0518"); }
.rank-icon-onyx { --rank-icon: url("../img/ranks/rank-onyx.png?v=20260605-0518"); }
.rank-icon-divine { --rank-icon: url("../img/ranks/rank-divine.png?v=20260605-0518"); }
.rank-icon-ghost {
  --rank-icon: url("../img/ranks/rank-ghost-pk.png?v=20260605-0518");
  background-size: 1.6rem 1.6rem;
  border-color: rgba(104, 220, 255, 0.56);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.42), 0 0 18px rgba(104, 220, 255, 0.35);
}

.rank-bronze { border-color: rgba(154, 90, 37, 0.46); }
.rank-iron { border-color: rgba(154, 154, 154, 0.42); }
.rank-steel { border-color: rgba(194, 208, 220, 0.42); }
.rank-mithril { border-color: rgba(95, 199, 216, 0.46); }
.rank-adamant { border-color: rgba(70, 211, 110, 0.46); }
.rank-rune { border-color: rgba(106, 183, 255, 0.5); }
.rank-dragon { border-color: rgba(255, 61, 46, 0.52); }
.rank-onyx { border-color: rgba(143, 108, 255, 0.52); }
.rank-divine { border-color: rgba(255, 214, 94, 0.56); }
.rank-ghost-pk { border-color: rgba(255, 255, 255, 0.62); }

.donator-shop {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.compact-donator-cart {
  display: block;
}

.compact-donator-cart .donator-cart-preview {
  width: 100%;
}

.compact-store-heading h2 {
  margin: 0.35rem 0 0;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  text-transform: uppercase;
}

.donator-shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 20rem);
  align-items: start;
  gap: 0.9rem;
  margin-top: 1rem;
}

.donator-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.donator-shop-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 0%, rgba(104, 220, 255, 0.14), transparent 10rem),
    rgba(0, 0, 0, 0.5);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.donator-shop-card h3 {
  margin: 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.98rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.donator-shop-card > strong {
  color: var(--bone);
  font-family: "Cinzel", serif;
  font-size: 0.95rem;
  grid-column: 2;
  justify-self: start;
  margin-top: -0.25rem;
}

.donator-shop-card .store-buy {
  grid-row: 1 / span 2;
  grid-column: 3;
  min-height: 2.35rem;
  min-width: 6.2rem;
  padding: 0.45rem 0.65rem;
  font-size: 0.76rem;
}

.donator-cart-preview {
  position: sticky;
  top: 7.4rem;
  margin: 0;
}

.top-donator-shop-card {
  border-color: rgba(104, 220, 255, 0.5);
  box-shadow: 0 18px 48px rgba(104, 220, 255, 0.12), 0 14px 38px rgba(0, 0, 0, 0.34);
}

.vote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  margin-top: 1rem;
}

.vote-card {
  display: grid;
  grid-template-columns: 5.4rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.72rem;
  min-height: 0;
  padding: 0.74rem 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.66);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32);
}

.vote-logo {
  display: grid;
  place-items: center;
  width: 5.4rem;
  height: 3.6rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.vote-logo img {
  display: block;
  max-width: 100%;
  max-height: 3.25rem;
  object-fit: contain;
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.46));
}

.vote-logo-wide img {
  max-height: 2.35rem;
  max-width: 100%;
}

.vote-card h2 {
  margin: 0;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: 0.94rem;
  line-height: 1;
  text-transform: uppercase;
}

.vote-card p {
  margin: 0.12rem 0 0;
  color: rgba(240, 230, 208, 0.76);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.15;
}

.vote-card .button {
  justify-self: end;
  width: auto;
  min-width: 4.85rem;
  min-height: 2.25rem;
  padding: 0.42rem 0.62rem;
  font-size: 0.76rem;
  white-space: nowrap;
}

.vote-card .button.is-disabled {
  cursor: not-allowed;
  opacity: 0.46;
  filter: grayscale(0.45);
}

.vote-card .button.is-cooling-down {
  min-width: 6.35rem;
  border-color: rgba(240, 230, 208, 0.24);
  color: rgba(240, 230, 208, 0.82);
  background: rgba(42, 36, 31, 0.76);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.03em;
}

.site-footer {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 25;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(var(--max), calc(100% - 2rem));
  transform: translateX(-50%);
  padding: 0.9rem 0;
  color: rgba(240, 230, 208, 0.46);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 999px) {
  body {
    background-position: center top;
    background-attachment: scroll;
  }

  .site-header {
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 1rem);
    padding-top: 0.65rem;
  }

  .cart-float {
    top: 0.65rem;
    right: 0.65rem;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 0.95rem;
  }

  .top-status-bar {
    position: fixed;
    top: 4.25rem;
    right: 0.65rem;
    width: 6.7rem;
    padding: 0;
    border-radius: 0;
    gap: 0.1rem;
  }

  .server-status {
    padding: 0.28rem 0.45rem;
    gap: 0.24rem;
  }

  .top-play-button {
    font-size: 0.82rem;
    letter-spacing: 0.07em;
    white-space: nowrap;
  }

  .server-status strong {
    font-size: 0.78rem;
  }

  .server-status span:last-child {
    display: none;
  }

  .cart-icon {
    width: 1.45rem;
    height: 1.45rem;
  }

  .nav-toggle {
    display: inline-flex;
    min-height: 3rem;
    padding: 0.65rem 0.9rem;
  }

  .site-nav {
    position: absolute;
    top: 4.35rem;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: min(20rem, calc(100vw - 1rem));
    border-radius: 22px;
    padding: 0.75rem;
  }

  .site-nav .nav-logo {
    order: -1;
    align-self: center;
    width: 6.6rem;
    height: 6.6rem;
    margin: 0.15rem auto 0.45rem;
  }

  .nav-logo img {
    width: 6.6rem;
    height: 6.6rem;
    transform: none;
  }

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

  .site-nav a {
    text-align: center;
  }

  .hero {
    align-items: end;
    padding: 7.4rem 0 6rem;
  }

  .server-hero {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 7.4rem 0 6rem;
  }

  .server-home {
    min-height: auto;
    padding: 7.4rem 0 5rem;
  }

  .home-showcase {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .download-panel {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin-top: 0.75rem;
    scroll-margin-top: 6.5rem;
  }

  .download-options {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .download-copy,
  .download-card {
    min-height: auto;
  }

  .download-card {
    padding: 0.9rem;
  }

  .server-shot-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 32rem);
    justify-self: center;
    gap: 0.55rem;
    transform: none;
  }

  .server-side-shot {
    min-height: 9rem;
    width: 100%;
    justify-self: center;
    border-radius: 18px;
  }

  .server-side-shot.small-shot {
    min-height: 9rem;
  }

  .server-side-shot-left,
  .server-side-shot-right,
  .server-shot-stack-left .small-shot,
  .server-shot-stack-right .small-shot {
    transform: none;
  }

  .server-side-shot::after {
    inset: 0.4rem;
    border-radius: 14px;
  }

  .hero-content {
    padding: 1.25rem;
  }

  .server-hero-content {
    max-width: 100%;
    padding: 0.95rem;
    border-radius: 22px;
    backdrop-filter: blur(3px);
  }

  .compact-server-hero .eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
  }

  .compact-server-hero .tagline {
    font-size: clamp(1.05rem, 6vw, 1.45rem);
  }

  .compact-server-hero .intro {
    padding: 0.55rem;
    font-size: 1rem;
    line-height: 1.35;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0.65rem;
  }

  .button {
    min-height: 3rem;
    padding: 0.75rem 1rem;
    font-size: 0.92rem;
  }

  .hero-emblem-wrap {
    margin-top: -1rem;
  }

  .server-stats {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .server-stats article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 0.8rem;
  }

  .server-stats span {
    margin-top: 0;
  }

  .home-info-grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin-top: 0.75rem;
  }

  .home-info-card,
  .featured-home-card {
    min-height: auto;
    padding: 0.9rem;
    border-radius: 18px;
  }

  .featured-home-card h2,
  .home-info-card h2 {
    font-size: 1.45rem;
  }

  .home-info-card p {
    margin: 0.55rem 0 0.75rem;
    font-size: 0.98rem;
  }

  .story-home-card {
    display: block;
  }

  .intro {
    max-width: 100%;
  }

  .quick-panel {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }

  .server-actions a:hover {
    transform: translateY(-2px);
  }

  .home-card-grid {
    grid-template-columns: 1fr;
  }

  .play-page,
  .store-page,
  .vote-page,
  .checkout-page,
  .leaderboard-page,
  .competition-page,
  .cart-page,
  .donators-page {
    padding: 7.2rem 0 5rem;
  }

  .play-shell,
  .store-shell,
  .vote-shell,
  .checkout-shell,
  .leaderboard-shell,
  .competition-shell,
  .cart-shell,
  .donators-shell {
    padding: 0.95rem;
    border-radius: 20px;
  }

  .store-grid,
  .vote-grid,
  .checkout-layout,
  .cart-layout,
  .rank-grid {
    grid-template-columns: 1fr;
  }

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

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

  .competition-feature,
  .competition-grid {
    grid-template-columns: 1fr;
  }

  .competition-card {
    min-height: auto;
  }

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

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

  .donator-cart-preview {
    position: static;
  }

  .store-content-layout {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

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

  .store-card {
    align-items: flex-start;
    border-radius: 18px;
  }

  .store-cart-preview {
    position: static;
    padding: 0.9rem;
    border-radius: 18px;
  }

  .store-cart-preview-heading,
  .store-cart-preview-total,
  .store-cart-preview-row,
  .store-cart-preview-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .store-cart-preview-row {
    grid-template-columns: 1fr;
  }

  .store-cart-preview-price {
    white-space: normal;
  }

  .store-cart-preview-actions .button {
    width: 100%;
    min-width: 0;
  }

  .store-card-image {
    align-self: center;
    height: 4.4rem;
  }

  .store-price {
    width: 100%;
    text-align: center;
  }

  .site-footer {
    position: static;
    flex-direction: column;
    width: min(var(--max), calc(100% - 2rem));
    transform: none;
    margin: -3.25rem auto 0;
    padding-bottom: 1.5rem;
    font-size: 0.78rem;
    text-align: center;
  }

  .leaderboard-row {
    grid-template-columns: 0.6fr 1.4fr 0.7fr;
    gap: 0.45rem;
    padding: 0.85rem 0.75rem;
    font-size: 0.95rem;
  }

  .cart-row {
    grid-template-columns: 1fr;
  }

  .cart-row-price {
    white-space: normal;
  }
}

@media (max-width: 520px) {
  .brand span:last-child {
    display: none;
  }

  h1 {
    font-size: clamp(3.5rem, 22vw, 5.2rem);
  }

  .site-nav a {
    padding: 0.72rem 0.85rem;
    font-size: 0.92rem;
  }

  .server-home {
    width: min(var(--max), calc(100% - 1rem));
  }

  .cart-count {
    top: -0.35rem;
    right: -0.35rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

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

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

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

  .donator-shop-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .donator-shop-card .store-buy {
    grid-row: auto;
    grid-column: 1 / -1;
    width: 100%;
  }

  .rank-support-link {
    top: auto;
    bottom: 1.05rem;
    right: 0.9rem;
    font-size: 0.82rem;
  }

  .leaderboard {
    overflow-x: auto;
  }

  .leaderboard-section-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .leaderboard-row {
    min-width: 22rem;
  }
}

@media (max-width: 999px) {
  :root {
    --mobile-edge: 0.82rem;
  }

  body {
    background:
      radial-gradient(circle at 50% 5%, rgba(104, 220, 255, 0.18), transparent 18rem),
      linear-gradient(180deg, rgba(3, 3, 4, 0.34), rgba(3, 3, 4, 0.92) 62%),
      var(--black) url("../img/ghostpk-pack/login-hero.png?v=20260718-pack") center top / auto 100vh scroll no-repeat;
  }

  body::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.78) 68%),
      radial-gradient(circle at 50% 18%, rgba(80, 216, 255, 0.18), transparent 17rem);
  }

  body::after {
    opacity: 0.12;
  }

  .site-header {
    left: var(--mobile-edge);
    width: calc(100% - (var(--mobile-edge) * 2));
    transform: none;
  }

  .nav-toggle {
    position: relative;
    display: inline-grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.7rem;
    padding: 0.55rem 0.88rem;
    overflow: hidden;
    border-color: rgba(104, 220, 255, 0.5);
    border-radius: 14px;
    color: #fff;
    background:
      linear-gradient(110deg, rgba(104, 220, 255, 0.2), transparent 42%),
      linear-gradient(135deg, rgba(90, 6, 10, 0.96), rgba(4, 4, 5, 0.92)),
      rgba(0, 0, 0, 0.82);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.5), 0 0 18px rgba(104, 220, 255, 0.16), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    font-size: 0.82rem;
    letter-spacing: 0.16em;
  }

  .nav-toggle::before {
    content: "";
    width: 1.18rem;
    height: 0.78rem;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: linear-gradient(#fff, #fff) center / 100% 2px no-repeat;
    filter: drop-shadow(0 0 8px rgba(104, 220, 255, 0.72));
    opacity: 0.95;
  }

  .nav-toggle::after {
    content: "";
    position: absolute;
    inset: 0.28rem;
    border-radius: 11px;
    background: linear-gradient(90deg, transparent, rgba(104, 220, 255, 0.28), transparent);
    opacity: 0.28;
    pointer-events: none;
  }

  .site-nav {
    top: 4.15rem;
    left: 0;
    right: auto;
    width: min(21rem, calc(100vw - (var(--mobile-edge) * 2)));
    padding: 0.85rem;
    border-color: rgba(104, 220, 255, 0.24);
    border-radius: 24px;
    background:
      radial-gradient(circle at 20% 0%, rgba(104, 220, 255, 0.18), transparent 13rem),
      linear-gradient(180deg, rgba(16, 16, 18, 0.98), rgba(4, 4, 5, 0.94));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.68), inset 0 0 34px rgba(80, 216, 255, 0.08);
  }

  .site-nav.open {
    animation: mobile-menu-in 0.22s ease both;
  }

  .site-nav a {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.2);
  }

  .site-nav .discord-nav {
    border-color: rgba(139, 149, 255, 0.34);
  }

  .site-nav .nav-logo {
    width: 5.2rem;
    height: 5.2rem;
    margin-bottom: 0.6rem;
  }

  .nav-logo img {
    width: 5.2rem;
    height: 5.2rem;
    transform: none;
  }

  .cart-float,
  .top-status-bar {
    right: var(--mobile-edge);
  }

  .top-status-bar {
    top: 0.8rem;
    align-items: flex-end;
  }

  .top-play-button {
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.34);
    text-shadow: 0 0 14px rgba(104, 220, 255, 0.5);
  }

  .server-status {
    border-color: rgba(65, 255, 121, 0.24);
  }

  .server-home,
  .play-page,
  .store-page,
  .vote-page,
  .checkout-page,
  .leaderboard-page,
  .competition-page,
  .cart-page,
  .donators-page {
    width: calc(100% - (var(--mobile-edge) * 2));
    max-width: 100%;
    min-width: 0;
    padding-top: 6.25rem;
  }

  .server-home {
    padding-bottom: 3.5rem;
  }

  .home-showcase {
    gap: 0.85rem;
  }

  .play-steps {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .play-steps article {
    min-height: auto;
    padding: 0.9rem;
  }

  .play-help {
    display: grid;
    gap: 0.85rem;
    padding: 0.9rem;
  }

  .play-help .button {
    width: 100%;
  }

  .server-hero-content {
    order: 1;
    width: 100%;
    padding: 0.88rem;
    border-color: rgba(104, 220, 255, 0.18);
    border-radius: 20px;
    background:
      radial-gradient(circle at 50% -18%, rgba(104, 220, 255, 0.26), transparent 14rem),
      linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(18, 3, 5, 0.38));
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.44), inset 0 0 36px rgba(80, 216, 255, 0.06);
  }

  .compact-server-hero .tagline {
    max-width: 100%;
    margin-top: 0.55rem;
    color: #fff;
    font-size: clamp(1.55rem, 8vw, 2.35rem);
    line-height: 1;
    overflow-wrap: anywhere;
    text-shadow: 0 3px 0 #090111, 0 0 22px rgba(104, 220, 255, 0.4);
  }

  .compact-server-hero .intro {
    margin-top: 0.62rem;
    padding: 0.55rem 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.3);
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .hero-actions {
    margin-top: 1rem;
  }

  .button,
  .store-buy,
  .cart-remove,
  .cart-clear {
    min-height: 3.05rem;
    border-radius: 16px;
  }

  .server-stats {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .server-stats article {
    display: grid;
    justify-items: center;
    padding: 0.65rem 0.45rem;
    text-align: center;
  }

  .server-stats span {
    font-size: 0.68rem;
  }

  .home-info-grid {
    margin-top: 0.85rem;
  }

  .home-info-card,
  .featured-home-card,
  .store-shell,
  .vote-shell,
  .checkout-shell,
  .leaderboard-shell,
  .competition-shell,
  .cart-shell,
  .donators-shell,
  .store-card,
  .rank-card,
  .cart-row,
  .checkout-form,
  .order-summary {
    max-width: 100%;
    min-width: 0;
    border-radius: 20px;
  }

  .home-info-card {
    border-color: rgba(104, 220, 255, 0.15);
    background:
      radial-gradient(circle at 100% 0%, rgba(104, 220, 255, 0.12), transparent 11rem),
      rgba(0, 0, 0, 0.48);
  }

  .story-home-card {
    display: grid;
    gap: 0.25rem;
  }

  .store-heading h1 {
    font-size: clamp(2.35rem, 13vw, 3.8rem);
  }

  .store-heading .intro {
    font-size: 1rem;
    line-height: 1.38;
  }

  .store-grid,
  .donator-shop-grid,
  .vote-grid,
  .competition-grid {
    gap: 0.72rem;
  }

  .store-card {
    padding: 0.85rem;
    background:
      radial-gradient(circle at 14% 10%, rgba(104, 220, 255, 0.22), transparent 12rem),
      linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(8, 1, 2, 0.74));
  }

  .store-card-image {
    height: 4.9rem;
  }

  .store-price {
    padding: 0.62rem;
    border: 1px solid rgba(104, 220, 255, 0.18);
  }

  .store-cart-preview,
  .donator-cart-preview {
    border-radius: 20px;
  }

  .rank-card {
    min-height: 13.4rem;
  }

  .leaderboard {
    margin-inline: -0.3rem;
    padding-inline: 0.3rem;
  }
}

@media (max-width: 520px) {
  :root {
    --mobile-edge: 0.62rem;
  }

  .site-header {
    padding-top: 0.55rem;
  }

  .nav-toggle {
    min-height: 2.55rem;
    padding: 0.5rem 0.72rem;
    border-radius: 13px;
    font-size: 0.76rem;
  }

  .top-status-bar {
    top: 0.62rem;
  }

  .server-home,
  .play-page,
  .store-page,
  .vote-page,
  .checkout-page,
  .leaderboard-page,
  .competition-page,
  .cart-page,
  .donators-page {
    padding-top: 5.75rem;
  }

  .vote-page {
    width: 100vw;
    max-width: 100vw;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0.62rem;
    padding-left: 0.62rem;
  }

  .vote-shell,
  .vote-shell .store-heading,
  .vote-shell .store-heading .intro,
  .vote-account-form,
  .vote-grid,
  .vote-card {
    min-width: 0;
  }

  .vote-shell {
    width: min(calc(100vw - 1.24rem), 340px);
    max-width: calc(100vw - 24px);
    margin-right: 0;
    margin-left: 0;
  }

  .vote-shell .store-heading,
  .vote-shell .store-heading .intro,
  .vote-account-form,
  .vote-grid,
  .vote-card {
    width: 100%;
    max-width: 100%;
  }

  .compact-server-hero .tagline {
    max-width: 100%;
    font-size: clamp(1.35rem, 8vw, 2.05rem);
    letter-spacing: 0.03em;
  }

  .compact-server-hero .eyebrow {
    font-size: 0.7rem;
  }

  .compact-server-hero .intro {
    font-size: 0.86rem;
    line-height: 1.28;
  }

  .server-stats {
    gap: 0.38rem;
  }

  .server-stats article {
    padding: 0.55rem 0.3rem;
  }

  .server-stats strong {
    font-size: 1.08rem;
  }

  .server-stats span {
    letter-spacing: 0.06em;
  }

  .home-info-card,
  .featured-home-card,
  .store-shell,
  .vote-shell,
  .checkout-shell,
  .leaderboard-shell,
  .competition-shell,
  .cart-shell,
  .donators-shell {
    padding: 0.82rem;
  }

  .store-card h2,
  .rank-card h2 {
    font-size: 1.2rem;
  }

  .vote-card {
    position: relative;
    grid-template-columns: 3.75rem minmax(0, 1fr);
    gap: 0.45rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0.58rem;
    text-align: left;
  }

  .vote-account-form {
    padding: 0.42rem;
  }

  .vote-account-row {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .vote-saved-account {
    grid-template-columns: 1fr;
    gap: 0.28rem;
    padding: 0.38rem;
  }

  .vote-saved-account strong {
    font-size: 0.82rem;
  }

  .vote-account-form .vote-save-button,
  .vote-account-form .vote-change-button {
    width: 100%;
  }

  .vote-reward-badge {
    min-height: 2rem;
    font-size: 0.66rem;
  }

  .vote-logo {
    width: 3.75rem;
    height: 2.8rem;
  }

  .vote-logo img {
    max-height: 2.55rem;
  }

  .vote-logo-wide img {
    max-height: 2rem;
  }

  .vote-card h2 {
    font-size: 0.78rem;
  }

  .vote-card > div:not(.vote-logo),
  .vote-card h2,
  .vote-card p {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .vote-card p {
    font-size: 0.66rem;
    line-height: 1.12;
  }

  .vote-card .button {
    position: static;
    grid-column: 1 / -1;
    justify-self: stretch;
    transform: none;
    width: 100%;
    min-width: 0;
    min-height: 2rem;
    margin-top: 0.16rem;
    padding-inline: 0.36rem;
    font-size: 0.64rem;
  }

  .vote-card .button.is-cooling-down {
    min-width: 5.25rem;
    font-size: 0.58rem;
  }

  .checkout-form,
  .order-summary {
    padding: 0.9rem;
  }

  .payment-option {
    padding-right: 0.75rem;
  }
}

@keyframes mobile-menu-in {
  from {
    opacity: 0;
    transform: translateY(-0.35rem) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.top-status-bar {
  top: 18px;
  right: 18px;
  align-items: center;
  width: 92px;
  transform: none;
  transform-origin: top right;
}

.top-play-button {
  width: 138px;
  min-height: 20px;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.server-status {
  width: 92px;
  min-height: 24px;
  padding: 5px 9px;
  gap: 5px;
}

.server-status strong {
  font-size: 14px;
  line-height: 1;
}

.server-status span:last-child {
  font-size: 11px;
  line-height: 1;
}

.status-dot {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
}

.site-header {
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: none;
}

@media (max-width: 999px) {
  .top-status-bar {
    top: 12px;
    right: 12px;
    width: 74px;
    gap: 0;
  }

  .top-play-button {
    width: 112px;
    min-height: 18px;
    padding: 2px 6px;
    font-size: 13px;
    line-height: 1;
  }

  .server-status {
    width: 74px;
    min-height: 22px;
    padding: 4px 7px;
    gap: 4px;
  }

  .server-status strong {
    font-size: 12px;
  }

  .server-status span:last-child {
    display: none;
  }

  .status-dot {
    flex-basis: 7px;
    width: 7px;
    height: 7px;
  }
}

@media (max-width: 520px) {
  .top-status-bar {
    top: 10px;
    right: 10px;
  }
}

.site-nav .nav-play {
  color: #fff;
  background: transparent;
  box-shadow: none;
  font-family: "Cinzel", serif;
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-shadow: 0 0 12px rgba(104, 220, 255, 0.42);
}

.site-nav .nav-play:hover,
.site-nav .nav-play:focus-visible {
  color: #8cf1ff;
  background: transparent;
  box-shadow: none;
  text-shadow: 0 0 14px rgba(104, 220, 255, 0.78);
}

@media (max-width: 999px) {
  .site-nav .nav-play {
    border-color: rgba(104, 220, 255, 0.22);
    background: rgba(0, 0, 0, 0.2);
    font-size: 0.94rem;
  }

  .site-nav .nav-play:hover,
  .site-nav .nav-play:focus-visible {
    background: rgba(80, 216, 255, 0.14);
  }
}

@media (max-width: 999px) {
  body::before {
    background:
      url("../img/ghost-pk-emblem-round.png?v=20260718-pack") center 5.4rem / min(19rem, 68vw) auto no-repeat,
      radial-gradient(circle at 50% 5%, rgba(104, 220, 255, 0.18), transparent 18rem),
      linear-gradient(180deg, rgba(3, 3, 4, 0.22), rgba(3, 3, 4, 0.9) 62%);
    opacity: 0.92;
  }

  .site-nav::before,
  .server-hero-content::before,
  .home-info-card::before,
  .store-shell::before,
  .vote-shell::before,
  .checkout-shell::before,
  .leaderboard-shell::before,
  .competition-shell::before,
  .cart-shell::before {
    content: "";
    position: absolute;
    pointer-events: none;
    background: url("../img/ghost-pk-emblem-round.png?v=20260718-pack") center / contain no-repeat;
    filter: drop-shadow(0 0 18px rgba(104, 220, 255, 0.22));
  }

  .site-nav {
    overflow: hidden;
  }

  .site-nav::before {
    inset: auto 0.7rem 0.55rem auto;
    width: 4.8rem;
    height: 4.8rem;
    opacity: 0.14;
  }

  .server-hero-content,
  .home-info-card,
  .store-shell,
  .vote-shell,
  .checkout-shell,
  .leaderboard-shell,
  .competition-shell,
  .cart-shell {
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }

  .server-hero-content::before {
    left: auto;
    top: 0.55rem;
    right: 0.65rem;
    width: 5.4rem;
    height: 5.4rem;
    opacity: 0.16;
    transform: none;
  }

  .home-info-card::before,
  .store-shell::before,
  .vote-shell::before,
  .checkout-shell::before,
  .leaderboard-shell::before,
  .competition-shell::before,
  .cart-shell::before {
    top: 0.7rem;
    right: 0.7rem;
    width: 4rem;
    height: 4rem;
    opacity: 0.1;
  }

}

@media (max-width: 520px) {
  body::before {
    background:
      radial-gradient(circle at 50% 5%, rgba(104, 220, 255, 0.18), transparent 15rem),
      linear-gradient(180deg, rgba(3, 3, 4, 0.5), rgba(3, 3, 4, 0.92) 60%),
      url("../img/ghost-pk-emblem-round.png?v=20260718-pack") center 4.8rem / min(11rem, 52vw) auto no-repeat;
  }

  .server-hero-content::before {
    width: 4.6rem;
    height: 4.6rem;
    opacity: 0.13;
  }
}

.site-header .top-status-bar {
  position: static;
  order: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-left: 0.55rem;
  transform: none;
}

.site-header .server-status {
  width: auto;
  min-width: 5.35rem;
  min-height: 2.25rem;
  padding: 0.46rem 0.66rem;
  border-radius: 999px;
}

.status-discord {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  padding: 0.28rem 0.68rem;
  border: 1px solid rgba(139, 149, 255, 0.34);
  border-radius: 999px;
  color: #fff;
  background: rgba(88, 101, 242, 0.24);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(139, 149, 255, 0.12), 0 0 18px rgba(88, 101, 242, 0.18);
}

.status-discord:hover,
.status-discord:focus-visible {
  background: rgba(88, 101, 242, 0.34);
  box-shadow: inset 0 0 0 1px rgba(139, 149, 255, 0.24), 0 0 24px rgba(88, 101, 242, 0.32);
}

@media (max-width: 999px) {
  .site-header {
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
  }

  .site-header .top-status-bar {
    order: 1;
    margin-left: 0;
  }

  .nav-toggle {
    order: 0;
  }

  .site-nav {
    order: 2;
  }

  .site-header .server-status {
    min-width: 4.4rem;
    min-height: 2.05rem;
    padding: 0.4rem 0.58rem;
  }
}

@media (min-width: 1000px) {
  .site-header {
    justify-content: center;
  }

  .site-header .site-nav {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) repeat(3, max-content) 7.1rem repeat(3, max-content) minmax(0, 1fr);
    column-gap: 0.72rem;
    row-gap: 0;
    justify-items: center;
    width: min(78rem, calc(100vw - 1rem));
    margin: 0 auto;
  }

  .site-header .site-nav > a:not(.nav-logo) {
    padding-right: 0.88rem;
    padding-left: 0.88rem;
  }

  .site-header .site-nav > a[href="index.html"]:not(.nav-logo) {
    grid-column: 2;
  }

  .site-header .site-nav > a[href="vote.html"] {
    grid-column: 3;
  }

  .site-header .site-nav > a[href="/hiscores"] {
    grid-column: 4;
  }

  .site-header .site-nav .nav-logo {
    position: relative;
    grid-column: 5;
    z-index: 2;
    margin: -0.85rem 0 -2.45rem;
    padding: 0;
    transform: none;
  }

  .site-header .site-nav > a[href="/store"] {
    grid-column: 6;
    margin-left: 0;
  }

  .site-header .site-nav > a[href="/store"]::before {
    content: none;
  }

  .site-header .site-nav > a[href="competition.html"] {
    grid-column: 7;
  }

  .site-header .site-nav > a[href="play.html"] {
    grid-column: 8;
  }

  .site-header .top-status-bar {
    position: absolute;
    top: calc(100% - 0.72rem);
    right: calc(50% - min(39rem, calc(50vw - 0.5rem)) + 0.9rem);
    gap: 0.25rem;
    margin-left: 0;
    transform: none;
  }
}

@media (min-width: 1000px) {
  .site-header .site-nav {
    position: relative;
  }

  .site-header .site-nav .nav-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    grid-column: auto;
    margin: 0;
    transform: translate(-50%, -50%);
  }
}

/* Shared header final alignment: keeps the center logo inside the nav bar. */
.site-header {
  top: 0.45rem;
  padding: 0;
}

.site-nav {
  min-height: 5rem;
  overflow: visible;
}

.site-nav .nav-logo,
.site-header .site-nav .nav-logo {
  width: 4.9rem;
  height: 4.9rem;
  margin: 0 0.7rem;
}

.nav-logo img {
  width: 4.55rem;
  height: 4.55rem;
}

@media (min-width: 1000px) {
  .site-header .site-nav {
    grid-template-columns: minmax(0, 1fr) repeat(3, max-content) 6.25rem repeat(3, max-content) minmax(0, 1fr);
    align-items: center;
    column-gap: 0.95rem;
  }

  .site-header .site-nav .nav-logo {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 5;
    transform: none;
  }
}

/* Strongest header logo fix. Keep this last so older nav rules cannot override it. */
.site-header .site-nav .nav-logo {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  grid-column: 5 !important;
  width: 11.6rem !important;
  height: 4.65rem !important;
  margin: 0 1.2rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.site-header .site-nav .nav-logo img {
  width: 11.6rem !important;
  height: 4.65rem !important;
  border-radius: 0 !important;
  object-fit: contain !important;
}

@media (min-width: 1000px) {
  .site-header .site-nav {
    grid-template-columns: minmax(0, 1fr) repeat(3, max-content) 12.7rem repeat(3, max-content) minmax(0, 1fr) !important;
    column-gap: 0.78rem !important;
    align-items: center !important;
  }
}

@media (max-width: 999px) {
  .site-header .site-nav .nav-logo {
    width: 10rem !important;
    height: 4rem !important;
    margin: 0 auto !important;
  }

  .site-header .site-nav .nav-logo img {
    width: 10rem !important;
    height: 4rem !important;
  }
}

/* Final nav order: logo, then Play Now directly beside it, then Store, then Competition. */
@media (min-width: 1000px) {
  .site-header .site-nav > a[href="play.html"] {
    grid-column: 6 !important;
  }

  .site-header .site-nav > a[href="/store"] {
    grid-column: 7 !important;
  }

  .site-header .site-nav > a[href="competition.html"] {
    grid-column: 8 !important;
  }
}

.site-header .site-nav .nav-play {
  padding-right: 1.05rem !important;
  padding-left: 1.05rem !important;
  color: #f4fbff !important;
  background: rgba(104, 220, 255, 0.18) !important;
  box-shadow: inset 0 0 0 1px rgba(104, 220, 255, 0.3), 0 0 22px rgba(104, 220, 255, 0.2) !important;
}

/* Store bond sizing: keeps the bond artwork inside the product frame. */
.store-card .bond-card-image {
  width: min(5.8rem, 100%) !important;
  height: 4.85rem !important;
}

/* Final store tabs: larger category buttons with safe wrapping on narrow screens. */
@media (max-width: 999px) {
  .store-category-tabs {
    width: 100%;
    justify-content: center;
    gap: 0.55rem;
    margin-top: 1.25rem;
    padding: 1.25rem 0.75rem 0.75rem;
    border-width: 2px;
    border-radius: 1.2rem;
  }

  .store-category-title {
    width: min(92%, 25rem);
    font-size: 1.05rem;
    letter-spacing: 0.14em;
  }

  .store-category-tab {
    flex: 1 1 6.5rem;
    min-height: 3.1rem;
    padding: 0.72rem 0.9rem;
    border-width: 2px;
    font-size: 0.94rem;
  }
}

@media (max-width: 999px) {
  .site-header {
    top: 0.65rem;
    padding: 0;
  }

  .site-nav .nav-logo,
  .site-header .site-nav .nav-logo {
    width: 4.25rem;
    height: 4.25rem;
    margin: 0;
  }

  .nav-logo img {
    width: 4rem;
    height: 4rem;
  }
}

.live-map-page .site-footer {
  position: static;
  width: min(1760px, calc(100% - 28px));
  margin: 24px auto 0;
  transform: none;
}

.live-map-shell {
  width: min(1760px, calc(100% - 28px));
  margin: 92px auto 0;
}

.live-map-hero {
  min-height: auto;
  margin-bottom: 10px;
  padding: 12px 18px;
}

.live-map-hero h1 {
  max-width: 900px;
  margin-bottom: 6px;
  font-size: clamp(30px, 4.2vw, 58px);
  line-height: 0.9;
}

.live-map-hero .intro {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.35;
}

.live-map-layout {
  position: relative;
  display: block;
}

.live-map-panel,
.live-map-stage {
  min-width: 0;
}

.live-map-panel {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 8;
  width: min(360px, calc(100% - 32px));
  max-height: calc(100% - 32px);
  overflow: hidden;
  padding: 18px;
  background: rgba(4, 5, 5, 0.78);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.6), var(--glow-purple);
}

.live-map-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.live-map-stat-grid div {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(104, 220, 255, 0.24);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.34);
}

.live-map-stat-grid span,
.live-map-search span,
.live-map-entry span {
  display: block;
  color: var(--muted);
}

.live-map-stat-grid span,
.live-map-search span {
  margin-bottom: 4px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-map-stat-grid strong {
  color: var(--green);
  font-size: 1.25rem;
}

.live-map-search {
  display: block;
  margin-bottom: 14px;
}

.live-map-search input {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(104, 220, 255, 0.28);
  border-radius: 9px;
  padding: 0 12px;
  color: var(--text);
  background: rgba(0, 0, 0, 0.46);
  font: inherit;
  outline: none;
}

.live-map-search input:focus {
  border-color: var(--line-strong);
  box-shadow: var(--glow-green);
}

.live-map-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.live-map-filters button {
  min-height: 34px;
  border: 1px solid rgba(104, 220, 255, 0.24);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.34);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.live-map-filters button.is-active,
.live-map-filters button:hover {
  color: #03121c;
  border-color: rgba(104, 220, 255, 0.72);
  background: linear-gradient(135deg, var(--green), #e8fbff);
}

.live-map-list {
  display: grid;
  gap: 9px;
  max-height: 360px;
  overflow: auto;
  padding-right: 4px;
}

.live-map-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(104, 220, 255, 0.18);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.28);
}

.live-map-entry strong {
  display: block;
  color: var(--text);
}

.live-map-entry code {
  flex: 0 0 auto;
  color: var(--green);
  font-family: "Rajdhani", sans-serif;
  font-weight: 800;
}

.live-map-stage {
  padding: 12px;
}

.live-map-grid {
  position: relative;
  min-height: min(82vh, 1020px);
  overflow: hidden;
  border: 1px solid rgba(104, 220, 255, 0.28);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.18)),
    url("../img/osrs-world-map.png?v=20260723-osrs-map") center / cover no-repeat,
    linear-gradient(145deg, rgba(8, 18, 9, 0.96), rgba(9, 8, 18, 0.98));
  background-color: #071008;
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.62), 0 18px 64px rgba(0, 0, 0, 0.42);
}

.map-region {
  position: absolute;
  border: 1px solid rgba(104, 220, 255, 0.2);
  border-radius: 14px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.38);
  color: rgba(247, 242, 255, 0.8);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(2px);
}

.map-region strong,
.map-region span {
  display: block;
}

.map-region strong {
  color: var(--green);
  font-family: "Cinzel", serif;
}

.map-region span {
  color: var(--muted);
}

.map-region-wilderness {
  inset: 8% 31% auto 30%;
  min-height: 210px;
}

.map-region-home {
  inset: auto 42% 18% 42%;
}

.map-region-bosses {
  inset: 22% auto auto 8%;
  min-width: 210px;
}

.map-region-skilling {
  inset: auto 8% 16% auto;
  min-width: 220px;
}

.map-region-minigames {
  inset: 22% 9% auto auto;
  min-width: 230px;
}

.map-crosshair {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 2px;
  height: 2px;
  border-radius: 999px;
  box-shadow:
    0 -360px 0 rgba(104, 220, 255, 0.08),
    0 360px 0 rgba(104, 220, 255, 0.08),
    -520px 0 0 rgba(104, 220, 255, 0.08),
    520px 0 0 rgba(104, 220, 255, 0.08);
}

.map-attribution {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 4;
  border: 1px solid rgba(104, 220, 255, 0.3);
  border-radius: 999px;
  padding: 6px 10px;
  color: rgba(247, 242, 255, 0.82);
  background: rgba(0, 0, 0, 0.62);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.map-pin-layer {
  position: absolute;
  inset: 0;
}

.map-pin {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  transform: translate(-50%, -50%);
  background: rgba(104, 220, 255, 0.18);
  cursor: pointer;
}

.map-pin span {
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  background: var(--green);
  box-shadow: 0 0 18px rgba(104, 220, 255, 0.9);
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(104, 220, 255, 0.34);
  border-radius: inherit;
  animation: live-map-pulse 1.8s ease-out infinite;
}

.map-pin-players span {
  background: #ffffff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
}

.map-pin-pvp span {
  background: #ff455d;
  box-shadow: 0 0 20px rgba(255, 69, 93, 0.9);
}

.map-pin-bosses span {
  background: var(--purple);
  box-shadow: 0 0 20px rgba(165, 68, 255, 0.9);
}

.map-pin-utility span {
  background: var(--green);
}

@keyframes live-map-pulse {
  from {
    opacity: 0.82;
    transform: scale(0.6);
  }

  to {
    opacity: 0;
    transform: scale(1.45);
  }
}

@media (max-width: 980px) {
  .live-map-layout {
    display: block;
  }

  .live-map-grid {
    min-height: 70vh;
  }

  .live-map-panel {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-height: none;
    margin-bottom: 12px;
  }
}

@media (max-width: 620px) {
  .live-map-shell,
  .live-map-page .site-footer {
    width: min(100% - 20px, 1340px);
  }

  .live-map-hero,
  .live-map-panel,
  .live-map-stage {
    padding: 12px;
  }

  .live-map-stat-grid {
    grid-template-columns: 1fr;
  }

  .live-map-entry {
    align-items: flex-start;
    flex-direction: column;
  }

  .live-map-grid {
    min-height: 64vh;
  }
}

/* GhostPk ice/steel logo theme override */
:root {
  --blood: #0b8dbb;
  --blood-bright: #8cf1ff;
  --ash: #d9f6ff;
  --bone: #f7fdff;
  --smoke: rgba(5, 13, 22, 0.82);
  --black: #03070d;
  --line: rgba(104, 220, 255, 0.24);
  --ghost-purple: #50d8ff;
  --ghost-green: #8cf1ff;
  --ghost-glow-green: 0 0 32px rgba(104, 220, 255, 0.34);
  --ghost-glow-purple: 0 0 36px rgba(180, 243, 255, 0.22);
}

body {
  background:
    radial-gradient(circle at 50% 5%, rgba(104, 220, 255, 0.18), transparent 20rem),
    radial-gradient(circle at 12% 78%, rgba(50, 157, 210, 0.14), transparent 24rem),
    linear-gradient(180deg, rgba(3, 7, 13, 0.38), rgba(3, 7, 13, 0.94) 62%),
    var(--black) url("../img/ghostpk-pack/login-hero.png?v=20260718-pack") center top / auto 100vh scroll no-repeat !important;
}

body::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(2, 8, 14, 0.82) 68%),
    radial-gradient(circle at 50% 18%, rgba(104, 220, 255, 0.22), transparent 17rem) !important;
}

.site-header,
.launcher-download-frame,
.subpage-hero,
.panel,
.board-card,
.store-card,
.vote-card,
.leaderboard-section,
.live-map-panel {
  border-color: rgba(104, 220, 255, 0.3) !important;
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.58), 0 0 34px rgba(64, 205, 255, 0.18) !important;
}

.launcher-one-page::before {
  background:
    radial-gradient(circle at 50% 38%, rgba(104, 220, 255, 0.22), transparent 19rem),
    url("../img/ghostpk-pack/login-hero.png?v=20260718-pack") center / cover no-repeat,
    linear-gradient(180deg, rgba(5, 60, 88, 0.18), rgba(0, 0, 0, 0)) !important;
}

.launcher-download-frame {
  border-top-color: rgba(166, 243, 255, 0.96) !important;
  color: var(--bone);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(3, 12, 20, 0.86)),
    url("../img/ghostpk-pack/loading-screen.png?v=20260718-pack") center top / cover no-repeat,
    radial-gradient(circle at 50% 0%, rgba(104, 220, 255, 0.22), transparent 12rem),
    linear-gradient(180deg, rgba(5, 21, 34, 0.97), rgba(3, 8, 14, 0.98)) !important;
}

.launcher-download-frame::before {
  box-shadow: 0 10px 30px rgba(104, 220, 255, 0.28), inset 0 2px 0 rgba(174, 245, 255, 0.22) !important;
}

body.play-page {
  background:
    radial-gradient(circle at 50% 5%, rgba(104, 220, 255, 0.18), transparent 20rem),
    radial-gradient(circle at 12% 78%, rgba(50, 157, 210, 0.14), transparent 24rem),
    linear-gradient(180deg, rgba(3, 7, 13, 0.18), rgba(3, 7, 13, 0.88) 70%),
    var(--black) url("../img/member-pk-left-bottom-final.png?v=20260727-play-bg") center 42% / cover scroll no-repeat !important;
}

body.play-page .launcher-one-page::before {
  background:
    radial-gradient(circle at 50% 38%, rgba(104, 220, 255, 0.22), transparent 19rem),
    linear-gradient(180deg, rgba(5, 60, 88, 0.12), rgba(0, 0, 0, 0.08)) !important;
}

.launcher-download-frame::after {
  background:
    radial-gradient(circle at 50% 0%, rgba(104, 220, 255, 0.2), transparent 13rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 38%) !important;
}

.launcher-label,
.eyebrow,
.leaderboard-section-title span,
.live-map-stat strong {
  color: #8cf1ff !important;
  text-shadow: 0 0 18px rgba(99, 225, 255, 0.5) !important;
}

.launcher-download-frame h1,
.subpage-hero h1,
.compact-server-hero .tagline,
.leaderboard-section-title h2 {
  color: #f8fdff !important;
  text-shadow: 0 0 24px rgba(88, 220, 255, 0.42), 0 3px 0 rgba(0, 0, 0, 0.76) !important;
}

.launcher-download-frame p,
.launcher-compat-note,
.subpage-hero .lede,
.site-footer {
  color: #c8e7f2 !important;
}

.launcher-download-link,
.button,
.cta,
.site-nav .nav-play {
  color: #03121c !important;
  border-color: rgba(174, 245, 255, 0.72) !important;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.8), transparent 1.1rem),
    linear-gradient(135deg, #e8fbff, #75e5ff 46%, #1186b4) !important;
  box-shadow: 0 0 34px rgba(90, 220, 255, 0.36), 0 14px 42px rgba(0, 0, 0, 0.48) !important;
}

.launcher-download-link:hover,
.launcher-download-link:focus-visible,
.button:hover,
.cta:hover,
.site-nav a:hover,
.site-nav a:focus-visible {
  filter: brightness(1.12);
  border-color: rgba(216, 251, 255, 0.92) !important;
  box-shadow: 0 0 44px rgba(104, 220, 255, 0.46), 0 18px 54px rgba(0, 0, 0, 0.56) !important;
}

.download-icon svg,
.status-dot {
  filter: drop-shadow(0 0 10px rgba(104, 220, 255, 0.58)) !important;
}

.launcher-online-status {
  border-color: rgba(104, 220, 255, 0.34) !important;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.09), transparent 1.5rem),
    linear-gradient(180deg, rgba(5, 25, 38, 0.94), rgba(3, 8, 14, 0.92)) !important;
}

.site-nav .nav-logo,
.site-header .site-nav .nav-logo {
  background:
    radial-gradient(circle, rgba(104, 220, 255, 0.26), transparent 66%),
    rgba(3, 8, 14, 0.78) !important;
  border-color: rgba(154, 239, 255, 0.52) !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.58), 0 0 38px rgba(104, 220, 255, 0.34) !important;
}

.site-nav .nav-logo img,
.nav-logo img {
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.78)) drop-shadow(0 0 20px rgba(104, 220, 255, 0.42)) !important;
}

.launcher-logo-mark {
  width: min(18rem, 72vw);
  margin: 0 auto 0.65rem;
  filter: drop-shadow(0 0 32px rgba(104, 220, 255, 0.44)) drop-shadow(0 16px 26px rgba(0, 0, 0, 0.72));
}

/* Final GhostPK logo colorway for all non-home pages. */
:root {
  --blood: #0b8dbb;
  --blood-bright: #8cf1ff;
  --ash: #d9f6ff;
  --bone: #f7fdff;
  --smoke: rgba(5, 13, 22, 0.82);
  --black: #03070d;
  --line: rgba(104, 220, 255, 0.24);
  --ghost-purple: #50d8ff;
  --ghost-green: #8cf1ff;
  --ghost-glow-green: 0 0 32px rgba(104, 220, 255, 0.34);
  --ghost-glow-purple: 0 0 36px rgba(180, 243, 255, 0.22);
}

.site-nav,
.nav-toggle,
.top-status-bar {
  border-color: rgba(104, 220, 255, 0.28) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    linear-gradient(180deg, rgba(6, 16, 24, 0.92), rgba(2, 6, 11, 0.86)) !important;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.5), inset 0 0 28px rgba(104, 220, 255, 0.08), var(--ghost-glow-purple) !important;
}

/* Play page final card cleanup: remove the old green pack/loading-screen art. */
body.play-page .launcher-one-page {
  min-height: calc(100vh - 5.5rem);
  padding: 7.5rem 0 3.8rem !important;
}

body.play-page .launcher-download-frame {
  width: min(31rem, calc(100vw - 2rem));
  padding: clamp(1.6rem, 3.2vw, 2.15rem) clamp(1.25rem, 3vw, 2rem) 1.35rem !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(224, 249, 255, 0.18), transparent 12rem),
    radial-gradient(circle at 50% 100%, rgba(56, 189, 248, 0.16), transparent 13rem),
    linear-gradient(180deg, rgba(8, 22, 34, 0.94), rgba(2, 7, 13, 0.96)),
    rgba(3, 8, 14, 0.98) !important;
  backdrop-filter: blur(12px);
}

body.play-page .launcher-download-frame::before {
  background:
    radial-gradient(circle at 50% 55%, rgba(224, 249, 255, 0.85), rgba(117, 229, 255, 0.34) 34%, transparent 62%),
    linear-gradient(90deg, transparent, rgba(140, 241, 255, 0.8), transparent) !important;
  height: 20px;
}

body.play-page .launcher-logo-mark {
  width: min(15.5rem, 66vw);
  margin-bottom: 0.5rem;
}

body.play-page .launcher-download-actions {
  margin-top: 1.1rem;
}

body.play-page .launcher-compat-note {
  max-width: 23rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.84rem !important;
  line-height: 1.22 !important;
}

body.play-page .site-footer {
  position: relative;
  z-index: 2;
}

/* Keep the GhostPK mark fixed at the visual centre of the desktop navigation. */
@media (min-width: 1000px) {
  .site-header .site-nav .nav-logo {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    grid-column: auto !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
  }
}

/* The icon file supplies its own transparent silhouette; do not put a tile behind it. */
.site-header .site-nav .nav-logo {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
.site-nav .nav-play,
.button.primary,
.store-buy,
.checkout-button {
  color: #f7fdff !important;
  border-color: rgba(174, 245, 255, 0.58) !important;
  background:
    linear-gradient(180deg, rgba(174, 245, 255, 0.44), rgba(17, 134, 180, 0.94)),
    #0b8dbb !important;
  box-shadow: inset 0 0 0 1px rgba(104, 220, 255, 0.22), 0 0 22px rgba(104, 220, 255, 0.22) !important;
}

.button.secondary,
.cart-clear,
.store-category-tab,
.store-info-tab {
  border-color: rgba(104, 220, 255, 0.24) !important;
  color: #d9f6ff !important;
  background: rgba(5, 13, 22, 0.72) !important;
}

.server-status,
.status-discord,
.store-card,
.board-card,
.subpage-hero,
.checkout-shell,
.store-shell,
.cart-shell {
  border-color: rgba(104, 220, 255, 0.24) !important;
}

