:root {
  --t-bg: #060b11;
  --t-bg-elevated: #0b141f;
  --t-surface: rgba(13, 25, 38, 0.75);
  --t-surface-hover: rgba(18, 36, 56, 0.85);
  --t-surface-3: #122234;
  --t-accent: #38bdf8;
  --t-accent-hover: #7dd3fc;
  --t-accent-active: #0284c7;
  --t-accent-soft: rgba(56, 189, 248, 0.14);
  --t-accent-glow: rgba(56, 189, 248, 0.28);
  --t-accent-gradient: linear-gradient(135deg, #0284c7 0%, #38bdf8 50%, #2dd4bf 100%);
  --t-text: #cbd5e1;
  --t-text-strong: #f8fafc;
  --t-text-muted: #7dd3fc;
  --t-text-dim: #42637a;
  --t-border: rgba(56, 189, 248, 0.12);
  --t-border-hover: rgba(56, 189, 248, 0.28);
  --t-border-strong: rgba(56, 189, 248, 0.2);
  --t-blob-1: rgba(56, 189, 248, 0.3);
  --t-blob-2: rgba(45, 212, 191, 0.22);
  --t-blob-3: rgba(2, 132, 199, 0.16);
  --t-highlight: #2dd4bf;
}
