:root {
  --color-bg: #f8f9fb;
  --color-surface: #ffffff;
  --color-border: #e8eaed;
  --color-border-strong: #dadce0;
  --color-text: #202124;
  --color-muted: #5f6368;
  --color-faint: #9aa0a6;
  --color-blue: #1a73e8;
  --color-blue-soft: #e8f0fe;
  --color-green: #137333;
  --color-green-soft: #e6f4ea;
  --color-yellow: #7a5a00;
  --color-yellow-soft: #fef7e0;
  --color-red: #c5221f;
  --color-red-soft: #fce8e6;
  --radius: 8px;
  --shadow-subtle: 0 1px 2px rgba(60, 64, 67, 0.08);
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
