html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #061b2d;
}

html {
  margin-top: 0 !important;
}

body {
  overflow-y: auto;
}

body:has(.gcl-root) {
  margin: 0 !important;
  padding: 0 !important;
}

body.admin-bar:has(.gcl-root) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body:has(.gcl-root) #wpadminbar {
  display: none !important;
}

.gcl-root {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  color: #f8fbff;
  background: #061b2d;
  overflow: visible;
  --gcl-header-height: 92px;
}

.gcl-icon-sprite {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}

.gcl-shell {
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
}

.gcl-site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 80 !important;
  margin: 0 !important;
  background: rgba(4, 25, 42, 0.94);
  border-bottom: 1px solid rgba(89, 173, 228, 0.2);
  backdrop-filter: blur(14px);
  transform: translateY(0);
  transition: transform 220ms ease, opacity 220ms ease;
  will-change: transform;
}

body.admin-bar .gcl-root .gcl-site-header,
body.admin-bar .gcl-site-header {
  top: 0 !important;
}

.gcl-root .gcl-landing {
  padding-top: 0 !important;
}

.gcl-root.is-game-drawer-open .gcl-site-header {
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
}

.gcl-site-header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.gcl-site-brand img {
  display: block;
  width: 142px;
  max-height: 58px;
  object-fit: contain;
}

.gcl-main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.gcl-main-nav a,
.gcl-overflow-panel a,
.gcl-site-login {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
}

.gcl-main-nav a {
  padding: 14px 8px;
}

.gcl-main-nav a.is-active {
  color: #ffd324;
}

.gcl-nav-highlight {
  background: #ffd324;
  color: #041624 !important;
  padding: 16px 24px !important;
  border-radius: 8px;
}

.gcl-site-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gcl-site-login,
.gcl-site-menu {
  min-height: 46px;
  border: 1px solid rgba(74, 171, 238, 0.45);
  background: linear-gradient(180deg, rgba(32, 124, 184, 0.9), rgba(12, 72, 118, 0.9));
  border-radius: 8px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.gcl-site-menu {
  width: 52px;
  padding: 0;
  flex-direction: column;
  gap: 5px;
}

.gcl-site-menu span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
}

.gcl-overflow-menu {
  position: relative;
  display: none;
}

.gcl-overflow-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: 230px;
  padding: 14px;
  border: 1px solid rgba(89, 173, 228, 0.28);
  border-radius: 8px;
  background: rgba(2, 18, 31, 0.98);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.gcl-overflow-panel a {
  display: block;
  padding: 14px 10px;
}

.gcl-vps-page {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 92px);
  padding-top: var(--gcl-header-height);
}

.gcl-site-footer,
.gcl-modal,
.gcl-toast-stack {
  position: relative;
  z-index: 2;
}

.gcl-site-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 8%, rgba(255, 211, 36, 0.18), transparent 24%),
    radial-gradient(circle at 14% 16%, rgba(57, 226, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #041726 0%, #08263d 42%, #03101d 100%);
}

.gcl-root > :not(.gcl-site-bg) {
  position: relative;
  z-index: 2;
}

.gcl-root > .gcl-site-header {
  z-index: 80 !important;
}

.gcl-root .gcl-vps-page,
.gcl-root .gcl-section,
.gcl-root .gcl-modern-landing,
.gcl-root .gcl-landing,
.gcl-root .gcl-games-page,
.gcl-root .gcl-dashboard-page,
.gcl-root .gcl-dashboard-section,
.gcl-root .gcl-community-section,
.gcl-root .gcl-shell,
.gcl-root .gcl-app-window {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none;
}

.gcl-root .gcl-site-footer {
  background: rgba(3, 14, 25, 0.72) !important;
  background-image: none !important;
}

.gcl-root .gcl-landing-hero,
.gcl-root .gcl-reserve-band,
.gcl-root .gcl-game-toolbar,
.gcl-root .gcl-profile-setup,
.gcl-root .gcl-admin-layout,
.gcl-root .gcl-community-copy,
.gcl-root .gcl-community-form,
.gcl-root .gcl-community-card,
.gcl-root .gcl-profile-preview,
.gcl-root .gcl-community-empty {
  background: rgba(4, 22, 38, 0.76) !important;
  background-image: none !important;
  backdrop-filter: blur(10px);
}

.gcl-root .gcl-icon-rail,
.gcl-root .gcl-side-nav,
.gcl-root .gcl-right-panel,
.gcl-root .gcl-dashboard-main,
.gcl-root .gcl-dashboard-menu,
.gcl-root .gcl-dashboard-shell {
  background: rgba(4, 18, 31, 0.56) !important;
  background-image: none !important;
  backdrop-filter: blur(8px);
}

.gcl-root .gcl-dashboard-shell,
.gcl-root .gcl-dashboard-menu,
.gcl-root .gcl-dashboard-main {
  background: transparent !important;
  backdrop-filter: none;
}

.gcl-site-bg-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 0.4;
  background: #061b2d;
  mask-image: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.42) 22%, #000 54%, #000 100%);
  -webkit-mask-image: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.42) 22%, #000 54%, #000 100%);
}

