* {
    letter-spacing: 0;
    box-sizing: border-box;
}

[x-cloak] {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    text-rendering: optimizeLegibility;
    background: #F8FAFC;
    color: #1E293B;
}

.dark body {
    background: #0F172A;
    color: #fff;
}

button,
input,
select,
textarea {
    font: inherit;
}

.brand-mark {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    flex-shrink: 0;
    place-items: center;
    border-radius: .5rem;
    background: #2563EB;
    color: #fff;
    font-size: .875rem;
    font-weight: 800;
    box-shadow: 0 1px 2px rgb(15 23 42 / .08);
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border-radius: .5rem;
    padding: .625rem 1rem;
    font-size: .875rem;
    font-weight: 800;
    transition: .2s ease;
}

.btn-primary {
    border: 1px solid #2563EB;
    background: #2563EB;
    color: #fff;
    box-shadow: 0 1px 2px rgb(15 23 42 / .08);
}

.btn-primary:hover {
    background: #1d4ed8;
}

.btn-secondary {
    border: 1px solid rgb(15 23 42 / .1);
    background: #fff;
    color: #0F172A;
    box-shadow: 0 1px 2px rgb(15 23 42 / .06);
}

.btn-secondary:hover,
.icon-btn:hover {
    border-color: rgb(37 99 235 / .4);
    color: #2563EB;
}

.icon-btn {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    place-items: center;
    border: 1px solid rgb(15 23 42 / .1);
    border-radius: .5rem;
    background: #fff;
    color: #0F172A;
    transition: .2s ease;
}

.theme-icon-sun {
    display: none;
}

.dark .theme-icon-moon {
    display: none;
}

.dark .theme-icon-sun {
    display: block;
}

.icon-btn svg,
.nav-icon svg,
.mobile-tab svg,
.feature-card svg,
.dropdown-item svg,
.upload-box svg,
label svg {
    width: 1.25rem;
    height: 1.25rem;
}

.nav-item {
    display: flex;
    width: 100%;
    align-items: center;
    gap: .75rem;
    border-radius: .5rem;
    padding: .625rem .75rem;
    color: rgb(30 41 59 / .75);
    text-align: left;
    font-size: .875rem;
    font-weight: 700;
    transition: .2s ease;
}

.nav-item:hover {
    background: rgb(37 99 235 / .1);
    color: #2563EB;
}

.nav-item.is-active {
    background: #2563EB;
    color: #fff;
    box-shadow: 0 1px 2px rgb(15 23 42 / .1);
}

.nav-icon {
    display: grid;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    place-items: center;
}

.page-heading {
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.page-heading p {
    color: #2563EB;
    font-size: .875rem;
    font-weight: 800;
}

.page-heading h1 {
    margin-top: .25rem;
    color: #0F172A;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
}

.panel,
.metric-card {
    border: 1px solid rgb(15 23 42 / .1);
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 1px 2px rgb(15 23 42 / .06);
}

.panel {
    padding: 1rem;
}

.panel-head {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
}

.panel-head h2 {
    color: #0F172A;
    font-size: 1rem;
    font-weight: 800;
}

.panel-head p {
    margin-top: .25rem;
    color: rgb(30 41 59 / .6);
    font-size: .875rem;
}

.metric-card {
    padding: 1rem;
    transition: .2s ease;
}

.metric-card:hover,
.product-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgb(15 23 42 / .08);
}

.metric-card p {
    color: rgb(30 41 59 / .6);
    font-size: .875rem;
    font-weight: 700;
}

.metric-card strong {
    margin-top: .5rem;
    display: block;
    color: #0F172A;
    font-size: 1.5rem;
    font-weight: 800;
}

.metric-card span {
    margin-top: .5rem;
    display: block;
    font-size: .875rem;
    font-weight: 800;
}

.chart-bars {
    display: flex;
    height: 14rem;
    align-items: flex-end;
    gap: .5rem;
    border-radius: .5rem;
    background: #F8FAFC;
    padding: 1rem;
}

.chart-bars span {
    min-width: 1.5rem;
    flex: 1;
    border-radius: .5rem .5rem 0 0;
    background: #2563EB;
    transition: opacity .2s ease;
}

