/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-main[b-sjwkj5hlnz] {
    min-height: 100vh;
    background: linear-gradient(180deg, #fbf8f9 0%, #f4eff1 100%);
}

.admin-app-shell[b-sjwkj5hlnz] {
    min-height: 100vh;
}

.admin-topbar[b-sjwkj5hlnz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 78px;
    margin: 20px 20px 0;
    padding: 0 24px;
    border: 1px solid rgba(223, 215, 218, 0.95);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 30px rgba(36, 36, 36, 0.08);
}

.admin-brand-link[b-sjwkj5hlnz] {
    display: inline-flex;
    align-items: center;
}

.admin-brand-logo[b-sjwkj5hlnz] {
    width: 118px;
    max-width: 100%;
    height: auto;
}

.admin-topbar-meta[b-sjwkj5hlnz] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: auto;
}

.admin-workspace-pill[b-sjwkj5hlnz],
.admin-date-pill[b-sjwkj5hlnz],
.admin-user-pill[b-sjwkj5hlnz] {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(223, 215, 218, 0.95);
    box-shadow: none;
}

.admin-workspace-pill[b-sjwkj5hlnz] {
    gap: 12px;
    padding: 8px 14px 8px 8px;
    border-radius: 18px;
    background: #fff;
}

.admin-workspace-avatar[b-sjwkj5hlnz],
.admin-user-pill[b-sjwkj5hlnz] {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    justify-content: center;
    font-weight: 700;
}

.admin-workspace-avatar[b-sjwkj5hlnz] {
    display: inline-flex;
    align-items: center;
    background: #f4e7ec;
    color: #c04a6e;
    font-size: 0.86rem;
}

.admin-workspace-copy[b-sjwkj5hlnz] {
    display: grid;
    gap: 2px;
}

.admin-workspace-name[b-sjwkj5hlnz] {
    color: #242424;
    font-size: 0.98rem;
    font-weight: 700;
}

.admin-workspace-meta[b-sjwkj5hlnz] {
    color: #6a5a60;
    font-size: 0.78rem;
    font-weight: 600;
}

.admin-date-pill[b-sjwkj5hlnz] {
    gap: 10px;
    padding: 0 16px;
    min-height: 40px;
    border-radius: 999px;
    background: #fff;
    color: #242424;
    font-weight: 600;
}

.admin-workspace-pill .mud-icon-root[b-sjwkj5hlnz],
.admin-date-pill .mud-icon-root[b-sjwkj5hlnz] {
    color: #c04a6e;
}

.admin-user-menu[b-sjwkj5hlnz] {
    position: relative;
    display: inline-flex;
}

.admin-user-menu summary[b-sjwkj5hlnz] {
    list-style: none;
}

.admin-user-menu summary[b-sjwkj5hlnz]::-webkit-details-marker {
    display: none;
}

.admin-user-trigger[b-sjwkj5hlnz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.admin-user-trigger:focus-visible[b-sjwkj5hlnz] {
    outline: 2px solid rgba(192, 74, 110, 0.35);
    outline-offset: 4px;
}

.admin-user-pill[b-sjwkj5hlnz] {
    color: #fff;
    background: #242424;
    border-color: transparent;
    box-shadow: none;
}

.admin-user-dropdown[b-sjwkj5hlnz] {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 220px;
    padding: 10px;
    border: 1px solid rgba(223, 215, 218, 0.98);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 38px rgba(36, 36, 36, 0.12);
    z-index: 20;
}

.admin-user-dropdown-name[b-sjwkj5hlnz] {
    padding: 6px 8px 10px;
    color: #242424;
    font-size: 0.92rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(232, 225, 228, 0.95);
}

.admin-user-dropdown-action[b-sjwkj5hlnz] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    padding: 10px 8px;
    border-radius: 10px;
    color: #3b3135;
    text-decoration: none;
    font-weight: 600;
}

.admin-user-dropdown-action:hover[b-sjwkj5hlnz] {
    background: #f8f3f5;
}

.admin-user-dropdown-action .mud-icon-root[b-sjwkj5hlnz] {
    color: #c04a6e;
}

.admin-content[b-sjwkj5hlnz] {
    min-width: 0;
    padding: 20px 20px 28px;
}

