:root {
  /* Surfaces */
  --gm-bg: #1a1a1a;
  --gm-surface: #252525;
  --gm-surface-hover: #2a2a2a;
  --gm-surface-active: #333;
  --gm-surface-modal: #1e1e1e;

  /* Borders */
  --gm-border: #333;
  --gm-border-hover: #555;
  --gm-border-active: #e8943a;

  /* Accent */
  --gm-accent: #e8943a;
  --gm-accent-hover: #d68332;
  --gm-accent-muted: rgba(232, 148, 58, 0.1);
  --gm-accent-text: #1a1a1a;

  /* Text */
  --gm-text: #f0f0f0;
  --gm-text-secondary: #888;
  --gm-text-muted: #555;

  /* Danger */
  --gm-danger-bg: rgba(127, 29, 29, 0.3);
  --gm-danger-border: rgb(153, 27, 27);
  --gm-danger-text: rgb(248, 113, 113);

  /* Status */
  --gm-status-online: #22c55e;
  --gm-status-idle: #f59e0b;
  --gm-status-offline: #ef4444;

  /* Spacing */
  --gm-radius: 8px;
  --gm-radius-lg: 12px;

  /* Transitions */
  --gm-transition: 150ms ease;
}