.chart-bars span:hover {
    opacity: .8;
}

.field {
    display: block;
}

.field span {
    margin-bottom: .375rem;
    display: block;
    color: rgb(30 41 59 / .6);
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.field input,
.field select,
.field textarea,
.search-input {
    width: 100%;
    border: 1px solid rgb(15 23 42 / .1);
    border-radius: .5rem;
    background: #fff;
    padding: .625rem .75rem;
    color: #0F172A;
    font-size: .875rem;
    outline: 0;
    transition: .2s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.search-input:focus {
    border-color: #2563EB;
    box-shadow: 0 0 0 4px rgb(37 99 235 / .1);
}

.upload-box {
    display: grid;
    place-items: center;
    border: 1px dashed rgb(15 23 42 / .2);
    border-radius: .5rem;
    background: #F8FAFC;
    padding: 1.5rem;
    color: rgb(30 41 59 / .7);
    text-align: center;
}

.upload-box strong {
    margin-top: .5rem;
    display: block;
    color: #0F172A;
    font-size: .875rem;
}

.upload-box p {
    margin-top: .25rem;
    font-size: .75rem;
}

.table-wrap {
    overflow-x: auto;
}

.erp-table {
    min-width: 100%;
    text-align: left;
    font-size: .875rem;
}

.erp-table thead {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #F8FAFC;
    color: rgb(30 41 59 / .6);
    font-size: .75rem;
    text-transform: uppercase;
}

.erp-table th,
.erp-table td {
    white-space: nowrap;
    border-bottom: 1px solid rgb(15 23 42 / .1);
    padding: .75rem 1rem;
}

.erp-table tbody tr {
    transition: .2s ease;
}

.erp-table tbody tr:hover {
    background: rgb(37 99 235 / .05);
}

.badge-success,
.badge-warning,
.badge-danger {
    display: inline-flex;
    align-items: center;
    border-radius: .375rem;
    padding: .25rem .5rem;
    font-size: .75rem;
    font-weight: 800;
}

.badge-success {
    background: rgb(22 163 74 / .1);
    color: #16A34A;
}

.badge-warning {
    background: rgb(245 158 11 / .1);
    color: #F59E0B;
}

.badge-danger {
    background: rgb(220 38 38 / .1);
    color: #DC2626;
}

.link-btn {
    color: #2563EB;
    font-size: .875rem;
    font-weight: 800;
    transition: .2s ease;
}

.link-btn:hover {
    color: #0F172A;
}

.segmented {
    display: inline-flex;
    border: 1px solid rgb(15 23 42 / .1);
    border-radius: .5rem;
    background: #fff;
    padding: .25rem;
}

.segmented button {
    border-radius: .375rem;
    padding: .375rem .75rem;
    color: rgb(30 41 59 / .65);
    font-size: .75rem;
    font-weight: 800;
    transition: .2s ease;
}

.segmented .active,
.segmented button.active {
    background: #2563EB;
    color: #fff;
}

.stock-row,
.cart-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    border: 1px solid rgb(15 23 42 / .1);
    border-radius: .5rem;
    padding: .75rem;
}

.stock-row strong,
.cart-line strong {
    color: #0F172A;
    font-size: .875rem;
}

.stock-row p,
.cart-line p {
    margin-top: .25rem;
    color: rgb(30 41 59 / .6);
    font-size: .75rem;
}

.stock-row span {
    border-radius: .375rem;
    background: rgb(245 158 11 / .1);
    padding: .25rem .5rem;
    color: #F59E0B;
    font-size: .75rem;
    font-weight: 800;
}

.chip {
    flex-shrink: 0;
    border: 1px solid rgb(15 23 42 / .1);
    border-radius: .5rem;
    background: #fff;
    padding: .5rem 1rem;
    color: rgb(30 41 59 / .7);
    font-size: .875rem;
    font-weight: 800;
    transition: .2s ease;
}

.chip:hover {
    border-color: #2563EB;
    color: #2563EB;
}

.chip.active {
    border-color: #2563EB;
    background: #2563EB;
    color: #fff;
}

.product-tile {
    border: 1px solid rgb(15 23 42 / .1);
    border-radius: .5rem;
    background: #fff;
    padding: .75rem;
    text-align: left;
    box-shadow: 0 1px 2px rgb(15 23 42 / .06);
    transition: .2s ease;
}

.product-thumb {
    margin-bottom: .75rem;
    display: grid;
    aspect-ratio: 1;
    width: 100%;
    place-items: center;
    border-radius: .5rem;
    background: rgb(37 99 235 / .1);
    color: #2563EB;
    font-size: 1.25rem;
    font-weight: 800;
}

.product-tile strong {
    display: -webkit-box;
    min-height: 2.5rem;
    overflow: hidden;
    color: #0F172A;
    font-size: .875rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-tile p {
    margin-top: .5rem;
    color: #2563EB;
    font-size: .875rem;
    font-weight: 800;
}

.qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgb(15 23 42 / .1);
    border-radius: .5rem;
}

.qty button {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    color: #2563EB;
    font-weight: 800;
}

.qty span {
    min-width: 2rem;
    text-align: center;
    font-size: .875rem;
    font-weight: 800;
}

.summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.mini-input {
    width: 5rem;
    border: 1px solid rgb(15 23 42 / .1);
    border-radius: .375rem;
    padding: .25rem .5rem;
    text-align: right;
    font-size: .875rem;
    outline: 0;
}

.pay-method {
    border: 1px solid rgb(15 23 42 / .1);
    border-radius: .5rem;
    padding: .5rem .75rem;
    font-size: .875rem;
    font-weight: 800;
    transition: .2s ease;
}

.pay-method:hover {
    border-color: #2563EB;
    color: #2563EB;
}

.pay-method.active {
    border-color: #2563EB;
    background: #2563EB;
    color: #fff;
}

.pos-dock-btn {
    border: 1px solid rgb(15 23 42 / .1);
    border-radius: .5rem;
    background: #fff;
    padding: .75rem;
    color: #0F172A;
    font-size: .875rem;
    font-weight: 800;
    box-shadow: 0 1px 2px rgb(15 23 42 / .08);
    transition: .2s ease;
}

.pos-dock-btn.active {
    border-color: #2563EB;
    background: #2563EB;
    color: #fff;
}

.dropdown-item {
    display: flex;
    width: 100%;
    align-items: center;
    gap: .75rem;
    border-radius: .5rem;
    padding: .625rem .75rem;
    color: #1E293B;
    text-align: left;
    font-size: .875rem;
    font-weight: 800;
    transition: .2s ease;
}

.dropdown-item:hover {
    background: rgb(37 99 235 / .1);
    color: #2563EB;
}

.profile-trigger {
    background: #fff;
    color: #0F172A;
    transition: .2s ease;
}

.pagination {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(30 41 59 / .65);
    font-size: .875rem;
}

.pagination button {
    border: 1px solid rgb(15 23 42 / .1);
    border-radius: .5rem;
    padding: .5rem .75rem;
    color: #0F172A;
    font-weight: 800;
    transition: .2s ease;
}

.pagination button:hover {
    border-color: #2563EB;
    color: #2563EB;
}

.feature-card {
    border: 1px solid rgb(15 23 42 / .1);
    border-radius: .5rem;
    padding: 1rem;
}

.feature-card span:first-child {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border-radius: .5rem;
    background: rgb(37 99 235 / .1);
    color: #2563EB;
}

.feature-card strong {
    margin-top: .75rem;
    display: block;
    color: #0F172A;
    font-size: .875rem;
}

.feature-card p {
    margin-top: .25rem;
    color: rgb(30 41 59 / .6);
    font-size: .875rem;
}

.skeleton {
    height: 1rem;
    border-radius: .25rem;
    background: rgb(15 23 42 / .1);
    animation: pulse 1.6s ease-in-out infinite;
}

.mobile-tab {
    display: grid;
    place-items: center;
    border-radius: .5rem;
    gap: .125rem;
    padding: .375rem 0;
    color: rgb(30 41 59 / .7);
    font-size: .6875rem;
    font-weight: 800;
    line-height: 1;
    transition: .2s ease;
}

.mobile-tab:hover {
    background: rgb(37 99 235 / .1);
    color: #2563EB;
}

.mobile-tab.is-active {
    background: rgb(37 99 235 / .1);
    color: #2563EB;
}

.mobile-app-title {
    min-width: 0;
    flex: 1;
    color: #0F172A;
    line-height: 1.05;
}

.mobile-app-title span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .9375rem;
    font-weight: 800;
}

