/* GENERATED from brand/tokens.json by scripts/sync-brand.sh — DO NOT EDIT. */
:root {
  --accent-50: #eef2ff;
  --accent-100: #e0e7ff;
  --accent-200: #c7d2fe;
  --accent-400: #818cf8;
  --accent-500: #6366f1;
  --accent-600: #4f46e5;
  --accent-700: #4338ca;
  --accent-800: #3730a3;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
}

/* Terminal caret blink — logo/hero only (ADR-181 D1). */
@keyframes bldinit-caret { 0%,50% { opacity: 1 } 50.01%,100% { opacity: 0 } }
.bldinit-caret { animation: bldinit-caret 1.1s steps(1) infinite; }
@media (prefers-reduced-motion: reduce) { .bldinit-caret { animation: none } }
