/**
 * Generated from NVIDIA — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #a7a7a7;
  --brand: #76b900;
  --on-brand: #000000;
  --border: #cccccc;
  --border-strong: #5e5e5e;
  --success: #3f8500;
  --warning: #df6500;
  --danger: #e52020;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-hero: #000000;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f7f7;
  --color-surface-dark: #000000;
  --color-surface-dark-elev: #1a1a1a;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-body: #1a1a1a;
  --color-text-muted: #757575;
  --color-text-soft: #898989;
  --color-text-faint: #a7a7a7;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-mute: rgba(255,255,255,0.7);
  --color-brand: #76b900;
  --color-brand-active: #5a8d00;
  --color-brand-pale: #bff230;
  --color-on-brand: #000000;
  --color-border: #cccccc;
  --color-border-strong: #5e5e5e;
  --color-border-soft: #e0e0e0;
  --color-link: #0046a4;
  --color-link-hover: #0033b8;
  --color-scrim: rgba(0,0,0,0.6);
  --color-hero-overlay: rgba(0,0,0,0.5);
  --color-success: #3f8500;
  --color-success-soft: #e8f3d3;
  --color-warning: #df6500;
  --color-warning-bright: #ef9100;
  --color-warning-soft: #feeeb2;
  --color-danger: #e52020;
  --color-danger-deep: #650b0b;
  --color-danger-soft: #fce4e4;
  --color-accent-purple: #952fc6;
  --color-accent-purple-deep: #4d1368;
  --color-accent-purple-pale: #f9d4ff;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 2px;
  --radius-card: 14px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 2px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'NVIDIA-EMEA', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'NVIDIA-EMEA', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'NVIDIA Sans Mono', ui-monospace, monospace;
}
