:root {
  /* Colors */
  --color-bg:           #0a0a0a;
  --color-surface:      #111111;
  --color-surface-2:    #161616;
  --color-border:       #1f1f1f;
  --color-text:         #eaeaf0;
  --color-muted:        #6b7280;
  --color-accent:       #5b6af0;
  --color-accent-dim:   rgba(91, 106, 240, 0.15);
  --color-accent-hover: #6b79f4;
  --color-success:      #22c55e;
  --color-error:        #ef4444;

  /* Text hierarchy */
  --color-text-primary:   #eaeaf0;
  --color-text-secondary: #a1a1aa;
  --color-text-tertiary:  #6b7280;

  /* Type scale */
  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.25rem;
  --text-xl:   1.5rem;
  --text-2xl:  2rem;
  --text-3xl:  3rem;
  --text-4xl:  4.5rem;
  --text-5xl:  6rem;

  /* Radii */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;

  /* Motion */
  --ease:               cubic-bezier(0.16, 1, 0.3, 1);
  --duration-ui:        220ms;
  --duration-animation: 480ms;

  /* Layout */
  --max-width: 1200px;
  --gutter:    32px;
}
