body {
    background: #f5f7fb;
}

.sidebar {
    min-height: calc(100vh - 56px);
    border-right: 1px solid #e6e9ef;
}

.card-metric {
    border-left: 4px solid #0d6efd;
}

.table thead th {
    background: #f0f3f8;
}

.badge-status {
    font-size: 0.8rem;
    color: #fff;
}

.badge-status.RASCUNHO { background-color: #6c757d; }
.badge-status.CONFIRMADO { background-color: #0d6efd; }
.badge-status.EM_SEPARACAO { background-color: #fd7e14; }
.badge-status.PRONTO { background-color: #6610f2; }
.badge-status.ENTREGUE { background-color: #198754; }
.badge-status.CANCELADO { background-color: #dc3545; }

.pdv-summary {
    background: #fff;
    border: 1px solid #e6e9ef;
    border-radius: 8px;
    padding: 16px;
}

.kpi {
    font-size: 1.5rem;
    font-weight: 600;
}

@media print {
    nav, .sidebar, .btn, form, .alert, .list-group {
        display: none !important;
    }
    main { width: 100% !important; }
    .no-print { display: none !important; }
    .print-only { display: block !important; }
    body {
        background: #fff;
        font-size: 12px;
    }
    .receipt {
        width: 280px;
        line-height: 1.3;
    }
    .receipt-58 {
        width: 200px;
        font-size: 11px;
    }
    .receipt-heading {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .receipt-58 .receipt-heading {
        font-size: 14px;
    }
    .receipt-line {
        margin-bottom: 4px;
    }
    .receipt-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 11px;
    }
    .receipt-table th,
    .receipt-table td {
        border: 1px solid #000;
        padding: 2px 4px;
    }
    .receipt-table th {
        font-weight: 600;
    }
    .receipt-58 .receipt-table {
        font-size: 10px;
    }
    .receipt-qr img {
        width: 140px;
        height: 140px;
    }
    .receipt-qr {
        text-align: center;
        margin-top: 6px;
    }
    .receipt-signature {
        margin-top: 12px;
        font-size: 11px;
    }
}