.gcl-site-bg-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--gcl-fallback-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.03);
}

.gcl-site-bg-slider img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  filter: saturate(1.08) contrast(1.08);
  transform-origin: center center;
  animation: gclHeroKenBurns calc(var(--gcl-slide-count) * 6s) infinite;
  animation-delay: calc(var(--gcl-slide-index) * 6s);
}

.gcl-site-bg-slider img:only-child {
  opacity: 1;
  animation: gclHeroKenBurnsSingle 24s ease-in-out infinite;
}

.gcl-site-bg-gradient,
.gcl-site-bg-mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gcl-site-bg-gradient {
  z-index: 1;
  background:
    linear-gradient(0deg, #061b2d 0%, rgba(6, 27, 45, 0.9) 22%, rgba(6, 27, 45, 0.5) 58%, rgba(6, 27, 45, 0.25) 100%),
    linear-gradient(90deg, rgba(4, 18, 31, 0.78) 0%, rgba(4, 18, 31, 0.15) 50%, rgba(4, 18, 31, 0.78) 100%);
}

.gcl-site-bg-mesh {
  z-index: 2;
  overflow: hidden;
  background:
    linear-gradient(rgba(89, 226, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 226, 255, 0.16) 1px, transparent 1px);
  background-size: 92px 92px;
  opacity: 0.72;
  transition: opacity 220ms ease, filter 220ms ease;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.62) 42%, rgba(0, 0, 0, 0.22) 76%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.62) 42%, rgba(0, 0, 0, 0.22) 76%, transparent 100%);
}

.gcl-root .gcl-vps-page,
.gcl-root .gcl-site-header,
.gcl-root .gcl-site-footer,
.gcl-root .gcl-modal,
.gcl-root .gcl-toast-stack {
  font-family: inherit;
}

.gcl-root .gcl-vps-page .gcl-grid:has(.gcl-card:hover) .gcl-card:not(:hover) {
  filter: none;
  opacity: 1;
}

.gcl-root .gcl-vps-page .gcl-card,
.gcl-root .gcl-vps-page .gcl-panel,
.gcl-root .gcl-vps-page .gcl-empty {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(89, 173, 228, 0.24);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(13, 50, 77, 0.88), rgba(5, 24, 42, 0.94));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  color: #f8fbff;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.gcl-root .gcl-vps-page .gcl-card:hover {
  z-index: 1;
  transform: translateY(-2px);
  border-color: rgba(255, 211, 36, 0.36);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), 0 0 20px rgba(255, 211, 36, 0.08);
}

.gcl-root .gcl-vps-page .gcl-card h3,
.gcl-root .gcl-vps-page .gcl-panel h3,
.gcl-root .gcl-vps-page .gcl-empty h2 {
  color: #fff;
  letter-spacing: 0;
}

.gcl-root .gcl-vps-page .gcl-card p,
.gcl-root .gcl-vps-page .gcl-empty p {
  color: #bfd1e2;
}

.gcl-section {
  padding: 56px 0;
}

.gcl-modern-landing {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - 92px);
}

.gcl-modern-landing > .gcl-shell {
  position: relative;
  z-index: 2;
}

.gcl-landing-hero {
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.45fr);
  gap: 34px;
  align-items: center;
  padding: clamp(22px, 4vw, 58px);
  border: 1px solid rgba(89, 173, 228, 0.24);
  border-radius: 8px;
  background: rgba(2, 18, 31, 0.82);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 28px 80px rgba(0, 0, 0, 0.28);
}

.gcl-hero-bg-slider {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  opacity: 0.62;
  background: #061b2d;
}

.gcl-hero-bg-slider::before,
.gcl-hero-bg-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gcl-hero-bg-slider::before {
  z-index: 0;
  background-image: var(--gcl-fallback-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.03);
}

.gcl-hero-bg-slider::after {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(2, 18, 31, 0.94) 0%, rgba(2, 18, 31, 0.72) 42%, rgba(2, 18, 31, 0.38) 78%, rgba(2, 18, 31, 0.22) 100%),
    linear-gradient(0deg, rgba(2, 18, 31, 0.82), rgba(2, 18, 31, 0.2) 58%, rgba(2, 18, 31, 0.68));
}

.gcl-hero-bg-slider img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  filter: saturate(1.08) contrast(1.08);
  transform-origin: center center;
  animation: gclHeroKenBurns calc(var(--gcl-slide-count) * 6s) infinite;
  animation-delay: calc(var(--gcl-slide-index) * 6s);
}

