/* /Components/Modals/SystemUpdatesModal.razor.rz.scp.css */
.menu-update-modal-backdrop[b-r92mmve4cf] {
    background: rgba(11, 27, 45, 0.44);
    backdrop-filter: blur(2px);
    z-index: 1200;
}

.menu-update-modal-card[b-r92mmve4cf] {
    border: 1px solid rgba(153, 184, 217, 0.56);
    border-radius: 12px;
    background: linear-gradient(162deg, rgba(250, 254, 255, 0.98), rgba(236, 246, 255, 0.98));
    box-shadow: 0 20px 46px rgba(24, 46, 73, 0.27);
}

.menu-update-status[b-r92mmve4cf] {
    display: inline-flex;
    align-items: center;
    gap: 0.58rem;
    font-size: 0.86rem;
    font-weight: 600;
    color: #355777;
}

.menu-update-spinner[b-r92mmve4cf] {
    width: 15px;
    height: 15px;
    border-radius: 999px;
    border: 2px solid rgba(74, 119, 166, 0.26);
    border-top-color: #0b63b2;
    border-right-color: #ff9a36;
    animation: systemUpdateSpin-b-r92mmve4cf 0.82s linear infinite;
}

.menu-update-progress-text[b-r92mmve4cf] {
    font-size: 0.74rem;
    color: #3f6085;
    font-weight: 700;
}

.menu-update-hint[b-r92mmve4cf] {
    font-size: 0.73rem;
    color: #6683a2;
    font-weight: 600;
}
.menu-update-download-panel[b-r92mmve4cf] {
    border: 1px solid rgba(164, 191, 221, 0.5);
    border-radius: 11px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(236, 246, 255, 0.72));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 8px 18px rgba(30, 63, 98, 0.09);
    padding: 0.72rem 0.78rem 0.62rem;
}

.menu-update-progress-meta[b-r92mmve4cf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.46rem;
}

.menu-update-progress-pill[b-r92mmve4cf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 22px;
    padding: 0 0.48rem;
    border-radius: 999px;
    border: 1px solid rgba(125, 167, 211, 0.44);
    background: linear-gradient(145deg, rgba(232, 244, 255, 0.92), rgba(213, 232, 252, 0.92));
    color: #2f5c8f;
    font-size: 0.7rem;
    font-weight: 800;
}

.menu-update-progress-track[b-r92mmve4cf] {
    height: 0.45rem;
    border-radius: 999px;
    background: rgba(160, 183, 209, 0.28);
}

.menu-update-progress-bar[b-r92mmve4cf] {
    border-radius: 999px;
    background-image: linear-gradient(90deg, #0a6dc4 0%, #3f8bd2 42%, #68a8e2 100%);
}

.menu-update-progress-caption[b-r92mmve4cf] {
    font-size: 0.71rem;
    color: #5b7da2;
    font-weight: 600;
}
.menu-update-line-loader[b-r92mmve4cf] {
    height: 7px;
    border-radius: 999px;
    overflow: hidden;
    background: #d6e3f2;
    position: relative;
}

.menu-update-line-loader span[b-r92mmve4cf] {
    display: block;
    width: 38%;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff7c00, #ffb347, #0b63b2);
    animation: updateLineSweep-b-r92mmve4cf 1.15s ease-in-out infinite;
}

.menu-update-result-badge[b-r92mmve4cf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 62px;
    height: 22px;
    padding: 0 0.48rem;
    border-radius: 999px;
    border: 1px solid rgba(125, 167, 211, 0.44);
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.menu-update-result-badge.checking[b-r92mmve4cf] {
    background: linear-gradient(145deg, rgba(234, 242, 252, 0.95), rgba(215, 230, 248, 0.95));
    color: #315c88;
}

.menu-update-result-badge.latest[b-r92mmve4cf] {
    background: linear-gradient(145deg, rgba(228, 246, 238, 0.95), rgba(204, 238, 224, 0.95));
    border-color: rgba(116, 186, 152, 0.45);
    color: #2d6b4f;
}

.menu-update-latest-row[b-r92mmve4cf] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.18rem;
}

.menu-update-latest-dot[b-r92mmve4cf] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #3f9f74;
    box-shadow: 0 0 0 3px rgba(63, 159, 116, 0.2);
}

