/* Cyber — dark neon storefront: grid, glow, scan, motion. */
.theme-cyber {
  color-scheme: dark;
  background-color: var(--bg);
}

/* Painted neon chrome stays on unpackaged cyber only. Market packs own their palette. */
.theme-cyber:not(.has-pack) {
  --bg: #04060c;
  --text: #d7fff8;
  --header: #070b16;
  --accent: #00f6ff;
  --accent-2: #ff2ec4;
  --cyber-magenta: #ff2ec4;
  --cyber-lime: #b8ff3c;
  --chroma-a: #ff2ec4;
  --chroma-b: #00f6ff;
  --line: rgba(0, 246, 255, 0.22);
  --muted: rgba(215, 255, 248, 0.62);
  --font-heading: "Exo 2", Rajdhani, "Segoe UI", sans-serif;
  --font-body: Rajdhani, "Segoe UI", sans-serif;
  background-color: var(--bg);
  background-image:
    radial-gradient(1200px 500px at 10% -10%, rgba(0, 246, 255, 0.16), transparent 55%),
    radial-gradient(900px 420px at 110% 8%, rgba(255, 46, 196, 0.14), transparent 50%);
}

.theme-cyber:not(.has-pack) .theme-fx {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.theme-cyber:not(.has-pack) .theme-fx-front {
  z-index: 0;
  overflow: hidden;
}

.theme-fx {
  display: none;
}

.theme-cyber:not(.has-pack) main,
.theme-cyber:not(.has-pack) .flashes,
.theme-cyber:not(.has-pack) .page-banner,
.theme-cyber:not(.has-pack) .site-footer {
  position: relative;
  z-index: 1;
}
.theme-cyber:not(.has-pack) .perks,
.theme-cyber:not(.has-pack) .announcement {
  position: relative;
  z-index: 3;
  color: var(--text);
}
.theme-cyber:not(.has-pack) .perks-inner {
  gap: 0.4rem 1rem;
  padding: 0.65rem 0.35rem;
}
.theme-cyber:not(.has-pack) .perk,
.theme-cyber:not(.has-pack) a.perk {
  color: inherit;
  font-weight: 650;
  font-size: 1rem;
  line-height: 1.45;
  letter-spacing: 0.01em;
}
.theme-cyber:not(.has-pack) .perk + .perk {
  border-left: 0;
}

.theme-cyber .site-header {
  position: sticky;
  z-index: 20;
}
.theme-cyber:not(.has-pack) .site-header {
  background: rgba(4, 8, 18, 0.72);
  backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid rgba(0, 246, 255, 0.38);
  box-shadow: 0 0 32px rgba(0, 246, 255, 0.12);
}

.theme-fx-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.theme-cyber:not(.has-pack) .cyber-chemist-layer {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.theme-cyber:not(.has-pack) .cyber-chemist {
  position: absolute;
  z-index: 2;
  right: -6%;
  bottom: -10%;
  width: min(62vw, 52rem);
  height: auto;
  max-width: none;
  opacity: 0.88;
  mix-blend-mode: screen;
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 100%);
  animation: cyber-chemist-idle 8s ease-in-out infinite;
}
@media (max-width: 800px) {
  .theme-cyber:not(.has-pack) .cyber-chemist {
    width: min(108vw, 26rem);
    right: -22%;
    bottom: -8%;
    opacity: 0.58;
  }
}
@media (prefers-reduced-motion: reduce) {
  .theme-cyber:not(.has-pack) .cyber-chemist { animation: none; }
}

.theme-fx-grid {
  position: absolute;
  left: -20%;
  right: -20%;
  bottom: -35%;
  height: 70%;
  background-image:
    linear-gradient(rgba(0, 246, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 246, 255, 0.16) 1px, transparent 1px);
  background-size: 56px 56px;
  transform: perspective(480px) rotateX(62deg);
  transform-origin: center bottom;
  animation: cyber-grid 22s linear infinite;
  mask-image: linear-gradient(to top, #000 15%, transparent 85%);
}

.theme-fx-orbs::before,
.theme-fx-orbs::after {
  content: "";
  position: absolute;
  width: min(42vw, 28rem);
  height: min(42vw, 28rem);
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.42;
}

.theme-fx-orbs::before {
  top: -8%;
  left: -6%;
  background: #00f6ff;
  animation: cyber-orb-a 14s ease-in-out infinite;
}

.theme-fx-orbs::after {
  right: -8%;
  bottom: 8%;
  background: #ff2ec4;
  animation: cyber-orb-b 18s ease-in-out infinite;
}

.theme-fx-scan {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.16) 0 1px,
    transparent 1px 3px
  );
  opacity: 0.18;
}