.gcl-hero-bg-slider img:only-child {
  opacity: 1;
  animation: gclHeroKenBurnsSingle 24s ease-in-out infinite;
}

.gcl-landing-copy h1 {
  max-width: 690px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 6vw, 98px);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gcl-landing-copy p {
  max-width: 680px;
  font-size: 18px;
  line-height: 1.55;
  color: #bfd1e2;
}

.gcl-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.gcl-landing-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.gcl-landing-stats span {
  min-height: 78px;
  padding: 14px;
  border: 1px solid rgba(89, 173, 228, 0.24);
  border-radius: 8px;
  background: rgba(4, 22, 38, 0.72);
}

.gcl-landing-stats strong,
.gcl-landing-stats small {
  display: block;
}

.gcl-landing-stats strong {
  font-size: 30px;
  color: #fff;
}

.gcl-landing-stats small {
  color: #ffd324;
  font-weight: 900;
}

.gcl-button,
.gcl-link {
  border: 1px solid rgba(89, 173, 228, 0.35);
  background: rgba(14, 47, 75, 0.86);
  color: #fff;
  border-radius: 8px;
  padding: 13px 20px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.gcl-button-primary {
  background: #ffd324;
  color: #061624;
  box-shadow: 0 12px 36px rgba(255, 211, 36, 0.22);
}

.gcl-video-card img,
.gcl-creator-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(89, 173, 228, 0.35);
}

@keyframes gclHeroKenBurns {
  0%,
  8% {
    opacity: 0;
    transform: scale(1) translate3d(0, 0, 0);
  }
  14%,
  36% {
    opacity: 1;
    transform: scale(1.025) translate3d(0, -0.25%, 0);
  }
  44%,
  100% {
    opacity: 0;
    transform: scale(1.04) translate3d(0, 0.25%, 0);
  }
}

@keyframes gclHeroKenBurnsSingle {
  0%,
  100% {
    opacity: 1;
    transform: scale(1.015) translate3d(0, 0.35%, 0);
  }
  50% {
    opacity: 1;
    transform: scale(1.04) translate3d(0, -0.35%, 0);
  }
}

.gcl-hero-terminal figcaption {
  position: absolute;
  right: -14px;
  bottom: -18px;
  min-width: 190px;
  padding: 16px;
  border: 1px solid rgba(255, 211, 36, 0.42);
  border-radius: 8px;
  background: rgba(3, 18, 31, 0.92);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}

.gcl-hero-terminal figcaption b,
.gcl-hero-terminal figcaption span {
  display: block;
}

.gcl-hero-terminal figcaption b {
  color: #ffd324;
  font-size: 24px;
}

.gcl-landing-live,
.gcl-card,
.gcl-empty,
.gcl-alert {
  border: 1px solid rgba(89, 173, 228, 0.25);
  background: rgba(9, 38, 63, 0.82);
  border-radius: 8px;
}

.gcl-landing-live {
  padding: 22px;
}

.gcl-landing-live span,
.gcl-kicker {
  color: #59e2ff;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.gcl-landing-live div {
  padding: 14px 0;
  border-top: 1px solid rgba(148, 190, 221, 0.2);
}

.gcl-landing-live strong,
.gcl-landing-live small {
  display: block;
}

.gcl-landing-strip {
  margin-top: 46px;
}

.gcl-section-heading {
  margin-bottom: 24px;
}

.gcl-section-heading h2 {
  margin: 10px 0;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.gcl-section-heading p {
  color: #bfd1e2;
  font-size: 16px;
}

.gcl-heading-actions {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}

.gcl-grid {
  display: grid;
  gap: 18px;
}

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

.gcl-package-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

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

.gcl-card {
  padding: 22px;
  color: #fff;
}

.gcl-reserve-band,
.gcl-game-toolbar,
.gcl-admin-layout,
.gcl-profile-setup {
  margin-top: 28px;
}

.gcl-reserve-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(89, 173, 228, 0.28);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(10, 58, 92, 0.86), rgba(9, 38, 63, 0.84));
}

.gcl-reserve-form {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.85fr 0.75fr 0.8fr auto;
  gap: 10px;
}

.gcl-reserve-form.is-highlighted {
  animation: gclReserveHighlight 1.4s ease;
}

@keyframes gclReserveHighlight {
  0%,
  100% {
    filter: none;
  }
  35% {
    filter: drop-shadow(0 0 18px rgba(89, 226, 255, 0.36));
  }
}

.gcl-reserve-band h2 {
  margin: 8px 0;
  font-size: clamp(28px, 3vw, 46px);
  text-transform: uppercase;
}