@keyframes systemUpdateSpin-b-r92mmve4cf {
    to {
        transform: rotate(360deg);
    }
}

@keyframes updateLineSweep-b-r92mmve4cf {
    0% {
        transform: translateX(-115%);
    }

    100% {
        transform: translateX(245%);
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard-page[b-jzirehhbx6] {
    --dash-heading: #13213f;
    --dash-muted: #5a6882;
    --dash-card: #ffffff;
    --dash-border: #dce5f3;
    --dash-soft-shadow: 0 12px 30px -24px rgba(14, 40, 82, 0.65);
    --dash-pill-bg: #fff1df;
    --dash-pill-text: #9f4500;
    background: transparent;
    min-height: 100%;
}

.dashboard-header[b-jzirehhbx6] {
    padding-top: 0.35rem;
}

.dashboard-header-shell[b-jzirehhbx6] {
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid #d8e4f4;
    border-radius: 1rem;
    padding: 0.95rem 1rem;
    box-shadow: 0 12px 28px -24px rgba(16, 48, 92, 0.65);
}

.dashboard-pretitle[b-jzirehhbx6] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #2f4675;
}

.dashboard-title[b-jzirehhbx6] {
    color: var(--dash-heading);
    font-size: clamp(1.55rem, 2vw, 2rem);
    margin-top: 0.45rem;
    margin-bottom: 0.35rem;
}

.dashboard-title-mobile[b-jzirehhbx6] {
    display: none;
}

.dashboard-subtitle[b-jzirehhbx6] {
    color: var(--dash-muted);
    max-width: 36rem;
}

.dashboard-action-btn[b-jzirehhbx6] {
    border-radius: 0.8rem;
    padding-inline: 1rem;
    box-shadow: 0 14px 22px -18px rgba(24, 84, 212, 0.95);
    gap: 0.35rem;
    display: inline-flex;
    align-items: center;
}

.dashboard-hero-card[b-jzirehhbx6] {
    border-radius: 1.1rem;
    background: linear-gradient(132deg, #0a4f81 0%, #1a63a3 52%, #2d79bc 100%);
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.dashboard-hero-card[b-jzirehhbx6]::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    right: -100px;
    top: -130px;
}

.dashboard-hero-title[b-jzirehhbx6],
.dashboard-hero-text[b-jzirehhbx6] {
    position: relative;
    z-index: 1;
}

.dashboard-hero-title[b-jzirehhbx6] {
    font-size: clamp(1.4rem, 2vw, 2rem);
    line-height: 1.15;
}

.dashboard-hero-text[b-jzirehhbx6] {
    color: rgba(255, 255, 255, 0.84);
    max-width: 38rem;
}

.hero-left-stats[b-jzirehhbx6] {
    margin-top: 0.95rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    position: relative;
    z-index: 1;
}

.hero-sales-grid[b-jzirehhbx6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.hero-mini-tile[b-jzirehhbx6] {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 0.8rem;
    padding: 0.65rem 0.75rem;
    backdrop-filter: blur(3px);
    position: relative;
    z-index: 1;
}

.hero-mini-label[b-jzirehhbx6] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.82);
}

.hero-mini-value[b-jzirehhbx6] {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.15;
}

.hero-mini-trend[b-jzirehhbx6] {
    margin-top: 0.25rem;
    width: fit-content;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.16rem 0.45rem;
}

.hero-mini-trend.trend-up[b-jzirehhbx6] {
    color: #0f603d;
    background: #dff7eb;
    border-color: #b9e9d0;
}

.hero-mini-trend.trend-down[b-jzirehhbx6] {
    color: #9f3b3b;
    background: #fce9e9;
    border-color: #f6caca;
}

.dashboard-stat-card[b-jzirehhbx6] {
    background: var(--dash-card);
    border-radius: 0.95rem;
    box-shadow: var(--dash-soft-shadow);
    transition: transform 0.16s ease, box-shadow 0.16s ease;
    border-left: 4px solid transparent;
}

.dashboard-stat-card:hover[b-jzirehhbx6] {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px -25px rgba(14, 40, 82, 0.85);
}

.stat-customers[b-jzirehhbx6] {
    border-left-color: #2f66db;
}

.stat-suppliers[b-jzirehhbx6] {
    border-left-color: #198974;
}

.stat-users[b-jzirehhbx6] {
    border-left-color: #5c4bc8;
}

.stat-branches[b-jzirehhbx6] {
    border-left-color: #cb6600;
}

.stat-avatar[b-jzirehhbx6] {
    color: #fff;
    border-radius: 0.7rem;
}

.stat-customers .stat-avatar[b-jzirehhbx6] {
    background: linear-gradient(135deg, #2f66db, #2f54bf);
}

.stat-suppliers .stat-avatar[b-jzirehhbx6] {
    background: linear-gradient(135deg, #198974, #0f766e);
}

.stat-users .stat-avatar[b-jzirehhbx6] {
    background: linear-gradient(135deg, #5c4bc8, #4338ca);
}

.stat-branches .stat-avatar[b-jzirehhbx6] {
    background: linear-gradient(135deg, #cb6600, #b45309);
}

.stat-value[b-jzirehhbx6] {
    font-size: 1.35rem;
    line-height: 1.1;
    color: var(--dash-heading);
}

.stat-label[b-jzirehhbx6] {
    margin-top: 0.15rem;
    color: var(--dash-muted) !important;
    font-weight: 500;
}

.dashboard-panel[b-jzirehhbx6] {
    background: var(--dash-card);
    border-radius: 1rem;
    box-shadow: var(--dash-soft-shadow);
}

.dashboard-notice-wrap[b-jzirehhbx6] {
    margin-top: 0.1rem;
}

.dashboard-notice-title[b-jzirehhbx6] {
    margin: 0 0 0.45rem;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #2f4d7a;
}

.dashboard-notice-grid[b-jzirehhbx6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.75rem;
}

.dashboard-notice-item[b-jzirehhbx6] {
    border: 1px solid #f3dfc7;
    border-left: 4px solid #ff8a00;
    border-radius: 0.8rem;
    padding: 0.65rem 2.2rem 0.65rem 1.95rem;
    background: rgba(255, 250, 244, 0.95);
    position: relative;
}

.dashboard-notice-action[b-jzirehhbx6] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #a65300;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.dashboard-notice-message[b-jzirehhbx6] {
    color: #2f3f58;
    font-size: 0.88rem;
    line-height: 1.35;
}

.dashboard-notice-dot[b-jzirehhbx6] {
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 999px;
    background: #ff8a00;
    position: absolute;
    left: 0.88rem;
    top: 0.96rem;
    box-shadow: 0 0 0 0 rgba(255, 138, 0, 0.55);
    animation: dashboardNoticePulse-b-jzirehhbx6 1.55s infinite;
}

.dashboard-notice-dismiss[b-jzirehhbx6] {
    border: 0;
    background: transparent;
    color: #6e7f9b;
    width: 1.35rem;
    height: 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.35rem;
    cursor: pointer;
    position: absolute;
    right: 0.52rem;
    top: 0.46rem;
}

.dashboard-notice-dismiss:hover[b-jzirehhbx6] {
    background: #e8effa;
    color: #244f87;
}

@keyframes dashboardNoticePulse-b-jzirehhbx6 {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 138, 0, 0.55);
    }
    70% {
        box-shadow: 0 0 0 7px rgba(255, 138, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 138, 0, 0);
    }
}

.dashboard-panel > .card-header.dashboard-panel-topbar[b-jzirehhbx6] {
    background: linear-gradient(110deg, #0a4572 0%, #0e588f 48%, #1f6cab 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    padding-block: 0.9rem;
}

.dashboard-panel-topbar[b-jzirehhbx6] {
    background: linear-gradient(110deg, #0a4572 0%, #0e588f 48%, #1f6cab 100%) !important;
}

.dashboard-panel .card-title[b-jzirehhbx6] {
    color: var(--dash-heading);
}

.dashboard-panel-topbar .card-title[b-jzirehhbx6] {
    color: #ffffff;
}

.dashboard-chip[b-jzirehhbx6] {
    border-radius: 999px;
    padding: 0.24rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #2550a8;
    background: #e7efff;
}

.dashboard-panel-topbar .dashboard-chip[b-jzirehhbx6] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.month-pill[b-jzirehhbx6],
.month-pill-inline[b-jzirehhbx6] {
    border-radius: 999px;
    background: var(--dash-pill-bg);
    color: var(--dash-pill-text);
    font-weight: 700;
    display: inline-block;
}

.month-pill[b-jzirehhbx6] {
    font-size: 0.78rem;
    padding: 0.24rem 0.7rem;
}

.dashboard-panel-topbar .month-pill[b-jzirehhbx6] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.month-pill-inline[b-jzirehhbx6] {
    font-size: 0.76rem;
    padding: 0.18rem 0.62rem;
}

.chart-lg[b-jzirehhbx6] {
    min-height: 305px;
}

.dashboard-chart-shell[b-jzirehhbx6] {
    position: relative;
}

.dashboard-chart-loading[b-jzirehhbx6] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.7rem;
    background: linear-gradient(180deg, rgba(245, 250, 255, 0.8) 0%, rgba(238, 246, 255, 0.86) 100%);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    border-radius: 0.75rem;
    padding: 1.05rem;
    pointer-events: none;
}

.dash-skeleton[b-jzirehhbx6] {
    position: relative;
    overflow: hidden;
    border-radius: 0.4rem;
    background: linear-gradient(180deg, #d4e3f6 0%, #cddff5 100%);
}

.dash-skeleton[b-jzirehhbx6]::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.66) 45%, transparent 100%);
    animation: dashSkeletonShimmer-b-jzirehhbx6 1.9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.sk-line[b-jzirehhbx6] {
    height: 0.7rem;
}

.sk-xs[b-jzirehhbx6] {
    width: 46%;
}

.sk-sm[b-jzirehhbx6] {
    width: 55%;
}

.sk-md[b-jzirehhbx6] {
    width: 72%;
}

.sk-lg[b-jzirehhbx6] {
    width: 90%;
}

.sk-pill[b-jzirehhbx6] {
    width: 48%;
    height: 1.45rem;
    border-radius: 999px;
}

.dashboard-hero-card-loading[b-jzirehhbx6] {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.7rem;
    position: relative;
    z-index: 1;
}

.dashboard-hero-loading-grid[b-jzirehhbx6] {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.dashboard-hero-loading-left[b-jzirehhbx6] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.dashboard-hero-loading-right[b-jzirehhbx6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    padding-top: 0.5rem;
}

.dashboard-hero-loading-tile-row[b-jzirehhbx6] {
    margin-top: 0.2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
}

.dashboard-hero-loading-tile[b-jzirehhbx6] {
    border-radius: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.14);
    padding: 0.65rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
}

.sk-overview-badge[b-jzirehhbx6] {
    width: 5.6rem;
    height: 1.2rem;
}

.sk-overview-title[b-jzirehhbx6] {
    width: min(96%, 42rem);
    height: 2.2rem;
    margin-top: 0.1rem;
}

.sk-overview-subtitle[b-jzirehhbx6] {
    width: min(92%, 35rem);
    height: 0.95rem;
}

.sk-overview-subtitle-short[b-jzirehhbx6] {
    width: min(62%, 21rem);
}

.dashboard-chart-loading .dash-skeleton:nth-child(2)[b-jzirehhbx6]::after {
    animation-delay: 0.2s;
}

.dashboard-chart-loading .dash-skeleton:nth-child(3)[b-jzirehhbx6]::after {
    animation-delay: 0.35s;
}

.dashboard-hero-loading-tile .dash-skeleton:nth-child(2)[b-jzirehhbx6]::after {
    animation-delay: 0.14s;
}

.dashboard-hero-loading-tile .dash-skeleton:nth-child(3)[b-jzirehhbx6]::after {
    animation-delay: 0.26s;
}

@keyframes dashSkeletonShimmer-b-jzirehhbx6 {
    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 991.98px) {
    .dashboard-action-btn[b-jzirehhbx6] {
        width: 100%;
        justify-content: center;
    }

    .dashboard-hero-card .card-body[b-jzirehhbx6] {
        padding: 1.25rem;
    }

    .hero-sales-grid[b-jzirehhbx6] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .hero-left-stats[b-jzirehhbx6] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-hero-loading-grid[b-jzirehhbx6] {
        grid-template-columns: 1fr;
    }

    .dashboard-hero-loading-right[b-jzirehhbx6] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-top: 0;
    }
}

@media (max-width: 767.98px) {
    .dashboard-header[b-jzirehhbx6] {
        padding-top: 0.95rem;
    }

    .dashboard-header-shell[b-jzirehhbx6] {
        border-radius: 0.85rem;
        padding: 0.75rem 0.85rem;
    }

    .dashboard-pretitle[b-jzirehhbx6] {
        font-size: 0.65rem;
        letter-spacing: 0.055em;
        gap: 0.26rem;
    }

    .dashboard-title[b-jzirehhbx6] {
        font-size: clamp(1.55rem, 7vw, 1.85rem);
        margin-top: 0.35rem;
        margin-bottom: 0.25rem;
        line-height: 1.1;
    }

    .dashboard-title-desktop[b-jzirehhbx6] {
        display: none;
    }

    .dashboard-title-mobile[b-jzirehhbx6] {
        display: inline;
    }

    .dashboard-subtitle[b-jzirehhbx6] {
        font-size: 0.95rem;
        line-height: 1.35;
        max-width: 100%;
    }

    .dashboard-action-btn[b-jzirehhbx6] {
        border-radius: 0.75rem;
    }

    .hero-sales-grid[b-jzirehhbx6] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hero-left-stats[b-jzirehhbx6] {
        grid-template-columns: 1fr;
    }

    .dashboard-hero-loading-tile-row[b-jzirehhbx6] {
        grid-template-columns: 1fr;
    }

    .dashboard-hero-loading-right[b-jzirehhbx6] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-panel-topbar[b-jzirehhbx6] {
        flex-wrap: wrap;
    }

    .chart-lg[b-jzirehhbx6] {
        min-height: 255px;
    }
}

/* /Pages/Menu.razor.rz.scp.css */
.menu-launcher-page[b-4a9eyzc8gr] {
    --menu-surface: radial-gradient(980px 460px at 14% -12%, rgba(255, 124, 0, 0.38) 0%, rgba(255, 124, 0, 0) 64%), radial-gradient(840px 420px at 88% 6%, rgba(0, 120, 255, 0.3) 0%, rgba(0, 120, 255, 0) 60%), radial-gradient(760px 320px at 22% 112%, rgba(0, 59, 107, 0.12) 0%, rgba(0, 59, 107, 0) 62%), linear-gradient(155deg, #f2f8ff 0%, #e4eef9 56%, #d7e5f4 100%);
    min-height: 100vh;
    background: var(--menu-surface);
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.2rem;
}

.menu-top-nav[b-4a9eyzc8gr] {
    width: 100%;
    position: fixed;
    top: 0.2rem;
    left: 0;
    right: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0.65rem;
    color: #465d7a;
}

.menu-brand-mark[b-4a9eyzc8gr] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.45rem;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    padding: 0.26rem 0.62rem;
}

.menu-brand-title[b-4a9eyzc8gr] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #3a4f68;
    letter-spacing: 0.01em;
}

