body {
  margin: 0;
  padding: 0;
  background-color: #0e0e0e;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  overflow-x: hidden;
}

:where(
  .hero-title,
  .store-header,
  .store-admin-strip,
  .product-info,
  .product-badge,
  .product-page-header,
  .product-detail-info,
  .product-detail-card,
  .apparel-overview-copy,
  .apparel-section-head,
  .admin-page-header,
  .admin-page-panel,
  .account-page-header,
  .account-page-card,
  .account-page-empty,
  .cart-drawer-header,
  .cart-line-copy,
  .player-status-panel,
  .visualizer-header,
  .play-panel-meta
) {
  position: relative;
  z-index: 102;
}

:where(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a,
  button,
  label,
  li,
  strong,
  .product-name,
  .product-price,
  .store-title,
  .store-copy,
  .account-page-name,
  .account-page-meta,
  .admin-page-title,
  .product-page-title
) {
  text-shadow:
    0 0 1px rgba(0, 0, 0, 0.82),
    0 0 8px rgba(0, 0, 0, 0.24);
}

:where(
  .store-kicker,
  .store-copy,
  .product-copy,
  .product-label,
  .product-category-chip,
  .product-badge,
  .cart-line-meta,
  .cart-line-remove,
  .account-page-copy,
  .account-page-empty-copy,
  .account-block-kicker,
  .account-page-stat-grid span,
  .account-page-form-grid label,
  .admin-kicker,
  .admin-helper,
  .admin-feedback,
  .admin-label,
  .admin-product-copy,
  .admin-product-meta,
  .product-page-kicker,
  .product-detail-card-kicker,
  .product-detail-copy,
  .product-detail-feature-list,
  .product-detail-spec-grid span,
  .apparel-section-copy,
  .apparel-meta-row,
  .apparel-empty-copy,
  .player-status-kicker,
  .player-status-row,
  .visualizer-kicker,
  .visualizer-badge,
  .game-stat-label
) {
  position: relative;
  z-index: 103;
  text-shadow:
    0 0 1px rgba(0, 0, 0, 0.92),
    0 0 10px rgba(0, 0, 0, 0.38);
}

.scanlines::after {
  opacity: 0.22;
}

.crt-overlay {
  opacity: 0.09;
}

.retro-static {
  opacity: 0.05;
}

.static-noise {
  opacity: 0.014;
}

.account-page-body .scanlines::after {
  opacity: 0.11;
}

.apparel-page-body .scanlines::after {
  opacity: 0.154;
}

.home-page-body .scanlines::after {
  opacity: 0.154;
}

.account-page-body .crt-overlay {
  opacity: 0.045;
}

.account-page-body .retro-static {
  opacity: 0.024;
}

.account-page-body .static-noise {
  opacity: 0.007;
}

html {
  scroll-behavior: smooth;
}

.scanlines,
.static-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.scanlines {
  z-index: 101;
}

.scanlines::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.05) 0 1px,
    rgba(255, 255, 255, 0) 1px 3px,
    rgba(0, 0, 0, 0.35) 3px 4px
  );
  background-size: 100% 4px;
  mix-blend-mode: screen;
  opacity: 0.6;
}

.static-noise {
  z-index: 99;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 220px 220px;
  animation: static-shift 0.1s steps(8) infinite;
}

.crt-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background:
    linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.4) 50%),
    linear-gradient(90deg, rgba(255, 0, 0, 0.08), rgba(0, 255, 0, 0.04), rgba(0, 255, 0, 0.08));
  background-size: 100% 4px, 3px 100%;
  pointer-events: none;
  z-index: 100;
  opacity: 0.25;
}

.vhs-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 95;
  opacity: 0.08;
  background: url("https://www.transparenttextures.com/patterns/stardust.png");
  animation: noise-anim 0.2s infinite steps(2);
}

.retro-static {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 98;
  opacity: 0.14;
  background-image:
    repeating-radial-gradient(rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.1) 0 1px,
      rgba(0, 0, 0, 0.14) 1px 3px,
      transparent 3px 6px
    );
  background-size: 160px 160px, 100% 6px;
  mix-blend-mode: screen;
  animation: static-flicker 160ms steps(3) infinite, static-drift 6s linear infinite;
}

.site-bg-gif {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 12;
  opacity: calc(0.05 * var(--bg-gif-visibility, 1));
  background-image: var(--bg-gif-image, url("https://i.pinimg.com/originals/6d/ab/0f/6dab0ffdd667eb9abf3f48cbb8ea0ca7.gif"));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 120ms linear;
}

.dither-pattern {
  background-image: radial-gradient(#262626 1px, transparent 1px);
  background-size: 4px 4px;
}

.ghost-border {
  box-shadow:
    3px 3px 0 0 rgba(0, 238, 252, 0.3),
    -3px -3px 0 0 rgba(223, 142, 255, 0.3);
}

.start-link-btn {
  border: 0;
  padding: 0;
  background: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
  transition:
    color 160ms ease,
    text-shadow 160ms ease;
}

.start-link-btn:hover,
.start-link-btn:focus-visible {
  color: #00eefc;
  text-shadow: 0 0 10px rgba(0, 238, 252, 0.35);
  outline: none;
}

.poly-orb {
  filter: drop-shadow(0 0 20px rgba(223, 142, 255, 0.6));
  perspective: 1000px;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.material-symbols-outlined.is-filled {
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
}

.parallax-layer {
  transition: transform 0.1s ease-out;
  transform: translate(0, 0);
  will-change: transform;
}

.play-overlay {
  display: inline-block;
  min-width: 170px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 238, 252, 0.18);
  background: rgba(5, 12, 16, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  overflow: hidden;
  isolation: isolate;
  pointer-events: auto;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.play-overlay:hover,
.play-overlay:focus-visible,
.play-overlay.is-open {
  border-color: rgba(0, 238, 252, 0.5);
  background: rgba(5, 18, 24, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 22px rgba(0, 238, 252, 0.09);
  outline: none;
}

.play-overlay-content {
  position: relative;
  z-index: 2;
}

.play-overlay::before,
.play-overlay::after {
  content: "";
  position: absolute;
  inset: -8px;
  pointer-events: none;
  opacity: 0;
}

.play-overlay::before {
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.8) 0 2px,
      rgba(0, 0, 0, 0.25) 2px 4px
    ),
    linear-gradient(
      90deg,
      rgba(255, 0, 92, 0.28),
      rgba(255, 255, 255, 0.16),
      rgba(0, 238, 252, 0.3)
    );
  mix-blend-mode: screen;
}

.play-overlay::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 90px 90px;
  mix-blend-mode: screen;
}

.play-overlay.channel-scroll::before {
  animation: play-channel-lines 1s steps(8) forwards;
}

.play-overlay.channel-scroll::after {
  animation: play-channel-noise 1s steps(10) forwards;
}

.play-overlay.channel-scroll {
  animation: play-channel-shell 1s steps(10) forwards;
}

.play-overlay.channel-scroll .play-overlay-content {
  animation: play-channel-content 1s steps(8) forwards;
}

.nav-rail {
  transform: translateX(-100%);
  overflow: hidden;
  border-right-width: 1px !important;
  border-right-color: rgba(0, 238, 252, 0.24) !important;
  box-shadow:
    1px 0 0 0 rgba(0, 238, 252, 0.24);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.nav-rail.is-collapsed {
  border-right-color: transparent;
  box-shadow: none;
}

.nav-rail:not(.is-collapsed) {
  transform: translateX(0);
}

.nav-rail-toggle {
  position: fixed;
  left: 0;
  top: 260px;
  z-index: 45;
  width: 42px;
  min-height: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 238, 252, 0.24);
  border-left: 0;
  background:
    linear-gradient(180deg, rgba(12, 16, 19, 0.94), rgba(5, 8, 10, 0.98)),
    rgba(0, 0, 0, 0.92);
  color: #00eefc;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease,
    color 180ms ease,
    left 220ms ease;
}

.nav-rail-toggle:hover,
.nav-rail-toggle:focus-visible,
.nav-rail-toggle.is-open {
  border-color: rgba(0, 238, 252, 0.48);
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 238, 252, 0.12);
  outline: none;
}

