@import '_content/tx_logi_shared_browser/tx_logi_shared_browser.bundle.scp.css';

/* /Presentation/Components/Common/ManagementPanel.razor.rz.scp.css */
/* Simplified CSS for the ManagementPanel */
.management-panel[b-wnma7npvzr] {
    /* Use the same background as the NavMenu */
    background-color: #343a40; 
    color: #f8f9fa;
    width: 350px;
    height: 100%; /* Panel will fill the height of its parent container */
    display: flex;
    flex-direction: column;
    border-right: 1px solid #495057;
    box-shadow: 3px 0px 10px rgba(0,0,0,0.2);
    
    /* Animation for sliding in and out */
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
    
    /* Hide the panel by default */
    margin-left: -350px; 
}

.management-panel.open[b-wnma7npvzr] {
    /* Show the panel by moving it into view */
    transform: translateX(0);
    margin-left: 0;
}

/* The rest of the styling for the panel's content remains the same */
.panel-content[b-wnma7npvzr] {
    padding: 1rem;
    overflow-y: auto;
    flex-grow: 1;
}

.management-header[b-wnma7npvzr] {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #495057;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.close-btn[b-wnma7npvzr] {
    background: none;
    border: 1px solid #6c757d;
    color: #f8f9fa;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    cursor: pointer;
}

.close-btn svg[b-wnma7npvzr] {
    width: 16px;
    height: 16px;
}

.close-btn:hover[b-wnma7npvzr] {
    background-color: #495057;
}

