/* /Components/Layout/MainLayout.razor.rz.scp.css */
:root[b-0zp31jx4dr] {
    --accent: #f02823;
    --accent-hover: #d61f1a;
    --accent-rgb: 240, 40, 35;
    --surface: #ffffff;
    --surface-alt: #f5f7f9;
    --border-color: #e3e7eb;
    --text-soft: #5a5f69;
    --radius-sm: 6px;
    --radius-md: 10px;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
    --header-dark-bg: #1a1d21;
}

.page[b-0zp31jx4dr] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: linear-gradient(140deg,#fafbfc 0%,#f3f5f7 50%,#eef1f5 100%);
    position: relative;
}

.mobile-sidebar[b-0zp31jx4dr] {
    width: 280px;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #f5f7f9 100%);
    color: #1f2328;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: -4px 0 12px rgba(0,0,0,0.15);
    transition: transform .3s cubic-bezier(.4,0,.2,1);
    z-index: 90;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    border-left: 1px solid var(--border-color);
}

.mobile-sidebar-open .mobile-sidebar[b-0zp31jx4dr] {
    transform: translateX(0);
}

.mobile-sidebar-overlay[b-0zp31jx4dr] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    z-index: 89;
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: opacity .3s ease;
}

.mobile-sidebar-open .mobile-sidebar-overlay[b-0zp31jx4dr] {
    display: block;
    opacity: 1;
}

.mobile-sidebar-content[b-0zp31jx4dr] {
    padding: 1rem;
    padding-top: 5rem;
}

.mobile-sidebar-section[b-0zp31jx4dr] {
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color);
}

.mobile-sidebar-section:last-child[b-0zp31jx4dr] {
    border-bottom: none;
}

.mobile-sidebar-section .text-muted[b-0zp31jx4dr] {
    color: var(--text-soft) !important;
}

.main-container[b-0zp31jx4dr] {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
}

.site-header[b-0zp31jx4dr] {
    background: var(--header-dark-bg);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: var(--shadow-md);
}

.header-top[b-0zp31jx4dr] {
    background: #f02823;
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
}

