/* ATTA Internal Video Intake Utility — minimal supplemental styles.
   Tailwind (CDN) carries the layout; this only adds small niceties. */

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

table a {
  word-break: break-all;
}

#milestone-chips button {
  cursor: pointer;
  transition: background-color 0.12s ease;
}
#milestone-chips button:hover {
  background-color: #f1f5f9;
}

/* Keep the utility feel: no heavy shadows, tight spacing */
input:focus,
textarea:focus {
  box-shadow: 0 0 0 1px rgba(100, 116, 139, 0.4);
}
