/*! Northstar Board — a Ventus template (ventus.works)
 *  Free license: keep the Ventus badge visible. That's the whole deal.
 *  Want it badge-free? Commercial license: shop.ventus.works
 */
:root {
  --color-bg:#f5f7fb; --color-bg-alt:#e8edf5; --color-surface:#ffffff;
  --color-text:#26354a; --color-heading:#10233f; --color-muted:#65758b;
  --color-primary:#1457d9; --color-primary-hover:#0d3e9d;
  --color-accent:#f0b429; --color-border:#ccd5e2; --color-on-primary:#f5f7fb;
  --color-error:#c53b3b; --color-success:#16845b;
  --font-display:'Segoe UI', Arial, sans-serif; --font-body:'Segoe UI', Arial, sans-serif;
  --radius-sm:4.5px; --radius-md:10px; --radius-lg:16px;
  --shadow:0 16px 44px rgba(16,35,63,.12); --page:1180px; --space:clamp(1rem,3vw,2rem);
  --motif:linear-gradient(120deg, rgba(20,87,217,.08) 0 18%, transparent 18% 78%, rgba(240,180,41,.08) 78%);
}
