/* PHASE16F1R158 — Neon Night Theme Asset Correction
   Runtime token foundation. Heavy public theme assets remain external packages. */
:root {
  --clickets-theme-registry-version: "0.1.652-PHASE16F1R158-NEON-NIGHT-THEME-ASSET-CORRECTION";
  --clickets-active-public-theme: "public.neon-night.v2";
  --clickets-active-platform-theme: "platform.system-default.v1";
  --clickets-theme-primary: #8b5cf6;
  --clickets-theme-secondary: #22d3ee;
  --clickets-theme-accent: #34d399;
  --clickets-theme-warm: #fbbf24;
  --clickets-theme-pink: #fb7185;
  --clickets-theme-bg: #090b1d;
  --clickets-theme-panel: rgba(255,255,255,.075);
  --clickets-theme-text: #ffffff;
  --clickets-theme-muted: #a8b3cf;
  --clickets-theme-radius-scale: 1;
  --clickets-theme-density-scale: 1;
  --clickets-theme-card-emphasis: .075;
  --public-visual-accent: var(--clickets-theme-primary);
  --public-visual-accent-2: var(--clickets-theme-secondary);
}

:root[data-theme="light"] {
  --clickets-theme-primary: #6d28d9;
  --clickets-theme-secondary: #0891b2;
  --clickets-theme-accent: #059669;
  --clickets-theme-warm: #b45309;
  --clickets-theme-pink: #e11d48;
  --clickets-theme-bg: #f8fbff;
  --clickets-theme-panel: rgba(15,23,42,.055);
  --clickets-theme-text: #111827;
  --clickets-theme-muted: #475569;
}

[data-public-theme="public.neon-night.v2"] .btn.primary,
[data-public-theme="public.neon-night.v2"] .btn-primary {
  background: linear-gradient(135deg, var(--clickets-theme-primary), var(--clickets-theme-secondary));
}

[data-public-theme="public.neon-night.v2"] .public-visual-icon,
[data-public-theme="public.neon-night.v2"] .public-card-icon,
[data-public-theme="public.neon-night.v2"] .public-page-icon {
  background: linear-gradient(135deg, var(--clickets-theme-primary), var(--clickets-theme-secondary));
}

.clickets-theme-preview-card {
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(139,92,246,.16), rgba(34,211,238,.08));
  padding: 16px;
}

.clickets-theme-locked-token {
  opacity: .72;
  cursor: not-allowed;
}

.clickets-theme-experimental-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--clickets-theme-text);
  background: rgba(139,92,246,.16);
  border: 1px solid rgba(139,92,246,.35);
}