.menu-top-version[b-4a9eyzc8gr] {
    font-size: 0.68rem;
    color: #7c8b9e;
    font-weight: 600;
}

.menu-top-right[b-4a9eyzc8gr] {
    display: inline-flex;
    align-items: center;
    gap: 0.46rem;
}

.menu-top-avatar-fallback[b-4a9eyzc8gr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #33506f;
    background: rgba(255, 255, 255, 0.34);
}

.menu-start-panel[b-4a9eyzc8gr] {
    width: min(1200px, 96vw);
    background: linear-gradient(165deg, rgba(250, 254, 255, 0.97), rgba(243, 250, 255, 0.97) 52%, rgba(235, 245, 255, 0.97));
    border: 1px solid rgba(169, 196, 225, 0.42);
    border-radius: 14px;
    box-shadow: 0 22px 46px rgba(35, 61, 93, 0.17), 0 0 0 1px rgba(226, 239, 252, 0.9) inset;
    min-height: 72vh;
    padding: 2rem 2.1rem;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.menu-start-panel[b-4a9eyzc8gr]::before,
.menu-start-panel[b-4a9eyzc8gr]::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
    z-index: 0;
    will-change: transform, opacity;
}

.menu-start-panel[b-4a9eyzc8gr]::before {
    width: 155px;
    height: 155px;
    top: -78px;
    left: -62px;
    background: radial-gradient(circle at 60% 60%, rgba(145, 190, 235, 0.34), rgba(145, 190, 235, 0.12) 55%, rgba(145, 190, 235, 0) 74%);
    opacity: 0.72;
    animation: cornerBreatheA-b-4a9eyzc8gr 6.8s ease-in-out infinite;
}

