/**
 * MaterialsFinder shared brand tokens.
 * Single source of truth for orange, trust green, surfaces, neutrals.
 * Include on homepage, search, premium cards, supplier landings, planner, calculator.
 */
:root {
  --orange: #F2540B;
  --orange-dk: #C43E05;
  --orange-lt: #FF7A33;
  --bg: #0E1117;
  --surface: #191E26;
  --surface-2: #232A34;
  --line: rgba(255, 255, 255, 0.1);
  --white: #F7F8FA;
  --muted: rgba(255, 255, 255, 0.66);
  --muted-2: rgba(255, 255, 255, 0.4);
  --green: #28C76F;
  --trust-green: #28C76F;
  --radius: 12px;
  --safe-b: env(safe-area-inset-bottom, 0px);
  /* Premium / trust card tokens */
  --pc-card: #191E26;
  --pc-card-raised: #232A34;
  --pc-ink: #F7F8FA;
  --pc-ink-soft: rgba(255, 255, 255, 0.68);
  --pc-ink-faint: rgba(255, 255, 255, 0.42);
  --pc-green: #1F7A52;
  --pc-green-deep: #155C3D;
  --pc-green-mid: #26905F;
  --pc-green-band-a: #155C3D;
  --pc-green-band-b: #1F7A52;
  --pc-green-band-c: #2E9668;
  --pc-green-tint: rgba(31, 122, 82, 0.18);
  --pc-green-line: rgba(46, 160, 100, 0.42);
  --pc-green-text: #9BE0B8;
  --pc-radius-lg: 14px;
  --pc-radius-md: 9px;
  --pc-shadow: 0 1px 2px rgba(0, 0, 0, 0.28), 0 8px 20px rgba(0, 0, 0, 0.28);
  --pc-shadow-hero: 0 2px 4px rgba(31, 122, 82, 0.12), 0 10px 24px rgba(0, 0, 0, 0.35);
  /* Supplier landing aliases */
  --black: var(--bg);
  --charcoal: var(--surface);
  --gray: #555;
}
