/* 2046 neo-chrome lattice theme */
.theme-2046 {
  --ink: #e7f7ff;
  --ink-soft: #b7d7e8;
  --mist: #07131f;
  --paper: #0a1824;
  --ice: #8ef6ff;
  --cyan: #2affe0;
  --cyan-deep: #14d6c4;
  --signal: #d6ff4a;
  --muted: #8eafc0;
  --line: rgba(142, 246, 255, 0.16);
  --glass: rgba(8, 24, 36, 0.55);
  --font-display: "Chakra Petch", sans-serif;
  --font-body: "Sora", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
  --holo: linear-gradient(120deg, #2affe0, #9ad8ff 35%, #e7f7ff 55%, #d6ff4a 85%);
  --void: #030910;
  --panel: rgba(10, 28, 42, 0.72);
  --beam: rgba(42, 255, 224, 0.45);
  color: var(--ink);
  background:
    radial-gradient(ellipse 900px 520px at 90% -10%, rgba(42, 255, 224, 0.16), transparent 55%),
    radial-gradient(ellipse 700px 480px at -10% 30%, rgba(214, 255, 74, 0.08), transparent 50%),
    radial-gradient(ellipse 600px 400px at 50% 100%, rgba(80, 160, 255, 0.1), transparent 55%),
    linear-gradient(165deg, #041018 0%, #0a1a28 45%, #07141f 100%);
  cursor: none;
}

.theme-2046 ::selection {
  background: rgba(42, 255, 224, 0.35);
  color: #041018;
}

.theme-2046 .noise {
  opacity: 0.07;
  mix-blend-mode: soft-light;
  z-index: 60;
}

.future-shell {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 55;
}

.aurora-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.55;
}

.cursor-orb,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 70;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cursor-orb {
  width: 10px;
  height: 10px;
  background: var(--signal);
  box-shadow: 0 0 18px rgba(214, 255, 74, 0.8);
}

.cursor-ring {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(142, 246, 255, 0.55);
  box-shadow: 0 0 24px rgba(42, 255, 224, 0.25);
}

.theme-2046.has-pointer,
.theme-2046.has-pointer * {
  cursor: none !important;
}

.theme-2046.has-pointer .cursor-orb,
.theme-2046.has-pointer .cursor-ring {
  opacity: 1;
}

.hud-corners span {
  position: fixed;
  width: 28px;
  height: 28px;
  border-color: rgba(42, 255, 224, 0.55);
  border-style: solid;
  z-index: 56;
}

.hud-corners span:nth-child(1) {
  top: 12px;
  left: 12px;
  border-width: 2px 0 0 2px;
}

.hud-corners span:nth-child(2) {
  top: 12px;
  right: 12px;
  border-width: 2px 2px 0 0;
}

.hud-corners span:nth-child(3) {
  bottom: 12px;
  left: 12px;
  border-width: 0 0 2px 2px;
}

.hud-corners span:nth-child(4) {
  bottom: 12px;
  right: 12px;
  border-width: 0 2px 2px 0;
}

.chrono-bar {
  position: fixed;
  top: 0.35rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 58;
  display: flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0.28rem 0.8rem;
  border: 1px solid rgba(142, 246, 255, 0.22);
  border-radius: 999px;
  background: rgba(3, 12, 20, 0.55);
  backdrop-filter: blur(12px);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(183, 215, 232, 0.9);
  white-space: nowrap;
}

.chrono-sep {
  opacity: 0.35;
}

.theme-2046 .scroll-progress {
  top: auto;
  bottom: 0;
  height: 3px;
}

.theme-2046 .scroll-progress span {
  background: var(--holo);
  background-size: 200% 100%;
  animation: holo-shift 4s linear infinite;
}

.theme-2046 .site-header {
  margin-top: 2.1rem;
  border: 1px solid rgba(142, 246, 255, 0.22);
  border-radius: 1rem;
  background:
    linear-gradient(120deg, rgba(42, 255, 224, 0.08), transparent 40%, rgba(214, 255, 74, 0.06)),
    rgba(6, 18, 28, 0.72);
  backdrop-filter: blur(22px) saturate(1.35);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 20px 50px rgba(0, 0, 0, 0.35);
}

.theme-2046 .site-header::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: var(--holo);
  opacity: 0.35;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  animation: holo-shift 6s linear infinite;
  background-size: 200% 200%;
}

.theme-2046 .logo {
  letter-spacing: 0.04em;
  background: var(--holo);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% auto;
  animation: holo-shift 5s linear infinite;
}

.theme-2046 .logo-img {
  box-shadow:
    0 0 0 2px rgba(42, 255, 224, 0.35),
    0 0 18px rgba(42, 255, 224, 0.35);
}

