:root {
    --swaad-red: #e31924;
    --swaad-dark-red: #9f1019;
    --swaad-orange: #f59a1b;
    --swaad-yellow: #ffd22e;
    --swaad-cream: #fff5eb;
    --swaad-charcoal: #1f1f25;
    --swaad-soft: #f7f7fb;
}

body {
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    background: #fff;
    color: var(--swaad-charcoal);
}

.swaad-navbar {
    background: linear-gradient(90deg, var(--swaad-dark-red), var(--swaad-red));
}

.navbar .nav-link,
.brand-text {
    color: #fff !important;
    font-weight: 600;
}

.brand-logo {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.hero-section {
    background:
        linear-gradient(135deg, rgba(159, 16, 25, .96), rgba(227, 25, 36, .94) 48%, rgba(245, 154, 27, .85)),
        url('/images/truck.png') center/cover no-repeat;
}

.hero-truck {
    filter: drop-shadow(0 20px 40px rgba(0,0,0,.25));
}

.py-lg-6 { padding-top: 5rem; padding-bottom: 5rem; }

.metric-card,
.menu-card,
.panel-card,
.stats-card,
.mobile-item-card,
.mobile-promo,
.mobile-brand-card,
.order-summary-card {
    border: 0;
    border-radius: 24px;
    box-shadow: 0 12px 32px rgba(22, 20, 35, .08);
}

.metric-card {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(8px);
    color: #fff;
    padding: 1rem;
}
.metric-card strong { display: block; font-size: 1.4rem; }
.metric-card span { font-size: .85rem; color: rgba(255,255,255,.72); }

.section-kicker {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .75rem;
    color: var(--swaad-red);
    font-weight: 700;
    margin-bottom: .6rem;
}

.search-pill,
.category-pill,
.chip,
.phone-feature,
.contact-pill {
    border-radius: 999px;
    background: #fff;
    border: 1px solid #ece8e5;
    font-weight: 600;
    font-size: .92rem;
}
.search-pill { color: #777; }
.category-pill,
.chip,
.phone-feature,
.contact-pill { padding: .75rem 1rem; }
.contact-pill {
    color: #fff;
    text-decoration: none;
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.2);
}
.contact-pill:hover { color: #fff; }
.contact-pill-solid {
    background: #fff8f1;
    color: var(--swaad-dark-red);
    border-color: #f3dfd1;
}
.contact-pill-solid:hover { color: var(--swaad-dark-red); }
.category-pill.active,
.chip-dark,
.btn-swaad,
.mobile-promo,
.promo-banner {
    background: linear-gradient(135deg, var(--swaad-red), var(--swaad-orange));
    color: #fff;
    border: 0;
}
.btn-swaad:hover { color: #fff; opacity: .95; }

.menu-card .card-body,
.order-summary-card .card-body,
.panel-card,
.stats-card,
.mobile-item-card,
.mobile-brand-card,
.mobile-promo {
    padding: 1.4rem;
}

.menu-card {
    background: linear-gradient(180deg, #fff, #fff8f2);
}
.menu-tag {
    display: inline-block;
    background: rgba(245,154,27,.16);
    color: var(--swaad-dark-red);
    padding: .35rem .75rem;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 700;
}

.warm-surface { background: linear-gradient(180deg, #fff6ee, #fff); }
.contact-band {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    border: 1px solid #f1dfd5;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff8f1, #fff);
}
.promo-banner {
    min-height: 260px;
    border-radius: 28px;
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
}

.pos-shell,
.admin-bg,
.mobile-bg { background: var(--swaad-soft); }
.product-tile {
    background: #fff;
    border-radius: 24px;
    min-height: 150px;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #efe9e5;
}
.product-tile span { font-size: 1.7rem; }
.product-tile strong { font-size: 1.05rem; }
.product-tile small { color: var(--swaad-dark-red); font-weight: 700; }

.order-panel { background: linear-gradient(180deg, #fff, #fff9f3); }
.order-line {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: .85rem 0;
    border-bottom: 1px dashed #ddd;
}
.order-line small { display: block; color: #777; }
.status-dot {
    background: rgba(245, 154, 27, .14);
    color: var(--swaad-dark-red);
    padding: .45rem .75rem;
    border-radius: 999px;
    font-weight: 700;
}
.receipt-preview {
    background: #fff;
    border: 1px dashed #c9c9c9;
    border-radius: 16px;
    padding: 1rem;
}

.admin-logo { width: 120px; object-fit: contain; }
.admin-menu .list-group-item {
    border: 0;
    border-radius: 14px !important;
    margin-bottom: .4rem;
    font-weight: 600;
}
.admin-menu .active {
    background: linear-gradient(135deg, var(--swaad-red), var(--swaad-orange));
}
.stats-card {
    background: linear-gradient(145deg, #fff, #fff8ef);
    padding: 1.35rem;
}
.permission-chip {
    border-radius: 999px;
    padding: .55rem .85rem;
    background: #fff8f1;
    color: var(--swaad-dark-red);
    border: 1px solid #f1dfd5;
    font-size: .9rem;
    font-weight: 600;
}
.company-row {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f1ebe7;
}
.company-row:last-child { border-bottom: 0; padding-bottom: 0; }
.company-master-row {
    display: flex;
    align-items: start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f1ebe7;
}
.company-master-row:last-child { border-bottom: 0; padding-bottom: 0; }
.company-logo-badge {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--swaad-red), var(--swaad-orange));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
}
.company-logo-thumb {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #f1dfd5;
    background: #fff;
}
.company-preview-wrap {
    padding: 10px;
    border: 1px solid #f1dfd5;
    border-radius: 8px;
    background: #fff8f1;
    display: inline-flex;
}
.company-logo-preview {
    width: 92px;
    height: 92px;
    object-fit: contain;
}
.company-master-actions {
    min-width: 220px;
}
.company-modal-shell {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(22, 20, 35, .16);
}
.menu-builder-shell {
    border: 1px solid #e7ddd5;
    border-radius: 8px;
    padding: 1rem;
    background: #fffdfb;
}
.menu-builder-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px 180px;
    gap: 1rem;
    align-items: end;
}
.menu-builder-field {
    min-width: 0;
}
.menu-builder-field-wide {
    min-width: 0;
}
.menu-builder-field-qty input {
    text-align: center;
}
.menu-builder-action {
    display: flex;
    align-items: end;
}
.menu-add-btn {
    width: 100%;
    min-height: 46px;
    border-radius: 8px;
}
.menu-builder-table th,
.menu-builder-table td {
    vertical-align: middle;
}
.menu-builder-table thead th {
    background: #f8f4f0;
    font-weight: 600;
}
.menu-col-qty {
    width: 90px;
}
.menu-col-rate,
.menu-col-amount {
    width: 140px;
}
.menu-col-remove {
    width: 100px;
}
.menu-remove-btn {
    color: #c43131;
    text-decoration: none;
    font-weight: 600;
}
.menu-remove-btn:hover {
    color: #9c1f1f;
}
.menu-remove-icon {
    display: inline-block;
    min-width: 56px;
}
.menu-item-summary {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}
.menu-item-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .45rem .65rem;
    border-radius: 8px;
    background: #fff8f1;
    border: 1px solid #f1dfd5;
    font-size: .95rem;
}
.menu-item-summary-row strong {
    white-space: nowrap;
}
.picker-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .9rem 1rem;
    border-radius: 8px;
    background: #fff8f1;
    border: 1px solid #f1dfd5;
}
.branch-filter-wrap {
    min-width: 220px;
}
.sales-branch-form {
    min-width: 260px;
}

.sales-top-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: .85rem;
}

.sales-cash-hand-card {
    border: 1px solid #eadfd8;
    border-radius: 8px;
    background: #fffdfb;
    padding: .7rem 1rem;
    min-width: 190px;
    display: flex;
    flex-direction: column;
    gap: .1rem;
}

.sales-cash-hand-card span {
    color: #6c737f;
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.sales-cash-hand-card strong {
    color: #0f7a3d;
    font-size: 1.35rem;
}
.sales-register-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 1.25rem;
    align-items: start;
}
.sales-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: .9rem;
}
.sales-menu-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: .75rem;
    width: 100%;
    min-height: 168px;
    padding: 1rem;
    text-align: left;
    border: 1px solid #eadfd8;
    border-radius: 8px;
    background: #fffdfb;
    color: #24212a;
}
.sales-menu-card:hover {
    border-color: var(--swaad-red);
    box-shadow: 0 12px 28px rgba(22, 20, 35, .08);
}
.sales-menu-badge {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--swaad-red), var(--swaad-orange));
    color: #fff;
    font-weight: 800;
}
.sales-menu-copy {
    min-width: 0;
}
.sales-menu-copy strong,
.sales-menu-copy small,
.sales-menu-components small {
    display: block;
}
.sales-menu-copy strong {
    line-height: 1.2;
}
.sales-menu-copy small,
.sales-menu-components small {
    color: #706c78;
}
.sales-menu-rate {
    grid-column: 1 / -1;
    font-weight: 800;
    color: var(--swaad-red);
}
.sales-menu-components {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: .15rem;
}
.sales-cart-panel {
    position: sticky;
    top: 96px;
}
.sales-cart-lines {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    min-height: 120px;
}
.sales-cart-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: .75rem;
    align-items: center;
    padding: .75rem;
    border: 1px solid #eadfd8;
    border-radius: 8px;
    background: #fffaf6;
}
.sales-cart-line strong,
.sales-cart-line small {
    display: block;
}
.sales-cart-line small {
    color: #706c78;
}
.sales-cart-controls {
    display: grid;
    grid-template-columns: 32px 34px 32px;
    align-items: center;
    text-align: center;
}
.sales-cart-controls button {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #d9c9bf;
    background: #fff;
}
.sales-totals {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    padding-top: 1rem;
    border-top: 1px solid #eadfd8;
}
.sales-totals div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.sales-total-row {
    font-size: 1.25rem;
    color: var(--swaad-red);
}
@media (max-width: 991.98px) {
    .menu-builder-toolbar {
        grid-template-columns: 1fr;
    }

    .menu-builder-action {
        align-items: stretch;
    }

    .sales-register-grid {
        grid-template-columns: 1fr;
    }

    .sales-cart-panel {
        position: static;
    }
}
.form-check-input:checked {
    background-color: var(--swaad-red);
    border-color: var(--swaad-red);
}
.stats-card span,
.stats-card small { display: block; }
.stats-card strong { font-size: 1.8rem; margin: .35rem 0; }
.swaad-table th { color: #7a7a7a; text-transform: uppercase; font-size: .8rem; }
.tax-box {
    background: #fff8f1;
    border-radius: 18px;
    padding: 1rem;
}

.mobile-frame {
    width: 360px;
    max-width: 100%;
    background: #101116;
    border-radius: 36px;
    padding: 14px;
    box-shadow: 0 24px 50px rgba(0,0,0,.25);
}
.mobile-topbar {
    color: #fff;
    padding: 8px 14px;
    font-size: .85rem;
}
.mobile-body {
    background: #fff;
    border-radius: 28px;
    padding: 1rem;
}
.mobile-brand-card {
    display: flex;
    align-items: center;
    gap: .9rem;
    background: linear-gradient(135deg, var(--swaad-dark-red), var(--swaad-red));
    color: #fff;
}
.mobile-logo { width: 56px; height: 56px; object-fit: contain; }
.mobile-search {
    background: #f4f4f7;
    color: #777;
    border-radius: 999px;
    padding: .9rem 1rem;
}
.mobile-item-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff8f2;
}
.mobile-checkout {
    background: #fff4eb;
    border-radius: 20px;
    padding: 1rem;
}

