/*
Theme Name:   Nexer (Hello Elementor Child)
Theme URI:    https://nexer.com
Description:  Custom GSAP-powered child theme for NEXER — Done-For-You GoHighLevel Hosting & Management. Built on Hello Elementor with vanilla JS + GSAP, no Elementor widgets, no jQuery, no Bootstrap.
Author:       NEXER
Author URI:   https://nexer.com
Template:     hello-elementor
Version:      1.0.0
Text Domain:  nexer
*/

/* ==========================================================================
   This file intentionally stays thin — Hello Elementor's stylesheet provides
   the WordPress-required reset/scaffold, and every visual decision for the
   custom front page lives in /assets/css/home.css so it can be enqueued
   independently and cached separately from the parent theme.
   ========================================================================== */

:root{
  --bg:#05060d;
  --surface:#0a0d1c;
  --surface-2:#10142a;
  --primary:#6e3aff;
  --secondary:#00c2ff;
  --accent:#9b5cff;
  --text:#f5f7ff;
  --muted:#8892b0;
  --border:rgba(255,255,255,0.08);
}

html{ background:var(--bg); }
body.home{ background:var(--bg); color:var(--text); }
