:root {
  --t-bg: #0a0812;
  --t-bg-elevated: #110e1f;
  --t-surface: rgba(20, 16, 36, 0.75);
  --t-surface-hover: rgba(29, 23, 52, 0.85);
  --t-surface-3: #1b1530;
  --t-accent: #8b5cf6;
  --t-accent-hover: #a78bfa;
  --t-accent-active: #7c3aed;
  --t-accent-soft: rgba(139, 92, 246, 0.14);
  --t-accent-glow: rgba(139, 92, 246, 0.28);
  --t-accent-gradient: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
  --t-text: #cbd5e1;
  --t-text-strong: #f8fafc;
  --t-text-muted: #c084fc;
  --t-text-dim: #6d5d85;
  --t-border: rgba(139, 92, 246, 0.12);
  --t-border-hover: rgba(139, 92, 246, 0.28);
  --t-border-strong: rgba(139, 92, 246, 0.2);
  --t-blob-1: rgba(139, 92, 246, 0.3);
  --t-blob-2: rgba(236, 72, 153, 0.2);
  --t-blob-3: rgba(167, 139, 250, 0.16);
  --t-highlight: #a78bfa;
}
