:root {
  --t-bg: #08090a;
  --t-bg-elevated: #0f1012;
  --t-surface: rgba(18, 19, 22, 0.75);
  --t-surface-hover: rgba(26, 28, 33, 0.85);
  --t-surface-3: #18191d;
  --t-accent: #5e6ad2;
  --t-accent-hover: #717cf0;
  --t-accent-active: #4b55b8;
  --t-accent-soft: rgba(94, 106, 210, 0.14);
  --t-accent-glow: rgba(94, 106, 210, 0.28);
  --t-accent-gradient: linear-gradient(135deg, #5e6ad2 0%, #38bdf8 100%);
  --t-text: #cbd5e1;
  --t-text-strong: #f8fafc;
  --t-text-muted: #94a3b8;
  --t-text-dim: #94a3b8;
  --t-border: rgba(255, 255, 255, 0.08);
  --t-border-hover: rgba(255, 255, 255, 0.18);
  --t-border-strong: rgba(255, 255, 255, 0.14);
  --t-blob-1: rgba(94, 106, 210, 0.32);
  --t-blob-2: rgba(56, 189, 248, 0.22);
  --t-blob-3: rgba(113, 124, 240, 0.16);
  --t-highlight: #717cf0;
}