.header-title[b-wnma7npvzr] {
    margin-left: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.management-section[b-wnma7npvzr] {
    margin-bottom: 1.5rem;
}

.section-title[b-wnma7npvzr] {
    color: #adb5bd;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.management-button[b-wnma7npvzr] {
    width: 100%;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    background-color: #495057;
    border: 1px solid #6c757d;
    color: #f8f9fa;
    font-size: 1rem;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
}

.management-button:hover[b-wnma7npvzr] {
    background-color: #6c757d;
}

.management-button.wide[b-wnma7npvzr] {
    /* For buttons that span more content */
}
/* /Presentation/Components/Common/RobotStatusItem.razor.rz.scp.css */
/* Robot Status Item Styles */

.status-item-button[b-jsyblm1syx] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    margin: 8px 0;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.status-item-button:hover[b-jsyblm1syx] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.status-item-button:active[b-jsyblm1syx] {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Status-based border colors */
.status-item-button.status-ready[b-jsyblm1syx] {
    border-color: #4caf50;
    background: linear-gradient(135deg, #fff 0%, #f1f8f4 100%);
}

.status-item-button.status-working[b-jsyblm1syx] {
    border-color: #2196f3;
    background: linear-gradient(135deg, #fff 0%, #f0f7ff 100%);
}

.status-item-button.status-error[b-jsyblm1syx] {
    border-color: #f44336;
    background: linear-gradient(135deg, #fff 0%, #fff1f0 100%);
}

.status-item-button.status-offline[b-jsyblm1syx] {
    border-color: #9e9e9e;
    background: linear-gradient(135deg, #fff 0%, #f5f5f5 100%);
}

.status-item-button.status-disabled[b-jsyblm1syx] {
    border-color: #bdbdbd;
    background: #fafafa;
    opacity: 0.7;
    cursor: not-allowed;
}

.status-item-button.status-warning[b-jsyblm1syx] {
    border-color: #ff9800;
    background: linear-gradient(135deg, #fff 0%, #fff8f0 100%);
}

.status-item-button.selected[b-jsyblm1syx] {
    border-color: #9c27b0;
    background: linear-gradient(135deg, #fff 0%, #f9f0ff 100%);
    box-shadow: 0 4px 12px rgba(156, 39, 176, 0.3);
}

/* Icon section */
.item-icon[b-jsyblm1syx] {
    font-size: 32px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

/* Details section */
.item-details[b-jsyblm1syx] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.status-info[b-jsyblm1syx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.status-text[b-jsyblm1syx] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.robot-name[b-jsyblm1syx] {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
}

.battery-level[b-jsyblm1syx] {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Status lights */
.status-lights[b-jsyblm1syx] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: 12px;
}

.light[b-jsyblm1syx] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e0e0e0;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.light.online[b-jsyblm1syx] {
    background: radial-gradient(circle, #4caf50 0%, #2e7d32 100%);
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.6),
                inset 0 1px 2px rgba(255, 255, 255, 0.3);
    animation: pulse-online-b-jsyblm1syx 2s infinite;
}

@keyframes pulse-online-b-jsyblm1syx {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

/* Battery status lights */
.light.battery-high[b-jsyblm1syx] {
    background: radial-gradient(circle, #4caf50 0%, #2e7d32 100%);
    box-shadow: 0 0 6px rgba(76, 175, 80, 0.5);
}

.light.battery-medium[b-jsyblm1syx] {
    background: radial-gradient(circle, #ff9800 0%, #f57c00 100%);
    box-shadow: 0 0 6px rgba(255, 152, 0, 0.5);
}

.light.battery-low[b-jsyblm1syx] {
    background: radial-gradient(circle, #ff5722 0%, #d84315 100%);
    box-shadow: 0 0 6px rgba(255, 87, 34, 0.5);
    animation: pulse-warning-b-jsyblm1syx 1s infinite;
}

.light.battery-critical[b-jsyblm1syx] {
    background: radial-gradient(circle, #f44336 0%, #c62828 100%);
    box-shadow: 0 0 8px rgba(244, 67, 54, 0.6);
    animation: pulse-critical-b-jsyblm1syx 0.5s infinite;
}

@keyframes pulse-warning-b-jsyblm1syx {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes pulse-critical-b-jsyblm1syx {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .status-item-button[b-jsyblm1syx] {
        padding: 10px 12px;
    }

    .item-icon[b-jsyblm1syx] {
        font-size: 28px;
        margin-right: 12px;
        min-width: 36px;
    }

    .robot-name[b-jsyblm1syx] {
        font-size: 14px;
    }

    .battery-level[b-jsyblm1syx] {
        font-size: 12px;
    }
}
/* /Presentation/Components/Layout/MainLayout.razor.rz.scp.css */
/* Tablet Layout - Clean Architecture Design */

/* Main container - full viewport */
.tablet-layout[b-5d52qtltwv] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background-color: #212529;
    overflow: hidden;
}

/* Main area below header */
.main-area[b-5d52qtltwv] {
    display: flex;
    flex: 1;
    overflow: hidden;
}

/* Content area - main page content */
.content-area[b-5d52qtltwv] {
    flex: 1;
    background-color: #e9ecef;
    overflow-y: auto;
    padding: 0;
    position: relative;
}
/* /Presentation/Components/Layout/NavMenu.razor.rz.scp.css */
.robot-panel-nav[b-lgxjvj7of4] {
    background: #212529;
    width: 280px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-right: 2px solid #495057;
    /* Add position and a higher z-index to ensure this nav menu appears on top */
    position: relative;
    z-index: 1000;
}

/* Updated to be a button */
.panel-header-button[b-lgxjvj7of4] {
    padding: 0.75rem;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #495057;
    color: #f8f9fa;
    text-align: center;
    border: none;
    border-bottom: 2px solid #495057;
    letter-spacing: 1px;
    flex-shrink: 0;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.2s;
}

.panel-header-button:hover[b-lgxjvj7of4] {
    background-color: #6c757d;
}

.robot-list[b-lgxjvj7of4] {
    padding: 1rem 0.5rem;
    overflow-y: auto;
    flex-grow: 1;
}

.robot-group[b-lgxjvj7of4] {
    margin-bottom: 1.5rem;
}

.group-icon[b-lgxjvj7of4] {
    width: 48px;
    height: 48px;
    margin: 0 auto 1rem auto;
}

.group-icon img[b-lgxjvj7of4] {
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(0.85);
}

.status-item-button[b-lgxjvj7of4] {
    display: flex;
    align-items: center;
    background-color: #343a40;
    border-radius: 6px;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    border: 1px solid #495057;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.item-icon[b-lgxjvj7of4] {
    font-size: 1.5rem;
    font-weight: bold;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #495057;
    border-radius: 4px;
    margin-right: 0.5rem;
    color: #f8f9fa;
}

.item-details[b-lgxjvj7of4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.status-lights[b-lgxjvj7of4] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.light[b-lgxjvj7of4] {
    width: 16px;
    height: 16px;
    background-color: #6c757d;
    border-radius: 50%;
    border: 1px solid #343a40;
}

.light.online[b-lgxjvj7of4] {
    background-color: #28a745;
    box-shadow: 0 0 5px #28a745;
}

.status-value[b-lgxjvj7of4] {
    font-size: 1.25rem;
    font-weight: bold;
    color: #28a745;
}
/* /Presentation/Components/Layout/NavSidebar.razor.rz.scp.css */
/* NavSidebar - Vertical icon navigation */

.nav-sidebar[b-ia2xr2ih8c] {
    width: 56px;
    min-width: 56px;
    height: 100%;
    background-color: #2d3238;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.nav-menu[b-ia2xr2ih8c] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nav-item[b-ia2xr2ih8c] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-spacer[b-ia2xr2ih8c] {
    flex: 1;
}

[b-ia2xr2ih8c] a.nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

[b-ia2xr2ih8c] a.nav-link:hover {
    background-color: #3d4349;
}

[b-ia2xr2ih8c] a.nav-link.active {
    background-color: #ffffff;
}

[b-ia2xr2ih8c] a.nav-link img {
    width: 44px;
    height: 44px;
    filter: brightness(0) invert(1);
}

[b-ia2xr2ih8c] a.nav-link.active img {
    filter: none;
}
/* /Presentation/Components/Layout/TopHeader.razor.rz.scp.css */
/* TopHeader - Tablet Header Bar matching design spec */

.top-header[b-1bxxth1xdp] {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    padding-left: 0;
    background-color: #2d3238;
    flex-shrink: 0;
    height: 48px;
    box-sizing: border-box;
}

.logo-link[b-1bxxth1xdp] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 4px 6px;
    transition: opacity 0.2s;
    height: 100%;
    background-color: #2d3238;
    border: none;
    outline: none;
}

.logo-link:hover[b-1bxxth1xdp] {
    opacity: 0.8;
}

.logo-image[b-1bxxth1xdp] {
    height: 40px;
    width: auto;
    display: block;
}

.header-content[b-1bxxth1xdp] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1rem;
}

.warehouse-name[b-1bxxth1xdp] {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.sos-button[b-1bxxth1xdp] {
    background-color: #ffffff;
    color: #dc3545;
    border: 2px solid #dc3545;
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
    min-width: 70px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sos-button:hover[b-1bxxth1xdp] {
    background-color: #fff5f5;
}

.sos-button:active[b-1bxxth1xdp] {
    transform: scale(0.98);
    background-color: #ffe5e5;
}

.sos-button:disabled[b-1bxxth1xdp],
.sos-button.stopping[b-1bxxth1xdp] {
    background-color: #e9ecef;
    border-color: #6c757d;
    color: #6c757d;
    cursor: not-allowed;
    transform: none;
}

.sos-text[b-1bxxth1xdp] {
    letter-spacing: 2px;
}
/* /Presentation/Components/Pages/CartPage.razor.rz.scp.css */
/* Cart Page - Layout styles */

.cart-page[b-rixw4hfi07] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
    background-color: #f8f9fa;
    position: relative;
}

.action-buttons-container[b-rixw4hfi07] {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

/* Status bar */
.status-bar[b-rixw4hfi07] {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
    max-width: 90%;
    text-align: center;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
/* /Presentation/Components/Pages/CartRegistration.razor.rz.scp.css */
.pallet-registration-page[b-v8cyri91si] {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
    --grid-columns: 6;
    --cell-width: 88px;
    --cell-height: var(--cell-width);
    --cell-gap: 4px;
    --side-label-width: var(--cell-width);
    --column-height: var(--cell-width);
    --grid-width: calc((var(--cell-width) * var(--grid-columns)) + (var(--cell-gap) * (var(--grid-columns) - 1)) + (var(--side-label-width) * 2) + (var(--cell-gap) * 2));
    --inner-grid-width: calc((var(--cell-width) * var(--grid-columns)) + (var(--cell-gap) * (var(--grid-columns) - 1)));
    --station-label-height: 18px;
    --station-label-gap: 4px;
    background-color: #f5f5f5;
    overflow: hidden;
}

/* Mode toggle tabs at top */
.mode-toggle-container[b-v8cyri91si] {
    padding: 12px 24px;
    flex-shrink: 0;
}

.mode-toggle[b-v8cyri91si] {
    --gap: 8px;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--gap);
    position: relative;
    align-items: center;
    padding: 4px;
    border-radius: 999px;
    background-color: #e3e3e3;
}

.mode-toggle-slider[b-v8cyri91si] {
    display: none;
}

.mode-tab[b-v8cyri91si] {
    padding: 8px 28px;
    border: 2px solid transparent;
    background-color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    color: #333;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.mode-tab:first-child[b-v8cyri91si] {
    border-radius: 20px;
}

.mode-tab:last-child[b-v8cyri91si] {
    border-radius: 20px;
}

.mode-tab:hover:not(.active)[b-v8cyri91si] {
    background-color: #f0f0f0;
}

.mode-tab.active[b-v8cyri91si] {
    background-color: #f5a623;
    color: #333;
    border-color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.pallet-registration-content[b-v8cyri91si] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    min-height: 0;
    overflow: hidden;
}

.pallet-zone-block[b-v8cyri91si] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

/* Robot tabs */
.robot-tabs[b-v8cyri91si] {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    flex-shrink: 0;
    width: var(--grid-width);
}


.robot-tabs.bottom[b-v8cyri91si] {
    margin-bottom: 0;
    margin-top: 24px;
}

.robot-tab[b-v8cyri91si] {
    flex: 1;
    padding: 14px 0;
    border: 1px solid #ccc;
    background-color: white;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    color: #333;
    text-align: center;
    border-radius: 4px;
}

.robot-tab:first-child[b-v8cyri91si] {
    border-radius: 4px;
}

.robot-tab:last-child[b-v8cyri91si] {
    border-radius: 4px;
}

.robot-tab:hover:not(.active)[b-v8cyri91si] {
    background-color: #f0f0f0;
}

.robot-tab.active[b-v8cyri91si] {
    background-color: #333;
    color: white;
    border-color: #333;
}

/* Column numbers row */
.column-numbers[b-v8cyri91si] {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    flex-shrink: 0;
}

.column-numbers.cart-mode[b-v8cyri91si] {
    justify-content: center;
}

.side-label-spacer[b-v8cyri91si] {
    width: var(--side-label-width);
    flex-shrink: 0;
}

.column-number[b-v8cyri91si] {
    width: var(--cell-width);
    height: var(--column-height);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    border-radius: 4px;
}

/* Pallet grid */
.pallet-grid[b-v8cyri91si] {
    display: flex;
    flex-direction: column;
    gap: var(--cell-gap);
    flex-shrink: 0;
}

.pallet-grid.cart-mode[b-v8cyri91si] {
    gap: 6px;
}

.pallet-row[b-v8cyri91si] {
    display: flex;
    align-items: flex-start;
    gap: var(--cell-gap);
}

.pallet-row.cart-mode[b-v8cyri91si] {
    justify-content: center;
}

/* Side labels (空) */
.side-label[b-v8cyri91si] {
    width: var(--side-label-width);
    height: var(--cell-height);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #333;
    flex-shrink: 0;
    background-color: white;
    border: 1px solid #999;
    margin: 0;
}

/* Pallet cells */
.pallet-cell[b-v8cyri91si] {
    width: var(--cell-width);
    height: var(--cell-height);
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    margin: 0;
    transition: all 0.15s;
}

.pallet-grid.cart-mode .pallet-cell[b-v8cyri91si] {
    position: relative;
    border: 1px solid #999;
}

.pallet-cell-wrap[b-v8cyri91si] {
    width: var(--cell-width);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: calc(var(--cell-height) + var(--station-label-height) + var(--station-label-gap));
}

.cart-cell-stack[b-v8cyri91si] {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    width: 100%;
    height: 100%;
}

.cart-cell-box[b-v8cyri91si] {
    border: 1px solid #999;
    background-color: #ffffff;
    border-radius: 2px;
}

.pallet-grid.cart-mode .pallet-cell.selected[b-v8cyri91si] {
    background-color: var(--tablet-accent);
    box-shadow: inset 0 0 0 1px var(--tablet-accent-inset);
}

.pallet-grid.cart-mode .pallet-cell.selected .cart-cell-box[b-v8cyri91si] {
    border-color: var(--tablet-accent-inset);
    background-color: var(--tablet-accent);
}

.pallet-grid.cart-mode .pallet-cell.selected .cart-cell-label[b-v8cyri91si] {
    color: var(--tablet-accent-contrast);
}

.cart-cell-label[b-v8cyri91si] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    pointer-events: none;
}

.cart-cell-station[b-v8cyri91si] {
    position: static;
    margin-top: 3px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    background-color: #333;
    border-radius: 4px;
    padding: 2px 4px;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pallet-cell:hover[b-v8cyri91si] {
    border-color: var(--tablet-accent);
    background-color: var(--tablet-accent-hover);
}

.pallet-cell.selected[b-v8cyri91si] {
    border-color: var(--tablet-accent);
    background-color: var(--tablet-accent);
    color: var(--tablet-accent-contrast);
    box-shadow: inset 0 0 0 1px var(--tablet-accent-inset);
}

.cell-x[b-v8cyri91si] {
    width: 40px;
    height: 40px;
    color: #666;
}

/* Footer - fixed at bottom */
.page-footer[b-v8cyri91si] {
    flex-shrink: 0;
}

/* Cart layout modal */
/* /Presentation/Components/Pages/Conveyor.razor.rz.scp.css */
/* Conveyor Page - Layout styles */

.conveyor-page[b-eo6q7sk3kr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
    background-color: #f8f9fa;
    position: relative;
}

.action-buttons-container[b-eo6q7sk3kr] {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.long-press-wrapper[b-eo6q7sk3kr] {
    touch-action: none;
    user-select: none;
}

/* Status bar */
.status-bar[b-eo6q7sk3kr] {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
    max-width: 90%;
    text-align: center;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
/* /Presentation/Components/Pages/Help.razor.rz.scp.css */
.help-page[b-e3i5d40ehl] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #f5f5f5;
}

.help-content[b-e3i5d40ehl] {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.help-item[b-e3i5d40ehl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.help-icon[b-e3i5d40ehl] {
    width: 160px;
    height: 160px;
    background-color: #f5f5f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    cursor: pointer;
}

.help-icon:hover[b-e3i5d40ehl] {
    background-color: #e8e8e8;
}

.help-icon img[b-e3i5d40ehl] {
    width: 100%;
    height: 100%;
}

.help-text[b-e3i5d40ehl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.help-label[b-e3i5d40ehl] {
    font-size: 24px;
    font-weight: 500;
    color: #333;
}

.help-phone[b-e3i5d40ehl] {
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

.help-sublabel[b-e3i5d40ehl] {
    font-size: 20px;
    font-weight: 400;
    color: #666;
}
/* /Presentation/Components/Pages/Home.razor.rz.scp.css */
/* Home Page - Layout styles */

.home-page[b-kk7ynyslbe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
    background-color: #f8f9fa;
}

.welcome-content[b-kk7ynyslbe] {
    text-align: center;
    color: #6c757d;
}

.welcome-content h1[b-kk7ynyslbe] {
    font-size: 2rem;
    font-weight: 600;
    color: #2d3238;
    margin-bottom: 1rem;
}

.welcome-content p[b-kk7ynyslbe] {
    font-size: 1rem;
}
/* /Presentation/Components/Pages/PalletRegistration.razor.rz.scp.css */
.pallet-registration-page[b-ru2gqbch7h] {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
    --grid-columns: 6;
    --cell-width: 88px;
    --cell-height: var(--cell-width);
    --cell-gap: 4px;
    --side-label-width: var(--cell-width);
    --column-height: var(--cell-width);
    --grid-width: calc((var(--cell-width) * var(--grid-columns)) + (var(--cell-gap) * (var(--grid-columns) - 1)) + (var(--side-label-width) * 2) + (var(--cell-gap) * 2));
    --inner-grid-width: calc((var(--cell-width) * var(--grid-columns)) + (var(--cell-gap) * (var(--grid-columns) - 1)));
    background-color: #f5f5f5;
    overflow: hidden;
}

/* Conveyor bar decoration (matches pallet grid width) */
.conveyor-bar[b-ru2gqbch7h] {
    height: 40px;
    width: var(--grid-width);
    background: repeating-linear-gradient(
        90deg,
        #666 0px,
        #666 4px,
        #999 4px,
        #999 8px
    );
    flex-shrink: 0;
    margin-bottom: 16px;
}

/* Mode toggle tabs at top */
.mode-toggle-container[b-ru2gqbch7h] {
    padding: 12px 24px;
    flex-shrink: 0;
}

.mode-toggle[b-ru2gqbch7h] {
    display: inline-flex;
    gap: 0;
}

/* Single mode label (non-toggle, for conveyor) */
.mode-label[b-ru2gqbch7h] {
    display: inline-block;
    padding: 8px 28px;
    border: 2px solid #333;
    background-color: white;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    border-radius: 20px;
}

.mode-label.active[b-ru2gqbch7h] {
    background-color: #f5a623;
    border-color: #333;
}

.mode-tab[b-ru2gqbch7h] {
    padding: 8px 24px;
    border: 1px solid #ccc;
    background-color: white;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    color: #333;
}

.mode-tab:first-child[b-ru2gqbch7h] {
    border-radius: 4px 0 0 4px;
}

.mode-tab:last-child[b-ru2gqbch7h] {
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.mode-tab:hover:not(.active)[b-ru2gqbch7h] {
    background-color: #f0f0f0;
}

.mode-tab.active[b-ru2gqbch7h] {
    background-color: #f7b731;
    color: #333;
    border-color: #f7b731;
}

.pallet-registration-content[b-ru2gqbch7h] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    min-height: 0;
    overflow: hidden;
}

/* Robot tabs */
.robot-tabs[b-ru2gqbch7h] {
    display: flex;
    gap: 0;
    margin-bottom: 24px;
    flex-shrink: 0;
    width: var(--grid-width);
}

.robot-tabs.bottom[b-ru2gqbch7h] {
    margin-bottom: 0;
    margin-top: 24px;
}

.robot-tab[b-ru2gqbch7h] {
    flex: 1;
    padding: 14px 0;
    border: 1px solid #ccc;
    background-color: white;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    color: #333;
    text-align: center;
}

.robot-tab:first-child[b-ru2gqbch7h] {
    border-radius: 4px 0 0 4px;
}

.robot-tab:last-child[b-ru2gqbch7h] {
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.robot-tab:hover:not(.active)[b-ru2gqbch7h] {
    background-color: #f0f0f0;
}

.robot-tab.active[b-ru2gqbch7h] {
    background-color: #333;
    color: white;
    border-color: #333;
}

/* Column numbers row */
.column-numbers[b-ru2gqbch7h] {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    flex-shrink: 0;
}

.column-numbers.cart-mode[b-ru2gqbch7h] {
    justify-content: center;
}

.side-label-spacer[b-ru2gqbch7h] {
    width: var(--side-label-width);
    flex-shrink: 0;
}

.column-number[b-ru2gqbch7h] {
    width: var(--cell-width);
    height: var(--column-height);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    border-radius: 4px;
}

/* Pallet grid */
.pallet-grid[b-ru2gqbch7h] {
    display: flex;
    flex-direction: column;
    gap: var(--cell-gap);
    flex-shrink: 0;
}

.pallet-row[b-ru2gqbch7h] {
    display: flex;
    align-items: center;
    gap: var(--cell-gap);
}

.pallet-row.cart-mode[b-ru2gqbch7h] {
    justify-content: center;
}

/* Side labels (空) */
.side-label[b-ru2gqbch7h] {
    width: var(--side-label-width);
    height: var(--cell-height);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #333;
    flex-shrink: 0;
    background-color: white;
    border: 1px solid #999;
    margin: 0;
}

/* Pallet cells */
.pallet-cell[b-ru2gqbch7h] {
    width: var(--cell-width);
    height: var(--cell-height);
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    margin: 0;
    transition: all 0.15s;
}

.pallet-cell:hover[b-ru2gqbch7h] {
    border-color: var(--tablet-accent);
    background-color: var(--tablet-accent-hover);
}

.pallet-cell.selected[b-ru2gqbch7h] {
    border-color: var(--tablet-accent);
    background-color: var(--tablet-accent);
    color: var(--tablet-accent-contrast);
    box-shadow: inset 0 0 0 1px var(--tablet-accent-inset);
}

.cell-x[b-ru2gqbch7h] {
    width: 40px;
    height: 40px;
    color: #666;
}

/* Footer - fixed at bottom */
.page-footer[b-ru2gqbch7h] {
    flex-shrink: 0;
}

/* /Presentation/Components/Pages/Report.razor.rz.scp.css */
.report-page[b-1rk1dn358j] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #f5f5f5;
}

.report-content[b-1rk1dn358j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.report-icon[b-1rk1dn358j] {
    width: 160px;
    height: 160px;
    background-color: #f5f5f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.report-icon img[b-1rk1dn358j] {
    width: 100%;
    height: 100%;
}

.report-label[b-1rk1dn358j] {
    font-size: 24px;
    font-weight: 500;
    color: #333;
}
/* /Presentation/Components/Pages/Robot.razor.rz.scp.css */
/* Robot Status Page - Layout styles */

.robot-status-page[b-bzswi31e0t] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1rem;
    background-color: #f8f9fa;
    gap: 1rem;
    overflow: auto;
}

/* Error bar */
.error-bar[b-bzswi31e0t] {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
    max-width: 90%;
    text-align: center;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
/* /Presentation/Components/Pages/RobotArmsControl.razor.rz.scp.css */
.robot-arms-container[b-dnn0tuqqhc] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.header-section[b-dnn0tuqqhc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.header-section h3[b-dnn0tuqqhc] {
    margin: 0;
    color: #212529;
}

.action-buttons[b-dnn0tuqqhc] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.result-summary[b-dnn0tuqqhc] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
}

.result-summary .stats[b-dnn0tuqqhc] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.result-summary .stats .badge[b-dnn0tuqqhc] {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
}

.failed-robots[b-dnn0tuqqhc] {
    margin-top: 1rem;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 0.25rem;
    padding: 0.75rem;
}

.failed-robots ul[b-dnn0tuqqhc] {
    margin: 0.5rem 0 0 0;
    padding-left: 1.5rem;
}

.failed-robots li[b-dnn0tuqqhc] {
    margin-bottom: 0.25rem;
}

.robots-section h5[b-dnn0tuqqhc] {
    color: #495057;
    margin-bottom: 1rem;
}

.robots-grid[b-dnn0tuqqhc] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.robot-card[b-dnn0tuqqhc] {
    background: white;
    border: 2px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1rem;
    transition: all 0.2s ease;
}

.robot-card:hover[b-dnn0tuqqhc] {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.robot-card-header[b-dnn0tuqqhc] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e9ecef;
}

.robot-card-header h6[b-dnn0tuqqhc] {
    margin: 0;
    font-weight: 600;
    color: #212529;
    word-break: break-word;
}

.status-badge[b-dnn0tuqqhc] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    background: #6c757d;
    color: white;
    white-space: nowrap;
}

.robot-card-body[b-dnn0tuqqhc] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.robot-detail[b-dnn0tuqqhc] {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
}

.robot-detail .label[b-dnn0tuqqhc] {
    font-weight: 500;
    color: #6c757d;
}

.robot-detail .value[b-dnn0tuqqhc] {
    font-weight: 600;
    color: #212529;
}

/* Robot status-specific styling */
.robot-ready[b-dnn0tuqqhc] {
    border-color: #28a745;
    background: #f1f9f4;
}

.robot-ready .status-badge[b-dnn0tuqqhc] {
    background: #28a745;
}

.robot-working[b-dnn0tuqqhc] {
    border-color: #007bff;
    background: #f0f7ff;
}

.robot-working .status-badge[b-dnn0tuqqhc] {
    background: #007bff;
}

.robot-error[b-dnn0tuqqhc] {
    border-color: #dc3545;
    background: #fff5f5;
}

.robot-error .status-badge[b-dnn0tuqqhc] {
    background: #dc3545;
}

.robot-offline[b-dnn0tuqqhc] {
    border-color: #6c757d;
    background: #f8f9fa;
    opacity: 0.7;
}

.robot-offline .status-badge[b-dnn0tuqqhc] {
    background: #6c757d;
}

.robot-disabled[b-dnn0tuqqhc] {
    border-color: #adb5bd;
    background: #e9ecef;
    opacity: 0.6;
}

.robot-disabled .status-badge[b-dnn0tuqqhc] {
    background: #adb5bd;
}

.robot-other[b-dnn0tuqqhc] {
    border-color: #ffc107;
    background: #fffbf0;
}

.robot-other .status-badge[b-dnn0tuqqhc] {
    background: #ffc107;
    color: #212529;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .robots-grid[b-dnn0tuqqhc] {
        grid-template-columns: 1fr;
    }
    
    .header-section[b-dnn0tuqqhc] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .action-buttons[b-dnn0tuqqhc] {
        flex-direction: column;
    }
    
    .action-buttons button[b-dnn0tuqqhc] {
        width: 100%;
    }
}
/* /Presentation/Components/Shared/ActionButton.razor.rz.scp.css */
/* ActionButton - Reusable large action button for tablet interface */

.action-button[b-rto6pkwbhj] {
    width: 160px;
    height: 180px;
    border: 2px solid #dee2e6;
    border-radius: 12px;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-button:hover:not(:disabled)[b-rto6pkwbhj] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.action-button:active:not(:disabled)[b-rto6pkwbhj] {
    transform: translateY(0);
}

.action-button:disabled[b-rto6pkwbhj] {
    opacity: 0.6;
    cursor: not-allowed;
}

.button-content[b-rto6pkwbhj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-align: center;
}

[b-rto6pkwbhj] .action-icon {
    width: 64px;
    height: 64px;
}

.button-label[b-rto6pkwbhj] {
    font-size: 1rem;
    font-weight: 600;
    color: inherit;
}

.button-sublabel[b-rto6pkwbhj] {
    font-size: 0.8rem;
    font-weight: 400;
    color: inherit;
    opacity: 0.8;
    margin-top: -0.5rem;
}

/* Spinner styling */
.spinner-border-lg[b-rto6pkwbhj] {
    width: 48px;
    height: 48px;
    border-width: 4px;
}

/* Color Variants */

/* Default - Gray */
.action-button-default[b-rto6pkwbhj] {
    color: #6c757d;
    border-color: #6c757d;
}

.action-button-default:hover:not(:disabled)[b-rto6pkwbhj] {
    background-color: rgba(108, 117, 125, 0.05);
}

/* Green - Start/Success */
.action-button-green[b-rto6pkwbhj] {
    color: #198754;
    border-color: #198754;
}

.action-button-green:hover:not(:disabled)[b-rto6pkwbhj] {
    background-color: rgba(25, 135, 84, 0.05);
    border-color: #146c43;
}

/* Cyan - Info/Detection */
.action-button-cyan[b-rto6pkwbhj] {
    color: #0dcaf0;
    border-color: #0dcaf0;
}

.action-button-cyan:hover:not(:disabled)[b-rto6pkwbhj] {
    background-color: rgba(13, 202, 240, 0.05);
    border-color: #0aa2c0;
}

/* Red - Stop/Danger */
.action-button-red[b-rto6pkwbhj] {
    color: #dc3545;
    border-color: #dc3545;
}

.action-button-red:hover:not(:disabled)[b-rto6pkwbhj] {
    background-color: rgba(220, 53, 69, 0.05);
    border-color: #b02a37;
}

/* Blue - Primary */
.action-button-blue[b-rto6pkwbhj] {
    color: #0d6efd;
    border-color: #0d6efd;
}

.action-button-blue:hover:not(:disabled)[b-rto6pkwbhj] {
    background-color: rgba(13, 110, 253, 0.05);
    border-color: #0a58ca;
}

/* Orange - Warning */
.action-button-orange[b-rto6pkwbhj] {
    color: #fd7e14;
    border-color: #fd7e14;
}

.action-button-orange:hover:not(:disabled)[b-rto6pkwbhj] {
    background-color: rgba(253, 126, 20, 0.05);
    border-color: #ca6510;
}

/* Grey - Disabled/Inactive */
.action-button-grey[b-rto6pkwbhj] {
    color: #adb5bd;
    border-color: #ced4da;
    background-color: #f8f9fa;
}

.action-button-grey:hover:not(:disabled)[b-rto6pkwbhj] {
    background-color: #f8f9fa;
    border-color: #ced4da;
}
/* /Presentation/Components/Shared/CartCartModeSection.razor.rz.scp.css */
.cart-grid-wrapper[b-b6xmke4aj8] {
    width: var(--grid-width, 552px);
    display: flex;
    flex-direction: column;
    align-items: center;
    --station-label-height: 18px;
    --station-label-gap: 4px;
}
.column-numbers[b-b6xmke4aj8] {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    flex-shrink: 0;
}

.column-numbers.cart-mode[b-b6xmke4aj8] {
    width: var(--grid-width, 552px);
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: var(--cell-width, 88px);
    gap: var(--cell-gap, 4px);
    justify-content: center;
    align-items: center;
}

.column-numbers.cart-mode .column-number[b-b6xmke4aj8] {
    margin: 0;
    width: var(--cell-width, 88px);
}

.column-number[b-b6xmke4aj8] {
    width: var(--cell-width, 88px);
    height: var(--column-height, 36px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    border-radius: 4px;
}

.pallet-grid[b-b6xmke4aj8] {
    display: flex;
    flex-direction: column;
    gap: var(--cell-gap, 4px);
    flex-shrink: 0;
}

.pallet-grid.cart-mode[b-b6xmke4aj8] {
    gap: var(--cell-gap, 4px);
    width: var(--grid-width, 552px);
}

.pallet-row[b-b6xmke4aj8] {
    display: flex;
    align-items: center;
}

.pallet-row.cart-mode[b-b6xmke4aj8] {
    width: var(--grid-width, 552px);
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: var(--cell-width, 88px);
    gap: var(--cell-gap, 4px);
    justify-content: center;
    align-items: center;
}

.pallet-row.cart-mode .pallet-cell[b-b6xmke4aj8] {
    margin: 0;
    width: var(--cell-width, 88px);
}


.pallet-cell[b-b6xmke4aj8] {
    width: var(--cell-width, 88px);
    height: var(--cell-height, 64px);
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    margin: 0;
    transition: all 0.15s;
}

.pallet-grid.cart-mode .pallet-cell[b-b6xmke4aj8] {
    position: relative;
    border: 1px solid #999;
}

.pallet-cell-wrap[b-b6xmke4aj8] {
    width: var(--cell-width, 88px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: calc(var(--cell-height, 64px) + var(--station-label-height) + var(--station-label-gap));
}

.cart-cell-stack[b-b6xmke4aj8] {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    width: 100%;
    height: 100%;
}

.cart-cell-box[b-b6xmke4aj8] {
    border: 1px solid #999;
    background-color: #ffffff;
    border-radius: 2px;
}

.pallet-grid.cart-mode .pallet-cell.selected[b-b6xmke4aj8] {
    background-color: var(--tablet-accent);
    box-shadow: inset 0 0 0 1px var(--tablet-accent-inset);
}

.pallet-grid.cart-mode .pallet-cell.selected .cart-cell-box[b-b6xmke4aj8] {
    border-color: var(--tablet-accent-inset);
    background-color: var(--tablet-accent);
}

.pallet-grid.cart-mode .pallet-cell.selected .cart-cell-label[b-b6xmke4aj8] {
    color: var(--tablet-accent-contrast);
}

.cart-cell-label[b-b6xmke4aj8] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    pointer-events: none;
}

.cart-cell-station[b-b6xmke4aj8] {
    position: static;
    margin-top: 3px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    background-color: #333;
    border-radius: 4px;
    padding: 2px 4px;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pallet-cell:hover[b-b6xmke4aj8] {
    border-color: var(--tablet-accent);
    background-color: var(--tablet-accent-hover);
}

.pallet-cell.selected[b-b6xmke4aj8] {
    border-color: var(--tablet-accent);
    background-color: var(--tablet-accent);
    color: var(--tablet-accent-contrast);
    box-shadow: inset 0 0 0 1px var(--tablet-accent-inset);
}

.cell-x[b-b6xmke4aj8] {
    width: calc(var(--cell-height, 64px) * 0.6);
    height: calc(var(--cell-height, 64px) * 0.6);
    color: #666;
}

.robot-tabs[b-b6xmke4aj8] {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    flex-shrink: 0;
    width: var(--grid-width, 552px);
}

.robot-tabs.bottom[b-b6xmke4aj8] {
    margin-bottom: 0;
    margin-top: 24px;
}

.robot-tabs.bottom .robot-tab[b-b6xmke4aj8] {
    background-color: #333;
    color: #ffffff;
    border-color: #333;
}

.robot-tabs.bottom .robot-tab:hover:not(.active)[b-b6xmke4aj8] {
    background-color: #333;
}

.robot-tab[b-b6xmke4aj8] {
    flex: 1;
    padding: 14px 0;
    border: 1px solid #ccc;
    background-color: white;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    color: #333;
    text-align: center;
    border-radius: 4px;
}

.robot-tab:first-child[b-b6xmke4aj8] {
    border-radius: 4px;
}

.robot-tab:last-child[b-b6xmke4aj8] {
    border-radius: 4px;
}

.robot-tab:hover:not(.active)[b-b6xmke4aj8] {
    background-color: #f0f0f0;
}

.robot-tab.active[b-b6xmke4aj8] {
    background-color: #333;
    color: white;
    border-color: #333;
}
/* /Presentation/Components/Shared/CartCartModeSectionCartTab.razor.rz.scp.css */
.cart-tab-grid[b-kdiuun5i7u] {
    width: var(--grid-width, 552px);
    display: flex;
    flex-direction: column;
    align-items: center;
    --cart-cell-width: calc((var(--grid-width, 552px) - (var(--cell-gap, 4px) * (var(--grid-columns, 6) - 1))) / var(--grid-columns, 6));
    --cart-cell-height: var(--cell-height, 64px);
    --cart-column-height: var(--column-height, 36px);
    --cart-stack-gap: 3px;
    --cart-stack-padding: 4px;
    --station-label-height: 18px;
    --station-label-gap: 4px;
}

.column-numbers.cart-tab[b-kdiuun5i7u] {
    width: var(--grid-width, 552px);
    display: grid;
    grid-template-columns: repeat(var(--grid-columns, 6), var(--cart-cell-width));
    gap: var(--cell-gap, 4px);
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
}

.column-numbers.cart-tab .column-number[b-kdiuun5i7u] {
    width: var(--cart-cell-width);
    height: var(--cart-column-height);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
}

.pallet-grid.cart-tab[b-kdiuun5i7u] {
    width: var(--grid-width, 552px);
    display: flex;
    flex-direction: column;
    gap: var(--cell-gap, 4px);
}

.pallet-row.cart-tab[b-kdiuun5i7u] {
    width: var(--grid-width, 552px);
    display: grid;
    grid-template-columns: repeat(var(--grid-columns, 6), var(--cart-cell-width));
    gap: var(--cell-gap, 4px);
    justify-content: center;
    align-items: center;
}

.pallet-row.cart-tab .pallet-cell[b-kdiuun5i7u] {
    width: var(--cart-cell-width);
    height: var(--cart-cell-height);
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    transition: all 0.15s;
    margin: 0;
}

.pallet-cell-wrap[b-kdiuun5i7u] {
    width: var(--cart-cell-width);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: calc(var(--cart-cell-height) + var(--station-label-height) + var(--station-label-gap));
}

.pallet-row.cart-tab .pallet-cell:hover[b-kdiuun5i7u] {
    border-color: var(--tablet-accent);
    background-color: var(--tablet-accent-hover);
}

.pallet-row.cart-tab .pallet-cell.selected[b-kdiuun5i7u] {
    border-color: var(--tablet-accent);
    background-color: var(--tablet-accent);
    color: var(--tablet-accent-contrast);
    box-shadow: inset 0 0 0 1px var(--tablet-accent-inset);
}

.pallet-row.cart-tab .pallet-cell[b-kdiuun5i7u] {
    position: relative;
}

.cart-cell-stack[b-kdiuun5i7u] {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: var(--cart-stack-gap);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: var(--cart-stack-padding);
}

.cart-cell-box[b-kdiuun5i7u] {
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    line-height: 1.1;
    padding: 2px;
    box-sizing: border-box;
}

.cart-cell-box.filled[b-kdiuun5i7u] {
    background-color: #b57bd6;
    border-color: #8f58b0;
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.cart-cell-empty-text[b-kdiuun5i7u] {
    text-transform: lowercase;
}

.pallet-row.cart-tab .pallet-cell.selected .cart-cell-box[b-kdiuun5i7u] {
    border-color: var(--tablet-accent-inset);
    background-color: var(--tablet-accent);
}


.cart-cell-station[b-kdiuun5i7u] {
    position: static;
    margin-top: 3px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    background-color: #333;
    border-radius: 4px;
    padding: 2px 4px;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cell-x[b-kdiuun5i7u] {
    width: calc(var(--cart-cell-height) * 0.6);
    height: calc(var(--cart-cell-height) * 0.6);
    color: #666;
}

.robot-tabs[b-kdiuun5i7u] {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    flex-shrink: 0;
    width: var(--grid-width, 552px);
}

.robot-tabs.bottom[b-kdiuun5i7u] {
    margin-bottom: 0;
    margin-top: 24px;
}

.robot-tabs.bottom .robot-tab[b-kdiuun5i7u] {
    background-color: #333;
    color: #ffffff;
    border-color: #333;
}

.robot-tabs.bottom .robot-tab:hover:not(.active)[b-kdiuun5i7u] {
    background-color: #333;
}

.robot-tab[b-kdiuun5i7u] {
    flex: 1;
    padding: 14px 0;
    border: 1px solid #ccc;
    background-color: white;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    color: #333;
    text-align: center;
    border-radius: 4px;
}

.robot-tab:first-child[b-kdiuun5i7u] {
    border-radius: 4px;
}

.robot-tab:last-child[b-kdiuun5i7u] {
    border-radius: 4px;
}

.robot-tab:hover:not(.active)[b-kdiuun5i7u] {
    background-color: #f0f0f0;
}

.robot-tab.active[b-kdiuun5i7u] {
    background-color: #333;
    color: white;
    border-color: #333;
}
/* /Presentation/Components/Shared/CartCommandBar.razor.rz.scp.css */
/* CartCommandBar - Bottom command bar styling */

.command-bar[b-f68ybcgkeo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2d3238;
    padding: 8px 16px;
    min-height: 56px;
}

.cart-command-left[b-f68ybcgkeo] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 3;
    justify-content: space-between;
}

.command-center[b-f68ybcgkeo] {
    display: flex;
    gap: 12px;
    flex: 1;
    justify-content: flex-end;
    margin-right: 16px;
}

.cmd-button[b-f68ybcgkeo] {
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #6c757d;
    border-radius: 4px;
    background-color: #e9ecef;
    color: #333;
    cursor: pointer;
    transition: background-color 0.15s, border-color 0.15s;
    min-width: 70px;
}

.cmd-button--compact[b-f68ybcgkeo] {
    padding: 8px 18px;
    min-width: 260px;
    height: 41.2px;
    line-height: 24px;
}

.cmd-button--active[b-f68ybcgkeo] {
    background-color: #dee2e6;
    border-color: #495057;
}

.cmd-button:hover:not(:disabled)[b-f68ybcgkeo] {
    background-color: #dee2e6;
}

.cmd-button:disabled[b-f68ybcgkeo] {
    opacity: 0.5;
    cursor: not-allowed;
}

.command-right[b-f68ybcgkeo] {
    display: flex;
    align-items: center;
}

.agf-icon[b-f68ybcgkeo] {
    width: 40px;
    height: 40px;
    color: #adb5bd;
}

.agf-icon svg[b-f68ybcgkeo] {
    width: 100%;
    height: 100%;
}

.back-button[b-f68ybcgkeo] {
    width: 44px;
    height: 44px;
    padding: 0;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    transition: opacity 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-button:hover[b-f68ybcgkeo] {
    opacity: 0.8;
}

.back-button svg[b-f68ybcgkeo] {
    width: 44px;
    height: 44px;
    fill: currentColor;
}
/* /Presentation/Components/Shared/CartPalletModeSection.razor.rz.scp.css */
.pallet-zone-block[b-ny6vb57n7a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    --station-label-height: 18px;
    --station-label-gap: 4px;
}

.robot-tabs[b-ny6vb57n7a] {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    flex-shrink: 0;
    width: var(--grid-width, 552px);
}

.robot-tabs .robot-tab[b-ny6vb57n7a] {
    background-color: #333;
    color: #ffffff;
    border-color: #333;
}

.robot-tabs .robot-tab:hover:not(.active)[b-ny6vb57n7a] {
    background-color: #333;
}

.robot-tab[b-ny6vb57n7a] {
    flex: 1;
    padding: 14px 0;
    border: 1px solid #ccc;
    background-color: white;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    color: #333;
    text-align: center;
    border-radius: 4px;
}

.robot-tab:first-child[b-ny6vb57n7a] {
    border-radius: 4px;
}

.robot-tab:last-child[b-ny6vb57n7a] {
    border-radius: 4px;
}

.robot-tab:hover:not(.active)[b-ny6vb57n7a] {
    background-color: #f0f0f0;
}

.robot-tab.active[b-ny6vb57n7a] {
    background-color: #333;
    color: white;
    border-color: #333;
}

.column-numbers[b-ny6vb57n7a] {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    flex-shrink: 0;
    width: var(--grid-width, 552px);
    gap: var(--cell-gap, 4px);
    justify-content: center;
}

.side-label-spacer[b-ny6vb57n7a] {
    width: var(--side-label-width, 88px);
    flex-shrink: 0;
}

.column-number[b-ny6vb57n7a] {
    width: var(--cell-width, 88px);
    height: var(--column-height, 36px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    border-radius: 4px;
}

.pallet-grid[b-ny6vb57n7a] {
    display: flex;
    flex-direction: column;
    gap: var(--cell-gap, 4px);
    flex-shrink: 0;
    width: var(--grid-width, 552px);
}

.pallet-row[b-ny6vb57n7a] {
    display: flex;
    align-items: flex-start;
    gap: var(--cell-gap, 4px);
    width: var(--grid-width, 552px);
    justify-content: center;
}

.side-label[b-ny6vb57n7a] {
    width: var(--side-label-width, 88px);
    height: var(--cell-height, 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    font-size: 24px;
    color: #333;
    flex-shrink: 0;
    background-color: white;
    border: 1px solid #999;
    margin: 0;
}

.side-label.empty[b-ny6vb57n7a] {
    background-color: transparent;
    border-color: transparent;
    color: transparent;
}

.empty-count[b-ny6vb57n7a] {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.pallet-cell[b-ny6vb57n7a] {
    width: var(--cell-width, 88px);
    height: var(--cell-height, 64px);
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    margin: 0;
    transition: all 0.15s;
}

.pallet-grid.cart-mode .pallet-cell:not(.pallet-mode)[b-ny6vb57n7a],
.pallet-grid .pallet-cell.pallet-mode[b-ny6vb57n7a] {
    position: relative;
    border: 1px solid #999;
}

.pallet-cell-wrap[b-ny6vb57n7a] {
    width: var(--cell-width, 88px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: calc(var(--cell-height, 64px) + var(--station-label-height) + var(--station-label-gap));
}

.cart-cell-stack[b-ny6vb57n7a] {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    width: 100%;
    height: 100%;
}

.cart-cell-box[b-ny6vb57n7a] {
    border: 1px solid #999;
    background-color: #ffffff;
    border-radius: 2px;
}

.pallet-grid.cart-mode .pallet-cell.selected[b-ny6vb57n7a] {
    background-color: var(--tablet-accent);
    box-shadow: inset 0 0 0 1px var(--tablet-accent-inset);
}

.pallet-grid .pallet-cell.pallet-mode.selected[b-ny6vb57n7a] {
    background-color: var(--tablet-accent);
    border-color: var(--tablet-accent);
    color: var(--tablet-accent-contrast);
    box-shadow: inset 0 0 0 1px var(--tablet-accent-inset);
}

.pallet-grid.cart-mode .pallet-cell.selected .cart-cell-box[b-ny6vb57n7a] {
    border-color: var(--tablet-accent-inset);
    background-color: var(--tablet-accent);
}

.pallet-grid.cart-mode .pallet-cell.selected .cart-cell-label[b-ny6vb57n7a] {
    color: var(--tablet-accent-contrast);
}

.cart-cell-label[b-ny6vb57n7a] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    pointer-events: none;
}

.cart-cell-station[b-ny6vb57n7a] {
    position: static;
    margin-top: 3px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    background-color: #333;
    border-radius: 4px;
    padding: 2px 4px;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.pallet-cell:hover[b-ny6vb57n7a] {
    border-color: var(--tablet-accent);
    background-color: var(--tablet-accent-hover);
}

.pallet-cell.selected[b-ny6vb57n7a] {
    border-color: var(--tablet-accent);
    background-color: var(--tablet-accent);
    color: var(--tablet-accent-contrast);
    box-shadow: inset 0 0 0 1px var(--tablet-accent-inset);
}

.pallet-grid.cart-mode .pallet-cell.pallet-mode.selected[b-ny6vb57n7a] {
    background-color: var(--tablet-accent);
    border-color: var(--tablet-accent);
    color: var(--tablet-accent-contrast);
    box-shadow: inset 0 0 0 1px var(--tablet-accent-inset);
}

.cell-x[b-ny6vb57n7a] {
    width: calc(var(--cell-height, 64px) * 0.6);
    height: calc(var(--cell-height, 64px) * 0.6);
    color: #666;
}
/* /Presentation/Components/Shared/CommandBar.razor.rz.scp.css */
/* CommandBar - Bottom command bar styling */

.command-bar[b-e4bmj8ozhp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2d3238;
    padding: 8px 16px;
    min-height: 56px;
}

.command-left[b-e4bmj8ozhp] {
    display: flex;
    align-items: center;
    flex: 3;
}

.command-indicator[b-e4bmj8ozhp] {
    display: flex;
    gap: 12px;
    padding: 12px 24px;
    background-color: #e9ecef;
    border-radius: 4px;
    flex: 1;
    justify-content: center;
}

.command-indicator .dot[b-e4bmj8ozhp] {
    width: 16px;
    height: 16px;
    background-color: #333;
    border-radius: 50%;
}

.command-center[b-e4bmj8ozhp] {
    display: flex;
    gap: 12px;
    flex: 1;
    justify-content: flex-end;
    margin-right: 16px;
}

.cmd-button[b-e4bmj8ozhp] {
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #6c757d;
    border-radius: 4px;
    background-color: #e9ecef;
    color: #333;
    cursor: pointer;
    transition: background-color 0.15s;
    min-width: 70px;
}

.cmd-button:hover:not(:disabled)[b-e4bmj8ozhp] {
    background-color: #dee2e6;
}

.cmd-button:disabled[b-e4bmj8ozhp] {
    opacity: 0.5;
    cursor: not-allowed;
}

.command-right[b-e4bmj8ozhp] {
    display: flex;
    align-items: center;
}

.agf-icon[b-e4bmj8ozhp] {
    width: 40px;
    height: 40px;
    color: #adb5bd;
}

.agf-icon svg[b-e4bmj8ozhp] {
    width: 100%;
    height: 100%;
}

/* Back button (cart/conveyor icon) */
.back-button[b-e4bmj8ozhp] {
    width: 44px;
    height: 44px;
    padding: 0;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    transition: opacity 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-button:hover[b-e4bmj8ozhp] {
    opacity: 0.8;
}

.back-button svg[b-e4bmj8ozhp] {
    width: 44px;
    height: 44px;
    fill: currentColor;
}
/* /Presentation/Components/Shared/ConveyorPalletModeSection.razor.rz.scp.css */
.pallet-zone-block[b-jzy4lxet2f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    --station-label-height: 18px;
    --station-label-gap: 4px;
}

.robot-tabs[b-jzy4lxet2f] {
    display: flex;
    gap: 0;
    margin-bottom: 24px;
    flex-shrink: 0;
    width: var(--grid-width, 552px);
}

.robot-tab[b-jzy4lxet2f] {
    flex: 1;
    padding: 14px 0;
    border: 1px solid #ccc;
    background-color: white;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    color: #333;
    text-align: center;
}

.robot-tab:first-child[b-jzy4lxet2f] {
    border-radius: 4px 0 0 4px;
}

.robot-tab:last-child[b-jzy4lxet2f] {
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.robot-tab:hover:not(.active)[b-jzy4lxet2f] {
    background-color: #f0f0f0;
}

.robot-tab.active[b-jzy4lxet2f] {
    background-color: #333;
    color: white;
    border-color: #333;
}

.column-numbers[b-jzy4lxet2f] {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    flex-shrink: 0;
    width: var(--grid-width, 552px);
    gap: var(--cell-gap, 4px);
    justify-content: center;
}

.side-label-spacer[b-jzy4lxet2f] {
    width: var(--side-label-width, 88px);
    flex-shrink: 0;
}

.column-number[b-jzy4lxet2f] {
    width: var(--cell-width, 88px);
    height: var(--column-height, 36px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    border-radius: 4px;
}

.pallet-grid[b-jzy4lxet2f] {
    display: flex;
    flex-direction: column;
    gap: var(--cell-gap, 4px);
    flex-shrink: 0;
    width: var(--grid-width, 552px);
}

.pallet-row[b-jzy4lxet2f] {
    display: flex;
    align-items: flex-start;
    gap: var(--cell-gap, 4px);
    width: var(--grid-width, 552px);
    justify-content: center;
}

.side-label[b-jzy4lxet2f] {
    width: var(--side-label-width, 88px);
    height: var(--cell-height, 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    font-size: 24px;
    color: #333;
    flex-shrink: 0;
    background-color: white;
    border: 1px solid #999;
    margin: 0;
}

.pallet-cell-wrap[b-jzy4lxet2f] {
    width: var(--cell-width, 88px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: calc(var(--cell-height, 64px) + var(--station-label-height) + var(--station-label-gap));
}

.empty-count[b-jzy4lxet2f] {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.pallet-cell[b-jzy4lxet2f] {
    width: var(--cell-width, 88px);
    height: var(--cell-height, 64px);
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    margin: 0;
    transition: all 0.15s;
}

.cart-cell-station[b-jzy4lxet2f] {
    margin-top: 3px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    background-color: #333;
    border-radius: 4px;
    padding: 2px 4px;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pallet-cell:hover[b-jzy4lxet2f] {
    border-color: var(--tablet-accent);
    background-color: var(--tablet-accent-hover);
}

.pallet-cell.selected[b-jzy4lxet2f] {
    border-color: var(--tablet-accent);
    background-color: var(--tablet-accent);
    color: var(--tablet-accent-contrast);
    box-shadow: inset 0 0 0 1px var(--tablet-accent-inset);
}

.cell-x[b-jzy4lxet2f] {
    width: calc(var(--cell-height, 64px) * 0.6);
    height: calc(var(--cell-height, 64px) * 0.6);
    color: #666;
}
/* /Presentation/Components/Shared/FullScreenModal.razor.rz.scp.css */
/* FullScreenModal - Full screen modal styling */

.fullscreen-modal-overlay[b-0b6grsmah6] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.fullscreen-modal[b-0b6grsmah6] {
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: calc(100vw - 2rem);
    max-height: calc(100vh - 2rem);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.modal-header[b-0b6grsmah6] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #fd7e14;
    color: #ffffff;
    flex-shrink: 0;
}

.modal-title[b-0b6grsmah6] {
    font-size: 1rem;
    font-weight: 600;
}

.modal-body[b-0b6grsmah6] {
    flex: 1;
    overflow: auto;
    padding: 1rem;
    background-color: #f8f9fa;
}

.modal-footer[b-0b6grsmah6] {
    flex-shrink: 0;
    padding: 0.5rem 1rem;
    background-color: #2d3238;
}
/* /Presentation/Components/Shared/LoadingOverlay.razor.rz.scp.css */
.loading-overlay-container[b-ztaf1q6s4b] {
    position: absolute;
    inset: 0;
    background-color: rgba(16, 18, 20, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.loading-content[b-ztaf1q6s4b] {
    text-align: center;
    color: #ffffff;
    background-color: rgba(24, 27, 30, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    padding: 32px 48px;
    width: min(760px, 92%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.loading-text[b-ztaf1q6s4b] {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 8px;
}

.loading-sub-text[b-ztaf1q6s4b] {
    font-size: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.78);
}
/* /Presentation/Components/Shared/ManualPalletRegistration.razor.rz.scp.css */
/* ManualPalletRegistration - Pallet registration modal styling */

.pallet-registration-content[b-3p93f2lt2m] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

/* Robot Selection Tabs */
.robot-tabs[b-3p93f2lt2m] {
    display: flex;
    gap: 0.5rem;
}

.robot-tab[b-3p93f2lt2m] {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: #ffffff;
    color: #2d3238;
    cursor: pointer;
    transition: all 0.15s;
}

.robot-tab:hover[b-3p93f2lt2m] {
    background-color: #f8f9fa;
}

.robot-tab.active[b-3p93f2lt2m] {
    background-color: #e9ecef;
    border-color: #adb5bd;
    font-weight: 600;
}

/* Column Numbers */
.column-numbers[b-3p93f2lt2m] {
    display: flex;
    gap: 0.5rem;
    padding-left: 0;
}

.column-spacer[b-3p93f2lt2m] {
    width: 24px;
}

.column-number[b-3p93f2lt2m] {
    width: 48px;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 500;
    color: #495057;
}

/* Pallet Grid */
.pallet-grid[b-3p93f2lt2m] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pallet-row[b-3p93f2lt2m] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.row-indicator[b-3p93f2lt2m] {
    width: 24px;
    height: 48px;
}
/* /Presentation/Components/Shared/ModeToggle.razor.rz.scp.css */
.mode-toggle-container[b-58nxtj7aib] {
    padding: 12px 24px;
    flex-shrink: 0;
}

.mode-toggle[b-58nxtj7aib] {
    --gap: 8px;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--gap);
    position: relative;
    align-items: center;
    padding: 4px;
    border-radius: 999px;
    background-color: #e3e3e3;
}

.mode-toggle-slider[b-58nxtj7aib] {
    display: none;
}

.mode-tab[b-58nxtj7aib] {
    padding: 8px 28px;
    border: 2px solid transparent;
    background-color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    color: #333;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.mode-tab:first-child[b-58nxtj7aib] {
    border-radius: 20px;
}

.mode-tab:last-child[b-58nxtj7aib] {
    border-radius: 20px;
}

.mode-tab:hover:not(.active)[b-58nxtj7aib] {
    background-color: #f0f0f0;
}

.mode-tab.active[b-58nxtj7aib] {
    background-color: #f5a623;
    color: #333;
    border-color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
/* /Presentation/Components/Shared/PalletCell.razor.rz.scp.css */
/* PalletCell - Pallet grid cell styling */

.pallet-cell[b-wyatdun4qb] {
    width: 48px;
    height: 48px;
    border: 2px solid #dee2e6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #ffffff;
    transition: all 0.15s;
}

.pallet-cell:hover[b-wyatdun4qb] {
    border-color: var(--tablet-accent);
    background-color: var(--tablet-accent-hover);
}

.pallet-cell.selected[b-wyatdun4qb] {
    border-color: var(--tablet-accent);
    background-color: var(--tablet-accent);
    color: var(--tablet-accent-contrast);
    box-shadow: inset 0 0 0 1px var(--tablet-accent-inset);
}

.pallet-cell.empty .cell-label[b-wyatdun4qb] {
    font-size: 0.75rem;
    color: #6c757d;
}

.pallet-cell.occupied[b-wyatdun4qb] {
    background-color: #f8f9fa;
}

.cell-cross[b-wyatdun4qb] {
    width: 24px;
    height: 24px;
    color: #6c757d;
}

.cell-cross svg[b-wyatdun4qb] {
    width: 100%;
    height: 100%;
}
/* /Presentation/Components/Shared/PalletCommandBar.razor.rz.scp.css */
/* PalletCommandBar - Bottom command bar styling */

.command-bar[b-lmbkxil93l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2d3238;
    padding: 8px 16px;
    min-height: 56px;
}

.pallet-command-left[b-lmbkxil93l] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 3;
    justify-content: space-between;
}

.command-center[b-lmbkxil93l] {
    display: flex;
    gap: 12px;
    flex: 1;
    justify-content: flex-end;
    margin-right: 16px;
}

.cmd-button[b-lmbkxil93l] {
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #6c757d;
    border-radius: 4px;
    background-color: #e9ecef;
    color: #333;
    cursor: pointer;
    transition: background-color 0.15s, border-color 0.15s;
    min-width: 70px;
}

.cmd-button--compact[b-lmbkxil93l] {
    padding: 8px 18px;
    min-width: 220px;
    height: 41.2px;
    line-height: 24px;
}

.cmd-button--active[b-lmbkxil93l] {
    background-color: #dee2e6;
    border-color: #495057;
}

.cmd-button:hover:not(:disabled)[b-lmbkxil93l] {
    background-color: #dee2e6;
}

.cmd-button:disabled[b-lmbkxil93l] {
    opacity: 0.5;
    cursor: not-allowed;
}

.command-right[b-lmbkxil93l] {
    display: flex;
    align-items: center;
}

.agf-icon[b-lmbkxil93l] {
    width: 40px;
    height: 40px;
    color: #adb5bd;
}

.agf-icon svg[b-lmbkxil93l] {
    width: 100%;
    height: 100%;
}

.back-button[b-lmbkxil93l] {
    width: 44px;
    height: 44px;
    padding: 0;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    transition: opacity 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-button:hover[b-lmbkxil93l] {
    opacity: 0.8;
}

.back-button svg[b-lmbkxil93l] {
    width: 44px;
    height: 44px;
    fill: currentColor;
}
/* /Presentation/Components/Shared/PalletModeBar.razor.rz.scp.css */
/* PalletModeBar - header bar styling */

.pallet-mode-bar[b-urxs0a3lu3] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: var(--grid-width, 552px);
    background-color: #333;
    padding: 6px;
    border-radius: 4px;
    margin-bottom: 16px;
}

.pallet-mode-input[b-urxs0a3lu3] {
    flex: 2;
    height: 44px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    display: flex;
    align-items: center;
    padding: 0 12px;
    font-size: 18px;
    color: #333;
}

.pallet-mode-button[b-urxs0a3lu3] {
    flex: 1;
    height: 44px;
    background-color: #ffffff;
    border-radius: 999px;
    border: 1px solid #cfcfcf;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
}

.pallet-mode-button:hover[b-urxs0a3lu3] {
    background-color: #f0f0f0;
}
/* /Presentation/Components/Shared/PalletSingleZoneSection.razor.rz.scp.css */
.robot-tabs[b-k2gd9k92v3] {
    display: flex;
    gap: 0;
    margin-bottom: 24px;
    flex-shrink: 0;
    width: var(--grid-width, 552px);
}

.robot-tab[b-k2gd9k92v3] {
    flex: 1;
    padding: 14px 0;
    border: 1px solid #ccc;
    background-color: white;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    color: #333;
    text-align: center;
}

.robot-tab:first-child[b-k2gd9k92v3] {
    border-radius: 4px 0 0 4px;
}

.robot-tab:last-child[b-k2gd9k92v3] {
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.robot-tab:hover:not(.active)[b-k2gd9k92v3] {
    background-color: #f0f0f0;
}

.robot-tab.active[b-k2gd9k92v3] {
    background-color: #333;
    color: white;
    border-color: #333;
}

.column-numbers[b-k2gd9k92v3] {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    flex-shrink: 0;
    width: var(--grid-width, 552px);
    gap: var(--cell-gap, 4px);
    justify-content: center;
}

.side-label-spacer[b-k2gd9k92v3] {
    width: var(--side-label-width, 88px);
    flex-shrink: 0;
}

.column-number[b-k2gd9k92v3] {
    width: var(--cell-width, 88px);
    height: var(--column-height, 36px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    border-radius: 4px;
}

.pallet-grid[b-k2gd9k92v3] {
    display: flex;
    flex-direction: column;
    gap: var(--cell-gap, 4px);
    flex-shrink: 0;
    width: var(--grid-width, 552px);
}

.pallet-row[b-k2gd9k92v3] {
    display: flex;
    align-items: center;
    gap: var(--cell-gap, 4px);
    width: var(--grid-width, 552px);
    justify-content: center;
}

.side-label[b-k2gd9k92v3] {
    width: var(--side-label-width, 88px);
    height: var(--cell-height, 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #333;
    flex-shrink: 0;
    background-color: white;
    border: 1px solid #999;
    margin: 0;
}

.pallet-cell[b-k2gd9k92v3] {
    width: var(--cell-width, 88px);
    height: var(--cell-height, 64px);
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    margin: 0;
    transition: all 0.15s;
}

.pallet-cell:hover[b-k2gd9k92v3] {
    border-color: var(--tablet-accent);
    background-color: var(--tablet-accent-hover);
}

.pallet-cell.selected[b-k2gd9k92v3] {
    border-color: var(--tablet-accent);
    background-color: var(--tablet-accent);
    color: var(--tablet-accent-contrast);
    box-shadow: inset 0 0 0 1px var(--tablet-accent-inset);
}

.cell-x[b-k2gd9k92v3] {
    width: calc(var(--cell-height, 64px) * 0.6);
    height: calc(var(--cell-height, 64px) * 0.6);
    color: #666;
}
/* /Presentation/Components/Shared/RobotStatsSection.razor.rz.scp.css */
.stats-section[b-iqxt66wfpn] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1rem;
}

.stats-row[b-iqxt66wfpn] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.5rem;
}
/* /Presentation/Components/Shared/RobotStatusCard.razor.rz.scp.css */
/* RobotStatusCard - Robot status indicator styling */

.robot-status-card[b-dgaib27uus] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem 1rem;
    border: 3px solid;
    border-radius: 28px;
    background-color: #ffffff;
    min-width: 120px;
    height: 56px;
}

.robot-icon[b-dgaib27uus] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.robot-icon svg[b-dgaib27uus] {
    width: 100%;
    height: 100%;
}

.robot-separator[b-dgaib27uus] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3238;
    margin: 0 0.1rem;
}

.robot-number[b-dgaib27uus] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3238;
}

.robot-label[b-dgaib27uus] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2d3238;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Circular battery indicator */
.battery-circle[b-dgaib27uus] {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.battery-ring[b-dgaib27uus] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.battery-bg[b-dgaib27uus] {
    stroke: #e0e0e0;
}

.battery-progress[b-dgaib27uus] {
    stroke-linecap: round;
}

.battery-text[b-dgaib27uus] {
    font-size: 0.65rem;
    font-weight: 600;
    color: #2d3238;
    z-index: 1;
}

/* Status variants - border and icon color */
.status-online[b-dgaib27uus] {
    border-color: #198754;
    color: #198754;
}

.status-warning[b-dgaib27uus] {
    border-color: #ffc107;
    color: #ffc107;
}

.status-error[b-dgaib27uus] {
    border-color: #dc3545;
    color: #dc3545;
}

.status-offline[b-dgaib27uus] {
    border-color: #6c757d;
    color: #6c757d;
}

/* Battery level variants - circle progress color */
.battery-high .battery-progress[b-dgaib27uus] {
    stroke: #198754;
}

.battery-medium .battery-progress[b-dgaib27uus] {
    stroke: #ffc107;
}

.battery-low .battery-progress[b-dgaib27uus] {
    stroke: #dc3545;
}

.battery-empty .battery-progress[b-dgaib27uus] {
    stroke: #6c757d;
}

.battery-unknown .battery-progress[b-dgaib27uus] {
    stroke: #6c757d;
}
/* /Presentation/Components/Shared/RobotStatusGrid.razor.rz.scp.css */
.robots-section[b-79rr236p98] {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1rem;
    flex: 1;
}

.robots-grid[b-79rr236p98] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    height: 100%;
}

.robot-column[b-79rr236p98] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
/* /Presentation/Components/Shared/RobotStatusLoadingOverlay.razor.rz.scp.css */
.robot-preview-overlay[b-y68k4oxv6v] {
    position: absolute;
    inset: 0;
    background-color: rgba(24, 26, 30, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.robot-preview-card[b-y68k4oxv6v] {
    background-color: #eef0f2;
    border: 1px solid #d5d8dd;
    border-radius: 12px;
    padding: 24px 28px;
    width: min(900px, 92%);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.robot-preview-grid[b-y68k4oxv6v] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.robot-preview-column[b-y68k4oxv6v] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.robot-preview-card .robot-status-card[b-y68k4oxv6v] {
    background-color: #ffffff;
}

.robot-preview-card .robot-status-card.status-offline .robot-separator[b-y68k4oxv6v],
.robot-preview-card .robot-status-card.status-offline .robot-number[b-y68k4oxv6v],
.robot-preview-card .robot-status-card.status-offline .robot-label[b-y68k4oxv6v],
.robot-preview-card .robot-status-card.status-offline .battery-text[b-y68k4oxv6v] {
    color: #8b9096;
}
/* /Presentation/Components/Shared/RobotStatusPopup.razor.rz.scp.css */
.robot-status-popup-overlay[b-ox87l0dghu] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(50, 50, 50, 0.98);
    display: none;
    flex-direction: column;
    z-index: 200;
}

.robot-status-popup-overlay.visible[b-ox87l0dghu] {
    display: flex;
}

.robot-status-popup[b-ox87l0dghu] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.popup-content[b-ox87l0dghu] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    overflow: auto;
}

.robot-cards-grid[b-ox87l0dghu] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 700px;
}

.popup-robot-card[b-ox87l0dghu] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    background-color: #f5f5f5;
    border: 3px solid #999;
    border-radius: 24px;
    min-width: 150px;
}

.popup-robot-card.status-online[b-ox87l0dghu] {
    border-color: #28a745;
    color: #28a745;
}

.popup-robot-card.status-warning[b-ox87l0dghu] {
    border-color: #ffc107;
    color: #856404;
}

.popup-robot-card.status-error[b-ox87l0dghu] {
    border-color: #dc3545;
    color: #dc3545;
}

.popup-robot-card.status-offline[b-ox87l0dghu] {
    border-color: #6c757d;
    color: #6c757d;
}

.popup-robot-card .robot-icon[b-ox87l0dghu] {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.popup-robot-card .robot-icon svg[b-ox87l0dghu] {
    width: 100%;
    height: 100%;
}

.popup-robot-card .robot-separator[b-ox87l0dghu] {
    font-size: 18px;
    font-weight: 500;
    color: inherit;
}

.popup-robot-card .robot-number[b-ox87l0dghu] {
    font-size: 18px;
    font-weight: 600;
    color: inherit;
}

.popup-robot-card .battery-indicator[b-ox87l0dghu] {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 24px;
    background-color: rgba(40, 167, 69, 0.15);
    border: 2px solid #28a745;
    border-radius: 12px;
}

.popup-robot-card .battery-text[b-ox87l0dghu] {
    font-size: 11px;
    font-weight: 600;
    color: #28a745;
}

.popup-robot-card.status-warning .battery-indicator[b-ox87l0dghu] {
    background-color: rgba(255, 193, 7, 0.15);
    border-color: #ffc107;
}

.popup-robot-card.status-warning .battery-text[b-ox87l0dghu] {
    color: #856404;
}

.popup-robot-card.status-error .battery-indicator[b-ox87l0dghu] {
    background-color: rgba(220, 53, 69, 0.15);
    border-color: #dc3545;
}

.popup-robot-card.status-error .battery-text[b-ox87l0dghu] {
    color: #dc3545;
}

.popup-robot-card.status-offline .battery-indicator[b-ox87l0dghu] {
    background-color: rgba(108, 117, 125, 0.15);
    border-color: #6c757d;
}

.popup-robot-card.status-offline .battery-text[b-ox87l0dghu] {
    color: #6c757d;
}

.popup-footer[b-ox87l0dghu] {
    flex-shrink: 0;
}
