:root {
  --t-bg: #050805;
  --t-bg-elevated: #091209;
  --t-surface: rgba(10, 24, 12, 0.75);
  --t-surface-hover: rgba(15, 36, 18, 0.85);
  --t-surface-3: #0e2010;
  --t-accent: #a3e635;
  --t-accent-hover: #ccff00;
  --t-accent-active: #65a30d;
  --t-accent-contrast: #090d16;
  --t-accent-soft: rgba(204, 255, 0, 0.14);
  --t-accent-glow: rgba(204, 255, 0, 0.32);
  --t-accent-gradient: linear-gradient(135deg, #ccff00 0%, #10b981 100%);
  --t-text: #cbd5e1;
  --t-text-strong: #f8fafc;
  --t-text-muted: #bef264;
  --t-text-dim: #5c7333;
  --t-border: rgba(204, 255, 0, 0.14);
  --t-border-hover: rgba(204, 255, 0, 0.3);
  --t-border-strong: rgba(204, 255, 0, 0.22);
  --t-blob-1: rgba(204, 255, 0, 0.28);
  --t-blob-2: rgba(34, 197, 94, 0.2);
  --t-blob-3: rgba(163, 230, 53, 0.16);
  --t-highlight: #ccff00;
}
