:root {
  --bg: #000000;
  --text: #ffffff;
  --muted: #a0a8b5;
  --blue: #0067ed;
  --line: rgba(255, 255, 255, 0.14);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow: hidden;
}

/* Hide viewport scrollbar — still scrollable */
html.is-scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}

body.is-scrollable {
  overflow: visible;
}

html.is-scrollable::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
  background: transparent;
}

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

img {
  -webkit-user-drag: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  pointer-events: none;
}

.glass-nav {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  justify-content: center;
  padding: 0 16px;
  pointer-events: none;
  animation: fade-up 0.85s ease both;
}

.glass-nav__shell {
  pointer-events: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px;
  padding: 6px;
  border-radius: 999px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.06) 42%, rgba(255, 255, 255, 0.04) 100%),
    rgba(12, 16, 24, 0.28);
  backdrop-filter: blur(24px) saturate(175%);
  -webkit-backdrop-filter: blur(24px) saturate(175%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.4),
    0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.glass-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  font-style: normal;
  font-synthesis: none;
  letter-spacing: -0.01em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.86);
  transition: color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.glass-nav__link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.glass-nav__link.is-active {
  color: #fff;
  font-weight: 600;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.stage {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 20px 56px;
  background: transparent;
  overflow: hidden;
}

.home .stage {
  background: transparent;
}

.stage--bg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  filter: grayscale(1);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.08) 40%, rgba(0, 0, 0, 0.42) 100%),
    url('/slides/01.webp?v=4') center / cover no-repeat;
  opacity: 0;
  animation: bg-fade 1.5s ease 0.05s forwards;
}

.stage > * {
  position: relative;
  z-index: 1;
}

.stage__content {
  text-align: center;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -56px;
  animation: fade-up 0.95s ease both;
}

.stage__logo {
  width: clamp(112px, 22vw, 164px);
  height: clamp(112px, 22vw, 164px);
  margin: -12px 0 14px;
  background: url('/logo-mark.png') center / contain no-repeat;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.stage__brand {
  margin: 0;
  font-size: clamp(2.35rem, 6.5vw, 4.25rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
}

.stage__tag {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(0.92rem, 1.9vw, 1.05rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.stage__line {
  width: min(168px, 42vw);
  height: 2px;
  margin: 22px 0 0;
  background: rgba(0, 103, 237, 0.18);
  border-radius: 999px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stage__line span {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--blue);
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: center;
  animation: line-draw 1.1s cubic-bezier(0.4, 0, 0.2, 1) 0.25s forwards;
}

.stage__headline {
  margin: 22px 0 0;
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
}

.stage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  padding: 11px 18px;
  border-radius: 12px;
  font-weight: 650;
  font-size: 0.92rem;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

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

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

.btn-primary:hover {
  background: #0056c9;
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid var(--line);
}

.btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.04);
}

.stage__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  text-align: center;
  animation: fade-up 0.95s ease both;
}

.stage__footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 500;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes bg-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes line-draw {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 520px) {
  .glass-nav__link {
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .stage__brand {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .glass-nav,
  .stage__content,
  .stage__footer,
  .stage__line span,
  .stage--bg::before,
  .bg-slideshow,
  .bg-slideshow__slide,
  .btn {
    animation: none !important;
    transition: none !important;
  }

  .stage--bg::before {
    opacity: 1;
  }

  .bg-slideshow {
    opacity: 1;
  }

  .bg-slideshow__slide {
    opacity: 0;
  }

  .bg-slideshow__slide:first-child {
    opacity: 1;
  }

  .stage__line span {
    transform: scaleX(1);
  }
}

.home {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
}

.home > *:not(.bg-slideshow) {
  position: relative;
  z-index: 1;
}

/* Fixed grayed-out background slideshow */
.bg-slideshow {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #000;
  opacity: 0;
  animation: bg-fade 1.2s ease 0.05s forwards;
}

.bg-slideshow__slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(1);
  opacity: 0;
  will-change: opacity;
  /* 5 slides × 14s = 70s loop; ~4s overlapping crossfade */
  animation: slideshow-crossfade 70s ease-in-out infinite;
  animation-delay: calc(var(--slide-index, 0) * -14s);
}

.bg-slideshow__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.32) 38%, rgba(0, 0, 0, 0.58) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.14) 40%, rgba(0, 0, 0, 0.14) 60%, rgba(0, 0, 0, 0.3) 100%);
}

