/*
Theme Name: Neon Zeus
Theme URI: https://neonzeus.com
Author: FOXY Platform Team
Author URI: https://neonzeus.com
Description: Neon Zeus — Quantum Particle Portal & Superconductor Casino Platform powered by Google Stitch design systems.
Version: 1.0.0
License: Proprietary
Text Domain: neonzeus
*/

:root {
  /* Canvas & Surface Tokens */
  --nz-color-basalt: #0A0B10;
  --nz-color-surface: #10131B;
  --nz-color-surface-dim: #10131B;
  --nz-color-surface-low: #181B24;
  --nz-color-surface-card: #11131F;
  --nz-color-surface-high: #272A33;
  --nz-color-surface-highest: #32353E;

  /* Brand Accents */
  --nz-color-gold: #F59E0B;
  --nz-color-gold-bright: #FFB800;
  --nz-color-gold-light: #FFDCA1;
  --nz-color-uv: #8B5CF6;
  --nz-color-cyan: #06B6D4;
  --nz-color-cyan-glow: #49D5F4;
  --nz-color-white: #E0E2EE;
  --nz-color-slate: #D5C4AB;
  --nz-color-outline: #9E8F78;
  --nz-color-error: #FFB4AB;

  /* Typography System */
  --nz-font-headline: 'Oswald', 'Syne', sans-serif;
  --nz-font-mono: 'JetBrains Mono', monospace;
  --nz-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Base Reset & Core Styles */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--nz-color-basalt);
  color: var(--nz-color-white);
  font-family: var(--nz-font-body);
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Typography Helpers */
h1, h2, h3, h4, h5, h6, .font-headline {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.font-mono, [data-mono] {
  font-family: 'JetBrains Mono', monospace;
}

/* Telemetry tabular numbers requirement */
.tabular-nums, .ticker-val, .telemetry-metric, [data-tabular] {
  font-family: 'JetBrains Mono', monospace;
  font-variant-numeric: tabular-nums;
}

/* Glass Card & Backdrop Filters */
.glass-card, .superconductor-glass {
  background: rgba(10, 11, 16, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 184, 0, 0.15);
}

.header-glass {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(10, 11, 16, 0.88);
  border-bottom: 1px solid rgba(81, 69, 50, 0.4);
}

/* Electromagnetic Glow Effects */
.quantum-glow {
  box-shadow: 0 0 25px rgba(255, 184, 0, 0.28), inset 0 0 15px rgba(255, 184, 0, 0.15);
}

.cyan-glow {
  box-shadow: 0 0 20px rgba(6, 182, 212, 0.25);
}

.uv-glow {
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.25);
}

.conduit-grid {
  background-size: 32px 32px;
  background-image:
    linear-gradient(to right, rgba(81, 69, 50, 0.15) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(81, 69, 50, 0.15) 1px, transparent 1px);
}

/* Accelerator Shader Background & Fallback */
.accelerator-container {
  position: relative;
  overflow: hidden;
  background: #0A0B10;
}

.accelerator-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.accelerator-fallback {
  background: radial-gradient(ellipse at center, rgba(139,92,246,0.3) 0%, rgba(6,182,212,0.15) 45%, #0A0B10 70%);
}

/* Pulse Animations */
@keyframes pulseCoherence {
  0%, 100% { opacity: 0.95; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.94); }
}

.pulse-coherence {
  animation: pulseCoherence 2.4s infinite cubic-bezier(0.4, 0, 0.6, 1);
}

/* Buttons & CTAs */
.btn-ignite-terminal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F59E0B;
  color: #0A0B10;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 0 16px rgba(245, 158, 11, 0.35);
  cursor: pointer;
  border: none;
}

.btn-ignite-terminal:hover {
  background: #FFB800;
  transform: translateY(-1px);
  box-shadow: 0 0 24px rgba(245, 158, 11, 0.55);
}

/* Badges for Guild Codex & Reviews */
.badge-volatility {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 3px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(220, 38, 38, 0.18);
  border: 1px solid #DC2626;
  color: #FFB4AB;
}

.badge-math {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 3px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(6, 182, 212, 0.15);
  border: 1px solid #06B6D4;
  color: #A5EBFF;
}

.badge-payment {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 3px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid #F59E0B;
  color: #FFDCA1;
}

/* Mobile Bottom Tactical Dock */
.mobile-bottom-dock {
  display: none;
}

@media (max-width: 768px) {
  .mobile-bottom-dock {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 50;
    background: rgba(10, 11, 16, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(255, 184, 0, 0.25);
    justify-content: space-around;
    align-items: center;
    padding: 0 8px;
  }

  .mobile-bottom-dock a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--nz-color-slate);
    text-decoration: none;
    font-size: 10px;
    font-family: var(--nz-font-mono);
    min-width: 48px;
    min-height: 48px;
    gap: 2px;
  }

  .mobile-bottom-dock a.active,
  .mobile-bottom-dock a:hover {
    color: var(--nz-color-gold);
  }

  body {
    padding-bottom: 60px;
  }
}
