/*! Syntax Club — 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:#10130f; --color-bg-alt:#171c14; --color-surface:#1d2519;
  --color-text:#e6efdd; --color-heading:#f7ffe9; --color-muted:#a5b498;
  --color-primary:#b6f36b; --color-primary-hover:#d2ff9d;
  --color-accent:#ffcf5a; --color-border:#3c4934; --color-on-primary:#10130f;
  --color-error:#c53b3b; --color-success:#16845b;
  --font-display:Consolas, 'Courier New', monospace; --font-body:Consolas, 'Courier New', monospace;
  --radius-sm:1.8px; --radius-md:4px; --radius-lg:6.4px;
  --shadow:8px 8px 0 rgba(182,243,107,.14); --page:1180px; --space:clamp(1rem,3vw,2rem);
  --motif:linear-gradient(rgba(182,243,107,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(182,243,107,.045) 1px, transparent 1px);
}
