.pos-wrapper {
    background: #1f232a;
    min-height: 100vh;
    color: #d8dde6;
    font-size: 13px;
}

.pos-toolbar {
    background: #ffffff;
    border-bottom: 2px solid #1d75e5;
    padding: 8px 16px;
}

.pos-table-wrapper {
    height: calc(100vh - 80px);
    overflow-y: auto;
}

.pos-table {
    width: 100%;
    border-collapse: collapse;
}

.pos-table thead th {
    position: sticky;
    top: 0;
    background: #2a2f38;
    z-index: 5;
    color: #8fa1b3;
    font-weight: 600;
    padding: 8px;
    border-bottom: 1px solid #39414d;
}

.pos-table tbody td {
    padding: 6px 8px;
    border-bottom: 1px solid #2f3742;
}

.pos-table tbody tr:hover {
    background: #2a2f38;
}

.pos-order {
    color: #4ecdc4;
    font-weight: 600;
}

.pos-badge {
    background: #39414d;
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 4px;
    display: inline-block;
    font-size: 12px;
}

.pos-badge.success {
    background: #2ecc71;
    color: #fff;
}

.pos-badge.warning {
    background: #f1c40f;
    color: #000;
}

.pos-badge.danger {
    background: #e74c3c;
    color: #fff;
}

.pos-wrapper {
    background: #1f232a;
    min-height: 100vh;
    color: #d8dde6;
    font-size: 13px;
    display: flex;
    justify-content: center;
}

.pos-container {
    width: 95%;
    max-width: 1500px;
}