.theme-fx-scan::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 140px;
  background: linear-gradient(transparent, rgba(0, 246, 255, 0.1), transparent);
  animation: cyber-scan 6.5s linear infinite;
}

.theme-fx-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 42%, rgba(0, 0, 0, 0.55) 100%);
}

.theme-fx-spot {
  position: fixed;
  top: 0;
  left: 0;
  width: 36vw;
  height: 36vw;
  margin: -18vw 0 0 -18vw;
  background: radial-gradient(circle, rgba(0, 246, 255, 0.16), transparent 62%);
  opacity: 0;
  transition: opacity 0.3s;
}

.theme-cyber:not(.has-pack).is-pointer .theme-fx-spot {
  opacity: 0.45;
}

.theme-cyber:not(.has-pack) h1,
.theme-cyber:not(.has-pack) h2,
.theme-cyber:not(.has-pack) h3 {
  letter-spacing: 0.02em;
  text-transform: none;
  text-shadow: none;
}

.theme-cyber:not(.has-pack) .hero {
  padding-top: 4.8rem;
}

.theme-cyber:not(.has-pack) .hero h1 {
  position: relative;
  color: #f4fffe;
  text-shadow: 0 0 18px rgba(0, 246, 255, 0.4);
}

.theme-cyber:not(.has-pack) .eyebrow {
  color: var(--accent);
  font-family: "Share Tech Mono", ui-monospace, monospace;
  letter-spacing: 0.22em;
}

.theme-cyber:not(.has-pack) .eyebrow::after {
  content: "_";
  animation: cyber-caret 1.1s steps(1) infinite;
}

.theme-cyber:not(.has-pack) .brand span {
  font-family: var(--font-heading);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(0, 246, 255, 0.55);
}

.theme-cyber:not(.has-pack) .nav a,
.theme-cyber:not(.has-pack) .header-actions a {
  position: relative;
}

.theme-cyber:not(.has-pack) .nav a:hover,
.theme-cyber:not(.has-pack) .header-actions a:hover {
  color: var(--accent);
  text-shadow: 0 0 12px rgba(0, 246, 255, 0.7);
}

.theme-cyber:not(.has-pack) .perks {
  background-color: #070b16;
  background-image: linear-gradient(
    90deg,
    rgba(255, 46, 196, 0.22),
    rgba(0, 246, 255, 0.16),
    rgba(255, 46, 196, 0.22)
  );
  background-size: 220% 100%;
  animation: cyber-flow 9s linear infinite;
  border-bottom: 1px solid rgba(0, 246, 255, 0.35);
}

.theme-cyber:not(.has-pack) .announcement {
  background: #05070f;
  color: var(--accent);
  box-shadow: inset 0 0 24px rgba(0, 246, 255, 0.18);
}

.theme-cyber:not(.has-pack) .btn {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 246, 255, 0.85);
  background-color: #00f6ff;
  background-image: linear-gradient(90deg, #00f6ff, #7dffe1 45%, #00f6ff);
  background-size: 200% 100%;
  color: #041016;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 0 22px rgba(0, 246, 255, 0.45);
  animation: cyber-sheen 2.8s linear infinite;
}

.theme-cyber:not(.has-pack) .btn:hover {
  box-shadow: 0 0 28px rgba(0, 246, 255, 0.7), 0 0 48px rgba(255, 46, 196, 0.25);
}

.theme-cyber:not(.has-pack) .btn-ghost {
  background: transparent;
  color: var(--accent);
  border: 1px solid rgba(0, 246, 255, 0.55);
  box-shadow: none;
  animation: none;
}

.theme-cyber:not(.has-pack) .product-card .thumb,
.theme-cyber:not(.has-pack) .cat-card,
.theme-cyber:not(.has-pack) .summary,
.theme-cyber:not(.has-pack) .ship-card,
.theme-cyber:not(.has-pack) .flash,
.theme-cyber:not(.has-pack) .anon-box,
.theme-cyber:not(.has-pack) .bubble {
  background: rgba(7, 11, 22, 0.86);
  border: 1px solid rgba(0, 246, 255, 0.28);
  box-shadow: 0 0 0 1px rgba(255, 46, 196, 0.08), 0 0 22px rgba(0, 246, 255, 0.08);
}

