:root{
  --bg:#040812;
  --bg-2:#07101d;
  --panel:#0b1628;
  --panel-soft:rgba(12,26,47,.78);
  --panel-strong:rgba(14,31,56,.96);
  --primary:#37b7ff;
  --primary-2:#0f69ff;
  --cyan:#67e6ff;
  --violet:#9a7cff;
  --green:#43e38e;
  --yellow:#ffc45f;
  --red:#ff667a;
  --text:#f7fbff;
  --muted:#9cb0c9;
  --muted-2:#6f819b;
  --border:rgba(255,255,255,.10);
  --border-strong:rgba(103,230,255,.34);
  --shadow:0 28px 95px rgba(0,0,0,.50);
  --glow:0 0 48px rgba(55,183,255,.26);
  --radius:24px;
  --radius-sm:16px;
  --container:1240px;
  --font:Inter,Segoe UI,Roboto,Arial,sans-serif;
}