.admin-login-shell {
    min-height: calc(100vh - 88px);
    display: flex;
    align-items: center;
    background:
        linear-gradient(130deg, rgba(159, 16, 25, .96), rgba(227, 25, 36, .9) 52%, rgba(245, 154, 27, .78)),
        url('/images/truck.png') center/cover no-repeat;
}
.admin-login-card {
    border-radius: 8px;
    padding: 2rem;
    background: rgba(255, 255, 255, .96);
}
.admin-login-copy {
    max-width: 460px;
}
.login-feature-pill {
    border-radius: 999px;
    padding: .65rem .95rem;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    font-weight: 600;
    font-size: .92rem;
}
.admin-input {
    min-height: 48px;
    border-radius: 8px;
    border: 1px solid #e6ddd8;
}
.admin-input:focus {
    border-color: rgba(227, 25, 36, .45);
    box-shadow: 0 0 0 .2rem rgba(227, 25, 36, .12);
}
.admin-link {
    color: var(--swaad-dark-red);
    text-decoration: none;
    font-weight: 600;
}
.admin-link:hover {
    color: var(--swaad-dark-red);
}
.admin-login-note {
    border-top: 1px solid #f0e3db;
    padding-top: 1rem;
}
.master-card-link {
    text-decoration: none;
    color: inherit;
}
.master-card-link:hover {
    color: inherit;
}
.super-admin-master-card {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.empty-master-state {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.admin-app-shell {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
    padding: 1rem;
    background: var(--swaad-soft);
}

.admin-dashboard-shell {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.admin-dashboard-sidebar {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 12px 32px rgba(22, 20, 35, .08);
    min-height: calc(100vh - 140px);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: sticky;
    top: 96px;
}

.admin-dashboard-side-title {
    font-size: 1.15rem;
    margin: 0 0 .75rem;
}

.admin-dashboard-nav {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.admin-dashboard-nav-group {
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #9aa1af;
    margin-top: .9rem;
    margin-bottom: .2rem;
    padding: 0 .35rem;
}

.admin-dashboard-nav-link {
    display: block;
    padding: .8rem .95rem;
    border-radius: 8px;
    text-decoration: none;
    color: #6c7280;
    font-weight: 600;
    transition: background-color .2s ease, color .2s ease;
}

.admin-dashboard-nav-link:hover {
    background: #fff4eb;
    color: var(--swaad-dark-red);
}

.admin-dashboard-nav-link.is-active {
    background: linear-gradient(135deg, var(--swaad-red), var(--swaad-orange));
    color: #fff;
}

.admin-dashboard-content {
    min-width: 0;
}

.admin-page-content {
    min-width: 0;
}

.admin-module-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.admin-module-tile {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 1rem .5rem;
    min-height: 250px;
}

.admin-module-tile:hover {
    color: inherit;
}

.admin-module-icon {
    width: 144px;
    height: 144px;
    border-radius: 999px;
    border: 3px solid #516319;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: radial-gradient(circle at top, #fff, #f3f6fb);
    box-shadow: inset 0 6px 18px rgba(255,255,255,.7);
}

.admin-module-icon.accent-super {
    color: #1d4ed8;
    border-color: #385d1d;
}

.admin-module-icon.accent-admin {
    color: #9f1019;
    border-color: #385d1d;
}

.admin-module-icon.accent-branch {
    color: #7c3aed;
    border-color: #385d1d;
}

.admin-module-icon.accent-accounts {
    color: #b45309;
    border-color: #385d1d;
}

.admin-module-name {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: .55rem;
}

.admin-module-summary {
    font-size: .95rem;
    color: #6c7280;
    line-height: 1.55;
    margin-bottom: .8rem;
}

.admin-module-status {
    color: var(--swaad-dark-red);
    font-weight: 700;
    font-size: .95rem;
}

.sales-branch-form {
    min-width: 260px;
}

.sales-register-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 1.5rem;
    align-items: start;
}

.sales-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.sales-category-strip {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}

.sales-category-button {
    border: 1px solid #eadfd8;
    background: #fffdfb;
    color: #7a2d12;
    border-radius: 8px;
    padding: .75rem 1rem;
    font-weight: 800;
    min-width: 92px;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
}

.sales-category-button:hover,
.sales-category-button.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, var(--swaad-red), var(--swaad-orange));
    color: #fff;
    box-shadow: 0 10px 22px rgba(227, 67, 45, .22);
}

.sales-menu-card {
    border: 1px solid #eadfd8;
    border-radius: 8px;
    background: #fffdfb;
    padding: 1rem;
    text-align: left;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: .75rem;
    align-items: start;
    width: 100%;
    min-height: 150px;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.sales-menu-card:hover {
    transform: translateY(-1px);
    border-color: #e3432d;
    box-shadow: 0 12px 28px rgba(22, 20, 35, .08);
}

.sales-menu-badge {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    background: linear-gradient(135deg, var(--swaad-red), var(--swaad-orange));
}

.sales-menu-copy {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    min-width: 0;
}

.sales-menu-copy strong {
    color: #20212b;
}

.sales-menu-copy small,
.sales-menu-components small {
    color: #6c737f;
}

.sales-menu-rate {
    font-weight: 800;
    color: #9b111e;
    white-space: nowrap;
}

.sales-menu-components {
    grid-column: 2 / 4;
    display: flex;
    flex-direction: column;
    gap: .15rem;
    border-top: 1px solid #f0e4dc;
    padding-top: .5rem;
}

.sales-cart-panel {
    position: sticky;
    top: 96px;
}

.sales-cart-lines {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.sales-cart-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: .75rem;
    align-items: center;
    border-bottom: 1px solid #f1e5dd;
    padding-bottom: .75rem;
}

.sales-cart-line div:first-child {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    min-width: 0;
}

.sales-cart-line small {
    color: #6c737f;
}

.sales-cart-controls {
    display: flex;
    align-items: center;
    gap: .4rem;
}

.sales-cart-controls button {
    width: 30px;
    height: 30px;
    border: 1px solid #d8cbc2;
    background: #fff;
    border-radius: 8px;
    font-weight: 700;
}

.sales-totals {
    border-top: 1px solid #eadfd8;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.sales-totals div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.sales-total-row {
    font-size: 1.15rem;
}

.sales-customer-section,
.sales-offer-note {
    border-top: 1px solid #eadfd8;
    padding-top: 1rem;
}

.sales-customer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: .85rem;
}

.sales-loyalty-toggle {
    border: 1px solid #eadfd8;
    background: #fffdfb;
    color: #7a2d12;
    border-radius: 8px;
    padding: .85rem 1rem;
    font-weight: 800;
    text-align: center;
}

.sales-loyalty-toggle:hover {
    border-color: #e3432d;
    color: #9b111e;
}

.sales-discount-row {
    color: #0f7a3d;
}

.sales-offer-note {
    color: #7a2d12;
    font-weight: 700;
    font-size: .92rem;
}

.sales-offer-note.is-applied {
    color: #0f7a3d;
}

.sales-payment-section {
    border-top: 1px solid #eadfd8;
    padding-top: 1rem;
}

.sales-payment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .6rem;
}