.theme-cyber:not(.has-pack) .product-card .thumb {
  overflow: hidden;
}

.theme-cyber:not(.has-pack) .product-card:hover .thumb {
  box-shadow: 0 0 28px rgba(0, 246, 255, 0.4), 0 0 42px rgba(255, 46, 196, 0.18);
  border-color: var(--accent);
}

.theme-cyber:not(.has-pack) .product-card:hover img,
.theme-cyber:not(.has-pack) .product-card:hover video {
  filter: drop-shadow(0 0 10px rgba(0, 246, 255, 0.25));
}

.theme-cyber:not(.has-pack) .ph {
  background: repeating-linear-gradient(
    135deg,
    rgba(0, 246, 255, 0.08),
    rgba(0, 246, 255, 0.08) 8px,
    transparent 8px,
    transparent 16px
  );
}

.theme-cyber:not(.has-pack) .badge.hot {
  background: var(--cyber-magenta);
  box-shadow: 0 0 12px rgba(255, 46, 196, 0.55);
}

.theme-cyber:not(.has-pack) .badge.new,
.theme-cyber:not(.has-pack) .badge.sale {
  background: var(--accent);
  color: #041016;
  box-shadow: 0 0 12px rgba(0, 246, 255, 0.45);
}

.theme-cyber:not(.has-pack) .badge.video,
.theme-cyber:not(.has-pack) .shop-chip.video.on {
  background: #041016;
  color: var(--accent);
  box-shadow: 0 0 12px rgba(0, 246, 255, 0.45);
}

.theme-cyber:not(.has-pack) .shop-chip {
  background: rgba(7, 11, 22, 0.9);
  border-color: rgba(0, 246, 255, 0.3);
  border-radius: 2px;
}

.theme-cyber:not(.has-pack) .shop-chip.on {
  background: var(--accent);
  color: #041016;
  border-color: var(--accent);
  box-shadow: 0 0 16px rgba(0, 246, 255, 0.4);
}

.theme-cyber:not(.has-pack) input,
.theme-cyber:not(.has-pack) select,
.theme-cyber:not(.has-pack) textarea {
  background: #0a101c;
  color: var(--text);
  border-color: rgba(0, 246, 255, 0.28);
  box-shadow: inset 0 0 12px rgba(0, 246, 255, 0.05);
}

.theme-cyber:not(.has-pack) input:focus,
.theme-cyber:not(.has-pack) select:focus,
.theme-cyber:not(.has-pack) textarea:focus {
  outline: 2px solid var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 16px rgba(0, 246, 255, 0.28);
}

.theme-cyber:not(.has-pack) .price,
.theme-cyber:not(.has-pack) .pay .amount,
.theme-cyber:not(.has-pack) .totals {
  font-family: "Share Tech Mono", ui-monospace, monospace;
  color: var(--accent);
  text-shadow: 0 0 14px rgba(0, 246, 255, 0.45);
}

.theme-cyber:not(.has-pack) .pay .amount {
  animation: cyber-amount 2.4s ease-in-out infinite;
}

.theme-cyber:not(.has-pack) .conf-bar {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 8px rgba(0, 246, 255, 0.15);
}

.theme-cyber:not(.has-pack) .conf-bar i {
  box-shadow: 0 0 12px var(--accent);
}

.theme-cyber:not(.has-pack) .ship-card:has(input:checked),
.theme-cyber:not(.has-pack) .coin-list label:has(input:checked) {
  border-color: var(--accent);
  box-shadow: 0 0 22px rgba(0, 246, 255, 0.28);
}

.theme-cyber:not(.has-pack) .step-nav li.on {
  color: var(--accent);
  text-shadow: 0 0 10px rgba(0, 246, 255, 0.6);
}

.theme-cyber:not(.has-pack) .site-footer {
  border-top-color: rgba(0, 246, 255, 0.28);
  background: linear-gradient(transparent, rgba(0, 246, 255, 0.05));
}

.theme-cyber:not(.has-pack) .rc-store-proof {
  display: grid;
  grid-template-columns: minmax(13rem, 0.58fr) minmax(0, 1.7fr);
  grid-template-rows: auto 1fr;
  gap: clamp(1.1rem, 2.6vw, 2.4rem);
  align-items: start;
  margin-block: clamp(4rem, 9vw, 8rem);
  isolation: isolate;
}

