.status-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.85em;
    font-weight: 600;
}

.status-running  { background: #d4edda; color: #155724; }
.status-building { background: #fff3cd; color: #856404; }
.status-failed   { background: #f8d7da; color: #721c24; }
.status-stopped  { background: #e2e3e5; color: #383d41; }
.status-removing { background: #fff3cd; color: #856404; }
.status-queued   { background: #d1ecf1; color: #0c5460; }
.status-starting   { background: #fff3cd; color: #856404; }
.status-crash-loop { background: #f8d7da; color: #721c24; }
.status-unknown  { background: #e2e3e5; color: #383d41; }
.status-success  { background: #d4edda; color: #155724; }

.log-viewer {
    background: #1e1e1e;
    color: #d4d4d4;
    padding: 1rem;
    border-radius: 8px;
    max-height: 70vh;
    overflow-y: auto;
    font-size: 0.85em;
    line-height: 1.4;
    white-space: pre-wrap;
    word-wrap: break-word;
}
