/* Marketing-site palette — Brand Bible institutional colors (Docs/03_BRAND).
   Deliberately distinct from the app/Hub console tokens in colors.css: the
   website is calmer/softer, the Hub console is the neon telemetry instrument.
   Shared only where noted (radius, spacing, easing tokens apply to both). */
:root{
  --site-bg:#080B16; /* @kind color */
  --site-surface-1:#111D3B; /* @kind color */
  --site-surface-2:#1A2A52; /* @kind color */
  --site-primary:#7C67FF; /* @kind color */
  --site-focus:#8AB8FF; /* @kind color */
  --site-success:#A6E8D9; /* @kind color */
  --site-text:#F8F8FA; /* @kind color */
  --site-text-secondary:#C9CEDA; /* @kind color */
  --site-card:rgba(255,255,255,.04);
  --site-glass:rgba(255,255,255,.06);
  --site-border:rgba(255,255,255,.08);
  --site-cyan-data:#00E5FF; /* reserved for live biometric/data readouts only */

  --site-radius-card:24px;
  --site-radius-input:16px;

  --site-section-gap:96px;
  --site-block-gap:128px;
  --site-card-padding:32px;
  --site-hero-padding:96px;

  --site-container-max:1440px;
  --site-gutter:32px;
  --site-margin:96px;
}