.gcl-reserve-band p {
  max-width: 720px;
  margin: 0;
  color: #bfd1e2;
}

.gcl-reserve-metrics {
  display: flex;
  gap: 10px;
}

.gcl-reserve-metrics span,
.gcl-stat-card {
  display: grid;
  gap: 4px;
  min-width: 130px;
  padding: 14px;
  border: 1px solid rgba(255, 211, 36, 0.2);
  border-radius: 8px;
  background: rgba(2, 18, 31, 0.55);
}

.gcl-reserve-metrics strong,
.gcl-stat-card strong {
  font-size: 30px;
  color: #ffd324;
}

.gcl-reserve-metrics small,
.gcl-stat-card span {
  color: #9ec3df;
  font-weight: 900;
}

.gcl-game-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(180px, 240px) minmax(160px, 220px);
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(89, 173, 228, 0.24);
  border-radius: 8px;
  background: rgba(4, 22, 38, 0.72);
}

.gcl-game-toolbar label {
  display: grid;
  gap: 8px;
  color: #9ec3df;
  font-weight: 900;
}

.gcl-game-cover-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 14px;
  align-items: start;
}

.gcl-game-toolbar + .gcl-game-cover-grid {
  margin-top: 18px;
}

.gcl-game-cover-card {
  position: relative;
  isolation: isolate;
  min-width: 0;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid rgba(89, 173, 228, 0.22);
  border-radius: 8px;
  background: rgba(6, 30, 50, 0.84);
  color: #fff;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease;
}

.gcl-game-cover-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 211, 36, 0.45);
}

.gcl-game-cover-card.is-empty {
  display: none;
}

.gcl-game-cover-card.has-fallback {
  background:
    radial-gradient(circle at 50% 18%, rgba(89, 226, 255, 0.28), transparent 34%),
    linear-gradient(155deg, rgba(10, 55, 88, 0.95), rgba(2, 15, 28, 0.98));
}

.gcl-game-cover-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 18px;
  color: #fff;
  text-align: center;
}

.gcl-game-cover-fallback strong {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(89, 226, 255, 0.3);
  border-radius: 8px;
  background: rgba(2, 18, 31, 0.72);
  color: #ffd324;
  font-size: 30px;
  font-weight: 1000;
}

.gcl-game-cover-fallback span {
  color: #59e2ff;
  font-size: 11px;
  font-weight: 1000;
  text-transform: uppercase;
}

.gcl-game-cover-card > img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  background:
    radial-gradient(circle at center, rgba(31, 108, 155, 0.25), transparent 55%),
    linear-gradient(145deg, #031524, #071c2f);
  transform: translateZ(0);
}

.gcl-game-cover-body {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 8px;
  padding: 42px 10px 10px;
  background: linear-gradient(180deg, transparent, rgba(1, 11, 22, 0.96));
  pointer-events: none;
  z-index: 1;
}

.gcl-game-cover-body span {
  color: #59e2ff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.gcl-game-cover-body h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.76);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gcl-game-cover-body div {
  display: flex;
  gap: 6px;
  pointer-events: auto;
}

.gcl-mini-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(89, 173, 228, 0.28);
  border-radius: 8px;
  background: rgba(16, 65, 100, 0.9);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.gcl-cover-only-card {
  padding: 0;
  min-height: 220px;
  background-image: var(--gcl-card-cover);
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 -80px 90px rgba(0, 0, 0, 0.4);
}

.gcl-cover-only-card.is-empty {
  display: none;
}

.gcl-package-card {
  position: relative;
  overflow: hidden;
  min-height: 392px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: rgba(2, 16, 30, 0.94) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.gcl-root .gcl-vps-page .gcl-package-card {
  border: 1px solid rgba(89, 173, 228, 0.22);
  background: rgba(2, 16, 30, 0.94) !important;
  padding: 2px;
}

.gcl-root .gcl-vps-page .gcl-package-card:hover {
  transform: translateY(-4px);
  border-color: rgba(89, 226, 255, 0.34);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.42), 0 0 22px rgba(0, 218, 255, 0.1);
}

.gcl-package-inner {
  min-height: 392px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(7, 35, 58, 0.98), rgba(1, 12, 24, 0.98));
}

.gcl-package-inner::before {
  display: none;
}

.gcl-package-image-top {
  height: 92px;
  position: relative;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(1, 12, 24, 0.92)),
    var(--gcl-package-cover, linear-gradient(135deg, rgba(5, 28, 48, 0.95), rgba(1, 12, 24, 0.98))) center 38% / cover no-repeat;
}

.gcl-package-image-top::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(90, 225, 255, 0.95), transparent);
  box-shadow: 0 0 18px rgba(0, 210, 255, 0.8);
}

