/* Custom styles (minimal). Using Tailwind CDN for the main layout. */
body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
.container { max-width: 1200px; }
input, textarea { border: 1px solid #e5e7eb; }
/* Simple responsive container helper */
@media (min-width: 768px) {
  .container { max-width: 1100px; }
}