.mobile-app-title small {
    display: block;
    margin-top: .125rem;
    overflow: hidden;
    color: rgb(30 41 59 / .58);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .6875rem;
    font-weight: 700;
}

.mobile-cart-summary {
    position: sticky;
    top: 4.5rem;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: 1rem;
    border: 1px solid rgb(37 99 235 / .18);
    border-radius: .75rem;
    background: #fff;
    padding: .75rem;
    box-shadow: 0 10px 24px rgb(15 23 42 / .08);
}

.mobile-cart-summary span {
    display: block;
    color: rgb(30 41 59 / .62);
    font-size: .75rem;
    font-weight: 800;
}

.mobile-cart-summary strong {
    display: block;
    margin-top: .125rem;
    color: #0F172A;
    font-size: .9375rem;
}

.mobile-cart-summary a {
    border-radius: .625rem;
    background: #2563EB;
    padding: .625rem 1rem;
    color: #fff;
    font-size: .875rem;
    font-weight: 800;
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    border-top: 1px solid rgb(15 23 42 / .1);
    padding-top: 1rem;
}

.mobile-form-steps {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .75rem;
    align-items: center;
}

.mobile-form-steps span {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: .5rem;
    background: rgb(37 99 235 / .1);
    color: #2563EB;
    font-size: .875rem;
    font-weight: 800;
}

