:root {
  --t-bg: #0c0709;
  --t-bg-elevated: #170d10;
  --t-surface: rgba(26, 15, 19, 0.75);
  --t-surface-hover: rgba(38, 22, 28, 0.85);
  --t-surface-3: #221218;
  --t-accent: #f97316;
  --t-accent-hover: #fb923c;
  --t-accent-active: #ea580c;
  --t-accent-soft: rgba(249, 115, 22, 0.14);
  --t-accent-glow: rgba(249, 115, 22, 0.3);
  --t-accent-gradient: linear-gradient(135deg, #f97316 0%, #f43f5e 100%);
  --t-text: #cbd5e1;
  --t-text-strong: #f8fafc;
  --t-text-muted: #fed7aa;
  --t-text-dim: #7c544c;
  --t-border: rgba(249, 115, 22, 0.12);
  --t-border-hover: rgba(249, 115, 22, 0.28);
  --t-border-strong: rgba(249, 115, 22, 0.2);
  --t-blob-1: rgba(249, 115, 22, 0.3);
  --t-blob-2: rgba(244, 63, 94, 0.2);
  --t-blob-3: rgba(234, 88, 12, 0.16);
  --t-highlight: #fb923c;
}