.theme-cyber:not(.has-pack) .rc-store-proof-copy {
  position: relative;
  z-index: 2;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid rgba(0, 246, 255, 0.42);
  background:
    linear-gradient(135deg, rgba(0, 246, 255, 0.09), transparent 42%),
    rgba(4, 8, 18, 0.88);
  box-shadow: 0 1.25rem 4rem rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(14px);
}

.theme-cyber:not(.has-pack) .rc-store-proof-copy::before {
  content: "";
  position: absolute;
  inset: -1px auto auto -1px;
  width: 4.5rem;
  height: 2px;
  background: var(--cyber-magenta);
  box-shadow: 0 0 18px var(--cyber-magenta);
}

.theme-cyber:not(.has-pack) .rc-store-proof-copy h2 {
  margin: 0.35rem 0 0.85rem;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.98;
}

.theme-cyber:not(.has-pack) .rc-store-proof-copy > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.theme-cyber:not(.has-pack) .rc-store-proof figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 246, 255, 0.35);
  background: #02040a;
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.5);
}

.theme-cyber:not(.has-pack) .rc-gallery-open {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.theme-cyber:not(.has-pack) .rc-store-proof .rc-gallery-open {
  position: absolute;
  inset: 0;
}

.theme-cyber:not(.has-pack) .rc-gallery-open:focus-visible {
  outline: 3px solid var(--cyber-lime);
  outline-offset: -3px;
}

.theme-cyber:not(.has-pack) .rc-store-proof img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.04) saturate(0.92);
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.4s ease;
}

.theme-cyber:not(.has-pack) .rc-store-proof picture {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.theme-cyber:not(.has-pack) .rc-store-proof figure:hover img {
  transform: scale(1.025);
  filter: contrast(1.05) saturate(1.04);
}

.theme-cyber:not(.has-pack) .rc-store-proof-main {
  grid-column: 2;
  grid-row: 1 / span 2;
  aspect-ratio: 3 / 2;
  clip-path: polygon(0 0, calc(100% - 2.1rem) 0, 100% 2.1rem, 100% 100%, 2.1rem 100%, 0 calc(100% - 2.1rem));
}

.theme-cyber:not(.has-pack) .rc-store-proof-main figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0.55rem 0.75rem;
  color: #f3fffd;
  border: 1px solid rgba(0, 246, 255, 0.38);
  background: rgba(2, 5, 12, 0.82);
  font-family: "Share Tech Mono", ui-monospace, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.theme-cyber:not(.has-pack) .rc-store-proof-main figcaption span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--cyber-lime);
  box-shadow: 0 0 14px var(--cyber-lime);
}

.theme-cyber:not(.has-pack) .rc-store-proof-detail {
  grid-column: 1;
  grid-row: 2;
  aspect-ratio: 1 / 1;
  width: 100%;
  justify-self: end;
  transform: translate(1.25rem, -0.5rem);
  z-index: 3;
}

@media (max-width: 960px) {
  .theme-cyber:not(.has-pack) .rc-store-proof {
    display: flex;
    flex-direction: column;
    margin-block: 3.5rem 5rem;
  }

  .theme-cyber:not(.has-pack) .rc-store-proof-main {
    width: 100%;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .theme-cyber:not(.has-pack) .rc-store-proof-detail {
    width: min(82%, 25rem);
    aspect-ratio: 1 / 1;
    align-self: flex-end;
    transform: translateY(-1.5rem);
  }
}

.theme-cyber:not(.has-pack) .rc-about-team {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(0.9rem, 2vw, 1.5rem);
  margin-block: clamp(3rem, 7vw, 6rem);
}

.theme-cyber:not(.has-pack) .rc-about-team-head {
  grid-column: 1 / -1;
  display: flex;
  gap: 0.85rem;
  align-items: center;
  margin-bottom: 0.5rem;
}

.theme-cyber:not(.has-pack) .rc-about-team-head > span {
  width: clamp(2.5rem, 6vw, 5.5rem);
  height: 2px;
  background: var(--cyber-magenta);
  box-shadow: 0 0 18px var(--cyber-magenta);
}

.theme-cyber:not(.has-pack) .rc-about-team-head h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.theme-cyber:not(.has-pack) .rc-about-team figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 246, 255, 0.36);
  background: #02040a;
  box-shadow: 0 1.5rem 4.5rem rgba(0, 0, 0, 0.44);
}

.theme-cyber:not(.has-pack) .rc-about-team-counter {
  grid-column: 1 / span 7;
  aspect-ratio: 1374 / 1145;
  clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 2rem, 100% 100%, 0 100%);
}

