/* /Pages/Auth/Login.razor.rz.scp.css */
.login-page[b-xdcqzmdbv1] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8B4513;
    padding: 0;
}

.mud-theme-dark .login-page[b-xdcqzmdbv1] {
    background: #FF8F00;
}

.login-box[b-xdcqzmdbv1] {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5vh 20vw;
    background: white;
    border-radius: 0;
    box-shadow: none;
}

.mud-theme-dark .login-box[b-xdcqzmdbv1] {
    background: #1e1e1e;
    box-shadow: none;
}

.logo-container[b-xdcqzmdbv1] {
    text-align: center;
    margin-bottom: 5vh;
}

.logo[b-xdcqzmdbv1] {
    width: 10vw;
    min-width: 100px;
    max-width: 150px;
    height: auto;
    object-fit: contain;
}

.login-title[b-xdcqzmdbv1] {
    text-align: center;
    margin-bottom: 5vh;
}

.login-title h2[b-xdcqzmdbv1] {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 1.5vh 0;
}

.mud-theme-dark .login-title h2[b-xdcqzmdbv1] {
    color: #ffffff;
}

.login-title p[b-xdcqzmdbv1] {
    font-size: clamp(14px, 1.5vw, 16px);
    color: #666;
    margin: 0;
}

.mud-theme-dark .login-title p[b-xdcqzmdbv1] {
    color: #999;
}

.login-form[b-xdcqzmdbv1] {
    display: flex;
    flex-direction: column;
    gap: 3vh;
    margin-bottom: 3vh;
    width: 100%;
    max-width: 500px;
}

.form-input[b-xdcqzmdbv1] {
    width: 100%;
}

.submit-btn[b-xdcqzmdbv1] {
    height: 6vh !important;
    min-height: 48px !important;
    border-radius: 8px !important;
    text-transform: none !important;
    font-size: clamp(15px, 1.5vw, 18px) !important;
    font-weight: 500 !important;
    margin-top: 2vh !important;
}

.secure-text[b-xdcqzmdbv1] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
    font-size: clamp(12px, 1.2vw, 14px);
    color: #999;
    margin-top: 3vh;
}

.secure-text .mud-icon-root[b-xdcqzmdbv1] {
    font-size: clamp(14px, 1.5vw, 16px) !important;
    color: #999 !important;
}
/* /Pages/Branches/BranchSelection.razor.rz.scp.css */
*[b-mwai0ei9lz] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.branch-selection-page[b-mwai0ei9lz] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Header Styles */
.selection-header[b-mwai0ei9lz] {
    background: linear-gradient(135deg, #6b4423 0%, #8b5a2b 100%);
    color: white;
    padding: 2rem 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.header-content[b-mwai0ei9lz] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.logo-section[b-mwai0ei9lz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    text-align: center;
}

.main-logo[b-mwai0ei9lz] {
    height: 80px;
    width: auto;
    margin-bottom: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    background: white;
    padding: 0.5rem;
}

.logo-section h1[b-mwai0ei9lz] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.subtitle[b-mwai0ei9lz] {
    font-size: 1.1rem;
    opacity: 0.9;
    font-weight: 400;
}

.language-switcher[b-mwai0ei9lz] {
    display: flex;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.25rem;
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.lang-btn[b-mwai0ei9lz] {
    padding: 0.5rem 1rem;
    border: none;
    background: transparent;
    color: white;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.lang-btn:hover[b-mwai0ei9lz] {
    background: rgba(255, 255, 255, 0.15);
}

.lang-btn.active[b-mwai0ei9lz] {
    background: white;
    color: #6b4423;
}

/* Loading State */
.loader-container[b-mwai0ei9lz] {
    text-align: center;
    padding: 4rem 1rem;
}

.coffee-spinner[b-mwai0ei9lz] {
    margin: 0 auto 2rem;
}

.cup[b-mwai0ei9lz] {
    font-size: 4rem;
    animation: bounce-b-mwai0ei9lz 1s infinite;
}

@keyframes bounce-b-mwai0ei9lz {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.loading-text[b-mwai0ei9lz] {
    font-size: 1.2rem;
    color: #6b4423;
    font-weight: 500;
}

/* Empty State */
.empty-state[b-mwai0ei9lz] {
    text-align: center;
    padding: 4rem 1rem;
}

.empty-icon[b-mwai0ei9lz] {
    font-size: 5rem;
    margin-bottom: 1rem;
}

.empty-state h2[b-mwai0ei9lz] {
    color: #6b4423;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.empty-state p[b-mwai0ei9lz] {
    color: #666;
    font-size: 1rem;
}

/* Branches Grid */
.branches-container[b-mwai0ei9lz] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    min-height: calc(100vh - 250px);
}

.branches-grid[b-mwai0ei9lz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

/* Branch Card */
.branch-card[b-mwai0ei9lz] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    overflow: hidden;
}

.branch-card[b-mwai0ei9lz]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #6b4423 0%, #8b5a2b 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.branch-card:hover[b-mwai0ei9lz] {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(107, 68, 35, 0.15);
    border-color: #6b4423;
}

.branch-card:hover[b-mwai0ei9lz]::before {
    transform: scaleX(1);
}

.branch-card:active[b-mwai0ei9lz] {
    transform: translateY(-4px);
}

/* Branch Icon */
.branch-icon[b-mwai0ei9lz] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 0.5rem;
}

.icon-circle[b-mwai0ei9lz] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #6b4423 0%, #8b5a2b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(107, 68, 35, 0.3);
    transition: transform 0.3s ease;
}

.branch-card:hover .icon-circle[b-mwai0ei9lz] {
    transform: rotate(10deg) scale(1.1);
}

.coffee-icon[b-mwai0ei9lz] {
    font-size: 2.5rem;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2));
}

.status-indicator[b-mwai0ei9lz] {
    position: absolute;
    top: -5px;
    right: 35%;
    background: white;
    border-radius: 50%;
    padding: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.status-dot[b-mwai0ei9lz] {
    display: block;
    width: 12px;
    height: 12px;
    background: #4caf50;
    border-radius: 50%;
    animation: pulse-b-mwai0ei9lz 2s infinite;
}

@keyframes pulse-b-mwai0ei9lz {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(0.95);
    }
}

/* Branch Info */
.branch-info[b-mwai0ei9lz] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.branch-name[b-mwai0ei9lz] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    text-align: center;
}

.branch-details[b-mwai0ei9lz] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.detail-item[b-mwai0ei9lz] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    transition: background 0.2s;
}

