/* Design tokens — ported from dashboard.css to keep the two clients visually consistent. */

:root {
  --bg: #0c0d10;
  --bg-2: #15171c;
  --bg-3: #1c1f26;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.16);
  --text: #fff;
  --text-2: rgba(255, 255, 255, 0.72);
  --text-3: rgba(255, 255, 255, 0.5);
  --accent: #1DA1F2;
  --accent-hover: #1a8cd8;
  --danger: #f4212e;
  --success: #00ba7c;

  --radius: 14px;
  --radius-lg: 18px;
  --shadow-1: 0 1px 2px rgba(0,0,0,0.4);

  --font-stack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