.nav-rail-toggle.is-open {
  left: 256px;
}

.nav-rail-toggle-icon {
  font-size: 29px;
  transition: transform 180ms ease;
}

.nav-rail-toggle.is-open .nav-rail-toggle-icon {
  transform: rotate(180deg);
}

.nav-main {
  transition: margin-left 220ms ease;
}

.nav-main.is-nav-collapsed .play-overlay {
  left: 72px;
}

@media (min-width: 1024px) {
  .nav-main:not(.is-nav-collapsed) {
    margin-left: 16rem;
  }
}

.hero-title {
  transition:
    color 160ms ease,
    filter 160ms ease,
    text-shadow 160ms ease;
}

.hero-char {
  display: inline-block;
  pointer-events: auto;
  position: relative;
  transition:
    color 140ms ease,
    filter 140ms ease,
    text-shadow 140ms ease,
    transform 140ms ease,
    opacity 140ms ease;
}

.hero-char:hover {
  color: #f0adff;
  filter: brightness(1.2);
  text-shadow:
    0 0 12px rgba(223, 142, 255, 0.82),
    0 0 22px rgba(223, 142, 255, 0.46);
  transform: translateY(-1px) scale(1.01);
}

.hero-char.scroll-bright {
  color: #f0adff;
  filter: brightness(1.2);
  opacity: 1;
  text-shadow:
    0 0 12px rgba(223, 142, 255, 0.82),
    0 0 22px rgba(223, 142, 255, 0.46);
  transform: translateY(-1px) scale(1.01);
}

.store-shell {
  position: relative;
  z-index: 300;
  border: 1px solid rgba(0, 238, 252, 0.18);
  background:
    linear-gradient(180deg, rgba(12, 16, 19, 0.82), rgba(5, 8, 10, 0.9)),
    rgba(0, 0, 0, 0.8);
  padding: 24px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 30px rgba(0, 238, 252, 0.04);
}

.store-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 16, 19, 0.98), rgba(5, 8, 10, 0.99)),
    rgba(0, 0, 0, 0.98);
  z-index: 0;
  pointer-events: none;
}

.store-shell::after {
  content: "";
  position: absolute;
  inset: -18px;
  background: #080909;
  z-index: 240;
  pointer-events: none;
}

.store-header {
  position: relative;
  z-index: 241;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.store-kicker {
  margin: 0 0 8px;
  color: #00eefc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.42em;
}

.store-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.75rem, 2vw, 2.5rem);
  line-height: 1;
  letter-spacing: 0.08em;
}

.store-copy {
  max-width: 420px;
  margin: 0;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.store-admin-strip {
  position: relative;
  z-index: 241;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: #b7b7b7;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.store-admin-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.store-admin-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 238, 252, 0.36);
  background: rgba(0, 238, 252, 0.08);
  color: #00eefc;
  padding: 10px 14px;
  min-height: 42px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 160ms ease,
    color 180ms ease;
}

.store-admin-link::before,
.store-admin-link::after {
  content: "";
  position: absolute;
  inset: -8px;
  pointer-events: none;
  opacity: 0;
}

.store-admin-link::before {
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.8) 0 2px,
      rgba(0, 0, 0, 0.25) 2px 4px
    ),
    linear-gradient(
      90deg,
      rgba(255, 0, 92, 0.28),
      rgba(255, 255, 255, 0.16),
      rgba(0, 238, 252, 0.3)
    );
  mix-blend-mode: screen;
}

.store-admin-link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 90px 90px;
  mix-blend-mode: screen;
}

.store-admin-link:hover,
.store-admin-link:focus-visible {
  border-color: rgba(0, 238, 252, 0.5);
  background: rgba(5, 18, 24, 0.42);
  color: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 22px rgba(0, 238, 252, 0.09);
  transform: translateY(-1px) scale(1.01);
  outline: none;
}

.store-admin-link:hover::before,
.store-admin-link:focus-visible::before {
  animation: play-channel-lines 1s steps(8) forwards;
}

.store-admin-link:hover::after,
.store-admin-link:focus-visible::after {
  animation: play-channel-noise 1s steps(10) forwards;
}

.store-admin-link:active {
  transform: translateY(1px) scale(0.985);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 12px rgba(0, 238, 252, 0.07);
}

