/* PIP Ventures™ — Brand Pack v1.1 design tokens
   Futuristic institutional system. Orange + purple are SIGNAL/emphasis only. */
:root {
  /* base surfaces */
  --color-midnight: #0a0f1c;
  --color-deep-space: #0f1628;
  --color-steel-blue: #182a45;
  --color-graphite: #1f232a;

  /* text */
  --color-white: #ffffff;
  --color-soft-silver: #c7d2e0;
  --color-muted-text: #8595ab;
  --color-faint-text: #5c6b82;

  /* signal accents (use sparingly) */
  --color-signal-orange: #ff8a00;
  --color-electric-purple: #8a4dff;
  --gradient-signal: linear-gradient(90deg, #ff8a00, #8a4dff);

  /* lines / structure */
  --line: rgba(133, 149, 171, 0.16);
  --line-strong: rgba(133, 149, 171, 0.28);
  --line-faint: rgba(133, 149, 171, 0.10);

  /* derived surface treatments */
  --surface-raise: rgba(255, 255, 255, 0.03);
  --surface-panel: linear-gradient(160deg, rgba(24, 42, 69, 0.55), rgba(15, 22, 40, 0.85));
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.55);

  /* layout */
  --max: 1180px;
}
