/* ======= GLOBAL ======= */
body {
    background: #f4f7f9 !important; /* warna adem */
    font-family: 'Inter', 'Segoe UI', sans-serif;
    color: #333;
}

/* ======= NAVBAR ======= */
.navbar {
    background: #1f2937 !important; /* abu gelap modern */
    border-bottom: 3px solid #f59e0b; /* garis bawah oranye */
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: 0.5px;
}

.nav-link.active {
    font-weight: 600;
    color: #f59e0b !important; /* oranye modern */
}

/* ======= CARD (kasir & admin) ======= */
.card {
    border-radius: 10px;
    border: none;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* ======= TABLE ======= */
.table {
    background: white !important;
    border-radius: 8px;
    overflow: hidden;
}

.table thead {
    background: #374151 !important;
    color: white;
}

.table tbody tr:hover {
    background: #f1f5f9;
}

/* ======= BUTTON ======= */
.btn-brand {
    background: #f59e0b !important;
    border-color: #d97706 !important;
}

.btn-brand:hover {
    background: #d97706 !important;
}

/* Tambah Item */
.btn-outline-primary {
    border-radius: 8px;
}

/* ======= FOOTER ======= */
footer {
    background: #1f2937;
    color: #e5e7eb;
    padding: 25px 0;
    font-size: 14px;
    text-align: center;
}

/* ======= STRUK ======= */
.struk-wrapper {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.struk-thermal {
    background: #ffffff;
    width: 320px;
    padding: 15px;
    border-radius: 6px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
}

.struk-thermal h4 {
    font-family: "Courier New", monospace;
}

/* ===== TYPO ===== */
h2, h3, h4 {
    color: #111827;
    font-weight: 700;
}


.footer-custom {
    background: #1f2937;
    color: #e5e7eb;
    padding: 10px 0;
    font-size: 13px;
}

.footer-custom .container {
    max-width: 400px; /* kecil sesuai teks */
}