.product-category-chip {
  justify-self: start;
  padding: 4px 7px;
  border: 1px solid rgba(0, 238, 252, 0.24);
  background: rgba(0, 238, 252, 0.08);
  color: #00eefc;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.product-grid {
  position: relative;
  z-index: 241;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.status-bar-fill {
  height: 100%;
  transform-origin: left center;
  will-change: width, opacity, filter;
}

.status-bar-fill-primary {
  width: 64%;
  background: linear-gradient(90deg, rgba(223, 142, 255, 0.88), rgba(223, 142, 255, 1));
  box-shadow: 0 0 10px rgba(223, 142, 255, 0.28);
  animation: status-bar-primary 4.8s ease-in-out infinite;
}

.status-bar-fill-secondary {
  width: 89%;
  background: linear-gradient(90deg, rgba(0, 238, 252, 0.82), rgba(0, 238, 252, 1));
  box-shadow: 0 0 10px rgba(0, 238, 252, 0.22);
  animation: status-bar-secondary 5.6s ease-in-out infinite;
}

.status-bar-fill-tertiary {
  width: 12%;
  background: linear-gradient(90deg, rgba(255, 250, 224, 0.82), rgba(255, 250, 224, 1));
  box-shadow: 0 0 10px rgba(255, 250, 224, 0.18);
  animation: status-bar-tertiary 3.9s ease-in-out infinite;
}

.product-card {
  position: relative;
  isolation: isolate;
  z-index: 302;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.42);
  display: grid;
  gap: 14px;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.product-card:hover,
.product-card:focus-visible {
  z-index: 320;
  transform: translateY(-3px);
  border-color: rgba(223, 142, 255, 0.4);
  box-shadow: 0 0 18px rgba(223, 142, 255, 0.08);
  outline: none;
}

.product-card:hover,
.product-card:focus-visible,
.product-card:hover .product-info,
.product-card:focus-visible .product-info {
  background: #060708;
}

.product-card:hover .product-visual,
.product-card:focus-visible .product-visual {
  background: #0b0b0b;
}

.product-card:hover .product-image,
.product-card:focus-visible .product-image {
  filter: none;
}

.product-visual {
  position: relative;
  min-height: 220px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(223, 142, 255, 0.08), rgba(0, 238, 252, 0.02)),
    rgba(11, 11, 11, 0.95);
}

.product-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #00eefc;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.28em;
  background: rgba(0, 0, 0, 0.4);
}

.product-image {
  position: relative;
  z-index: 140;
  isolation: isolate;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: contrast(1.02) saturate(0.95);
}

.product-page-shell {
  min-height: 100vh;
  padding: 44px 20px 60px;
  background:
    radial-gradient(circle at top, rgba(223, 142, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(0, 238, 252, 0.04), transparent 24%),
    #080909;
}

.product-page-header {
  width: min(1160px, 100%);
  margin: 0 auto 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
}

.product-page-back,
.product-detail-store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(0, 238, 252, 0.3);
  background: rgba(0, 238, 252, 0.06);
  color: #00eefc;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.product-page-brand {
  text-align: right;
}

.product-page-kicker {
  margin: 0 0 6px;
  color: #df8eff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.product-page-title {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 2.6rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.apparel-page-shell {
  min-height: 100vh;
  padding: 118px 20px 70px;
  background:
    radial-gradient(circle at top left, rgba(223, 142, 255, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(0, 238, 252, 0.05), transparent 24%),
    #070909;
}

.apparel-page-header {
  align-items: end;
}

.apparel-page-title {
  font-size: clamp(2rem, 4.2vw, 3.4rem);
}

.apparel-page-copy {
  max-width: 640px;
  margin: 12px 0 0;
  color: #b9c4c7;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.apparel-page-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: end;
}

.apparel-overview-panel,
.apparel-category-section {
  width: min(1160px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(14, 18, 22, 0.95), rgba(4, 7, 11, 0.98)),
    rgba(0, 0, 0, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 28px rgba(0, 238, 252, 0.04);
}

.apparel-overview-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 380px);
  gap: 24px;
  padding: 22px 20px;
  margin-bottom: 24px;
}

.apparel-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.apparel-stat-card {
  padding: 16px 14px;
  border: 1px solid rgba(0, 238, 252, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

.apparel-stat-value {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  letter-spacing: 0.08em;
}

.apparel-category-section {
  padding: 20px;
}

.apparel-category-section + .apparel-category-section {
  margin-top: 20px;
}

.apparel-section-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.apparel-section-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.apparel-section-copy,
.apparel-meta-row,
.apparel-empty-copy {
  margin: 0;
  color: #b7b7b7;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.apparel-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.apparel-product-card {
  min-height: 100%;
}

.apparel-grid {
  min-height: 160px;
}

.apparel-view-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.apparel-empty-state {
  display: grid;
  place-items: center;
  min-height: 140px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
}

.product-detail-layout {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 420px);
  gap: 24px;
}

.product-detail-gallery,
.product-detail-info,
.product-detail-empty {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(14, 18, 22, 0.95), rgba(4, 7, 11, 0.98)),
    rgba(0, 0, 0, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 28px rgba(0, 238, 252, 0.04);
}

.product-detail-gallery,
.product-detail-info {
  padding: 18px;
}

.product-detail-gallery-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: start;
  margin-bottom: 14px;
}

.product-detail-gallery-copy,
.product-detail-copy,
.product-detail-empty-copy {
  margin: 0;
  color: #b7b7b7;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-detail-gallery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 148px;
  gap: 12px;
}

.product-detail-panel {
  min-height: 180px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(223, 142, 255, 0.08), rgba(0, 238, 252, 0.02)),
    rgba(11, 11, 11, 0.95);
  display: grid;
  place-items: center;
  position: relative;
}

.product-detail-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 0, 92, 0.04), transparent 30%, transparent 70%, rgba(0, 238, 252, 0.04)),
    repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0 1px, rgba(255, 255, 255, 0) 1px 4px);
  opacity: 0.3;
}

.product-detail-panel-main {
  min-height: 520px;
  grid-row: span 2;
}

.product-detail-image {
  position: relative;
  z-index: 140;
  isolation: isolate;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.02) saturate(0.95);
}

.product-detail-image-top {
  object-position: center top;
}

.product-detail-image-bottom {
  object-position: center bottom;
}

.product-detail-shirt {
  transform: scale(1.3);
}

.product-detail-info {
  display: grid;
  gap: 14px;
  align-content: start;
}

.product-detail-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-detail-meta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-detail-meta-strip span,
.product-detail-size-chip {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #00eefc;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-detail-name {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-detail-price {
  margin: 0;
  color: #fffae0;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-detail-card {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  display: grid;
  gap: 10px;
}

.product-detail-card-kicker {
  margin: 0;
  color: #df8eff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.product-detail-size-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-detail-feature-list {
  margin: 0;
  padding-left: 18px;
  color: #c6c6c6;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-detail-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.product-detail-spec-grid div {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.22);
  display: grid;
  gap: 6px;
}

.product-detail-spec-grid span {
  color: #8f8f8f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.product-detail-spec-grid strong {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-detail-empty {
  width: min(680px, 100%);
  margin: 40px auto 0;
  padding: 24px;
  text-align: center;
}