.sales-payment-option {
    border: 1px solid #eadfd8;
    background: #fffdfb;
    border-radius: 8px;
    padding: .75rem;
    cursor: pointer;
    font-weight: 800;
    color: #33343f;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
}

.sales-payment-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.sales-payment-option.is-selected {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(135deg, var(--swaad-red), var(--swaad-orange));
    box-shadow: 0 10px 22px rgba(227, 67, 45, .2);
}

.kitchen-ticket-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1rem;
}

.kitchen-ticket-card {
    min-height: 280px;
}

.kitchen-status-pill {
    align-self: start;
    border-radius: 8px;
    background: #fff4eb;
    color: #9b111e;
    font-weight: 800;
    padding: .55rem .8rem;
    white-space: nowrap;
}

.kitchen-source-pill {
    border-radius: 8px;
    background: #f5f6fb;
    color: #33343f;
    font-size: .78rem;
    font-weight: 800;
    padding: .35rem .55rem;
}

.kitchen-customer {
    border: 1px solid #eadfd8;
    border-radius: 8px;
    padding: .75rem;
    color: #33343f;
    display: flex;
    justify-content: space-between;
    gap: .75rem;
}

.kitchen-ticket-items {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.kitchen-ticket-items div {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #f1e5dd;
    padding-bottom: .65rem;
}

.kitchen-ticket-items small {
    color: #6c737f;
}

@media (max-width: 991.98px) {
    .brand-text { display: none; }
    .hero-section { text-align: center; }
    .contact-band { align-items: start; flex-direction: column; }
    .admin-login-shell { min-height: auto; }
    .admin-dashboard-shell {
        grid-template-columns: 1fr;
    }
    .admin-app-shell {
        grid-template-columns: 1fr;
        padding: .75rem;
    }
    .admin-dashboard-sidebar {
        min-height: auto;
        position: static;
    }
    .admin-module-icon {
        width: 112px;
        height: 112px;
        font-size: 1.6rem;
    }
}

@media (max-width: 1199.98px) {
    .sales-register-grid {
        grid-template-columns: 1fr;
    }

    .sales-cart-panel {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .sales-menu-card {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .sales-menu-rate {
        grid-column: 2;
    }

    .sales-menu-components {
        grid-column: 1 / 3;
    }

    .sales-cart-line {
        grid-template-columns: 1fr;
    }
}