@keyframes slideshow-crossfade {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  16% {
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.stats {
  position: relative;
  z-index: 1;
  padding: 28px 20px 72px;
  display: flex;
  justify-content: center;
  content-visibility: auto;
  contain-intrinsic-size: auto 180px;
}

/* Clean frosted panel — light glass, no heavy bevel */
.stats__glass {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(860px, 100%);
  border-radius: 24px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
  transform: translateZ(0);
}

@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .stats__glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(28px) saturate(160%);
    -webkit-backdrop-filter: blur(28px) saturate(160%);
  }
}

.stats__row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.stats__cell {
  position: relative;
  text-align: center;
  padding: 22px 16px 20px;
  margin: 0;
}

.stats__cell + .stats__cell::before {
  content: '';
  position: absolute;
  left: 0;
  top: 28%;
  bottom: 28%;
  width: 1px;
  background: rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.stats__cell--join {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: 0 24px 24px 0;
  transition: background 0.18s ease;
}

.stats__cell--join:hover {
  background: rgba(255, 255, 255, 0.06);
}

.stats__cell--join:hover .stats__value--code {
  color: #8ec0ff;
}

.stats__label {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stats__value {
  margin: 10px 0 0;
  font-size: clamp(1.45rem, 3.2vw, 1.95rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  color: #fff;
}

.stats__value--code {
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: #6eafff;
}

.stats__hint {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.78rem;
  font-weight: 500;
}

.page-footer {
  margin-top: auto;
  padding: 28px 20px 24px;
  text-align: center;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 500;
}

.page-footer p {
  margin: 0;
}

@media (max-width: 720px) {
  .stats__glass {
    border-radius: 20px;
  }

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

  .stats__cell + .stats__cell::before {
    left: 22%;
    right: 22%;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
  }

  .stats__cell--join {
    border-radius: 0 0 20px 20px;
  }
}

.logout-chip {
  display: none;
}

.account {
  position: relative;
}

.account__toggle {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  font-style: normal;
  font-synthesis: none;
  letter-spacing: -0.01em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.86);
  -webkit-appearance: none;
  appearance: none;
}

.account__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 220px;
  padding: 12px;
  border-radius: 16px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(10, 14, 22, 0.94);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  z-index: 60;
}

.account__profile {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 4px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}

.account__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.18);
  flex: 0 0 auto;
  pointer-events: none;
}

.account__name {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 140px;
}

.account__logout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 36px;
  border-radius: 10px;
  font-size: 0.86rem;
  font-weight: 650;
  color: #fff;
  background: var(--blue);
}

.account__logout:hover {
  background: #0056c9;
}

/* Boutique */
.boutique-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  filter: grayscale(1);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.28) 40%, rgba(0, 0, 0, 0.58) 100%),
    url('/boutique-bg.webp?v=4') center / cover no-repeat;
}

.boutique {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 104px 20px 0;
  max-width: 1040px;
  margin: 0 auto;
}

.depts {
  max-width: 1180px;
}

.dept-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: stretch;
}

.dept {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: 320px;
  padding: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #07080c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.dept__media {
  position: relative;
  min-height: 280px;
  background-color: #0a0c12;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.dept__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 36px 36px 28px;
}

.dept__name {
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.dept__blurb {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.55;
}

.dept__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 650;
}

.dept__link:hover {
  color: #fff;
}

.dept__link-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #16343c;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.dept__link-icon::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #8fd4df;
  border-right: 2px solid #8fd4df;
  transform: rotate(45deg);
  margin-left: -2px;
}

.dept__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: auto;
  padding-top: 24px;
}

.dept__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.dept__cta:hover {
  background: #e8eef8;
}

.boutique__header {
  text-align: center;
  margin: 0 auto 36px;
  max-width: 640px;
  animation: fade-up 0.85s ease both;
}

.boutique__eyebrow {
  display: none;
}