.product-detail-empty-title,
.product-detail-loading {
  margin: 0 0 10px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-page-inline-back {
  justify-self: center;
  margin-top: 18px;
}

.product-detail-loading {
  width: min(1160px, 100%);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: #bdbdbd;
}

.admin-page-shell {
  min-height: 100vh;
  padding: 44px 20px 60px;
  background:
    radial-gradient(circle at top, rgba(0, 238, 252, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(223, 142, 255, 0.06), transparent 30%),
    #07090c;
}

.admin-page-header,
.admin-page-login,
.admin-page-dashboard {
  width: min(1240px, 100%);
  margin-inline: auto;
}

.admin-page-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
  margin-bottom: 24px;
}

.admin-page-title {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.admin-page-copy {
  max-width: 720px;
  margin: 0;
  color: #b4b4b4;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.admin-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-page-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(14, 18, 22, 0.95), rgba(4, 7, 11, 0.98)),
    rgba(0, 0, 0, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 28px rgba(0, 238, 252, 0.04);
  padding: 18px;
}

.admin-page-login-panel {
  max-width: 520px;
}

.admin-page-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  margin-bottom: 18px;
}

.admin-page-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  flex: 1;
}

.admin-page-stat-card {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  gap: 8px;
}

.admin-page-stat-value {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.admin-page-layout {
  display: grid;
  grid-template-columns: minmax(340px, 480px) minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.admin-backend-panel {
  margin-bottom: 18px;
}

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

.admin-page-section-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: start;
  margin-bottom: 14px;
}

.admin-section-title {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.admin-textarea-compact {
  min-height: 88px;
}

.admin-preview {
  min-height: 100%;
  display: grid;
  align-items: start;
}

.admin-preview-card {
  max-width: 420px;
}

.admin-preview-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #b3b3b3;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-search-input {
  max-width: 280px;
}

.admin-library-list {
  display: grid;
  gap: 12px;
}

.admin-library-card {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  display: grid;
  gap: 12px;
}

.admin-library-main {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 14px;
}

.admin-library-thumb {
  min-height: 120px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(223, 142, 255, 0.08), rgba(0, 238, 252, 0.02)),
    rgba(11, 11, 11, 0.95);
  display: grid;
  place-items: center;
}

.admin-library-thumb .product-shirt {
  transform: scale(0.72);
}

.admin-library-copy {
  display: grid;
  gap: 8px;
}

.admin-library-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.admin-library-link {
  text-decoration: none;
}

.product-shirt {
  position: relative;
  width: 144px;
  height: 156px;
  clip-path: polygon(22% 8%, 35% 0, 65% 0, 78% 8%, 100% 24%, 87% 38%, 82% 100%, 18% 100%, 13% 38%, 0 24%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 14px 24px rgba(0, 0, 0, 0.45);
}

.product-shirt-grid {
  background:
    linear-gradient(180deg, rgba(20, 20, 20, 0.95), rgba(5, 5, 5, 1)),
    #111;
}

.product-shirt-core {
  background:
    linear-gradient(180deg, rgba(38, 38, 38, 0.95), rgba(14, 14, 14, 1)),
    #181818;
}

.product-shirt-signal {
  background:
    linear-gradient(180deg, rgba(30, 24, 28, 0.95), rgba(8, 8, 8, 1)),
    #141414;
}

.shirt-print {
  position: absolute;
  inset: 32px 24px 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.shirt-print-grid {
  background:
    linear-gradient(transparent 0 75%, rgba(0, 238, 252, 0.35) 75% 77%, transparent 77%),
    repeating-linear-gradient(90deg, rgba(0, 238, 252, 0.28) 0 1px, transparent 1px 14px),
    repeating-linear-gradient(0deg, rgba(0, 238, 252, 0.2) 0 1px, transparent 1px 12px);
  box-shadow: 0 0 16px rgba(0, 238, 252, 0.22);
}

.shirt-print-core {
  border-radius: 9999px;
  background:
    radial-gradient(circle, rgba(0, 238, 252, 0.88) 0 20%, rgba(223, 142, 255, 0.72) 20% 38%, rgba(255, 255, 255, 0) 38%),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 0 24px rgba(223, 142, 255, 0.24);
}

.shirt-print-signal {
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 6px),
    linear-gradient(90deg, rgba(255, 0, 92, 0.55), rgba(223, 142, 255, 0.2), rgba(0, 238, 252, 0.45));
  box-shadow: 0 0 18px rgba(255, 0, 92, 0.16);
}

.product-info {
  padding: 0 14px 16px;
  display: grid;
  gap: 12px;
}

.product-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.product-name {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-price {
  color: #00eefc;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.product-copy {
  margin: 0;
  color: #aaaaaa;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-channel-badge {
  justify-self: start;
  padding: 5px 8px;
  border: 1px solid rgba(0, 238, 252, 0.26);
  background: rgba(0, 238, 252, 0.06);
  color: #00eefc;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.product-config {
  position: relative;
  z-index: 104;
  display: grid;
  grid-template-columns: auto 1fr auto 96px;
  gap: 8px;
  align-items: center;
}

.product-label {
  color: #00eefc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.product-select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 8px 10px;
  font: inherit;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-qty-shell {
  position: relative;
  z-index: 420;
  isolation: isolate;
  contain: layout paint style;
  transform: translateZ(0);
  overflow: hidden;
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  box-shadow:
    0 0 0 999px #ffffff inset,
    0 0 0 1px rgba(255, 255, 255, 0.92);
}

.product-qty-plate {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.product-qty-shell::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  z-index: 1;
  pointer-events: none;
}

.product-qty-step,
.product-qty-value {
  position: relative;
  z-index: 2;
  isolation: isolate;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #000000 !important;
  text-transform: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  filter: none !important;
  mix-blend-mode: normal;
  opacity: 1;
  padding: 8px 10px;
}

.product-qty-step {
  border: 0;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 0;
  cursor: pointer;
}

.product-qty-step:hover,
.product-qty-step:focus-visible {
  background: #f3f3f3 !important;
  outline: none;
}

.product-qty-value {
  display: grid;
  place-items: center;
  min-width: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}


.product-add-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(223, 142, 255, 0.45);
  background: rgba(223, 142, 255, 0.08);
  color: #df8eff;
  padding: 10px 12px;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    border-color 160ms ease;
}

.product-add-btn:hover {
  background: #df8eff;
  color: #090909;
}

.product-action-row {
  display: grid;
  gap: 10px;
}

.product-printify-btn,
.product-detail-printify-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 238, 252, 0.36);
  background: rgba(0, 238, 252, 0.08);
  color: #00eefc;
  padding: 10px 12px;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    border-color 160ms ease;
}

.product-printify-btn:hover,
.product-detail-printify-link:hover {
  background: #00eefc;
  color: #090909;
}

.cart-count-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  display: grid;
  place-items: center;
  border-radius: 9999px;
  background: #00eefc;
  color: #000;
  font-size: 10px;
  font-weight: 700;
}

