@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* /Components/Layout/CultureSwitcher.razor.rz.scp.css */
.culture-switcher-root[b-imeet3vhht] {
    position: relative;
    display: inline-block;
}

.culture-trigger[b-imeet3vhht] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 34px;
    min-width: 140px;
    padding: 0 8px 0 10px;
    border: 0;
    border-radius: 14px;
    background: #ffffff;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
    line-height: 1;
}

.culture-trigger:hover[b-imeet3vhht] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    background: #fafafa;
}

.culture-trigger:focus-visible[b-imeet3vhht] {
    outline: 2px solid #8a72b8;
    outline-offset: 2px;
}

.culture-switcher-root.open .culture-trigger[b-imeet3vhht] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}

.culture-flag[b-imeet3vhht] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    display: block;
}

.culture-label[b-imeet3vhht] {
    flex: 1;
    text-align: left;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.culture-chevron[b-imeet3vhht] {
    font-size: 10px;
    color: #888;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.culture-switcher-root.open .culture-chevron[b-imeet3vhht] {
    transform: rotate(180deg);
    color: #6a5a96;
}

.culture-backdrop[b-imeet3vhht] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 1040;
}

.culture-popover[b-imeet3vhht] {
    position: absolute;
    bottom: calc(100% + 6px);
    right: 0;
    min-width: 180px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    z-index: 1050;
    animation: culture-pop-in-b-imeet3vhht 0.15s ease;
}

@keyframes culture-pop-in-b-imeet3vhht {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.culture-option[b-imeet3vhht] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 32px;
    padding: 0 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.12s ease, color 0.12s ease;
    line-height: 1;
}

.culture-option:hover[b-imeet3vhht] {
    background: rgba(0, 0, 0, 0.04);
}

.culture-option:focus-visible[b-imeet3vhht] {
    outline: 2px solid #8a72b8;
    outline-offset: -2px;
    background: rgba(0, 0, 0, 0.04);
}

.culture-option.active[b-imeet3vhht] {
    background: rgba(138, 114, 184, 0.10);
    color: #6a5a96;
    font-weight: 600;
}

.culture-option.active:hover[b-imeet3vhht] {
    background: rgba(138, 114, 184, 0.16);
}

.culture-check[b-imeet3vhht] {
    margin-left: auto;
    color: #6a5a96;
    font-size: 11px;
    flex-shrink: 0;
}
/* /Components/Layout/Header.razor.rz.scp.css */
.app-header[b-mox5aj0whd] {
    background: #ffffff;
    height: 54px;
    width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.app-header-inner[b-mox5aj0whd] {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 16px;
    max-width: 720px;
    margin: 0 auto;
}

.app-hamburger[b-mox5aj0whd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 0;
    background: transparent;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
    transition: background-color 0.15s ease;
}

.app-hamburger:hover[b-mox5aj0whd] {
    background: rgba(0, 0, 0, 0.05);
}

.app-hamburger:active[b-mox5aj0whd] {
    background: rgba(0, 0, 0, 0.08);
}

.app-page-identity[b-mox5aj0whd] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
}

.app-page-icon[b-mox5aj0whd],
.app-brand-icon[b-mox5aj0whd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
}

    .app-page-icon[b-mox5aj0whd]  svg {
        width: 20px;
        height: 20px;
        fill: currentColor;
    }

