@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{box-sizing:border-box}body{background-color:#0d0520;color:#fff;font-family:Noto Sans JP,sans-serif;-webkit-font-smoothing:antialiased}}@layer components{.btn-ghost,.btn-primary,.btn-secondary,.card,.input,.label{@apply block text-sm font-medium text-purple-300 mb-1.5}}