@media (max-width: 760px) {
    .admin-topbar[b-sjwkj5hlnz] {
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        margin: 14px 14px 0;
        padding: 16px 14px;
    }

    .admin-topbar-meta[b-sjwkj5hlnz] {
        flex-wrap: wrap;
        margin-left: 0;
    }

    .admin-content[b-sjwkj5hlnz] {
        padding: 14px 14px 24px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.main-shell[b-dmgs2rxc5f] {
    min-height: 100vh;
}

#blazor-error-ui[b-dmgs2rxc5f] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-dmgs2rxc5f] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/MerchantLayout.razor.rz.scp.css */
.merchant-main[b-f5qv2cww3v] {
    min-height: 100vh;
    margin-top: 0;
    padding-top: 0;
    background: linear-gradient(180deg, #fbf8f9 0%, #f4eff1 100%);
}

.merchant-app-shell[b-f5qv2cww3v] {
    min-height: 100vh;
}

.merchant-brand-link[b-f5qv2cww3v] {
    display: inline-flex;
    align-items: center;
}

.merchant-brand-logo[b-f5qv2cww3v] {
    width: 118px;
    max-width: 100%;
    height: auto;
}

.merchant-workspace[b-f5qv2cww3v] {
    min-width: 0;
    padding: 0;
}

.merchant-topbar[b-f5qv2cww3v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 78px;
    margin: 20px 20px 0;
    padding: 0 26px 0 24px;
    border: 1px solid rgba(223, 215, 218, 0.95);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 30px rgba(36, 36, 36, 0.08);
}

.merchant-hotel-pill[b-f5qv2cww3v],
.merchant-date-pill[b-f5qv2cww3v],
.merchant-user-pill[b-f5qv2cww3v] {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(223, 215, 218, 0.95);
    box-shadow: none;
}

.merchant-hotel-pill[b-f5qv2cww3v] {
    gap: 12px;
    padding: 8px 14px 8px 8px;
    border-radius: 18px;
    background: #fff;
}

.merchant-hotel-avatar[b-f5qv2cww3v],
.merchant-user-pill[b-f5qv2cww3v] {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    justify-content: center;
    font-weight: 700;
}

.merchant-hotel-avatar[b-f5qv2cww3v] {
    display: inline-flex;
    align-items: center;
    background: #f4e7ec;
    color: #c04a6e;
    font-size: 0.86rem;
}

.merchant-hotel-copy[b-f5qv2cww3v] {
    display: grid;
    gap: 2px;
}

.merchant-hotel-name[b-f5qv2cww3v] {
    color: #242424;
    font-size: 0.98rem;
    font-weight: 700;
}

.merchant-hotel-meta[b-f5qv2cww3v] {
    color: #6a5a60;
    font-size: 0.78rem;
    font-weight: 600;
}

.merchant-topbar-meta[b-f5qv2cww3v] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: auto;
}

.merchant-language-switch[b-f5qv2cww3v] {
    display: flex;
    align-items: center;
}

.merchant-hotel-menu[b-f5qv2cww3v],
.merchant-user-menu[b-f5qv2cww3v] {
    position: relative;
    display: inline-flex;
}

.merchant-hotel-menu summary[b-f5qv2cww3v],
.merchant-user-menu summary[b-f5qv2cww3v] {
    list-style: none;
}

.merchant-hotel-menu summary[b-f5qv2cww3v]::-webkit-details-marker,
.merchant-user-menu summary[b-f5qv2cww3v]::-webkit-details-marker {
    display: none;
}

.merchant-hotel-pill[b-f5qv2cww3v] {
    cursor: pointer;
}

.merchant-hotel-pill:focus-visible[b-f5qv2cww3v] {
    outline: 2px solid rgba(192, 74, 110, 0.35);
    outline-offset: 4px;
}

.merchant-hotel-dropdown[b-f5qv2cww3v] {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: grid;
    gap: 6px;
    min-width: 280px;
    padding: 10px;
    border: 1px solid rgba(223, 215, 218, 0.98);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 38px rgba(36, 36, 36, 0.12);
    z-index: 20;
}

.merchant-hotel-empty[b-f5qv2cww3v] {
    padding: 6px 8px;
    color: #6a5a60;
    font-size: 0.88rem;
    line-height: 1.5;
}

.merchant-hotel-option[b-f5qv2cww3v] {
    display: grid;
    gap: 3px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.merchant-hotel-option:hover[b-f5qv2cww3v] {
    background: #f8f3f5;
}

.merchant-hotel-option-selected[b-f5qv2cww3v] {
    border-color: rgba(192, 74, 110, 0.2);
    background: #fff3f6;
}

.merchant-hotel-option-name[b-f5qv2cww3v] {
    color: #242424;
    font-size: 0.92rem;
    font-weight: 700;
}

.merchant-hotel-option-meta[b-f5qv2cww3v] {
    color: #6a5a60;
    font-size: 0.78rem;
    font-weight: 600;
}

.merchant-user-trigger[b-f5qv2cww3v] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.merchant-user-trigger:focus-visible[b-f5qv2cww3v] {
    outline: 2px solid rgba(192, 74, 110, 0.35);
    outline-offset: 4px;
}

.merchant-user-dropdown[b-f5qv2cww3v] {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 220px;
    padding: 10px;
    border: 1px solid rgba(223, 215, 218, 0.98);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 38px rgba(36, 36, 36, 0.12);
    z-index: 20;
}

.merchant-user-dropdown-name[b-f5qv2cww3v] {
    padding: 6px 8px 10px;
    color: #242424;
    font-size: 0.92rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(232, 225, 228, 0.95);
}

.merchant-user-dropdown-action[b-f5qv2cww3v] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    padding: 10px 8px;
    border-radius: 10px;
    color: #3b3135;
    text-decoration: none;
    font-weight: 600;
}

.merchant-user-dropdown-action:hover[b-f5qv2cww3v] {
    background: #f8f3f5;
}

.merchant-user-dropdown-action .mud-icon-root[b-f5qv2cww3v] {
    color: #c04a6e;
}

.merchant-date-pill[b-f5qv2cww3v] {
    gap: 10px;
    padding: 0 16px;
    min-height: 40px;
    border-radius: 999px;
    background: #fff;
    color: #242424;
    font-weight: 600;
}

.merchant-hotel-pill .mud-icon-root[b-f5qv2cww3v],
.merchant-date-pill .mud-icon-root[b-f5qv2cww3v] {
    color: #c04a6e;
}

.merchant-user-pill[b-f5qv2cww3v] {
    color: #fff;
    background: #242424;
    border-color: transparent;
    box-shadow: none;
}

.merchant-content[b-f5qv2cww3v] {
    min-width: 0;
    padding: 20px 20px 28px;
}

@media (max-width: 1100px) {
    .merchant-topbar-meta[b-f5qv2cww3v] {
        gap: 12px;
    }
}

@media (max-width: 760px) {
    .merchant-workspace[b-f5qv2cww3v] {
        padding: 0;
    }

    .merchant-topbar[b-f5qv2cww3v] {
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        margin: 14px 14px 0;
        padding: 16px 14px;
    }

    .merchant-topbar-meta[b-f5qv2cww3v] {
        justify-content: space-between;
        margin-left: 0;
        flex-wrap: wrap;
    }

    .merchant-language-switch[b-f5qv2cww3v] {
        width: 100%;
        justify-content: flex-start;
    }

    .merchant-content[b-f5qv2cww3v] {
        padding: 14px 14px 24px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-rype2c43bn],
.components-reconnect-repeated-attempt-visible[b-rype2c43bn],
.components-reconnect-failed-visible[b-rype2c43bn],
.components-pause-visible[b-rype2c43bn],
.components-resume-failed-visible[b-rype2c43bn],
.components-rejoining-animation[b-rype2c43bn] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-rype2c43bn],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-rype2c43bn],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-rype2c43bn],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-rype2c43bn],
#components-reconnect-modal.components-reconnect-retrying[b-rype2c43bn],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-rype2c43bn],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-rype2c43bn],
#components-reconnect-modal.components-reconnect-failed[b-rype2c43bn],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-rype2c43bn] {
    display: block;
}


