/*
  ForexLAB Rebate — design tokens.
  Source of truth: AGENTS.md section 5. Do not hardcode these values elsewhere.
*/

:root {
  /* Surfaces */
  --bg-base: #0E0E10;
  --bg-section: #131315;
  --bg-card: #17171A;
  --bg-inset: #0E0E10;

  /* Borders */
  --border: #26262A;
  --border-subtle: #3A3A3F;

  /* Accent */
  --accent: #2FBFA8;
  --accent-light: #5DD9C4;
  --on-accent: #04211C;
  --accent-tint: rgba(47, 191, 168, 0.14);

  /* Text */
  --text-primary: #F2F2F0;
  --text-heading: #F5F5F3;
  --text-secondary: #9A9AA0;
  --text-muted: #6B6B70;

  /* Status */
  --success: #4CAF7D;
  --warning: #C9A227;
  --danger: #C9564C;
  --chart-muted: #1F4A44;

  /* Typography */
  --font-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Shape */
  --radius-lg: 16px;
  --radius-md: 13px;
  --radius-sm: 9px;
  --radius-pill: 20px;

  /* Spacing */
  --section-padding-y: 48px;
  --card-padding: 24px;
}
