/* 占位 CSS：运行 `pnpm --filter web tailwind:build` 后会被覆盖为完整 Tailwind 输出 */
:root {
  --color-indigo: #4f46e5;
}
body {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: #f8fafc;
  color: #1e293b;
}
a {
  color: #4f46e5;
}