#components-reconnect-modal[b-rype2c43bn] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-rype2c43bn 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-rype2c43bn 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-rype2c43bn 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-rype2c43bn]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-rype2c43bn 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-rype2c43bn {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-rype2c43bn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-rype2c43bn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-rype2c43bn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-rype2c43bn] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-rype2c43bn] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-rype2c43bn] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-rype2c43bn] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-rype2c43bn] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-rype2c43bn] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-rype2c43bn 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-rype2c43bn] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-rype2c43bn {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/Dashboard.razor.rz.scp.css */
.admin-dashboard-shell[b-5n2szud7ij] {
    display: grid;
}

.admin-dashboard-card[b-5n2szud7ij] {
    padding: 28px;
    border: 1px solid rgba(223, 215, 218, 0.95);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 38px rgba(36, 36, 36, 0.12);
}

.admin-dashboard-kicker[b-5n2szud7ij] {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(192, 74, 110, 0.11);
    color: #8d3350;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.admin-dashboard-title[b-5n2szud7ij] {
    margin: 16px 0 10px;
    color: #242424;
    font-size: clamp(2rem, 3vw, 2.7rem);
    line-height: 1.08;
}

.admin-dashboard-copy[b-5n2szud7ij] {
    max-width: 52rem;
    margin: 0;
    color: #5b4a50;
    font-size: 1.02rem;
    line-height: 1.8;
}

