/* Minimal placeholder Tailwind-like styles (replace with real build) */
* { box-sizing: border-box; }
body { font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial; }
input, button { font: inherit; }
button { cursor: pointer; }