.menu-start-panel[b-4a9eyzc8gr]::after {
    width: 170px;
    height: 170px;
    right: -70px;
    bottom: -85px;
    background: radial-gradient(circle at 40% 40%, rgba(131, 180, 230, 0.3), rgba(131, 180, 230, 0.1) 56%, rgba(131, 180, 230, 0) 76%);
    opacity: 0.68;
    animation: cornerBreatheB-b-4a9eyzc8gr 7.4s ease-in-out infinite;
}

.menu-search-area[b-4a9eyzc8gr],
.menu-search-empty[b-4a9eyzc8gr],
.menu-launcher-grid[b-4a9eyzc8gr],
.menu-loading-state[b-4a9eyzc8gr] {
    position: relative;
    z-index: 1;
}

.menu-hero-head[b-4a9eyzc8gr] {
    width: min(1200px, 96vw);
    margin-top: 2.2rem;
    margin-bottom: 0.7rem;
    padding: 0.25rem 0.25rem 0.15rem;
}

.menu-hero-title[b-4a9eyzc8gr] {
    margin: 0;
    font-size: 1.28rem;
    line-height: 1.1;
    font-weight: 800;
    color: #2f4f72;
    letter-spacing: 0.01em;
}

.menu-hero-subtitle[b-4a9eyzc8gr] {
    margin: 0.22rem 0 0;
    font-size: 0.78rem;
    color: #5e7b9e;
    font-weight: 600;
}