.admin-dashboard-meta[b-5n2szud7ij] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.admin-dashboard-meta-item[b-5n2szud7ij] {
    display: grid;
    gap: 4px;
    padding: 16px 18px;
    border: 1px solid rgba(232, 225, 228, 0.95);
    border-radius: 12px;
    background: linear-gradient(180deg, #fcf9fa 0%, #ffffff 100%);
}

.admin-dashboard-meta-label[b-5n2szud7ij] {
    color: #7a6970;
    font-size: 0.84rem;
    font-weight: 600;
}

.admin-dashboard-meta-item strong[b-5n2szud7ij] {
    color: #242424;
    font-size: 0.98rem;
}

@media (max-width: 760px) {
    .admin-dashboard-card[b-5n2szud7ij] {
        padding: 20px 18px;
    }

    .admin-dashboard-meta[b-5n2szud7ij] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Merchant/Dashboard.razor.rz.scp.css */
.merchant-dashboard[b-o3f5vmx61n] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.metrics-grid[b-o3f5vmx61n] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    grid-column: 1 / -1;
}

.dashboard-card[b-o3f5vmx61n] {
    border: 1px solid rgba(223, 215, 218, 0.95);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 38px rgba(36, 36, 36, 0.12);
}

.metric-card[b-o3f5vmx61n] {
    padding: 20px 22px;
}

.metric-card-head[b-o3f5vmx61n],
.section-title-row[b-o3f5vmx61n],
.list-row[b-o3f5vmx61n],
.timeline-row[b-o3f5vmx61n],
.timeline-total[b-o3f5vmx61n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.metric-card-head[b-o3f5vmx61n] {
    margin-bottom: 20px;
}

.metric-icon[b-o3f5vmx61n] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 1.1rem;
}

.metric-icon.soft[b-o3f5vmx61n] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.metric-icon.metric-sage[b-o3f5vmx61n],
.metric-icon.metric-sage.soft[b-o3f5vmx61n] {
    color: #a75a72;
    background: #f5edef;
}

.metric-icon.metric-rose[b-o3f5vmx61n],
.metric-icon.metric-rose.soft[b-o3f5vmx61n] {
    color: #a75a72;
    background: #f5edef;
}

.metric-icon.metric-stone[b-o3f5vmx61n],
.metric-icon.metric-stone.soft[b-o3f5vmx61n] {
    color: #a75a72;
    background: #f5edef;
}

.metric-icon.metric-muted[b-o3f5vmx61n],
.metric-icon.metric-muted.soft[b-o3f5vmx61n] {
    color: #a75a72;
    background: #f5edef;
}

.metric-icon.purple[b-o3f5vmx61n],
.metric-icon.purple.soft[b-o3f5vmx61n] {
    color: #a75a72;
    background: #f5edef;
}

.metric-icon.green:not(.metric-sage)[b-o3f5vmx61n],
.metric-icon.green.soft:not(.metric-sage)[b-o3f5vmx61n] {
    color: #a75a72;
    background: #f5edef;
}

.metric-icon.blue:not(.metric-rose)[b-o3f5vmx61n],
.metric-icon.blue.soft:not(.metric-rose)[b-o3f5vmx61n] {
    color: #a75a72;
    background: #f5edef;
}

.metric-icon.amber:not(.metric-stone)[b-o3f5vmx61n],
.metric-icon.amber.soft:not(.metric-stone)[b-o3f5vmx61n] {
    color: #a75a72;
    background: #f5edef;
}

.metric-icon.red:not(.metric-muted)[b-o3f5vmx61n],
.metric-icon.red.soft:not(.metric-muted)[b-o3f5vmx61n] {
    color: #a75a72;
    background: #f5edef;
}

.metric-trend[b-o3f5vmx61n] {
    font-size: 1rem;
}

.metric-trend.metric-sage[b-o3f5vmx61n],
.amount-metric-sage[b-o3f5vmx61n] {
    color: #8a676f;
}

.metric-trend.metric-rose[b-o3f5vmx61n],
.amount-metric-rose[b-o3f5vmx61n] {
    color: #a75a72;
}

.metric-trend.metric-stone[b-o3f5vmx61n],
.amount-metric-stone[b-o3f5vmx61n] {
    color: #8a676f;
}

.metric-trend.metric-muted[b-o3f5vmx61n],
.amount-metric-muted[b-o3f5vmx61n] {
    color: #8a676f;
}

.amount-purple[b-o3f5vmx61n] {
    color: #8a676f;
}

.metric-label[b-o3f5vmx61n] {
    color: #4f4146;
    font-size: 0.98rem;
    font-weight: 600;
}

.metric-value[b-o3f5vmx61n] {
    margin-top: 10px;
    color: #242424;
    font-size: clamp(2rem, 2.7vw, 2.25rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.metric-footnote[b-o3f5vmx61n] {
    margin-top: 8px;
    font-size: 0.98rem;
    font-weight: 600;
}

.metric-footnote.metric-sage[b-o3f5vmx61n] {
    color: #7a6970;
}

.metric-footnote.metric-rose[b-o3f5vmx61n] {
    color: #7a6970;
}

.metric-footnote.metric-stone[b-o3f5vmx61n] {
    color: #7a6970;
}

.metric-footnote.metric-muted[b-o3f5vmx61n] {
    color: #7a6970;
}

.dashboard-section[b-o3f5vmx61n] {
    padding: 18px 22px 18px;
}

.section-title-row h2[b-o3f5vmx61n] {
    margin: 0;
    color: #242424;
    font-size: 0.98rem;
}

.section-meta[b-o3f5vmx61n],
.subtle-inline[b-o3f5vmx61n] {
    color: #6a5a60;
    font-size: 0.88rem;
}

.list-rows[b-o3f5vmx61n] {
    margin-top: 14px;
}

.aligned-card-rows[b-o3f5vmx61n] {
    display: grid;
    grid-template-rows: repeat(4, minmax(64px, 1fr));
}

.list-row[b-o3f5vmx61n] {
    gap: 16px;
    min-height: 64px;
    border-top: 1px solid rgba(232, 225, 228, 0.95);
}

.list-row:first-child[b-o3f5vmx61n] {
    border-top: 0;
}

.list-row.compact[b-o3f5vmx61n] {
    min-height: 64px;
}

.list-row-main[b-o3f5vmx61n] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    color: #3b3135;
    font-weight: 500;
}

.card-data-row[b-o3f5vmx61n] {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) minmax(96px, auto);
    align-items: center;
    column-gap: 14px;
}

.list-row-icon[b-o3f5vmx61n] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.list-row-tail[b-o3f5vmx61n],
.attention-tail[b-o3f5vmx61n] {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #7a6970;
}

.currency-tail[b-o3f5vmx61n] {
    justify-content: flex-end;
    text-align: right;
}

.list-row-tail strong[b-o3f5vmx61n],
.attention-tail strong[b-o3f5vmx61n],
.timeline-total strong[b-o3f5vmx61n] {
    color: #242424;
    font-size: 0.98rem;
}

.search-grid[b-o3f5vmx61n] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 18px;
    margin-top: 18px;
}

.payment-sources-section[b-o3f5vmx61n] {
    grid-column: 3 / 5;
    grid-row: 2;
}

