/*! Neon Orbit — 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:#07111f; --color-bg-alt:#0d1b2d; --color-surface:#10243a;
  --color-text:#d9f7ff; --color-heading:#ffffff; --color-muted:#91afc4;
  --color-primary:#78f7ff; --color-primary-hover:#b5fbff;
  --color-accent:#a879ff; --color-border:#29465c; --color-on-primary:#07111f;
  --color-error:#c53b3b; --color-success:#16845b;
  --font-display:'Arial Black', Impact, sans-serif; --font-body:'Segoe UI', Arial, sans-serif;
  --radius-sm:9.9px; --radius-md:22px; --radius-lg:35.2px;
  --shadow:0 24px 80px rgba(0,0,0,.42); --page:1180px; --space:clamp(1rem,3vw,2rem);
  --motif:radial-gradient(circle at 80% 10%, rgba(120,247,255,.18), transparent 28%), linear-gradient(135deg, transparent 48%, rgba(168,121,255,.09) 49%, transparent 51%);
}