.menu-loading-state[b-4a9eyzc8gr] {
    min-height: 58vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.7rem;
}

.menu-loading-spinner[b-4a9eyzc8gr] {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 3px solid rgba(84, 125, 170, 0.26);
    border-top-color: #0b63b2;
    border-right-color: #ff9a36;
    animation: menuSpin-b-4a9eyzc8gr 0.78s linear infinite;
}

.menu-loading-text[b-4a9eyzc8gr] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #496787;
}

.menu-search-area[b-4a9eyzc8gr] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.1rem;
}

.menu-search-shell[b-4a9eyzc8gr] {
    width: min(460px, 92%);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid rgba(149, 177, 209, 0.52);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 18px rgba(57, 81, 112, 0.1);
    padding: 0.52rem 0.82rem;
    color: #4a6482;
}

.menu-search-input[b-4a9eyzc8gr] {
    width: 100%;
    border: none;
    background: transparent;
    color: #2f4460;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.menu-search-input[b-4a9eyzc8gr]::placeholder {
    color: #6f86a4;
    text-transform: lowercase;
}

.menu-search-input:focus[b-4a9eyzc8gr] {
    outline: none;
}

.menu-search-shell:focus-within[b-4a9eyzc8gr] {
    border-color: rgba(87, 133, 186, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94), 0 0 0 2px rgba(106, 158, 218, 0.22), 0 9px 20px rgba(44, 73, 108, 0.14);
}

