    ol,
    ul,
    dl {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

    b,
    strong {
        font-weight: bolder;
    }

    small {
        font-size: 80%;
    }

    sub,
    sup {
        position: relative;
        font-size: 75%;
        line-height: 0;
        vertical-align: baseline;
    }

    sub {
        bottom: -0.25em;
    }

    sup {
        top: -0.5em;
    }

    a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
    }

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

    a:not([href]):not([tabindex]):hover,
    a:not([href]):not([tabindex]):focus {
        color: inherit;
        text-decoration: none;
    }

    a:not([href]):not([tabindex]):focus {
        outline: 0;
    }

    img {
        vertical-align: middle;
        border-style: none;
    }

    svg {
        overflow: hidden;
    }

    button {
        border-radius: 0;
    }

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }


    code {
        font-size: 87.5%;
        color: #e83e8c;
        word-break: break-word;
    }

    a>code {
        color: inherit;
    }

    kbd {
        padding: 0.2rem 0.4rem;
        font-size: 87.5%;
        color: #fff;
        background-color: #212529;
        border-radius: 0.2rem;
    }

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

    pre {
        display: block;
        font-size: 87.5%;
        color: #212529;
    }

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }


    @media (min-width: 576px) {
        .container {
        max-width: 540px;
        }
    }

    @media (min-width: 768px) {
        .container {
        max-width: 720px;
        }
    }

    @media (min-width: 992px) {
        .container {
        max-width: 960px;
        }
    }

    @media (min-width: 1200px) {
        .container {
        max-width: 1140px;
        }
    }


    @media (prefers-reduced-motion: reduce) {
        .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        }
    }


    @media (prefers-reduced-motion: reduce) {
        .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        }
    }


    @media (prefers-reduced-motion: reduce) {
        .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        }
    }


    @media (max-width: 575.98px) {

        .navbar-expand-sm>.container,
        .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0;
        }
    }

    @media (min-width: 576px) {
        .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        }

        .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        }

        .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
        }

        .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        }

        .navbar-expand-sm>.container,
        .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
        display: none;
        }
    }

    @media (max-width: 767.98px) {

        .navbar-expand-md>.container,
        .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0;
        }
    }

    @media (min-width: 768px) {
        .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        }

        .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        }

        .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        }

        .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        }

        .navbar-expand-md>.container,
        .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
        display: none;
        }
    }

    @media (max-width: 991.98px) {

        .navbar-expand-lg>.container,
        .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0;
        }
    }

    @media (min-width: 992px) {
        .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        }

        .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        }

        .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        }

        .navbar-expand-lg>.container,
        .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
        display: none;
        }
    }

    @media (max-width: 1199.98px) {

        .navbar-expand-xl>.container,
        .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0;
        }
    }

    @media (min-width: 1200px) {
        .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        }

        .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        }

        .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
        }

        .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        }

        .navbar-expand-xl>.container,
        .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
        display: none;
        }
    }


    /* Dashboard Layout Styles */
    html,
    body {
        height: 100%;
    }

    body {
        display: flex;
        flex-direction: column;
    }


    /* Layout principal */
    html,
    body {
        height: 100%;
        overflow: hidden;
    }


    :root {
        --header-height: 115px;
    }

    ::-webkit-scrollbar {
        width: 6px;
    }
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    ::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #bbb;
    }

/* Comptra.Cashier — styles applicatifs (panier, caisses, modales paiement, layout) */

.main-container {
    display: grid;
    grid-template-columns: 1fr 420px;
    height: calc(100vh - var(--header-height, 115px));
    overflow: hidden;
}

#menu-alpha {
    overflow-y: auto;
    background: #fff;
    border-right: 1px solid #dee2e6;
    min-width: 0;
}

#menu-beta {
    overflow-y: auto;
    background: #fdfdfd;
    min-width: 0;
}

@media (max-width: 992px) {
    .main-container {
        grid-template-columns: 1fr;
        height: auto;
        overflow: visible;
    }

    #menu-alpha {
        border-right: 0;
        border-bottom: 1px solid #dee2e6;
    }
}