.search-section[b-o3f5vmx61n] {
    grid-column: 1 / 3;
    grid-row: 2 / 4;
    position: relative;
}

.search-section.search-section-expanded[b-o3f5vmx61n] {
    grid-column: 1 / -1;
}

.scheduled-collections-section[b-o3f5vmx61n] {
    grid-column: 3 / 5;
    grid-row: 3;
}

.section-link[b-o3f5vmx61n] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: #c04a6e;
    text-decoration: none;
    font-weight: 700;
}

.search-shell[b-o3f5vmx61n] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    margin-top: 14px;
    padding: 0 16px;
    border: 1px solid rgba(223, 215, 218, 0.98);
    border-radius: 10px;
    background: #fcfafb;
    color: #7a6970;
    box-shadow: 0 10px 24px rgba(36, 36, 36, 0.05);
}

.search-request-overlay[b-o3f5vmx61n] {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(1.5px);
}

.search-request-overlay-panel[b-o3f5vmx61n] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(36, 36, 36, 0.1);
    box-shadow: 0 12px 30px rgba(36, 36, 36, 0.14);
    color: rgba(36, 36, 36, 0.82);
    font-size: 0.95rem;
    font-weight: 700;
}

.search-request-spinner[b-o3f5vmx61n] {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 4px solid rgba(36, 36, 36, 0.24);
    border-top-color: #c04a6e;
    animation: search-request-spin-b-o3f5vmx61n 0.8s linear infinite;
}

.search-shell input[b-o3f5vmx61n] {
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    outline: none;
}

.search-alert[b-o3f5vmx61n] {
    margin-top: 14px;
}

.search-error-label[b-o3f5vmx61n] {
    margin-top: 12px;
    color: #c04a6e;
    font-size: 0.9rem;
    font-weight: 600;
}

.search-section[b-o3f5vmx61n] {
    padding-bottom: 22px;
}

@keyframes search-request-spin-b-o3f5vmx61n {
    to {
        transform: rotate(360deg);
    }
}

.batch-selector[b-o3f5vmx61n] {
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(232, 225, 228, 0.95);
    border-radius: 10px;
    background:
        radial-gradient(circle at top right, rgba(192, 74, 110, 0.12), transparent 32%),
        linear-gradient(180deg, #fff8fa 0%, #ffffff 100%);
    box-shadow: 0 12px 28px rgba(36, 36, 36, 0.06);
}

.batch-selector-head[b-o3f5vmx61n] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.batch-selector-head > :first-child[b-o3f5vmx61n] {
    flex: 1 1 auto;
    min-width: 0;
}

.batch-selector-title[b-o3f5vmx61n] {
    color: #3b3135;
    font-size: 1rem;
    font-weight: 700;
}

.batch-selector-count[b-o3f5vmx61n] {
    flex: 0 0 auto;
    align-self: flex-start;
    color: #a75a72;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: right;
    white-space: nowrap;
}

.batch-grid[b-o3f5vmx61n] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 248px;
    gap: 14px;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 4px 12px;
    scrollbar-gutter: stable;
    scrollbar-width: none;
}

.batch-grid[b-o3f5vmx61n]::-webkit-scrollbar {
    display: none;
}

.batch-carousel[b-o3f5vmx61n] {
    position: relative;
    margin-top: 16px;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
}

.batch-carousel[b-o3f5vmx61n]::before,
.batch-carousel[b-o3f5vmx61n]::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 8px;
    width: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.18s ease;
    background: none;
}

.batch-carousel[b-o3f5vmx61n]::before {
    left: 0;
}

.batch-carousel[b-o3f5vmx61n]::after {
    right: 0;
}

.batch-carousel.can-scroll-left[b-o3f5vmx61n]::before,
.batch-carousel.can-scroll-right[b-o3f5vmx61n]::after {
    opacity: 1;
}

.batch-scroll-arrow[b-o3f5vmx61n] {
    position: absolute;
    top: calc(50% + 8px);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #8f6673;
    box-shadow: 0 12px 28px rgba(36, 36, 36, 0.14);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) scale(0.92);
    transition: opacity 0.18s ease, transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.batch-scroll-arrow.is-visible[b-o3f5vmx61n] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
}

.batch-scroll-arrow:hover[b-o3f5vmx61n] {
    background: #fff6f8;
    color: #a75a72;
}

.batch-scroll-arrow:disabled[b-o3f5vmx61n] {
    opacity: 0;
    pointer-events: none;
}

.batch-scroll-arrow-prev[b-o3f5vmx61n] {
    left: 10px;
}

.batch-scroll-arrow-next[b-o3f5vmx61n] {
    right: 10px;
}

.batch-card[b-o3f5vmx61n] {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 248px;
    min-width: 248px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-align: left;
    cursor: pointer;
    box-shadow: none;
    filter: none;
    transition: transform 0.18s ease;
}

