/**
 * CSS darurat di /public — tetap dilayani nginx Hostinger meski Node/CDN bermasalah.
 * Login tetap terbaca; Tailwind penuh tetap dari /_next/static setelah deploy benar.
 */
:root {
  color-scheme: light;
}
html,
body {
  margin: 0;
  min-height: 100%;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  background: #f0f7fb;
  color: #1e293b;
}
a {
  color: inherit;
}
input,
button {
  font: inherit;
}