.header-top .container-fluid[b-0zp31jx4dr] {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.header-logo[b-0zp31jx4dr] {
    flex: 0 0 auto;
}

.logo-img[b-0zp31jx4dr] {
    height: 14px;
    width: auto;
    display: block;
}

.header-actions[b-0zp31jx4dr] {
    flex: 0 0 auto;
}

.header-actions .btn-link[b-0zp31jx4dr] {
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
}

.header-actions .btn-link:hover[b-0zp31jx4dr] {
    text-decoration: underline;
    opacity: 0.9;
}

.header-actions .small[b-0zp31jx4dr] {
    font-size: 0.875rem;
}

.mobile-menu-toggle[b-0zp31jx4dr] {
    background: transparent;

    color: white;
    font-size: 1.5rem;
    padding: 0.5rem 0.75rem;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    width: 2.75rem;
    height: 2.75rem;
}

.mobile-menu-toggle:hover[b-0zp31jx4dr] {
    background: rgba(255,255,255,0.1);
}

.mobile-menu-toggle:active[b-0zp31jx4dr] {
    background: rgba(255,255,255,0.15);
}

.toggle-icon[b-0zp31jx4dr] {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.hamburger-icon[b-0zp31jx4dr] {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
}

.close-icon[b-0zp31jx4dr] {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
    font-size: 2rem;
}

.mobile-sidebar-open .hamburger-icon[b-0zp31jx4dr] {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.mobile-sidebar-open .close-icon[b-0zp31jx4dr] {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
}

.header-water[b-0zp31jx4dr] {
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    overflow: hidden;
    background: #23272d;
}

.water-img[b-0zp31jx4dr] {
    width: 100%;
    height: 8px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.header-nav[b-0zp31jx4dr] {
    background: #ffffff;
    border-bottom: 1px solid var(--border-color);
}

.header-nav .container-fluid[b-0zp31jx4dr] {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.content[b-0zp31jx4dr] {
    padding: 1.5rem 0.75rem 2rem;
    animation: fadeIn-b-0zp31jx4dr .3s ease;
    flex: 1;
}

@keyframes fadeIn-b-0zp31jx4dr {
    from { opacity:0; transform: translateY(10px); }
    to { opacity:1; transform: translateY(0); }
}

@media (max-width: 575.98px) {
    .header-top[b-0zp31jx4dr] {
        height: 50px;
        padding: 0;
    }

    .header-top .container-fluid[b-0zp31jx4dr] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    
    .header-nav .container-fluid[b-0zp31jx4dr] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    
    .content[b-0zp31jx4dr] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    .logo-img[b-0zp31jx4dr] {
        height: 14px;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .header-top .container-fluid[b-0zp31jx4dr] {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    
    .header-nav .container-fluid[b-0zp31jx4dr] {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    
    .content[b-0zp31jx4dr] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media (min-width: 992px) {
    .header-top[b-0zp31jx4dr] {
        height: 80px;
        padding: 0;
    }
    
    .header-top .container-fluid[b-0zp31jx4dr] {
        height: 100%;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    .header-top .d-flex[b-0zp31jx4dr] {
        height: 100%;
    }
    
    .logo-img[b-0zp31jx4dr] {
        height: 24px;
    }
    
    .water-img[b-0zp31jx4dr] {
        height: 10px;
    }
    
    .header-water[b-0zp31jx4dr] {
        border-top-width: 4px;
        border-bottom-width: 4px;
    }
    
    .header-nav[b-0zp31jx4dr] {
        height: 50px;
        display: flex;
        align-items: center;
    }
    
    .header-nav .container-fluid[b-0zp31jx4dr] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    .content[b-0zp31jx4dr] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .header-actions .btn-link[b-0zp31jx4dr] {
        font-size: 0.9rem;
    }
    
    .header-actions .small[b-0zp31jx4dr] {
        font-size: 0.9rem;
    }
}

@media (min-width: 1400px) {
    .header-top .container-fluid[b-0zp31jx4dr],
    .header-nav .container-fluid[b-0zp31jx4dr] {
        max-width: 1400px;
        margin: 0 auto;
    }
}

.admin-dropdown[b-0zp31jx4dr] {
    position: relative;
}

.admin-dropdown button[b-0zp31jx4dr] {
    cursor: pointer;
    font-weight: 500;
    font-size: 0.875rem;
    text-decoration: none;
}

.admin-dropdown button:hover[b-0zp31jx4dr] {
    text-decoration: none;
    opacity: 0.9;
}

.admin-dropdown-menu[b-0zp31jx4dr] {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.5rem;
    background: white;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    z-index: 1000;
    border: 1px solid var(--border-color);
}

.admin-dropdown-open .admin-dropdown-menu[b-0zp31jx4dr] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.admin-dropdown-item[b-0zp31jx4dr] {
    display: block;
    padding: 0.625rem 1rem;
    color: #1f2328;
    text-decoration: none;
    font-size: 0.875rem;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid var(--border-color);
}

.admin-dropdown-item:first-child[b-0zp31jx4dr] {
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
}

.admin-dropdown-item:last-child[b-0zp31jx4dr] {
    border-bottom: none;
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
}

.admin-dropdown-item:hover[b-0zp31jx4dr] {
    background-color: var(--surface-alt);
    color: var(--accent);
}

@media (min-width: 992px) {
    .admin-dropdown button[b-0zp31jx4dr] {
        font-size: 0.9rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
:root[b-udo7wz6lzl] {
    --accent: #f02823;
    --accent-hover: #d61f1a;
}

.nav-scrollable[b-udo7wz6lzl] {
    display: block;
    max-height: none;
    overflow-y: visible;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.nav[b-udo7wz6lzl] {
    padding: 0.5rem 0;
}

.nav-section[b-udo7wz6lzl] {
    margin-bottom: 1rem;
}

.nav-section-title[b-udo7wz6lzl] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.7;
    padding: 0.5rem 0.75rem;
    color: #5a5f69;
    font-weight: 600;
}

.nav-item[b-udo7wz6lzl] {
    font-size: 0.9rem;
    padding: 0.25rem 0.75rem;
    -webkit-tap-highlight-color: transparent;
}

.nav-item:first-of-type[b-udo7wz6lzl] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-udo7wz6lzl] {
    padding-bottom: 0.5rem;
}

.nav-item[b-udo7wz6lzl]  .nav-link {
    color: #1f2328;
    background: transparent;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    height: auto;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    padding: 0.6rem 0.85rem;
    width: 100%;
    transition: all 0.2s ease;
    font-weight: 500;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    border-left: 3px solid transparent;
}

.nav-item[b-udo7wz6lzl]  .nav-link:hover {
    background: transparent;
    color: #1f2328;
    border-left: 3px solid #1f2328;
    transform: translateX(2px);
}

.nav-item[b-udo7wz6lzl]  .nav-link:active {
    background: transparent;
}

.nav-item[b-udo7wz6lzl]  a.active {
    background: transparent;
    color: var(--accent);
    border-left: 3px solid var(--accent);
    font-weight: 600;
}

.nav-item[b-udo7wz6lzl]  a.active:hover {
    background: transparent;
    color: var(--accent-hover);
    border-left: 3px solid var(--accent-hover);
    transform: translateX(2px);
}

.bi[b-udo7wz6lzl], svg[b-udo7wz6lzl] {
    margin-right: 0.65rem;
    flex-shrink: 0;
}

.text-warning[b-udo7wz6lzl] {
    color: #ffa500 !important;
}

.small[b-udo7wz6lzl] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

@media (min-width: 992px) {

    .header-nav .nav-scrollable[b-udo7wz6lzl] {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    
    .header-nav .nav-scrollable[b-udo7wz6lzl]::-webkit-scrollbar {
        height: 4px;
    }
    
    .header-nav .nav-scrollable[b-udo7wz6lzl]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.05);
    }
    
    .header-nav .nav-scrollable[b-udo7wz6lzl]::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.15);
        border-radius: 2px;
    }
    
    .header-nav .nav[b-udo7wz6lzl] {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        flex-wrap: nowrap;
        padding: 0.5rem 0 0.25rem 0;
    }
    
    .header-nav .nav-section[b-udo7wz6lzl] {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    
    .header-nav .nav-section-title[b-udo7wz6lzl] {
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
        margin: 0;
        white-space: nowrap;
        border-right: 1px solid rgba(0, 0, 0, 0.15);
        padding-right: 0.75rem;
        color: #5a5f69;
        opacity: 0.8;
    }
    
    .header-nav .nav-item[b-udo7wz6lzl] {
        padding: 0;
        margin: 0;
        font-size: 0.9rem;
    }
    
    .header-nav .nav-item[b-udo7wz6lzl]  .nav-link {
        min-height: auto;
        padding: 0.4rem 0.75rem 0.15rem 0.75rem;
        white-space: nowrap;
        width: auto;
        color: #1f2328;
        font-size: 0.9rem;
        border-bottom: 3px solid transparent;
        border-left: none;
        border-radius: 0;
    }
    
    .header-nav .nav-item[b-udo7wz6lzl]  .nav-link:hover {
        transform: translateY(-1px);
        background: transparent;
        color: #1f2328;
        border-bottom: 3px solid #1f2328;
        border-left: none;
    }
    
    .header-nav .nav-item[b-udo7wz6lzl]  a.active {
        background: transparent;
        color: var(--accent);
        border-bottom: 3px solid var(--accent);
        border-left: none;
    }
    
    .header-nav .nav-item[b-udo7wz6lzl]  a.active:hover {
        transform: translateY(-1px);
        background: transparent;
        color: var(--accent-hover);
        border-bottom: 3px solid var(--accent-hover);
        border-left: none;
    }
}

@media (min-width: 1400px) {
    .header-nav .nav[b-udo7wz6lzl] {
        gap: 1.25rem;
        padding: 0.55rem 0 0.3rem 0;
    }
    
    .header-nav .nav-section[b-udo7wz6lzl] {
        gap: 0.75rem;
    }
    
    .header-nav .nav-section-title[b-udo7wz6lzl] {
        font-size: 0.75rem;
    }
    
    .header-nav .nav-item[b-udo7wz6lzl] {
        font-size: 0.95rem;
    }
    
    .header-nav .nav-item[b-udo7wz6lzl]  .nav-link {
        padding: 0.2rem 1rem;
        font-size: 0.95rem;
    }
}
/* /Components/Pages/AdminMenuCreate.razor.rz.scp.css */
[b-u9cywaxtbq] .btn-primary:focus,
[b-u9cywaxtbq] .btn-primary:active:focus,
[b-u9cywaxtbq] .btn-outline-primary:focus,
[b-u9cywaxtbq] .btn-outline-primary:active:focus,
[b-u9cywaxtbq] .btn-outline-secondary:focus,
[b-u9cywaxtbq] .btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

[b-u9cywaxtbq] .btn-primary {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

[b-u9cywaxtbq] .btn-primary:hover {
    background-color: #0b5ed7 !important;
    border-color: #0a58ca !important;
}

[b-u9cywaxtbq] .btn-primary:active {
    background-color: #0a58ca !important;
    border-color: #0a53be !important;
}

[b-u9cywaxtbq] .btn-outline-primary:active {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    color: #fff !important;
}

[b-u9cywaxtbq] .btn-outline-secondary:active {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #fff !important;
}
/* /Components/Pages/AdminMenuPdf.razor.rz.scp.css */
.pdf-generator-page[b-w1z5zfv381] {
    max-width: 820px;
}

.generator-card[b-w1z5zfv381] {
    border: 1px solid var(--border-color, #dee2e6);
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
}

.pdf-tabs .nav-link[b-w1z5zfv381] {
    color: var(--text-secondary);
    font-weight: 500;
}

.pdf-tabs .nav-link.active[b-w1z5zfv381] {
    color: var(--accent);
    font-weight: 600;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero-background[b-02ulcueix3] {
    position: relative;
    background-image: url('/media/background-optimized.jpg'); /* Fallback */
    background-image: 
        image-set(
            url('/media/background.webp') type('image/webp'),
            url('/media/background-optimized.jpg') type('image/jpeg')
        );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    border-radius: 1rem;
    margin-bottom: 2rem;
    overflow: hidden;
}

.hero-background[b-02ulcueix3]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}

.hero-content[b-02ulcueix3] {
    position: relative;
    z-index: 2;
    color: white;
    padding: 3rem 2rem;
    text-align: center;
}

.hero-content h1[b-02ulcueix3],
.hero-content p[b-02ulcueix3] {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.ship-card[b-02ulcueix3] {
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #e3e7eb;
}

.ship-card:hover[b-02ulcueix3] {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(240, 40, 35, 0.15) !important;
    border-color: #f02823;
}

.ship-icon[b-02ulcueix3] {
    color: #f02823;
}

.home-page-container[b-02ulcueix3] {
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media (max-width: 576px) {
    .home-page-container[b-02ulcueix3] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .hero-background[b-02ulcueix3] {
        min-height: 200px;
    }

    .hero-content[b-02ulcueix3] {
        padding: 2rem 1rem;
    }

    .ship-card .card-body[b-02ulcueix3] {
        padding: 1rem !important;
    }

    .ship-card .ship-icon[b-02ulcueix3] {
        width: 40px;
        height: 40px;
    }

    .ship-card .card-title[b-02ulcueix3] {
        font-size: 0.95rem;
    }

    .ship-card .card-text[b-02ulcueix3] {
        font-size: 0.75rem;
    }
}

@media (min-width: 992px) {
    .home-page-container[b-02ulcueix3] {
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 1400px) {
    .home-page-container[b-02ulcueix3] {
        max-width: 1400px;
        margin: 0 auto;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.btn-blue[b-ftvo50t8bh] {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
}

    .btn-blue:hover[b-ftvo50t8bh] {
        background-color: #0b5ed7;
        color: white;
        border-color: #0a58ca;
    }
/* /Components/Pages/MenuPage.razor.rz.scp.css */
.menu-page-container[b-tmw9xk37dd] {
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.menu-header-card[b-tmw9xk37dd] {
    background: linear-gradient(135deg, #f02823 0%, #d61f1a 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(240, 40, 35, 0.25);
}

.menu-title[b-tmw9xk37dd] {
    font-size: 1.35rem;
    font-weight: 600;
}

.ship-name[b-tmw9xk37dd] {
    font-size: 1rem;
}

.allergen-disclaimer[b-tmw9xk37dd] {
    font-size: 0.8rem;
    line-height: 1.3;
    font-style: italic;
}

.allergen-sidebar[b-tmw9xk37dd] {
    position: sticky;
    top: 10rem;
    background: #ffffff;
    border: 1px solid #e3e7eb;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    max-height: calc(100vh - 11rem);
    overflow-y: auto;
}

.allergen-sidebar-title[b-tmw9xk37dd] {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #5a5f69;
    letter-spacing: 0.5px;
}

.allergen-mobile-card[b-tmw9xk37dd] {
    border-radius: 8px;
    border: 1px solid #e3e7eb;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.allergen-mobile-title[b-tmw9xk37dd] {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

[b-tmw9xk37dd] .active-menu {
    border: 2px solid #f02823 !important;
    box-shadow: 0 4px 15px rgba(240,40,35,0.3) !important;
}

.position-relative[b-tmw9xk37dd]  .overlay.loading-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.7);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    z-index: 20;
}

@media (max-width: 575px) {
    .menu-page-container[b-tmw9xk37dd] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .menu-title[b-tmw9xk37dd] {
        font-size: 1.1rem;
    }

    .ship-name[b-tmw9xk37dd] {
        font-size: 0.9rem;
    }

    .allergen-disclaimer[b-tmw9xk37dd] {
        font-size: 0.7rem;
    }
}

@media (min-width: 992px) {
    .menu-page-container[b-tmw9xk37dd] {
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .allergen-sidebar[b-tmw9xk37dd] {
        top: 11rem;
        max-height: calc(100vh - 8.5rem);
    }
}

@media (min-width: 1200px) {
    .allergen-sidebar[b-tmw9xk37dd] {
        top: 11rem;
        max-height: calc(100vh - 9rem);
    }
}

@media (min-width: 1400px) {
    .menu-page-container[b-tmw9xk37dd] {
        max-width: 1400px;
        margin: 0 auto;
    }
}
/* /Components/Shared/AllergenLegend.razor.rz.scp.css */
.allergen-legend-list[b-dmbo9jz48v] {
    margin: 0;
    padding: 0;
}

.allergen-item[b-dmbo9jz48v] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.4rem;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s ease, opacity 0.15s ease;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.allergen-item:hover[b-dmbo9jz48v] {
    background: #f3f5f7;
}

.allergen-item.excluded[b-dmbo9jz48v] {
    opacity: 0.4;
    text-decoration: line-through;
}

.allergen-img[b-dmbo9jz48v] {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
    filter: brightness(0) saturate(100%);
    transform: scale(1.1);
    transform-origin: center;
}

.allergen-img.grayscale[b-dmbo9jz48v] {
    filter: grayscale(1) opacity(0.6) brightness(0) saturate(100%);
}

.allergen-name[b-dmbo9jz48v] {
    flex: 1;
    line-height: 1.4;
}

/* Mobile responsive styles */
@media (max-width: 575px) {
    .allergen-item[b-dmbo9jz48v] {
        padding: 0.25rem 0.3rem;
        font-size: 0.75rem;
        gap: 0.3rem;
        margin-bottom: 0.2rem;
    }

    .allergen-img[b-dmbo9jz48v] {
        width: 20px;
        height: 20px;
    }

    .allergen-name[b-dmbo9jz48v] {
        font-size: 0.75rem;
    }
}

/* Tablet styles */
@media (min-width: 576px) and (max-width: 991px) {
    .allergen-item[b-dmbo9jz48v] {
        padding: 0.3rem 0.35rem;
        font-size: 0.8rem;
    }

    .allergen-img[b-dmbo9jz48v] {
        width: 22px;
        height: 22px;
    }
}

/* Desktop styles */
@media (min-width: 992px) {
    .allergen-item[b-dmbo9jz48v] {
        padding: 0.35rem 0.4rem;
        font-size: 0.875rem;
    }

    .allergen-img[b-dmbo9jz48v] {
        width: 28px;
        height: 28px;
    }
}
/* /Components/Shared/LanguageSelector.razor.rz.scp.css */
.language-switcher .btn[b-05ihu9tvmo] {
    border-color: #e3e7eb;
    color: #5a5f69;
    background: #ffffff;
    transition: all 0.2s ease;
    font-size: 0.875rem;
    padding: 0.4rem 0.75rem;
}

.header-top .language-switcher .btn[b-05ihu9tvmo] {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.header-top .language-switcher .btn:hover[b-05ihu9tvmo] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

.header-top .language-switcher .btn:focus[b-05ihu9tvmo] {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.mobile-sidebar .language-switcher .btn[b-05ihu9tvmo] {
    background: #ffffff;
    border-color: #e3e7eb;
    color: #5a5f69;
}

.mobile-sidebar .language-switcher .btn:hover[b-05ihu9tvmo] {
    background: #f5f7f9;
    border-color: #d0d5dd;
    color: #1f2328;
}

.mobile-sidebar .language-switcher .btn:focus[b-05ihu9tvmo] {
    box-shadow: 0 0 0 0.2rem rgba(240, 40, 35, 0.25);
    background: #f5f7f9;
    color: #1f2328;
}

.language-menu[b-05ihu9tvmo] {
    border: 1px solid #e3e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 0.25rem;
}

.language-menu .dropdown-item[b-05ihu9tvmo] {
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    transition: background 0.2s ease;
    font-size: 0.875rem;
    color: #1f2328;
}

.language-menu .dropdown-item:hover[b-05ihu9tvmo] {
    background: #f5f7f9;
}

.language-menu .dropdown-item.active[b-05ihu9tvmo] {
    background: rgba(240, 40, 35, 0.1);
    color: #f02823;
    font-weight: 600;
}

.bi-check2[b-05ihu9tvmo] {
    color: #f02823 !important;
}

.mobile-sidebar .language-switcher .btn[b-05ihu9tvmo] {
    width: 100%;
    justify-content: center;
}

@media (max-width: 575px) {
    .language-switcher .btn[b-05ihu9tvmo] {
        font-size: 0.8rem;
        padding: 0.35rem 0.6rem;
    }

    .language-menu .dropdown-item[b-05ihu9tvmo] {
        font-size: 0.8rem;
        padding: 0.4rem 0.6rem;
    }
}
/* /Components/Shared/MenuDetailsList.razor.rz.scp.css */
.card[b-tf2haz6r9g] {
    border: 1px solid #e3e7eb;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.card-title[b-tf2haz6r9g] {
    color: #1f2328;
    font-weight: 600;
}

.list-unstyled li[b-tf2haz6r9g] {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #1f2328;
}

h5[b-tf2haz6r9g] {
    color: #f02823;
    font-size: 1.15rem;
    font-weight: 600;
}

hr[b-tf2haz6r9g] {
    border-color: #e3e7eb;
    opacity: 0.6;
}

.allergen-img-small[b-tf2haz6r9g] {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-left: 3px;
    vertical-align: middle;
    transition: filter .15s ease;
    filter: brightness(0) saturate(100%);
    transform: scale(1.1);
    transform-origin: center;
}

.excluded-dish[b-tf2haz6r9g] {
    opacity: 0.5;
    text-decoration: line-through;
}

.excluded-dish .allergen-img-small[b-tf2haz6r9g] {
    filter: grayscale(1) opacity(.6) brightness(0) saturate(100%);
}

.disclaimer-dish[b-tf2haz6r9g] {
    margin-top: 2rem;
}

.disclaimer-text[b-tf2haz6r9g] {
    font-style: italic;
}

@media (max-width: 575px) {
    .card-title[b-tf2haz6r9g] {
        font-size: 1.1rem;
    }

    h5[b-tf2haz6r9g] {
        font-size: 0.95rem;
    }

    .list-unstyled li[b-tf2haz6r9g] {
        font-size: 0.8rem;
        line-height: 1.5;
        margin-bottom: 0.5rem !important;
    }

    .allergen-img-small[b-tf2haz6r9g] {
        width: 16px;
        height: 16px;
        margin-left: 2px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .card-title[b-tf2haz6r9g] {
        font-size: 1.2rem;
    }

    h5[b-tf2haz6r9g] {
        font-size: 1.05rem;
    }

    .list-unstyled li[b-tf2haz6r9g] {
        font-size: 0.9rem;
    }

    .allergen-img-small[b-tf2haz6r9g] {
        width: 18px;
        height: 18px;
    }
}

@media (min-width: 992px) {
    .card-title[b-tf2haz6r9g] {
        font-size: 1.35rem;
    }

    h5[b-tf2haz6r9g] {
        font-size: 1.15rem;
    }

    .list-unstyled li[b-tf2haz6r9g] {
        font-size: 0.95rem;
    }
}
/* /Components/Shared/MenuList.razor.rz.scp.css */
:root[b-wv3xm4o24u] {
    --accent: #f02823;
    --accent-hover: #d61f1a;
}

.top-row[b-wv3xm4o24u] {
    min-height: 3.5rem;
    background: linear-gradient(135deg, rgba(240, 40, 35, 0.95) 0%, rgba(214, 31, 26, 0.95) 100%);
    backdrop-filter: blur(10px);
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-wv3xm4o24u] {
    font-size: 1.15rem;
    font-weight: 600;
    color: #ffffff !important;
    letter-spacing: 0.3px;
    user-select: none;
}

.nav-scrollable[b-wv3xm4o24u] {
    display: block;
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.nav-scrollable[b-wv3xm4o24u]::-webkit-scrollbar {
    width: 6px;
}

.nav-scrollable[b-wv3xm4o24u]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.nav-scrollable[b-wv3xm4o24u]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.nav-scrollable[b-wv3xm4o24u]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

.nav[b-wv3xm4o24u] {
    padding: 0.5rem 0;
}

.nav-item[b-wv3xm4o24u] {
    font-size: 0.9rem;
    padding: 0.25rem 0.75rem;
    -webkit-tap-highlight-color: transparent;
}

.nav-item:first-of-type[b-wv3xm4o24u] {
    padding-top: 0.75rem;
}

.nav-item:last-of-type[b-wv3xm4o24u] {
    padding-bottom: 0.75rem;
}

.nav-item[b-wv3xm4o24u]  .nav-link {
    color: rgba(255, 255, 255, 0.85);
    background: transparent;
    border: none;
    border-radius: 6px;
    height: auto;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    padding: 0.6rem 0.85rem;
    width: 100%;
    transition: all 0.2s ease;
    font-weight: 500;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.nav-item[b-wv3xm4o24u]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    transform: translateX(2px);
}

.nav-item[b-wv3xm4o24u]  .nav-link:active {
    background: rgba(255, 255, 255, 0.15);
}

.nav-item[b-wv3xm4o24u]  a.active {
    background: linear-gradient(90deg, var(--accent) 0%, rgba(240, 40, 35, 0.8) 100%);
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(240, 40, 35, 0.3);
    font-weight: 600;
}

.bi[b-wv3xm4o24u], svg[b-wv3xm4o24u] {
    margin-right: 0.65rem;
    flex-shrink: 0;
}

.text-warning[b-wv3xm4o24u] {
    color: #ffa500 !important;
}

.small[b-wv3xm4o24u] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.card[b-wv3xm4o24u] {
    border: 1px solid #e3e7eb;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s ease;
}

.card:hover[b-wv3xm4o24u] {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.card-title[b-wv3xm4o24u] {
    color: #1f2328;
    font-weight: 600;
    font-size: 1.15rem;
}

.menu-grid[b-wv3xm4o24u] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.75rem;
}

.menu-card[b-wv3xm4o24u] {
    padding: 1rem;
    background: #ffffff;
    border: 1px solid #e3e7eb;
    border-radius: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.menu-card.hover-card:hover[b-wv3xm4o24u] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.menu-card.active-menu[b-wv3xm4o24u] {
    border: 2px solid #f02823;
    box-shadow: 0 4px 15px rgba(240,40,35,0.3);
    background: rgba(240, 40, 35, 0.02);
}

.text-primary[b-wv3xm4o24u] {
    color: #f02823 !important;
}

@media (max-width: 575px) {
    .card-title[b-wv3xm4o24u] {
        font-size: 0.95rem;
    }

    .menu-grid[b-wv3xm4o24u] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .menu-card[b-wv3xm4o24u] {
        padding: 0.65rem;
    }

    .menu-card .fw-semibold[b-wv3xm4o24u] {
        font-size: 0.85rem;
    }

    .bi[b-wv3xm4o24u] {
        font-size: 1rem !important;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .card-title[b-wv3xm4o24u] {
        font-size: 1.05rem;
    }

    .menu-grid[b-wv3xm4o24u] {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 0.65rem;
    }

    .menu-card[b-wv3xm4o24u] {
        padding: 0.85rem;
    }

    .menu-card .fw-semibold[b-wv3xm4o24u] {
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) {
    .menu-grid[b-wv3xm4o24u] {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
}
@media (min-width: 1400px) {
    .menu-grid[b-wv3xm4o24u] {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}
