@tailwind base;
@tailwind components;
@tailwind utilities;

/* ✅ 最基本 reset，避免 Vite 那個 display:flex 置中害你 UI 爆掉 */
html, body, #root {
  height: 100%;
}

body {
  margin: 0;
}
