:root {
    --bg-surface: #f8fbff;
}

body {
    background: var(--bg-surface);
}

.main-content {
    padding-top: 90px;
    padding-bottom: 40px;
}

.card-status {
    border-left-width: 5px;
}

.process-step {
    border: 1px solid rgba(13, 110, 253, 0.15);
    border-radius: 12px;
    background: #ffffff;
    min-height: 120px;
}

.status-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    color: #fff;
    font-size: 0.82rem;
    white-space: nowrap;
}

.status-gudang-kain {
    background: #0d6efd;
}

.status-potong {
    background: #fd7e14;
}

.status-gudang-kain-terpotong {
    background: #0dcaf0;
}

.status-sablon {
    background: #6c757d;
}

.status-jahit {
    background: #343a40;
}

.status-packing {
    background: #198754;
}

.status-gudang-baju-jadi {
    background: #0d6efd;
}

.table-responsive {
    overflow-x: auto;
}

@media (max-width: 768px) {
    .main-content {
        padding-top: 100px;
    }
}