/**
 * Generated from Gemini (Google) — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #eef2f7;
  --surface-alt: #eef2f7;
  --text: #1f1f1f;
  --text-dim: #1f1f1f;
  --text-faint: #1f1f1f;
  --brand: #1a73e8;
  --on-brand: #ffffff;
  --border: #dadce0;
  --border-strong: #bdc1c6;
  --success: #188038;
  --warning: #f29900;
  --danger: #d93025;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f8fafd;
  --color-surface: #eef2f7;
  --color-surface-high: #dde3ea;
  --color-surface-highest: #cdd2da;
  --color-surface-tinted: #e7eef9;
  --color-surface-violet-tinted: #f3eafa;
  --color-text: #1f1f1f;
  --color-text-strong: #0f0f0f;
  --color-text-muted: #5f6368;
  --color-text-soft: #80868b;
  --color-text-disabled: #bdc1c6;
  --color-text-on-tinted: #0b57d0;
  --color-brand: #1a73e8;
  --color-brand-hover: #1967d2;
  --color-brand-press: #185abc;
  --color-brand-deep: #185abc;
  --color-brand-soft: #e8f0fe;
  --color-gradient-from: #4285f4;
  --color-gradient-via: #9b72cb;
  --color-gradient-to: #d96570;
  --color-gradient-via-2: #9168c0;
  --color-accent-violet: #9168c0;
  --color-accent-coral: #d96570;
  --color-accent-soft-blue: #e8f0fe;
  --color-accent-soft-violet: #f3eafa;
  --color-border: #dadce0;
  --color-border-soft: #e8eaed;
  --color-border-strong: #bdc1c6;
  --color-border-focus: #1a73e8;
  --color-on-brand: #ffffff;
  --color-on-tonal: #0b57d0;
  --color-on-surface-tonal: #1f1f1f;
  --color-success: #188038;
  --color-success-bg: #e6f4ea;
  --color-warning: #f29900;
  --color-warning-bg: #fef7e0;
  --color-danger: #d93025;
  --color-danger-bg: #fce8e6;
  --color-info: #1a73e8;
  --color-info-bg: #e8f0fe;
  --color-scrim: rgba(32,33,36,0.4);
  --color-ring-focus: rgba(26,115,232,0.32);

  /* type */
  --display-size: 64px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.018em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 24px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

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