.cart-drawer {
  position: fixed;
  top: 72px;
  right: 18px;
  width: min(360px, calc(100vw - 36px));
  max-height: calc(100vh - 110px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  border: 1px solid rgba(0, 238, 252, 0.24);
  background:
    linear-gradient(180deg, rgba(13, 17, 19, 0.96), rgba(4, 7, 9, 0.97)),
    rgba(0, 0, 0, 0.95);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 18px 28px rgba(0, 0, 0, 0.45);
  transform: translateX(calc(100% + 24px));
  opacity: 0;
  pointer-events: none;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
  z-index: 130;
}

.cart-drawer.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.cart-drawer-header,
.cart-summary {
  padding: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cart-summary {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 0;
}

.cart-kicker {
  margin: 0 0 4px;
  color: #00eefc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
}

.cart-title {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.16em;
}

.cart-drawer-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.cart-close-btn {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  color: #ffffff;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.cart-items {
  overflow: auto;
  padding: 14px;
  display: grid;
  gap: 12px;
}

.cart-empty {
  margin: 0;
  color: #8f8f8f;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cart-line {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.cart-line-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.cart-line-name {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cart-line-price {
  color: #00eefc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.cart-line-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #afafaf;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cart-line-remove {
  justify-self: start;
  border: 0;
  padding: 0;
  background: none;
  color: #ff6e84;
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
}

.cart-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #b8b8b8;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.cart-summary-total {
  margin-top: 10px;
  color: #ffffff;
  font-size: 13px;
}

.cart-checkout-btn {
  width: 100%;
  margin-top: 14px;
  border: 1px solid rgba(0, 238, 252, 0.4);
  background: rgba(0, 238, 252, 0.08);
  color: #00eefc;
  padding: 12px;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  cursor: pointer;
}

.account-drawer {
  position: fixed;
  top: 72px;
  right: 18px;
  width: min(390px, calc(100vw - 36px));
  max-height: calc(100vh - 110px);
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(0, 238, 252, 0.24);
  background:
    linear-gradient(180deg, rgba(13, 17, 23, 0.97), rgba(4, 7, 10, 0.98)),
    rgba(0, 0, 0, 0.95);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 18px 28px rgba(0, 0, 0, 0.45);
  transform: translateX(calc(100% + 24px));
  opacity: 0;
  pointer-events: none;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
  z-index: 145;
}

.account-drawer.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.account-drawer-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.account-kicker {
  margin: 0 0 4px;
  color: #00eefc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
}

.account-title {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.16em;
}

.account-close-btn {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
  cursor: pointer;
}

.account-panel-body,
.account-auth,
.account-session {
  display: grid;
  gap: 12px;
}

.account-panel-body {
  overflow: auto;
  padding: 14px;
}

.account-auth {
  gap: 14px;
}

.account-block {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  align-content: start;
}

.account-page-login-shell .account-block {
  min-height: 100%;
  grid-template-rows: auto auto auto auto auto 1fr auto;
}

.account-block-kicker {
  margin: 0;
  color: #df8eff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.account-helper {
  margin: 0;
  color: #b4b4b4;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.account-helper span {
  color: #fffae0;
}

.account-profile-card {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(223, 142, 255, 0.08), rgba(0, 238, 252, 0.04)),
    rgba(255, 255, 255, 0.02);
}

.account-profile-name,
.account-profile-meta {
  margin: 0;
}

.account-profile-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.account-profile-meta {
  margin-top: 6px;
  color: #b7b7b7;
  font-size: 10px;
  letter-spacing: 0.18em;
}

.account-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.account-page-shell {
  min-height: 100vh;
  padding: 44px 20px 60px;
  background:
    radial-gradient(circle at top, rgba(0, 238, 252, 0.08), transparent 25%),
    linear-gradient(180deg, rgba(223, 142, 255, 0.06), transparent 30%),
    #07090c;
}

.account-page-header,
.account-page-layout,
.account-page-empty {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.account-page-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
  margin-bottom: 24px;
}

.account-page-title {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.account-page-copy,
.account-page-empty-copy {
  margin: 0;
  color: #b4b4b4;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.account-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.account-page-empty-actions {
  display: flex;
  justify-content: center;
}

.account-page-login-shell {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  text-align: left;
}

.account-page-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 20px;
}

.account-page-sidebar,
.account-page-main {
  display: grid;
  gap: 16px;
  align-content: start;
}

.account-page-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(14, 18, 22, 0.95), rgba(4, 7, 11, 0.98)),
    rgba(0, 0, 0, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 28px rgba(0, 238, 252, 0.04);
  padding: 18px;
}

.account-page-name,
.account-page-meta {
  margin: 0;
}

.account-page-name {
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.account-page-meta {
  margin-top: 8px;
  color: #b8b8b8;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.account-page-stat-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.account-page-stat-grid div {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  gap: 6px;
}

.account-page-stat-grid span {
  color: #8f8f8f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.account-page-stat-grid strong {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.account-page-section-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  margin-bottom: 14px;
}

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

.account-page-span-2 {
  grid-column: span 2;
}

.account-page-checkbox-row {
  display: grid;
  align-items: end;
}

.account-page-checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #b9b9b9;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.account-cart-list {
  display: grid;
  gap: 10px;
}

