    :root {
      --cyan: rgb(239, 78, 35);
      --cyan-dark: rgb(210, 65, 25);
      --bg-dark: #0b0f19;
      --bg-card: #131825;
      --bg-card-alt: #1a1f2e;
      --border: #1e2535;
      --border-hover: rgba(239, 78, 35, 0.45);
      --text-primary: #f1f5f9;
      --text-secondary: #94a3b8;
      --text-muted: #64748b;
      --green: #22c55e;
      --red: #ef4444;
      --orange: #f59e0b;
      --radius: 12px;
    }
