/* /Pages/Dialogs/MixtureBuilderDialog.razor.rz.scp.css */
.hover-card:hover[b-jb9b7asdkj] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.12);
}

.cursor-pointer[b-jb9b7asdkj] {
    cursor: pointer;
}

/* Mobile-optimierte Styles */
.mixture-dialog-container[b-jb9b7asdkj] {
    margin: 8px;
}

@media (max-width: 600px) {
    .mixture-dialog-container[b-jb9b7asdkj] {
        margin: 4px;
        max-height: calc(100vh - 32px);
    }
    
    .mixture-dialog-container[b-jb9b7asdkj]  .mud-dialog-content {
        padding: 8px !important;
        max-height: calc(100vh - 140px);
        overflow-y: auto;
    }
    
    .mobile-item-list[b-jb9b7asdkj] {
        max-height: 200px !important;
    }
    
    /* Sichere dass der Button immer sichtbar ist */
    .mixture-dialog-container[b-jb9b7asdkj]  .mud-dialog-actions {
        position: sticky;
        bottom: 0;
        background: white;
        border-top: 1px solid rgba(0,0,0,0.12);
        z-index: 1;
        padding: 8px !important;
    }
}

/* Fix für MudBlazor Popover containerClass Bug */
.mixture-dialog-container[b-jb9b7asdkj]  .mud-popover {
    position: fixed !important;
    z-index: 9999 !important;
}

[b-jb9b7asdkj] .mud-overlay-dialog .mud-popover-provider {
    position: relative !important;
}

/* Fallback für undefined containerClass */
[b-jb9b7asdkj] .mud-popover-provider[class*="undefined"] {
    position: relative !important;
}

/* Kompakte Darstellung für Mobile */
@media (max-width: 600px) {
    [b-jb9b7asdkj] .mud-paper {
        border-radius: 8px !important;
    }
    
    [b-jb9b7asdkj] .mud-stack > * {
        margin-bottom: 4px !important;
    }
    
    [b-jb9b7asdkj] .mud-card-content {
        padding: 8px !important;
    }
} 
/* /Pages/Roaster/ShiftDispositionOverview.razor.rz.scp.css */
.dispo-table[b-iba2szm4dz] {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.dispo-table th[b-iba2szm4dz], .dispo-table td[b-iba2szm4dz] {
    border: 1px solid #e0e0e0;
    text-align: center;
    vertical-align: middle;
}

.shift-col[b-iba2szm4dz] {
    width: 200px;
    text-align: left;
    padding: 6px;
}

.weekday-col[b-iba2szm4dz] {
    font-size: 0.8rem;
    color: #666;
}

.dispo-cell[b-iba2szm4dz] {
    width: 100% !important;
    height: 100% !important;
    min-height: 30px !important;
    border-radius: 0 !important;
}

.dispo-day-cell[b-iba2szm4dz] {
    padding: 0;
    position: relative;
}

.dispo-day-cell .mud-tooltip-root.mud-tooltip-inline[b-iba2szm4dz] {
    display: block;
    width: 100%;
    height: 100%;
}

.dispo-day-cell .mud-tooltip-root.mud-tooltip-inline .mud-button-root[b-iba2szm4dz] {
    width: 100%;
    height: 100%;
    min-height: 30px;
    border-radius: 0;
    display: block;
}

.dispo-cell-button[b-iba2szm4dz] {
    width: 100%;
    height: 100%;
}

.dispo-cell-button.mud-button-root[b-iba2szm4dz],
.dispo-cell-button.mud-button[b-iba2szm4dz] {
    width: 100% !important;
    height: 100% !important;
}

.dispo-table-month .dispo-day-cell[b-iba2szm4dz] {
    padding: 0;
}

.dispo-table-month .dispo-day-button[b-iba2szm4dz] {
    font-size: 0.7rem;
    min-width: 0;
    padding: 0 4px;
    line-height: 1.1;
}

.dispo-cell-month[b-iba2szm4dz] {
    font-size: 0.65rem;
    line-height: 1.05;
    min-height: 22px !important;
    padding: 2px 4px !important;
}

.dispo-sidebar[b-iba2szm4dz] {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
}

.dispo-day-selected[b-iba2szm4dz] {
    background-color: var(--mud-palette-info-lighten);
}

.dispo-cell-missing[b-iba2szm4dz] {
    background-color: var(--mud-palette-error-lighten);
}

.dispo-cell-warning[b-iba2szm4dz] {
    background-color: var(--mud-palette-warning-lighten);
}

.dispo-cell-selected[b-iba2szm4dz] {
    outline: 2px solid var(--mud-palette-info);
}
/* /Pages/Scheduler/Components/DayView.razor.rz.scp.css */
/* /Pages/Scheduler/TimeBookingOverview.razor.rz.scp.css */
/* Arbeitsrecht Validierung */
.border-error[b-5kryq7fmsa] {
    border: 2px solid #f44336 !important;
    border-radius: 4px;
}

.border-warning[b-5kryq7fmsa] {
    border: 2px solid #ff9800 !important;
    border-radius: 4px;
}

.validation-violations[b-5kryq7fmsa] {
    background-color: #ffebee;
    border-left: 4px solid #f44336;
    padding: 8px 12px;
    margin: 8px 0;
    border-radius: 0 4px 4px 0;
}

.validation-violations.warning[b-5kryq7fmsa] {
    background-color: #fff8e1;
    border-left-color: #ff9800;
}

.validation-violations ul[b-5kryq7fmsa] {
    margin: 0;
    padding-left: 16px;
}

.validation-violations li[b-5kryq7fmsa] {
    margin: 4px 0;
    color: #d32f2f;
}

.validation-violations.warning li[b-5kryq7fmsa] {
    color: #f57c00;
} 
/* /Pages/Shop/OrderExpansionPanel.razor.rz.scp.css */
.order-panel[b-mjcj9owqdl] {
    border-radius: 12px;
    margin-bottom: 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.order-header[b-mjcj9owqdl] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 16px;
}

.status-indicator[b-mjcj9owqdl] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.status-indicator.status-new[b-mjcj9owqdl] {
    background: #4caf50;
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.3);
}

