/* VE GAMERZ — Spacing, radius & the signature notch
   8-point rhythm keeps everything aligned. */
:root{
  /* ── Spacing scale (8-pt base) ──────────── */
  --sp-1:4px;
  --sp-2:8px;
  --sp-3:16px;
  --sp-4:24px;
  --sp-5:32px;
  --sp-6:48px;
  --sp-7:66px;   /* section block padding        */
  --sp-8:88px;   /* hero padding                 */

  /* ── Corner radius ──────────────────────── */
  --r-sm:6px;    /* inputs, badges, thumbnails   */
  --r-md:12px;   /* code panels, notes           */
  --r-lg:18px;   /* large panels                 */

  /* ── Signature clipped corner ───────────── */
  --notch:14px;     /* the HUD notch on cards    @kind radius */
  --notch-btn:10px; /* smaller notch on buttons  @kind radius */

  /* ── Layout ─────────────────────────────── */
  --wrap-max:1160px; /* content max width         @kind spacing */
  --wrap-pad:24px;   /* content side padding      @kind spacing */
}