.menu-search-status[b-4a9eyzc8gr] {
    margin-top: 0.42rem;
    font-size: 0.68rem;
    color: #587493;
    font-weight: 600;
}

.menu-search-empty[b-4a9eyzc8gr] {
    margin: 0.2rem 0 1rem;
    text-align: center;
    font-size: 0.74rem;
    color: #56779c;
    font-weight: 600;
}

.menu-launcher-grid[b-4a9eyzc8gr] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 120px));
    gap: 0.95rem 0.9rem;
    align-content: start;
    justify-content: start;
}

.menu-launcher-grid.submenu-open[b-4a9eyzc8gr] {
    grid-template-columns: repeat(auto-fill, minmax(120px, 120px));
}

.menu-launcher-tile[b-4a9eyzc8gr] {
    position: relative;
    border: 1px solid rgba(160, 180, 203, 0.34);
    background: transparent;
    border-radius: 12px;
    box-sizing: border-box;
    width: 100%;
    min-height: 112px;
    padding: 0.5rem 0.45rem;
    color: #2d3c52;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.18s ease;
}

.menu-new-dot[b-4a9eyzc8gr] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 999px;
    background: #ff4f62;
    box-shadow: 0 0 0 0 rgba(255, 79, 98, 0.45);
    animation: pulseNewDot-b-4a9eyzc8gr 1.25s ease-out infinite;
}