.status-indicator.status-warning[b-mjcj9owqdl] {
    background: #ff9800;
    box-shadow: 0 0 8px rgba(255, 152, 0, 0.3);
}

.status-indicator.status-danger[b-mjcj9owqdl] {
    background: #f44336;
    box-shadow: 0 0 8px rgba(244, 67, 54, 0.3);
}

.status-indicator.status-delivered[b-mjcj9owqdl] {
    background: #2196f3;
    box-shadow: 0 0 8px rgba(33, 150, 243, 0.3);
}

.time-badge[b-mjcj9owqdl] {
    background: rgba(255, 255, 255, 0.9);
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.order-content[b-mjcj9owqdl] {
    padding: 20px;
    background: #fff;
}

.order-image[b-mjcj9owqdl] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.order-meta[b-mjcj9owqdl] {
    background: rgba(248, 249, 250, 0.8);
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.action-button[b-mjcj9owqdl] {
    transition: all 0.3s ease;
}

.action-button:hover[b-mjcj9owqdl] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
} 
/* /Pages/Shop/Orders.razor.rz.scp.css */
.orders-gradient-bg[b-dwfe3ruub7] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    padding: 20px 0;
}

.orders-header[b-dwfe3ruub7] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.dashboard-card[b-dwfe3ruub7] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.18);
    height: 100%;
}

.dashboard-card:hover[b-dwfe3ruub7] {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.stats-card[b-dwfe3ruub7] {
    background: linear-gradient(135deg, var(--card-gradient));
    color: white;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
}

.stats-card:hover[b-dwfe3ruub7] {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.stats-card.primary[b-dwfe3ruub7] {
    --card-gradient: #667eea 0%, #764ba2 100%;
}

.stats-card.success[b-dwfe3ruub7] {
    --card-gradient: #4CAF50 0%, #45a049 100%;
}

.stats-card.warning[b-dwfe3ruub7] {
    --card-gradient: #FF9800 0%, #F57C00 100%;
}

.stats-card.info[b-dwfe3ruub7] {
    --card-gradient: #2196F3 0%, #1976D2 100%;
}

.order-expansion-panel[b-dwfe3ruub7] {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.order-status-new[b-dwfe3ruub7] {
    border-left: 4px solid #4CAF50;
}

.order-status-warning[b-dwfe3ruub7] {
    border-left: 4px solid #FF9800;
}

.order-status-danger[b-dwfe3ruub7] {
    border-left: 4px solid #F44336;
}

.order-status-delivered[b-dwfe3ruub7] {
    border-left: 4px solid #2196F3;
}

.quick-actions[b-dwfe3ruub7] {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
}

.metric-icon[b-dwfe3ruub7] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
}

.empty-state[b-dwfe3ruub7] {
    text-align: center;
    padding: 60px 20px;
    opacity: 0.7;
}

.filter-chips[b-dwfe3ruub7] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .orders-gradient-bg[b-dwfe3ruub7] {
        padding: 10px;
    }
    
    .dashboard-card[b-dwfe3ruub7] {
        margin-bottom: 16px;
    }
    
    .stats-card[b-dwfe3ruub7] {
        padding: 16px;
    }
    
    .metric-icon[b-dwfe3ruub7] {
        width: 40px;
        height: 40px;
    }
} 
/* /Pages/Shop/OrderTable.razor.rz.scp.css */
.orders-table-gradient-bg[b-jyh99df22n] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 20px 0;
}

