/* Tailwind CDN does the heavy lifting; this file is for small overrides. */
html, body { font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

/* Drag-and-drop dropzone states */
.dropzone { transition: background-color 120ms ease, border-color 120ms ease; }
.dropzone.is-dragover { background-color: rgb(239 246 255); border-color: rgb(59 130 246); }

/* Status pills */
.pill { display: inline-flex; align-items: center; padding: 2px 8px; border-radius: 9999px; font-size: 11px; font-weight: 500; }
.pill-green  { background: #dcfce7; color: #166534; }
.pill-blue   { background: #dbeafe; color: #1e40af; }
.pill-red    { background: #fee2e2; color: #991b1b; }
.pill-gray   { background: #f1f5f9; color: #475569; }
.pill-amber  { background: #fef3c7; color: #92400e; }