.account-cart-line {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(0, 238, 252, 0.16);
  background:
    linear-gradient(135deg, rgba(223, 142, 255, 0.08), rgba(0, 238, 252, 0.04)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 16px rgba(0, 238, 252, 0.04);
  text-align: left;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.account-cart-line:hover,
.account-cart-line:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(0, 238, 252, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 22px rgba(0, 238, 252, 0.08);
  outline: none;
}

.account-cart-visual {
  min-height: 108px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(223, 142, 255, 0.08), rgba(0, 238, 252, 0.02)),
    rgba(11, 11, 11, 0.95);
  display: grid;
  place-items: center;
}

.account-cart-visual img,
.admin-library-thumb .product-image,
.admin-preview-card .product-image,
.product-visual > .product-image,
.product-detail-panel .product-detail-image {
  position: relative;
  z-index: 140;
  isolation: isolate;
  filter: contrast(1.02) saturate(0.95);
}

.account-cart-shirt {
  transform: scale(0.62);
}

.account-cart-copy {
  display: grid;
  gap: 8px;
  align-content: start;
}

.account-cart-tag {
  justify-self: start;
  padding: 4px 7px;
  border: 1px solid rgba(223, 142, 255, 0.28);
  background: rgba(223, 142, 255, 0.08);
  color: #df8eff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.admin-drawer {
  position: fixed;
  top: 72px;
  right: 18px;
  width: min(420px, calc(100vw - 36px));
  max-height: calc(100vh - 110px);
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(223, 142, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(15, 16, 24, 0.97), rgba(5, 7, 11, 0.98)),
    rgba(0, 0, 0, 0.95);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 18px 28px rgba(0, 0, 0, 0.45);
  transform: translateX(calc(100% + 24px));
  opacity: 0;
  pointer-events: none;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
  z-index: 140;
}

.admin-drawer.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.admin-drawer-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.admin-kicker {
  margin: 0 0 4px;
  color: #df8eff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
}

.admin-title {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.16em;
}

.admin-close-btn,
.admin-logout-btn {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
  cursor: pointer;
}

.admin-close-btn {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
}

.admin-auth,
.admin-console {
  overflow: auto;
  padding: 14px;
  display: grid;
  gap: 12px;
}

.admin-helper {
  margin: 0;
  color: #b4b4b4;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-helper span {
  color: #fffae0;
}

.admin-label {
  color: #00eefc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.admin-input {
  width: 100%;
  position: relative;
  z-index: 140;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #ffffff;
  color: #000000;
  caret-color: #00eefc;
  padding: 10px 12px;
  font: inherit;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: none;
  resize: vertical;
}

.admin-input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.admin-input:focus {
  outline: none;
  border-color: rgba(0, 238, 252, 0.45);
  box-shadow: 0 0 0 1px rgba(0, 238, 252, 0.14);
}

.admin-input:-webkit-autofill,
.admin-input:-webkit-autofill:hover,
.admin-input:-webkit-autofill:focus,
.admin-input:-webkit-autofill:active {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  transition: background-color 9999s ease-in-out 0s;
}

.admin-select,
.admin-textarea {
  text-transform: none;
}

.admin-textarea {
  min-height: 96px;
}

.admin-submit-btn,
.admin-logout-btn {
  padding: 10px 12px;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.admin-submit-btn {
  border: 1px solid rgba(223, 142, 255, 0.45);
  background: rgba(223, 142, 255, 0.08);
  color: #df8eff;
}

.admin-secondary-btn {
  border: 1px solid rgba(0, 238, 252, 0.3);
  background: rgba(0, 238, 252, 0.06);
  color: #00eefc;
  padding: 10px 12px;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  cursor: pointer;
}

.admin-console-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.admin-form-grid {
  display: grid;
  gap: 10px;
}

.admin-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-feedback {
  margin: 0;
  color: #b4b4b4;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.admin-product-list {
  display: grid;
  gap: 10px;
}

.admin-product-card {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  display: grid;
  gap: 8px;
}

.admin-product-head,
.admin-product-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.admin-product-name,
.admin-product-copy {
  margin: 0;
}

.admin-product-name {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.admin-product-copy,
.admin-product-meta {
  color: #b1b1b1;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-product-edit,
.admin-product-delete {
  justify-self: start;
  border: 0;
  padding: 0;
  background: none;
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
}

.admin-product-edit {
  color: #00eefc;
}

.admin-product-delete {
  color: #ff6e84;
}

.game-shell {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at top, rgba(223, 142, 255, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(0, 238, 252, 0.05), transparent 38%),
    rgba(0, 0, 0, 0.78);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    backdrop-filter 180ms ease;
  backdrop-filter: blur(0);
}

.game-shell.is-open {
  opacity: 1;
  pointer-events: auto;
  backdrop-filter: blur(6px);
}

.game-window {
  width: min(860px, 100%);
  border: 1px solid rgba(0, 238, 252, 0.24);
  background:
    linear-gradient(180deg, rgba(12, 16, 19, 0.96), rgba(2, 6, 9, 0.98)),
    rgba(0, 0, 0, 0.96);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 0 3px rgba(7, 11, 15, 0.92),
    16px 16px 0 rgba(0, 0, 0, 0.28),
    0 0 42px rgba(0, 238, 252, 0.08);
  position: relative;
  overflow: hidden;
}

.game-window::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(223, 142, 255, 0.1), transparent 28%),
    radial-gradient(circle at right top, rgba(0, 238, 252, 0.08), transparent 24%);
  opacity: 0.8;
}

.game-window::after {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.04);
  mix-blend-mode: screen;
}

.game-window-header,
.game-window-body {
  padding: 14px;
}

.game-window-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(223, 142, 255, 0.08), rgba(0, 238, 252, 0.04)),
    rgba(255, 255, 255, 0.01);
}

.game-window-kicker {
  margin: 0 0 5px;
  color: #00eefc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.32em;
}

.game-window-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.game-close-btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    color 160ms ease,
    background-color 160ms ease;
}

.game-close-btn:hover,
.game-close-btn:focus-visible {
  border-color: rgba(0, 238, 252, 0.4);
  color: #00eefc;
  background: rgba(0, 238, 252, 0.06);
  outline: none;
}

.game-window-body {
  display: grid;
  gap: 14px;
}

.game-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.game-stat-card {
  display: grid;
  gap: 5px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.game-stat-label {
  color: #00eefc;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.game-stat-value {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.game-canvas-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 238, 252, 0.1), transparent 35%),
    linear-gradient(180deg, rgba(11, 16, 28, 0.96), rgba(1, 3, 8, 0.98));
  aspect-ratio: 3 / 2;
  box-shadow:
    inset 0 0 0 2px rgba(8, 12, 18, 0.94),
    inset 0 0 38px rgba(0, 0, 0, 0.42);
  border-radius: 14px;
}

.game-canvas-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at center, transparent 52%, rgba(0, 0, 0, 0.26) 100%);
  z-index: 2;
  mix-blend-mode: multiply;
}

.game-canvas-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 0, 92, 0.05), transparent 30%, transparent 70%, rgba(0, 238, 252, 0.05)),
    repeating-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.04) 0 1px,
      rgba(255, 255, 255, 0) 1px 5px
    );
  z-index: 4;
  opacity: 0.45;
}

.discount-panel {
  padding: 12px 14px;
  border: 1px solid rgba(223, 142, 255, 0.32);
  background:
    linear-gradient(90deg, rgba(223, 142, 255, 0.1), rgba(0, 238, 252, 0.06)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 20px rgba(223, 142, 255, 0.08);
}

.discount-kicker {
  margin: 0 0 8px;
  color: #fffae0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.discount-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.discount-title {
  margin: 0 0 4px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.discount-copy {
  margin: 0;
  color: #bdbdbd;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.discount-code {
  padding: 10px 12px;
  border: 1px solid rgba(0, 238, 252, 0.3);
  background: rgba(0, 0, 0, 0.36);
  color: #00eefc;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  white-space: nowrap;
}

.game-canvas,
.game-canvas-grid,
.game-canvas-scanlines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.game-canvas {
  display: block;
}

.game-canvas-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 100% 28px, 32px 100%;
  mix-blend-mode: screen;
  opacity: 0.12;
  pointer-events: none;
  z-index: 1;
}

.game-canvas-scanlines {
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.08) 0 1px,
      rgba(255, 255, 255, 0.015) 1px 2px,
      rgba(255, 255, 255, 0) 2px 5px
    );
  mix-blend-mode: screen;
  opacity: 0.24;
  pointer-events: none;
  z-index: 3;
}