.boutique__title {
  margin: 0;
  font-size: clamp(2.35rem, 6.5vw, 4.25rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
}

.boutique__tag {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(0.92rem, 1.9vw, 1.05rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.boutique__line {
  width: min(168px, 42vw);
  height: 2px;
  margin: 22px auto 0;
  background: rgba(0, 103, 237, 0.18);
  border-radius: 999px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boutique__line span {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--blue);
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: center;
  animation: line-draw 1.1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}

.boutique__lead {
  margin: 22px 0 0;
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
}

.tiers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.tier {
  --tier-accent: #5aa7ff;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  border-radius: 18px;
  background: #12151c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.tier__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 22px 20px 8px;
}

.tier__name {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.tier__blurb {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.45;
}

.tier__perks-panel {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
}

.tier__perks-scroll {
  position: relative;
  max-height: 15.2rem;
  overflow: hidden;
  transition: max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.is-expanded .tier__perks-scroll {
  max-height: 90rem;
  overflow: visible;
}

.tier__perks {
  margin: 0;
  padding: 0 0 0 4px;
  list-style: none;
  display: grid;
  gap: 12px;
}

.tier__perks--extra {
  margin: 0;
  padding-top: 12px;
}

.tier__perks li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
}

.tier__perks li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tier-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--tier-accent) 22%, transparent);
}

.tier__extra {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.is-expanded .tier__extra {
  grid-template-rows: 1fr;
}

.tier__extra-inner {
  overflow: hidden;
  min-height: 0;
}

.tier__more-btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--tier-accent);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 650;
  cursor: pointer;
  user-select: none;
}

.tier__more-btn:hover {
  color: #fff;
}

.tier__chevron {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  transition: transform 0.28s ease;
}

.is-expanded .tier__chevron {
  transform: rotate(180deg);
}

.tier__footer {
  margin-top: auto;
  padding: 16px 20px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.tier__roblox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 12px;
  background: #0067ed;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: background 0.15s ease, transform 0.15s ease;
}

.tier__roblox:hover {
  background: #1a78ff;
  transform: translateY(-1px);
}

.tier__roblox-icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

.shop-block {
  margin: 0 0 48px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.75s ease var(--reveal-delay, 0ms),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

.shop-block__title {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.shop-block__copy {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.95rem;
  font-weight: 500;
}

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

.offer-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.panel,
.offer {
  padding: 20px 18px;
  border-radius: 18px;
  background: #12151c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.panel__title,
.offer__name {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.offer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}

.offer__badge {
  display: none;
}

.offer__blurb {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.4;
}

.offer__price {
  margin: 10px 0 0;
  color: #7eb6ff;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.shop-block--ads .offer-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.shop-block--ads .offer {
  grid-column: span 2;
}

@media (min-width: 721px) {
  .shop-block--ads .offer:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .shop-block--ads .offer:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

.buy-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: background 0.15s ease, transform 0.15s ease, filter 0.15s ease;
}

.buy--usd {
  background: #fff;
  color: #111;
}

.buy--usd:hover {
  background: #e8eef8;
  transform: translateY(-1px);
}

.buy--robux {
  background: #0067ed;
  color: #fff;
  min-width: 118px;
}

.buy--robux:hover {
  background: #1a78ff;
  transform: translateY(-1px);
  filter: none;
}

.buy--full {
  width: 100%;
}

.buy__roblox {
  width: 22px;
  height: 22px;
  display: block;
  background: url('/roblox-logo.png') center / contain no-repeat;
  pointer-events: none;
}

.tier__footer.buy-row {
  padding: 16px 20px 18px;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.tier__footer .buy--robux {
  min-width: 128px;
}

.tier__footer .buy__roblox {
  width: 28px;
  height: 28px;
}

@media (max-width: 900px) {
  .dept {
    grid-template-columns: 1fr;
  }

  .dept__media {
    min-height: 220px;
  }

  .dept__body {
    padding: 24px 22px 22px;
  }
}

@media (max-width: 720px) {
  .tiers,
  .boost-grid,
  .offer-grid,
  .shop-block--ads .offer-grid {
    grid-template-columns: 1fr;
  }

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

@media (prefers-reduced-motion: reduce) {
  .boutique__header,
  .tiers,
  .shop-block,
  .dept-grid,
  .dept,
  .reveal,
  .boutique__line span,
  .buy,
  .tier__roblox,
  .tier__chevron,
  .tier__extra,
  .tier__perks-scroll {
    animation: none !important;
    transition: none !important;
    opacity: 1;
    transform: none;
  }

  .boutique__line span {
    transform: scaleX(1);
  }

  .buy:hover,
  .tier__roblox:hover {
    transform: none;
  }
}
