@tailwind base;@tailwind components;@tailwind utilities;:root{--color-primary:#1e3a8a;--color-accent:#f97316;--color-bg:#f8fafc;--color-text:#1f2937}html{scroll-behavior:smooth}body{background-color:var(--color-bg);color:var(--color-text)}.btn-primary{@apply inline-flex items-center justify-center rounded-full bg-komachi-primary text-white font-bold px-8 py-4 shadow-lg hover:shadow-xl hover:bg-blue-900 transition-all}.btn-accent{@apply inline-flex items-center justify-center rounded-full bg-komachi-accent text-white font-bold px-8 py-4 shadow-lg hover:shadow-xl hover:bg-orange-600 transition-all}.section{@apply py-16 md:py-24}.container-narrow{@apply mx-auto max-w-5xl px-4 sm:px-6 lg:px-8}