.game-instructions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: #bfbfbf;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.play-panel {
  width: 364px;
  padding: 12px;
  border: 1px solid rgba(0, 238, 252, 0.3);
  background:
    linear-gradient(180deg, rgba(12, 16, 19, 0.96), rgba(2, 6, 9, 0.96)),
    rgba(0, 0, 0, 0.92);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    8px 8px 0 rgba(0, 0, 0, 0.35),
    0 0 28px rgba(0, 238, 252, 0.08);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.play-panel.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.play-panel-grid {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 12px;
}

.play-thumb {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
  filter: contrast(1.08) saturate(0.88);
}

.play-panel-body {
  display: grid;
  gap: 10px;
}

.play-panel-kicker {
  margin: 0 0 4px;
  color: #00eefc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.36em;
}

.play-panel-title {
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.play-time-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.play-progress {
  width: 100%;
  height: 6px;
  appearance: none;
  background: linear-gradient(90deg, #00eefc var(--progress, 0%), rgba(255, 255, 255, 0.12) var(--progress, 0%));
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.play-progress::-webkit-slider-thumb {
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background: #df8eff;
  box-shadow: 0 0 10px rgba(223, 142, 255, 0.5);
}

.play-progress::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 9999px;
  background: #df8eff;
  box-shadow: 0 0 10px rgba(223, 142, 255, 0.5);
}

.play-controls {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.player-lower-grid {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 10px;
}

.player-status-panel,
.visualizer-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.player-status-panel {
  padding: 10px 9px;
}

.player-status-kicker,
.visualizer-kicker {
  margin: 0 0 8px;
  color: #00eefc;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.player-status-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 5px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #c7c7c7;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.player-status-row:first-of-type {
  border-top: 0;
}

.player-status-row span:last-child {
  color: #df8eff;
}

.visualizer-panel {
  padding: 10px;
  background:
    linear-gradient(180deg, rgba(12, 14, 24, 0.92), rgba(2, 5, 8, 0.98)),
    rgba(0, 0, 0, 0.82);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 18px rgba(0, 238, 252, 0.06);
}

.visualizer-header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: start;
  margin-bottom: 8px;
}

.visualizer-title {
  margin: 0;
  color: #f4f4f4;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.visualizer-badge {
  padding: 3px 6px;
  border: 1px solid rgba(0, 238, 252, 0.22);
  color: #00eefc;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  background: rgba(0, 238, 252, 0.06);
}

.visualizer-screen {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top, rgba(223, 142, 255, 0.14), transparent 45%),
    linear-gradient(180deg, rgba(8, 13, 22, 0.94), rgba(2, 4, 10, 0.98));
  min-height: 120px;
}

.visualizer-canvas,
.visualizer-grid,
.visualizer-scanline {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.visualizer-canvas {
  display: block;
}

.visualizer-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 100% 20px, 28px 100%;
  opacity: 0.22;
  mix-blend-mode: screen;
  pointer-events: none;
}

.visualizer-scanline {
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.1) 0 1px,
      rgba(255, 255, 255, 0) 1px 4px
    );
  opacity: 0.16;
  mix-blend-mode: screen;
  pointer-events: none;
}

.play-control-btn {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
  color: #e5e5e5;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    border-color 160ms ease;
}

.play-control-btn:hover {
  border-color: rgba(0, 238, 252, 0.5);
  color: #00eefc;
}

.play-control-btn.is-primary {
  border-color: rgba(223, 142, 255, 0.5);
  color: #df8eff;
}

.youtube-player-shell {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.crt-flicker {
  animation:
    crt-on 0.3s forwards,
    crt-flicker 0.12s infinite alternate;
}

.vhs-tracking {
  animation:
    crt-on 0.3s forwards,
    crt-flicker 0.12s infinite alternate,
    vhs-tracking 8s ease-in-out infinite;
}

#crt-screen {
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center;
}

.power-off #crt-screen {
  animation: crt-off 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.power-on-flicker {
  animation: crt-on 0.3s forwards;
}

.power-off-bg {
  background-color: #000 !important;
  transition: background-color 0.6s ease;
}

#power-btn-icon.is-off {
  color: #00eefc;
  filter: drop-shadow(0 0 8px #00eefc);
  animation: pulse-glow 2s infinite ease-in-out;
}

@keyframes noise-anim {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 10% 5%;
  }

  100% {
    background-position: -5% 10%;
  }
}

@keyframes play-channel-lines {
  0% {
    opacity: 0;
    transform: translateY(-10px) skewX(0deg);
  }

  10% {
    opacity: 0.95;
    transform: translateY(4px) skewX(12deg);
  }

  30% {
    opacity: 0.8;
    transform: translateY(-3px) skewX(-10deg);
  }

  60% {
    opacity: 0.45;
    transform: translateY(2px) skewX(6deg);
  }

  100% {
    opacity: 0;
    transform: translateY(0) skewX(0deg);
  }
}