.theme-2046 .nav a {
  color: var(--ink-soft);
}

.theme-2046 .nav a:hover,
.theme-2046 .nav a.is-active {
  color: var(--ice);
  background: rgba(42, 255, 224, 0.1);
}

.theme-2046 .btn {
  border-radius: 0.75rem;
  letter-spacing: 0.02em;
}

.theme-2046 .btn-primary {
  background: linear-gradient(120deg, #102833, #0b1c28 40%, #143447);
  color: var(--signal);
  border: 1px solid rgba(214, 255, 74, 0.35);
  box-shadow: 0 0 24px rgba(42, 255, 224, 0.12);
}

.theme-2046 .btn-primary:hover {
  background: linear-gradient(120deg, #163445, #0f2432);
  box-shadow: 0 0 30px rgba(214, 255, 74, 0.2);
}

.theme-2046 .btn-secondary,
.theme-2046 .btn-ghost {
  background: rgba(10, 28, 42, 0.45);
  border-color: rgba(142, 246, 255, 0.28);
  color: var(--ink);
}

.theme-2046 .btn-secondary:hover,
.theme-2046 .btn-ghost:hover {
  border-color: var(--cyan);
  background: rgba(42, 255, 224, 0.08);
}

.theme-2046 .btn-pulse {
  background: var(--cyan);
  box-shadow: 0 0 0 0 rgba(42, 255, 224, 0.55);
}

.theme-2046 .hero-veil {
  background:
    linear-gradient(195deg, rgba(3, 9, 16, 0.35), rgba(3, 9, 16, 0.55) 40%, rgba(3, 9, 16, 0.92)),
    linear-gradient(90deg, rgba(3, 9, 16, 0.7), transparent 60%),
    radial-gradient(circle at 70% 40%, rgba(42, 255, 224, 0.18), transparent 40%);
}

.theme-2046 .hero-grid {
  background-image:
    linear-gradient(rgba(142, 246, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(142, 246, 255, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.8;
}

.theme-2046 .brand-word {
  background: var(--holo);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: holo-shift 4.5s linear infinite;
  filter: drop-shadow(0 0 18px rgba(42, 255, 224, 0.25));
  font-size: clamp(2.2rem, 6.5vw, 4.4rem);
}

.theme-2046 .hero h1,
.theme-2046 .page-hero-content h1,
.theme-2046 .section h2 {
  letter-spacing: -0.03em;
}

.theme-2046 .headline-accent {
  color: rgba(231, 247, 255, 0.55);
}

.theme-2046 .lede {
  color: rgba(183, 215, 232, 0.88);
}

.theme-2046 .hero-display,
.theme-2046 .page-hero-display {
  transform-style: preserve-3d;
  perspective: 900px;
}

.theme-2046 .hero-display img,
.theme-2046 .page-hero-display img {
  filter:
    drop-shadow(0 20px 50px rgba(0, 0, 0, 0.45))
    drop-shadow(0 0 30px rgba(42, 255, 224, 0.2));
}

.theme-2046 .hero-display::before,
.theme-2046 .page-hero-display::before {
  background: radial-gradient(circle, rgba(42, 255, 224, 0.35), transparent 68%);
}

.signal-rack {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 28px;
  margin-top: 1.25rem;
}

.signal-rack span {
  width: 3px;
  border-radius: 99px;
  background: var(--holo);
  background-size: 200% 100%;
  animation: signal-bounce 1.2s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.08s);
}

.neural-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(142, 246, 255, 0.22);
  border-radius: 999px;
  background: rgba(3, 12, 20, 0.45);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ice);
}

.neural-chip i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 12px rgba(214, 255, 74, 0.8);
  animation: pulse-ring 2s ease-out infinite;
}

.theme-2046 .section {
  position: relative;
}

.theme-2046 .how,
.theme-2046 .why,
.theme-2046 .safety,
.theme-2046 .faq-section,
.theme-2046 .uses {
  background:
    linear-gradient(180deg, rgba(42, 255, 224, 0.03), transparent 30%, rgba(214, 255, 74, 0.02)),
    rgba(4, 14, 22, 0.35);
}

.theme-2046 .eyebrow {
  color: var(--cyan);
}

.theme-2046 .section-lede,
.theme-2046 .step p,
.theme-2046 .use-list p,
.theme-2046 .info-block p,
.theme-2046 .prose p,
.theme-2046 .split-copy p,
.theme-2046 .site-footer p,
.theme-2046 .faq-item p,
.theme-2046 .blog-card-excerpt,
.theme-2046 .blog-card-meta {
  color: var(--muted);
}

.theme-2046 .step,
.theme-2046 .info-block {
  border-top-color: rgba(142, 246, 255, 0.18);
}

.theme-2046 .step::before,
.theme-2046 .info-block:hover {
  border-top-color: var(--cyan);
}

.theme-2046 .showcase {
  background:
    radial-gradient(ellipse 80% 70% at 100% 0%, rgba(42, 255, 224, 0.14), transparent 55%),
    radial-gradient(ellipse 60% 50% at 0% 100%, rgba(214, 255, 74, 0.1), transparent 50%),
    linear-gradient(145deg, rgba(16, 40, 54, 0.88), rgba(8, 22, 34, 0.72));
  border-color: rgba(142, 246, 255, 0.2);
}

.theme-2046 .showcase-stat {
  background: var(--holo);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  animation: holo-shift 5s linear infinite;
}

.theme-2046 .showcase-nav {
  background: rgba(8, 24, 36, 0.8);
  border-color: rgba(142, 246, 255, 0.22);
  color: var(--ink);
}

.theme-2046 .showcase-dot {
  background: rgba(142, 246, 255, 0.25);
}

.theme-2046 .showcase-dot.is-active {
  background: linear-gradient(90deg, var(--cyan), var(--signal));
}

.theme-2046 .docs-panel,
.theme-2046 .package,
.theme-2046 .blog-card,
.theme-2046 .contact-form,
.theme-2046 .faq-item,
.theme-2046 .coin-panel {
  background:
    linear-gradient(145deg, rgba(16, 40, 54, 0.8), rgba(8, 22, 34, 0.65));
  border-color: rgba(142, 246, 255, 0.18);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.theme-2046 .coin-ticker {
  color: var(--cyan);
}

.theme-2046 .coin-panel:hover {
  border-color: rgba(42, 255, 224, 0.45);
  box-shadow: 0 0 24px rgba(42, 255, 224, 0.08);
}

.theme-2046 .package-featured {
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(214, 255, 74, 0.16), transparent 55%),
    linear-gradient(160deg, rgba(18, 46, 60, 0.95), rgba(8, 24, 36, 0.8));
  border-color: rgba(214, 255, 74, 0.35);
}

.theme-2046 .price-amount {
  background: var(--holo);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% auto;
  animation: holo-shift 5s linear infinite;
}

.theme-2046 .mobile-nav {
  background: rgba(6, 18, 28, 0.94);
  border-color: rgba(142, 246, 255, 0.2);
}

.theme-2046 .site-footer {
  border-top-color: rgba(142, 246, 255, 0.14);
}

.theme-2046 .field input,
.theme-2046 .field select,
.theme-2046 .field textarea,
.theme-2046 .blog-search input,
.theme-2046 .blog-filter select {
  background: rgba(4, 14, 22, 0.75);
  border-color: rgba(142, 246, 255, 0.22);
  color: var(--ink);
}

.theme-2046 .page-btn {
  background: rgba(8, 24, 36, 0.8);
  border-color: rgba(142, 246, 255, 0.2);
  color: var(--ink);
}

.theme-2046 .page-btn.is-current {
  background: linear-gradient(120deg, #143447, #0b1c28);
  color: var(--signal);
  border-color: rgba(214, 255, 74, 0.4);
}

.theme-2046 .float-coin {
  border-color: rgba(142, 246, 255, 0.4);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.35),
    0 0 16px rgba(42, 255, 224, 0.2);
}

.orbit-ring {
  position: absolute;
  inset: 4%;
  border: 1px dashed rgba(142, 246, 255, 0.28);
  border-radius: 50%;
  animation: spin-slow 28s linear infinite;
}

.orbit-ring.alt {
  inset: -2%;
  border-style: solid;
  border-color: rgba(214, 255, 74, 0.18);
  animation-duration: 40s;
  animation-direction: reverse;
}

@keyframes holo-shift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

@keyframes signal-bounce {
  0%,
  100% {
    height: 22%;
  }
  50% {
    height: 100%;
  }
}

@keyframes spin-slow {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  .theme-2046 {
    cursor: auto;
  }

  .cursor-orb,
  .cursor-ring,
  .chrono-bar {
    display: none;
  }

  .theme-2046 .site-header {
    margin-top: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-2046 {
    cursor: auto;
  }

  .aurora-canvas,
  .cursor-orb,
  .cursor-ring,
  .orbit-ring,
  .signal-rack span {
    display: none !important;
  }

  .theme-2046 .logo,
  .theme-2046 .brand-word,
  .theme-2046 .price-amount,
  .theme-2046 .scroll-progress span,
  .theme-2046 .site-header::before {
    animation: none !important;
  }
}