.detail-item:hover[b-mwai0ei9lz] {
    background: #e9ecef;
}

.detail-icon[b-mwai0ei9lz] {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.detail-text[b-mwai0ei9lz] {
    font-size: 0.95rem;
    color: #495057;
    line-height: 1.4;
    word-break: break-word;
}

/* Branch Action */
.branch-action[b-mwai0ei9lz] {
    margin-top: 0.5rem;
}

.select-btn[b-mwai0ei9lz] {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #6b4423 0%, #8b5a2b 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(107, 68, 35, 0.3);
}

.select-btn:hover[b-mwai0ei9lz] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(107, 68, 35, 0.4);
}

.select-btn:active[b-mwai0ei9lz] {
    transform: translateY(0);
}

.arrow[b-mwai0ei9lz] {
    font-size: 1.3rem;
    transition: transform 0.3s ease;
}

.branch-card:hover .arrow[b-mwai0ei9lz] {
    transform: translateX(5px);
}

/* Footer */
.selection-footer[b-mwai0ei9lz] {
    background: #2c3e50;
    color: white;
    text-align: center;
    padding: 1.5rem;
    margin-top: 2rem;
}

.selection-footer p[b-mwai0ei9lz] {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content[b-mwai0ei9lz] {
        flex-direction: column;
        text-align: center;
    }

    .logo-section h1[b-mwai0ei9lz] {
        font-size: 1.5rem;
    }

    .subtitle[b-mwai0ei9lz] {
        font-size: 1rem;
    }

    .main-logo[b-mwai0ei9lz] {
        height: 60px;
    }

    .branches-grid[b-mwai0ei9lz] {
        grid-template-columns: 1fr;
    }

    .branch-name[b-mwai0ei9lz] {
        font-size: 1.3rem;
    }

    .icon-circle[b-mwai0ei9lz] {
        width: 70px;
        height: 70px;
    }

    .coffee-icon[b-mwai0ei9lz] {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .selection-header[b-mwai0ei9lz] {
        padding: 1.5rem 1rem;
    }

    .logo-section h1[b-mwai0ei9lz] {
        font-size: 1.3rem;
    }

    .branches-container[b-mwai0ei9lz] {
        padding: 1rem;
    }

    .branch-card[b-mwai0ei9lz] {
        padding: 1.25rem;
    }

    .select-btn[b-mwai0ei9lz] {
        padding: 0.875rem;
        font-size: 1rem;
    }
}
/* /Pages/Order/Kiosk.razor.rz.scp.css */
.kiosk-order-app[b-3v2n5whu07] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    min-height: 100vh;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
}

/* Loading */
.loader-container[b-3v2n5whu07] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
}

.coffee-spinner[b-3v2n5whu07] {
    font-size: 5rem;
    animation: spin-b-3v2n5whu07 2s linear infinite;
}

@keyframes spin-b-3v2n5whu07 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.loading-text[b-3v2n5whu07] {
    color: #0891b2;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1rem;
}

/* Header */
.app-header[b-3v2n5whu07] {
    background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
    color: white;
    padding: 2rem 3rem;
    box-shadow: 0 4px 20px rgba(8, 145, 178, 0.2);
}

.header-top[b-3v2n5whu07] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.branch-section[b-3v2n5whu07] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.brand-logo[b-3v2n5whu07] {
    font-size: 4rem;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
}

.header-content h1[b-3v2n5whu07] {
    margin: 0 0 0.5rem 0;
    font-size: 2.5rem;
    font-weight: 700;
}

.header-content p[b-3v2n5whu07] {
    margin: 0 0 0.5rem 0;
    opacity: 0.95;
    font-size: 1.1rem;
}

.status-badge[b-3v2n5whu07] {
    background: rgba(255,255,255,0.25);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 1rem;
    display: inline-block;
    font-weight: 600;
}

/* Language Switcher */
.language-switcher[b-3v2n5whu07] {
    display: flex;
    gap: 0.5rem;
    background: rgba(255,255,255,0.2);
    border-radius: 12px;
    padding: 0.4rem;
}