.filter-section {
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.article-card {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

/* Barre onglets — Caisses ouvertes */
.vmware-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(180deg, #f8f9fa 0%, #f1f3f5 100%);
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 8px 10px;
    min-height: 52px;
    overflow-x: auto;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.vmware-bar::-webkit-scrollbar { height: 5px; }
.vmware-bar::-webkit-scrollbar-track { background: transparent; }
.vmware-bar::-webkit-scrollbar-thumb { background: #ced4da; border-radius: 4px; }

.vmware-bar__label {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #495057;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 6px 12px;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    flex-shrink: 0;
}

.vmware-bar__label .bi {
    font-size: 13px;
    color: #1D9E75;
}

.vmware-bar__tabs {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-width: 0;
    flex-wrap: nowrap;
}

.vmware-bar__empty {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #868e96;
    font-size: 12px;
    font-style: italic;
    padding: 6px 4px;
}

.caisse-window {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px 7px 12px;
    background: #fff;
    color: #495057;
    border: 1.5px solid #dee2e6;
    border-radius: 9px;
    cursor: pointer;
    font-size: 12px;
    white-space: nowrap;
    position: relative;
    flex-shrink: 0;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.caisse-window:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.caisse-window.active {
    background: linear-gradient(180deg, #1D9E75 0%, #178a65 100%);
    color: #fff;
    border-color: #0F6E56;
    box-shadow: 0 2px 10px rgba(29, 158, 117, 0.35);
    transform: translateY(-1px);
}

.caisse-window--virtual {
    border-style: dashed;
    border-color: #74c0fc;
    background: #e7f5ff;
    color: #1864ab;
}

.caisse-window--virtual:hover {
    background: #d0ebff;
    border-color: #339af0;
}

.caisse-window--virtual.active {
    background: linear-gradient(180deg, #339af0 0%, #228be6 100%);
    border-color: #1c7ed6;
    border-style: solid;
    color: #fff;
    box-shadow: 0 2px 10px rgba(34, 139, 230, 0.35);
}

.caisse-window__icon {
    font-size: 15px;
    line-height: 1;
    flex-shrink: 0;
}

.caisse-window__name {
    font-weight: 600;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.caisse-window__total {
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.08);
    color: inherit;
    letter-spacing: 0.01em;
}

.caisse-window.active .caisse-window__total,
.caisse-window--virtual.active .caisse-window__total {
    background: rgba(255, 255, 255, 0.22);
}

.caisse-window__status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #adb5bd;
    flex-shrink: 0;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.caisse-window.active .caisse-window__status {
    background: #9FE1CB;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35), 0 0 8px #9FE1CB;
}

.caisse-window--virtual .caisse-window__status {
    background: #74c0fc;
}

.caisse-window__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 2px;
    background: transparent;
    border: none;
    border-radius: 50%;
    color: inherit;
    opacity: 0.55;
    cursor: pointer;
    font-size: 11px;
    line-height: 1;
    flex-shrink: 0;
    transition: background 0.12s ease, opacity 0.12s ease;
}

.caisse-window__close:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.1);
}

.caisse-window.active .caisse-window__close:hover,
.caisse-window--virtual.active .caisse-window__close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.panier-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.panier-items {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 320px;
    overflow-y: auto;
}

.panier-empty {
    text-align: center;
    color: #aaa;
    font-size: 13px;
    padding: 24px 8px;
}

.item-row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
}

.item-name {
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-qty-ctrl {
    display: flex;
    align-items: center;
    gap: 4px;
}

.qty-btn {
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
}

.qty-btn:hover { background: #f5f5f5; }

.qty-input {
    width: 42px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 13px;
    padding: 2px;
}

.qty-num { min-width: 20px; text-align: center; font-size: 13px; }

.item-price {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.recap {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 4px;
}

.recap-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 3px 0;
    color: #555;
}

.recap-row.total {
    font-weight: 700;
    font-size: 15px;
    color: #111;
    border-top: 1px solid #eee;
    margin-top: 6px;
    padding-top: 8px;
}

.panier-title {
    font-size: 15px;
    font-weight: 600;
}

.payments-summary {
    font-size: 12px;
    color: #555;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 8px 10px;
}

.btn-pay, .btn-cheque {
    border: none;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s;
}

.btn-pay { flex: 1; }
.btn-cash { background: #E1F5EE; color: #0F6E56; }
.btn-card { background: #E8F0FE; color: #185FA5; }
.btn-cheque { width: 100%; margin-top: 8px; background: #f1f3f5; color: #495057; }
.btn-pay:hover, .btn-cheque:hover { opacity: 0.88; }

.pm-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.pm-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.pm-modal {
    background: #fff;
    border-radius: 14px;
    width: 440px;
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 40px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.pm-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid #eee;
}

.pm-head h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pm-body {
    padding: 16px 18px;
    overflow-y: auto;
}

.pm-foot {
    display: flex;
    gap: 8px;
    padding: 12px 18px 16px;
    border-top: 1px solid #eee;
}

.pm-close {
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    font-size: 16px;
    padding: 4px;
}

.pm-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pm-icon.green { background: #E1F5EE; color: #0F6E56; }
.pm-icon.blue { background: #E8F0FE; color: #185FA5; }
.pm-icon.gray { background: #f1f3f5; color: #495057; }

.pm-field { margin-bottom: 12px; }
.pm-field label { display: block; font-size: 12px; font-weight: 600; color: #555; margin-bottom: 4px; }
.pm-field input, .pm-field select {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 14px;
}

.pm-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.pm-total-banner {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pm-total-label { font-size: 12px; color: #666; }
.pm-total-amt { font-size: 20px; font-weight: 700; }

.pm-reste-hint { font-size: 11px; color: #888; }

.pm-info-box {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 12px;
}

.pm-info-box.warn { background: #fff4e5; color: #92400e; border: 1px solid #fcd34d; }
.pm-info-box.blue { background: #eff6ff; color: #1e40af; border: 1px solid #bfdbfe; }

.pm-btn-cancel, .pm-btn-confirm {
    flex: 1;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid transparent;
}

.pm-btn-cancel { background: #f1f3f5; color: #495057; border-color: #dee2e6; }
.pm-btn-confirm.green { background: #1D9E75; color: #fff; }
.pm-btn-confirm.blue { background: #185FA5; color: #fff; }
.pm-btn-confirm:disabled { opacity: 0.5; cursor: not-allowed; }

.pm-spinner {
    width: 36px;
    height: 36px;
    border: 3px solid #eee;
    border-top-color: #185FA5;
    border-radius: 50%;
    animation: pmSpin 0.8s linear infinite;
}

@keyframes pmSpin { to { transform: rotate(360deg); } }

.pm-anim-center { text-align: center; padding: 20px 0; }
.pm-anim-label { font-size: 13px; color: #666; margin-top: 8px; }
.pm-anim-title { font-size: 16px; font-weight: 700; margin: 8px 0 4px; }

.pm-success-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #E1F5EE;
    color: #0F6E56;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.pm-change-wrap { margin-top: 10px; font-size: 13px; }
.pm-change-row { display: flex; justify-content: space-between; padding: 4px 0; }
/* ── Styles Cashier restaurés (modal caisse, header, panier, utilisateur) ── */

.app-header-stack {
    flex-shrink: 0;
    z-index: 1030;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1060;
    padding: 16px;
}

.modal-overlay.active,
.modal-overlay.show {
    display: flex;
}

.modal-overlay .modal {
    background: #fff;
    border-radius: 14px;
    width: 420px;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 40px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid #eee;
}

.modal-title {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.modal-close {
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    font-size: 18px;
    padding: 4px;
    line-height: 1;
}

.modal-body {
    padding: 16px 18px;
    overflow-y: auto;
}

.modal-foot {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    padding: 12px 18px 16px;
    border-top: 1px solid #eee;
}

.caise-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 320px;
    overflow-y: auto;
}

.assigned-wrap .assigned-card {
    transition: box-shadow 0.2s ease;
}

.assigned-wrap .assigned-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.panier-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.btn-vider {
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    background: #fee2e2;
    color: #b91c1c;
    transition: opacity 0.15s;
}

.btn-vider:hover { opacity: 0.88; }

.btn-annuler {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
    color: #495057;
}

.user-pill {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #f8f9fa;
    border: 0.5px solid #dee2e6;
    border-radius: 20px;
    padding: 4px 12px 4px 4px;
    cursor: pointer;
    transition: background 0.13s;
}

.user-pill:hover { background: #e9ecef; }

.user-av {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #e8f0fe;
    color: #185FA5;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.badge-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.price-tag {
    font-weight: 700;
    color: #0F6E56;
    white-space: nowrap;
}

.item-del {
    background: none;
    border: none;
    color: #dc2626;
    cursor: pointer;
    font-size: 14px;
    opacity: 0.7;
    padding: 0 4px;
}

.item-del:hover { opacity: 1; }

.custom-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
}

.pm-icon.teal { background: #E1F5EE; color: #0F6E56; }
.pm-icon.red { background: #fee2e2; color: #b91c1c; }
.pm-icon.orange { background: #fff4e5; color: #92400e; }

.pm-btn-confirm.teal { background: #0F6E56; color: #fff; }
.pm-btn-confirm.orange { background: #f59e0b; color: #fff; }
.pm-btn-confirm.red { background: #dc2626; color: #fff; }

.pm-pin-wrap { text-align: center; padding: 8px 0; }
.pm-pin-dots { display: flex; justify-content: center; gap: 10px; margin: 12px 0; }
.pm-pin-dot {
    width: 12px; height: 12px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: #fff;
}
.pm-pin-dot.filled { background: #185FA5; border-color: #185FA5; }
.pm-pin-keypad {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    max-width: 220px;
    margin: 0 auto;
}
.pm-pin-key {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.pm-pin-key:hover { background: #f8f9fa; }
