/* Light-touch helpers — avoid fighting Tailwind layout */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

#root {
  min-width: 0;
  width: 100%;
  min-height: 100%;
}

/* Vidljiv unos u tamnim formama (tekst/caret ne smiju biti “crni na crnom”) */
#root input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
#root textarea,
#root select {
  color: #f1f5f9;
  caret-color: #f6c344;
}

#root input::placeholder,
#root textarea::placeholder {
  color: #94a3b8;
  opacity: 1;
}
