/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-j4i3nfw882] {
    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-j4i3nfw882] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.page[b-j4i3nfw882] {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hidden Navigation State */
.page.nav-hidden .sidebar[b-j4i3nfw882] {
    transform: translateX(-100%);
}

.page.nav-hidden .main-content[b-j4i3nfw882] {
    margin-left: 0;
    width: 100%;
}

.page.nav-hidden .top-row[b-j4i3nfw882] {
    height: 0;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    border: none;
    pointer-events: none;
}

.page.nav-hidden .content[b-j4i3nfw882] {
    min-height: 100vh !important;
    padding: 0 !important;
}

.content[b-j4i3nfw882] {
    min-height: calc(100vh - 64px);
    background: transparent;
}

.content-wrapper[b-j4i3nfw882] {
    padding: 1rem 1.5rem;
}

/* Override padding when nav is hidden */
.page.nav-hidden .content-wrapper[b-j4i3nfw882] {
    padding: 0 !important;
}

.sidebar[b-j4i3nfw882] {
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 50%, #0f1419 100%);
    width: 280px;
    min-height: 100vh;
    max-height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    color: white;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-brand[b-j4i3nfw882] {
    padding: 24px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}

.sidebar-brand h3[b-j4i3nfw882] {
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 22px;
    background: linear-gradient(135deg, #ffffff 0%, #a0aec0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.2);
}

.sidebar-brand h3 i[b-j4i3nfw882] {
    -webkit-text-fill-color: #60a5fa;
    text-shadow: 0 0 20px rgba(96, 165, 250, 0.6);
    filter: drop-shadow(0 0 10px rgba(96, 165, 250, 0.8));
}

.nav-menu[b-j4i3nfw882] {
    padding: 12px 0;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    max-height: calc(100vh - 96px);
}

/* Custom scrollbar for sidebar */
.nav-menu[b-j4i3nfw882]::-webkit-scrollbar {
    width: 8px;
}

.nav-menu[b-j4i3nfw882]::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.03);
    border-radius: 10px;
    margin: 8px 0;
}

.nav-menu[b-j4i3nfw882]::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    transition: background 0.3s ease;
}

.nav-menu[b-j4i3nfw882]::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.25);
}

.sidebar .nav-link[b-j4i3nfw882] {
    color: rgba(255,255,255,0.8);
    padding: 0.75rem 1.5rem;
    margin: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
    border: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.sidebar .nav-link:hover[b-j4i3nfw882] {
    color: white;
    background-color: rgba(255,255,255,0.1);
    transform: translateX(4px);
}

.sidebar .nav-link.active[b-j4i3nfw882] {
    color: white;
    background-color: rgba(255,255,255,0.2);
    font-weight: 500;
}

.sidebar .nav-link i[b-j4i3nfw882] {
    width: 20px;
    text-align: center;
}

.nav-group[b-j4i3nfw882] {
    margin: 0.25rem 0;
}

.nav-group-toggle[b-j4i3nfw882] {
    color: rgba(255,255,255,0.8);
    padding: 0.75rem 1.5rem;
    margin: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    font-weight: 500;
    user-select: none;
}

.nav-group-toggle:hover[b-j4i3nfw882] {
    color: white;
    background-color: rgba(255,255,255,0.1);
}

.nav-group-toggle.open[b-j4i3nfw882] {
    color: white;
    background-color: rgba(255,255,255,0.15);
}

.nav-group-toggle i:first-child[b-j4i3nfw882] {
    width: 20px;
    text-align: center;
}

.nav-group-toggle span[b-j4i3nfw882] {
    flex: 1;
}

.nav-group-toggle .toggle-icon[b-j4i3nfw882] {
    width: 16px;
    transition: transform 0.2s ease;
    font-size: 0.875rem;
}

.nav-group-toggle.open .toggle-icon[b-j4i3nfw882] {
    transform: rotate(180deg);
}

.nav-submenu[b-j4i3nfw882] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.nav-submenu.show[b-j4i3nfw882] {
    max-height: 500px;
}

.nav-group .nav-link[b-j4i3nfw882] {
    padding-left: 3.5rem;
    font-size: 0.875rem;
    margin: 0.1rem 0.5rem;
}

.nav-group-header[b-j4i3nfw882] {
    color: rgba(255,255,255,0.6);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1.5rem 0.25rem;
    margin-top: 1rem;
}

.main-content[b-j4i3nfw882] {
    margin-left: 280px;
    width: calc(100% - 280px);
    min-height: 100vh;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.top-row[b-j4i3nfw882] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    height: 64px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#blazor-error-ui[b-j4i3nfw882] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .alert[b-j4i3nfw882] {
    margin: 0;
}

#blazor-error-ui .dismiss[b-j4i3nfw882] {
    cursor: pointer;
    position: absolute;
    right: 3.5rem;
    top: 0.5rem;
}

#blazor-error-ui .reload[b-j4i3nfw882] {
    color: #0066cc;
    cursor: pointer;
    text-decoration: none;
}

#blazor-error-ui .reload:hover[b-j4i3nfw882] {
    text-decoration: underline;
}

/* Responsive design */
@media (max-width: 768px) {
    .sidebar[b-j4i3nfw882] {
        width: 280px;
        transform: translateX(-100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .main-content[b-j4i3nfw882] {
        margin-left: 0;
        width: 100%;
    }
    
    .sidebar.show[b-j4i3nfw882] {
        transform: translateX(0);
        box-shadow: 8px 0 32px rgba(0, 0, 0, 0.6);
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Glass Navigation Styles */
.glass-nav[b-v18hvips66] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px;
}

/* Main Navigation Item */
.glass-nav-item[b-v18hvips66] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.glass-nav-item[b-v18hvips66]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
}

.glass-nav-item:hover[b-v18hvips66]::before {
    left: 100%;
}

.glass-nav-item:hover[b-v18hvips66] {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.glass-nav-item.active[b-v18hvips66] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(37, 99, 235, 0.3));
    border-color: rgba(59, 130, 246, 0.5);
    color: #ffffff;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.4), inset 0 0 20px rgba(59, 130, 246, 0.1);
}

.glass-nav-item.active[b-v18hvips66]::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60%;
    background: linear-gradient(180deg, #60a5fa, #3b82f6);
    border-radius: 0 4px 4px 0;
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.8);
}

/* Navigation Icon */
.nav-icon[b-v18hvips66] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 18px;
    transition: all 0.3s ease;
}

.glass-nav-item:hover .nav-icon[b-v18hvips66],
.glass-nav-item.active .nav-icon[b-v18hvips66] {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 12px rgba(59, 130, 246, 0.4);
}

.nav-text[b-v18hvips66] {
    flex: 1;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.3px;
}

/* Navigation Group */
.glass-nav-group[b-v18hvips66] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.glass-nav-header[b-v18hvips66] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.glass-nav-header[b-v18hvips66]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    transition: left 0.5s;
}

.glass-nav-header:hover[b-v18hvips66]::before {
    left: 100%;
}

.glass-nav-header:hover[b-v18hvips66] {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.glass-nav-header.open[b-v18hvips66] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.chevron-icon[b-v18hvips66] {
    margin-left: auto;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.glass-nav-header.open .chevron-icon[b-v18hvips66] {
    transform: rotate(180deg);
}

/* Submenu */
.glass-submenu[b-v18hvips66] {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 2px solid transparent;
    transition: grid-template-rows 0.3s ease, border-color 0.3s ease;
}

.glass-submenu.open[b-v18hvips66] {
    grid-template-rows: 1fr;
    margin-top: 4px;
    border-left-color: rgba(255, 255, 255, 0.1);
}

.submenu-wrapper[b-v18hvips66] {
    overflow: hidden;
    min-height: 0;
}

.glass-submenu-item[b-v18hvips66] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    margin: 2px 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.glass-submenu-item[b-v18hvips66]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: linear-gradient(180deg, #60a5fa, #3b82f6);
    border-radius: 0 2px 2px 0;
    transition: height 0.3s ease;
}

.glass-submenu-item:hover[b-v18hvips66]::before,
.glass-submenu-item.active[b-v18hvips66]::before {
    height: 60%;
}

.glass-submenu-item i[b-v18hvips66] {
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.glass-submenu-item:hover[b-v18hvips66] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.glass-submenu-item.active[b-v18hvips66] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(37, 99, 235, 0.2));
    border-color: rgba(59, 130, 246, 0.4);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.3);
}

/* Animations */
@keyframes shimmer-b-v18hvips66 {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.glass-nav-item.active[b-v18hvips66],
.glass-submenu-item.active[b-v18hvips66] {
    animation: pulse-b-v18hvips66 2s infinite;
}

@keyframes pulse-b-v18hvips66 {
    0%, 100% {
        box-shadow: 0 0 20px rgba(59, 130, 246, 0.4), inset 0 0 20px rgba(59, 130, 246, 0.1);
    }
    50% {
        box-shadow: 0 0 30px rgba(59, 130, 246, 0.6), inset 0 0 30px rgba(59, 130, 246, 0.15);
    }
}

/* Scrollbar for navigation */
.glass-nav[b-v18hvips66]::-webkit-scrollbar {
    width: 6px;
}

.glass-nav[b-v18hvips66]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
}

.glass-nav[b-v18hvips66]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    transition: background 0.3s ease;
}

.glass-nav[b-v18hvips66]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.25);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .glass-nav-item[b-v18hvips66],
    .glass-nav-header[b-v18hvips66] {
        padding: 10px 12px;
    }
    
    .nav-icon[b-v18hvips66] {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
    
    .nav-text[b-v18hvips66] {
        font-size: 13px;
    }
}
/* /Components/Layout/NavToggleButton.razor.rz.scp.css */
/* Navigation Toggle Button Styles */
.nav-toggle-btn[b-qp38my7vct] {
    position: fixed;
    left: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1001;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.nav-toggle-btn:hover[b-qp38my7vct] {
    background: linear-gradient(135deg, #16213e 0%, #0f1419 100%);
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.nav-toggle-btn:active[b-qp38my7vct] {
    transform: scale(0.95);
}

.nav-toggle-btn i[b-qp38my7vct] {
    font-size: 18px;
    transition: transform 0.3s ease;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mkaz69mmv9],
.components-reconnect-repeated-attempt-visible[b-mkaz69mmv9],
.components-reconnect-failed-visible[b-mkaz69mmv9],
.components-pause-visible[b-mkaz69mmv9],
.components-resume-failed-visible[b-mkaz69mmv9],
.components-rejoining-animation[b-mkaz69mmv9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-mkaz69mmv9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-mkaz69mmv9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-mkaz69mmv9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-mkaz69mmv9],
#components-reconnect-modal.components-reconnect-retrying[b-mkaz69mmv9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-mkaz69mmv9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-mkaz69mmv9],
#components-reconnect-modal.components-reconnect-failed[b-mkaz69mmv9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-mkaz69mmv9] {
    display: block;
}


#components-reconnect-modal[b-mkaz69mmv9] {
    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-mkaz69mmv9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-mkaz69mmv9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-mkaz69mmv9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-mkaz69mmv9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-mkaz69mmv9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-mkaz69mmv9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-mkaz69mmv9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-mkaz69mmv9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-mkaz69mmv9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-mkaz69mmv9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-mkaz69mmv9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-mkaz69mmv9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-mkaz69mmv9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-mkaz69mmv9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-mkaz69mmv9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-mkaz69mmv9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-mkaz69mmv9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-mkaz69mmv9 {
    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/ActiveOrders.razor.rz.scp.css */
.orders-board[b-l5qhbnapos] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
    padding: 1rem 0;
}

.order-card[b-l5qhbnapos] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.order-card:hover[b-l5qhbnapos] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.order-card.status-new[b-l5qhbnapos] {
    border-left: 4px solid #ffc107;
    background: linear-gradient(135deg, #fff8e1 0%, #ffffff 100%);
}

.order-card.status-confirmed[b-l5qhbnapos] {
    border-left: 4px solid #0dcaf0;
    background: linear-gradient(135deg, #e0f7ff 0%, #ffffff 100%);
}

.order-card.status-preparation[b-l5qhbnapos] {
    border-left: 4px solid #0d6efd;
    background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
}

.order-card.status-ready[b-l5qhbnapos] {
    border-left: 4px solid #198754;
    background: linear-gradient(135deg, #e8f5e8 0%, #ffffff 100%);
    animation: pulse-ready-b-l5qhbnapos 2s infinite;
}

@keyframes pulse-ready-b-l5qhbnapos {
    0%, 100% { box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
    50% { box-shadow: 0 4px 20px rgba(25, 135, 84, 0.3); }
}

.order-header[b-l5qhbnapos] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.order-number[b-l5qhbnapos] {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #212529;
}

.order-meta[b-l5qhbnapos] {
    display: flex;
    gap: 1rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.order-meta i[b-l5qhbnapos] {
    margin-right: 0.25rem;
}

.order-timing[b-l5qhbnapos] {
    text-align: right;
}

.order-time[b-l5qhbnapos] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.order-status-badge .badge[b-l5qhbnapos] {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
}

.order-items[b-l5qhbnapos] {
    margin-bottom: 1rem;
    max-height: 200px;
    overflow-y: auto;
}

.order-item[b-l5qhbnapos] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    background: rgba(0,0,0,0.02);
    border-radius: 6px;
}

.item-quantity[b-l5qhbnapos] {
    background: #0d6efd;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    flex-shrink: 0;
}

.item-name[b-l5qhbnapos] {
    flex: 1;
    font-weight: 500;
    font-size: 0.9rem;
}

.special-instructions[b-l5qhbnapos] {
    font-size: 0.75rem;
    color: #856404;
    background: #fff3cd;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    margin-top: 0.25rem;
    width: 100%;
}

.more-items[b-l5qhbnapos] {
    text-align: center;
    padding: 0.5rem;
}

.order-footer[b-l5qhbnapos] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.order-total[b-l5qhbnapos] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #198754;
}

.order-actions[b-l5qhbnapos] {
    display: flex;
    gap: 0.5rem;
}

.urgent-indicator[b-l5qhbnapos] {
    position: absolute;
    top: -8px;
    right: 1rem;
    background: #dc3545;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    animation: blink-b-l5qhbnapos 1s infinite;
}

@keyframes blink-b-l5qhbnapos {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.5; }
}

.empty-state[b-l5qhbnapos] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
    margin: 2rem 0;
}

.empty-state i[b-l5qhbnapos] {
    font-size: 4rem;
    color: #adb5bd;
    margin-bottom: 1rem;
}

.empty-state h3[b-l5qhbnapos] {
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.empty-state p[b-l5qhbnapos] {
    color: #adb5bd;
    margin-bottom: 2rem;
}

/* Filter Buttons */
.btn-group .btn-check:checked + .btn[b-l5qhbnapos],
.btn-group .btn.active[b-l5qhbnapos] {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}

/* Modal Enhancements */
.modal-header[b-l5qhbnapos] {
    background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%);
    color: white;
    border-radius: 12px 12px 0 0;
}

.modal-header .btn-close[b-l5qhbnapos] {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.table-active[b-l5qhbnapos] {
    background-color: rgba(13, 110, 253, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .orders-board[b-l5qhbnapos] {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0.5rem 0;
    }
    
    .order-card[b-l5qhbnapos] {
        padding: 0.75rem;
    }
    
    .order-header[b-l5qhbnapos] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .order-timing[b-l5qhbnapos] {
        text-align: left;
    }
    
    .order-meta[b-l5qhbnapos] {
        flex-direction: column;
        gap: 0.25rem;
    }
    
    .order-footer[b-l5qhbnapos] {
        flex-direction: column;
        gap: 0.75rem;
        align-items: stretch;
    }
    
    .order-actions[b-l5qhbnapos] {
        justify-content: center;
    }
}

/* Status Filter Buttons */
.btn-outline-warning:checked[b-l5qhbnapos],
.btn-outline-warning.active[b-l5qhbnapos] {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}

.btn-outline-success:checked[b-l5qhbnapos],
.btn-outline-success.active[b-l5qhbnapos] {
    background-color: #198754;
    border-color: #198754;
    color: white;
}

/* Scrollbar for order items */
.order-items[b-l5qhbnapos]::-webkit-scrollbar {
    width: 4px;
}

.order-items[b-l5qhbnapos]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}

.order-items[b-l5qhbnapos]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 2px;
}

.order-items[b-l5qhbnapos]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Loading State */
.spinner-border[b-l5qhbnapos] {
    width: 3rem;
    height: 3rem;
}

/* Badge Enhancements */
.badge[b-l5qhbnapos] {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    font-weight: 600;
}

/* Connection Status */
.badge.bg-success[b-l5qhbnapos], .badge.bg-danger[b-l5qhbnapos] {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
}

/* Button Enhancements */
.btn-sm[b-l5qhbnapos] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 6px;
}
/* /Components/Pages/CombosManagement.razor.rz.scp.css */
.combo-card[b-vaprxvb7d0] {
    transition: all 0.2s ease;
    border-radius: 12px;
}

.combo-card:hover[b-vaprxvb7d0] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.combo-image[b-vaprxvb7d0] {
    height: 200px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.combo-placeholder[b-vaprxvb7d0] {
    height: 200px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #6c757d;
    border-radius: 12px 12px 0 0;
}

.combo-items[b-vaprxvb7d0] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 0.75rem;
}

.validity-period[b-vaprxvb7d0] {
    border-left: 3px solid #ffc107;
    padding-left: 0.5rem;
    background: #fff3cd;
    border-radius: 0 6px 6px 0;
    padding: 0.5rem;
}

.card[b-vaprxvb7d0] {
    border-radius: 12px;
    border: none;
}

.card-header[b-vaprxvb7d0] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-radius: 12px 12px 0 0 !important;
}

.badge[b-vaprxvb7d0] {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
}

.btn-sm[b-vaprxvb7d0] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 6px;
}

