/* Quero Ser Visto — Design Tokens (unified with queroservisto.com.br)
   Single source of visual tokens for the Agent Operating System.
   No layout or behavior rules. */
:root {
  --elite-color-bg: #080a08;
  --elite-color-bg-soft: #101310;
  --elite-color-surface: rgba(16, 19, 16, 0.92);
  --elite-color-surface-solid: #11140f;
  --elite-color-surface-elevated: #171c14;
  --elite-color-text: #f7f7f2;
  --elite-color-text-soft: #d0d5cc;
  --elite-color-text-muted: #9b9f98;
  --elite-color-line: rgba(255, 255, 255, 0.14);
  --elite-color-champagne: #cfff00;
  --elite-color-champagne-light: #e0ff66;
  --elite-color-blue: #cfff00;
  --elite-color-blue-deep: #7e9b00;
  --elite-color-green: #cfff00;
  --elite-color-danger: #ff8f8f;

  --elite-radius-sm: 3px;
  --elite-radius-md: 8px;
  --elite-radius-lg: 14px;
  --elite-radius-xl: 18px;

  --elite-space-1: 4px;
  --elite-space-2: 8px;
  --elite-space-3: 12px;
  --elite-space-4: 16px;
  --elite-space-6: 24px;
  --elite-space-8: 32px;

  --elite-font-sans: Geist, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --elite-font-display: Geist, ui-sans-serif, system-ui, sans-serif;
  --elite-shadow-card: 0 24px 60px rgba(0, 0, 0, 0.45);
  --elite-shadow-focus: 0 0 0 3px rgba(207, 255, 0, 0.18);
  --elite-transition: 180ms ease;
}
