body {
    background: #14171c;
    color: #e6e8eb;
    font-family: Arial, sans-serif;
}

.skypos-login-body {
    background: #14171c;
}

.skypos-card {
    background: #1d2128;
    border: 1px solid #2a2f38;
    color: #e6e8eb;
}

.skypos-navbar {
    background: #1d2128;
    border-bottom: 1px solid #2a2f38;
}

.till-item {
    background: #1d2128;
    border: 1px solid #2a2f38;
    border-radius: 8px;
    padding: 14px;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.1s ease;
}

.till-item:hover {
    border-color: #4a90e2;
}

.till-item .name {
    font-weight: 600;
    font-size: 0.95rem;
}

.till-item .price {
    color: #8fa3bf;
    font-size: 0.85rem;
}

.till-cart {
    background: #1d2128;
    border: 1px solid #2a2f38;
    border-radius: 8px;
    min-height: 60vh;
}

.till-cart-line {
    border-bottom: 1px solid #2a2f38;
    padding: 8px 0;
}

.till-total {
    font-size: 1.4rem;
    font-weight: 700;
}