.gcl-package-badge {
  display:none;
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #061725;
  background: #ffd320;
  box-shadow: 0 0 24px rgba(255, 211, 32, 0.28);
  text-transform: uppercase;
}

.gcl-package-content {
  position: relative;
  z-index: 1;
  flex: 1;
  display: grid;
  grid-template-rows: 50px 42px auto 1fr 40px;
  align-content: start;
  padding: 16px;
}

.gcl-spec-card,
.gcl-event-card {
  min-height: 210px;
}

.gcl-package-card::before {
  display: none;
}

.gcl-root .gcl-vps-page .gcl-package-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0;
}

.gcl-root .gcl-vps-page .gcl-package-title p {
  margin: 5px 0 0;
  color: #86aec7;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gcl-root .gcl-vps-page .gcl-package-desc {
  margin: 0 0 12px;
  display: -webkit-box;
  overflow: hidden;
  color: #b4cad8;
  font-size: 12px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 35px;
}

.gcl-root .gcl-vps-page .gcl-package-card-top {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
  min-height: 50px;
}

.gcl-root .gcl-vps-page .gcl-package-icon,
.gcl-root .gcl-vps-page .gcl-package-image-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(0, 189, 255, 0.24), rgba(0, 89, 135, 0.12));
  border: 1px solid rgba(93, 224, 255, 0.32);
  box-shadow: inset 0 0 22px rgba(0, 209, 255, 0.13), 0 0 22px rgba(0, 209, 255, 0.12);
}

.gcl-root .gcl-vps-page .gcl-package-image-icon {
  object-fit: cover;
}

.gcl-root .gcl-vps-page .gcl-package-price {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 9px 12px;
  border-radius: 14px;
  background: rgba(1, 13, 25, 0.84);
  border: 1px solid rgba(111, 229, 255, 0.22);
  backdrop-filter: blur(10px);
  text-align: right;
}

.gcl-root .gcl-vps-page .gcl-package-price small {
  display: block;
  color: #85adc4;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.gcl-root .gcl-vps-page .gcl-package-price strong {
  color: #ffd320;
  font-size: 21px;
  line-height: 1;
  font-weight: 1000;
}

.gcl-package-title {
  min-width: 0;
}

.gcl-root .gcl-vps-page .gcl-package-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0 0 12px;
  align-self: start;
}

.gcl-root .gcl-vps-page .gcl-package-specs span {
  display: block;
  padding: 10px;
  border: 1px solid rgba(110, 225, 255, 0.12);
  border-radius: 12px;
  background: rgba(0, 15, 30, 0.58);
}

.gcl-root .gcl-vps-page .gcl-package-specs small {
  display: block;
  color: #789eb8;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.gcl-root .gcl-vps-page .gcl-package-specs strong {
  font-size: 13px;
}

.gcl-package-power {
  display: none;
  height: 7px;
  border-radius: 99px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.07);
  margin-bottom: 12px;
}

.gcl-package-power span {
  display: none;
  width: var(--gcl-package-power, 78%);
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, #14d8ff, #ffd320);
  box-shadow: 0 0 22px rgba(0, 210, 255, 0.4);
}

.gcl-package-actions {
  display: flex;
  gap: 10px;
  align-self: end;
}

.gcl-package-primary,
.gcl-package-ghost {
  height: 40px;
  border-radius: 12px;
  font-family: "Exo 2", "Segoe UI", Arial, sans-serif;
  font-weight: 1000;
  cursor: pointer;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.gcl-package-primary {
  flex: 1;
  border: 0;
  color: #ffffff;
  background: linear-gradient(90deg, #015c77, #07b54d);
  box-shadow: 0 0 28px rgba(0, 210, 255, 0.2);
}

.gcl-package-ghost {
  display: none !important;
  width: 44px;
  place-items: center;
  color: #75eaff;
  background: rgba(0, 16, 30, 0.75);
  border: 1px solid rgba(106, 228, 255, 0.22);
  font-size: 18px;
  text-decoration: none;
}

.gcl-package-primary:hover,
.gcl-package-ghost:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
}

.gcl-package-specs small,
.gcl-stat-list,
.gcl-mini-list {
  color: #aecaDE;
}

.gcl-badge {
  display: inline-block;
  padding: 5px 7px;
  border-radius: 6px;
  background: rgba(255, 211, 36, 0.16);
  color: #ffd324;
  font-size: 10px;
  font-weight: 900;
}

.gcl-stat-list,
.gcl-mini-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.gcl-stat-list li,
.gcl-mini-list li {
  padding: 10px 0;
  border-top: 1px solid rgba(148, 190, 221, 0.18);
}

.gcl-mini-list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}

.gcl-rank-chip {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.gcl-avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #84f0d0, #ffe256);
  color: #082033;
  font-weight: 1000;
  font-size: 28px;
}