.modal-xl[b-vaprxvb7d0] {
    max-width: 1200px;
}

.table th[b-vaprxvb7d0] {
    font-weight: 600;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
}

.table td[b-vaprxvb7d0] {
    vertical-align: middle;
    border-bottom: 1px solid #f1f3f4;
}

.text-success[b-vaprxvb7d0] {
    color: #198754 !important;
}

.text-muted[b-vaprxvb7d0] {
    color: #6c757d !important;
}

.fw-bold[b-vaprxvb7d0] {
    font-weight: 700 !important;
}

.fs-1[b-vaprxvb7d0] {
    font-size: 2.5rem;
}

.spinner-border-sm[b-vaprxvb7d0] {
    width: 1rem;
    height: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal-xl[b-vaprxvb7d0] {
        max-width: 95%;
        margin: 1rem auto;
    }
    
    .combo-card[b-vaprxvb7d0] {
        margin-bottom: 1rem;
    }
    
    .d-flex.gap-1[b-vaprxvb7d0] {
        gap: 0.25rem !important;
    }
    
    .btn-sm[b-vaprxvb7d0] {
        padding: 0.2rem 0.4rem;
        font-size: 0.8rem;
    }
}

/* Card transitions */
.card[b-vaprxvb7d0] {
    transition: box-shadow 0.15s ease-in-out;
}

.card:hover[b-vaprxvb7d0] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
/* /Components/Pages/CustomerDatabase.razor.rz.scp.css */
.stat-icon[b-6hxdrjnurf] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: white;
    font-size: 24px;
}

.stat-label[b-6hxdrjnurf] {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 4px;
}

.stat-value[b-6hxdrjnurf] {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}
/* /Components/Pages/CustomerOrder.razor.rz.scp.css */
/* Customer Order Page Styles */
.customer-order-container[b-01gd9hrxcz] {
    min-height: 100vh;
    background: #f8f9fa;
}

/* Header */
.customer-header[b-01gd9hrxcz] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.5rem 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.customer-header h3[b-01gd9hrxcz] {
    color: white;
    font-weight: 700;
    margin-bottom: 0;
}

