body {
    background: #0b1120;
    color: #e5e7eb;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Tabela dark mais legível */
.table thead th {
    border-bottom: 2px solid #1f2937;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: .08em;
    color: #9ca3af;
}

/* Botões de mudar status */
.btn-status {
    font-size: .7rem;
    padding: .2rem .55rem;
}