.gcl-form-card label {
  display: grid;
  gap: 8px;
  color: #9ec3df;
  font-weight: 800;
}

.gcl-login-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gcl-login-fields .gcl-wide {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  min-height: 46px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(89, 173, 228, 0.25);
  border-radius: 8px;
  background: #031524;
  color: #fff;
  padding: 10px 12px;
  font: inherit;
}

.gcl-root .gcl-vps-page input,
.gcl-root .gcl-vps-page select,
.gcl-root .gcl-vps-page textarea,
.gcl-root .gcl-modal input {
  min-height: 46px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(89, 173, 228, 0.25);
  border-radius: 8px;
  background: #031524;
  color: #fff;
  padding: 10px 12px;
  font: inherit;
  box-shadow: none;
}

.gcl-root .gcl-vps-page .gcl-button,
.gcl-root .gcl-modal .gcl-button,
.gcl-root .gcl-vps-page button.gcl-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  letter-spacing: 0;
  white-space: nowrap;
}

textarea {
  min-height: 110px;
}

.gcl-alert {
  margin-bottom: 18px;
  padding: 14px 16px;
}

.gcl-alert-ok {
  border-color: rgba(46, 224, 144, 0.35);
}

.gcl-alert-warn {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
  border-color: rgba(255, 211, 36, 0.5);
}

.gcl-alert-warn strong {
  color: #ffd324;
}

.gcl-tournament-card {
  background:
    linear-gradient(180deg, rgba(5, 28, 48, 0.82), rgba(5, 28, 48, 0.98)),
    var(--gcl-event-image);
  background-size: cover;
  background-position: center;
}

.gcl-winner-card {
  border-color: rgba(255, 211, 36, 0.3);
}

.gcl-dashboard-shell {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 22px;
}

.gcl-profile-setup-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
}

.gcl-profile-setup-head h3 {
  margin: 8px 0;
  font-size: 28px;
}

.gcl-profile-setup-head p {
  margin: 0;
  color: #bfd1e2;
}

.gcl-profile-setup-head strong {
  color: #ffd324;
  font-size: 34px;
}

.gcl-progress {
  height: 10px;
  margin: 16px 0 20px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.32);
}

.gcl-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2ee090, #ffd324);
  transition: width 180ms ease;
}

.gcl-checklist,
.gcl-todo-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

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

.gcl-checklist li,
.gcl-todo-list li {
  padding: 12px;
  border: 1px solid rgba(89, 173, 228, 0.2);
  border-radius: 8px;
  color: #bfd1e2;
  background: rgba(2, 18, 31, 0.48);
}

.gcl-checklist li.is-done,
.gcl-todo-list li.is-done {
  color: #fff;
  border-color: rgba(46, 224, 144, 0.42);
  background: rgba(46, 224, 144, 0.12);
}

.gcl-todo-list li strong,
.gcl-todo-list li span {
  display: block;
}

.gcl-todo-list li span {
  margin-top: 4px;
  color: #9ec3df;
}

.gcl-admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 18px;
}

.gcl-dashboard-menu {
  display: grid;
  gap: 8px;
  align-content: start;
}

.gcl-dashboard-menu a {
  color: #fff;
  text-decoration: none;
  padding: 14px;
  border: 1px solid rgba(89, 173, 228, 0.22);
  border-radius: 8px;
  background: rgba(7, 31, 52, 0.8);
  font-weight: 900;
}

.gcl-dashboard-menu a.is-active {
  color: #ffd324;
  border-color: rgba(255, 211, 36, 0.38);
}

.gcl-empty {
  padding: 34px;
}

.gcl-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gcl-policy-card {
  min-height: 170px;
}

.gcl-policy-card h3 {
  margin-top: 0;
}

.gcl-sitemap-links {
  display: grid;
  gap: 10px;
}

.gcl-sitemap-links a {
  color: #d9efff;
  font-weight: 900;
  text-decoration: none;
}

.gcl-sitemap-links a:hover {
  color: #ffd324;
}

.gcl-site-footer {
  border-top: 1px solid rgba(89, 173, 228, 0.18);
  background:
    linear-gradient(rgba(23, 91, 132, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 91, 132, 0.12) 1px, transparent 1px),
    radial-gradient(circle at 12% 0, rgba(57, 226, 255, 0.13), transparent 28%),
    #041624;
  background-size: 76px 76px, 76px 76px, auto;
}

.gcl-site-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(150px, 0.7fr));
  gap: 28px;
  padding: 38px 0 28px;
  border-bottom: 1px solid rgba(89, 173, 228, 0.18);
}

.gcl-footer-brand {
  display: grid;
  gap: 14px;
  align-content: start;
}

.gcl-footer-brand img {
  width: 142px;
  object-fit: contain;
}