.mobile-form-steps p {
    color: #0F172A;
    font-size: .875rem;
    font-weight: 700;
}

.module-action-card {
    display: block;
    border: 1px solid rgb(15 23 42 / .1);
    border-radius: .75rem;
    background: #fff;
    padding: 1rem;
    transition: .2s ease;
}

.module-action-card:hover {
    border-color: rgb(37 99 235 / .35);
    transform: translateY(-1px);
}

.module-action-card span {
    color: #2563EB;
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.module-action-card strong {
    display: block;
    margin-top: .25rem;
    color: #0F172A;
    font-size: .9375rem;
}

@keyframes pulse {
    50% {
        opacity: .45;
    }
}

@media (min-width: 640px) {
    .page-heading {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .page-heading h1 {
        font-size: 1.875rem;
    }
}

@media (min-width: 768px) {
    .panel {
        padding: 1.25rem;
    }
}

@media (max-width: 639px) {
    body {
        overflow-x: hidden;
    }

    header > div {
        height: auto !important;
        min-height: 4rem;
        flex-wrap: wrap;
        gap: .625rem;
        padding: .625rem 1rem .75rem !important;
    }

    .mobile-search {
        order: 10;
        flex-basis: 100%;
    }

    .mobile-search input {
        min-height: 2.75rem;
        border-radius: .75rem;
        font-size: 1rem;
    }

    .icon-btn {
        width: 2.75rem;
        height: 2.75rem;
        border-radius: .75rem;
    }

    .app-main {
        padding: 1rem 1rem calc(5.25rem + env(safe-area-inset-bottom)) !important;
    }

    .page-heading {
        margin-bottom: 1rem;
        gap: .75rem;
    }

    .page-heading h1 {
        font-size: 1.375rem;
    }

    .page-heading .btn-secondary,
    .page-heading .btn-primary {
        width: 100%;
        min-height: 2.75rem;
    }

    .page-heading > .flex {
        width: 100%;
    }

    .page-heading > .flex .btn-secondary,
    .page-heading > .flex .btn-primary {
        flex: 1;
        padding-inline: .75rem;
    }

    .panel,
    .metric-card {
        border-radius: .75rem;
        padding: 1rem;
    }

    .panel-head {
        align-items: flex-start;
        gap: .75rem;
    }

    .panel-head .btn-secondary,
    .panel-head .btn-primary {
        padding-inline: .75rem;
    }

    .metric-card strong {
        font-size: 1.35rem;
    }

    .chart-bars {
        height: 11rem;
        gap: .25rem;
        padding: .75rem;
        overflow: hidden;
    }

    .chart-bars span {
        min-width: .75rem;
    }

    .field input,
    .field select,
    .field textarea,
    .search-input {
        min-height: 2.75rem;
        font-size: 1rem;
    }

    .table-wrap {
        margin-inline: 0;
        overflow: visible;
        padding-inline: 0;
    }

    .erp-table,
    .erp-table thead,
    .erp-table tbody,
    .erp-table tr,
    .erp-table th,
    .erp-table td {
        display: block;
        width: 100%;
    }

    .erp-table {
        min-width: 0;
        border-collapse: separate;
        border-spacing: 0;
    }

    .erp-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .erp-table tbody {
        display: grid;
        gap: .75rem;
    }

    .erp-table tbody tr {
        display: grid;
        gap: .625rem;
        border: 1px solid rgb(15 23 42 / .1);
        border-radius: .875rem;
        background: #fff;
        padding: .875rem;
        box-shadow: 0 8px 20px rgb(15 23 42 / .06);
    }

    .erp-table tbody tr:hover {
        background: #fff;
    }

    .erp-table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        border: 0;
        padding: 0;
        white-space: normal;
        text-align: right;
        color: #0F172A;
        font-weight: 700;
    }

    .erp-table td::before {
        content: attr(data-label);
        flex-shrink: 0;
        color: rgb(30 41 59 / .58);
        text-align: left;
        font-size: .75rem;
        font-weight: 800;
        text-transform: uppercase;
    }

    .erp-table td:first-child {
        align-items: flex-start;
        border-bottom: 1px solid rgb(15 23 42 / .08);
        padding-bottom: .625rem;
        text-align: left;
        font-size: 1rem;
        font-weight: 800;
    }

    .erp-table td:first-child::before {
        display: none;
    }

    .erp-table td:last-child {
        padding-top: .25rem;
    }

    .erp-table td:last-child .link-btn,
    .erp-table td:last-child button,
    .erp-table td:last-child a {
        display: inline-flex;
        min-height: 2.5rem;
        align-items: center;
        justify-content: center;
        border-radius: .625rem;
        background: rgb(37 99 235 / .1);
        padding: .5rem .875rem;
        color: #2563EB;
    }

    .erp-table td input[type="checkbox"] {
        width: 1.35rem;
        height: 1.35rem;
    }

    .product-tile {
        min-height: 10.5rem;
        border-radius: .75rem;
    }

    .product-thumb {
        aspect-ratio: 1.2;
        border-radius: .625rem;
    }

    .cart-line,
    .stock-row {
        border-radius: .75rem;
    }

    .qty button {
        width: 2.25rem;
        height: 2.25rem;
    }

    .pay-method,
    .chip,
    .pos-dock-btn {
        min-height: 2.75rem;
        border-radius: .75rem;
    }

    .pos-page {
        padding-bottom: 8.5rem;
    }

    .form-actions {
        position: sticky;
        bottom: calc(4.5rem + env(safe-area-inset-bottom));
        z-index: 25;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-inline: -1rem;
        border-top: 1px solid rgb(15 23 42 / .1);
        background: #fff;
        padding: .75rem 1rem;
        box-shadow: 0 -10px 24px rgb(15 23 42 / .08);
    }

    .form-actions .btn-primary,
    .form-actions .btn-secondary {
        min-height: 2.75rem;
        padding-inline: .75rem;
    }

    .mobile-form-steps {
        gap: .875rem;
    }

    .app-bottom-nav {
        padding: .5rem .75rem calc(.5rem + env(safe-area-inset-bottom)) !important;
        border-radius: 1rem 1rem 0 0;
        box-shadow: 0 -12px 28px rgb(15 23 42 / .08);
    }
}

.dark header,
.dark aside,
.dark nav.fixed,
.dark .profile-trigger,
.dark .btn-secondary,
.dark .icon-btn,
.dark .segmented,
.dark .chip,
.dark .product-tile,
.dark .pos-dock-btn {
    border-color: rgb(255 255 255 / .1);
    background-color: rgb(255 255 255 / .05);
    color: #fff;
}

.dark .panel,
.dark .metric-card {
    border-color: rgb(255 255 255 / .1);
    background-color: rgb(255 255 255 / .05);
}

.dark .page-heading h1,
.dark .panel-head h2,
.dark .metric-card strong,
.dark .stock-row strong,
.dark .cart-line strong,
.dark .product-tile strong,
.dark .feature-card strong,
.dark .upload-box strong {
    color: #fff;
}

.dark .panel-head p,
.dark .metric-card p,
.dark .field span,
.dark .stock-row p,
.dark .cart-line p,
.dark .feature-card p {
    color: rgb(255 255 255 / .6);
}

.dark .field input,
.dark .field select,
.dark .field textarea,
.dark .search-input,
.dark .mini-input,
.dark input,
.dark select,
.dark textarea {
    border-color: rgb(255 255 255 / .1);
    background-color: rgb(255 255 255 / .05);
    color: #fff;
}

.dark input::placeholder,
.dark textarea::placeholder {
    color: rgb(255 255 255 / .35);
}

.dark .chart-bars,
.dark .erp-table thead {
    background-color: rgb(15 23 42 / .6);
}

.dark .erp-table th,
.dark .erp-table td,
.dark .stock-row,
.dark .cart-line,
.dark .feature-card,
.dark .qty {
    border-color: rgb(255 255 255 / .1);
}

@media (max-width: 639px) {
    .dark .erp-table tbody tr {
        border-color: rgb(255 255 255 / .1);
        background-color: rgb(255 255 255 / .05);
        box-shadow: 0 8px 20px rgb(0 0 0 / .2);
    }

    .dark .erp-table tbody tr:hover {
        background-color: rgb(255 255 255 / .05);
    }

    .dark .erp-table td {
        color: #fff;
    }

    .dark .erp-table td::before {
        color: rgb(255 255 255 / .58);
    }

    .dark .erp-table td:first-child {
        border-bottom-color: rgb(255 255 255 / .1);
    }

    .dark .erp-table td:last-child .link-btn,
    .dark .erp-table td:last-child button,
    .dark .erp-table td:last-child a {
        background-color: rgb(37 99 235 / .18);
        color: #fff;
    }
}

.dark .nav-item {
    color: rgb(255 255 255 / .75);
}

.dark .mobile-tab {
    color: rgb(255 255 255 / .7);
}

.dark .mobile-tab.is-active {
    background-color: rgb(37 99 235 / .2);
    color: #fff;
}

.dark .mobile-app-title {
    color: #fff;
}

.dark .mobile-app-title small {
    color: rgb(255 255 255 / .58);
}

.dark .mobile-cart-summary {
    border-color: rgb(255 255 255 / .1);
    background-color: #111827;
    box-shadow: 0 10px 24px rgb(0 0 0 / .22);
}

.dark .mobile-cart-summary strong {
    color: #fff;
}

.dark .mobile-cart-summary span {
    color: rgb(255 255 255 / .62);
}

.dark .form-actions {
    border-color: rgb(255 255 255 / .1);
    background-color: #0F172A;
}

.dark .mobile-form-steps p,
.dark .module-action-card strong {
    color: #fff;
}

.dark .module-action-card {
    border-color: rgb(255 255 255 / .1);
    background-color: rgb(255 255 255 / .05);
}

.dark .nav-item:hover,
.dark .dropdown-item:hover,
.dark .mobile-tab:hover {
    background-color: rgb(255 255 255 / .1);
    color: #fff;
}

.dark .dropdown-item {
    color: rgb(255 255 255 / .8);
}

.dark .skeleton {
    background-color: rgb(255 255 255 / .15);
}

.dark .bg-white:not(.dark\:bg-white) {
    background-color: rgb(255 255 255 / .05) !important;
}

.dark .bg-\[\#F8FAFC\] {
    background-color: rgb(255 255 255 / .05) !important;
}

.dark .text-\[\#0F172A\],
.dark .text-\[\#1E293B\] {
    color: #fff !important;
}

.dark .text-\[\#1E293B\]\/70,
.dark .text-\[\#1E293B\]\/75,
.dark .text-\[\#1E293B\]\/60,
.dark .text-\[\#1E293B\]\/50 {
    color: rgb(255 255 255 / .65) !important;
}

.dark .border-\[\#0F172A\]\/10,
.dark .border-\[\#0F172A\]\/20 {
    border-color: rgb(255 255 255 / .1) !important;
}
