/* Honte Quest Brand Manual Foundation v0.6 — canonical approved visual tokens. */
:root {
  --hq-red: #ED1C24;
  --hq-black: #231F20;
  --hq-field-grey: #D1D3D4;
  --hq-snow: #FFFFFF;
  --hq-moon: #F7F4EC;
  --hq-surface-neutral: #F4F5F5;
  --hq-text-secondary: #666164;
  --hq-line: #DDDEDF;
  --hq-action-text: #8F1117;
  --hq-font-primary: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --hq-space-1: 4px;
  --hq-space-2: 8px;
  --hq-space-3: 12px;
  --hq-space-4: 16px;
  --hq-space-5: 24px;
  --hq-space-6: 32px;
  --hq-space-7: 48px;
  --hq-space-8: 64px;
  --hq-space-9: 96px;
  --hq-space-10: 128px;
  --hq-radius-0: 0;
  --hq-radius-1: 4px;
  --hq-radius-2: 8px;
  --hq-radius-3: 12px;
  --hq-motion-fast: 150ms;
  --hq-motion-standard: 300ms;
}

/* Functional state colors are not expressive brand colors. */
:root {
  --hq-functional-success: #216E45;
  --hq-functional-warning: #8A4B08;
  --hq-functional-error: #B4232C;
}

/* Deliberately absent: Learning Blue and Negative Field Grey as general UI tokens. */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
