/*
  nanoblox brand knobs, layered over the shared theme (_shared/theme.css).
  Same Roblox Blue as HD Admin for now (anchored on #335FFF). Tints are
  r, g, b triplets for rgba() use. Retint the whole landing by editing this
  file alone
*/

/* Landing section accents (eyebrow pill, stat numbers + glow) in the primary
   blue instead of the shared green defaults. Per-card accents are untouched,
   so the ZonePlus card keeps its green */
.hda-page {
  --land-accent: #5c7cff;
  --land-accent-rgb: 92, 124, 255;
  --land-glow-rgb: 51, 95, 255;
  --land-num: #5c7cff;
}

/* The frosted charts mosaic has no sky/grass horizon, so it skips the JS
   framing (static_banner) and takes a plain centred cover with a fixed
   content split */
.hda-page .hda-hero--static {
  --horizon: 54%;
  background-image: url("../assets/landing/charts-frosted.png");
  background-color: #10131c;
  background-position: 50% 50%;
}

body[data-md-color-scheme="slate"][data-md-color-primary] {
  --hd-accent: #5c7cff;
  --hd-accent-strong: #335fff;
  --hd-link: #7d97ff;
  --hd-pill-text: #a5b6ff;
  --hd-tint: 92, 124, 255;
  --hd-strong-tint: 51, 95, 255;
  --hd-grad-1: #22307c;
  --hd-grad-2: #1a2560;
  --hd-grad-3: #131b48;
  --hd-bgrad-1: #1f2c72;
  --hd-bgrad-2: #182158;
  --hd-bgrad-3: #111842;
  --hd-keyword: #7d97ff;
  --hd-function: #66d9ff;
}