.menu-launcher-tile:hover[b-4a9eyzc8gr] {
    background: rgba(255, 255, 255, 0.58);
    border-color: rgba(158, 172, 194, 0.65);
    box-shadow: 0 8px 20px rgba(43, 58, 80, 0.14);
}

.menu-launcher-tile:focus-visible[b-4a9eyzc8gr] {
    outline: 2px solid rgba(26, 103, 189, 0.75);
    outline-offset: 2px;
}

.menu-launcher-icon[b-4a9eyzc8gr] {
    width: 46px;
    height: 46px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f9fbff;
    font-size: 1.03rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 5px 12px rgba(32, 44, 63, 0.22);
}

.menu-launcher-title[b-4a9eyzc8gr] {
    margin-top: 0.58rem;
    font-size: 0.74rem;
    line-height: 1.22;
    font-weight: 600;
    color: #31455f;
}

.menu-launcher-subtitle[b-4a9eyzc8gr] {
    margin-top: 0.16rem;
    font-size: 0.63rem;
    line-height: 1.2;
    color: #6a7f99;
    font-weight: 600;
}

.tone_1[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #ea9d81, #d97d66);
}

.tone_2[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #d8b27a, #c69356);
}

.tone_3[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #9993ca, #7d78b7);
}

.tone_4[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #74b0b5, #4d969d);
}

.tone_5[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #7fa9d7, #5d8fc9);
}

.tone_6[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #c49ab2, #ab7a99);
}

.tone_7[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #8aa9a3, #6f918c);
}

.tone_8[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #d2a2a8, #bc838b);
}

.tone_9[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #7ea2bc, #6287a4);
}

.tone_10[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #bfa2c8, #a182ad);
}

.tone_11[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #d0ae91, #b88f73);
}

.tone_12[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #91b8af, #73a097);
}

.tone_13[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #b8a690, #9f8b73);
}

.tone_14[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #9caec7, #7f93ad);
}

.tone_15[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #b49cc2, #967fa9);
}

.tone_16[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #9dbeb8, #7da39c);
}

.tone_17[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #d1ad9f, #ba8e7e);
}

.tone_18[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #9ab0a1, #7f9688);
}

.tone_19[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #b4a9d0, #978bbc);
}

.tone_20[b-4a9eyzc8gr] {
    background: linear-gradient(145deg, #8fafc2, #7192a7);
}

@keyframes pulseNewDot-b-4a9eyzc8gr {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 79, 98, 0.45);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(255, 79, 98, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 79, 98, 0);
    }
}

@keyframes menuSpin-b-4a9eyzc8gr {
    to {
        transform: rotate(360deg);
    }
}

@keyframes cornerBreatheA-b-4a9eyzc8gr {
    0%, 100% {
        opacity: 0.58;
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        opacity: 0.88;
        transform: translate3d(10px, 8px, 0) scale(1.08);
    }
}

