/* Minimal custom styles on top of Tailwind CDN */
.htmx-indicator { display: none; }
.htmx-request .htmx-indicator { display: inline; }
.htmx-request.htmx-indicator { display: inline; }

input, select, textarea {
    transition: border-color 0.15s;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
}

.status-draft        { background: #f3f4f6; color: #374151; }
.status-audio_uploaded { background: #dbeafe; color: #1d4ed8; }
.status-processing   { background: #fef9c3; color: #92400e; }
.status-ready        { background: #dcfce7; color: #166534; }
.status-failed       { background: #fee2e2; color: #991b1b; }
