/* DRAG.SU v5.3.1 — future design token layer.
   This file intentionally does not restyle existing blocks yet.
   It only exposes stable variables for a future redesign/theme layer. */
:root{
  --gd-bg:#070B10;
  --gd-surface:#10161D;
  --gd-surface-2:#151D26;
  --gd-text:#E8EDF2;
  --gd-muted:#9AA6B4;
  --gd-line:#25313D;
  --gd-accent:#E53935;
  --gd-accent-2:#FFB020;
  --gd-radius-sm:8px;
  --gd-radius-md:14px;
  --gd-radius-lg:22px;
  --gd-shadow-panel:0 18px 60px rgba(0,0,0,.28);
  --gd-font-ui:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --gd-container:1180px;
}
[data-gd-design-context]{
  --gd-token-layer:1;
}