@keyframes cornerBreatheB-b-4a9eyzc8gr {
    0%, 100% {
        opacity: 0.52;
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        opacity: 0.82;
        transform: translate3d(-10px, -8px, 0) scale(1.1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .menu-start-panel[b-4a9eyzc8gr]::before,
    .menu-start-panel[b-4a9eyzc8gr]::after {
        animation: none !important;
    }
}

@media (max-width: 920px) {
    .menu-top-nav[b-4a9eyzc8gr] {
        top: 0.15rem;
        padding: 0.18rem 0.45rem;
    }

    .menu-brand-mark[b-4a9eyzc8gr] {
        padding: 0.22rem 0.54rem;
        gap: 0.35rem;
    }

    .menu-brand-title[b-4a9eyzc8gr] {
        font-size: 0.76rem;
    }

    .menu-top-version[b-4a9eyzc8gr] {
        font-size: 0.64rem;
    }

    .menu-top-icon[b-4a9eyzc8gr] {
        width: 28px;
        height: 28px;
    }

    .menu-start-panel[b-4a9eyzc8gr] {
        width: min(1200px, 98vw);
        min-height: 66vh;
        padding: 1.25rem 1rem;
    }

    .menu-hero-head[b-4a9eyzc8gr] {
        width: min(1200px, 98vw);
        margin-top: 1.75rem;
        margin-bottom: 0.5rem;
        padding-left: 0.65rem;
        padding-right: 0.35rem;
    }

    .menu-hero-title[b-4a9eyzc8gr] {
        font-size: 1.05rem;
    }

    .menu-hero-subtitle[b-4a9eyzc8gr] {
        font-size: 0.72rem;
    }

    .menu-search-shell[b-4a9eyzc8gr] {
        width: min(420px, 96%);
    }

    .menu-launcher-grid[b-4a9eyzc8gr] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.72rem 0.64rem;
    }

    .menu-launcher-grid.submenu-open[b-4a9eyzc8gr] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .menu-launcher-tile[b-4a9eyzc8gr] {
        min-height: 100px;
        border-radius: 10px;
    }

    .menu-launcher-icon[b-4a9eyzc8gr] {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        font-size: 0.95rem;
    }

    .menu-launcher-title[b-4a9eyzc8gr] {
        font-size: 0.71rem;
    }
}

/* /Pages/Sales/NewInvoice.razor.rz.scp.css */
.initial-payments-card[b-ewiiggg73c] {
    border: 1px solid #d8dee9;
    border-radius: 8px;
    padding: .85rem;
    background: #fff;
}

.initial-payments-title[b-ewiiggg73c] {
    font-size: .86rem;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #30445f;
}

.initial-payments-empty[b-ewiiggg73c] {
    border: 1px dashed #c6d0de;
    border-radius: 6px;
    padding: .65rem .75rem;
    background: #fafcff;
}

.initial-payments-panel[b-ewiiggg73c] {
    border: 1px solid #e1e6ef;
    border-radius: 6px;
    padding: .6rem;
    background: #fff;
}

.initial-method-chip[b-ewiiggg73c] {
    border-color: #cfd8e6;
    color: #4a5d74;
    font-weight: 600;
}

.initial-payments-grid th[b-ewiiggg73c] {
    font-size: .72rem;
    text-transform: uppercase;
    color: #5a6a80;
    letter-spacing: .04em;
    background: #f8fafd;
}

.initial-payments-grid td[b-ewiiggg73c] {
    vertical-align: middle;
    background: #fff;
}

.initial-payments-grid .form-control[b-ewiiggg73c] {
    height: calc(1.5em + .65rem + 2px);
    padding: .32rem .5rem;
    border-color: #cfd8e6;
    border-radius: 4px;
}

.initial-payments-grid .initial-payment-amount-input[b-ewiiggg73c] {
    color: #d63939;
    font-weight: 700;
}

.initial-payments-summary[b-ewiiggg73c] {
    border-top: 1px solid #dfe6f0;
    padding-top: .55rem;
}

.initial-api-payments-panel[b-ewiiggg73c] {
    border: 1px solid #d7e4d8;
    border-radius: 6px;
    padding: .45rem;
    background: #fbfffc;
}

.initial-api-payment-item[b-ewiiggg73c] {
    border: 1px solid #dce4ef;
    background: #fff;
}

.summary-row[b-ewiiggg73c] {
    display: flex;
    justify-content: space-between;
    font-size: .9rem;
    font-weight: 700;
    margin-top: .18rem;
}