.lang-btn[b-3v2n5whu07] {
    background: transparent;
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.lang-btn:hover[b-3v2n5whu07] {
    background: rgba(255,255,255,0.25);
}

.lang-btn.active[b-3v2n5whu07] {
    background: white;
    color: #0891b2;
}

/* Categories */
.categories[b-3v2n5whu07] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem 2rem;
    overflow-x: auto;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.categories[b-3v2n5whu07]::-webkit-scrollbar {
    height: 8px;
}

.categories[b-3v2n5whu07]::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.categories[b-3v2n5whu07]::-webkit-scrollbar-thumb {
    background: #0891b2;
    border-radius: 4px;
}

.category-card[b-3v2n5whu07] {
    background: #f8fafc;
    border: 2px solid transparent;
    padding: 0;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    min-width: 110px;
    overflow: hidden;
}

.category-card:hover[b-3v2n5whu07] {
    background: #e0f2fe;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(8, 145, 178, 0.15);
}

.category-card.active[b-3v2n5whu07] {
    background: linear-gradient(135deg, #0891b2, #06b6d4);
    color: white;
    border-color: #0891b2;
}

.category-image[b-3v2n5whu07] {
    width: 100%;
    height: 80px;
    overflow: hidden;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
}

.category-image img[b-3v2n5whu07] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-name[b-3v2n5whu07] {
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    font-weight: 600;
}

/* Menu Grid */
.menu-container[b-3v2n5whu07] {
    padding: 2rem;
    min-height: 60vh;
    padding-bottom: 150px;
}

.menu-grid[b-3v2n5whu07] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

.menu-item[b-3v2n5whu07] {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.menu-item:hover[b-3v2n5whu07] {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(8, 145, 178, 0.15);
}

.item-image[b-3v2n5whu07] {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-image img[b-3v2n5whu07] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-image.placeholder[b-3v2n5whu07] {
    background: linear-gradient(135deg, #e0f2fe, #bae6fd);
}

.placeholder-icon[b-3v2n5whu07] {
    font-size: 4rem;
    opacity: 0.4;
}

.item-content[b-3v2n5whu07] {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.item-content h3[b-3v2n5whu07] {
    margin: 0 0 0.5rem 0;
    font-size: 1.4rem;
    color: #0f172a;
    font-weight: 700;
}

.description[b-3v2n5whu07] {
    color: #64748b;
    font-size: 0.95rem;
    margin: 0 0 1rem 0;
    line-height: 1.5;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-footer[b-3v2n5whu07] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.price[b-3v2n5whu07] {
    color: #0891b2;
    font-weight: 700;
    font-size: 1.5rem;
}

.prep-time[b-3v2n5whu07] {
    background: #e0f2fe;
    color: #0891b2;
    padding: 0.4rem 0.8rem;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 600;
}

.item-actions[b-3v2n5whu07] {
    margin-top: auto;
}

.add-btn[b-3v2n5whu07] {
    width: 100%;
    background: linear-gradient(135deg, #0891b2, #06b6d4);
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 12px rgba(8, 145, 178, 0.3);
}

.add-btn:hover[b-3v2n5whu07] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(8, 145, 178, 0.4);
}

.quantity-controls[b-3v2n5whu07] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #0891b2, #06b6d4);
    border-radius: 12px;
    padding: 0.6rem 1rem;
}

.quantity-controls button[b-3v2n5whu07] {
    background: white;
    color: #0891b2;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.3rem;
    cursor: pointer;
    transition: all 0.2s;
}

.quantity-controls button:hover[b-3v2n5whu07] {
    background: #f0f9ff;
    transform: scale(1.1);
}

.quantity-controls span[b-3v2n5whu07] {
    color: white;
    font-weight: 700;
    font-size: 1.3rem;
}

/* Cart FAB */
.cart-fab[b-3v2n5whu07] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: linear-gradient(135deg, #0891b2, #06b6d4);
    color: white;
    border: none;
    padding: 1.5rem 2rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    cursor: pointer;
    box-shadow: 0 8px 30px rgba(8, 145, 178, 0.4);
    z-index: 1000;
    transition: all 0.3s;
}

.cart-fab:hover[b-3v2n5whu07] {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(8, 145, 178, 0.5);
}

.cart-icon[b-3v2n5whu07] {
    font-size: 2rem;
}

.cart-info[b-3v2n5whu07] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cart-count[b-3v2n5whu07] {
    font-size: 0.9rem;
    opacity: 0.95;
}

.cart-total[b-3v2n5whu07] {
    font-size: 1.4rem;
    font-weight: 700;
}

/* Cart Modal */
.cart-overlay[b-3v2n5whu07] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 2rem;
    backdrop-filter: blur(4px);
}

.cart-modal[b-3v2n5whu07] {
    background: white;
    border-radius: 24px;
    width: 100%;
    max-width: 600px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.cart-header[b-3v2n5whu07] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    border-bottom: 2px solid #f1f5f9;
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
}

.cart-header h2[b-3v2n5whu07] {
    margin: 0;
    font-size: 2rem;
    color: #0f172a;
    font-weight: 700;
}

.close-btn[b-3v2n5whu07] {
    background: none;
    border: none;
    font-size: 2.5rem;
    cursor: pointer;
    color: #64748b;
    transition: all 0.2s;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.close-btn:hover[b-3v2n5whu07] {
    background: #e0f2fe;
    color: #0891b2;
}

.cart-content[b-3v2n5whu07] {
    padding: 2rem;
    flex: 1;
    overflow-y: auto;
}

.cart-item[b-3v2n5whu07] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.cart-item-info h4[b-3v2n5whu07] {
    margin: 0 0 0.3rem 0;
    font-size: 1.2rem;
    color: #0f172a;
    font-weight: 600;
}

.cart-item-info p[b-3v2n5whu07] {
    margin: 0;
    color: #0891b2;
    font-weight: 600;
}

.cart-item-controls[b-3v2n5whu07] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.qty-controls[b-3v2n5whu07] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #e0f2fe;
    border-radius: 20px;
    padding: 0.3rem;
}

.qty-controls button[b-3v2n5whu07] {
    background: white;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    color: #0891b2;
    transition: all 0.2s;
}

.qty-controls button:hover[b-3v2n5whu07] {
    background: #0891b2;
    color: white;
}

.qty-controls span[b-3v2n5whu07] {
    color: #0891b2;
    font-weight: 700;
    min-width: 30px;
    text-align: center;
}

.item-total[b-3v2n5whu07] {
    font-weight: 700;
    color: #0891b2;
    font-size: 1.1rem;
}

.car-section[b-3v2n5whu07] {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #f1f5f9;
}

.car-section h3[b-3v2n5whu07] {
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
    color: #0f172a;
    font-weight: 600;
}

.car-inputs[b-3v2n5whu07] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.car-inputs input[b-3v2n5whu07],
.car-section textarea[b-3v2n5whu07] {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.2s;
    font-family: inherit;
}

.car-inputs input:focus[b-3v2n5whu07],
.car-section textarea:focus[b-3v2n5whu07] {
    border-color: #0891b2;
    outline: none;
    background: #f0f9ff;
}

.car-section textarea[b-3v2n5whu07] {
    resize: vertical;
    min-height: 80px;
}

.cart-footer[b-3v2n5whu07] {
    padding: 2rem;
    border-top: 2px solid #f1f5f9;
    background: #f8fafc;
}

.total-section[b-3v2n5whu07] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.total-section strong[b-3v2n5whu07] {
    color: #0891b2;
    font-size: 1.8rem;
    font-weight: 700;
}

.place-order-btn[b-3v2n5whu07] {
    width: 100%;
    background: linear-gradient(135deg, #0891b2, #06b6d4);
    color: white;
    border: none;
    padding: 1.3rem;
    border-radius: 12px;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(8, 145, 178, 0.3);
}

.place-order-btn:hover:not(:disabled)[b-3v2n5whu07] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(8, 145, 178, 0.4);
}

.place-order-btn:disabled[b-3v2n5whu07] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Success Modal */
.success-overlay[b-3v2n5whu07] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3000;
    padding: 2rem;
    backdrop-filter: blur(8px);
}

.success-modal[b-3v2n5whu07] {
    background: white;
    border-radius: 30px;
    padding: 3rem;
    max-width: 650px;
    box-shadow: 0 25px 80px rgba(0,0,0,0.3);
}

.success-header[b-3v2n5whu07] {
    text-align: center;
    margin-bottom: 2rem;
}

.success-icon[b-3v2n5whu07] {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 3.5rem;
    font-weight: 700;
}

.success-header h2[b-3v2n5whu07] {
    color: #0f172a;
    margin: 0;
    font-size: 2.5rem;
    font-weight: 700;
}

.order-info[b-3v2n5whu07] {
    text-align: center;
    margin-bottom: 2rem;
}

.order-number[b-3v2n5whu07] {
    font-size: 2rem;
    font-weight: 700;
    color: #0891b2;
    margin-bottom: 0.5rem;
}

.order-time[b-3v2n5whu07] {
    font-size: 1.3rem;
    color: #64748b;
}

.qr-section[b-3v2n5whu07] {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 2rem;
}

.qr-section h3[b-3v2n5whu07] {
    margin: 0 0 0.5rem 0;
    font-size: 1.6rem;
    color: #0f172a;
    font-weight: 700;
}

.qr-section p[b-3v2n5whu07] {
    margin: 0 0 1.5rem 0;
    color: #64748b;
    font-size: 1.1rem;
}

.qr-container[b-3v2n5whu07] {
    display: flex;
    justify-content: center;
}

.qr-code[b-3v2n5whu07] {
    width: 300px;
    height: 300px;
    border: 5px solid #0891b2;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(8, 145, 178, 0.2);
}

.done-btn[b-3v2n5whu07] {
    width: 100%;
    background: linear-gradient(135deg, #0891b2, #06b6d4);
    color: white;
    border: none;
    padding: 1.3rem;
    border-radius: 12px;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(8, 145, 178, 0.3);
}

.done-btn:hover[b-3v2n5whu07] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(8, 145, 178, 0.4);
}

/* Empty State */
.empty-state[b-3v2n5whu07] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-icon[b-3v2n5whu07] {
    font-size: 5rem;
    margin-bottom: 1rem;
    opacity: 0.4;
}

.empty-state h3[b-3v2n5whu07] {
    color: #0f172a;
    margin: 0 0 0.5rem 0;
    font-size: 1.8rem;
}

.empty-state p[b-3v2n5whu07] {
    color: #64748b;
    font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .menu-grid[b-3v2n5whu07] {
        grid-template-columns: 1fr;
    }

    .cart-fab[b-3v2n5whu07] {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
    }
}

/* Header - Change from cyan to brown/gold */
.app-header[b-3v2n5whu07] {
    background: linear-gradient(135deg, #8B4513 0%, #D2691E 100%);
    color: white;
    padding: 2rem 3rem;
    box-shadow: 0 4px 20px rgba(139, 69, 19, 0.2);
}

/* Loading screen background */
.loader-container[b-3v2n5whu07] {
    background: linear-gradient(135deg, #FFFEF7 0%, #F5E6D3 100%);
}

.loading-text[b-3v2n5whu07] {
    color: #8B4513;
}

/* Language buttons */
.lang-btn.active[b-3v2n5whu07] {
    background: white;
    color: #8B4513;
}

/* Categories */
.category-card.active[b-3v2n5whu07] {
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    color: white;
    border-color: #D4AF37;
}

.category-card:hover[b-3v2n5whu07] {
    background: #FFFEF7;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.15);
}

/* Menu items */
.menu-item:hover[b-3v2n5whu07] {
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.15);
}

.price[b-3v2n5whu07] {
    color: #D4AF37;
}

.prep-time[b-3v2n5whu07] {
    background: #FFFEF7;
    color: #8B4513;
}

/* Add button */
.add-btn[b-3v2n5whu07] {
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.add-btn:hover[b-3v2n5whu07] {
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

/* Quantity controls */
.quantity-controls[b-3v2n5whu07] {
    background: linear-gradient(135deg, #D4AF37, #B8860B);
}

.quantity-controls button[b-3v2n5whu07] {
    color: #D4AF37;
}

.quantity-controls button:hover[b-3v2n5whu07] {
    background: #FFFEF7;
}

/* Cart FAB */
.cart-fab[b-3v2n5whu07] {
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.4);
}

.cart-fab:hover[b-3v2n5whu07] {
    box-shadow: 0 12px 40px rgba(212, 175, 55, 0.5);
}

/* Cart Modal Header */
.cart-header[b-3v2n5whu07] {
    background: linear-gradient(135deg, #FFFEF7, #F5E6D3);
}

.close-btn:hover[b-3v2n5whu07] {
    background: #FFFEF7;
    color: #D4AF37;
}

/* Quantity controls in cart */
.qty-controls[b-3v2n5whu07] {
    background: #FFFEF7;
}

.qty-controls button:hover[b-3v2n5whu07] {
    background: #D4AF37;
}

.qty-controls span[b-3v2n5whu07] {
    color: #D4AF37;
}

.item-total[b-3v2n5whu07] {
    color: #D4AF37;
}

/* Place order button */
.place-order-btn[b-3v2n5whu07] {
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.place-order-btn:hover:not(:disabled)[b-3v2n5whu07] {
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

/* Success modal */
.success-icon[b-3v2n5whu07] {
    background: linear-gradient(135deg, #D4AF37, #B8860B);
}

.order-number[b-3v2n5whu07] {
    color: #D4AF37;
}

.qr-section[b-3v2n5whu07] {
    background: linear-gradient(135deg, #FFFEF7, #F5E6D3);
}

.qr-code[b-3v2n5whu07] {
    border: 5px solid #D4AF37;
    box-shadow: 0 10px 40px rgba(212, 175, 55, 0.2);
}

.done-btn[b-3v2n5whu07] {
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.done-btn:hover[b-3v2n5whu07] {
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}
/* /Pages/Order/Order.razor.rz.scp.css */
.order-app[b-s4ajftg1jn] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    min-height: 100vh;
}

/* Screen reader only content */
.sr-only[b-s4ajftg1jn] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Loading */
.loader-container[b-s4ajftg1jn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #f8f9fa;
}

.coffee-spinner[b-s4ajftg1jn] {
    animation: spin-b-s4ajftg1jn 2s linear infinite;
    font-size: 3rem;
    margin-bottom: 1rem;
}

@keyframes spin-b-s4ajftg1jn {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text[b-s4ajftg1jn] {
    color: #666;
    font-size: 1rem;
}

/* Location */
.location-container[b-s4ajftg1jn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 2rem;
    text-align: center;
    background: #f8f9fa;
}

.location-icon[b-s4ajftg1jn] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.location-btn[b-s4ajftg1jn] {
    background: #007bff;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 1rem;
    transition: background 0.2s;
}

.location-btn:hover[b-s4ajftg1jn],
.location-btn:focus[b-s4ajftg1jn] {
    background: #0056b3;
    outline: 2px solid #0056b3;
    outline-offset: 2px;
}

/* Header */
.app-header[b-s4ajftg1jn] {
    background: linear-gradient(135deg, #8B4513, #D2691E);
    color: white;
    padding: 1.5rem 1rem;
}

.header-top[b-s4ajftg1jn] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.header-content h1[b-s4ajftg1jn] {
    margin: 0 0 0.5rem 0;
    font-size: 1.8rem;
    font-weight: 700;
}

.header-content p[b-s4ajftg1jn] {
    margin: 0 0 1rem 0;
    opacity: 0.9;
    font-size: 0.9rem;
}

.status-badge[b-s4ajftg1jn] {
    background: rgba(255,255,255,0.2);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    display: inline-block;
}

/* Language Switcher */
.language-switcher[b-s4ajftg1jn] {
    display: flex;
    gap: 0.25rem;
    background: rgba(255,255,255,0.15);
    border-radius: 8px;
    padding: 0.25rem;
}

.lang-btn[b-s4ajftg1jn] {
    background: transparent;
    color: white;
    border: none;
    padding: 0.5rem 0.8rem;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 40px;
}

.lang-btn:hover[b-s4ajftg1jn],
.lang-btn:focus[b-s4ajftg1jn] {
    background: rgba(255,255,255,0.2);
    outline: 2px solid rgba(255,255,255,0.5);
    outline-offset: -2px;
}

.lang-btn.active[b-s4ajftg1jn] {
    background: white;
    color: #8B4513;
}

/* Categories with Images */
.categories[b-s4ajftg1jn] {
    display: flex;
    gap: 0.75rem;
    padding: 1rem;
    overflow-x: auto;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    scrollbar-width: thin;
    scrollbar-color: #8B4513 #f8f9fa;
}

.categories[b-s4ajftg1jn]::-webkit-scrollbar {
    height: 6px;
}

.categories[b-s4ajftg1jn]::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.categories[b-s4ajftg1jn]::-webkit-scrollbar-thumb {
    background: #8B4513;
    border-radius: 3px;
}

.category-card[b-s4ajftg1jn] {
    background: #f8f9fa;
    border: 2px solid transparent;
    padding: 0;
    border-radius: 12px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    min-width: 80px;
    overflow: hidden;
}

.category-card:hover[b-s4ajftg1jn],
.category-card:focus[b-s4ajftg1jn] {
    background: #e9ecef;
    transform: translateY(-2px);
    outline: 2px solid #8B4513;
    outline-offset: 2px;
}

.category-card.active[b-s4ajftg1jn] {
    background: #8B4513;
    color: white;
    border-color: #7a3d10;
}

.category-image[b-s4ajftg1jn] {
    width: 100%;
    height: 60px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.category-image img[b-s4ajftg1jn] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-name[b-s4ajftg1jn] {
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.category-card.active .category-name[b-s4ajftg1jn] {
    color: white;
}

/* Menu */
.menu-container[b-s4ajftg1jn] {
    padding: 1rem;
    background: #f8f9fa;
    min-height: 60vh;
    padding-bottom: 100px;
}

.menu-item[b-s4ajftg1jn] {
    background: white;
    border-radius: 16px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.menu-item:hover[b-s4ajftg1jn],
.menu-item:focus-within[b-s4ajftg1jn] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

.item-image[b-s4ajftg1jn] {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.item-image img[b-s4ajftg1jn] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.menu-item:hover .item-image img[b-s4ajftg1jn] {
    transform: scale(1.05);
}

.item-content[b-s4ajftg1jn] {
    padding: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.item-info[b-s4ajftg1jn] {
    flex: 1;
}

.item-info h3[b-s4ajftg1jn] {
    margin: 0 0 0.5rem 0;
    font-size: 1.2rem;
    color: #333;
    font-weight: 600;
    line-height: 1.3;
}

.description[b-s4ajftg1jn] {
    color: #666;
    font-size: 0.9rem;
    margin: 0 0 0.8rem 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-meta[b-s4ajftg1jn] {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.price[b-s4ajftg1jn] {
    color: #8B4513;
    font-weight: 700;
    font-size: 1.2rem;
}

.time[b-s4ajftg1jn] {
    color: #666;
    font-size: 0.8rem;
    background: #f8f9fa;
    padding: 0.3rem 0.6rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.time[b-s4ajftg1jn]::before {
    content: "⏱️";
    font-size: 0.7rem;
}

.item-controls[b-s4ajftg1jn] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.add-btn[b-s4ajftg1jn] {
    background: #28a745;
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.2);
}

.add-btn:hover[b-s4ajftg1jn],
.add-btn:focus[b-s4ajftg1jn] {
    background: #218838;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    outline: 2px solid #218838;
    outline-offset: 2px;
}

.quantity-controls[b-s4ajftg1jn] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: #8B4513;
    border-radius: 25px;
    padding: 0.5rem 0.8rem;
    box-shadow: 0 2px 8px rgba(139, 69, 19, 0.2);
}

.quantity-controls button[b-s4ajftg1jn] {
    background: white;
    color: #8B4513;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-controls button:hover[b-s4ajftg1jn],
.quantity-controls button:focus[b-s4ajftg1jn] {
    background: #f8f9fa;
    transform: scale(1.1);
    outline: 2px solid white;
    outline-offset: 2px;
}

.quantity-controls span[b-s4ajftg1jn] {
    color: white;
    font-weight: 600;
    min-width: 24px;
    text-align: center;
    font-size: 1rem;
}

/* Cart FAB */
.cart-fab[b-s4ajftg1jn] {
    position: fixed;
    bottom: 1.5rem;
    right: 1rem;
    left: 1rem;
    max-width: 380px;
    margin: 0 auto;
    background: #28a745;
    color: white;
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(40, 167, 69, 0.3);
    z-index: 1000;
    transition: all 0.2s ease;
}

.cart-fab:hover[b-s4ajftg1jn],
.cart-fab:focus[b-s4ajftg1jn] {
    background: #218838;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(40, 167, 69, 0.4);
    outline: 2px solid #218838;
    outline-offset: 2px;
}

.cart-fab .cart-icon[b-s4ajftg1jn] {
    font-size: 1.2rem;
}

.cart-count[b-s4ajftg1jn] {
    background: #dc3545;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    margin-left: 0.5rem;
}

.cart-total[b-s4ajftg1jn] {
    font-size: 1rem;
    font-weight: 700;
}

/* Cart Modal */
.cart-overlay[b-s4ajftg1jn] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 1rem;
}

.cart-modal[b-s4ajftg1jn] {
    background: white;
    border-radius: 16px;
    width: 100%;
    max-width: 400px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
}

.cart-header[b-s4ajftg1jn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #eee;
}

.cart-header h2[b-s4ajftg1jn] {
    margin: 0;
    color: #333;
}

.close-btn[b-s4ajftg1jn] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
    width: 30px;
    height: 30px;
    transition: color 0.2s;
}

.close-btn:hover[b-s4ajftg1jn],
.close-btn:focus[b-s4ajftg1jn] {
    color: #333;
    outline: 2px solid #333;
    outline-offset: 2px;
    border-radius: 4px;
}

.cart-content[b-s4ajftg1jn] {
    padding: 1rem;
    flex: 1;
    overflow-y: auto;
}

.cart-item[b-s4ajftg1jn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.cart-item:last-child[b-s4ajftg1jn] {
    border-bottom: none;
}

.cart-item-info h4[b-s4ajftg1jn] {
    margin: 0 0 0.2rem 0;
    font-size: 1rem;
}

.cart-item-info p[b-s4ajftg1jn] {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
}

.cart-item-controls[b-s4ajftg1jn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.qty-controls[b-s4ajftg1jn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #f8f9fa;
    border-radius: 20px;
    padding: 0.2rem;
}

.qty-controls button[b-s4ajftg1jn] {
    background: white;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.2s;
}

.qty-controls button:hover[b-s4ajftg1jn],
.qty-controls button:focus[b-s4ajftg1jn] {
    background: #e9ecef;
    outline: 2px solid #333;
    outline-offset: 2px;
}

.item-total[b-s4ajftg1jn] {
    font-weight: 600;
    color: #28a745;
}

.car-section[b-s4ajftg1jn] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
}

.car-section h3[b-s4ajftg1jn] {
    margin: 0 0 1rem 0;
    color: #333;
}

.car-inputs[b-s4ajftg1jn] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.car-inputs label[b-s4ajftg1jn],
.car-section > label[b-s4ajftg1jn] {
    display: block;
}

.car-inputs input[b-s4ajftg1jn],
.car-section textarea[b-s4ajftg1jn] {
    width: 100%;
    padding: 0.7rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.9rem;
    transition: border-color 0.2s;
}

.car-inputs input:focus[b-s4ajftg1jn],
.car-section textarea:focus[b-s4ajftg1jn] {
    border-color: #8B4513;
    outline: 2px solid #8B4513;
    outline-offset: 0;
}

.car-section textarea[b-s4ajftg1jn] {
    resize: vertical;
    min-height: 60px;
}

.cart-footer[b-s4ajftg1jn] {
    padding: 1.5rem;
    border-top: 1px solid #eee;
    background: #f8f9fa;
}

.total[b-s4ajftg1jn] {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: #333;
}

.place-order-btn[b-s4ajftg1jn] {
    width: 100%;
    background: #28a745;
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.place-order-btn:hover:not(:disabled)[b-s4ajftg1jn],
.place-order-btn:focus:not(:disabled)[b-s4ajftg1jn] {
    background: #218838;
    outline: 2px solid #218838;
    outline-offset: 2px;
}

.place-order-btn:disabled[b-s4ajftg1jn] {
    background: #ccc;
    cursor: not-allowed;
}

/* Success Modal */
.success-overlay[b-s4ajftg1jn] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3000;
    padding: 1rem;
}

.success-modal[b-s4ajftg1jn] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    max-width: 300px;
}

.success-icon[b-s4ajftg1jn] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.success-modal h2[b-s4ajftg1jn] {
    color: #28a745;
    margin-bottom: 1rem;
}

.success-modal button[b-s4ajftg1jn] {
    background: #007bff;
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 1rem;
    transition: all 0.2s;
}

.success-modal button:hover[b-s4ajftg1jn],
.success-modal button:focus[b-s4ajftg1jn] {
    background: #0056b3;
    outline: 2px solid #0056b3;
    outline-offset: 2px;
}

.empty-state[b-s4ajftg1jn] {
    text-align: center;
    padding: 2rem;
    color: #666;
}

/* Responsive improvements */
@media (max-width: 380px) {
    .car-inputs[b-s4ajftg1jn] {
        grid-template-columns: 1fr;
    }

    .header-top[b-s4ajftg1jn] {
        flex-direction: column;
    }

    .language-switcher[b-s4ajftg1jn] {
        width: 100%;
        justify-content: center;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .category-card[b-s4ajftg1jn],
    .menu-item[b-s4ajftg1jn],
    .add-btn[b-s4ajftg1jn],
    .cart-fab[b-s4ajftg1jn] {
        border: 2px solid currentColor;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    *[b-s4ajftg1jn],
    *[b-s4ajftg1jn]::before,
    *[b-s4ajftg1jn]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Header */
.track-header[b-s4ajftg1jn] {
    background: linear-gradient(135deg, #8B4513, #D2691E);
}

/* Other gold/brown updates as needed */
.time-estimate[b-s4ajftg1jn] {
    color: #D4AF37 !important;
}
/* /Pages/Order/OrderTrack.razor.rz.scp.css */
/* Tracking Page Styles */
.track-app[b-r3gsdwfoyi] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    min-height: 100vh;
}

/* Header */
.track-header[b-r3gsdwfoyi] {
    background: linear-gradient(135deg, #8B4513, #D2691E);
    color: white;
    padding: 2rem 1rem 1.5rem;
}

.header-content[b-r3gsdwfoyi] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.order-info h1[b-r3gsdwfoyi] {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.branch-info[b-r3gsdwfoyi] {
    margin: 0 0 0.25rem 0;
    opacity: 0.9;
    font-size: 0.9rem;
}

.order-time[b-r3gsdwfoyi] {
    margin: 0;
    opacity: 0.8;
    font-size: 0.8rem;
}

.status-badge[b-r3gsdwfoyi] {
    background: rgba(255,255,255,0.2);
    padding: 0.5rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    white-space: nowrap;
}

.status-icon[b-r3gsdwfoyi] {
    font-size: 1rem;
}

/* Progress Bar */
.progress-container[b-r3gsdwfoyi] {
    background: white;
    padding: 1.5rem 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.progress-bar[b-r3gsdwfoyi] {
    width: 100%;
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.progress-fill[b-r3gsdwfoyi] {
    height: 100%;
    background: linear-gradient(90deg, #28a745, #20c997);
    border-radius: 3px;
    transition: width 0.5s ease;
}

.progress-steps[b-r3gsdwfoyi] {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.step[b-r3gsdwfoyi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.step.active[b-r3gsdwfoyi] {
    opacity: 1;
}

.step-icon[b-r3gsdwfoyi] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    border: 2px solid #e9ecef;
}

.step.active .step-icon[b-r3gsdwfoyi] {
    background: #28a745;
    color: white;
    border-color: #28a745;
}

.step span[b-r3gsdwfoyi] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #666;
}

.step.active span[b-r3gsdwfoyi] {
    color: #333;
    font-weight: 600;
}

/* Status Message */
.status-message[b-r3gsdwfoyi] {
    background: #f8f9fa;
    padding: 1.5rem;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
}

.status-message h3[b-r3gsdwfoyi] {
    margin: 0 0 0.8rem 0;
    color: #333;
    font-size: 1.2rem;
}

.status-message p[b-r3gsdwfoyi] {
    margin: 0 0 0.5rem 0;
    color: #666;
    line-height: 1.4;
}

.time-estimate[b-r3gsdwfoyi] {
    color: #8B4513 !important;
    font-weight: 600;
    font-size: 1rem;
}

.car-info[b-r3gsdwfoyi] {
    background: rgba(139, 69, 19, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    margin-top: 0.5rem;
    color: #8B4513 !important;
    font-weight: 500;
}

/* Order Items */
.order-items[b-r3gsdwfoyi] {
    padding: 1.5rem;
    background: white;
}

.order-items h3[b-r3gsdwfoyi] {
    margin: 0 0 1rem 0;
    color: #333;
    font-size: 1.1rem;
}

.order-item[b-r3gsdwfoyi] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.order-item:last-child[b-r3gsdwfoyi] {
    border-bottom: none;
}

.item-header[b-r3gsdwfoyi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.3rem;
}

.quantity[b-r3gsdwfoyi] {
    background: #8B4513;
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    min-width: 30px;
    text-align: center;
}

.name[b-r3gsdwfoyi] {
    font-weight: 600;
    color: #333;
}

.instructions[b-r3gsdwfoyi] {
    margin: 0;
    font-size: 0.85rem;
    color: #8B4513;
    font-style: italic;
}

.price[b-r3gsdwfoyi] {
    font-weight: 600;
    color: #28a745;
    font-size: 1rem;
}

.order-total[b-r3gsdwfoyi] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid #e9ecef;
    text-align: right;
    font-size: 1.2rem;
    color: #333;
}

/* Action Buttons */
.action-buttons[b-r3gsdwfoyi] {
    padding: 1rem;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.action-buttons button[b-r3gsdwfoyi] {
    padding: 1rem;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.cancel-btn[b-r3gsdwfoyi] {
    background: #dc3545;
    color: white;
}

.cancel-btn:hover:not(:disabled)[b-r3gsdwfoyi] {
    background: #c82333;
}

.refresh-btn[b-r3gsdwfoyi] {
    background: #17a2b8;
    color: white;
}

.refresh-btn:hover:not(:disabled)[b-r3gsdwfoyi] {
    background: #138496;
}

.new-order-btn[b-r3gsdwfoyi] {
    background: #28a745;
    color: white;
}

.new-order-btn:hover:not(:disabled)[b-r3gsdwfoyi] {
    background: #218838;
}

.action-buttons button:disabled[b-r3gsdwfoyi] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Order Notes */
.order-notes[b-r3gsdwfoyi] {
    padding: 1rem;
    background: white;
    border-top: 1px solid #e9ecef;
}

.order-notes h4[b-r3gsdwfoyi] {
    margin: 0 0 0.5rem 0;
    color: #333;
    font-size: 1rem;
}

.order-notes p[b-r3gsdwfoyi] {
    margin: 0;
    color: #666;
    line-height: 1.4;
    font-style: italic;
}

/* Modal */
.modal-overlay[b-r3gsdwfoyi] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 1rem;
}

.modal-content[b-r3gsdwfoyi] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    max-width: 300px;
    width: 100%;
}

.modal-content h3[b-r3gsdwfoyi] {
    margin: 0 0 1rem 0;
    color: #333;
}

.modal-content p[b-r3gsdwfoyi] {
    margin: 0 0 1.5rem 0;
    color: #666;
}

.modal-buttons[b-r3gsdwfoyi] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.modal-btn[b-r3gsdwfoyi] {
    padding: 0.8rem 1rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.cancel-confirm[b-r3gsdwfoyi] {
    background: #dc3545;
    color: white;
}

.cancel-confirm:hover:not(:disabled)[b-r3gsdwfoyi] {
    background: #c82333;
}

.modal-btn:not(.cancel-confirm)[b-r3gsdwfoyi] {
    background: #f8f9fa;
    color: #333;
    border: 1px solid #dee2e6;
}

.modal-btn:not(.cancel-confirm):hover[b-r3gsdwfoyi] {
    background: #e9ecef;
}

/* Error State */
.error-container[b-r3gsdwfoyi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 2rem;
    text-align: center;
    background: #f8f9fa;
}

.error-icon[b-r3gsdwfoyi] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.error-container h2[b-r3gsdwfoyi] {
    margin: 0 0 1rem 0;
    color: #333;
}

.error-container p[b-r3gsdwfoyi] {
    margin: 0 0 2rem 0;
    color: #666;
}

.retry-btn[b-r3gsdwfoyi],
.home-btn[b-r3gsdwfoyi] {
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    margin: 0.4rem;
}

.retry-btn[b-r3gsdwfoyi] {
    background: #007bff;
    color: white;
}

.home-btn[b-r3gsdwfoyi] {
    background: #28a745;
    color: white;
}

.retry-btn:hover[b-r3gsdwfoyi] {
    background: #0056b3;
}

.home-btn:hover[b-r3gsdwfoyi] {
    background: #218838;
}

/* Loading (reuse from order page) */
.loader-container[b-r3gsdwfoyi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #f8f9fa;
}

.coffee-spinner[b-r3gsdwfoyi] {
    animation: spin-b-r3gsdwfoyi 2s linear infinite;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.loading-text[b-r3gsdwfoyi] {
    color: #666;
    font-size: 1rem;
}

@keyframes spin-b-r3gsdwfoyi {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .track-app[b-r3gsdwfoyi] {
        max-width: 100%;
    }

    .header-content[b-r3gsdwfoyi] {
        flex-direction: column;
        gap: 1rem;
    }

    .status-badge[b-r3gsdwfoyi] {
        align-self: flex-start;
    }
}
/* /Pages/Pos/POS.razor.rz.scp.css */
.pos-container[b-y40rnxeqti] {
    height: 100vh;
    padding: 8px !important;
    background-color: var(--mud-palette-background);
    display: flex;
    flex-direction: column;
}

.pos-header[b-y40rnxeqti] {
    background-color: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-divider);
    margin: 16px 0;
    flex-shrink: 0;
}

.pos-main-grid[b-y40rnxeqti] {
    flex-grow: 1;
    margin: 0 !important;
}

.pos-section[b-y40rnxeqti] {
    background-color: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-divider);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pos-section-header[b-y40rnxeqti] {
    background-color: var(--mud-palette-primary);
    padding: 16px;
    border-bottom: 1px solid var(--mud-palette-divider);
    flex-shrink: 0;
}

.section-title[b-y40rnxeqti] {
    color: #FFFFFF !important;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
}

.queue-scroll-container[b-y40rnxeqti] {
    flex-grow: 1;
    overflow-y: auto;
    padding: 16px;
    max-height: calc(100vh - 300px);
}

.queue-card[b-y40rnxeqti] {
    background-color: var(--mud-palette-surface);
    border: 2px solid var(--mud-palette-divider);
    transition: all 0.3s ease;
    border-radius: 12px;
}

.queue-card:hover[b-y40rnxeqti] {
    border-color: var(--mud-palette-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.queue-card.selected[b-y40rnxeqti] {
    border-color: var(--mud-palette-primary);
    background-color: var(--mud-palette-primary-hover);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.car-info-section[b-y40rnxeqti] {
    display: flex;
    align-items: center;
    margin: 8px 0;
    padding: 8px 12px;
    background-color: var(--mud-palette-primary-hover);
    border-radius: 8px;
    border-left: 3px solid var(--mud-palette-primary);
}

.empty-queue[b-y40rnxeqti] {
    text-align: center;
    padding: 60px 20px;
}

.order-details-content[b-y40rnxeqti] {
    padding: 24px;
    flex-grow: 1;
    overflow-y: auto;
}

.info-card[b-y40rnxeqti] {
    background-color: var(--mud-palette-primary-hover);
    padding: 16px;
    border-radius: 12px;
    border-left: 4px solid var(--mud-palette-primary);
}

.order-items-section[b-y40rnxeqti] {
    margin-bottom: 24px;
}

.order-item-card[b-y40rnxeqti] {
    background-color: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-divider);
    border-left: 4px solid var(--mud-palette-primary);
    border-radius: 8px;
}

.order-summary[b-y40rnxeqti] {
    background-color: var(--mud-palette-primary-hover);
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--mud-palette-primary);
}

.action-buttons-grid[b-y40rnxeqti] {
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.action-button[b-y40rnxeqti] {
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.action-button:hover[b-y40rnxeqti] {
    transform: translateY(-2px);
}

.empty-selection[b-y40rnxeqti] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.empty-selection-content[b-y40rnxeqti] {
    text-align: center;
    padding: 40px;
}

.pos-footer[b-y40rnxeqti] {
    background-color: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-divider);
    flex-shrink: 0;
}

.stats-container[b-y40rnxeqti] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 16px 24px;
}

.stat-item[b-y40rnxeqti] {
    text-align: center;
    padding: 12px;
    background-color: var(--mud-palette-action-hover);
    border-radius: 12px;
    border: 1px solid var(--mud-palette-divider);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .pos-main-grid .mud-item:first-child[b-y40rnxeqti] {
        order: 2;
    }
    .pos-main-grid .mud-item:last-child[b-y40rnxeqti] {
        order: 1;
    }
}

/* Touch optimizations */
@media (pointer: coarse) {
    .queue-card[b-y40rnxeqti] {
        min-height: 120px;
    }

    .action-button[b-y40rnxeqti] {
        height: 80px;
        font-size: 18px;
    }

    .pos-section-header[b-y40rnxeqti] {
        padding: 20px;
    }
}

/* Dark mode specific adjustments */
@media (prefers-color-scheme: dark) {
    .queue-card:hover[b-y40rnxeqti],
    .queue-card.selected[b-y40rnxeqti] {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }
}

.queue-card.overdue[b-y40rnxeqti] {
    border-left: 4px solid #f44336;
    background-color: #ffebee;
    animation: pulse-red-b-y40rnxeqti 2s infinite;
}

@keyframes pulse-red-b-y40rnxeqti {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(244, 67, 54, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(244, 67, 54, 0);
    }
}
/* /Pages/Users/UsersList.razor.rz.scp.css */
/* User Management Styles */
.loading-container[b-kevivd30fs], .error-container[b-kevivd30fs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
}

.summary-cards-row[b-kevivd30fs] {
    margin-bottom: 24px;
}

.summary-card[b-kevivd30fs] {
    height: 100%;
    border-radius: 12px;
    transition: transform 0.2s ease;
}

.summary-card:hover[b-kevivd30fs] {
    transform: translateY(-2px);
}

.summary-card-content[b-kevivd30fs] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px !important;
}

.summary-icon[b-kevivd30fs] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.summary-info[b-kevivd30fs] {
    flex: 1;
}

.summary-label[b-kevivd30fs] {
    color: #64748b;
    font-weight: 500;
}

.summary-value[b-kevivd30fs] {
    font-weight: 600;
    color: #1e293b;
}

.info-card[b-kevivd30fs] {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.card-header-custom[b-kevivd30fs] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
}

.header-content[b-kevivd30fs] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-icon[b-kevivd30fs] {
    color: #6366f1;
}

.enhanced-field[b-kevivd30fs] {
    margin-bottom: 16px;
}

.field-label[b-kevivd30fs] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 0.875rem;
}

.field-icon[b-kevivd30fs] {
    color: #6366f1;
}

.field-value[b-kevivd30fs] {
    color: #1e293b;
    font-weight: 500;
}

.field-value-with-status[b-kevivd30fs] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.security-stat[b-kevivd30fs] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 8px;
}

.roles-container[b-kevivd30fs] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.role-chip-large[b-kevivd30fs] {
    margin: 4px;
}

.empty-state-small[b-kevivd30fs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.claim-item[b-kevivd30fs] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.claim-content[b-kevivd30fs] {
    flex: 1;
}

.claim-type[b-kevivd30fs] {
    font-weight: 500;
    color: #1e293b;
}

.claim-value[b-kevivd30fs] {
    color: #64748b;
}

.dialog-title-header[b-kevivd30fs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.title-content[b-kevivd30fs] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.title-icon[b-kevivd30fs] {
    color: #6366f1;
    font-size: 1.5rem;
}

.title-text[b-kevivd30fs] {
    font-weight: 600;
    color: #1e293b;
}

.subtitle-text[b-kevivd30fs] {
    color: #64748b;
}

.status-badges[b-kevivd30fs] {
    display: flex;
    gap: 8px;
}

.status-chip-header[b-kevivd30fs] {
    font-weight: 500;
}

.dialog-actions-custom[b-kevivd30fs] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.action-button[b-kevivd30fs] {
    min-width: 120px;
}
