/* Tailwind CDN in base.html handles utility classes.
   Custom overrides and non-utility styles go here. */

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }

/* Monospace inputs for API keys */
input.font-mono, textarea.font-mono { font-family: 'Courier New', monospace; }

/* Table truncation helper */
.max-w-xs { max-width: 16rem; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