.gcl-footer-brand p {
  max-width: 420px;
  margin: 0;
  color: #aecaDE;
  line-height: 1.6;
}

.gcl-footer-column {
  display: grid;
  gap: 9px;
  align-content: start;
}

.gcl-footer-column strong {
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.gcl-footer-column a,
.gcl-footer-column span {
  color: #bfe6ff;
  text-decoration: none;
  font-weight: 800;
}

.gcl-footer-column a:hover {
  color: #ffd324;
}

.gcl-footer-branch span {
  display: grid;
  gap: 3px;
}

.gcl-footer-branch small {
  color: #7fa7c4;
  font-weight: 800;
}

.gcl-site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 26px;
  color: #8faec7;
}

.gcl-site-footer-bottom > div,
.gcl-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.gcl-site-footer-bottom a {
  color: #d9efff;
  text-decoration: none;
  font-weight: 800;
}

.gcl-site-footer-bottom p {
  margin: 0;
}

.gcl-footer-socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(89, 226, 255, 0.28);
  border-radius: 8px;
  background: rgba(3, 21, 36, 0.68);
}

.gcl-modal[hidden],
[hidden] {
  display: none !important;
}

.gcl-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
}

.gcl-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.gcl-modal-panel {
  position: relative;
  width: min(460px, 100%);
  display: grid;
  gap: 14px;
  padding: 26px;
  border-radius: 8px;
  border: 1px solid rgba(89, 173, 228, 0.32);
  background: #061b2d;
}

.gcl-modal-panel label {
  display: grid;
  gap: 8px;
  color: #aecaDE;
}

.gcl-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.gcl-root .gcl-toast-stack,
.gcl-toast-stack {
  position: fixed;
  top: 104px;
  right: 18px;
  bottom: auto;
  left: auto;
  z-index: 10000;
  display: grid;
  gap: 10px;
  width: min(380px, calc(100vw - 32px));
  max-height: calc(100vh - 128px);
  pointer-events: none;
}

.gcl-root .gcl-toast,
.gcl-toast {
  position: relative;
  width: auto;
  min-height: 0;
  max-height: none;
  overflow: hidden;
  padding: 14px 16px 14px 52px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(5, 26, 45, 0.98), rgba(2, 13, 25, 0.98)),
    repeating-linear-gradient(90deg, rgba(89, 226, 255, 0.08) 0 1px, transparent 1px 18px);
  border: 1px solid rgba(89, 226, 255, 0.42);
  color: #fff;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 0 28px rgba(0, 194, 255, 0.14);
  animation: gclVpsToastIn 180ms ease-out both;
  pointer-events: auto;
}

.gcl-root .gcl-toast::before,
.gcl-toast::before {
  content: "!";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #ff3b7f;
  color: #fff;
  font-weight: 1000;
  box-shadow: 0 0 20px rgba(255, 59, 127, 0.45);
}

.gcl-root .gcl-toast::after,
.gcl-toast::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, #ff3b7f, #59e2ff);
}

.gcl-root .gcl-toast strong,
.gcl-toast strong {
  display: block;
  margin: 0 0 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0;
}

.gcl-root .gcl-toast span,
.gcl-toast span {
  display: block;
  color: #bfe6ff;
  font-size: 13px;
  line-height: 1.35;
}

.gcl-root .gcl-toast.is-ok,
.gcl-toast.is-ok {
  border-color: rgba(46, 224, 144, 0.58);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(46, 224, 144, 0.16);
}

.gcl-root .gcl-toast.is-ok::before,
.gcl-toast.is-ok::before {
  content: "✓";
  background: #2ee090;
  color: #052016;
  box-shadow: 0 0 20px rgba(46, 224, 144, 0.45);
}

