/* Platform site design tokens — Warden cyan (not agency copper) */
:root {
  --w-primary: #00c2ff;
  --w-secondary: #00e0c6;
  --w-accent: #9ec5ff;
  --w-body: #e7f6ff;
  --w-base: #03070d;
  --w-base-2: #07111b;
  --w-base-3: #0b1825;
  --w-panel: rgba(7, 17, 27, 0.88);
  --w-line: rgba(0, 194, 255, 0.18);
  --w-line-strong: rgba(0, 194, 255, 0.34);
  --w-muted: rgba(231, 246, 255, 0.82);
  --w-dim: rgba(231, 246, 255, 0.62);
  --w-white: #f7fbff;
  --w-radius-sm: 10px;
  --w-radius-md: 16px;
  --w-radius-lg: 24px;
  --w-max: 1120px;
  --w-font: "DM Sans", system-ui, sans-serif;
  --w-display: "Sora", "DM Sans", system-ui, sans-serif;
  --w-focus: 0 0 0 3px rgba(0, 194, 255, 0.45);
}