@keyframes play-channel-noise {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(1);
  }

  12% {
    opacity: 0.8;
    transform: translate(-4px, 2px) scale(1.04);
  }

  24% {
    opacity: 0.65;
    transform: translate(3px, -3px) scale(0.98);
  }

  48% {
    opacity: 0.48;
    transform: translate(-2px, 3px) scale(1.02);
  }

  72% {
    opacity: 0.22;
    transform: translate(2px, -2px) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes play-channel-shell {
  0% {
    background: rgba(5, 12, 16, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    filter: none;
  }

  10% {
    background: rgba(255, 255, 255, 0.2);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.2),
      0 0 14px rgba(255, 255, 255, 0.18);
    filter: contrast(1.5) brightness(1.25);
  }

  40% {
    background: rgba(0, 238, 252, 0.14);
    box-shadow:
      inset 0 0 0 1px rgba(0, 238, 252, 0.25),
      0 0 16px rgba(0, 238, 252, 0.2);
    filter: contrast(1.35) brightness(1.15);
  }

  100% {
    background: rgba(5, 12, 16, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    filter: none;
  }
}

@keyframes play-channel-content {
  0% {
    transform: translateX(0);
    text-shadow: none;
  }

  15% {
    transform: translateX(-3px);
    text-shadow: -2px 0 rgba(255, 0, 92, 0.75), 2px 0 rgba(0, 238, 252, 0.75);
  }

  35% {
    transform: translateX(4px);
    text-shadow: 3px 0 rgba(255, 255, 255, 0.5), -2px 0 rgba(0, 238, 252, 0.65);
  }

  60% {
    transform: translateX(-2px);
    text-shadow: -2px 0 rgba(255, 0, 92, 0.45), 2px 0 rgba(0, 238, 252, 0.45);
  }

  100% {
    transform: translateX(0);
    text-shadow: none;
  }
}

@keyframes static-flicker {
  0% {
    opacity: 0.08;
    transform: translate(0, 0);
  }

  25% {
    opacity: 0.16;
    transform: translate(-1px, 1px);
  }

  50% {
    opacity: 0.1;
    transform: translate(1px, -1px);
  }

  75% {
    opacity: 0.18;
    transform: translate(1px, 1px);
  }

  100% {
    opacity: 0.09;
    transform: translate(0, 0);
  }
}

@keyframes static-drift {
  0% {
    background-position: 0 0, 0 0;
  }

  50% {
    background-position: 24px -18px, 0 3px;
  }

  100% {
    background-position: -16px 20px, 0 0;
  }
}

@keyframes static-shift {
  0% {
    transform: translate(0, 0);
  }

  12.5% {
    transform: translate(-1.5%, 1%);
  }

  25% {
    transform: translate(1%, -1.25%);
  }

  37.5% {
    transform: translate(1.25%, 1.5%);
  }

  50% {
    transform: translate(-1%, -0.75%);
  }

  62.5% {
    transform: translate(1.5%, 0.5%);
  }

  75% {
    transform: translate(-0.75%, 1.25%);
  }

  87.5% {
    transform: translate(0.75%, -1.5%);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes crt-flicker {
  0% {
    opacity: 0.97;
  }

  100% {
    opacity: 1;
  }
}

@keyframes vhs-tracking {
  0%,
  100% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(0);
  }

  12% {
    transform: translateX(-2px);
  }

  13% {
    transform: translateX(2px);
  }

  14% {
    transform: translateX(-1px);
  }

  15% {
    transform: translateX(0);
  }

  55% {
    transform: translateX(0);
  }

  57% {
    transform: translateX(1px);
  }

  58% {
    transform: translateX(-2px);
  }

  59% {
    transform: translateX(1px);
  }

  60% {
    transform: translateX(0);
  }
}

@keyframes crt-off {
  0% {
    transform: scaleY(1) scaleX(1);
    filter: brightness(1);
    background-color: transparent;
  }

  40% {
    transform: scaleY(0.005) scaleX(1.1);
    filter: brightness(2);
    background-color: transparent;
  }

  70% {
    transform: scaleY(0.005) scaleX(0.005);
    filter: brightness(10);
    background-color: #ffffff;
    opacity: 1;
  }

  90% {
    transform: scaleY(0.002) scaleX(0.002);
    filter: brightness(20);
    background-color: #ffffff;
    opacity: 1;
  }

  100% {
    transform: scaleY(0) scaleX(0);
    filter: brightness(0);
    opacity: 0;
  }
}

@keyframes crt-on {
  0% {
    opacity: 0;
    filter: brightness(3);
  }

  10% {
    opacity: 1;
    filter: brightness(0.5);
  }

  20% {
    opacity: 0.5;
    filter: brightness(2);
  }

  30% {
    opacity: 1;
    filter: brightness(1);
  }

  100% {
    opacity: 1;
    filter: brightness(1);
  }
}

@keyframes pulse-glow {
  0%,
  100% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }
}

@keyframes status-bar-primary {
  0% {
    width: 58%;
    opacity: 0.92;
  }

  28% {
    width: 71%;
    opacity: 1;
  }

  56% {
    width: 62%;
    opacity: 0.88;
  }

  100% {
    width: 66%;
    opacity: 0.96;
  }
}

@keyframes status-bar-secondary {
  0% {
    width: 84%;
    opacity: 0.9;
  }

  22% {
    width: 91%;
    opacity: 1;
  }

  54% {
    width: 86%;
    opacity: 0.9;
  }

  100% {
    width: 89%;
    opacity: 0.98;
  }
}

@keyframes status-bar-tertiary {
  0% {
    width: 10%;
    opacity: 0.82;
  }

  30% {
    width: 19%;
    opacity: 1;
  }

  62% {
    width: 8%;
    opacity: 0.74;
  }

  100% {
    width: 14%;
    opacity: 0.9;
  }
}

@media (max-width: 767px) {
  .crt-overlay,
  .vhs-noise,
  .retro-static,
  .static-noise {
    opacity: 0.072;
  }

  .scanlines::after {
    opacity: 0.21;
  }
}

@media (max-width: 1023px) {
  .store-header {
    flex-direction: column;
    align-items: start;
  }

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

  .product-detail-layout {
    grid-template-columns: 1fr;
  }

  .product-detail-panel-main {
    min-height: 420px;
  }

  .admin-page-layout {
    grid-template-columns: 1fr;
  }

  .account-page-layout {
    grid-template-columns: 1fr;
  }

  .apparel-overview-panel {
    grid-template-columns: 1fr;
  }

  .apparel-section-head {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 767px) {
  .store-shell {
    padding: 16px;
  }

  .product-config {
    grid-template-columns: 1fr 1fr;
  }

  .store-admin-strip,
  .admin-console-top,
  .admin-product-head,
  .admin-product-meta {
    flex-direction: column;
    align-items: start;
  }

  .store-admin-actions,
  .apparel-page-header,
  .apparel-page-actions {
    flex-direction: column;
    align-items: start;
  }

  .admin-action-row,
  .admin-product-actions,
  .account-action-row {
    flex-direction: column;
    align-items: start;
  }

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

  .game-instructions {
    flex-direction: column;
    gap: 8px;
  }

  .discount-row {
    flex-direction: column;
    align-items: start;
  }

  .product-page-shell {
    padding-inline: 14px;
  }

  .product-page-header,
  .product-detail-gallery-head {
    flex-direction: column;
    align-items: start;
  }

  .product-page-brand {
    text-align: left;
  }

  .product-detail-gallery-grid,
  .product-detail-spec-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-panel-main {
    grid-row: auto;
    min-height: 320px;
  }

  .admin-page-shell {
    padding-inline: 14px;
  }

  .admin-page-header,
  .admin-page-toolbar,
  .admin-page-section-head,
  .admin-library-main {
    flex-direction: column;
    align-items: start;
  }

  .account-page-header,
  .account-page-section-head {
    flex-direction: column;
    align-items: start;
  }

  .admin-page-stats {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .admin-backend-grid {
    grid-template-columns: 1fr;
  }

  .admin-library-main {
    display: grid;
    grid-template-columns: 1fr;
  }

  .admin-search-input,
  .admin-preview-card {
    max-width: none;
  }

  .account-page-shell {
    padding-inline: 14px;
  }

  .account-page-stat-grid,
  .apparel-stat-grid,
  .account-page-form-grid,
  .account-page-login-shell {
    grid-template-columns: 1fr;
  }

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

  .account-page-span-2 {
    grid-column: auto;
  }
}

@media (max-width: 420px) {
  .play-panel {
    width: min(364px, calc(100vw - 24px));
  }

  .play-panel-grid,
  .player-lower-grid {
    grid-template-columns: 1fr;
  }
}