.batch-card[b-o3f5vmx61n]::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.batch-card-surface[b-o3f5vmx61n] {
    display: grid;
    gap: 10px;
    position: relative;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 16px 12px 16px 8px;
    border: 1px solid rgba(223, 215, 218, 0.98);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 6px 8px 14px rgba(128, 128, 128, 0.14);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.batch-card:hover .batch-card-surface[b-o3f5vmx61n] {
    border-color: rgba(192, 74, 110, 0.35);
}

.batch-card-selected .batch-card-surface[b-o3f5vmx61n] {
    border-color: rgba(192, 74, 110, 0.55);
    background: linear-gradient(180deg, #fff3f6 0%, #ffffff 100%);
}

.batch-card-head[b-o3f5vmx61n],
.batch-card-meta[b-o3f5vmx61n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.batch-card-head > :first-child[b-o3f5vmx61n] {
    flex: 1 1 auto;
    min-width: 0;
}

.batch-card-kicker[b-o3f5vmx61n] {
    color: #6a5a60;
    font-size: 0.82rem;
}

.batch-card-type[b-o3f5vmx61n] {
    margin-top: 4px;
    color: #3b3135;
    font-size: 0.96rem;
    font-weight: 700;
}

.batch-card-status[b-o3f5vmx61n] {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f9eef1;
    color: #a75a72;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.batch-card-status-pending[b-o3f5vmx61n] {
    background: #fff1dd;
    color: #b56705;
}

.batch-card-status-expired[b-o3f5vmx61n] {
    background: #fde8eb;
    color: #b93d57;
}

.batch-card-status-paid[b-o3f5vmx61n] {
    background: #e7f5ec;
    color: #2f8a57;
}

.batch-card-amount[b-o3f5vmx61n] {
    color: #242424;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.batch-card-meta[b-o3f5vmx61n] {
    color: #4f4146;
    font-size: 0.86rem;
    font-weight: 600;
}

.reservation-summary[b-o3f5vmx61n] {
    align-self: start;
    max-height: 428px;
    padding: 12px;
    border-radius: 8px;
    background: linear-gradient(180deg, #fcf9fa 0%, #ffffff 100%);
    border: 1px solid rgba(232, 225, 228, 0.95);
    box-shadow: 0 10px 24px rgba(36, 36, 36, 0.05);
}

.reservation-summary-head[b-o3f5vmx61n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.reservation-reload-button[b-o3f5vmx61n] {
    align-self: center;
}

.reservation-reload-button-content[b-o3f5vmx61n] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}

.reservation-reload-button-content .mud-icon-root[b-o3f5vmx61n] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.reservation-reload-button-content > span:last-child[b-o3f5vmx61n] {
    display: inline-flex;
    align-items: center;
}

.reservation-label[b-o3f5vmx61n],
.reservation-facts dt[b-o3f5vmx61n],
.timeline-date[b-o3f5vmx61n] {
    color: #7a6970;
    font-size: 0.92rem;
}

.reservation-id[b-o3f5vmx61n] {
    display: block;
    margin-top: 6px;
    color: #c04a6e;
    font-size: 1.75rem;
    line-height: 1;
}

.reservation-facts[b-o3f5vmx61n] {
    display: grid;
    grid-template-columns: minmax(120px, 160px) minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 12px;
    margin: 18px 0 0;
}

.reservation-facts div[b-o3f5vmx61n] {
    display: contents;
}

.reservation-facts dt[b-o3f5vmx61n] {
    align-self: start;
}

.reservation-facts dd[b-o3f5vmx61n] {
    margin: 0;
    color: #242424;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
}

.reservation-meta-stack[b-o3f5vmx61n] {
    display: grid;
    gap: 6px;
    margin-top: 18px;
}

.reservation-amount-grid[b-o3f5vmx61n] {
    display: grid;
    gap: 12px;
    margin-top: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reservation-amount-card[b-o3f5vmx61n] {
    display: grid;
    gap: 10px;
    min-height: 80px;
    padding: 16px 18px;
    border: 1px solid rgba(227, 196, 205, 0.7);
    border-radius: 10px;
    background: linear-gradient(180deg, #fff7f9 0%, #fffdfd 100%);
}

.reservation-amount-card-button[b-o3f5vmx61n] {
    width: 100%;
    text-align: left;
    cursor: pointer;
    appearance: none;
    font: inherit;
}

.reservation-amount-card-button:disabled[b-o3f5vmx61n] {
    cursor: default;
}

.reservation-amount-card-button:not(:disabled):hover[b-o3f5vmx61n] {
    border-color: rgba(147, 165, 184, 0.95);
    box-shadow: 0 12px 24px rgba(62, 85, 109, 0.08);
}

.reservation-amount-card-button:not(:disabled):focus-visible[b-o3f5vmx61n] {
    outline: 2px solid rgba(85, 106, 127, 0.45);
    outline-offset: 2px;
}

.reservation-amount-card-secondary[b-o3f5vmx61n] {
    border-color: rgba(208, 216, 226, 0.9);
    background: linear-gradient(180deg, #fafbfd 0%, #ffffff 100%);
}

.reservation-amount-card-secondary .reservation-amount-label[b-o3f5vmx61n] {
    color: #556a7f;
}

.reservation-amount-card-secondary .reservation-amount-value[b-o3f5vmx61n] {
    color: #3e556d;
}

.reservation-amount-label[b-o3f5vmx61n] {
    color: #91606e;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.reservation-amount-value[b-o3f5vmx61n] {
    display: block;
    margin: 0;
    color: #c04a6e;
    font-size: clamp(2rem, 2.4vw, 2.2rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.audit-panel[b-o3f5vmx61n] {
    display: grid;
    align-content: start;
    gap: 16px;
    min-width: 0;
    min-height: 100%;
    padding: 16px;
    border-radius: 8px;
    background: linear-gradient(180deg, #fffafb 0%, #ffffff 100%);
    border: 1px solid rgba(232, 225, 228, 0.95);
    box-shadow: 0 10px 24px rgba(36, 36, 36, 0.05);
}

.audit-panel-head[b-o3f5vmx61n] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.activity-timeline[b-o3f5vmx61n] {
    --timeline-date-column: 92px;
    --timeline-icon-column: 44px;
    --timeline-gap: 14px;
    position: relative;
    display: grid;
    gap: 6px;
    padding-left: 8px;
}

.search-progress[b-o3f5vmx61n] {
    margin: 12px auto;
}

.empty-audit-state[b-o3f5vmx61n] {
    padding: 18px 0;
    color: #6a5a60;
    font-size: 0.92rem;
    line-height: 1.5;
}

.activity-timeline[b-o3f5vmx61n]::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: calc(8px + var(--timeline-date-column) + var(--timeline-gap) + (var(--timeline-icon-column) / 2));
    width: 2px;
    background: linear-gradient(180deg, rgba(36, 36, 36, 0.24), rgba(36, 36, 36, 0.1));
}

.timeline-row[b-o3f5vmx61n] {
    position: relative;
    display: grid;
    grid-template-columns: var(--timeline-date-column) var(--timeline-icon-column) minmax(0, 1fr) minmax(72px, auto);
    align-items: center;
    column-gap: var(--timeline-gap);
    padding: 10px 0;
    border-bottom: 0;
}

.timeline-stamp[b-o3f5vmx61n] {
    display: contents;
}

.timeline-marker[b-o3f5vmx61n] {
    position: relative;
    z-index: 1;
    justify-self: center;
}

.timeline-debug-trigger[b-o3f5vmx61n] {
    border: 0;
    cursor: pointer;
    padding: 0;
}

.timeline-date[b-o3f5vmx61n] {
    width: auto;
    flex: 0 0 auto;
    display: grid;
    gap: 2px;
}

.timeline-time[b-o3f5vmx61n] {
    color: #9a8b90;
    font-size: 0.78rem;
    line-height: 1.1;
}

.timeline-content[b-o3f5vmx61n] {
    min-width: 0;
}

.timeline-title[b-o3f5vmx61n] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3b3135;
    font-weight: 500;
}

.timeline-badge[b-o3f5vmx61n] {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border: 1px solid rgba(192, 74, 110, 0.2);
    border-radius: 999px;
    color: #a75a72;
    background: #f9eef1;
    font-size: 0.76rem;
    font-weight: 700;
    white-space: nowrap;
}

.timeline-note[b-o3f5vmx61n] {
    color: #7a6970;
    font-size: 0.84rem;
    line-height: 1.4;
}

.timeline-amount[b-o3f5vmx61n] {
    min-width: 72px;
    text-align: right;
    font-weight: 700;
}

.timeline-status-started[b-o3f5vmx61n] {
    color: #8a676f;
}

.timeline-status-completed[b-o3f5vmx61n] {
    color: #7a6970;
}

.timeline-status-failed[b-o3f5vmx61n] {
    color: #c04a6e;
}

@media (max-width: 1100px) {
    .merchant-dashboard[b-o3f5vmx61n] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .metrics-grid[b-o3f5vmx61n] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .payment-sources-section[b-o3f5vmx61n] {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .search-section[b-o3f5vmx61n],
    .scheduled-collections-section[b-o3f5vmx61n] {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .search-grid[b-o3f5vmx61n] {
        grid-template-columns: 1fr;
    }

    .batch-selector-head[b-o3f5vmx61n] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 760px) {
    .merchant-dashboard[b-o3f5vmx61n] {
        grid-template-columns: 1fr;
    }

    .dashboard-intro[b-o3f5vmx61n] {
        display: none;
    }

    .metrics-grid[b-o3f5vmx61n] {
        grid-template-columns: 1fr;
    }

    .dashboard-section[b-o3f5vmx61n],
    .metric-card[b-o3f5vmx61n] {
        padding-inline: 18px;
    }

    .list-row[b-o3f5vmx61n],
    .timeline-row[b-o3f5vmx61n],
    .section-title-row[b-o3f5vmx61n] {
        align-items: flex-start;
    }

    .list-row[b-o3f5vmx61n],
    .timeline-row[b-o3f5vmx61n] {
        flex-direction: column;
    }

    .card-data-row[b-o3f5vmx61n] {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .aligned-card-rows[b-o3f5vmx61n] {
        grid-template-rows: none;
    }

    .currency-tail[b-o3f5vmx61n] {
        justify-content: flex-start;
        text-align: left;
    }

    .list-row-tail[b-o3f5vmx61n],
    .attention-tail[b-o3f5vmx61n] {
        width: 100%;
        justify-content: space-between;
    }

    .audit-panel-head[b-o3f5vmx61n] {
        flex-direction: column;
    }

    .reservation-facts[b-o3f5vmx61n] {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .reservation-summary-head[b-o3f5vmx61n] {
        align-items: flex-start;
        flex-direction: column;
    }

    .reservation-facts div[b-o3f5vmx61n] {
        display: grid;
        gap: 3px;
    }

    .reservation-amount-grid[b-o3f5vmx61n] {
        grid-template-columns: 1fr;
    }

    .timeline-amount[b-o3f5vmx61n] {
        min-width: 0;
        text-align: left;
    }

    .activity-timeline[b-o3f5vmx61n] {
        padding-left: 0;
    }

    .activity-timeline[b-o3f5vmx61n]::before {
        display: none;
    }

    .timeline-row[b-o3f5vmx61n] {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .batch-card-head[b-o3f5vmx61n],
    .batch-card-meta[b-o3f5vmx61n] {
        align-items: flex-start;
        flex-direction: column;
    }

    .timeline-stamp[b-o3f5vmx61n] {
        display: grid;
        grid-template-columns: auto auto;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
    }

    .timeline-date[b-o3f5vmx61n] {
        width: auto;
        flex-basis: auto;
    }

    .batch-grid[b-o3f5vmx61n] {
        grid-auto-columns: minmax(220px, 88vw);
    }

    .batch-card[b-o3f5vmx61n] {
        width: auto;
        min-width: 0;
    }

    .batch-carousel[b-o3f5vmx61n]::before,
    .batch-carousel[b-o3f5vmx61n]::after,
    .batch-scroll-arrow[b-o3f5vmx61n] {
        display: none;
    }
}
/* /Components/Shared/JsonDebugDialog.razor.rz.scp.css */
.json-debug-backdrop[b-jn3zj1aeaw] {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(36, 36, 36, 0.45);
    backdrop-filter: blur(2px);
}

.json-debug-dialog[b-jn3zj1aeaw] {
    display: grid;
    gap: 16px;
    width: min(960px, 100%);
    max-height: min(88vh, 960px);
    padding: 18px 22px;
    overflow: hidden;
    border: 1px solid rgba(223, 215, 218, 0.95);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 38px rgba(36, 36, 36, 0.28);
}

.json-debug-head[b-jn3zj1aeaw] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.json-debug-title[b-jn3zj1aeaw] {
    color: #3b3135;
    font-size: 1rem;
    font-weight: 700;
}

.json-debug-loading[b-jn3zj1aeaw] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #4f4146;
    font-weight: 600;
}

.json-debug-spinner[b-jn3zj1aeaw] {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 4px solid rgba(36, 36, 36, 0.14);
    border-top-color: #c04a6e;
    animation: json-debug-spin-b-jn3zj1aeaw 0.8s linear infinite;
}

.json-debug-content[b-jn3zj1aeaw] {
    padding: 16px;
    overflow-x: auto;
    overflow-y: auto;
    border-radius: 10px;
    background: #1e1e1e;
    border: 1px solid #343434;
    color: #d4d4d4;
    font-size: 0.84rem;
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-word;
    max-height: min(68vh, 720px);
}

.json-debug-content[b-jn3zj1aeaw],
.json-debug-fallback[b-jn3zj1aeaw] {
    font-family: Consolas, "Courier New", monospace;
}

.json-debug-fallback[b-jn3zj1aeaw] {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
    color: #d4d4d4;
}

@keyframes json-debug-spin-b-jn3zj1aeaw {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 760px) {
    .json-debug-backdrop[b-jn3zj1aeaw] {
        padding: 12px;
    }

    .json-debug-head[b-jn3zj1aeaw] {
        flex-direction: column;
    }
}
/* /Components/Shared/JsonDebugNode.razor.rz.scp.css */
.json-node[b-41jf3fw3dx] {
    padding-left: calc(var(--json-depth) * 1rem);
}

.json-node-row[b-41jf3fw3dx] {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.15rem;
    line-height: 1.55;
    min-width: 0;
}

.json-node-inline[b-41jf3fw3dx] {
    display: inline-flex;
    align-items: baseline;
    flex: 1 1 18rem;
    flex-wrap: wrap;
    min-width: 0;
    gap: 0.15rem;
}

.json-node-container-row[b-41jf3fw3dx],
.json-node-closing-row[b-41jf3fw3dx] {
    color: #d4d4d4;
}

.json-node-toggle[b-41jf3fw3dx] {
    width: 1.1rem;
    min-width: 1.1rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #d4d4d4;
    cursor: pointer;
    font: inherit;
    line-height: 1.2;
}

.json-node-toggle:hover[b-41jf3fw3dx] {
    color: #ffffff;
}

.json-node-leaf-spacer[b-41jf3fw3dx],
.json-node-closing-spacer[b-41jf3fw3dx] {
    width: 1.1rem;
    min-width: 1.1rem;
}

.json-node-punctuation[b-41jf3fw3dx] {
    color: #d4d4d4;
}

.json-node-meta[b-41jf3fw3dx] {
    color: #808080;
    font-size: 0.8rem;
}

.json-key[b-41jf3fw3dx] {
    color: #4fc1ff;
    flex: 0 1 auto;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.json-value[b-41jf3fw3dx] {
    flex: 1 1 18rem;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.json-string[b-41jf3fw3dx] {
    color: #ce9178;
}

.json-number[b-41jf3fw3dx] {
    color: #b5cea8;
}

.json-boolean[b-41jf3fw3dx] {
    color: #569cd6;
    font-weight: 600;
}

.json-null[b-41jf3fw3dx] {
    color: #569cd6;
    font-style: normal;
}