.theme-cyber:not(.has-pack) .rc-about-team-group {
  grid-column: 7 / -1;
  aspect-ratio: 4 / 3;
  margin-top: clamp(3rem, 8vw, 7rem) !important;
  z-index: 2;
  clip-path: polygon(1.8rem 0, 100% 0, 100% calc(100% - 1.8rem), calc(100% - 1.8rem) 100%, 0 100%, 0 1.8rem);
}

.theme-cyber:not(.has-pack) .rc-about-team picture,
.theme-cyber:not(.has-pack) .rc-about-team img {
  display: block;
  width: 100%;
  height: 100%;
}

.theme-cyber:not(.has-pack) .rc-about-team img {
  object-fit: cover;
  filter: contrast(1.04) saturate(0.95);
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.4s ease;
}

.theme-cyber:not(.has-pack) .rc-about-team figure:hover img {
  transform: scale(1.025);
  filter: contrast(1.05) saturate(1.04);
}

@media (max-width: 760px) {
  .theme-cyber:not(.has-pack) .rc-about-team {
    display: flex;
    flex-direction: column;
  }

  .theme-cyber:not(.has-pack) .rc-about-team-counter,
  .theme-cyber:not(.has-pack) .rc-about-team-group {
    width: 100%;
    margin-top: 0 !important;
  }

  .theme-cyber:not(.has-pack) .rc-about-team-group {
    width: 88%;
    align-self: flex-end;
    transform: translateY(-0.4rem);
  }
}

.theme-cyber:not(.has-pack) .lightbox {
  background: rgba(2, 4, 10, 0.92);
}

@keyframes cyber-grid {
  to { background-position: 0 56px; }
}

@keyframes cyber-orb-a {
  50% { transform: translate(12vw, 8vh) scale(1.15); }
}

@keyframes cyber-orb-b {
  50% { transform: translate(-10vw, -6vh) scale(1.2); }
}

@keyframes cyber-scan {
  from { transform: translateY(-20%); }
  to { transform: translateY(100vh); }
}

.theme-cyber:not(.has-pack) .btn.drops-map-gate,
.theme-cyber:not(.has-pack) .drops-map-gate {
  background: #070b16;
  color: var(--text);
  border: 1px solid var(--accent);
}
.theme-cyber:not(.has-pack) .drops-map-gate .drops-map-hint {
  background: #070b16;
  color: var(--text);
  box-shadow: none;
}

@keyframes cyber-caret {
  50% { opacity: 0; }
}

@keyframes cyber-flow {
  to { background-position: 220% 0; }
}

@keyframes cyber-sheen {
  to { background-position: 200% 0; }
}

@keyframes cyber-amount {
  50% { text-shadow: 0 0 22px rgba(0, 246, 255, 0.8); }
}

@keyframes cyber-chemist-idle {
  50% {
    transform: translateY(-12px);
    filter: drop-shadow(0 0 28px rgba(255, 46, 196, 0.28)) drop-shadow(0 0 18px rgba(0, 246, 255, 0.35));
  }
}

.theme-cyber .faq-item--notice {
  border-color: var(--line);
  border-left: 3px solid var(--accent);
  background: color-mix(in srgb, var(--accent) 8%, var(--bg));
  box-shadow: 0 0 28px color-mix(in srgb, var(--accent) 10%, transparent);
}
.theme-cyber .faq-item--notice .faq-notice-kicker {
  color: var(--accent);
  letter-spacing: 0.2em;
}

@media (prefers-reduced-motion: reduce) {
  .theme-cyber:not(.has-pack) .theme-fx-canvas,
  .theme-cyber:not(.has-pack) .theme-fx-orbs,
  .theme-cyber:not(.has-pack) .theme-fx-grid,
  .theme-cyber:not(.has-pack) .theme-fx-scan,
  .theme-cyber:not(.has-pack) .theme-fx-spot,
  .theme-cyber:not(.has-pack) .eyebrow::after {
    display: none;
  }
  .theme-cyber:not(.has-pack) .cyber-chemist,
  .theme-cyber:not(.has-pack) .perks,
  .theme-cyber:not(.has-pack) .btn,
  .theme-cyber:not(.has-pack) .pay .amount,
  .theme-cyber:not(.has-pack) .product-card:hover img {
    animation: none;
  }
  .theme-cyber:not(.has-pack) .rc-store-proof img,
  .theme-cyber:not(.has-pack) .rc-about-team img {
    transition: none;
  }
}