.gcl-root .gcl-toast.is-ok::after,
.gcl-toast.is-ok::after {
  background: linear-gradient(90deg, #2ee090, #ffd324);
}

.gcl-root .gcl-toast.is-error,
.gcl-toast.is-error {
  border-color: rgba(255, 59, 127, 0.68);
}

.gcl-root .gcl-toast.is-leaving,
.gcl-toast.is-leaving {
  animation: gclVpsToastOut 220ms ease-in both;
}

@keyframes gclVpsToastIn {
  from {
    opacity: 0;
    transform: translateX(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes gclVpsToastOut {
  to {
    opacity: 0;
    transform: translateX(18px) scale(0.98);
  }
}

.gcl-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.gcl-root {
  font-size: 15px;
}

.gcl-section {
  padding: 42px 0;
}

.gcl-landing-hero {
  min-height: 500px;
  gap: 24px;
  padding: clamp(20px, 3vw, 42px);
}

.gcl-landing-copy h1 {
  max-width: 620px;
  font-size: clamp(42px, 4.9vw, 72px);
  line-height: 0.95;
}

.gcl-landing-copy p {
  max-width: 610px;
  font-size: 16px;
}

.gcl-section-title h2,
.gcl-heading-actions h1 {
  font-size: clamp(30px, 3.1vw, 48px);
  line-height: 1;
}

.gcl-card h2,
.gcl-panel h2 {
  font-size: 24px;
}

.gcl-card h3,
.gcl-panel h3 {
  font-size: 18px;
}

.gcl-card p,
.gcl-panel p,
.gcl-empty p {
  font-size: 14px;
  line-height: 1.5;
}

.gcl-landing-stats strong,
.gcl-stat-card strong,
.gcl-reserve-metrics strong {
  font-size: 24px;
}

@media (max-width: 1100px) {
  .gcl-site-bg-slider img {
    object-position: center center;
    transform-origin: center center;
  }

  .gcl-site-bg-mesh {
    background-size: 80px 80px;
  }

  .gcl-site-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gcl-footer-brand {
    grid-column: 1 / -1;
  }

  .gcl-root .gcl-vps-page .gcl-grid-4,
  .gcl-grid-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gcl-game-cover-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

  .gcl-landing-hero {
    grid-template-columns: 1fr 0.75fr;
  }

  .gcl-landing-live {
    grid-column: 1 / -1;
  }

  .gcl-main-nav {
    display: none;
  }

  .gcl-overflow-menu {
    display: block;
  }

  .gcl-reserve-band,
  .gcl-admin-layout,
  .gcl-reserve-form,
  .gcl-root .gcl-vps-page .gcl-reserve-band,
  .gcl-root .gcl-vps-page .gcl-admin-layout,
  .gcl-root .gcl-vps-page .gcl-reserve-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .gcl-root {
    --gcl-header-height: 76px;
  }

  .gcl-modern-landing {
    min-height: calc(100vh - 76px);
  }

  .gcl-site-bg-slider img {
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .gcl-site-bg-mesh {
    background-size: 64px 64px;
  }

  .gcl-shell {
    width: min(100% - 24px, 1380px);
  }

  .gcl-site-header-inner {
    min-height: 76px;
  }

  .gcl-site-brand img {
    width: 110px;
  }

  .gcl-site-login span {
    display: none;
  }

  .gcl-root .gcl-vps-page .gcl-grid-4,
  .gcl-root .gcl-vps-page .gcl-grid-3,
  .gcl-grid-4,
  .gcl-grid-3,
  .gcl-login-fields,
  .gcl-dashboard-shell,
  .gcl-root .gcl-vps-page .gcl-login-fields,
  .gcl-root .gcl-vps-page .gcl-dashboard-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gcl-game-cover-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .gcl-policy-grid {
    grid-template-columns: 1fr;
  }

  .gcl-game-toolbar,
  .gcl-reserve-band,
  .gcl-reserve-form,
  .gcl-root .gcl-vps-page .gcl-game-toolbar,
  .gcl-root .gcl-vps-page .gcl-reserve-band,
  .gcl-root .gcl-vps-page .gcl-reserve-form {
    grid-template-columns: 1fr;
  }

  .gcl-checklist,
  .gcl-root .gcl-vps-page .gcl-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gcl-dashboard-menu,
  .gcl-dashboard-main,
  .gcl-login-fields .gcl-wide,
  .gcl-root .gcl-vps-page .gcl-dashboard-menu,
  .gcl-root .gcl-vps-page .gcl-dashboard-main,
  .gcl-root .gcl-vps-page .gcl-login-fields .gcl-wide {
    grid-column: 1 / -1;
  }

  .gcl-landing-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .gcl-landing-copy h1 {
    font-size: 38px;
  }

  .gcl-heading-actions,
  .gcl-site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .gcl-cover-only-card {
    min-height: 150px;
  }

  .gcl-game-cover-body h3 {
    font-size: 13px;
  }
}

@media (max-width: 440px) {
  .gcl-site-footer-grid {
    grid-template-columns: 1fr;
  }

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

  .gcl-root .gcl-vps-page .gcl-grid-4,
  .gcl-root .gcl-vps-page .gcl-grid-3,
  .gcl-grid-4,
  .gcl-grid-3,
  .gcl-login-fields,
  .gcl-dashboard-shell,
  .gcl-checklist,
  .gcl-root .gcl-vps-page .gcl-login-fields,
  .gcl-root .gcl-vps-page .gcl-dashboard-shell,
  .gcl-root .gcl-vps-page .gcl-checklist {
    grid-template-columns: 1fr;
  }

  .gcl-site-actions {
    gap: 6px;
  }

  .gcl-site-login,
  .gcl-site-menu {
    min-height: 42px;
    padding: 0 12px;
  }
}