.app-page-title[b-mox5aj0whd] {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-brand[b-mox5aj0whd] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.app-brand-icon[b-mox5aj0whd] {
    background: linear-gradient(135deg, #8a72b8 0%, #6a5a96 100%);
}

.app-brand-label[b-mox5aj0whd] {
    line-height: 1;
}

.app-top-nav[b-mox5aj0whd] {
    display: none;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.app-top-nav-btn[b-mox5aj0whd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    position: relative;
}

.app-top-nav-badge[b-mox5aj0whd] {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #dc3545;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 0 0 2px #ffffff;
    pointer-events: none;
    z-index: 2;
}

    .app-top-nav-btn[b-mox5aj0whd]  svg {
        width: 18px;
        height: 18px;
        fill: currentColor;
    }

.app-top-nav-btn:hover[b-mox5aj0whd] {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
    color: #fff;
    text-decoration: none;
}

.app-top-nav-btn.active[b-mox5aj0whd] {
    box-shadow: 0 0 0 2px rgba(106, 90, 150, 0.55), 0 2px 6px rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
}

.app-top-nav-btn-home[b-mox5aj0whd] {
    background: linear-gradient(135deg, #8a72b8 0%, #6a5a96 100%);
}

@media (min-width: 768px) {
    .app-header-inner[b-mox5aj0whd] {
        max-width: none;
        width: 100%;
        padding: 0 32px;
        gap: 16px;
        justify-content: space-between;
    }

    .app-hamburger[b-mox5aj0whd] {
        display: none;
    }

    .app-page-identity[b-mox5aj0whd] {
        flex: 0 1 auto;
    }

    .app-top-nav[b-mox5aj0whd] {
        display: inline-flex;
    }

    .app-page-title[b-mox5aj0whd] {
        font-size: 18px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
@media (max-width: 767.98px) {
    .footer[b-1581o5wq8u] {
        display: none;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-dashboard[b-jvx1sbiysm] {
    max-width: 480px;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.home-clientinfo-enter[b-jvx1sbiysm] {
    animation: card-enter-b-jvx1sbiysm 280ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-section-title[b-jvx1sbiysm] {
    font-size: 12px;
    font-weight: 600;
    color: #9aa0aa;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 12px 0 0 4px;
    animation: card-enter-b-jvx1sbiysm 280ms cubic-bezier(0.22, 1, 0.36, 1) 75ms both;
}

@keyframes card-enter-b-jvx1sbiysm {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {
    .home-dashboard[b-jvx1sbiysm] {
        max-width: 720px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-clientinfo-enter[b-jvx1sbiysm],
    .home-section-title[b-jvx1sbiysm] {
        animation: none;
    }
}
/* /Components/Pages/L4eCalendarEvent.razor.rz.scp.css */
.schedule-cell-dimension.e-schedule .e-vertical-view .e-time-cells-wrap table td[b-hus2dsg5wz],
.schedule-cell-dimension.e-schedule .e-vertical-view .e-work-cells[b-hus2dsg5wz] {
    height: 125px;
}

.schedule-wrapper[b-hus2dsg5wz] {
    height: calc(100vh - 83px);
    padding-bottom: 50px;
}

@media (max-width: 999px) {
    .schedule-cell-dimension .e-work-cells[b-hus2dsg5wz] {
        min-height: 50px !important;
    }

    .e-schedule .e-timeline-month-view .e-appointment[b-hus2dsg5wz],
    .e-schedule .e-timeline-month-view .e-appointment-border[b-hus2dsg5wz] {
        min-height: 50px !important;
    }
}

@media (max-width: 767.98px) {
    .schedule-wrapper[b-hus2dsg5wz] {
        height: calc(100vh - 94px);
        padding-bottom: 0;
    }
}
/* /Components/Pages/L4eDocument.razor.rz.scp.css */
.pdf-viewer-shell[b-cxjstgh3wg] {
    height: calc(100vh - 131px);
    position: relative;
}

@media (max-width: 767.98px) {
    .pdf-viewer-shell[b-cxjstgh3wg] {
        height: calc(100vh - 92px);
    }
}
/* /Components/Pages/L4eDocuments.razor.rz.scp.css */
@media (min-width: 992px) {
    .doclist-shell[b-7u949hrs15] {
        max-width: 960px;
        margin: 24px auto 0;
        border-radius: 10px;
        border: 1px solid #000;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    }
}
/* /Components/Pages/L4eNavSubMenu.razor.rz.scp.css */
.nav-submenu-page[b-gfgtibnc90] {
    max-width: 480px;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 768px) {
    .nav-submenu-page[b-gfgtibnc90] {
        max-width: 720px;
    }
}

.nav-empty-state[b-gfgtibnc90] {
    text-align: center;
    padding: 40px 16px;
    color: #777;
}

.nav-empty-icon[b-gfgtibnc90] {
    font-size: 48px;
    opacity: 0.5;
    display: block;
    margin-bottom: 16px;
}

.nav-empty-title[b-gfgtibnc90] {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #555;
}

.nav-empty-text[b-gfgtibnc90] {
    font-size: 14px;
    margin: 0;
}
/* /Components/Pages/L4ePreCheckin.razor.rz.scp.css */
    .container.text-center[b-vupermyl8t] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .form-card[b-vupermyl8t] {
        width: 100%;
        max-width: 600px;
        background: #fff;
        padding: 9px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    /*.step-content {
        margin-top: 20px;
    }*/

    .control-wrapper[b-vupermyl8t] {
        max-width: 400px;
        margin: 0 auto;
        padding: 0px 0px 0px;
    }

    .control-header[b-vupermyl8t] {
        text-align: center;
    }

    .form-group[b-vupermyl8t] {
        margin-bottom: 1em;
    }

    /*.form-section {
        margin-top: 20px;
    }*/

    .form-row[b-vupermyl8t] {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .form-group.col-md-3[b-vupermyl8t] {
        flex: 0 0 23%;
    }

    .form-group.col-md-4[b-vupermyl8t] {
        flex: 0 0 31%;
    }

    .form-group.col-md-6[b-vupermyl8t] {
        flex: 0 0 48%;
    }

    .form-group.col-md-8[b-vupermyl8t] {
        flex: 0 0 64%;
    }

    .form-group.col-md-9[b-vupermyl8t] {
        flex: 0 0 73%;
    }

    .form-group.col-md-12[b-vupermyl8t] {
        flex: 0 0 100%;
    }

    .form-label[b-vupermyl8t] {
        margin-bottom: 0;
    }

    .radio-buttons-container[b-vupermyl8t] {
        margin-top: 5px;
    }

    @media (max-width: 700px) {
        .form-group[b-vupermyl8t] {
            margin-bottom: 0.25em;
        }

        .form-section[b-vupermyl8t] {
            margin-top: 10px;
        }

        .form-row[b-vupermyl8t] {
            gap: 0.25rem;
            margin-bottom: 0.25em;
        }

        .form-group.col-md-3[b-vupermyl8t] {
            flex: 0 0 34%;
        }

        .form-group.col-md-4[b-vupermyl8t] {
            flex: 0 0 100%;
        }

        .form-group.col-md-6[b-vupermyl8t] {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .form-group.col-md-8[b-vupermyl8t] {
            flex: 0 0 100%;
        }

        .form-group.col-md-9[b-vupermyl8t] {
            flex: 0 0 64%;
        }

        .radio-buttons-container[b-vupermyl8t] {
            margin-top: 0px;
        }


    }










.total-amount h3[b-vupermyl8t] {
    text-align: center;
    margin-top: 18px;
    font-size: 1.3rem;
}

.quantity-number[b-vupermyl8t] {
    margin: 0 10px;
}

.product-info[b-vupermyl8t] {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-description[b-vupermyl8t] {
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}

.product-price-controls[b-vupermyl8t] {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
}

.price[b-vupermyl8t] {
    text-align: right;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-price[b-vupermyl8t] {
    font-size: 1rem;
    color: #333;
}

.quantity-controls[b-vupermyl8t] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.quantity-number[b-vupermyl8t] {
    font-size: 1.2rem;
    width: 40px;
    text-align: center;
}

.e-round[b-vupermyl8t] {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 5px;
}

.total-amount[b-vupermyl8t] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.total-label[b-vupermyl8t] {
    text-align: left;
    font-size: 1.3rem;
    margin-right: 10px;
}

.total-price[b-vupermyl8t] {
    text-align: right;
    font-size: 1.3rem;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .product-info[b-vupermyl8t] {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-price-controls[b-vupermyl8t] {
        flex-direction: column;
        align-items: flex-end;
    }

    .quantity-controls[b-vupermyl8t] {
        margin-top: 10px;
    }

    .product-price[b-vupermyl8t] {
        margin-right: 10px;
        flex-grow: 1;
        text-align: left;
    }

    .total-amount[b-vupermyl8t] {
        flex-direction: row;
        justify-content: space-between;
    }

    .total-label[b-vupermyl8t], .total-price[b-vupermyl8t] {
        font-size: 1.1rem;
    }
}

.header-text[b-vupermyl8t] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date-range[b-vupermyl8t] {
    display: inline;
}

@media (max-width: 430px) {
    .header-text[b-vupermyl8t] {
        white-space: normal;
    }

    .date-range[b-vupermyl8t] {
        display: block;
    }
}







/* /Components/Pages/L4eProdej.razor.rz.scp.css */
.pricelist-page[b-skoc4b1om0] {
    max-width: 480px;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pricelist-chip-row[b-skoc4b1om0] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pricelist-grid[b-skoc4b1om0] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.pricelist-empty[b-skoc4b1om0] {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 24px;
    text-align: center;
    color: #6c7280;
    font-size: 14px;
}

@media (min-width: 768px) {
    .pricelist-page[b-skoc4b1om0] {
        max-width: 960px;
    }

    .pricelist-grid[b-skoc4b1om0] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}
/* /Components/Shared/ClientInfoCard.razor.rz.scp.css */
.client-info-card[b-70gsvw1j00] {
    background: linear-gradient(135deg, #8a72b8 0%, #6a5a96 100%);
    color: #ffffff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.10);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

    .client-info-card[b-70gsvw1j00]::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 0;
        background-image:
            radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 38%),
            radial-gradient(circle at 12% 92%, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0) 45%),
            radial-gradient(rgba(255, 255, 255, 0.10) 1px, transparent 1.5px),
            linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.14));
        background-size: 100% 100%, 100% 100%, 14px 14px, 100% 100%;
        background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    }

.client-info-greeting-row[b-70gsvw1j00] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
}

.client-info-greeting[b-70gsvw1j00] {
    font-size: 13px;
    opacity: 0.9;
}

    .client-info-greeting i[b-70gsvw1j00] {
        margin-right: 6px;
    }

.client-info-name[b-70gsvw1j00] {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
}

.client-info-date[b-70gsvw1j00] {
    font-size: 13px;
    opacity: 0.85;
    position: relative;
    z-index: 1;
}

.client-info-stay[b-70gsvw1j00] {
    margin-top: 12px;
    position: relative;
    z-index: 1;
}

.client-info-stay-chip[b-70gsvw1j00] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    font-size: 13px;
}
/* /Components/Shared/CultureFlagPicker.razor.rz.scp.css */
.flag-picker[b-siwp5xka1a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}

.flag-picker-item[b-siwp5xka1a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    flex: 0 0 auto;
}

.flag-picker-item:hover[b-siwp5xka1a] {
    transform: translateY(-1px);
}

.flag-picker-item:focus-visible[b-siwp5xka1a] {
    outline: 2px solid #8a72b8;
    outline-offset: 2px;
}

.flag-picker-flag[b-siwp5xka1a] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}

.flag-picker-item.active .flag-picker-flag[b-siwp5xka1a] {
    width: 36px;
    height: 36px;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #8a72b8, 0 2px 6px rgba(0, 0, 0, 0.2);
}
/* /Components/Shared/ErrorDialog.razor.rz.scp.css */
.msg-default-section .content-section[b-ya5p3q7ynh] {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 1050;
    width: auto;
    max-width: 300px;
}

.msg-default-section .e-message[b-ya5p3q7ynh] {
    margin: 10px 0;
}
/* /Components/Shared/NavigationCard.razor.rz.scp.css */
.nav-card[b-3ek7qx5b7n] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 16px;
    text-decoration: none;
    min-height: 64px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    color: inherit;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    animation: card-enter-b-3ek7qx5b7n 280ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

    .nav-card-link[b-3ek7qx5b7n]::before,
    .nav-card-disabled[b-3ek7qx5b7n]::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 0;
        background-image:
            radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 38%),
            radial-gradient(circle at 12% 92%, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0) 45%),
            radial-gradient(rgba(255, 255, 255, 0.10) 1px, transparent 1.5px),
            linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.14));
        background-size: 100% 100%, 100% 100%, 14px 14px, 100% 100%;
        background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    }

.nav-card-link[b-3ek7qx5b7n] {
    cursor: pointer;
    color: #ffffff;
}

.nav-card-link:hover[b-3ek7qx5b7n] {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
    text-decoration: none;
    color: inherit;
}

.nav-card-link:active[b-3ek7qx5b7n] {
    transform: translateY(0);
}

.nav-card-static[b-3ek7qx5b7n] {
    cursor: default;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
}

.nav-card-disabled[b-3ek7qx5b7n] {
    cursor: not-allowed;
    opacity: 0.55;
}

.nav-card-icon[b-3ek7qx5b7n] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    font-size: 16px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.nav-card-badge[b-3ek7qx5b7n] {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #dc3545;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85);
    pointer-events: none;
    z-index: 2;
}

    .nav-card-icon[b-3ek7qx5b7n]  svg {
        width: 22px;
        height: 22px;
        fill: currentColor;
    }

.nav-card-label[b-3ek7qx5b7n] {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    flex: 1;
    position: relative;
    z-index: 1;
}

.nav-card-static-title[b-3ek7qx5b7n],
.nav-card-static-body[b-3ek7qx5b7n],
.nav-card-soon[b-3ek7qx5b7n] {
    position: relative;
    z-index: 1;
}

.nav-card-static-title[b-3ek7qx5b7n] {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.9;
}

.nav-card-static-body[b-3ek7qx5b7n] {
    font-size: 14px;
    line-height: 1.5;
}

.nav-card-static-body[b-3ek7qx5b7n]  p {
    margin: 0 0 6px 0;
}

.nav-card-static-body[b-3ek7qx5b7n]  p:last-child {
    margin-bottom: 0;
}

.nav-card-soon[b-3ek7qx5b7n] {
    margin-left: auto;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@keyframes card-enter-b-3ek7qx5b7n {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .nav-card[b-3ek7qx5b7n] {
        animation: none;
    }
}
/* /Components/Shared/NavigationCardList.razor.rz.scp.css */
.nav-card-list[b-ykdxfg43zk] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
/* /Components/Shared/PriceListCategoryChip.razor.rz.scp.css */
.pricelist-chip[b-pixvo9bgzg] {
    appearance: none;
    border: 1px solid #d6d8de;
    background: transparent;
    color: #4a4f5a;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 8px 14px;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    white-space: nowrap;
}

.pricelist-chip:hover[b-pixvo9bgzg] {
    border-color: var(--cat);
    color: var(--cat);
}

.pricelist-chip:focus-visible[b-pixvo9bgzg] {
    outline: 2px solid var(--cat);
    outline-offset: 2px;
}

.pricelist-chip-active[b-pixvo9bgzg] {
    background: var(--cat);
    border-color: var(--cat);
    color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.pricelist-chip-active:hover[b-pixvo9bgzg] {
    color: #ffffff;
    border-color: var(--cat);
}
/* /Components/Shared/PriceListItemCard.razor.rz.scp.css */
.pricelist-card[b-e7h80e6079] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    min-height: 64px;
}

.pricelist-card-icon[b-e7h80e6079] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--cat) 18%, white);
    color: var(--cat);
    flex-shrink: 0;
}

    .pricelist-card-icon[b-e7h80e6079]  svg {
        width: 22px;
        height: 22px;
        fill: currentColor;
    }

.pricelist-card-body[b-e7h80e6079] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1 1 auto;
}

.pricelist-card-title[b-e7h80e6079] {
    font-size: 15px;
    font-weight: 600;
    color: #2b2f38;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pricelist-card-secondary[b-e7h80e6079] {
    font-size: 13px;
    color: #6c7280;
    line-height: 1.2;
}

.pricelist-card-cta[b-e7h80e6079] {
    appearance: none;
    border: 0;
    background: var(--cat);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 8px 14px;
    border-radius: 999px;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.pricelist-card-cta:hover[b-e7h80e6079] {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
    filter: brightness(1.05);
}

.pricelist-card-cta:active[b-e7h80e6079] {
    transform: translateY(0);
}

.pricelist-card-cta:focus-visible[b-e7h80e6079] {
    outline: 2px solid var(--cat);
    outline-offset: 2px;
}
/* /Components/Shared/SideMenu.razor.rz.scp.css */
.side-menu-backdrop[b-mm4qszmmlc] {
    position: fixed;
    inset: 0;
    background: rgba(20, 20, 30, 0.35);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    /* Backdrop fades in faster so it is visually present before the panel fully opens */
    transition: opacity 180ms ease, visibility 180ms ease;
    z-index: 1050;
}

.side-menu-backdrop.open[b-mm4qszmmlc] {
    opacity: 1;
    visibility: visible;
}

.side-menu[b-mm4qszmmlc] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 340px;
    max-width: 85vw;
    background: #f5f4f8;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.18);
    /* Hinge on left edge: rotation provides depth, scaleX adds subtle compression.
       No translateX so the left edge stays anchored and the right side swings open. */
    transform: perspective(1200px) rotateY(-18deg) scaleX(0.98);
    transform-origin: left center;
    opacity: 0;
    /* Transform takes longer than opacity so the panel "materialises" then unfolds */
    transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
                opacity 220ms ease;
    z-index: 1060;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.side-menu.open[b-mm4qszmmlc] {
    transform: perspective(1200px) rotateY(0deg) scaleX(1);
    opacity: 1;
}

.side-menu-inner[b-mm4qszmmlc] {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 100%;
}

.side-menu-brand-card[b-mm4qszmmlc] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: inherit;
    opacity: 0;
    transform: translateY(6px);
    transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.15s ease,
                opacity 200ms ease;
}

.side-menu.open .side-menu-brand-card[b-mm4qszmmlc] {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 350ms;
}

.side-menu.open .side-menu-brand-card:hover[b-mm4qszmmlc] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
    text-decoration: none;
    color: inherit;
    transition-delay: 0ms;
}

.side-menu-brand-icon[b-mm4qszmmlc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #8a72b8 0%, #6a5a96 100%);
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
}

.side-menu-brand-labels[b-mm4qszmmlc] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.side-menu-brand-eyebrow[b-mm4qszmmlc] {
    font-size: 10px;
    font-weight: 700;
    color: #888;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.side-menu-brand-title[b-mm4qszmmlc] {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 1.1;
}

.side-menu-loading[b-mm4qszmmlc] {
    text-align: center;
    color: #888;
    padding: 24px;
    font-size: 14px;
}

.side-menu-footer[b-mm4qszmmlc] {
    margin-top: auto;
    padding: 14px 4px 4px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.side-menu-version[b-mm4qszmmlc] {
    text-align: center;
    color: #888;
    font-size: 12px;
    letter-spacing: 0.2px;
}

/* Nav cards inside the side menu: disable keyframe, use repeatable transitions */
.side-menu[b-mm4qszmmlc]  .nav-card-list .nav-card {
    animation: none;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 240ms cubic-bezier(0.22, 1, 0.36, 1),
                transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* All items visible when open; stagger driven by --nav-card-index set per card */
.side-menu.open[b-mm4qszmmlc]  .nav-card-list .nav-card {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(460ms + var(--nav-card-index, 0) * 105ms);
}

@media (prefers-reduced-motion: reduce) {
    .side-menu[b-mm4qszmmlc],
    .side-menu-backdrop[b-mm4qszmmlc] {
        transition: none;
    }

    .side-menu-brand-card[b-mm4qszmmlc] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .side-menu[b-mm4qszmmlc]  .nav-card-list .nav-card,
    .side-menu.open[b-mm4qszmmlc]  .nav-card-list .nav-card {
        animation: none;
        opacity: 1;
        transform: none;
        transition: none;
    }
}
/* /Components/Shared/WeekPicker.razor.rz.scp.css */