.stat-card[b-jyh99df22n] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.stat-card:hover[b-jyh99df22n] {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.stat-card.primary[b-jyh99df22n] {
    border-left-color: #594ae2;
}

.stat-card.success[b-jyh99df22n] {
    border-left-color: #28a745;
}

.stat-card.warning[b-jyh99df22n] {
    border-left-color: #ffc107;
}

.stat-card.info[b-jyh99df22n] {
    border-left-color: #17a2b8;
}

.modern-data-grid[b-jyh99df22n] {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.modern-data-grid .mud-table-container[b-jyh99df22n] {
    border-radius: 16px;
}

.modern-data-grid .mud-table-head[b-jyh99df22n] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.modern-data-grid .mud-table-head .mud-table-cell[b-jyh99df22n] {
    color: white !important;
    font-weight: 600;
    border-bottom: none;
}

.modern-data-grid .mud-table-row:hover[b-jyh99df22n] {
    background-color: rgba(102, 126, 234, 0.05) !important;
}

.modern-data-grid .mud-table-row:nth-child(even)[b-jyh99df22n] {
    background-color: rgba(0, 0, 0, 0.02);
}

.modern-data-grid .mud-data-grid-toolbar[b-jyh99df22n] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 16px 24px;
}

.modern-data-grid .mud-data-grid-toolbar .mud-typography[b-jyh99df22n] {
    color: white !important;
}

.modern-data-grid .mud-data-grid-toolbar .mud-button[b-jyh99df22n] {
    color: white !important;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.modern-data-grid .mud-data-grid-toolbar .mud-button:hover[b-jyh99df22n] {
    background: rgba(255, 255, 255, 0.2);
}

.modern-data-grid .mud-data-grid-toolbar .mud-text-field[b-jyh99df22n] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.modern-data-grid .mud-data-grid-toolbar .mud-text-field .mud-input-root[b-jyh99df22n] {
    color: white !important;
}

.modern-data-grid .mud-data-grid-toolbar .mud-text-field .mud-input-label[b-jyh99df22n] {
    color: rgba(255, 255, 255, 0.8) !important;
}

.modern-data-grid .mud-data-grid-toolbar .mud-text-field .mud-input-adornment[b-jyh99df22n] {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Status Chips Styling */
.status-chip[b-jyh99df22n] {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.75rem;
}

/* Action Button Styling */
.action-button[b-jyh99df22n] {
    border-radius: 8px;
    font-weight: 600;
    text-transform: none;
    transition: all 0.3s ease;
}

.action-button:hover[b-jyh99df22n] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Card Animations */
@keyframes fadeInUp-b-jyh99df22n {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-card[b-jyh99df22n],
.modern-data-grid[b-jyh99df22n] {
    animation: fadeInUp-b-jyh99df22n 0.6s ease-out;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .orders-table-gradient-bg[b-jyh99df22n] {
        padding: 10px 0;
    }
    
    .stat-card[b-jyh99df22n] {
        padding: 16px;
        margin-bottom: 12px;
    }
    
    .modern-data-grid .mud-data-grid-toolbar[b-jyh99df22n] {
        padding: 12px 16px;
        flex-direction: column;
        gap: 12px;
    }
}

/* Loading State */
.loading-container[b-jyh99df22n] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Quick Actions Styling */
.quick-actions[b-jyh99df22n] {
    background: white;
    border-radius: 12px;
    padding: 16px 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Filter Row Styling */
.modern-data-grid .mud-data-grid-filter-row[b-jyh99df22n] {
    background: rgba(102, 126, 234, 0.05);
}

.modern-data-grid .mud-data-grid-filter-row .mud-table-cell[b-jyh99df22n] {
    border-bottom: 1px solid rgba(102, 126, 234, 0.1);
}

/* Pagination Styling */
.modern-data-grid .mud-table-pagination[b-jyh99df22n] {
    background: rgba(102, 126, 234, 0.02);
    border-top: 1px solid rgba(102, 126, 234, 0.1);
}

/* Select Column Styling */
.modern-data-grid .mud-table-cell.mud-table-cell-data.mud-table-cell-1[b-jyh99df22n] {
    width: 60px;
}

/* Improved Checkbox Styling */
.modern-data-grid .mud-checkbox[b-jyh99df22n] {
    color: #667eea;
}

.modern-data-grid .mud-checkbox.mud-checked[b-jyh99df22n] {
    color: #667eea;
}

/* Image Styling */
.order-item-image[b-jyh99df22n] {
    border-radius: 6px;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
}

.order-item-image:hover[b-jyh99df22n] {
    border-color: #667eea;
    transform: scale(1.05);
}

/* Status Select Dropdown */
.status-select .mud-select[b-jyh99df22n] {
    min-width: 140px;
}

.status-select .mud-select .mud-select-input[b-jyh99df22n] {
    padding: 6px 12px;
}

/* Tooltip Styling */
.mud-tooltip .mud-tooltip-content[b-jyh99df22n] {
    background: rgba(0, 0, 0, 0.9);
    color: white;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 0.875rem;
}

/* Button Group Styling */
.modern-data-grid .mud-button-group .mud-button[b-jyh99df22n] {
    border-radius: 6px;
    font-weight: 500;
    text-transform: none;
}

.modern-data-grid .mud-button-group .mud-button:first-child[b-jyh99df22n] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.modern-data-grid .mud-button-group .mud-button:last-child[b-jyh99df22n] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Enhanced Focus States */
.modern-data-grid .mud-table-row:focus-within[b-jyh99df22n] {
    background-color: rgba(102, 126, 234, 0.08) !important;
    outline: 2px solid #667eea;
    outline-offset: -2px;
}

/* Smooth Transitions */
*[b-jyh99df22n] {
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
} 
/* /Pages/Shop/Shop.razor.rz.scp.css */
/* Nur noch mobile-spezifische Verbesserungen beibehalten */

/* Mobile-spezifische Verbesserungen */
@media (max-width: 768px) {    
    /* Verbesserte Touch-Targets */
    .mud-appbar .mud-icon-button[b-ak1frlt1q3] {
        min-width: 48px;
        min-height: 48px;
    }
    
    /* Suchfeld optimiert für Mobile */
    .mud-appbar .mud-paper[b-ak1frlt1q3] {
        margin: 0 4px;
    }
    
    .mud-appbar .mud-textfield .mud-input[b-ak1frlt1q3] {
        font-size: 16px; /* Verhindert Zoom auf iOS */
    }
}

/* Sehr kleine Bildschirme */
@media (max-width: 480px) {
    .mud-appbar .mud-paper[b-ak1frlt1q3] {
        margin: 0 2px;
    }
    
    .mud-appbar .mud-icon-button[b-ak1frlt1q3] {
        min-width: 44px;
        min-height: 44px;
    }
}

/* High DPI / Retina Displays - bessere Touch-Targets */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    @media (max-width: 768px) {
        .mud-appbar .mud-icon-button[b-ak1frlt1q3] {
            min-width: 52px;
            min-height: 52px;
        }
    }
} 
/* /Pages/Shop/ShopCartDialog.razor.rz.scp.css */
.cart-dialog[b-nez6j7fqom] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.cart-header[b-nez6j7fqom] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    margin: -24px -24px 24px -24px;
    padding: 24px;
    border-radius: 12px 12px 0 0;
}

.cart-item[b-nez6j7fqom] {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cart-item:hover[b-nez6j7fqom] {
    transform: translateX(4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.cart-total[b-nez6j7fqom] {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    color: white;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.remove-btn[b-nez6j7fqom] {
    transition: all 0.2s ease;
    min-width: 40px;
    min-height: 40px;
}

.remove-btn:hover[b-nez6j7fqom] {
    transform: scale(1.1);
}

.remove-btn-mobile[b-nez6j7fqom] {
    transition: all 0.2s ease;
    min-width: 48px;
    min-height: 48px;
}

.remove-btn-mobile:hover[b-nez6j7fqom] {
    transform: scale(1.05);
}

.checkout-btn[b-nez6j7fqom] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transition: all 0.3s ease;
}

.checkout-btn:hover[b-nez6j7fqom] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.mobile-primary-btn[b-nez6j7fqom] {
    height: 56px;
    font-size: 1.1rem;
    font-weight: 600;
}

.empty-cart[b-nez6j7fqom] {
    text-align: center;
    padding: 40px 20px;
    opacity: 0.7;
}

.cart-quantity[b-nez6j7fqom] {
    background: rgba(102, 126, 234, 0.1);
    border-radius: 8px;
    padding: 4px 8px;
    font-weight: 600;
    color: #667eea;
}

/* Mobile-spezifische Optimierungen */
@media (max-width: 768px) {
    .cart-dialog[b-nez6j7fqom] {
        /* Dialog füllt mehr Bildschirmplatz aus */
        max-width: 95vw !important;
        max-height: 95vh !important;
        margin: 2.5vh auto;
    }
    
    .cart-item[b-nez6j7fqom] {
        margin: 12px 0;
        padding: 16px !important;
    }
    
    .cart-header[b-nez6j7fqom] {
        margin: -16px -16px 16px -16px;
        padding: 20px;
    }
    
    .cart-total[b-nez6j7fqom] {
        padding: 20px;
        border-radius: 16px;
    }
    
    .empty-cart[b-nez6j7fqom] {
        padding: 60px 20px;
    }
    
    /* Touch-optimierte Buttons */
    .mobile-primary-btn[b-nez6j7fqom] {
        height: 60px;
        font-size: 1.2rem;
        font-weight: 700;
        border-radius: 16px;
    }
    
    /* Verbesserte Lesbarkeit */
    .cart-item .mud-typography-h6[b-nez6j7fqom] {
        font-size: 1.1rem;
    }
    
    .cart-item .mud-typography-subtitle1[b-nez6j7fqom] {
        font-size: 1rem;
        line-height: 1.3;
    }
    
    .cart-item .mud-typography-body2[b-nez6j7fqom] {
        font-size: 0.9rem;
        line-height: 1.4;
    }
    
    /* Spacing-Verbesserungen für Mobile */
    .cart-item .mud-stack[b-nez6j7fqom] {
        gap: 12px;
    }
    
    /* Avatar-Verbesserungen für Mobile */
    .cart-item .mud-avatar[b-nez6j7fqom] {
        border: 2px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
}

/* Sehr kleine Bildschirme (< 480px) */
@media (max-width: 480px) {
    .cart-dialog[b-nez6j7fqom] {
        max-width: 100vw !important;
        max-height: 100vh !important;
        margin: 0;
        border-radius: 0 !important;
    }
    
    .cart-header[b-nez6j7fqom] {
        margin: -16px -16px 16px -16px;
        padding: 16px;
        border-radius: 0;
    }
    
    .cart-item[b-nez6j7fqom] {
        margin: 8px 0;
        padding: 12px !important;
        border-radius: 8px;
    }
    
    .cart-total[b-nez6j7fqom] {
        padding: 16px;
        border-radius: 12px;
    }
    
    .mobile-primary-btn[b-nez6j7fqom] {
        height: 56px;
        font-size: 1.1rem;
        border-radius: 12px;
    }
    
    /* Kompaktere Chips auf sehr kleinen Bildschirmen */
    .cart-item .mud-chip[b-nez6j7fqom] {
        height: 20px !important;
        font-size: 0.65rem !important;
    }
}

/* Landscape-Modus auf Smartphones */
@media (max-height: 500px) and (max-width: 900px) {
    .cart-dialog[b-nez6j7fqom] {
        max-height: 100vh !important;
        overflow-y: auto;
    }
    
    .cart-header[b-nez6j7fqom] {
        padding: 12px;
    }
    
    .empty-cart[b-nez6j7fqom] {
        padding: 30px 20px;
    }
}

/* High DPI / Retina Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .remove-btn-mobile[b-nez6j7fqom],
    .mobile-primary-btn[b-nez6j7fqom] {
        /* Bessere Touch-Targets auf High-DPI Displays */
        min-width: 50px;
        min-height: 50px;
    }
} 
/* /Pages/Shop/ShopItemCard.razor.rz.scp.css */
.shop-item-card[b-f4h2ogrpli] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

.shop-item-card:hover[b-f4h2ogrpli] {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.shop-item-card-compact[b-f4h2ogrpli] {
    transition: all 0.2s ease;
    border-radius: 12px;
    cursor: pointer;
}

.shop-item-card-compact:hover[b-f4h2ogrpli] {
    transform: translateX(4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.item-image[b-f4h2ogrpli] {
    transition: transform 0.3s ease;
}

.shop-item-card:hover .item-image[b-f4h2ogrpli] {
    transform: scale(1.05);
}

.price-tag[b-f4h2ogrpli] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.price-tag-free[b-f4h2ogrpli] {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
}

.add-cart-btn[b-f4h2ogrpli] {
    transition: all 0.2s ease;
}

.add-cart-btn:hover[b-f4h2ogrpli] {
    transform: scale(1.1);
}

.item-tags[b-f4h2ogrpli] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 8px;
}

.item-tag-chip[b-f4h2ogrpli] {
    font-size: 0.75rem;
    height: 24px;
    border-radius: 12px;
}

.out-of-stock[b-f4h2ogrpli] {
    opacity: 0.6;
    position: relative;
}

.out-of-stock[b-f4h2ogrpli]::after {
    content: "Nicht verfügbar";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(244, 67, 54, 0.9);
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: bold;
    z-index: 10;
}

@media (max-width: 768px) {
    .shop-item-card:hover[b-f4h2ogrpli] {
        transform: none;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }
    
    .item-tags[b-f4h2ogrpli] {
        margin-top: 4px;
    }
    
    .item-tag-chip[b-f4h2ogrpli] {
        font-size: 0.7rem;
        height: 20px;
    }
} 
/* /Pages/Shop/TableOverview.razor.rz.scp.css */
.tables-gradient-bg[b-u5pw8prqcc] {
    min-height: 100vh;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
    padding: 20px 0;
}

.stat-card[b-u5pw8prqcc] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.stat-card:hover[b-u5pw8prqcc] {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.stat-card.primary[b-u5pw8prqcc] {
    border-left-color: #ff7e5f;
}

.stat-card.success[b-u5pw8prqcc] {
    border-left-color: #28a745;
}

.stat-card.warning[b-u5pw8prqcc] {
    border-left-color: #ffc107;
}

.stat-card.info[b-u5pw8prqcc] {
    border-left-color: #17a2b8;
}

.modern-data-grid[b-u5pw8prqcc] {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.table-icon[b-u5pw8prqcc] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.table-icon.available[b-u5pw8prqcc] {
    background: linear-gradient(135deg, #56ab2f 0%, #a8e6cf 100%);
    color: white;
}

.table-icon.occupied[b-u5pw8prqcc] {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
}

.table-card[b-u5pw8prqcc] {
    transition: all 0.3s ease;
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.table-card:hover[b-u5pw8prqcc] {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15) !important;
}

.table-card.available[b-u5pw8prqcc] {
    border-left: 4px solid #28a745;
}

.table-card.occupied[b-u5pw8prqcc] {
    border-left: 4px solid #ff6b35;
}

.table-card-icon[b-u5pw8prqcc] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-card-icon.available[b-u5pw8prqcc] {
    background: linear-gradient(135deg, #56ab2f 0%, #a8e6cf 100%);
    color: white;
}

.table-card-icon.occupied[b-u5pw8prqcc] {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
}

/* Status indicators */
.status-dot[b-u5pw8prqcc] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.status-dot.available[b-u5pw8prqcc] {
    background: #28a745;
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.2);
}

.status-dot.occupied[b-u5pw8prqcc] {
    background: #ff6b35;
    box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.2);
}

/* Custom scrollbar for data grid */
.modern-data-grid [b-u5pw8prqcc]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.modern-data-grid [b-u5pw8prqcc]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.modern-data-grid [b-u5pw8prqcc]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.modern-data-grid [b-u5pw8prqcc]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Loading states */
.loading-overlay[b-u5pw8prqcc] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Responsive improvements */
@media (max-width: 768px) {
    .stat-card[b-u5pw8prqcc] {
        padding: 16px;
    }
    
    .tables-gradient-bg[b-u5pw8prqcc] {
        padding: 10px 0;
    }
    
    .table-icon[b-u5pw8prqcc] {
        width: 32px;
        height: 32px;
    }
}

/* Animation for status changes */
@keyframes statusPulse-b-u5pw8prqcc {
    0% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

.status-dot.available[b-u5pw8prqcc] {
    animation: statusPulse-b-u5pw8prqcc 2s infinite;
}

@keyframes occupiedPulse-b-u5pw8prqcc {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 107, 53, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 107, 53, 0);
    }
}

.status-dot.occupied[b-u5pw8prqcc] {
    animation: occupiedPulse-b-u5pw8prqcc 3s infinite;
} 
