:root{
  --owge-bg:#08111f;
  --owge-bg-elev:#0c1730;
  --owge-panel:#0f1b32;
  --owge-panel-2:#152540;
  --owge-panel-3:#1a2d4d;
  --owge-border:rgba(120,153,214,.22);
  --owge-border-strong:rgba(120,153,214,.34);
  --owge-text:#eef4ff;
  --owge-text-muted:#9bb0d7;
  --owge-text-soft:#c8d8f3;
  --owge-accent:#4da3ff;
  --owge-accent-2:#2d7df4;
  --owge-good:#2f9e5f;
  --owge-warn:#c55f5f;
  --owge-shadow:0 16px 40px rgba(0,0,0,.28);

  --owge-radius-sm:10px;
  --owge-radius-md:14px;
  --owge-radius-lg:18px;
  --owge-radius-xl:22px;

  --owge-space-1:4px;
  --owge-space-2:8px;
  --owge-space-3:12px;
  --owge-space-4:16px;
  --owge-space-5:20px;
  --owge-space-6:24px;
  --owge-space-8:32px;

  --owge-sidebar-width:248px;
  --owge-content-max:none;

  --owge-font:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