.customer-header .btn-light[b-01gd9hrxcz] {
    border-radius: 20px;
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.customer-header .badge[b-01gd9hrxcz] {
    position: relative;
    top: -2px;
}

/* Content Area */
.customer-content[b-01gd9hrxcz] {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* Menu Panel */
.customer-menu-panel[b-01gd9hrxcz] {
    flex: 1;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* Search Section */
.search-section[b-01gd9hrxcz] {
    padding: 1.5rem;
    border-bottom: 2px solid #f0f2f5;
    background: white;
}

.search-section .input-group-text[b-01gd9hrxcz] {
    background: white;
    border-right: none;
    color: #667eea;
    font-size: 1.2rem;
}

.search-section .form-control[b-01gd9hrxcz] {
    border-left: none;
    padding: 0.75rem;
    font-size: 1rem;
}

.search-section .form-control:focus[b-01gd9hrxcz] {
    box-shadow: none;
    border-color: #ced4da;
}

/* Category Tabs */
.category-tabs[b-01gd9hrxcz] {
    display: flex;
    gap: 0.75rem;
    padding: 1.25rem;
    border-bottom: 2px solid #f0f2f5;
    background: #fafbfc;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.category-tab[b-01gd9hrxcz] {
    padding: 0.75rem 1rem;
    border: 2px solid #e1e4e8;
    border-radius: 12px;
    background: white;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: #495057;
    min-width: 75px;
    flex-shrink: 0;
}

.category-icon-wrapper[b-01gd9hrxcz] {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f7fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.category-thumbnail[b-01gd9hrxcz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.category-icon[b-01gd9hrxcz] {
    font-size: 1.4rem;
    color: #6c757d;
    transition: all 0.3s ease;
}

.category-name[b-01gd9hrxcz] {
    font-size: 0.75rem;
    text-align: center;
}

.category-tab:hover[b-01gd9hrxcz] {
    border-color: #667eea;
    transform: translateY(-2px);
    cursor: pointer;
}

.category-tab:hover .category-icon-wrapper[b-01gd9hrxcz] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.category-tab:hover .category-icon[b-01gd9hrxcz] {
    color: white;
}

.category-tab.active[b-01gd9hrxcz] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
    color: white;
}

.category-tab.active .category-icon-wrapper[b-01gd9hrxcz] {
    background: rgba(255, 255, 255, 0.25);
}

.category-tab.active .category-icon[b-01gd9hrxcz] {
    color: white;
}

/* Menu Items Grid */
.menu-items-grid[b-01gd9hrxcz] {
    padding: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.25rem;
    overflow-y: auto;
    max-height: calc(100vh - 350px);
}

.menu-item-card[b-01gd9hrxcz] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
}

.menu-item-card:hover[b-01gd9hrxcz] {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    border-color: #667eea;
}

.menu-item-card.unavailable[b-01gd9hrxcz] {
    opacity: 0.5;
    cursor: not-allowed;
}

.menu-item-card.unavailable:hover[b-01gd9hrxcz] {
    transform: none;
}

.menu-item-card.combo-card[b-01gd9hrxcz] {
    border-color: #17a2b8;
    background: linear-gradient(135deg, rgba(23, 162, 184, 0.05) 0%, white 100%);
}

.menu-item-card.combo-card:hover[b-01gd9hrxcz] {
    border-color: #138496;
    box-shadow: 0 8px 20px rgba(23, 162, 184, 0.2);
}

.item-image[b-01gd9hrxcz] {
    height: 180px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.item-image img[b-01gd9hrxcz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.menu-item-card:hover .item-image img[b-01gd9hrxcz] {
    transform: scale(1.08);
}

.no-image[b-01gd9hrxcz] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #adb5bd;
}

.item-info[b-01gd9hrxcz] {
    padding: 1rem;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.item-name[b-01gd9hrxcz] {
    font-weight: 600;
    font-size: 1rem;
    color: #212529;
    margin-bottom: 0;
    line-height: 1.3;
}

.item-description[b-01gd9hrxcz] {
    font-size: 0.85rem;
    color: #6c757d;
    line-height: 1.4;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-price[b-01gd9hrxcz] {
    font-weight: 700;
    color: #10b981;
    font-size: 1.25rem;
    margin-bottom: 0;
}

.unavailable-badge[b-01gd9hrxcz] {
    color: #dc3545;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.dietary-badge[b-01gd9hrxcz] {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
    margin: 0 2px;
}

.dietary-badge.veg[b-01gd9hrxcz] {
    background: #10b981;
    color: white;
}

.dietary-badge.vegan[b-01gd9hrxcz] {
    background: #0dcaf0;
    color: white;
}

.dietary-badge.spicy[b-01gd9hrxcz] {
    background: #ef4444;
    color: white;
}

/* Cart Panel (Desktop) */
.customer-cart-panel[b-01gd9hrxcz] {
    width: 380px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 120px;
    height: fit-content;
    max-height: calc(100vh - 140px);
}

.cart-header[b-01gd9hrxcz] {
    padding: 1.5rem;
    border-bottom: 2px solid #f0f2f5;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 16px 16px 0 0;
}

.cart-header h5[b-01gd9hrxcz] {
    color: white;
    font-weight: 700;
}

.cart-items[b-01gd9hrxcz] {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem;
    max-height: calc(100vh - 450px);
}

.cart-item[b-01gd9hrxcz] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 0.75rem;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}

.cart-item:hover[b-01gd9hrxcz] {
    border-color: #667eea;
}

.cart-item-header[b-01gd9hrxcz] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 0.75rem;
}

.cart-item .item-name[b-01gd9hrxcz] {
    font-weight: 600;
    font-size: 0.95rem;
    color: #212529;
    text-align: left;
}

.cart-item-controls[b-01gd9hrxcz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quantity-controls[b-01gd9hrxcz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.quantity-controls .btn[b-01gd9hrxcz] {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.quantity-controls .quantity[b-01gd9hrxcz] {
    font-weight: 600;
    min-width: 30px;
    text-align: center;
}

.cart-item .item-price[b-01gd9hrxcz] {
    font-weight: 700;
    color: #10b981;
    font-size: 1rem;
}

.empty-cart[b-01gd9hrxcz] {
    text-align: center;
    padding: 3rem 1rem;
}

.cart-summary[b-01gd9hrxcz] {
    padding: 1.5rem;
    border-top: 2px solid #f0f2f5;
    background: white;
}

.summary-line[b-01gd9hrxcz] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.summary-line.total[b-01gd9hrxcz] {
    font-weight: 700;
    font-size: 1.25rem;
    padding-top: 0.75rem;
    border-top: 2px solid #e9ecef;
    color: #212529;
}

.cart-summary .btn-success[b-01gd9hrxcz] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    font-weight: 700;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.cart-summary .btn-success:hover[b-01gd9hrxcz] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(16, 185, 129, 0.4);
}

/* Mobile Cart Button */
.mobile-cart-button[b-01gd9hrxcz] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: white;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
    z-index: 99;
}

.mobile-cart-button .btn[b-01gd9hrxcz] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    font-weight: 700;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

/* Modal Customizations */
.modal-content[b-01gd9hrxcz] {
    border-radius: 16px;
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.modal-header[b-01gd9hrxcz] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 16px 16px 0 0;
    padding: 1.5rem;
}

.modal-header .modal-title[b-01gd9hrxcz] {
    font-weight: 700;
    color: white;
}

.modal-header .btn-close[b-01gd9hrxcz] {
    filter: brightness(0) invert(1);
}

.modal-body[b-01gd9hrxcz] {
    padding: 1.5rem;
}

.modal-footer[b-01gd9hrxcz] {
    padding: 1rem 1.5rem;
    border-top: 2px solid #f0f2f5;
}

/* Loading Animation */
.kitchen-loader-overlay[b-01gd9hrxcz] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.kitchen-loader-overlay.kitchen-loader-fade-out[b-01gd9hrxcz] {
    opacity: 0;
}

.kitchen-loader-content[b-01gd9hrxcz] {
    text-align: center;
    color: white;
}

.chef-container[b-01gd9hrxcz] {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 2rem;
}

.cooking-pot[b-01gd9hrxcz] {
    width: 120px;
    height: 80px;
    background: linear-gradient(to bottom, #8b4513 0%, #654321 100%);
    border-radius: 0 0 60px 60px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.chef-hat[b-01gd9hrxcz] {
    width: 100px;
    height: 60px;
    background: white;
    border-radius: 50% 50% 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.steam[b-01gd9hrxcz] {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}

.steam-particle[b-01gd9hrxcz] {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    position: absolute;
    animation: steam-rise-b-01gd9hrxcz 2s infinite ease-in-out;
}

.steam-particle:nth-child(1)[b-01gd9hrxcz] { left: 20%; animation-delay: 0s; }
.steam-particle:nth-child(2)[b-01gd9hrxcz] { left: 40%; animation-delay: 0.4s; }
.steam-particle:nth-child(3)[b-01gd9hrxcz] { left: 60%; animation-delay: 0.8s; }
.steam-particle:nth-child(4)[b-01gd9hrxcz] { left: 30%; animation-delay: 1.2s; }
.steam-particle:nth-child(5)[b-01gd9hrxcz] { left: 70%; animation-delay: 1.6s; }

@keyframes steam-rise-b-01gd9hrxcz {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.5);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(-60px) scale(1);
    }
}

.utensils[b-01gd9hrxcz] {
    position: absolute;
    top: 50px;
    width: 100%;
}

.spoon[b-01gd9hrxcz], .fork[b-01gd9hrxcz] {
    position: absolute;
    font-size: 2rem;
    animation: utensil-bounce-b-01gd9hrxcz 1s infinite ease-in-out;
}

.spoon[b-01gd9hrxcz] {
    left: 10%;
    animation-delay: 0s;
}

.fork[b-01gd9hrxcz] {
    right: 10%;
    animation-delay: 0.5s;
}

@keyframes utensil-bounce-b-01gd9hrxcz {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.loading-text[b-01gd9hrxcz] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.loading-subtext[b-01gd9hrxcz] {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.kitchen-progress-bar[b-01gd9hrxcz] {
    width: 300px;
    height: 6px;
    background: rgba(255,255,255,0.3);
    border-radius: 3px;
    margin: 0 auto 1rem;
    overflow: hidden;
}

.kitchen-progress-fill[b-01gd9hrxcz] {
    height: 100%;
    background: white;
    border-radius: 3px;
    animation: progress-fill-b-01gd9hrxcz 2s ease-in-out infinite;
}

@keyframes progress-fill-b-01gd9hrxcz {
    0% { width: 0%; }
    50% { width: 70%; }
    100% { width: 100%; }
}

.cooking-tip[b-01gd9hrxcz] {
    font-size: 0.95rem;
    opacity: 0.9;
    margin-top: 1rem;
}

/* Responsive Design */
@media (max-width: 992px) {
    .customer-content[b-01gd9hrxcz] {
        flex-direction: column;
        padding: 1rem;
    }

    .customer-cart-panel[b-01gd9hrxcz] {
        display: none;
    }

    .menu-items-grid[b-01gd9hrxcz] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        max-height: none;
        padding-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .customer-header[b-01gd9hrxcz] {
        padding: 1rem 0;
    }

    .customer-header h3[b-01gd9hrxcz] {
        font-size: 1.25rem;
    }

    .menu-items-grid[b-01gd9hrxcz] {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 1rem;
        padding: 1rem;
    }

    .item-image[b-01gd9hrxcz] {
        height: 140px;
    }

    .category-tabs[b-01gd9hrxcz] {
        padding: 1rem;
        gap: 0.5rem;
    }
}

/* Scrollbar Styling */
.menu-items-grid[b-01gd9hrxcz]::-webkit-scrollbar,
.cart-items[b-01gd9hrxcz]::-webkit-scrollbar,
.category-tabs[b-01gd9hrxcz]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.menu-items-grid[b-01gd9hrxcz]::-webkit-scrollbar-track,
.cart-items[b-01gd9hrxcz]::-webkit-scrollbar-track,
.category-tabs[b-01gd9hrxcz]::-webkit-scrollbar-track {
    background: #f1f3f4;
    border-radius: 4px;
}

.menu-items-grid[b-01gd9hrxcz]::-webkit-scrollbar-thumb,
.cart-items[b-01gd9hrxcz]::-webkit-scrollbar-thumb,
.category-tabs[b-01gd9hrxcz]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 4px;
}
/* /Components/Pages/ExpoScreen.razor.rz.scp.css */
/* Expo Screen Styles */

.expo-container[b-kbpv6ym2m6] {
    min-height: 100vh;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 0;
}

.expo-header[b-kbpv6ym2m6] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.expo-header h1[b-kbpv6ym2m6] {
    font-size: 28px;
    font-weight: 700;
}

.expo-grid[b-kbpv6ym2m6] {
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 20px;
}

.expo-order[b-kbpv6ym2m6] {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
}

.expo-order[b-kbpv6ym2m6]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #64748b;
    border-radius: 16px 16px 0 0;
}

.expo-order.all-ready[b-kbpv6ym2m6] {
    border-color: #10b981;
    background: rgba(16, 185, 129, 0.1);
}

.expo-order.all-ready[b-kbpv6ym2m6]::before {
    background: linear-gradient(90deg, #10b981, #059669);
}

.expo-order.urgent[b-kbpv6ym2m6] {
    border-color: #ef4444;
    animation: shake-b-kbpv6ym2m6 0.5s infinite;
}

.expo-order.warning[b-kbpv6ym2m6] {
    border-color: #f59e0b;
}

@keyframes shake-b-kbpv6ym2m6 {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    75% { transform: translateX(2px); }
}

.expo-order-header[b-kbpv6ym2m6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    color: #fff;
}

.order-number[b-kbpv6ym2m6] {
    font-size: 24px;
    font-weight: 700;
}

.order-info[b-kbpv6ym2m6] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.table-badge[b-kbpv6ym2m6] {
    padding: 4px 12px;
    background: rgba(59, 130, 246, 0.3);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #3b82f6;
}

.time-badge[b-kbpv6ym2m6] {
    padding: 4px 12px;
    background: rgba(100, 116, 139, 0.3);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
}

.time-badge.time-warning[b-kbpv6ym2m6] {
    background: rgba(245, 158, 11, 0.3);
    color: #f59e0b;
}

.time-badge.time-urgent[b-kbpv6ym2m6] {
    background: rgba(239, 68, 68, 0.3);
    color: #ef4444;
    animation: blink-b-kbpv6ym2m6 1s infinite;
}

@keyframes blink-b-kbpv6ym2m6 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.station-status-grid[b-kbpv6ym2m6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 8px;
    margin-bottom: 16px;
}

.station-status[b-kbpv6ym2m6] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.station-status.new[b-kbpv6ym2m6] {
    border-color: #f59e0b;
}

.station-status.inprogress[b-kbpv6ym2m6] {
    border-color: #3b82f6;
}

.station-status.ready[b-kbpv6ym2m6] {
    border-color: #10b981;
    background: rgba(16, 185, 129, 0.1);
}

.station-name[b-kbpv6ym2m6] {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
}

.station-status-icon[b-kbpv6ym2m6] {
    font-size: 24px;
    margin-bottom: 4px;
}

.station-status.new .station-status-icon[b-kbpv6ym2m6] {
    color: #f59e0b;
}

.station-status.inprogress .station-status-icon[b-kbpv6ym2m6] {
    color: #3b82f6;
}

.station-status.ready .station-status-icon[b-kbpv6ym2m6] {
    color: #10b981;
}

.station-items-count[b-kbpv6ym2m6] {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
}

.order-items-summary[b-kbpv6ym2m6] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 16px;
}

.items-header[b-kbpv6ym2m6] {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
    font-size: 14px;
}

.items-list[b-kbpv6ym2m6] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.item-summary[b-kbpv6ym2m6] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}

.item-summary.ready[b-kbpv6ym2m6] {
    opacity: 0.6;
}

.item-qty[b-kbpv6ym2m6] {
    font-weight: 700;
    color: #3b82f6;
    min-width: 30px;
}

.item-name[b-kbpv6ym2m6] {
    flex: 1;
}

.expo-actions[b-kbpv6ym2m6] {
    margin-top: 16px;
}

.waiting-status[b-kbpv6ym2m6] {
    text-align: center;
    padding: 12px;
    background: rgba(100, 116, 139, 0.2);
    border-radius: 8px;
    color: #94a3b8;
    font-weight: 500;
}

.pulse-animation[b-kbpv6ym2m6] {
    animation: pulse-b-kbpv6ym2m6 2s infinite;
}

@keyframes pulse-b-kbpv6ym2m6 {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    50% {
        box-shadow: 0 0 20px 10px rgba(16, 185, 129, 0);
    }
}

.completion-badge[b-kbpv6ym2m6] {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 6px 12px;
    background: rgba(16, 185, 129, 0.3);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #10b981;
}

@media (max-width: 768px) {
    .expo-grid[b-kbpv6ym2m6] {
        grid-template-columns: 1fr;
    }
    
    .station-status-grid[b-kbpv6ym2m6] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Components/Pages/FloorPlanDesigner.razor.rz.scp.css */
.floor-plan-canvas[b-797f46roks] {
    background: #f8f9fa;
    border: 2px solid #dee2e6;
    height: 600px;
    overflow: hidden;
    position: relative;
    cursor: grab;
}

.floor-plan-canvas:active[b-797f46roks] {
    cursor: grabbing;
}

.canvas-grid[b-797f46roks] {
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(to right, #e9ecef 1px, transparent 1px),
        linear-gradient(to bottom, #e9ecef 1px, transparent 1px);
    background-size: 20px 20px;
    transform-origin: top left;
    transition: transform 0.2s ease;
}

.table-item[b-797f46roks] {
    position: absolute;
    width: 80px;
    height: 80px;
    background: white;
    border: 2px solid #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: move;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.table-item:hover[b-797f46roks] {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 10;
}

.table-item.selected[b-797f46roks] {
    border-color: #198754;
    border-width: 3px;
    box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.25);
    z-index: 20;
}

.table-square[b-797f46roks] {
    border-radius: 4px;
}

.table-round[b-797f46roks] {
    border-radius: 50%;
}

.table-rectangle[b-797f46roks] {
    border-radius: 4px;
    width: 120px;
}

.table-content[b-797f46roks] {
    text-align: center;
}

.table-number[b-797f46roks] {
    font-weight: bold;
    font-size: 18px;
    color: #0d6efd;
}

.table-capacity[b-797f46roks] {
    font-size: 12px;
    color: #6c757d;
    margin-top: 4px;
}

.table-capacity i[b-797f46roks] {
    font-size: 10px;
}

/* Form styling */
.form-label[b-797f46roks] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #495057;
    margin-bottom: 0.5rem;
}

.input-group-text[b-797f46roks] {
    font-weight: 600;
    min-width: 40px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.kpi-card[b-5wy69t1l2a] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 12px;
    overflow: hidden;
}

.kpi-card:hover[b-5wy69t1l2a] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.kpi-icon[b-5wy69t1l2a] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.kpi-value[b-5wy69t1l2a] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #2d3748;
}

.kpi-change[b-5wy69t1l2a] {
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 4px;
}

.bg-orange[b-5wy69t1l2a] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.card[b-5wy69t1l2a] {
    border-radius: 12px;
    border: none;
}

.card-header[b-5wy69t1l2a] {
    border-radius: 12px 12px 0 0 !important;
    border-bottom: 1px solid #e2e8f0;
    padding: 1.25rem 1.5rem;
}

.card-body[b-5wy69t1l2a] {
    padding: 1.5rem;
}

.table[b-5wy69t1l2a] {
    margin-bottom: 0;
}

.table th[b-5wy69t1l2a] {
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    border-bottom: 2px solid #e2e8f0;
    padding: 0.75rem 1rem;
}

.table td[b-5wy69t1l2a] {
    padding: 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
}

.table-hover tbody tr:hover[b-5wy69t1l2a] {
    background-color: #f8fafc;
}

.btn[b-5wy69t1l2a] {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn:hover[b-5wy69t1l2a] {
    transform: translateY(-1px);
}

.btn-lg[b-5wy69t1l2a] {
    padding: 0.875rem 1.5rem;
    font-size: 1.1rem;
}

.badge[b-5wy69t1l2a] {
    font-weight: 500;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
}

.display-6[b-5wy69t1l2a] {
    font-weight: 700;
}

/* Animation for KPI updates */
@keyframes pulse-b-5wy69t1l2a {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.kpi-value.updated[b-5wy69t1l2a] {
    animation: pulse-b-5wy69t1l2a 0.6s ease-in-out;
}

/* Chart container */
canvas[b-5wy69t1l2a] {
    max-height: 300px;
}

/* Custom scrollbar for tables */
.table-responsive[b-5wy69t1l2a]::-webkit-scrollbar {
    height: 6px;
}

.table-responsive[b-5wy69t1l2a]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.table-responsive[b-5wy69t1l2a]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.table-responsive[b-5wy69t1l2a]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Status indicators */
.bg-success[b-5wy69t1l2a] { background-color: #10b981 !important; }
.bg-warning[b-5wy69t1l2a] { background-color: #f59e0b !important; }
.bg-danger[b-5wy69t1l2a] { background-color: #ef4444 !important; }
.bg-info[b-5wy69t1l2a] { background-color: #3b82f6 !important; }
.bg-primary[b-5wy69t1l2a] { background-color: #6366f1 !important; }
.bg-secondary[b-5wy69t1l2a] { background-color: #6b7280 !important; }

/* Loading animation */
.loading[b-5wy69t1l2a] {
    opacity: 0.6;
    pointer-events: none;
}

.loading[b-5wy69t1l2a]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin-b-5wy69t1l2a 1s linear infinite;
}

@keyframes spin-b-5wy69t1l2a {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/InventoryReports.razor.rz.scp.css */
.stat-icon[b-vc5pknait4] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: white;
    font-size: 24px;
}

.stat-label[b-vc5pknait4] {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 4px;
}

.stat-value[b-vc5pknait4] {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}
/* /Components/Pages/KitchenDashboard.razor.rz.scp.css */
/* Kitchen Dashboard Styles */

.stat-icon[b-swdmd9nsws] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 24px;
    color: white;
}

.stat-label[b-swdmd9nsws] {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 4px;
}

.stat-value[b-swdmd9nsws] {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}

.station-status-card[b-swdmd9nsws] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.station-status-card:hover[b-swdmd9nsws] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.station-color-bar[b-swdmd9nsws] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.station-status-header[b-swdmd9nsws] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.station-status-header h6[b-swdmd9nsws] {
    margin: 0;
    font-weight: 600;
}

.station-status-metrics[b-swdmd9nsws] {
    display: flex;
    justify-content: space-around;
}

.station-status-metrics .metric[b-swdmd9nsws] {
    text-align: center;
}

.metric-value[b-swdmd9nsws] {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.metric-label[b-swdmd9nsws] {
    display: block;
    font-size: 11px;
    color: #6b7280;
    margin-top: 2px;
}

.overdue-list[b-swdmd9nsws] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.overdue-item[b-swdmd9nsws] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: #fef2f2;
    border-left: 3px solid #ef4444;
    border-radius: 4px;
}
/* /Components/Pages/KitchenDisplay.razor.rz.scp.css */
/* Kitchen Display System Styles */

.kds-container[b-ehb2ktycoy] {
    min-height: 100vh;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
    padding: 0;
}

.kds-header[b-ehb2ktycoy] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.kds-header h1[b-ehb2ktycoy] {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.station-selector[b-ehb2ktycoy] {
    min-width: 200px;
}

.station-selector label[b-ehb2ktycoy] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.station-selector .form-select[b-ehb2ktycoy] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 500;
}

.station-selector .form-select:focus[b-ehb2ktycoy] {
    background: rgba(255, 255, 255, 0.15);
    border-color: #3b82f6;
    color: #fff;
}

.status-indicator[b-ehb2ktycoy] {
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
}

.status-indicator.connected[b-ehb2ktycoy] {
    background: rgba(16, 185, 129, 0.2);
    color: #10b981;
}

.status-indicator.disconnected[b-ehb2ktycoy] {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
}

/* Summary Bar */
.kds-summary[b-ehb2ktycoy] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 24px;
    background: rgba(0, 0, 0, 0.2);
}

.summary-card[b-ehb2ktycoy] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.summary-card.new[b-ehb2ktycoy] {
    border-left: 4px solid #f59e0b;
}

.summary-card.preparing[b-ehb2ktycoy] {
    border-left: 4px solid #3b82f6;
}

.summary-card.ready[b-ehb2ktycoy] {
    border-left: 4px solid #10b981;
}

.summary-card.avg-time[b-ehb2ktycoy] {
    border-left: 4px solid #8b5cf6;
}

.summary-icon[b-ehb2ktycoy] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 24px;
}

.summary-card.new .summary-icon[b-ehb2ktycoy] {
    background: rgba(245, 158, 11, 0.2);
    color: #f59e0b;
}

.summary-card.preparing .summary-icon[b-ehb2ktycoy] {
    background: rgba(59, 130, 246, 0.2);
    color: #3b82f6;
}

.summary-card.ready .summary-icon[b-ehb2ktycoy] {
    background: rgba(16, 185, 129, 0.2);
    color: #10b981;
}

.summary-card.avg-time .summary-icon[b-ehb2ktycoy] {
    background: rgba(139, 92, 246, 0.2);
    color: #8b5cf6;
}

.summary-value[b-ehb2ktycoy] {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.summary-label[b-ehb2ktycoy] {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 4px;
}

/* Tickets Grid */
.kds-tickets[b-ehb2ktycoy] {
    padding: 24px;
}

.tickets-grid[b-ehb2ktycoy] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}

/* Ticket Card */
.ticket-card[b-ehb2ktycoy] {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.ticket-card[b-ehb2ktycoy]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #6b7280;
}

.ticket-card.new[b-ehb2ktycoy]::before {
    background: linear-gradient(90deg, #f59e0b, #d97706);
}

.ticket-card.inprogress[b-ehb2ktycoy]::before {
    background: linear-gradient(90deg, #3b82f6, #2563eb);
}

.ticket-card.ready[b-ehb2ktycoy]::before {
    background: linear-gradient(90deg, #10b981, #059669);
}

.ticket-card.urgent[b-ehb2ktycoy] {
    border-color: #ef4444;
    animation: pulse-urgent-b-ehb2ktycoy 2s infinite;
}

.ticket-card.warning[b-ehb2ktycoy] {
    border-color: #f59e0b;
}

.ticket-card:hover[b-ehb2ktycoy] {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

@keyframes pulse-urgent-b-ehb2ktycoy {
    0%, 100% {
        border-color: #ef4444;
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
    }
    50% {
        border-color: #dc2626;
        box-shadow: 0 0 20px rgba(239, 68, 68, 0.6);
    }
}

.ticket-header[b-ehb2ktycoy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.ticket-number[b-ehb2ktycoy] {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.ticket-station[b-ehb2ktycoy] {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
}

.ticket-time[b-ehb2ktycoy] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.ticket-time.time-warning[b-ehb2ktycoy] {
    background: rgba(245, 158, 11, 0.2);
    color: #f59e0b;
}

.ticket-time.time-urgent[b-ehb2ktycoy] {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    animation: blink-b-ehb2ktycoy 1s infinite;
}

@keyframes blink-b-ehb2ktycoy {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.ticket-items[b-ehb2ktycoy] {
    margin-bottom: 16px;
    max-height: 300px;
    overflow-y: auto;
}

.ticket-item[b-ehb2ktycoy] {
    display: flex;
    gap: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.ticket-item.completed[b-ehb2ktycoy] {
    opacity: 0.5;
    text-decoration: line-through;
}

.item-quantity[b-ehb2ktycoy] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(59, 130, 246, 0.3);
    border-radius: 6px;
    font-weight: 700;
    flex-shrink: 0;
}

.item-details[b-ehb2ktycoy] {
    flex: 1;
}

.item-name[b-ehb2ktycoy] {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
}

.item-notes[b-ehb2ktycoy] {
    font-size: 13px;
    color: #f59e0b;
    margin-top: 4px;
}

.item-modifiers[b-ehb2ktycoy] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 6px;
}

.modifier-badge[b-ehb2ktycoy] {
    display: inline-block;
    padding: 2px 8px;
    background: rgba(139, 92, 246, 0.3);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
}

.btn-item-complete[b-ehb2ktycoy] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(16, 185, 129, 0.2);
    border: 1px solid rgba(16, 185, 129, 0.4);
    border-radius: 6px;
    color: #10b981;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-item-complete:hover[b-ehb2ktycoy] {
    background: rgba(16, 185, 129, 0.4);
    transform: scale(1.1);
}

.btn-item-locked[b-ehb2ktycoy] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(107, 114, 128, 0.2);
    border: 1px solid rgba(107, 114, 128, 0.4);
    border-radius: 6px;
    color: #6b7280;
    cursor: not-allowed;
    opacity: 0.6;
}

.ticket-actions[b-ehb2ktycoy] {
    margin-top: 16px;
}

/* Ready for Expo Status */
.ready-status[b-ehb2ktycoy] {
    padding: 1rem;
    text-align: center;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.ready-status i[b-ehb2ktycoy] {
    font-size: 1.5rem;
    margin-right: 0.5rem;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .kds-summary[b-ehb2ktycoy] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tickets-grid[b-ehb2ktycoy] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/KitchenPerformance.razor.rz.scp.css */
/* Kitchen Performance Styles */

.stat-icon[b-otug65750i] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 24px;
    color: white;
}

.stat-label[b-otug65750i] {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 4px;
}

.stat-value[b-otug65750i] {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}

.hourly-chart[b-otug65750i] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 4px;
    height: 250px;
    padding: 20px 10px;
}

.hour-bar[b-otug65750i] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.bar-container[b-otug65750i] {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: flex-end;
    min-height: 150px;
}

.bar[b-otug65750i] {
    width: 100%;
    background: linear-gradient(180deg, #3b82f6, #2563eb);
    border-radius: 4px 4px 0 0;
    transition: height 0.3s ease;
    min-height: 2px;
}

.hour-bar:hover .bar[b-otug65750i] {
    background: linear-gradient(180deg, #60a5fa, #3b82f6);
}

.bar-label[b-otug65750i] {
    font-size: 10px;
    color: #6b7280;
    font-weight: 500;
}

.bar-value[b-otug65750i] {
    font-size: 12px;
    font-weight: 700;
    color: #1f2937;
}

.top-performers[b-otug65750i] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.performer-item[b-otug65750i] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f9fafb;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.performer-item:hover[b-otug65750i] {
    background: #f3f4f6;
    transform: translateX(4px);
}

.performer-rank[b-otug65750i] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.rank-number[b-otug65750i] {
    font-weight: 700;
    color: #6b7280;
}

.performer-name[b-otug65750i] {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 2px;
}

.performer-stats[b-otug65750i] {
    font-size: 12px;
    color: #6b7280;
}

@media (max-width: 768px) {
    .hourly-chart[b-otug65750i] {
        gap: 2px;
        padding: 20px 5px;
    }
    
    .bar-label[b-otug65750i] {
        font-size: 8px;
    }
    
    .bar-value[b-otug65750i] {
        font-size: 10px;
    }
}
/* /Components/Pages/KitchenStations.razor.rz.scp.css */
/* Kitchen Stations Styles */

.station-card[b-mkcedtyatx] {
    transition: all 0.3s ease;
}

.station-card:hover[b-mkcedtyatx] {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
}

.station-stats[b-mkcedtyatx] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
}

.stat-item[b-mkcedtyatx] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6b7280;
}

.stat-item i[b-mkcedtyatx] {
    font-size: 16px;
}

.form-check-input:checked[b-mkcedtyatx] {
    background-color: #10b981;
    border-color: #10b981;
}
/* /Components/Pages/MenuAvailability.razor.rz.scp.css */
.stat-icon[b-tc6hqaixn8] {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.stat-label[b-tc6hqaixn8] {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
}

.stat-value[b-tc6hqaixn8] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
}

.availability-card[b-tc6hqaixn8] {
    transition: transform 0.2s, box-shadow 0.2s;
}

.availability-card:hover[b-tc6hqaixn8] {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
}

.availability-card.available[b-tc6hqaixn8] {
    border-left: 5px solid #198754;
}

.availability-card.unavailable[b-tc6hqaixn8] {
    border-left: 5px solid #dc3545;
    opacity: 0.8;
}

.modal.show[b-tc6hqaixn8] {
    display: block;
}

.table-hover tbody tr:hover[b-tc6hqaixn8] {
    background-color: #f8f9fa;
    cursor: pointer;
}

.badge[b-tc6hqaixn8] {
    font-weight: 500;
}

.form-label[b-tc6hqaixn8] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #495057;
}

.card-title[b-tc6hqaixn8] {
    font-size: 1.1rem;
    font-weight: 600;
}

.form-check-label strong[b-tc6hqaixn8] {
    font-size: 1rem;
}

.form-check-input:checked[b-tc6hqaixn8] {
    background-color: #198754;
    border-color: #198754;
}
/* /Components/Pages/MenuCategories.razor.rz.scp.css */
.category-tree[b-7g1ot575ot] {
    max-height: 600px;
    overflow-y: auto;
}

.category-card[b-7g1ot575ot] {
    transition: all 0.2s ease;
    background: #ffffff;
}

.category-card:hover[b-7g1ot575ot] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: #0d6efd !important;
}

.category-icon[b-7g1ot575ot] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-image[b-7g1ot575ot] {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #e9ecef;
}

.category-placeholder[b-7g1ot575ot] {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #6c757d;
}

.subcategories[b-7g1ot575ot] {
    position: relative;
}

.subcategories[b-7g1ot575ot]::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e9ecef;
}

.category-item[b-7g1ot575ot] {
    position: relative;
}

.category-item[b-7g1ot575ot]::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    width: 15px;
    height: 2px;
    background: #e9ecef;
}

.modal[b-7g1ot575ot] {
    z-index: 1055;
}

.modal-backdrop[b-7g1ot575ot] {
    z-index: 1050;
}

.btn-sm[b-7g1ot575ot] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.spinner-border-sm[b-7g1ot575ot] {
    width: 1rem;
    height: 1rem;
}

.form-text[b-7g1ot575ot] {
    font-size: 0.875rem;
    color: #6c757d;
}

.alert[b-7g1ot575ot] {
    border-radius: 8px;
}

.badge[b-7g1ot575ot] {
    font-size: 0.75rem;
}

.text-muted[b-7g1ot575ot] {
    color: #6c757d !important;
}

/* Custom scrollbar */
.category-tree[b-7g1ot575ot]::-webkit-scrollbar {
    width: 6px;
}

.category-tree[b-7g1ot575ot]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.category-tree[b-7g1ot575ot]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.category-tree[b-7g1ot575ot]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}
/* /Components/Pages/MenuItemDetails.razor.rz.scp.css */
.item-placeholder[b-zs8me6wp1u] {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #6c757d;
    border-radius: 8px;
}

.variant-card[b-zs8me6wp1u], .addon-card[b-zs8me6wp1u] {
    transition: all 0.2s ease;
    border: 1px solid #e9ecef;
}

.variant-card:hover[b-zs8me6wp1u], .addon-card:hover[b-zs8me6wp1u] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: #0d6efd;
}

.modifier-item[b-zs8me6wp1u] {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    background: #ffffff;
    transition: all 0.2s ease;
}

.modifier-item:hover[b-zs8me6wp1u] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.modifier-options[b-zs8me6wp1u] {
    margin-top: 0.5rem;
}

.badge[b-zs8me6wp1u] {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
}

.card[b-zs8me6wp1u] {
    border-radius: 12px;
    border: none;
}

.card-header[b-zs8me6wp1u] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-radius: 12px 12px 0 0 !important;
}

.btn-sm[b-zs8me6wp1u] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 6px;
}

.dropdown-item[b-zs8me6wp1u] {
    cursor: pointer;
}

.dropdown-item:hover[b-zs8me6wp1u] {
    background-color: #f8f9fa;
}

.modal[b-zs8me6wp1u] {
    z-index: 1055;
}

.form-text[b-zs8me6wp1u] {
    font-size: 0.875rem;
    color: #6c757d;
}

.text-success[b-zs8me6wp1u] {
    color: #198754 !important;
}

.text-danger[b-zs8me6wp1u] {
    color: #dc3545 !important;
}

.text-warning[b-zs8me6wp1u] {
    color: #ffc107 !important;
}

.text-muted[b-zs8me6wp1u] {
    color: #6c757d !important;
}

.fw-bold[b-zs8me6wp1u] {
    font-weight: 700 !important;
}

.fs-1[b-zs8me6wp1u] {
    font-size: 2.5rem;
}

.spinner-border-sm[b-zs8me6wp1u] {
    width: 1rem;
    height: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal-dialog[b-zs8me6wp1u] {
        max-width: 95%;
        margin: 1rem auto;
    }
    
    .d-flex.gap-2[b-zs8me6wp1u] {
        gap: 0.25rem !important;
    }
    
    .btn-sm[b-zs8me6wp1u] {
        padding: 0.2rem 0.4rem;
        font-size: 0.8rem;
    }
}

/* Card transitions */
.card[b-zs8me6wp1u] {
    transition: box-shadow 0.15s ease-in-out;
}

.card:hover[b-zs8me6wp1u] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
/* /Components/Pages/MenuItems.razor.rz.scp.css */
.menu-item-card[b-i5fozgx4pn] {
    transition: all 0.2s ease;
    border-radius: 12px;
}

.menu-item-card:hover[b-i5fozgx4pn] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.menu-item-image[b-i5fozgx4pn] {
    height: 200px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.menu-item-placeholder[b-i5fozgx4pn] {
    height: 200px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #6c757d;
    border-radius: 12px 12px 0 0;
}

.table-item-image[b-i5fozgx4pn] {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.table-item-placeholder[b-i5fozgx4pn] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #6c757d;
    border-radius: 8px;
}

.card[b-i5fozgx4pn] {
    border-radius: 12px;
    border: none;
}

.card-header[b-i5fozgx4pn] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-radius: 12px 12px 0 0 !important;
}

.badge[b-i5fozgx4pn] {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
}

.btn-sm[b-i5fozgx4pn] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 6px;
}

.modal-xl[b-i5fozgx4pn] {
    max-width: 1200px;
}

.form-check-label[b-i5fozgx4pn] {
    cursor: pointer;
}

.form-check-input:checked[b-i5fozgx4pn] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.input-group-text[b-i5fozgx4pn] {
    background-color: #f8f9fa;
    border-color: #ced4da;
}

.table th[b-i5fozgx4pn] {
    font-weight: 600;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
}

.table td[b-i5fozgx4pn] {
    vertical-align: middle;
    border-bottom: 1px solid #f1f3f4;
}

.table-hover tbody tr:hover[b-i5fozgx4pn] {
    background-color: #f8f9fa;
}

.dropdown-item[b-i5fozgx4pn] {
    cursor: pointer;
}

.dropdown-item:hover[b-i5fozgx4pn] {
    background-color: #f8f9fa;
}

.text-success[b-i5fozgx4pn] {
    color: #198754 !important;
}

.text-muted[b-i5fozgx4pn] {
    color: #6c757d !important;
}

.fw-semibold[b-i5fozgx4pn] {
    font-weight: 600;
}

.fs-1[b-i5fozgx4pn] {
    font-size: 2.5rem;
}

.spinner-border-sm[b-i5fozgx4pn] {
    width: 1rem;
    height: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal-xl[b-i5fozgx4pn] {
        max-width: 95%;
        margin: 1rem auto;
    }
    
    .menu-item-card[b-i5fozgx4pn] {
        margin-bottom: 1rem;
    }
    
    .d-flex.gap-1[b-i5fozgx4pn] {
        gap: 0.25rem !important;
    }
    
    .btn-sm[b-i5fozgx4pn] {
        padding: 0.2rem 0.4rem;
        font-size: 0.8rem;
    }
}

/* Custom scrollbar for modal */
.modal-body[b-i5fozgx4pn] {
    max-height: 70vh;
    overflow-y: auto;
}

.modal-body[b-i5fozgx4pn]::-webkit-scrollbar {
    width: 6px;
}

.modal-body[b-i5fozgx4pn]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.modal-body[b-i5fozgx4pn]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.modal-body[b-i5fozgx4pn]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Loading animation */
.spinner-border[b-i5fozgx4pn] {
    width: 3rem;
    height: 3rem;
}

/* Card transitions */
.card[b-i5fozgx4pn] {
    transition: box-shadow 0.15s ease-in-out;
}

.card:hover[b-i5fozgx4pn] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
/* /Components/Pages/MenuPricingRules.razor.rz.scp.css */
.stat-icon[b-7ev7b7kegh] {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.stat-label[b-7ev7b7kegh] {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
}

.stat-value[b-7ev7b7kegh] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
}

.modal.show[b-7ev7b7kegh] {
    display: block;
}

.table-hover tbody tr:hover[b-7ev7b7kegh] {
    background-color: #f8f9fa;
    cursor: pointer;
}

.badge[b-7ev7b7kegh] {
    font-weight: 500;
}

.form-label[b-7ev7b7kegh] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #495057;
}

.pricing-container[b-7ev7b7kegh] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.pricing-header[b-7ev7b7kegh] {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    color: white;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.pricing-header h1[b-7ev7b7kegh] {
    color: white !important;
    font-weight: 700;
    font-size: 2rem;
}

.pricing-header .btn-primary[b-7ev7b7kegh] {
    background: white;
    color: #667eea;
    border: none;
    font-weight: 600;
    padding: 0.625rem 1.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.pricing-header .btn-primary:hover[b-7ev7b7kegh] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    background: #f8f9fa;
}

.alert-info[b-7ev7b7kegh] {
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #e0f2fe 0%, #dbeafe 100%);
    border-left: 4px solid #0ea5e9;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
}

.filters-section[b-7ev7b7kegh] {
    margin-bottom: 1.5rem;
    border-radius: 12px;
    border: none;
}

.filters-section .card-body[b-7ev7b7kegh] {
    padding: 1.25rem;
}

.filters-section .form-control[b-7ev7b7kegh],
.filters-section .form-select[b-7ev7b7kegh] {
    border-radius: 10px;
    border: 2px solid #e9ecef;
    padding: 0.625rem 1rem;
    font-weight: 500;
}

.filters-section .form-control:focus[b-7ev7b7kegh],
.filters-section .form-select:focus[b-7ev7b7kegh] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.filters-section .input-group-text[b-7ev7b7kegh] {
    border-radius: 10px 0 0 10px;
    border: 2px solid #e9ecef;
    border-right: none;
    background: #f8f9fa;
    color: #667eea;
}

.filters-section .btn-outline-secondary[b-7ev7b7kegh] {
    border-radius: 10px;
    border: 2px solid #e9ecef;
    font-weight: 600;
}

.card[b-7ev7b7kegh] {
    border-radius: 12px;
    border: none;
    margin-bottom: 1.5rem;
}

.card-body[b-7ev7b7kegh] {
    padding: 1.5rem;
}

.table[b-7ev7b7kegh] {
    margin-bottom: 0;
}

.table thead[b-7ev7b7kegh] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.table thead th[b-7ev7b7kegh] {
    border: none;
    font-weight: 700;
    color: #495057;
    padding: 1rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table tbody td[b-7ev7b7kegh] {
    padding: 1rem;
    vertical-align: middle;
    border-top: 1px solid #f0f2f5;
}

.table-hover tbody tr[b-7ev7b7kegh] {
    transition: all 0.2s ease;
}

.table-hover tbody tr:hover[b-7ev7b7kegh] {
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f5 100%);
    transform: scale(1.01);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.badge[b-7ev7b7kegh] {
    font-weight: 600;
    padding: 0.5rem 0.875rem;
    border-radius: 8px;
    font-size: 0.813rem;
}

.badge.rounded-pill[b-7ev7b7kegh] {
    padding: 0.5rem 1rem;
}

.badge.bg-primary[b-7ev7b7kegh] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.badge.bg-info[b-7ev7b7kegh] {
    background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 100%) !important;
}

.badge.bg-success[b-7ev7b7kegh] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
}

.badge.bg-danger[b-7ev7b7kegh] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
}

.badge.bg-secondary[b-7ev7b7kegh] {
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%) !important;
}

.btn-group-sm .btn[b-7ev7b7kegh] {
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-group-sm .btn:hover[b-7ev7b7kegh] {
    transform: scale(1.1);
}

.btn-outline-primary[b-7ev7b7kegh] {
    border-color: #667eea;
    color: #667eea;
}

.btn-outline-primary:hover[b-7ev7b7kegh] {
    background: #667eea;
    border-color: #667eea;
}

.btn-outline-danger[b-7ev7b7kegh] {
    border-color: #ef4444;
    color: #ef4444;
}

.btn-outline-danger:hover[b-7ev7b7kegh] {
    background: #ef4444;
    border-color: #ef4444;
}

.empty-state[b-7ev7b7kegh] {
    padding: 4rem 2rem;
}

.empty-state .display-1[b-7ev7b7kegh] {
    font-size: 5rem;
    opacity: 0.5;
}

.empty-state h4[b-7ev7b7kegh] {
    margin-top: 1.5rem;
    font-weight: 600;
}

.empty-state p[b-7ev7b7kegh] {
    font-size: 1.125rem;
    margin-top: 0.5rem;
}

.empty-state .btn[b-7ev7b7kegh] {
    margin-top: 1.5rem;
    padding: 0.875rem 2rem;
    font-size: 1.125rem;
    border-radius: 12px;
}

/* Modal Styles */
.modal.show[b-7ev7b7kegh] {
    display: block;
}

.modal-content[b-7ev7b7kegh] {
    border-radius: 16px;
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.modal-header[b-7ev7b7kegh] {
    border-radius: 16px 16px 0 0;
    padding: 1.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.modal-header.bg-primary[b-7ev7b7kegh] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.modal-header .modal-title[b-7ev7b7kegh] {
    font-weight: 700;
    font-size: 1.5rem;
}

.modal-body[b-7ev7b7kegh] {
    padding: 2rem;
    max-height: 70vh;
    overflow-y: auto;
}

.modal-body hr[b-7ev7b7kegh] {
    margin: 1.5rem 0;
    border-top: 2px solid #f0f2f5;
}

.modal-body h6[b-7ev7b7kegh] {
    font-weight: 700;
    color: #495057;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.modal-footer[b-7ev7b7kegh] {
    padding: 1.25rem 2rem;
    border-top: 2px solid #f0f2f5;
}

.modal-footer .btn[b-7ev7b7kegh] {
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 10px;
}

.form-label[b-7ev7b7kegh] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-label.fw-bold[b-7ev7b7kegh] {
    font-weight: 700 !important;
}

.form-control[b-7ev7b7kegh],
.form-select[b-7ev7b7kegh] {
    border-radius: 10px;
    border: 2px solid #e9ecef;
    padding: 0.625rem 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.form-control:focus[b-7ev7b7kegh],
.form-select:focus[b-7ev7b7kegh] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-control-lg[b-7ev7b7kegh] {
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
}

.form-select-lg[b-7ev7b7kegh] {
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
}

.input-group-lg .input-group-text[b-7ev7b7kegh] {
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #e9ecef;
    border-right: none;
    border-radius: 10px 0 0 10px;
    color: #10b981;
}

.form-check-input[b-7ev7b7kegh] {
    border-radius: 6px;
    border: 2px solid #e9ecef;
}

.form-check-input:checked[b-7ev7b7kegh] {
    background-color: #667eea;
    border-color: #667eea;
}

.form-check-label[b-7ev7b7kegh] {
    font-weight: 600;
    color: #495057;
}

.text-muted[b-7ev7b7kegh] {
    color: #6c757d !important;
    font-size: 0.875rem;
}

optgroup[b-7ev7b7kegh] {
    font-weight: 700;
    color: #495057;
    background: #f8f9fa;
}

optgroup option[b-7ev7b7kegh] {
    font-weight: 500;
    padding-left: 1rem;
}

/* Scrollbar for modal */
.modal-body[b-7ev7b7kegh]::-webkit-scrollbar {
    width: 8px;
}

.modal-body[b-7ev7b7kegh]::-webkit-scrollbar-track {
    background: #f1f3f4;
    border-radius: 4px;
}

.modal-body[b-7ev7b7kegh]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 4px;
}

.modal-body[b-7ev7b7kegh]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #5568d3 0%, #6a3f8f 100%);
}

/* Responsive */
@media (max-width: 768px) {
    .pricing-container[b-7ev7b7kegh] {
        padding: 1rem;
    }

    .pricing-header[b-7ev7b7kegh] {
        padding: 1rem;
    }

    .pricing-header h1[b-7ev7b7kegh] {
        font-size: 1.5rem;
    }

    .table-responsive[b-7ev7b7kegh] {
        font-size: 0.875rem;
    }

    .modal-dialog[b-7ev7b7kegh] {
        margin: 0.5rem;
    }

    .modal-body[b-7ev7b7kegh] {
        padding: 1.25rem;
    }
}
/* /Components/Pages/OrderDetails.razor.rz.scp.css */
.stats-card[b-1o1o2wujou] {
    border: none;
    border-radius: 12px;
    transition: all 0.2s ease;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.stats-card:hover[b-1o1o2wujou] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.stats-card .card-body[b-1o1o2wujou] {
    padding: 1.5rem;
}

.stats-card .card-title[b-1o1o2wujou] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.stats-card .card-text[b-1o1o2wujou] {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Order Items Table */
.table[b-1o1o2wujou] {
    font-size: 0.9rem;
}

.table thead th[b-1o1o2wujou] {
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    color: #495057;
    background: #f8f9fa;
}

.table tbody tr:hover[b-1o1o2wujou] {
    background-color: rgba(0, 0, 0, 0.02);
}

.item-info .fw-semibold[b-1o1o2wujou] {
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.25rem;
}

.special-instructions[b-1o1o2wujou] {
    margin-top: 0.25rem;
    padding: 0.375rem 0.75rem;
    background: #fff3cd;
    border-radius: 6px;
    border-left: 3px solid #ffc107;
}

.special-instructions i[b-1o1o2wujou] {
    color: #856404;
    margin-right: 0.25rem;
}

.quantity-badge[b-1o1o2wujou] {
    background: #0d6efd;
    color: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
}

/* Order Summary */
.summary-line[b-1o1o2wujou] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.summary-line.discount[b-1o1o2wujou] {
    color: #dc3545;
}

.summary-line.total[b-1o1o2wujou] {
    font-size: 1.1rem;
    padding-top: 0.75rem;
    border-top: 2px solid #e9ecef;
    margin-top: 0.5rem;
}

.discount-reason[b-1o1o2wujou] {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

/* Customer Information */
.customer-info[b-1o1o2wujou] {
    line-height: 1.6;
}

.customer-info i[b-1o1o2wujou] {
    width: 16px;
    color: #6c757d;
    margin-right: 0.5rem;
}

/* Payment Information */
.payment-item[b-1o1o2wujou] {
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.payment-item:not(:last-child)[b-1o1o2wujou] {
    margin-bottom: 0.75rem;
}

/* Timeline */
.timeline[b-1o1o2wujou] {
    position: relative;
    padding-left: 2rem;
}

.timeline[b-1o1o2wujou]::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e9ecef;
}

.timeline-item[b-1o1o2wujou] {
    position: relative;
    margin-bottom: 2rem;
}

.timeline-item:last-child[b-1o1o2wujou] {
    margin-bottom: 0;
}

.timeline-marker[b-1o1o2wujou] {
    position: absolute;
    left: -2rem;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
    border: 3px solid white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.timeline-marker.created[b-1o1o2wujou] {
    background: #6c757d;
    color: white;
}

.timeline-marker.created[b-1o1o2wujou]::before {
    content: '?';
}

.timeline-marker.confirmed[b-1o1o2wujou] {
    background: #0dcaf0;
    color: white;
}

.timeline-marker.confirmed[b-1o1o2wujou]::before {
    content: '?';
}

.timeline-marker.preparation[b-1o1o2wujou] {
    background: #0d6efd;
    color: white;
}

.timeline-marker.preparation[b-1o1o2wujou]::before {
    content: '?';
}

.timeline-marker.ready[b-1o1o2wujou] {
    background: #198754;
    color: white;
}

.timeline-marker.ready[b-1o1o2wujou]::before {
    content: '?';
}

.timeline-marker.served[b-1o1o2wujou] {
    background: #6f42c1;
    color: white;
}

.timeline-marker.served[b-1o1o2wujou]::before {
    content: '??';
}

.timeline-marker.cancelled[b-1o1o2wujou] {
    background: #dc3545;
    color: white;
}

.timeline-marker.cancelled[b-1o1o2wujou]::before {
    content: '?';
}

.timeline-content[b-1o1o2wujou] {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.timeline-header[b-1o1o2wujou] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.timeline-header strong[b-1o1o2wujou] {
    color: #212529;
    font-weight: 600;
}

.timeline-time[b-1o1o2wujou] {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
}

.timeline-description[b-1o1o2wujou] {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Cards */
.card[b-1o1o2wujou] {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: box-shadow 0.2s ease;
}

.card:hover[b-1o1o2wujou] {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.card-header[b-1o1o2wujou] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #e9ecef;
    border-radius: 12px 12px 0 0 !important;
    padding: 1rem 1.5rem;
}

.card-header h5[b-1o1o2wujou] {
    margin-bottom: 0;
    color: #495057;
    font-weight: 600;
}

.card-header i[b-1o1o2wujou] {
    margin-right: 0.5rem;
    color: #6c757d;
}

.card-body[b-1o1o2wujou] {
    padding: 1.5rem;
}

/* Badges */
.badge[b-1o1o2wujou] {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    font-weight: 600;
}

.badge.bg-warning[b-1o1o2wujou] {
    background-color: #ffc107 !important;
    color: #000;
}

.badge.bg-info[b-1o1o2wujou] {
    background-color: #0dcaf0 !important;
}

.badge.bg-primary[b-1o1o2wujou] {
    background-color: #0d6efd !important;
}

.badge.bg-success[b-1o1o2wujou] {
    background-color: #198754 !important;
}

.badge.bg-secondary[b-1o1o2wujou] {
    background-color: #6c757d !important;
}

.badge.bg-danger[b-1o1o2wujou] {
    background-color: #dc3545 !important;
}

/* Buttons */
.btn[b-1o1o2wujou] {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn:hover[b-1o1o2wujou] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.btn-outline-secondary[b-1o1o2wujou] {
    border-color: #adb5bd;
    color: #6c757d;
}

.btn-outline-secondary:hover[b-1o1o2wujou] {
    background-color: #6c757d;
    border-color: #6c757d;
}

/* Dropdown */
.dropdown-menu[b-1o1o2wujou] {
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 8px;
    padding: 0.5rem 0;
}

.dropdown-item[b-1o1o2wujou] {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    transition: background-color 0.2s ease;
}

.dropdown-item:hover[b-1o1o2wujou] {
    background-color: #f8f9fa;
}

.dropdown-item.text-danger:hover[b-1o1o2wujou] {
    background-color: #f8d7da;
    color: #721c24;
}

.dropdown-item i[b-1o1o2wujou] {
    margin-right: 0.5rem;
    width: 16px;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 992px) {
    .timeline[b-1o1o2wujou] {
        padding-left: 1.5rem;
    }
    
    .timeline-marker[b-1o1o2wujou] {
        left: -1.5rem;
        width: 24px;
        height: 24px;
        font-size: 0.75rem;
    }
    
    .timeline[b-1o1o2wujou]::before {
        left: 12px;
    }
}

@media (max-width: 768px) {
    .stats-card .card-body[b-1o1o2wujou] {
        padding: 1rem;
    }
    
    .stats-card .card-title[b-1o1o2wujou] {
        font-size: 1.25rem;
    }
    
    .card-body[b-1o1o2wujou] {
        padding: 1rem;
    }
    
    .card-header[b-1o1o2wujou] {
        padding: 0.75rem 1rem;
    }
    
    .timeline-content[b-1o1o2wujou] {
        padding: 0.75rem;
    }
    
    .timeline-header[b-1o1o2wujou] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
    
    .table-responsive[b-1o1o2wujou] {
        font-size: 0.8rem;
    }
    
    .quantity-badge[b-1o1o2wujou] {
        width: 24px;
        height: 24px;
        font-size: 0.75rem;
    }
}

@media (max-width: 576px) {
    .d-flex.justify-content-between.align-items-center .d-flex.gap-2[b-1o1o2wujou] {
        flex-direction: column;
        gap: 0.5rem !important;
        width: 100%;
    }
    
    .d-flex.justify-content-between.align-items-center .d-flex.gap-2 .btn[b-1o1o2wujou] {
        width: 100%;
    }
    
    .timeline-item[b-1o1o2wujou] {
        margin-bottom: 1.5rem;
    }
    
    .summary-line[b-1o1o2wujou] {
        font-size: 0.9rem;
    }
    
    .summary-line.total[b-1o1o2wujou] {
        font-size: 1rem;
    }
}

/* Loading state */
.spinner-border[b-1o1o2wujou] {
    width: 3rem;
    height: 3rem;
}

/* Color scheme consistency */
.text-primary[b-1o1o2wujou] {
    color: #0d6efd !important;
}

.text-success[b-1o1o2wujou] {
    color: #198754 !important;
}

.text-info[b-1o1o2wujou] {
    color: #0dcaf0 !important;
}

.text-warning[b-1o1o2wujou] {
    color: #ffc107 !important;
}

.text-danger[b-1o1o2wujou] {
    color: #dc3545 !important;
}

.text-muted[b-1o1o2wujou] {
    color: #6c757d !important;
}

/* Custom scrollbar */
.card-body[b-1o1o2wujou]::-webkit-scrollbar {
    width: 6px;
}

.card-body[b-1o1o2wujou]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.card-body[b-1o1o2wujou]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.card-body[b-1o1o2wujou]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}
/* /Components/Pages/OrderHistory.razor.rz.scp.css */
.table[b-o7djc8v1jp] {
    font-size: 0.9rem;
}

.table thead th[b-o7djc8v1jp] {
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    color: #495057;
    background: #f8f9fa;
}

.table tbody tr:hover[b-o7djc8v1jp] {
    background-color: rgba(0, 0, 0, 0.02);
}

.sortable[b-o7djc8v1jp] {
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
}

.sortable:hover[b-o7djc8v1jp] {
    background-color: rgba(0, 0, 0, 0.05);
    color: #0d6efd;
}

.sortable i[b-o7djc8v1jp] {
    font-size: 0.8rem;
    margin-left: 0.5rem;
}

.order-items-preview[b-o7djc8v1jp] {
    max-width: 200px;
}

.order-items-preview .small[b-o7djc8v1jp] {
    display: block;
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

.badge[b-o7djc8v1jp] {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
}

.badge.bg-light[b-o7djc8v1jp] {
    color: #495057 !important;
    border: 1px solid #dee2e6;
}

.fw-bold[b-o7djc8v1jp] {
    font-weight: 700 !important;
}

.text-success[b-o7djc8v1jp] {
    color: #198754 !important;
}

/* Status badges */
.badge.bg-success[b-o7djc8v1jp] {
    background-color: #198754 !important;
}

.badge.bg-danger[b-o7djc8v1jp] {
    background-color: #dc3545 !important;
}

.badge.bg-info[b-o7djc8v1jp] {
    background-color: #0dcaf0 !important;
}

.badge.bg-secondary[b-o7djc8v1jp] {
    background-color: #6c757d !important;
}

/* Summary cards */
.card.bg-primary[b-o7djc8v1jp] {
    background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%) !important;
}

.card.bg-success[b-o7djc8v1jp] {
    background: linear-gradient(135deg, #198754 0%, #0f5132 100%) !important;
}

.card.bg-info[b-o7djc8v1jp] {
    background: linear-gradient(135deg, #0dcaf0 0%, #055160 100%) !important;
}

.card.bg-warning[b-o7djc8v1jp] {
    background: linear-gradient(135deg, #ffc107 0%, #997404 100%) !important;
}

.card h4[b-o7djc8v1jp] {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

/* Quick date filter buttons */
.btn-group .btn[b-o7djc8v1jp] {
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
}

.btn-group .btn.active[b-o7djc8v1jp],
.btn-group .btn:active[b-o7djc8v1jp] {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}

/* Search and filter section */
.card-body[b-o7djc8v1jp] {
    padding: 1.5rem;
}

.input-group-text[b-o7djc8v1jp] {
    background-color: #f8f9fa;
    border-color: #ced4da;
    color: #6c757d;
}

.form-control[b-o7djc8v1jp], .form-select[b-o7djc8v1jp] {
    border-color: #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus[b-o7djc8v1jp], .form-select:focus[b-o7djc8v1jp] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Pagination */
.pagination[b-o7djc8v1jp] {
    margin-bottom: 0;
}

.page-link[b-o7djc8v1jp] {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-color: #dee2e6;
    color: #6c757d;
}

.page-link:hover[b-o7djc8v1jp] {
    background-color: #e9ecef;
    border-color: #adb5bd;
    color: #495057;
}

.page-item.active .page-link[b-o7djc8v1jp] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.page-item.disabled .page-link[b-o7djc8v1jp] {
    color: #adb5bd;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

/* Modal enhancements */
.modal-header[b-o7djc8v1jp] {
    background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%);
    color: white;
    border-radius: 12px 12px 0 0;
}

.modal-header .btn-close[b-o7djc8v1jp] {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.modal-xl[b-o7djc8v1jp] {
    max-width: 1200px;
}

.modal-body[b-o7djc8v1jp] {
    padding: 2rem;
}

.modal-body h6[b-o7djc8v1jp] {
    color: #495057;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e9ecef;
}

.modal-body .table td[b-o7djc8v1jp] {
    padding: 0.5rem;
    border-bottom: 1px solid #f1f3f4;
}

.modal-body .table-active[b-o7djc8v1jp] {
    background-color: rgba(13, 110, 253, 0.1);
}

/* Button enhancements */
.btn-sm[b-o7djc8v1jp] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 6px;
}

.btn-outline-primary:hover[b-o7djc8v1jp],
.btn-outline-info:hover[b-o7djc8v1jp],
.btn-outline-warning:hover[b-o7djc8v1jp] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Loading state */
.spinner-border[b-o7djc8v1jp] {
    width: 3rem;
    height: 3rem;
}

/* Empty state */
.empty-state[b-o7djc8v1jp] {
    text-align: center;
    padding: 4rem 2rem;
    color: #6c757d;
}

.empty-state i[b-o7djc8v1jp] {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.empty-state h3[b-o7djc8v1jp] {
    margin-bottom: 1rem;
}

.empty-state p[b-o7djc8v1jp] {
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

/* Responsive design */
@media (max-width: 1200px) {
    .modal-xl[b-o7djc8v1jp] {
        max-width: 95%;
        margin: 1rem auto;
    }
}

@media (max-width: 768px) {
    .table-responsive[b-o7djc8v1jp] {
        font-size: 0.8rem;
    }
    
    .order-items-preview[b-o7djc8v1jp] {
        max-width: 150px;
    }
    
    .d-flex.gap-1[b-o7djc8v1jp] {
        flex-direction: column;
        gap: 0.25rem !important;
    }
    
    .btn-sm[b-o7djc8v1jp] {
        padding: 0.2rem 0.4rem;
        font-size: 0.8rem;
    }
    
    .modal-body[b-o7djc8v1jp] {
        padding: 1rem;
    }
    
    .row.mt-4 .col-md-3[b-o7djc8v1jp] {
        margin-bottom: 1rem;
    }
    
    .btn-group[b-o7djc8v1jp] {
        flex-wrap: wrap;
        gap: 0.25rem;
    }
    
    .btn-group .btn[b-o7djc8v1jp] {
        flex: none;
        margin-bottom: 0.25rem;
    }
}

@media (max-width: 576px) {
    .table th:nth-child(n+4)[b-o7djc8v1jp],
    .table td:nth-child(n+4)[b-o7djc8v1jp] {
        display: none;
    }
    
    .table th:nth-child(3)[b-o7djc8v1jp],
    .table td:nth-child(3)[b-o7djc8v1jp] {
        display: table-cell;
    }
    
    .pagination[b-o7djc8v1jp] {
        justify-content: center;
    }
    
    .page-link[b-o7djc8v1jp] {
        padding: 0.25rem 0.5rem;
        font-size: 0.8rem;
    }
}

/* Custom scrollbar for table */
.table-responsive[b-o7djc8v1jp]::-webkit-scrollbar {
    height: 6px;
}

.table-responsive[b-o7djc8v1jp]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.table-responsive[b-o7djc8v1jp]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.table-responsive[b-o7djc8v1jp]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Improved spacing */
.row.g-3 > *[b-o7djc8v1jp] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

/* Filter section styling */
.card.border-0.shadow-sm[b-o7djc8v1jp] {
    border-radius: 12px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* Icon consistency */
.bi[b-o7djc8v1jp] {
    vertical-align: -0.125em;
}
/* /Components/Pages/OrderTaking.razor.rz.scp.css */
.pos-container[b-p37ddvndxz] {
    display: flex;
    height: calc(100vh - 80px);
    background: #f0f2f5;
    gap: 1rem;
    padding: 1rem;
}

.pos-menu-panel[b-p37ddvndxz] {
    flex: 2;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.pos-order-panel[b-p37ddvndxz] {
    flex: 1;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    min-width: 380px;
    overflow: hidden;
}

/* Menu Panel */
.menu-header[b-p37ddvndxz] {
    padding: 1.5rem;
    border-bottom: 2px solid #f0f2f5;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.menu-header h4[b-p37ddvndxz] {
    color: white !important;
    margin-bottom: 1rem;
    font-weight: 700;
}

.menu-header .bi[b-p37ddvndxz] {
    margin-right: 0.5rem;
}

.search-box[b-p37ddvndxz] {
    margin-top: 0;
}

.search-box .input-group-text[b-p37ddvndxz] {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    color: #667eea;
}

.search-box .form-control[b-p37ddvndxz] {
    border: none;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.625rem 1rem;
}

.search-box .form-control:focus[b-p37ddvndxz] {
    background: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.25);
}

.category-tabs[b-p37ddvndxz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem;
    padding: 1.25rem;
    border-bottom: 2px solid #f0f2f5;
    background: #fafbfc;
    overflow-x: auto;
}

.category-tab[b-p37ddvndxz] {
    padding: 0.75rem 1rem;
    border: 2px solid #e1e4e8;
    border-radius: 12px;
    background: white;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: #495057;
    min-width: 85px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.category-icon-wrapper[b-p37ddvndxz] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
    border-radius: 10px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.category-thumbnail[b-p37ddvndxz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.category-icon[b-p37ddvndxz] {
    font-size: 1.5rem;
    color: #6c757d;
    transition: all 0.3s ease;
}

.category-name[b-p37ddvndxz] {
    font-size: 0.813rem;
    text-align: center;
    line-height: 1.3;
}

.category-tab:hover[b-p37ddvndxz] {
    border-color: #667eea;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.2);
    cursor: pointer;
}

.category-tab:hover .category-icon-wrapper[b-p37ddvndxz] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.category-tab:hover .category-icon[b-p37ddvndxz] {
    color: white;
}

.category-tab.active[b-p37ddvndxz] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
    color: white;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.category-tab.active .category-icon-wrapper[b-p37ddvndxz] {
    background: rgba(255, 255, 255, 0.25);
}

.category-tab.active .category-icon[b-p37ddvndxz] {
    color: white;
}

.category-tab.active:hover[b-p37ddvndxz] {
    background: linear-gradient(135deg, #5568d3 0%, #6a3f8f 100%);
    border-color: #5568d3;
}

.menu-items-grid[b-p37ddvndxz] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 220px));
    gap: 1.25rem;
    align-content: start;
    grid-auto-rows: min-content;
    justify-content: start;
}

.menu-item-card[b-p37ddvndxz] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 16px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    height: 280px;
    min-height: 280px;
    max-height: 280px;
    
}

.menu-item-card:hover[b-p37ddvndxz] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border-color: #667eea;
}

.menu-item-card.unavailable[b-p37ddvndxz] {
    opacity: 0.5;
    cursor: not-allowed;
}

.menu-item-card.unavailable:hover[b-p37ddvndxz] {
    transform: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border-color: #e9ecef;
}

.item-image[b-p37ddvndxz] {
    height: 140px;
    min-height: 140px;
    width: 100%;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.item-image img[b-p37ddvndxz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.menu-item-card:hover .item-image img[b-p37ddvndxz] {
    transform: scale(1.08);
}

.no-image[b-p37ddvndxz] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #adb5bd;
}

.item-info[b-p37ddvndxz] {
    padding: 1rem;
    text-align: center;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.5rem;
    min-height: 0;
    overflow: hidden;
}

.item-name[b-p37ddvndxz] {
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.3;
    color: #212529;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-price[b-p37ddvndxz] {
    font-weight: 700;
    color: #10b981;
    font-size: 1.25rem;
    margin-bottom: 0;
}

.unavailable-badge[b-p37ddvndxz] {
    color: #dc3545;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.dietary-badge[b-p37ddvndxz] {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
    margin: 0 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.dietary-badge.veg[b-p37ddvndxz] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.dietary-badge.vegan[b-p37ddvndxz] {
    background: linear-gradient(135deg, #20c997 0%, #0dcaf0 100%);
    color: white;
}

.dietary-badge.spicy[b-p37ddvndxz] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}

/* Order Panel */
.order-header[b-p37ddvndxz] {
    padding: 1.5rem;
    border-bottom: 2px solid #f0f2f5;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.order-header h4[b-p37ddvndxz] {
    color: white !important;
    font-weight: 700;
}

.order-header .btn-outline-secondary[b-p37ddvndxz],
.order-header .btn-outline-info[b-p37ddvndxz] {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #667eea;
    font-weight: 600;
}

.order-header .btn-outline-secondary:hover[b-p37ddvndxz],
.order-header .btn-outline-info:hover[b-p37ddvndxz] {
    background: white;
    border-color: white;
    color: #5568d3;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.order-header .form-select[b-p37ddvndxz],
.order-header .form-control[b-p37ddvndxz] {
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.order-header .form-select:focus[b-p37ddvndxz],
.order-header .form-control:focus[b-p37ddvndxz] {
    background: white;
    border-color: white;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.order-items[b-p37ddvndxz] {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem;
    background: #fafbfc;
}

.order-item[b-p37ddvndxz] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.order-item:hover[b-p37ddvndxz] {
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.item-details[b-p37ddvndxz] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.item-name-qty[b-p37ddvndxz] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.qty-badge[b-p37ddvndxz] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.813rem;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(102, 126, 234, 0.3);
}

.item-name[b-p37ddvndxz] {
    font-weight: 600;
    font-size: 0.95rem;
    color: #212529;
}

.item-price[b-p37ddvndxz] {
    font-weight: 700;
    color: #10b981;
    font-size: 1.125rem;
}

.item-controls[b-p37ddvndxz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quantity-controls[b-p37ddvndxz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.quantity-controls .btn[b-p37ddvndxz] {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.quantity-controls .btn:hover[b-p37ddvndxz] {
    transform: scale(1.1);
}

.quantity-controls .mx-2[b-p37ddvndxz] {
    font-weight: 600;
    min-width: 30px;
    text-align: center;
    font-size: 1rem;
}

.special-instructions[b-p37ddvndxz] {
    margin-top: 0.75rem;
    padding: 0.625rem;
    background: linear-gradient(135deg, #fff3cd 0%, #fff8e1 100%);
    border-radius: 8px;
    border-left: 3px solid #ffc107;
}

.empty-order[b-p37ddvndxz] {
    text-align: center;
    padding: 4rem 1rem;
}

.empty-order .bi[b-p37ddvndxz] {
    color: #d1d5db;
}

.order-summary[b-p37ddvndxz] {
    padding: 1.5rem;
    border-top: 2px solid #f0f2f5;
    background: white;
}

.summary-line[b-p37ddvndxz] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    font-weight: 500;
}

.summary-line.discount[b-p37ddvndxz] {
    color: #ef4444;
    font-weight: 600;
}

.summary-line.total[b-p37ddvndxz] {
    font-weight: 700;
    font-size: 1.25rem;
    padding-top: 0.75rem;
    border-top: 2px solid #e9ecef;
    color: #212529;
}

.order-actions[b-p37ddvndxz] {
    padding: 1.25rem;
    background: white;
    border-top: 2px solid #f0f2f5;
}

.order-actions .btn[b-p37ddvndxz] {
    font-weight: 600;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-width: 2px;
}

.order-actions .btn:hover[b-p37ddvndxz] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.order-actions .btn-success[b-p37ddvndxz] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-color: #10b981;
}

.order-actions .btn-success:hover[b-p37ddvndxz] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    border-color: #059669;
}

.order-actions .btn-primary[b-p37ddvndxz] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
}

.order-actions .btn-primary:hover[b-p37ddvndxz] {
    background: linear-gradient(135deg, #5568d3 0%, #6a3f8f 100%);
    border-color: #5568d3;
}

/* Modal Styles */
.modal[b-p37ddvndxz] {
    z-index: 1055;
}

.modal-backdrop[b-p37ddvndxz] {
    z-index: 1050;
}

.modal-content[b-p37ddvndxz] {
    border-radius: 16px;
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.modal-header[b-p37ddvndxz] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 16px 16px 0 0;
    padding: 1.5rem;
}

.modal-header .modal-title[b-p37ddvndxz] {
    font-weight: 700;
}

.modal-header .btn-close[b-p37ddvndxz] {
    filter: brightness(0) invert(1);
}

.modal-body[b-p37ddvndxz] {
    padding: 1.5rem;
}

.modal-footer[b-p37ddvndxz] {
    padding: 1rem 1.5rem;
    border-top: 2px solid #f0f2f5;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .menu-items-grid[b-p37ddvndxz] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 200px));
    }
}

@media (max-width: 1200px) {
    .menu-items-grid[b-p37ddvndxz] {
        grid-template-columns: repeat(auto-fill, minmax(180px, 180px));
    }
}

@media (max-width: 992px) {
    .pos-container[b-p37ddvndxz] {
        flex-direction: column;
        height: auto;
        min-height: calc(100vh - 80px);
    }
    
    .pos-menu-panel[b-p37ddvndxz],
    .pos-order-panel[b-p37ddvndxz] {
        flex: none;
        min-height: 60vh;
    }
    
    .menu-items-grid[b-p37ddvndxz] {
        grid-template-columns: repeat(auto-fill, minmax(170px, 170px));
    }
}

@media (max-width: 768px) {
    .pos-container[b-p37ddvndxz] {
        padding: 0.5rem;
        gap: 0.5rem;
    }
    
    .menu-items-grid[b-p37ddvndxz] {
        grid-template-columns: repeat(auto-fill, minmax(160px, 160px));
        padding: 1rem;
        gap: 1rem;
    }
    
    .category-tabs[b-p37ddvndxz] {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 1rem;
    }
    
    .category-tab[b-p37ddvndxz] {
        flex-shrink: 0;
    }
}

/* Scrollbar Styling */
.order-items[b-p37ddvndxz]::-webkit-scrollbar,
.menu-items-grid[b-p37ddvndxz]::-webkit-scrollbar,
.category-tabs[b-p37ddvndxz]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.order-items[b-p37ddvndxz]::-webkit-scrollbar-track,
.menu-items-grid[b-p37ddvndxz]::-webkit-scrollbar-track,
.category-tabs[b-p37ddvndxz]::-webkit-scrollbar-track {
    background: #f1f3f4;
    border-radius: 4px;
}

.order-items[b-p37ddvndxz]::-webkit-scrollbar-thumb,
.menu-items-grid[b-p37ddvndxz]::-webkit-scrollbar-thumb,
.category-tabs[b-p37ddvndxz]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 4px;
}

.order-items[b-p37ddvndxz]::-webkit-scrollbar-thumb:hover,
.menu-items-grid[b-p37ddvndxz]::-webkit-scrollbar-thumb:hover,
.category-tabs[b-p37ddvndxz]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #5568d3 0%, #6a3f8f 100%);
}

/* Loading and Empty States */
.spinner-border.text-primary[b-p37ddvndxz] {
    border-color: #667eea;
    border-right-color: transparent;
}

.text-muted[b-p37ddvndxz] {
    color: #6c757d !important;
}

/* Animation */
@keyframes slideIn-b-p37ddvndxz {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu-item-card[b-p37ddvndxz],
.order-item[b-p37ddvndxz] {
    animation: slideIn-b-p37ddvndxz 0.3s ease-out;
}

/* Combo Specific Styles */
.combo-card[b-p37ddvndxz] {
    border-color: #17a2b8 !important;
    box-shadow: 0 2px 8px rgba(23, 162, 184, 0.15);
}

.combo-card:hover[b-p37ddvndxz] {
    border-color: #138496 !important;
    box-shadow: 0 8px 24px rgba(23, 162, 184, 0.25);
}

.combo-card .item-price[b-p37ddvndxz] {
    color: #ffc107 !important;
}

.order-item.combo-item[b-p37ddvndxz] {
    border-left: 4px solid #17a2b8;
    background: linear-gradient(90deg, rgba(23, 162, 184, 0.05) 0%, white 100%);
}

.order-item.combo-item:hover[b-p37ddvndxz] {
    border-color: #17a2b8;
    background: linear-gradient(90deg, rgba(23, 162, 184, 0.08) 0%, white 100%);
}

.order-item.combo-item .badge.bg-info[b-p37ddvndxz] {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%) !important;
    box-shadow: 0 2px 6px rgba(23, 162, 184, 0.3);
    padding: 0.25rem 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Animation */
@keyframes slideIn-b-p37ddvndxz {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu-item-card[b-p37ddvndxz],
.order-item[b-p37ddvndxz] {
    animation: slideIn-b-p37ddvndxz 0.3s ease-out;
}
/* /Components/Pages/PaymentProcessing.razor.rz.scp.css */
.payment-methods[b-239e1s4zl1] {
    margin-bottom: 2rem;
}

.payment-method[b-239e1s4zl1] {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
    height: 100%;
}

.payment-method:hover[b-239e1s4zl1] {
    border-color: #0d6efd;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.payment-method.selected[b-239e1s4zl1] {
    border-color: #0d6efd;
    background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2);
}

.payment-icon[b-239e1s4zl1] {
    font-size: 2.5rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.payment-method.selected .payment-icon[b-239e1s4zl1] {
    color: #0d6efd;
}

.payment-method h6[b-239e1s4zl1] {
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.5rem;
}

.payment-method p[b-239e1s4zl1] {
    margin-bottom: 0;
    font-size: 0.875rem;
}

/* Payment Form Styles */
.payment-form[b-239e1s4zl1] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    margin-top: 1rem;
}

.cash-payment .quick-amounts .btn-group[b-239e1s4zl1] {
    gap: 0.5rem;
}

.cash-payment .quick-amounts .btn[b-239e1s4zl1] {
    margin-bottom: 0.5rem;
}

.card-payment input[b-239e1s4zl1] {
    font-family: 'Courier New', monospace;
}

.mobile-payment[b-239e1s4zl1] {
    background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
    border-radius: 8px;
    margin: 1rem 0;
}

.split-payment-section[b-239e1s4zl1] {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

/* Order Summary */
.order-items-preview[b-239e1s4zl1] {
    max-height: 200px;
    overflow-y: auto;
}

.summary-line[b-239e1s4zl1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.summary-line.discount[b-239e1s4zl1] {
    color: #dc3545;
}

.summary-line.total[b-239e1s4zl1] {
    font-size: 1.1rem;
    padding-top: 0.75rem;
    border-top: 2px solid #e9ecef;
    margin-top: 0.5rem;
}

.summary-line.remaining[b-239e1s4zl1] {
    font-size: 1.05rem;
    margin-top: 0.5rem;
}

/* Payment Status */
.payment-status .badge[b-239e1s4zl1] {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

/* Payment History Table */
.table[b-239e1s4zl1] {
    font-size: 0.9rem;
}

.table thead th[b-239e1s4zl1] {
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    color: #495057;
    background: #f8f9fa;
}

.table tbody tr:hover[b-239e1s4zl1] {
    background-color: rgba(0, 0, 0, 0.02);
}

/* Cards */
.card[b-239e1s4zl1] {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: box-shadow 0.2s ease;
}

.card:hover[b-239e1s4zl1] {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.card-header[b-239e1s4zl1] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #e9ecef;
    border-radius: 12px 12px 0 0 !important;
    padding: 1rem 1.5rem;
}

.card-header h5[b-239e1s4zl1] {
    margin-bottom: 0;
    color: #495057;
    font-weight: 600;
}

.card-header i[b-239e1s4zl1] {
    margin-right: 0.5rem;
    color: #6c757d;
}

.card-body[b-239e1s4zl1] {
    padding: 1.5rem;
}

/* Badges */
.badge[b-239e1s4zl1] {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    font-weight: 600;
}

.badge.bg-success[b-239e1s4zl1] {
    background-color: #198754 !important;
}

.badge.bg-warning[b-239e1s4zl1] {
    background-color: #ffc107 !important;
    color: #000;
}

.badge.bg-danger[b-239e1s4zl1] {
    background-color: #dc3545 !important;
}

.badge.bg-primary[b-239e1s4zl1] {
    background-color: #0d6efd !important;
}

/* Buttons */
.btn[b-239e1s4zl1] {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn:hover[b-239e1s4zl1] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.btn-lg[b-239e1s4zl1] {
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
}

.btn-success[b-239e1s4zl1] {
    background: linear-gradient(135deg, #198754 0%, #0f5132 100%);
    border: none;
}

.btn-primary[b-239e1s4zl1] {
    background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%);
    border: none;
}

.btn-outline-primary:hover[b-239e1s4zl1],
.btn-outline-secondary:hover[b-239e1s4zl1],
.btn-outline-info:hover[b-239e1s4zl1],
.btn-outline-danger:hover[b-239e1s4zl1] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Form Controls */
.form-control[b-239e1s4zl1], .form-select[b-239e1s4zl1] {
    border-radius: 8px;
    border-color: #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus[b-239e1s4zl1], .form-select:focus[b-239e1s4zl1] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.input-group-text[b-239e1s4zl1] {
    background-color: #f8f9fa;
    border-color: #ced4da;
    color: #6c757d;
    border-radius: 8px 0 0 8px;
}

/* Form Check */
.form-check-input:checked[b-239e1s4zl1] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-label[b-239e1s4zl1] {
    font-weight: 500;
    color: #495057;
}

/* Quick Amounts */
.quick-amounts .btn-group[b-239e1s4zl1] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.quick-amounts .btn[b-239e1s4zl1] {
    flex: none;
    border-radius: 6px;
    font-weight: 600;
}

/* Loading State */
.spinner-border[b-239e1s4zl1] {
    width: 3rem;
    height: 3rem;
}

.spinner-border-sm[b-239e1s4zl1] {
    width: 1rem;
    height: 1rem;
}

/* Responsive Design */
@media (max-width: 992px) {
    .payment-method[b-239e1s4zl1] {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .payment-icon[b-239e1s4zl1] {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }
    
    .payment-form[b-239e1s4zl1] {
        padding: 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-239e1s4zl1] {
        padding: 1rem;
    }
    
    .card-header[b-239e1s4zl1] {
        padding: 0.75rem 1rem;
    }
    
    .payment-method[b-239e1s4zl1] {
        padding: 0.75rem;
    }
    
    .payment-icon[b-239e1s4zl1] {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
    }
    
    .summary-line[b-239e1s4zl1] {
        font-size: 0.9rem;
    }
    
    .summary-line.total[b-239e1s4zl1] {
        font-size: 1rem;
    }
    
    .btn-lg[b-239e1s4zl1] {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }
    
    .table-responsive[b-239e1s4zl1] {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .d-flex.justify-content-between.align-items-center .d-flex.gap-2[b-239e1s4zl1] {
        flex-direction: column;
        gap: 0.5rem !important;
        width: 100%;
    }
    
    .payment-methods .row .col-md-6[b-239e1s4zl1] {
        margin-bottom: 1rem;
    }
    
    .quick-amounts .btn-group[b-239e1s4zl1] {
        justify-content: center;
    }
    
    .mobile-payment .w-50[b-239e1s4zl1] {
        width: 100% !important;
    }
}

/* Color scheme consistency */
.text-primary[b-239e1s4zl1] {
    color: #0d6efd !important;
}

.text-success[b-239e1s4zl1] {
    color: #198754 !important;
}

.text-danger[b-239e1s4zl1] {
    color: #dc3545 !important;
}

.text-muted[b-239e1s4zl1] {
    color: #6c757d !important;
}

/* Custom scrollbar */
.order-items-preview[b-239e1s4zl1]::-webkit-scrollbar {
    width: 6px;
}

.order-items-preview[b-239e1s4zl1]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.order-items-preview[b-239e1s4zl1]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.order-items-preview[b-239e1s4zl1]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Animation for payment method selection */
.payment-method[b-239e1s4zl1] {
    animation: none;
}

.payment-method.selected[b-239e1s4zl1] {
    animation: pulse-select-b-239e1s4zl1 0.3s ease-out;
}

@keyframes pulse-select-b-239e1s4zl1 {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

/* Icons */
.bi[b-239e1s4zl1] {
    vertical-align: -0.125em;
}

/* QR Code placeholder */
.bi-qr-code[b-239e1s4zl1] {
    background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
/* /Components/Pages/QRCodeGenerator.razor.rz.scp.css */
.stat-value[b-zkmrhzh9i2] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-label[b-zkmrhzh9i2] {
    font-size: 0.875rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.qr-card[b-zkmrhzh9i2] {
    transition: transform 0.2s;
}

.qr-card:hover[b-zkmrhzh9i2] {
    transform: translateY(-5px);
}

.qr-code-container[b-zkmrhzh9i2] {
    background: white;
    padding: 15px;
    border-radius: 8px;
    display: inline-block;
}

.qr-code-image[b-zkmrhzh9i2] {
    width: 200px;
    height: 200px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.qr-code-placeholder[b-zkmrhzh9i2] {
    padding: 40px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qr-url[b-zkmrhzh9i2] {
    word-break: break-all;
    font-size: 0.75rem;
}

/* Print Styles */
@media print {
    .print-container[b-zkmrhzh9i2] {
        width: 100%;
    }

    .print-page[b-zkmrhzh9i2] {
        page-break-after: always;
        padding: 40px;
        text-align: center;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .print-header h2[b-zkmrhzh9i2] {
        margin: 0;
        font-size: 72px;
        font-weight: bold;
    }

    .print-subtitle[b-zkmrhzh9i2] {
        margin: 10px 0 0 0;
        font-size: 36px;
        color: #666;
    }

    .print-qr[b-zkmrhzh9i2] {
        margin: 40px 0;
    }

    .print-qr img[b-zkmrhzh9i2] {
        width: 500px;
        height: 500px;
    }

    .print-instruction[b-zkmrhzh9i2] {
        font-size: 36px;
        font-weight: bold;
        margin: 20px 0;
    }

    .print-capacity[b-zkmrhzh9i2] {
        font-size: 28px;
        color: #666;
    }
}
/* /Components/Pages/SalesReports.razor.rz.scp.css */
.stat-icon[b-wqnq4xupm6] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: white;
    font-size: 24px;
}

.stat-label[b-wqnq4xupm6] {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 4px;
}

.stat-value[b-wqnq4xupm6] {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}
/* /Components/Pages/ShiftScheduling.razor.rz.scp.css */
.schedule-table[b-og5g9p2poo] {
    min-width: 900px;
}

.schedule-table th.today[b-og5g9p2poo],
.schedule-table td.today[b-og5g9p2poo] {
    background-color: #fff7ed;
}

.shift-cell[b-og5g9p2poo] {
    padding: 8px;
    min-height: 80px;
    vertical-align: top;
}

.shift-block[b-og5g9p2poo] {
    padding: 6px;
    border-radius: 4px;
    margin-bottom: 4px;
    cursor: pointer;
    font-size: 12px;
}

.shift-block:hover[b-og5g9p2poo] {
    opacity: 0.9;
}

.shift-block.scheduled[b-og5g9p2poo] {
    background-color: #dbeafe;
    border-left: 3px solid #3b82f6;
}

.shift-block.in-progress[b-og5g9p2poo] {
    background-color: #fef3c7;
    border-left: 3px solid #f59e0b;
}

.shift-block.completed[b-og5g9p2poo] {
    background-color: #d1fae5;
    border-left: 3px solid #10b981;
}

.shift-block.no-show[b-og5g9p2poo] {
    background-color: #fee2e2;
    border-left: 3px solid #ef4444;
}

.shift-block.cancelled[b-og5g9p2poo] {
    background-color: #f3f4f6;
    border-left: 3px solid #6b7280;
    text-decoration: line-through;
}

.shift-time[b-og5g9p2poo] {
    font-weight: 600;
}

.shift-status[b-og5g9p2poo] {
    font-size: 10px;
    text-transform: uppercase;
    color: #6b7280;
}
/* /Components/Pages/StaffDirectory.razor.rz.scp.css */
.staff-card[b-j6l1chrnub] {
    transition: transform 0.2s;
}

.staff-card:hover[b-j6l1chrnub] {
    transform: translateY(-2px);
}

.staff-avatar[b-j6l1chrnub] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.staff-details[b-j6l1chrnub] {
    border-top: 1px solid #e5e7eb;
    padding-top: 12px;
}

.detail-row[b-j6l1chrnub] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    font-size: 14px;
    color: #6b7280;
}

.detail-row i[b-j6l1chrnub] {
    width: 16px;
    color: #9ca3af;
}

.stat-icon[b-j6l1chrnub] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: white;
    font-size: 24px;
}

.stat-label[b-j6l1chrnub] {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 4px;
}

.stat-value[b-j6l1chrnub] {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}
/* /Components/Pages/StaffPerformance.razor.rz.scp.css */
.performance-avatar[b-e0opmnnlqg] {
    width: 48px;
    height: 48px;
}

.performance-rank[b-e0opmnnlqg] {
    font-size: 24px;
}

.performance-metrics[b-e0opmnnlqg] {
    border-top: 1px solid #e5e7eb;
    padding-top: 12px;
}

.metric-row[b-e0opmnnlqg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-size: 14px;
}

.metric-label[b-e0opmnnlqg] {
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 6px;
}

.metric-value[b-e0opmnnlqg] {
    font-weight: 600;
    color: #1f2937;
}
/* /Components/Pages/StaffReports.razor.rz.scp.css */
.stat-icon[b-b5n1dn42kt] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: white;
    font-size: 24px;
}

.stat-label[b-b5n1dn42kt] {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 4px;
}

.stat-value[b-b5n1dn42kt] {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}
/* /Components/Pages/TableManagement.razor.rz.scp.css */
.stat-icon[b-3kmz1o84t4] {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.stat-label[b-3kmz1o84t4] {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
}

.stat-value[b-3kmz1o84t4] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
}

.status-select[b-3kmz1o84t4] {
    min-width: 140px;
}

.status-select option.status-available[b-3kmz1o84t4] {
    background-color: #d1e7dd;
}

.status-select option.status-occupied[b-3kmz1o84t4] {
    background-color: #f8d7da;
}

.status-select option.status-reserved[b-3kmz1o84t4] {
    background-color: #fff3cd;
}

.status-select option.status-dirty[b-3kmz1o84t4] {
    background-color: #f8d7da;
}

.status-select option.status-outofservice[b-3kmz1o84t4] {
    background-color: #e2e3e5;
}

.modal.show[b-3kmz1o84t4] {
    display: block;
}
/* /Components/Pages/TableStatusBoard.razor.rz.scp.css */
.status-card[b-rinuqywq3e] {
    transition: transform 0.2s;
}

.status-card:hover[b-rinuqywq3e] {
    transform: translateY(-5px);
}

.status-card .status-icon[b-rinuqywq3e] {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.status-card .status-count[b-rinuqywq3e] {
    font-size: 2.5rem;
    font-weight: 700;
}

.status-card .status-label[b-rinuqywq3e] {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-card.available[b-rinuqywq3e] {
    border-left: 5px solid #198754;
}

.status-card.available .status-icon[b-rinuqywq3e] {
    color: #198754;
}

.status-card.occupied[b-rinuqywq3e] {
    border-left: 5px solid #dc3545;
}

.status-card.occupied .status-icon[b-rinuqywq3e] {
    color: #dc3545;
}

.status-card.reserved[b-rinuqywq3e] {
    border-left: 5px solid #ffc107;
}

.status-card.reserved .status-icon[b-rinuqywq3e] {
    color: #ffc107;
}

.status-card.dirty[b-rinuqywq3e] {
    border-left: 5px solid #6c757d;
}

.status-card.dirty .status-icon[b-rinuqywq3e] {
    color: #6c757d;
}

.table-status-card[b-rinuqywq3e] {
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 180px;
}

.table-status-card:hover[b-rinuqywq3e] {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
}

.table-status-card.status-available[b-rinuqywq3e] {
    border-left: 5px solid #198754;
    background: linear-gradient(135deg, #ffffff 0%, #d1e7dd 100%);
}

.table-status-card.status-occupied[b-rinuqywq3e] {
    border-left: 5px solid #dc3545;
    background: linear-gradient(135deg, #ffffff 0%, #f8d7da 100%);
}

.table-status-card.status-reserved[b-rinuqywq3e] {
    border-left: 5px solid #ffc107;
    background: linear-gradient(135deg, #ffffff 0%, #fff3cd 100%);
}

.table-status-card.status-dirty[b-rinuqywq3e] {
    border-left: 5px solid #6c757d;
    background: linear-gradient(135deg, #ffffff 0%, #e2e3e5 100%);
}

.table-status-card.status-outofservice[b-rinuqywq3e] {
    border-left: 5px solid #343a40;
    background: linear-gradient(135deg, #ffffff 0%, #d3d3d4 100%);
    opacity: 0.7;
}

.table-capacity[b-rinuqywq3e] {
    color: #6c757d;
    font-size: 0.9rem;
}

.table-occupied-time[b-rinuqywq3e] {
    color: #dc3545;
    font-size: 0.85rem;
    font-weight: 500;
}

.table-order-total[b-rinuqywq3e] {
    color: #198754;
    font-size: 1.1rem;
}

.modal.show[b-rinuqywq3e] {
    display: block;
}
/* /Components/Pages/TimeClock.razor.rz.scp.css */
.pulse[b-b0l8ar5rbe] {
    animation: pulse-b-b0l8ar5rbe 2s infinite;
}

@keyframes pulse-b-b0l8ar5rbe {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}
/* /Components/Pages/UnpaidOrders.razor.rz.scp.css */
/* Unpaid Orders Page Styles */

.payment-method[b-4ayhmwo5rq] {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.payment-method:hover[b-4ayhmwo5rq] {
    border-color: #0d6efd;
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.payment-method.selected[b-4ayhmwo5rq] {
    border-color: #0d6efd;
    background-color: #e7f1ff;
}

.payment-icon[b-4ayhmwo5rq] {
    font-size: 3rem;
    color: #6c757d;
    margin-bottom: 10px;
}

.payment-method.selected .payment-icon[b-4ayhmwo5rq] {
    color: #0d6efd;
}

.summary-line[b-4ayhmwo5rq] {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}

.summary-line.total[b-4ayhmwo5rq] {
    font-size: 1.2rem;
    color: #198754;
}

.summary-line.remaining[b-4ayhmwo5rq] {
    font-size: 1.1rem;
    padding: 10px 0;
    border-top: 2px solid #dee2e6;
}

.summary-line.discount[b-4ayhmwo5rq] {
    color: #198754;
}

.order-items-preview[b-4ayhmwo5rq] {
    max-height: 200px;
    overflow-y: auto;
}

.split-payment-section[b-4ayhmwo5rq] {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dee2e6;
}
/* /Components/Shared/KitchenAnalyticsWidget.razor.rz.scp.css */
/* Kitchen Analytics Widget Styles */

.kitchen-analytics-widget[b-uebqgt0r46] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.widget-header[b-uebqgt0r46] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e5e7eb;
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
}

.widget-header h5[b-uebqgt0r46] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
}

.widget-content[b-uebqgt0r46] {
    padding: 20px;
}

.analytics-row[b-uebqgt0r46] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.analytics-metric[b-uebqgt0r46] {
    text-align: center;
    padding: 12px;
    background: #f9fafb;
    border-radius: 8px;
}

.metric-label[b-uebqgt0r46] {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 6px;
    font-weight: 500;
}

.metric-value[b-uebqgt0r46] {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
}

.metric-value.active[b-uebqgt0r46] {
    color: #3b82f6;
}

.metric-value.success[b-uebqgt0r46] {
    color: #10b981;
}

.metric-value.warning[b-uebqgt0r46] {
    color: #f59e0b;
}

.metric-value.danger[b-uebqgt0r46] {
    color: #ef4444;
}

.analytics-chart[b-uebqgt0r46] {
    margin: 20px 0;
    padding: 16px;
    background: #f9fafb;
    border-radius: 8px;
}

.chart-title[b-uebqgt0r46] {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 12px;
}

.mini-bar-chart[b-uebqgt0r46] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 80px;
    gap: 6px;
}

.mini-bar[b-uebqgt0r46] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.mini-bar-fill[b-uebqgt0r46] {
    width: 100%;
    background: linear-gradient(180deg, #3b82f6, #2563eb);
    border-radius: 4px 4px 0 0;
    min-height: 4px;
    transition: all 0.3s ease;
}

.mini-bar:hover .mini-bar-fill[b-uebqgt0r46] {
    background: linear-gradient(180deg, #60a5fa, #3b82f6);
}

.mini-bar-label[b-uebqgt0r46] {
    font-size: 10px;
    color: #9ca3af;
    font-weight: 500;
}

.quick-stats[b-uebqgt0r46] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.stat-badge[b-uebqgt0r46] {
    flex: 1;
    min-width: 90px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}

.stat-badge.new[b-uebqgt0r46] {
    background: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
}

.stat-badge.preparing[b-uebqgt0r46] {
    background: rgba(59, 130, 246, 0.15);
    color: #3b82f6;
}

.stat-badge.ready[b-uebqgt0r46] {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
}

@media (max-width: 768px) {
    .analytics-row[b-uebqgt0r46] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/KitchenTicketPrint.razor.rz.scp.css */
/* Kitchen Ticket Print Styles */

.kitchen-ticket-print[b-ya5td71ncn] {
    max-width: 300px;
    font-family: 'Courier New', monospace;
    padding: 10px;
    background: white;
}

.ticket-print-header[b-ya5td71ncn] {
    text-align: center;
    margin-bottom: 10px;
}

.ticket-station[b-ya5td71ncn] {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ticket-number[b-ya5td71ncn] {
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0;
}

.ticket-time[b-ya5td71ncn] {
    font-size: 14px;
    color: #666;
}

.ticket-table-info[b-ya5td71ncn] {
    text-align: center;
    font-size: 20px;
    padding: 8px;
    background: #f3f4f6;
    margin: 10px 0;
    border-radius: 4px;
}

.ticket-divider[b-ya5td71ncn] {
    border-top: 2px dashed #000;
    margin: 10px 0;
}

.ticket-items-list[b-ya5td71ncn] {
    margin: 10px 0;
}

.ticket-print-item[b-ya5td71ncn] {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e7eb;
}

.item-qty[b-ya5td71ncn] {
    font-weight: bold;
    font-size: 16px;
    min-width: 30px;
}

.item-details[b-ya5td71ncn] {
    flex: 1;
}

.item-name[b-ya5td71ncn] {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
}

.item-modifiers-print[b-ya5td71ncn] {
    margin-left: 10px;
    font-size: 14px;
}

.modifier-line[b-ya5td71ncn] {
    margin: 2px 0;
}

.item-notes-print[b-ya5td71ncn] {
    margin-top: 6px;
    padding: 6px;
    background: #fef3c7;
    border-left: 3px solid #f59e0b;
    font-size: 13px;
}

.ticket-footer-print[b-ya5td71ncn] {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 10px;
}

.ticket-priority[b-ya5td71ncn] {
    font-weight: bold;
}

.ticket-server[b-ya5td71ncn] {
    font-style: italic;
}

@media print {
    .kitchen-ticket-print[b-ya5td71ncn] {
        width: 300px;
        margin: 0;
        padding: 0;
    }
    
    body[b-ya5td71ncn] {
        margin: 0;
        padding: 10px;
    }
}
