/* /Components/Admin/TenantBookingsCalendar.razor.rz.scp.css */
.tbcal-root[b-2gyjdhk6qt] {
    width: 100%;
}

.tbcal-root[b-2gyjdhk6qt] {
    --tbcal-occupancy-row-height: 40px;
    --tbcal-occupancy-row-height-compact: 34px;
    --tbcal-occupancy-row-height-mobile: 30px;
    --tbcal-occupancy-bridge: 3px;
    --tbcal-month-bridge: 6px;
}

.tbcal-toolbar[b-2gyjdhk6qt] {
    gap: 8px;
    flex-wrap: wrap;
}

.tbcal-view-toggle-button[b-2gyjdhk6qt] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}

.tbcal-view-toggle-button[b-2gyjdhk6qt]  .tbcal-view-toggle-icon {
    flex: 0 0 auto;
}

.tbcal-view-toggle-active[b-2gyjdhk6qt] {
    background: var(--mud-palette-dark) !important;
    border-color: var(--mud-palette-dark) !important;
    color: var(--mud-palette-dark-text) !important;
}

.tbcal-nav[b-2gyjdhk6qt] {
    gap: 4px;
}

.tbcal-resource-legend[b-2gyjdhk6qt] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.tbcal-resource-legend-item[b-2gyjdhk6qt] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2px 8px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 999px;
    background: var(--mud-palette-surface);
}

.tbcal-resource-legend-dot[b-2gyjdhk6qt] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.22);
}

.mud-theme-dark .tbcal-resource-legend-dot[b-2gyjdhk6qt] {
    border-color: rgba(255, 255, 255, 0.38);
}

.tbcal-resource-legend-text[b-2gyjdhk6qt] {
    font-size: 0.72rem;
    line-height: 1.1;
}

.tbcal-service-legend[b-2gyjdhk6qt] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.tbcal-service-legend-item[b-2gyjdhk6qt] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2px 8px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 999px;
    background: var(--mud-palette-surface);
}

.tbcal-service-legend-badge[b-2gyjdhk6qt] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #1f2937;
    font-size: 0.54rem;
    font-weight: 700;
    line-height: 1;
}

.mud-theme-dark .tbcal-service-legend-badge[b-2gyjdhk6qt] {
    background: rgba(255, 255, 255, 0.9);
}

.tbcal-service-legend-text[b-2gyjdhk6qt] {
    font-size: 0.72rem;
    line-height: 1.1;
}

.tbcal-legend-section[b-2gyjdhk6qt] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tbcal-status-legend[b-2gyjdhk6qt] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.tbcal-status-legend-item[b-2gyjdhk6qt] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2px 8px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 999px;
    background: var(--mud-palette-surface);
}

.tbcal-status-legend-swatch[b-2gyjdhk6qt] {
    width: 18px;
    height: 12px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.18);
}

.tbcal-status-legend-swatch-hold[b-2gyjdhk6qt] {
    background: rgba(255, 179, 0, 0.22);
    border-color: rgba(255, 143, 0, 0.72);
    border-style: dashed;
}

.tbcal-status-legend-text[b-2gyjdhk6qt] {
    font-size: 0.72rem;
    line-height: 1.1;
}

.tbcal-legend-section-title[b-2gyjdhk6qt] {
    font-weight: 700;
}

.tbcal-week-swipe-area[b-2gyjdhk6qt] {
    overflow: hidden;
    touch-action: pan-y;
}

.tbcal-week-swipe-surface[b-2gyjdhk6qt] {
    will-change: transform;
}

.tbcal-scroll[b-2gyjdhk6qt] {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
}

.tbcal-grid[b-2gyjdhk6qt] {
    width: 100%;
    min-width: 100%;
    background: var(--mud-palette-surface);
}

.tbcal-time-header[b-2gyjdhk6qt] {
    position: sticky;
    left: 0;
    z-index: 4;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    border-right: 1px solid var(--mud-palette-lines-default);
    background: var(--mud-palette-surface);
}

.mud-theme-dark .tbcal-time-header[b-2gyjdhk6qt],
.mud-theme-dark .tbcal-time-axis[b-2gyjdhk6qt] {
    background: rgba(255, 255, 255, 0.02);
}

.tbcal-day-header[b-2gyjdhk6qt] {
    border-bottom: 1px solid var(--mud-palette-lines-default);
    border-right: 1px solid var(--mud-palette-lines-default);
    padding: 8px 6px;
    background: rgba(0, 0, 0, 0.02);
    min-width: 0;
}

.tbcal-day-header-out[b-2gyjdhk6qt] {
    background: rgba(63, 63, 63, 0.55);
}

.tbcal-day-header-today[b-2gyjdhk6qt] {
    outline: 2px solid #e53935;
    outline-offset: -2px;
}

.tbcal-day-title[b-2gyjdhk6qt] {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
}

.tbcal-day-date[b-2gyjdhk6qt] {
    font-size: 0.72rem;
    color: var(--mud-palette-text-secondary);
}

.tbcal-occupancy-axis[b-2gyjdhk6qt],
.tbcal-occupancy-day[b-2gyjdhk6qt] {
    border-bottom: 1px solid var(--mud-palette-lines-default);
    border-right: 1px solid var(--mud-palette-lines-default);
    background: rgba(0, 0, 0, 0.015);
    min-width: 0;
}

.tbcal-occupancy-axis[b-2gyjdhk6qt] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px 6px;
}

.tbcal-occupancy-axis-item[b-2gyjdhk6qt] {
    min-height: var(--tbcal-occupancy-row-height);
    height: var(--tbcal-occupancy-row-height);
    display: flex;
    align-items: center;
    gap: 6px;
}

.tbcal-occupancy-axis-text[b-2gyjdhk6qt] {
    font-size: 0.7rem;
    line-height: 1.15;
    font-weight: 600;
    word-break: break-word;
}

.tbcal-occupancy-day[b-2gyjdhk6qt] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px 0;
    position: relative;
    overflow: visible;
}

.tbcal-occupancy-row[b-2gyjdhk6qt] {
    min-height: var(--tbcal-occupancy-row-height);
    height: var(--tbcal-occupancy-row-height);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    position: relative;
    overflow: visible;
}

.tbcal-occupancy-row-empty[b-2gyjdhk6qt] {
    height: calc(var(--tbcal-occupancy-row-height) - 8px);
    margin: 0 8px;
    border: 1px dashed rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.02);
}

.mud-theme-dark .tbcal-occupancy-row-empty[b-2gyjdhk6qt] {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.02);
}

.tbcal-occupancy-item[b-2gyjdhk6qt] {
    min-height: var(--tbcal-occupancy-row-height);
    height: var(--tbcal-occupancy-row-height);
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: stretch;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 0;
    color: #fff;
    text-align: left;
    cursor: pointer;
    overflow: visible;
    transition: box-shadow 120ms ease, transform 120ms ease, filter 120ms ease;
}

.tbcal-occupancy-item-start[b-2gyjdhk6qt] {
    margin-left: 6px;
    width: calc(100% - 6px);
}

.tbcal-occupancy-item-end[b-2gyjdhk6qt] {
    margin-right: 6px;
    width: calc(100% - 6px);
}

.tbcal-occupancy-item-start.tbcal-occupancy-item-end[b-2gyjdhk6qt] {
    width: calc(100% - 12px);
}

.tbcal-occupancy-item:hover[b-2gyjdhk6qt],
.tbcal-occupancy-item:focus-visible[b-2gyjdhk6qt] {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.24);
    transform: translateY(-1px);
    filter: brightness(1.04);
    outline: none;
}

.tbcal-occupancy-item-interactive[b-2gyjdhk6qt],
.tbcal-month-occupancy-item-interactive[b-2gyjdhk6qt] {
    cursor: pointer;
}

.tbcal-occupancy-item-drag-source[b-2gyjdhk6qt],
.tbcal-month-occupancy-item-drag-source[b-2gyjdhk6qt] {
    opacity: 0.72;
    box-shadow: 0 0 0 2px rgba(var(--mud-palette-primary-rgb), 0.7);
}

.tbcal-occupancy-resize-handle[b-2gyjdhk6qt],
.tbcal-month-occupancy-resize-handle[b-2gyjdhk6qt] {
    position: absolute;
    top: -1px;
    right: -5px;
    bottom: -1px;
    width: 12px;
    z-index: 5;
    cursor: ew-resize;
    touch-action: none;
}

.tbcal-occupancy-resize-handle[b-2gyjdhk6qt]::before,
.tbcal-month-occupancy-resize-handle[b-2gyjdhk6qt]::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 3px;
    bottom: 4px;
    width: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.28);
}

.tbcal-occupancy-item.tbcal-occupancy-item-hold[b-2gyjdhk6qt],
.tbcal-month-occupancy-item.tbcal-month-occupancy-item-hold[b-2gyjdhk6qt],
.tbcal-item.tbcal-item-hold[b-2gyjdhk6qt] {
    background: rgba(255, 179, 0, 0.22) !important;
    border-color: rgba(255, 143, 0, 0.72) !important;
    color: var(--mud-palette-text-primary) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
    cursor: default;
}

.tbcal-occupancy-item.tbcal-occupancy-item-hold:hover[b-2gyjdhk6qt],
.tbcal-occupancy-item.tbcal-occupancy-item-hold:focus-visible[b-2gyjdhk6qt],
.tbcal-month-occupancy-item.tbcal-month-occupancy-item-hold:hover[b-2gyjdhk6qt],
.tbcal-month-occupancy-item.tbcal-month-occupancy-item-hold:focus-visible[b-2gyjdhk6qt],
.tbcal-item.tbcal-item-hold:hover[b-2gyjdhk6qt],
.tbcal-item.tbcal-item-hold:focus-visible[b-2gyjdhk6qt] {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
    transform: none;
    filter: none;
}

.tbcal-occupancy-item.tbcal-occupancy-item-hold[b-2gyjdhk6qt],
.tbcal-month-occupancy-item.tbcal-month-occupancy-item-hold[b-2gyjdhk6qt] {
    border-style: dashed;
}

.tbcal-item.tbcal-item-hold .tbcal-item-service-badge[b-2gyjdhk6qt],
.tbcal-occupancy-item.tbcal-occupancy-item-hold .tbcal-item-service-badge[b-2gyjdhk6qt],
.tbcal-month-occupancy-item.tbcal-month-occupancy-item-hold .tbcal-item-service-badge[b-2gyjdhk6qt] {
    background: rgba(255, 111, 0, 0.9);
    color: #fff;
}

.tbcal-occupancy-item-continued-left[b-2gyjdhk6qt] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tbcal-occupancy-item-continued-right[b-2gyjdhk6qt] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tbcal-occupancy-item-continued-left[b-2gyjdhk6qt]::before {
    content: "";
    position: absolute;
    left: calc(-1 * var(--tbcal-occupancy-bridge));
    top: 0;
    bottom: 0;
    width: var(--tbcal-occupancy-bridge);
    background: inherit;
}

.tbcal-occupancy-item-continued-right[b-2gyjdhk6qt]::after {
    content: "";
    position: absolute;
    right: calc(-1 * var(--tbcal-occupancy-bridge));
    top: 0;
    bottom: 0;
    width: var(--tbcal-occupancy-bridge);
    background: inherit;
}

.tbcal-occupancy-item-main[b-2gyjdhk6qt] {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    flex: 1 1 auto;
    padding: 4px 6px;
}

.tbcal-occupancy-edge[b-2gyjdhk6qt] {
    position: relative;
    flex: 0 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tbcal-occupancy-edge-start[b-2gyjdhk6qt] {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    background: rgba(255, 255, 255, 0.06);
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.tbcal-occupancy-edge-end[b-2gyjdhk6qt] {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    background: rgba(255, 255, 255, 0.06);
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.tbcal-occupancy-edge-start[b-2gyjdhk6qt]::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(255, 255, 255, 0.96);
    border-right: 2px solid rgba(255, 255, 255, 0.96);
    transform: rotate(45deg);
    margin-left: -2px;
}

.tbcal-occupancy-edge-end[b-2gyjdhk6qt]::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(255, 255, 255, 0.96);
    border-right: 2px solid rgba(255, 255, 255, 0.96);
    transform: rotate(45deg);
    margin-right: -2px;
}

.tbcal-occupancy-item-copy[b-2gyjdhk6qt] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
    flex: 1 1 auto;
}

.tbcal-occupancy-item-title[b-2gyjdhk6qt],
.tbcal-occupancy-item-subtitle[b-2gyjdhk6qt],
.tbcal-occupancy-item-time[b-2gyjdhk6qt] {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tbcal-occupancy-item-title[b-2gyjdhk6qt] {
    font-size: 0.62rem;
    line-height: 1.15;
    font-weight: 700;
}

.tbcal-occupancy-item-subtitle[b-2gyjdhk6qt] {
    font-size: 0.56rem;
    line-height: 1.15;
    opacity: 0.94;
}

.tbcal-occupancy-item-time[b-2gyjdhk6qt] {
    font-size: 0.54rem;
    line-height: 1.1;
    opacity: 0.9;
}

.tbcal-time-axis[b-2gyjdhk6qt] {
    position: sticky;
    left: 0;
    z-index: 3;
    border-right: 1px solid var(--mud-palette-lines-default);
    background: var(--mud-palette-surface);
}

.tbcal-hour-label[b-2gyjdhk6qt] {
    position: absolute;
    left: 6px;
    transform: translateY(-50%);
    font-size: 0.68rem;
    color: var(--mud-palette-text-secondary);
}

.mud-theme-dark .tbcal-hour-label[b-2gyjdhk6qt] {
    color: rgba(255, 255, 255, 0.78);
}

.tbcal-day-body[b-2gyjdhk6qt] {
    position: relative;
    border-right: 1px solid var(--mud-palette-lines-default);
    min-width: 0;
    background: transparent;
}

.tbcal-day-body-out[b-2gyjdhk6qt] {
    background: rgba(63, 63, 63, 0.35);
}

.tbcal-day-body-today[b-2gyjdhk6qt] {
    outline: 2px solid #e53935;
    outline-offset: -2px;
}

.tbcal-hour-line[b-2gyjdhk6qt] {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.mud-theme-dark .tbcal-hour-line[b-2gyjdhk6qt] {
    border-top-color: rgba(255, 255, 255, 0.68);
}

.tbcal-now-line[b-2gyjdhk6qt] {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 2.3px solid #e53935;
    z-index: 7;
}

.tbcal-now-line[b-2gyjdhk6qt]::before {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e53935;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9);
}

.tbcal-item[b-2gyjdhk6qt] {
    position: absolute;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 3px 4px;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    color: #fff;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 2px;
    transition: box-shadow 120ms ease, transform 120ms ease, filter 120ms ease;
}

.tbcal-item-interactive[b-2gyjdhk6qt] {
    touch-action: none;
}

.tbcal-item-drag-source[b-2gyjdhk6qt] {
    opacity: 0.55;
    filter: saturate(0.75);
}

.tbcal-item-resize-handle[b-2gyjdhk6qt] {
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 0;
    height: 8px;
    cursor: ns-resize;
    touch-action: none;
    border-radius: 0 0 4px 4px;
}

.tbcal-item-resize-handle[b-2gyjdhk6qt]::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 22px;
    height: 2px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

.tbcal-interaction-preview[b-2gyjdhk6qt] {
    position: absolute;
    box-sizing: border-box;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 18px;
    padding: 2px 4px;
    border-radius: 5px;
    border: 1px solid rgba(17, 24, 39, 0.72);
    background: rgba(17, 24, 39, 0.78);
    color: #fff;
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 1.1;
    pointer-events: none;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.24);
}

.tbcal-interaction-preview-select[b-2gyjdhk6qt] {
    border-color: rgba(22, 163, 74, 0.95);
    background: rgba(22, 101, 52, 0.82);
}

.tbcal-interaction-preview-move[b-2gyjdhk6qt] {
    border-color: rgba(37, 99, 235, 0.95);
    background: rgba(30, 64, 175, 0.82);
}

.tbcal-interaction-preview-resize[b-2gyjdhk6qt] {
    border-color: rgba(217, 119, 6, 0.95);
    background: rgba(146, 64, 14, 0.84);
}

.tbcal-free-item[b-2gyjdhk6qt] {
    position: absolute;
    box-sizing: border-box;
    border: 1px solid rgba(66, 179, 89, 0.62);
    border-radius: 5px;
    background: rgba(97, 220, 123, 0.22);
    cursor: pointer;
    z-index: 1;
    transition: box-shadow 120ms ease, transform 120ms ease, background-color 120ms ease, border-color 120ms ease;
}

.tbcal-item:hover[b-2gyjdhk6qt],
.tbcal-item:focus-visible[b-2gyjdhk6qt] {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
    transform: translateY(-1px);
    filter: brightness(1.06);
    outline: none;
}

.tbcal-free-item:hover[b-2gyjdhk6qt],
.tbcal-free-item:focus-visible[b-2gyjdhk6qt] {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
    border-color: rgba(52, 156, 74, 0.9);
    background: rgba(97, 220, 123, 0.36);
    outline: none;
}

.mud-theme-dark .tbcal-free-item[b-2gyjdhk6qt] {
    border-color: rgba(154, 236, 170, 0.62);
    background: rgba(97, 220, 123, 0.18);
}

.tbcal-item-row[b-2gyjdhk6qt] {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    height: 100%;
}

.tbcal-item-service-badge[b-2gyjdhk6qt] {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #111827;
    font-size: 0.54rem;
    font-weight: 700;
    line-height: 1;
}

.tbcal-svc-color-0[b-2gyjdhk6qt] { background: #e53935; color: #ffffff; border-color: #b71c1c; }
.tbcal-svc-color-1[b-2gyjdhk6qt] { background: #1e88e5; color: #ffffff; border-color: #0d47a1; }
.tbcal-svc-color-2[b-2gyjdhk6qt] { background: #43a047; color: #ffffff; border-color: #1b5e20; }
.tbcal-svc-color-3[b-2gyjdhk6qt] { background: #8e24aa; color: #ffffff; border-color: #4a148c; }
.tbcal-svc-color-4[b-2gyjdhk6qt] { background: #fb8c00; color: #3e2723; border-color: #e65100; }
.tbcal-svc-color-5[b-2gyjdhk6qt] { background: #00acc1; color: #00363a; border-color: #006064; }
.tbcal-svc-color-6[b-2gyjdhk6qt] { background: #fdd835; color: #3e2723; border-color: #f9a825; }
.tbcal-svc-color-7[b-2gyjdhk6qt] { background: #d81b60; color: #ffffff; border-color: #880e4f; }

.tbcal-item-status-icons[b-2gyjdhk6qt] {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    flex: 0 0 auto;
    min-width: 0;
    margin-left: 0;
}

.tbcal-status-icon[b-2gyjdhk6qt] {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #334155;
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.36);
    color: #ffffff;
}

.tbcal-status-icon-payment-unpaid[b-2gyjdhk6qt],
.tbcal-status-icon-legal-missing[b-2gyjdhk6qt],
.tbcal-status-icon-execution-assigned[b-2gyjdhk6qt] {
    background: #dc2626;
}

.tbcal-status-icon-payment-partial[b-2gyjdhk6qt],
.tbcal-status-icon-execution-in-progress[b-2gyjdhk6qt] {
    background: #d97706;
}

.tbcal-status-icon-payment-paid[b-2gyjdhk6qt],
.tbcal-status-icon-legal-issued[b-2gyjdhk6qt],
.tbcal-status-icon-execution-completed[b-2gyjdhk6qt] {
    background: #16a34a;
}

.tbcal-status-icon[b-2gyjdhk6qt]  .tbcal-status-icon-glyph {
    width: 12px;
    height: 12px;
    font-size: 12px;
    color: #ffffff !important;
    fill: currentColor;
}

.tbcal-status-icon-glyph[b-2gyjdhk6qt] {
    color: #ffffff !important;
    fill: currentColor;
}


.tbcal-item-client[b-2gyjdhk6qt] {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    min-width: 0;
}

.tbcal-item-group[b-2gyjdhk6qt] {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-left: auto;
    padding: 1px 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.65);
}

.tbcal-item-group-count[b-2gyjdhk6qt] {
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1;
}

.tbcal-item-group-full-icon[b-2gyjdhk6qt] {
    color: #22c55e;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.55));
}

.tbcal-item-avatar[b-2gyjdhk6qt],
.tbcal-item-avatar-fallback[b-2gyjdhk6qt] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex: 0 0 16px;
}

.tbcal-item-avatar[b-2gyjdhk6qt] {
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.tbcal-item-avatar-fallback[b-2gyjdhk6qt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.52rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.65);
    color: #fff;
}

.tbcal-item-client-name[b-2gyjdhk6qt] {
    display: block;
    font-size: 0.62rem;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.tbcal-color-0[b-2gyjdhk6qt] { background: #1e88e5; border-color: #1565c0; }
.tbcal-color-1[b-2gyjdhk6qt] { background: #43a047; border-color: #2e7d32; }
.tbcal-color-2[b-2gyjdhk6qt] { background: #8e24aa; border-color: #6a1b9a; }
.tbcal-color-3[b-2gyjdhk6qt] { background: #f4511e; border-color: #d84315; }
.tbcal-color-4[b-2gyjdhk6qt] { background: #00897b; border-color: #00695c; }
.tbcal-color-5[b-2gyjdhk6qt] { background: #3949ab; border-color: #283593; }
.tbcal-color-6[b-2gyjdhk6qt] { background: #6d4c41; border-color: #4e342e; }
.tbcal-color-7[b-2gyjdhk6qt] { background: #7cb342; border-color: #558b2f; }

.tbcal-occupancy-resize-preview[b-2gyjdhk6qt],
.tbcal-month-occupancy-resize-preview[b-2gyjdhk6qt] {
    position: absolute;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border: 1px dashed rgba(var(--mud-palette-primary-rgb), 0.95) !important;
    background: rgba(var(--mud-palette-primary-rgb), 0.24) !important;
    color: var(--mud-palette-text-primary);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.42) inset, 0 4px 10px rgba(0, 0, 0, 0.18);
    pointer-events: none;
    box-sizing: border-box;
}

.tbcal-occupancy-resize-preview[b-2gyjdhk6qt] {
    top: 0;
    height: var(--tbcal-occupancy-row-height);
    min-height: var(--tbcal-occupancy-row-height);
    border-radius: 8px;
    padding: 0 6px;
}

.tbcal-month-occupancy-resize-preview[b-2gyjdhk6qt] {
    height: 24px;
    min-height: 24px;
    border-radius: 6px;
    padding: 0 4px;
}

.tbcal-occupancy-resize-preview span[b-2gyjdhk6qt],
.tbcal-month-occupancy-resize-preview span[b-2gyjdhk6qt] {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 1;
}

.tbcal-occupancy-resize-preview-continued-left[b-2gyjdhk6qt],
.tbcal-month-occupancy-resize-preview-continued-left[b-2gyjdhk6qt] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tbcal-occupancy-resize-preview-continued-right[b-2gyjdhk6qt],
.tbcal-month-occupancy-resize-preview-continued-right[b-2gyjdhk6qt] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tbcal-occupancy-resize-preview-start[b-2gyjdhk6qt] {
    margin-left: 6px;
}

.tbcal-occupancy-resize-preview-end[b-2gyjdhk6qt] {
    margin-right: 6px;
}

.tbcal-month-occupancy-resize-preview-boundary-only[b-2gyjdhk6qt] {
    min-width: 3px;
    padding: 0;
    border-radius: 999px;
}

.tbcal-free-item.tbcal-color-0[b-2gyjdhk6qt] { background: rgba(30, 136, 229, 0.23) !important; border-color: rgba(21, 101, 192, 0.64) !important; }
.tbcal-free-item.tbcal-color-1[b-2gyjdhk6qt] { background: rgba(67, 160, 71, 0.23) !important; border-color: rgba(46, 125, 50, 0.64) !important; }
.tbcal-free-item.tbcal-color-2[b-2gyjdhk6qt] { background: rgba(142, 36, 170, 0.23) !important; border-color: rgba(106, 27, 154, 0.64) !important; }
.tbcal-free-item.tbcal-color-3[b-2gyjdhk6qt] { background: rgba(244, 81, 30, 0.23) !important; border-color: rgba(216, 67, 21, 0.64) !important; }
.tbcal-free-item.tbcal-color-4[b-2gyjdhk6qt] { background: rgba(0, 137, 123, 0.23) !important; border-color: rgba(0, 105, 92, 0.64) !important; }
.tbcal-free-item.tbcal-color-5[b-2gyjdhk6qt] { background: rgba(57, 73, 171, 0.23) !important; border-color: rgba(40, 53, 147, 0.64) !important; }
.tbcal-free-item.tbcal-color-6[b-2gyjdhk6qt] { background: rgba(109, 76, 65, 0.23) !important; border-color: rgba(78, 52, 46, 0.64) !important; }
.tbcal-free-item.tbcal-color-7[b-2gyjdhk6qt] { background: rgba(124, 179, 66, 0.23) !important; border-color: rgba(85, 139, 47, 0.64) !important; }

.mud-theme-dark .tbcal-free-item.tbcal-color-0[b-2gyjdhk6qt] { background: rgba(30, 136, 229, 0.19) !important; border-color: rgba(21, 101, 192, 0.58) !important; }
.mud-theme-dark .tbcal-free-item.tbcal-color-1[b-2gyjdhk6qt] { background: rgba(67, 160, 71, 0.19) !important; border-color: rgba(46, 125, 50, 0.58) !important; }
.mud-theme-dark .tbcal-free-item.tbcal-color-2[b-2gyjdhk6qt] { background: rgba(142, 36, 170, 0.19) !important; border-color: rgba(106, 27, 154, 0.58) !important; }
.mud-theme-dark .tbcal-free-item.tbcal-color-3[b-2gyjdhk6qt] { background: rgba(244, 81, 30, 0.19) !important; border-color: rgba(216, 67, 21, 0.58) !important; }
.mud-theme-dark .tbcal-free-item.tbcal-color-4[b-2gyjdhk6qt] { background: rgba(0, 137, 123, 0.19) !important; border-color: rgba(0, 105, 92, 0.58) !important; }
.mud-theme-dark .tbcal-free-item.tbcal-color-5[b-2gyjdhk6qt] { background: rgba(57, 73, 171, 0.19) !important; border-color: rgba(40, 53, 147, 0.58) !important; }
.mud-theme-dark .tbcal-free-item.tbcal-color-6[b-2gyjdhk6qt] { background: rgba(109, 76, 65, 0.19) !important; border-color: rgba(78, 52, 46, 0.58) !important; }
.mud-theme-dark .tbcal-free-item.tbcal-color-7[b-2gyjdhk6qt] { background: rgba(124, 179, 66, 0.19) !important; border-color: rgba(85, 139, 47, 0.58) !important; }

.tbcal-item.tbcal-item-compact[b-2gyjdhk6qt] {
    padding: 1px 3px;
    gap: 0;
}

.tbcal-item.tbcal-item-compact .tbcal-item-service-badge[b-2gyjdhk6qt] {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
    font-size: 0.42rem;
}

.tbcal-item.tbcal-item-compact .tbcal-item-client[b-2gyjdhk6qt] {
    gap: 2px;
}

.tbcal-item.tbcal-item-compact .tbcal-item-group[b-2gyjdhk6qt] {
    gap: 2px;
    padding: 0 3px;
}

.tbcal-item.tbcal-item-compact .tbcal-item-group-count[b-2gyjdhk6qt] {
    font-size: 0.52rem;
}

.tbcal-item.tbcal-item-compact .tbcal-item-group-full-icon[b-2gyjdhk6qt] {
    transform: scale(0.9);
}

.tbcal-item.tbcal-item-compact .tbcal-item-avatar[b-2gyjdhk6qt],
.tbcal-item.tbcal-item-compact .tbcal-item-avatar-fallback[b-2gyjdhk6qt] {
    display: none;
}

.tbcal-item.tbcal-item-compact .tbcal-item-client-name[b-2gyjdhk6qt] {
    font-size: 0.54rem;
    line-height: 1.05;
}

.tbcal-month-grid[b-2gyjdhk6qt] {
    display: grid;
    gap: 3px;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.tbcal-month-weekday[b-2gyjdhk6qt] {
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    color: var(--mud-palette-text-secondary);
}

.tbcal-month-day[b-2gyjdhk6qt] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 6px;
    min-height: calc(76px + var(--tbcal-month-occupancy-area-height, 0px));
    background: var(--mud-palette-surface);
    color: inherit;
    text-align: left;
    padding: 5px 4px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    position: relative;
    overflow: visible;
}

.tbcal-month-day-out[b-2gyjdhk6qt] {
    opacity: 0.6;
}

.tbcal-month-day-filter-out[b-2gyjdhk6qt] {
    background: rgba(63, 63, 63, 0.45);
    border-color: rgba(90, 90, 90, 0.7);
}

.tbcal-month-day-today[b-2gyjdhk6qt] {
    box-shadow: 0 0 0 2px #e53935 inset;
}

.tbcal-month-day-has-bookings[b-2gyjdhk6qt] {
    background: rgba(var(--mud-palette-primary-rgb), 0.12);
}

.tbcal-month-day-number[b-2gyjdhk6qt] {
    font-weight: 700;
}

.tbcal-month-timed-summary-list[b-2gyjdhk6qt] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.tbcal-month-timed-summary[b-2gyjdhk6qt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.tbcal-month-timed-summary:hover[b-2gyjdhk6qt],
.tbcal-month-timed-summary:focus-visible[b-2gyjdhk6qt] {
    outline: none;
    transform: translateY(-1px);
}

.tbcal-month-timed-summary-service[b-2gyjdhk6qt] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.tbcal-month-timed-summary-resource[b-2gyjdhk6qt] {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.46rem;
    font-weight: 800;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.68);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.tbcal-month-occupancy-list[b-2gyjdhk6qt] {
    width: 100%;
    margin-top: 1px;
    display: block;
    position: relative;
    z-index: 2;
    overflow: visible;
}

.tbcal-month-occupancy-item[b-2gyjdhk6qt] {
    min-height: 24px;
    height: 24px;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: stretch;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0;
    color: #fff;
    overflow: visible;
    text-align: left;
    cursor: pointer;
    isolation: isolate;
    box-sizing: border-box;
}

.tbcal-month-occupancy-item-boundary-only[b-2gyjdhk6qt] {
    background: transparent !important;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 3px solid inherit;
    border-radius: 999px;
    min-width: 0;
}

.tbcal-month-occupancy-item-boundary-only:hover[b-2gyjdhk6qt],
.tbcal-month-occupancy-item-boundary-only:focus-visible[b-2gyjdhk6qt] {
    box-shadow: none;
    filter: none;
}

.tbcal-month-occupancy-boundary-marker[b-2gyjdhk6qt] {
    position: absolute;
    left: -4px;
    top: 3px;
    bottom: 3px;
    width: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
}

.tbcal-month-occupancy-item-start[b-2gyjdhk6qt] {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.tbcal-month-occupancy-item-end[b-2gyjdhk6qt] {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.tbcal-month-occupancy-item-continued-left[b-2gyjdhk6qt]::before {
    content: "";
    position: absolute;
    left: -8px;
    top: -1px;
    bottom: -1px;
    width: 8px;
    background: inherit;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-color: inherit;
    z-index: -1;
}

.tbcal-month-occupancy-item-continued-right[b-2gyjdhk6qt]::after {
    content: "";
    position: absolute;
    right: -8px;
    top: -1px;
    bottom: -1px;
    width: 8px;
    background: inherit;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-color: inherit;
    z-index: -1;
}

.tbcal-month-occupancy-main[b-2gyjdhk6qt] {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    flex: 1 1 auto;
    padding: 2px 4px;
}

.tbcal-month-occupancy-item:hover[b-2gyjdhk6qt],
.tbcal-month-occupancy-item:focus-visible[b-2gyjdhk6qt] {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
    filter: brightness(1.04);
    outline: none;
}

.tbcal-month-occupancy-copy[b-2gyjdhk6qt] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1 1 auto;
}

.tbcal-month-occupancy-title[b-2gyjdhk6qt],
.tbcal-month-occupancy-subtitle[b-2gyjdhk6qt] {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tbcal-month-occupancy-title[b-2gyjdhk6qt] {
    font-size: 0.56rem;
    line-height: 1.1;
    font-weight: 700;
}

.tbcal-month-occupancy-time-primary[b-2gyjdhk6qt] {
    font-size: 0.58rem;
    line-height: 1.05;
}

.tbcal-month-occupancy-subtitle[b-2gyjdhk6qt] {
    font-size: 0.5rem;
    line-height: 1.05;
    opacity: 0.92;
}

.tbcal-month-day-more[b-2gyjdhk6qt] {
    font-size: 0.66rem;
    color: var(--mud-palette-text-secondary);
    font-weight: 600;
}

.tbcal-month-day-count[b-2gyjdhk6qt] {
    margin-top: auto;
    font-size: 0.72rem;
    color: var(--mud-palette-text-secondary);
}

@media (max-width: 1200px) {
    .tbcal-item-client-name[b-2gyjdhk6qt] {
        max-width: 72px;
    }
}

@media (max-width: 900px) {
    .tbcal-week-swipe-area[b-2gyjdhk6qt] {
        margin-inline: -4px;
    }

    .tbcal-day-header[b-2gyjdhk6qt] {
        padding: 6px 4px;
    }

    .tbcal-day-title[b-2gyjdhk6qt] {
        font-size: 0.68rem;
    }

    .tbcal-day-date[b-2gyjdhk6qt] {
        font-size: 0.66rem;
    }

    .tbcal-occupancy-axis[b-2gyjdhk6qt],
    .tbcal-occupancy-day[b-2gyjdhk6qt] {
        padding: 6px 0;
    }

    .tbcal-occupancy-axis-item[b-2gyjdhk6qt],
    .tbcal-occupancy-row[b-2gyjdhk6qt] {
        min-height: var(--tbcal-occupancy-row-height-compact);
        height: var(--tbcal-occupancy-row-height-compact);
    }

}

@media (max-width: 700px) {
    .tbcal-resource-legend[b-2gyjdhk6qt],
    .tbcal-service-legend[b-2gyjdhk6qt],
    .tbcal-status-legend[b-2gyjdhk6qt] {
        flex-wrap: wrap;
        justify-content: flex-start;
        overflow: visible;
        padding: 0 2px;
    }

    .tbcal-resource-legend-item[b-2gyjdhk6qt],
    .tbcal-service-legend-item[b-2gyjdhk6qt],
    .tbcal-status-legend-item[b-2gyjdhk6qt] {
        flex: 0 1 auto;
        max-width: 100%;
        padding: 2px 7px;
        min-width: 0;
    }

    .tbcal-resource-legend-text[b-2gyjdhk6qt],
    .tbcal-service-legend-text[b-2gyjdhk6qt],
    .tbcal-status-legend-text[b-2gyjdhk6qt] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tbcal-time-axis[b-2gyjdhk6qt],
    .tbcal-day-body[b-2gyjdhk6qt] {
        height: 500px !important;
    }

    .tbcal-hour-label[b-2gyjdhk6qt] {
        left: 4px;
        font-size: 0.62rem;
    }

    .tbcal-day-header[b-2gyjdhk6qt] {
        padding: 5px 3px;
    }

    .tbcal-day-title[b-2gyjdhk6qt],
    .tbcal-day-date[b-2gyjdhk6qt] {
        text-align: center;
    }

    .tbcal-day-title[b-2gyjdhk6qt] {
        font-size: 0.62rem;
    }

    .tbcal-day-date[b-2gyjdhk6qt] {
        font-size: 0.6rem;
    }

    .tbcal-item[b-2gyjdhk6qt] {
        border-radius: 4px;
        padding: 2px 2px;
    }

    .tbcal-item-avatar[b-2gyjdhk6qt],
    .tbcal-item-avatar-fallback[b-2gyjdhk6qt] {
        width: 14px;
        height: 14px;
        flex-basis: 14px;
    }

    .tbcal-item-client-name[b-2gyjdhk6qt] {
        font-size: 0.56rem;
    }

    .tbcal-occupancy-axis[b-2gyjdhk6qt],
    .tbcal-occupancy-day[b-2gyjdhk6qt] {
        padding: 4px 0;
        gap: 4px;
    }

    .tbcal-occupancy-axis-item[b-2gyjdhk6qt],
    .tbcal-occupancy-row[b-2gyjdhk6qt] {
        min-height: var(--tbcal-occupancy-row-height-mobile);
        height: var(--tbcal-occupancy-row-height-mobile);
    }

    .tbcal-occupancy-axis-text[b-2gyjdhk6qt],
    .tbcal-occupancy-item-title[b-2gyjdhk6qt] {
        font-size: 0.56rem;
    }

    .tbcal-occupancy-item-subtitle[b-2gyjdhk6qt],
    .tbcal-occupancy-item-time[b-2gyjdhk6qt] {
        font-size: 0.5rem;
    }

    .tbcal-month-occupancy-item[b-2gyjdhk6qt] {
        min-height: 22px;
        height: 22px;
    }

    .tbcal-month-timed-summary-service[b-2gyjdhk6qt] {
        width: 20px;
        height: 20px;
    }

    .tbcal-month-timed-summary-resource[b-2gyjdhk6qt] {
        width: 12px;
        height: 12px;
        font-size: 0.42rem;
    }

    .tbcal-month-occupancy-title[b-2gyjdhk6qt] {
        font-size: 0.5rem;
    }

    .tbcal-month-occupancy-subtitle[b-2gyjdhk6qt],
    .tbcal-month-day-more[b-2gyjdhk6qt] {
        font-size: 0.46rem;
    }
}

@media (max-width: 500px) {
    .tbcal-view-toggle-button[b-2gyjdhk6qt] {
        min-width: 44px;
        padding-inline: 8px;
    }

    .tbcal-view-toggle-label[b-2gyjdhk6qt] {
        display: none;
    }

    .tbcal-time-axis[b-2gyjdhk6qt],
    .tbcal-day-body[b-2gyjdhk6qt] {
        height: 460px !important;
    }

    .tbcal-hour-label[b-2gyjdhk6qt] {
        font-size: 0.58rem;
    }
}

@media (max-width: 390px) {
    .tbcal-toolbar[b-2gyjdhk6qt] {
        gap: 6px;
    }

    .tbcal-toolbar .mud-button-group-root[b-2gyjdhk6qt] {
        width: 100%;
    }

    .tbcal-toolbar .mud-button-group-root .mud-button-root[b-2gyjdhk6qt] {
        flex: 1 1 0;
        min-width: 0;
        padding-inline: 6px;
        font-size: 0.68rem;
    }

    .tbcal-nav[b-2gyjdhk6qt] {
        width: 100%;
        justify-content: space-between;
    }

    .tbcal-nav .mud-typography[b-2gyjdhk6qt] {
        font-size: 0.78rem;
    }

    .tbcal-grid[b-2gyjdhk6qt] {
        grid-template-columns: 30px repeat(7, minmax(0, 1fr)) !important;
    }

    .tbcal-time-axis[b-2gyjdhk6qt],
    .tbcal-day-body[b-2gyjdhk6qt] {
        height: 420px !important;
    }

    .tbcal-hour-label[b-2gyjdhk6qt] {
        left: 2px;
        font-size: 0.5rem;
    }

    .tbcal-hour-label:nth-child(odd)[b-2gyjdhk6qt] {
        display: none;
    }

    .tbcal-day-header[b-2gyjdhk6qt] {
        padding: 4px 2px;
    }

    .tbcal-day-title[b-2gyjdhk6qt] {
        font-size: 0.56rem;
        line-height: 1.05;
    }

    .tbcal-day-date[b-2gyjdhk6qt] {
        display: none;
    }

    .tbcal-occupancy-axis[b-2gyjdhk6qt],
    .tbcal-occupancy-day[b-2gyjdhk6qt] {
        padding: 4px 0;
    }

    .tbcal-occupancy-axis-item[b-2gyjdhk6qt],
    .tbcal-occupancy-row[b-2gyjdhk6qt] {
        min-height: 26px;
        height: 26px;
    }

    .tbcal-occupancy-item[b-2gyjdhk6qt] {
        min-height: 28px;
        height: 28px;
    }

    .tbcal-occupancy-item-subtitle[b-2gyjdhk6qt] {
        display: none;
    }

    .tbcal-day-header-today[b-2gyjdhk6qt] {
        outline-width: 1px;
    }

    .tbcal-item[b-2gyjdhk6qt] {
        border-radius: 3px;
        padding: 1px 2px;
    }

    .tbcal-item-service-badge[b-2gyjdhk6qt] {
        width: 13px;
        height: 13px;
        flex-basis: 13px;
        font-size: 0.4rem;
    }

    .tbcal-item-client-name[b-2gyjdhk6qt] {
        display: block;
        font-size: 0.5rem;
        line-height: 1.05;
    }

    .tbcal-item-avatar[b-2gyjdhk6qt],
    .tbcal-item-avatar-fallback[b-2gyjdhk6qt] {
        display: none;
    }

    .tbcal-month-occupancy-subtitle[b-2gyjdhk6qt],
    .tbcal-month-day-count[b-2gyjdhk6qt] {
        display: none;
    }

    .tbcal-month-timed-summary-list[b-2gyjdhk6qt] {
        gap: 3px;
    }

    .tbcal-month-timed-summary-service[b-2gyjdhk6qt] {
        width: 18px;
        height: 18px;
    }

    .tbcal-month-timed-summary-resource[b-2gyjdhk6qt] {
        width: 11px;
        height: 11px;
        font-size: 0.38rem;
    }

    .tbcal-hour-line[b-2gyjdhk6qt] {
        border-top-color: rgba(0, 0, 0, 0.24);
    }

    .mud-theme-dark .tbcal-hour-line[b-2gyjdhk6qt] {
        border-top-color: rgba(255, 255, 255, 0.5);
    }
}
/* /Components/Booking/AvailabilityCalendar.razor.rz.scp.css */
.acal-root[b-bwpmy7a06n] {
    width: 100%;
    user-select: none;
    touch-action: pan-y;
    color: var(--tenant-public-calendar-text, inherit);
    background: var(--tenant-public-calendar-canvas, transparent);
}

.acal-week-swipe-area[b-bwpmy7a06n] {
    overflow: hidden;
}

.acal-week-swipe-surface[b-bwpmy7a06n] {
    will-change: transform;
}

.acal-mobile-range-summary[b-bwpmy7a06n] {
    display: none;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    min-height: 32px;
    margin-top: 8px;
    padding: 5px 8px;
    border: 1px solid var(--tenant-public-calendar-border, rgba(var(--mud-palette-primary-rgb), 0.34));
    border-radius: 6px;
    background: var(--tenant-public-calendar-hover, rgba(var(--mud-palette-primary-rgb), 0.10));
    color: var(--tenant-public-calendar-text, var(--mud-palette-text-primary));
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
}

.acal-mobile-range-summary-value[b-bwpmy7a06n] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
}

.acal-mobile-range-summary-date[b-bwpmy7a06n] {
    min-width: 0;
    color: var(--tenant-public-calendar-muted-text, var(--mud-palette-text-secondary));
    font-weight: 600;
    white-space: nowrap;
}

.acal-mobile-range-summary-time[b-bwpmy7a06n] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.acal-mobile-range-summary-duration[b-bwpmy7a06n] {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 2px 8px;
    background: var(--tenant-public-calendar-range, rgba(0, 0, 0, 0.26));
    color: var(--tenant-public-calendar-on-range, #fff);
    font-size: 0.74rem;
    line-height: 1.15;
}

.acal-mobile-range-summary-warning[b-bwpmy7a06n] {
    border-color: var(--tenant-public-calendar-warning, rgba(255, 193, 7, 0.82));
    background: var(--tenant-public-calendar-warning-soft, rgba(255, 152, 0, 0.14));
}

.acal-mobile-range-summary-invalid[b-bwpmy7a06n] {
    border-color: var(--tenant-public-calendar-validation-error, rgba(239, 154, 154, 0.92));
    background: var(--tenant-public-calendar-validation-error-soft, rgba(239, 154, 154, 0.20));
}

.acal-toolbar[b-bwpmy7a06n] {
    gap: 8px;
    flex-wrap: wrap;
}

.acal-view-toggle-button[b-bwpmy7a06n] {
    transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}

.acal-view-toggle-active[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-selected, var(--mud-palette-dark)) !important;
    border-color: var(--tenant-public-calendar-selected, var(--mud-palette-dark)) !important;
    color: var(--tenant-public-calendar-on-selected, var(--mud-palette-dark-text)) !important;
}

.acal-mobile-range-controls[b-bwpmy7a06n] {
    display: grid;
    gap: 4px;
    width: 100%;
}

.acal-mobile-range-control-row[b-bwpmy7a06n] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    min-height: 44px;
}

.acal-mobile-range-control-label[b-bwpmy7a06n] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.acal-mobile-range-control-actions[b-bwpmy7a06n] {
    display: grid;
    grid-template-columns: repeat(2, 44px);
    gap: 6px;
}

.acal-mobile-range-control-button[b-bwpmy7a06n] {
    display: inline-grid;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    place-items: center;
    border: 1px solid var(--tenant-public-calendar-border, var(--mud-palette-lines-default));
    border-radius: 8px;
    background: var(--tenant-public-calendar-surface, var(--mud-palette-surface));
    color: var(--tenant-public-calendar-text, var(--mud-palette-text-primary));
    font: inherit;
    font-size: 1.25rem;
    line-height: 1;
    touch-action: manipulation;
}

.acal-mobile-range-control-button:not(:disabled):hover[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-hover, var(--mud-palette-action-default-hover));
}

.acal-mobile-range-control-button:focus-visible[b-bwpmy7a06n] {
    outline: 2px solid var(--tenant-public-calendar-focus, var(--mud-palette-primary));
    outline-offset: 2px;
}

.acal-mobile-range-control-button:disabled[b-bwpmy7a06n] {
    color: var(--tenant-public-calendar-on-disabled, var(--mud-palette-text-disabled));
    background: var(--tenant-public-calendar-disabled, var(--mud-palette-surface));
    opacity: 0.68;
}

.acal-view-toggle-active:hover[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-selected, var(--mud-palette-dark)) !important;
    border-color: var(--tenant-public-calendar-selected, var(--mud-palette-dark)) !important;
    opacity: 0.92;
}

.acal-grid[b-bwpmy7a06n] {
    display: grid;
    grid-template-columns: 34px repeat(7, minmax(0, 1fr));
    width: 100%;
}

.acal-header[b-bwpmy7a06n] {
    border: 1px solid var(--tenant-public-calendar-border, var(--mud-palette-lines-default));
    border-bottom: none;
    background: var(--tenant-public-calendar-surface, rgba(0, 0, 0, 0.015));
}

.acal-time-header[b-bwpmy7a06n] {
    border-right: 1px solid var(--tenant-public-calendar-border, var(--mud-palette-lines-default));
}

.acal-day-header[b-bwpmy7a06n] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border: 0;
    border-right: 1px solid var(--tenant-public-calendar-border, var(--mud-palette-lines-default));
    background: transparent;
    color: inherit;
    padding: 8px 4px;
    cursor: pointer;
}

.acal-day-header:last-child[b-bwpmy7a06n] {
    border-right: none;
}

.acal-day-title[b-bwpmy7a06n] {
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.acal-day-status[b-bwpmy7a06n] {
    font-size: 0.66rem;
    line-height: 1;
    opacity: 0.85;
    text-align: center;
}

.acal-day-header-selected[b-bwpmy7a06n] {
    box-shadow: inset 0 -2px 0 0 var(--tenant-public-calendar-selected, var(--mud-palette-primary));
    background: var(--tenant-public-calendar-hover, rgba(var(--mud-palette-primary-rgb), 0.08));
}

.acal-day-header:hover[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-hover, transparent);
}

.acal-day-header:focus-visible[b-bwpmy7a06n],
.acal-segment:focus-visible[b-bwpmy7a06n],
.acal-month-day:focus-visible[b-bwpmy7a06n] {
    outline: 2px solid var(--tenant-public-calendar-focus, var(--mud-palette-primary));
    outline-offset: -2px;
}

.acal-body[b-bwpmy7a06n] {
    border: 1px solid var(--tenant-public-calendar-border, var(--mud-palette-lines-default));
    position: relative;
    overflow: hidden;
    background: var(--tenant-public-calendar-elevated-surface, transparent);
}

.acal-time-axis[b-bwpmy7a06n] {
    position: relative;
    border-right: 1px solid var(--tenant-public-calendar-border, var(--mud-palette-lines-default));
    background: var(--tenant-public-calendar-surface, rgba(0, 0, 0, 0.02));
}

.acal-hour-label[b-bwpmy7a06n] {
    position: absolute;
    left: 3px;
    transform: translateY(-50%);
    font-size: 0.64rem;
    line-height: 1;
    color: var(--tenant-public-calendar-muted-text, var(--mud-palette-text-secondary));
    white-space: nowrap;
}

.acal-day-column[b-bwpmy7a06n] {
    position: relative;
    min-width: 0;
    border-right: 1px solid var(--tenant-public-calendar-border, rgba(0, 0, 0, 0.08));
}

.acal-day-column:last-child[b-bwpmy7a06n] {
    border-right: none;
}

.acal-hour-line[b-bwpmy7a06n] {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid var(--tenant-public-calendar-border, rgba(0, 0, 0, 0.08));
}

.acal-segment[b-bwpmy7a06n] {
    position: absolute;
    left: 2px;
    right: 2px;
    min-height: 3px;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
}

.acal-segment-free[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-available, rgb(76, 145, 80));
    border-color: var(--tenant-public-calendar-available-border, rgba(30, 90, 34, 0.92));
    color: var(--tenant-public-calendar-on-available);
    z-index: 2;
}

.acal-segment-busy[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-busy, rgb(239, 154, 154));
    border-color: var(--tenant-public-calendar-busy-border, rgba(136, 14, 14, 0.55));
    color: var(--tenant-public-calendar-on-busy);
    z-index: 3;
}

.acal-segment-unavailable[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-unavailable, rgba(158, 158, 158, 0.45));
    border-color: var(--tenant-public-calendar-unavailable-border, rgba(117, 117, 117, 0.75));
    color: var(--tenant-public-calendar-on-unavailable);
}

.acal-segment-stack-start[b-bwpmy7a06n] {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.acal-segment-stack-end[b-bwpmy7a06n] {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.acal-segment-selected[b-bwpmy7a06n] {
    border-width: 2px;
    border-color: var(--tenant-public-calendar-on-selected, rgba(255, 255, 255, 0.95)) !important;
    color: var(--tenant-public-calendar-on-selected, inherit);
    box-shadow: 0 0 0 2px var(--tenant-public-calendar-focus, rgba(var(--mud-palette-primary-rgb), 0.55));
}

.acal-segment-selected.acal-segment-free[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-selected, rgb(76, 145, 80)) !important;
}

.acal-segment-selected.acal-segment-busy[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-selected, rgb(239, 154, 154)) !important;
}

.acal-segment-selected.acal-segment-unavailable[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-selected, rgba(158, 158, 158, 0.45)) !important;
}

.acal-range-selection-preview[b-bwpmy7a06n] {
    position: absolute;
    left: 3px;
    right: 3px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 18px;
    border: 2px solid var(--tenant-public-calendar-on-range, rgba(255, 255, 255, 0.96));
    border-radius: 4px;
    background: var(--tenant-public-calendar-range, rgba(var(--mud-palette-primary-rgb), 0.48));
    color: var(--tenant-public-calendar-on-range, #fff);
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
    box-shadow: 0 0 0 2px var(--tenant-public-calendar-focus, rgba(var(--mud-palette-primary-rgb), 0.42));
}

.acal-range-selection-preview-warning[b-bwpmy7a06n] {
    border-color: var(--tenant-public-calendar-warning, rgba(255, 193, 7, 0.98));
    background: var(--tenant-public-calendar-warning, rgba(255, 152, 0, 0.45));
    color: var(--tenant-public-calendar-on-warning, #fff);
    box-shadow: 0 0 0 2px var(--tenant-public-calendar-warning-shadow, rgba(255, 193, 7, 0.38));
}

.acal-range-selection-preview-invalid[b-bwpmy7a06n] {
    border-color: var(--tenant-public-calendar-on-validation-error, rgba(255, 255, 255, 0.92));
    background: var(--tenant-public-calendar-validation-error, rgba(239, 154, 154, 0.86));
    color: var(--tenant-public-calendar-on-validation-error, #fff);
    box-shadow: 0 0 0 2px var(--tenant-public-calendar-validation-error-shadow, rgba(136, 14, 14, 0.42));
}

.acal-range-selection-preview-valid[b-bwpmy7a06n] {
    border-color: var(--tenant-public-calendar-success, rgba(46, 125, 50, 0.96));
}

.acal-range-selection-preview-valid .acal-range-selection-preview-duration[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-success, rgba(46, 125, 50, 0.96));
    color: var(--tenant-public-calendar-on-success, #fff);
}

.acal-range-selection-preview-movable[b-bwpmy7a06n] {
    pointer-events: auto;
    cursor: grab;
    touch-action: none;
    user-select: none;
}

.acal-range-selection-preview-moving[b-bwpmy7a06n] {
    cursor: grabbing;
}

.acal-range-selection-preview-resizing[b-bwpmy7a06n] {
    pointer-events: auto;
    cursor: ns-resize;
}

.acal-range-selection-resize-handle[b-bwpmy7a06n] {
    position: absolute;
    left: 50%;
    z-index: 5;
    width: clamp(44px, calc(100% - 8px), 56px);
    min-width: 44px;
    height: 44px;
    transform: translateX(-50%);
    border: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    cursor: ns-resize;
    touch-action: none;
}

.acal-range-selection-resize-handle[b-bwpmy7a06n]::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(44px, 100%);
    height: 8px;
    transform: translate(-50%, -50%);
    border: 1px solid var(--tenant-public-calendar-on-range, rgba(255, 255, 255, 0.72));
    border-radius: 999px;
    background: var(--tenant-public-calendar-range-handle, rgba(12, 18, 22, 0.52));
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22), 0 0 0 1px var(--tenant-public-calendar-focus, rgba(var(--mud-palette-primary-rgb), 0.2));
    transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

.acal-range-selection-resize-handle[b-bwpmy7a06n]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 2px;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: var(--tenant-public-calendar-on-range, rgba(255, 255, 255, 0.86));
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
}

.acal-range-selection-resize-handle:hover[b-bwpmy7a06n]::before {
    border-color: var(--tenant-public-calendar-on-range, rgba(255, 255, 255, 0.9));
    background: var(--tenant-public-calendar-range-handle-hover, rgba(12, 18, 22, 0.68));
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28), 0 0 0 1px var(--tenant-public-calendar-focus, rgba(var(--mud-palette-primary-rgb), 0.28));
}

.acal-range-selection-resize-handle-start[b-bwpmy7a06n] {
    top: 0;
}

.acal-range-selection-resize-handle-start[b-bwpmy7a06n]::before,
.acal-range-selection-resize-handle-start[b-bwpmy7a06n]::after {
    top: 0;
    transform: translate(-50%, -50%);
}

.acal-range-selection-move-keyboard-target[b-bwpmy7a06n] {
    position: absolute;
    inset: 0;
    z-index: 1;
    border: 0;
    background: transparent;
    cursor: grab;
}

.acal-range-selection-preview .acal-range-selection-move-keyboard-target:focus-visible[b-bwpmy7a06n],
.acal-range-selection-preview .acal-range-selection-resize-handle:focus-visible[b-bwpmy7a06n] {
    outline: 2px solid var(--tenant-public-calendar-focus, var(--mud-palette-primary));
    outline-offset: -2px;
}

.acal-range-selection-resize-handle-end[b-bwpmy7a06n] {
    bottom: 0;
}

.acal-range-selection-resize-handle-end[b-bwpmy7a06n]::before,
.acal-range-selection-resize-handle-end[b-bwpmy7a06n]::after {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.acal-range-selection-preview-text[b-bwpmy7a06n] {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    overflow: hidden;
    text-align: center;
}

.acal-range-selection-preview-time[b-bwpmy7a06n],
.acal-range-selection-preview-duration[b-bwpmy7a06n] {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.acal-range-selection-preview-duration[b-bwpmy7a06n] {
    border-radius: 999px;
    padding: 1px 7px;
    background: var(--tenant-public-calendar-range-duration, rgba(0, 0, 0, 0.28));
    color: var(--tenant-public-calendar-on-range);
    font-size: 0.62rem;
    line-height: 1.15;
    letter-spacing: 0;
}

.acal-month-grid[b-bwpmy7a06n] {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.acal-month-legend[b-bwpmy7a06n] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    font-size: 0.8rem;
    color: var(--tenant-public-calendar-muted-text, var(--mud-palette-text-secondary));
}

.acal-month-legend-title[b-bwpmy7a06n] {
    font-weight: 700;
    color: var(--tenant-public-calendar-text, var(--mud-palette-text-primary));
}

.acal-month-legend-item[b-bwpmy7a06n] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.acal-month-legend-swatch[b-bwpmy7a06n] {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 1px solid var(--tenant-public-calendar-border, rgba(0, 0, 0, 0.14));
    flex: 0 0 auto;
}

.acal-month-legend-swatch-available[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-available, rgba(46, 125, 50, 0.30));
    border-color: var(--tenant-public-calendar-available-border, rgba(30, 90, 34, 0.55));
}

.acal-month-legend-swatch-busy[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-busy, rgba(244, 67, 54, 0.20));
    border-color: var(--tenant-public-calendar-busy-border, rgba(183, 28, 28, 0.36));
}

.acal-month-legend-swatch-unavailable[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-unavailable, rgba(158, 158, 158, 0.18));
    border-color: var(--tenant-public-calendar-unavailable-border, rgba(117, 117, 117, 0.28));
}

.acal-month-weekday[b-bwpmy7a06n] {
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    color: var(--tenant-public-calendar-muted-text, var(--mud-palette-text-secondary));
}

.acal-month-day[b-bwpmy7a06n] {
    border: 1px solid var(--tenant-public-calendar-border, var(--mud-palette-lines-default));
    border-radius: 8px;
    min-height: 54px;
    background: var(--tenant-public-calendar-surface, var(--mud-palette-surface));
    color: inherit;
    font-size: 0.95rem;
    cursor: pointer;
}

.acal-month-day:disabled[b-bwpmy7a06n] {
    color: var(--tenant-public-calendar-on-disabled, var(--mud-palette-text-disabled));
    background: var(--tenant-public-calendar-disabled, var(--mud-palette-surface));
    opacity: 0.75;
    cursor: default;
}

.acal-month-day-outside[b-bwpmy7a06n] {
    opacity: 0.42;
    color: var(--tenant-public-calendar-on-disabled, var(--mud-palette-text-disabled));
}

.acal-month-day:not(.acal-month-day-outside)[b-bwpmy7a06n] {
    opacity: 1;
    color: var(--tenant-public-calendar-text, var(--mud-palette-text-primary));
    font-weight: 600;
}

.acal-month-day-selected[b-bwpmy7a06n] {
    color: var(--tenant-public-calendar-on-selected, var(--mud-palette-text-primary)) !important;
    background: var(--tenant-public-calendar-selected, var(--mud-palette-surface)) !important;
    box-shadow: 0 0 0 2px var(--tenant-public-calendar-selected, var(--mud-palette-primary)) inset;
}

.acal-month-day:not(:disabled):hover[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-hover, var(--mud-palette-surface));
}

.acal-status-available[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-available, rgba(46, 125, 50, 0.20));
    border-color: var(--tenant-public-calendar-available-border, rgba(30, 90, 34, 0.40));
}

.acal-month-day.acal-status-available[b-bwpmy7a06n] {
    color: var(--tenant-public-calendar-on-available);
    background: var(--tenant-public-calendar-available, rgba(46, 125, 50, 0.30));
    border-color: var(--tenant-public-calendar-available-border, rgba(30, 90, 34, 0.55));
}

.acal-status-busy[b-bwpmy7a06n] {
    color: var(--tenant-public-calendar-on-busy);
    background: var(--tenant-public-calendar-busy, rgba(244, 67, 54, 0.14));
}

.acal-status-unavailable[b-bwpmy7a06n] {
    color: var(--tenant-public-calendar-on-unavailable);
    background: var(--tenant-public-calendar-unavailable, rgba(158, 158, 158, 0.14));
}

.acal-month-day-selected.acal-status-available[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-selected, rgba(46, 125, 50, 0.30)) !important;
}

.acal-month-day.acal-status-available:not(:disabled):hover[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-hover, rgba(46, 125, 50, 0.30));
}

.acal-month-day-selected.acal-status-busy[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-selected, rgba(244, 67, 54, 0.14)) !important;
}

.acal-month-day.acal-status-busy:not(:disabled):hover[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-hover, rgba(244, 67, 54, 0.14));
}

.acal-month-day-selected.acal-status-unavailable[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-selected, rgba(158, 158, 158, 0.14)) !important;
}

.acal-month-day-selected:focus-visible[b-bwpmy7a06n] {
    z-index: 1;
    outline: 2px solid var(--tenant-public-calendar-on-selected, #fff);
    outline-offset: -4px;
    box-shadow: 0 0 0 2px var(--tenant-public-calendar-focus, var(--mud-palette-primary));
}

.acal-month-day.acal-status-unavailable:not(:disabled):hover[b-bwpmy7a06n] {
    background: var(--tenant-public-calendar-hover, rgba(158, 158, 158, 0.14));
}

.acal-month-day:disabled:not(.acal-month-day-outside)[b-bwpmy7a06n] {
    color: var(--tenant-public-calendar-on-disabled, var(--mud-palette-text-primary));
    background: var(--tenant-public-calendar-disabled, var(--mud-palette-surface));
}

.acal-month-day:disabled.acal-month-day-outside[b-bwpmy7a06n] {
    color: var(--tenant-public-calendar-on-disabled, var(--mud-palette-text-disabled));
    background: var(--tenant-public-calendar-disabled, var(--mud-palette-surface));
}

@media (max-width: 900px) {
    .acal-mobile-range-summary[b-bwpmy7a06n] {
        display: flex;
    }

    .acal-range-selection-move-keyboard-target[b-bwpmy7a06n],
    .acal-range-selection-resize-handle[b-bwpmy7a06n] {
        display: none;
    }

    .acal-grid[b-bwpmy7a06n] {
        grid-template-columns: 30px repeat(7, minmax(0, 1fr));
    }

    .acal-body[b-bwpmy7a06n] {
        height: 460px !important;
    }

    .acal-day-header[b-bwpmy7a06n] {
        padding: 6px 2px;
    }

    .acal-day-title[b-bwpmy7a06n] {
        font-size: 0.69rem;
    }

    .acal-day-status[b-bwpmy7a06n] {
        display: none;
    }

    .acal-hour-label[b-bwpmy7a06n] {
        left: 2px;
        font-size: 0.58rem;
    }

    .acal-segment[b-bwpmy7a06n] {
        left: 1px;
        right: 1px;
        min-height: 2px;
    }

    .acal-segment-stack-start[b-bwpmy7a06n] {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .acal-segment-stack-end[b-bwpmy7a06n] {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .acal-month-grid[b-bwpmy7a06n] {
        gap: 6px;
    }

    .acal-month-legend[b-bwpmy7a06n] {
        gap: 8px 12px;
        font-size: 0.74rem;
    }

    .acal-month-day[b-bwpmy7a06n] {
        min-height: 48px;
    }
}

@media (pointer: coarse) {
    .acal-mobile-range-summary[b-bwpmy7a06n] {
        display: flex;
    }

    .acal-range-selection-move-keyboard-target[b-bwpmy7a06n],
    .acal-range-selection-resize-handle[b-bwpmy7a06n] {
        display: none;
    }
}

@media (max-width: 600px) {
    .acal-toolbar .mud-button-group-root[b-bwpmy7a06n] {
        width: 100%;
    }

    .acal-toolbar .mud-button-group-root .mud-button-root[b-bwpmy7a06n] {
        flex: 1 1 0;
        min-width: 0;
        padding-inline: 6px;
    }

    .acal-grid[b-bwpmy7a06n] {
        grid-template-columns: 26px repeat(7, minmax(0, 1fr));
    }

    .acal-body[b-bwpmy7a06n] {
        height: 420px !important;
    }

    .acal-day-title[b-bwpmy7a06n] {
        font-size: 0.64rem;
    }

    .acal-hour-label[b-bwpmy7a06n] {
        font-size: 0.54rem;
    }

    .acal-segment[b-bwpmy7a06n] {
        min-height: 1.5px;
    }

    .acal-mobile-range-summary[b-bwpmy7a06n] {
        gap: 6px;
        padding-inline: 7px;
        font-size: 0.78rem;
    }

    .acal-mobile-range-summary-value[b-bwpmy7a06n] {
        justify-content: space-between;
        gap: 6px;
    }

    .acal-mobile-range-summary-duration[b-bwpmy7a06n] {
        padding-inline: 7px;
        font-size: 0.7rem;
    }
}
/* /Components/Booking/FlexibleDurationPicker.razor.rz.scp.css */
.fdp-stepper[b-ok50h8mfi0] {
    padding: 0.5rem 0.75rem;
}

.fdp-stepper-row[b-ok50h8mfi0] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.5rem;
}

.fdp-current-value[b-ok50h8mfi0] {
    text-align: center;
    min-width: 0;
}

.fdp-quick-picks[b-ok50h8mfi0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
/* /Components/Public/BookingFirstStorefrontLayout.razor.rz.scp.css */
.storefront-family--booking[b-bruocpidkp] {
    --mud-palette-primary: var(--storefront-primary, #007f82);
    width: 100%;
    overflow: clip;
    color: #10203b;
    background: var(--storefront-surface, #f6f9fd);
}

.storefront-family__content[b-bruocpidkp] {
    max-width: 90rem;
    margin-inline: auto;
    padding: clamp(1rem, 3vw, 2.5rem);
}

.storefront-family--booking[b-bruocpidkp]  .storefront-home-section {
    padding: clamp(1rem, 2vw, 1.5rem);
    border: 1px solid #dbe3ed;
    border-radius: var(--storefront-radius, 1rem);
    background: #fff;
}

.storefront-family--booking[b-bruocpidkp]  .storefront-service-card {
    border-color: #d4dfeb;
    border-radius: var(--storefront-radius, 1rem);
    box-shadow: 0 .35rem 1.3rem rgba(16, 32, 59, .07);
}

.storefront-family--kind-paws-v1[b-bruocpidkp] {
    color: #183f39;
    background:
        radial-gradient(circle at 92% 4%, rgba(242, 182, 109, .28), transparent 24rem),
        var(--storefront-surface);
}

.storefront-family--kind-paws-v1[b-bruocpidkp]  .storefront-home-section {
    border-color: #dddfce;
}

.storefront-family--clinical-trust-v1[b-bruocpidkp] {
    color: #173b43;
    background:
        linear-gradient(150deg, rgba(220, 235, 237, .7), transparent 34rem),
        var(--storefront-surface);
}

.storefront-family--clinical-trust-v1[b-bruocpidkp]  .storefront-home-section {
    border-color: #cbdfe3;
    box-shadow: none;
}

.storefront-family--foot-comfort-v1[b-bruocpidkp] {
    color: #27453e;
    background:
        radial-gradient(circle at 10% 16%, rgba(214, 201, 178, .5), transparent 25rem),
        var(--storefront-surface);
}

.storefront-family--foot-comfort-v1[b-bruocpidkp]  .storefront-home-section {
    border-color: #ddd1bd;
}
/* /Components/Public/CatalogExplorerStorefrontLayout.razor.rz.scp.css */
.storefront-family--catalog[b-q98zpqflht] {
    --mud-palette-primary: var(--storefront-primary, #2759c7);
    width: 100%;
    overflow: clip;
    color: #17264d;
    background:
        radial-gradient(circle at 90% 5%, rgba(39, 89, 199, .11), transparent 26rem),
        var(--storefront-surface, #f5f7fb);
}

.storefront-family__content[b-q98zpqflht] {
    max-width: 94rem;
    margin-inline: auto;
    padding: clamp(1rem, 3vw, 2.5rem);
}

.storefront-family--catalog[b-q98zpqflht]  .storefront-home-section {
    padding-block: clamp(1.25rem, 3vw, 2.5rem);
}

.storefront-family--catalog[b-q98zpqflht]  .storefront-service-grid {
    gap: .35rem;
}

.storefront-family--catalog[b-q98zpqflht]  .storefront-service-card {
    height: 100%;
    overflow: hidden;
    border-color: #d4dcef;
    border-radius: var(--storefront-radius, .7rem);
    background: #fff;
    box-shadow: 0 .45rem 1.5rem rgba(39, 70, 135, .08);
}

.storefront-family--catalog[b-q98zpqflht]  .storefront-service-card .mud-card-media {
    aspect-ratio: 4 / 3;
}

.storefront-family--catalog[b-q98zpqflht]  [data-testid="storefront-section-locations"],
.storefront-family--catalog[b-q98zpqflht]  [data-testid="storefront-section-contact"] {
    padding: clamp(1rem, 2.5vw, 2rem);
    border-radius: 1rem;
    background: #eaf0ff;
}

@media (max-width: 600px) {
    .storefront-family--catalog[b-q98zpqflht]  .storefront-service-grid > .mud-grid-item {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@container storefront-preview (max-width: 600px) {
    .storefront-family--catalog[b-q98zpqflht]  .storefront-service-grid > .mud-grid-item {
        flex-basis: 100%;
        max-width: 100%;
    }
}
/* /Components/Public/NordicEditorialStorefrontLayout.razor.rz.scp.css */
.storefront-family--editorial[b-cp2haurnne] {
    --mud-palette-primary: var(--storefront-primary, #40584a);
    width: 100%;
    overflow: clip;
}

.storefront-family--nordic[b-cp2haurnne] {
    --mud-palette-primary: #40584a;
    color: #302d29;
    background: #f8f5ef;
}

.storefront-family__rule[b-cp2haurnne] {
    height: .45rem;
    background: #40584a;
}

.storefront-family__content[b-cp2haurnne] {
    max-width: 78rem;
    margin-inline: auto;
    padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 5vw, 4rem);
}

.storefront-family--nordic[b-cp2haurnne]  h2,
.storefront-family--nordic[b-cp2haurnne]  h3,
.storefront-family--nordic[b-cp2haurnne]  h4,
.storefront-family--nordic[b-cp2haurnne]  h5,
.storefront-family--nordic[b-cp2haurnne]  h6 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.storefront-family--nordic[b-cp2haurnne]  .storefront-home-section {
    padding-block: 2.5rem;
    border-bottom: 1px solid #d8cbbb;
}

.storefront-family--nordic[b-cp2haurnne]  .storefront-service-card {
    border: 0;
    border-radius: .15rem;
    background: #fffdf9;
}

.storefront-family--dark[b-cp2haurnne] {
    --mud-palette-primary: #c56f45;
    --mud-palette-surface: #111313;
    --mud-palette-text-primary: #f1e8de;
    --mud-palette-text-secondary: #c9b9aa;
    color: #f1e8de;
    background:
        radial-gradient(circle at 85% 0, rgba(125, 73, 43, .18), transparent 35rem),
        #080a0a;
}

.storefront-family--dark .storefront-family__rule[b-cp2haurnne] {
    height: .35rem;
    background: linear-gradient(90deg, #6d351f, #d18458, #6d351f);
}

.storefront-family--dark .storefront-family__content[b-cp2haurnne] {
    max-width: 86rem;
    padding: clamp(1rem, 3vw, 2.5rem);
}

.storefront-family--dark[b-cp2haurnne]  h2,
.storefront-family--dark[b-cp2haurnne]  h3,
.storefront-family--dark[b-cp2haurnne]  h4,
.storefront-family--dark[b-cp2haurnne]  h5,
.storefront-family--dark[b-cp2haurnne]  h6 {
    color: #f1e8de;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.storefront-family--dark[b-cp2haurnne]  .storefront-home-section {
    padding: clamp(1rem, 2.5vw, 2rem);
    border: 1px solid #3c3029;
    border-radius: .6rem;
    background: #0e1010;
}

.storefront-family--dark[b-cp2haurnne]  .storefront-service-card,
.storefront-family--dark[b-cp2haurnne]  .storefront-post-teaser,
.storefront-family--dark[b-cp2haurnne]  .mud-paper,
.storefront-family--dark[b-cp2haurnne]  .mud-card {
    color: #f1e8de;
    border-color: #4a362a;
    background: #121414;
}

.storefront-family--dark[b-cp2haurnne]  .mud-chip {
    color: #f1e8de;
    border-color: #8d583d;
    background: #211915;
}

.storefront-family--dark[b-cp2haurnne]  .storefront-mobile-actions {
    border-color: #4a362a;
    background: rgba(9, 11, 11, .96);
}

.storefront-family--dark[b-cp2haurnne]  a:focus-visible,
.storefront-family--dark[b-cp2haurnne]  button:focus-visible {
    outline: .2rem solid #f0b087;
    outline-offset: .2rem;
}

.storefront-family--nordic-story-v1[b-cp2haurnne] {
    color: #302d29;
    background: var(--storefront-surface);
}

.storefront-family--nordic-story-v1 .storefront-family__rule[b-cp2haurnne] {
    background: var(--storefront-primary);
}

.storefront-family--nordic-story-v1[b-cp2haurnne]  h2,
.storefront-family--nordic-story-v1[b-cp2haurnne]  h3,
.storefront-family--nordic-story-v1[b-cp2haurnne]  h4 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.storefront-family--nordic-story-v1[b-cp2haurnne]  .storefront-home-section {
    padding-block: 2.5rem;
    border-bottom: 1px solid #d8cbbb;
}

.storefront-family--salon-canvas-v1[b-cp2haurnne] {
    color: #392a32;
    background:
        radial-gradient(circle at 95% 8%, rgba(232, 194, 183, .45), transparent 28rem),
        var(--storefront-surface);
}

.storefront-family--salon-canvas-v1 .storefront-family__rule[b-cp2haurnne] {
    height: .6rem;
    background: linear-gradient(90deg, #9a3f57, #e8c2b7, #9a3f57);
}

.storefront-family--salon-canvas-v1[b-cp2haurnne]  .storefront-service-card {
    border: 0;
    border-radius: .25rem;
    box-shadow: 0 .65rem 2rem rgba(92, 41, 57, .1);
}

.storefront-family--barber-bench-v1[b-cp2haurnne] {
    --mud-palette-surface: #151616;
    --mud-palette-text-primary: #f4eadc;
    --mud-palette-text-secondary: #cbbbaa;
    color: #f4eadc;
    background:
        repeating-linear-gradient(90deg, rgba(199, 139, 77, .035) 0 1px, transparent 1px 5rem),
        var(--storefront-surface);
}

.storefront-family--barber-bench-v1 .storefront-family__rule[b-cp2haurnne] {
    background: linear-gradient(90deg, #5e3c24, #c78b4d, #5e3c24);
}

.storefront-family--barber-bench-v1[b-cp2haurnne]  .storefront-home-section,
.storefront-family--barber-bench-v1[b-cp2haurnne]  .mud-card,
.storefront-family--barber-bench-v1[b-cp2haurnne]  .mud-paper {
    color: #f4eadc;
    border-color: #4c3a2a;
    background: #151616;
}

.storefront-family--quiet-touch-v1[b-cp2haurnne] {
    color: #412f29;
    background:
        radial-gradient(circle at 8% 5%, rgba(217, 188, 176, .42), transparent 27rem),
        var(--storefront-surface);
}

.storefront-family--quiet-touch-v1 .storefront-family__rule[b-cp2haurnne] {
    height: .25rem;
    background: var(--storefront-primary);
}

.storefront-family--quiet-touch-v1[b-cp2haurnne]  .storefront-home-section {
    padding-block: clamp(1.5rem, 4vw, 3.5rem);
    border-bottom: 1px solid #dacbc3;
}

.storefront-family--quiet-touch-v1[b-cp2haurnne]  .storefront-service-card {
    border-color: #dfd0c7;
    border-radius: 1.25rem;
    background: #fffaf7;
}
/* /Components/Public/OrganicNatureStorefrontLayout.razor.rz.scp.css */
.storefront-family--organic[b-ds162asbhx] {
    --mud-palette-primary: #36532d;
    position: relative;
    width: 100%;
    overflow: clip;
    color: #2b3327;
    background:
        radial-gradient(circle at 12% 15%, rgba(211, 180, 157, .28), transparent 20rem),
        radial-gradient(circle at 88% 70%, rgba(111, 132, 91, .18), transparent 24rem),
        #f7f0e5;
}

.storefront-family__content[b-ds162asbhx] {
    position: relative;
    z-index: 1;
    max-width: 86rem;
    margin-inline: auto;
    padding: clamp(1rem, 4vw, 3.5rem);
}

.storefront-family--organic[b-ds162asbhx]  h2,
.storefront-family--organic[b-ds162asbhx]  h3,
.storefront-family--organic[b-ds162asbhx]  h4,
.storefront-family--organic[b-ds162asbhx]  h5,
.storefront-family--organic[b-ds162asbhx]  h6 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.storefront-family--organic[b-ds162asbhx]  .storefront-home-section {
    padding: clamp(1rem, 2.5vw, 2rem);
    border: 1px solid rgba(76, 87, 65, .2);
    border-radius: 1.8rem;
    background: rgba(255, 252, 246, .76);
}

.storefront-family--organic[b-ds162asbhx]  .storefront-service-card,
.storefront-family--organic[b-ds162asbhx]  .storefront-post-teaser,
.storefront-family--organic[b-ds162asbhx]  .mud-paper {
    border-color: rgba(76, 87, 65, .22);
    border-radius: 1.25rem;
    background: #fffaf2;
}

.storefront-family--organic[b-ds162asbhx]  .storefront-featured-post {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(54, 83, 45, .96), rgba(101, 119, 76, .96));
}

.storefront-family--organic[b-ds162asbhx]  .storefront-mobile-actions {
    border-color: rgba(54, 83, 45, .22);
    background: rgba(247, 240, 229, .97);
}

.storefront-family__decoration[b-ds162asbhx] {
    position: absolute;
    width: 10rem;
    height: 17rem;
    border-right: .12rem solid rgba(132, 111, 72, .36);
    border-radius: 50%;
    pointer-events: none;
}

.storefront-family__decoration[b-ds162asbhx]::before,
.storefront-family__decoration[b-ds162asbhx]::after {
    position: absolute;
    width: 5rem;
    height: 8rem;
    content: "";
    border: .1rem solid rgba(132, 111, 72, .32);
    border-radius: 100% 0 100% 0;
}

.storefront-family__decoration--left[b-ds162asbhx] {
    top: 42%;
    left: -4rem;
    transform: rotate(16deg);
}

.storefront-family__decoration--right[b-ds162asbhx] {
    right: -4rem;
    bottom: 8%;
    transform: rotate(195deg);
}

.storefront-family--organic[b-ds162asbhx]  a:focus-visible,
.storefront-family--organic[b-ds162asbhx]  button:focus-visible {
    outline: .2rem solid #6b4c31;
    outline-offset: .2rem;
}

@media (max-width: 600px) {
    .storefront-family__content[b-ds162asbhx] {
        padding: .5rem;
    }

    .storefront-family__decoration[b-ds162asbhx] {
        display: none;
    }
}

@container storefront-preview (max-width: 600px) {
    .storefront-family__content[b-ds162asbhx] {
        padding: .5rem;
    }

    .storefront-family__decoration[b-ds162asbhx] {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .storefront-family--organic *[b-ds162asbhx],
    .storefront-family--organic *[b-ds162asbhx]::before,
    .storefront-family--organic *[b-ds162asbhx]::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
/* /Components/Public/PerformanceDashboardStorefrontLayout.razor.rz.scp.css */
.storefront-family--performance[b-retfvqzx0w] {
    --mud-palette-primary: var(--storefront-primary, #3f633c);
    width: 100%;
    overflow: clip;
}

.storefront-family__content[b-retfvqzx0w] {
    max-width: 92rem;
    margin-inline: auto;
    padding: clamp(1rem, 3vw, 2.5rem);
}

.storefront-family--performance[b-retfvqzx0w]  .storefront-home-section {
    padding: clamp(1rem, 2.5vw, 2rem);
}

.storefront-family--performance[b-retfvqzx0w]  .storefront-service-card {
    height: 100%;
    border-radius: var(--storefront-radius, .75rem);
}

.storefront-family--peak-motion-v1[b-retfvqzx0w] {
    --mud-palette-text-primary: #f2f6ed;
    --mud-palette-text-secondary: #bbc7b5;
    color: #f2f6ed;
    background:
        linear-gradient(116deg, transparent 0 72%, rgba(199, 255, 40, .1) 72% 78%, transparent 78%),
        #121512;
}

.storefront-family--peak-motion-v1[b-retfvqzx0w]  .storefront-home-section {
    border-bottom: 1px solid #35402f;
}

.storefront-family--peak-motion-v1[b-retfvqzx0w]  .mud-card,
.storefront-family--peak-motion-v1[b-retfvqzx0w]  .mud-paper {
    color: #f2f6ed;
    border-color: #45523e;
    background: #1a1f19;
}

.storefront-family--peak-motion-v1[b-retfvqzx0w]  .storefront-service-card .mud-button-filled {
    color: #18200f;
}

.storefront-family--field-flow-v1[b-retfvqzx0w] {
    color: #334431;
    background:
        radial-gradient(ellipse at 95% 4%, rgba(217, 200, 168, .6), transparent 34rem),
        linear-gradient(180deg, #f6f1e6, #edf2e7);
}

.storefront-family--field-flow-v1[b-retfvqzx0w]  .storefront-home-section {
    margin-bottom: .75rem;
    border: 0;
    border-radius: 1.5rem;
    background: rgba(255, 253, 247, .82);
}

.storefront-family--field-flow-v1[b-retfvqzx0w]  .storefront-service-card {
    border-color: #d3d8c6;
    background: #fffdf8;
}

@media (max-width: 600px) {
    .storefront-family--performance[b-retfvqzx0w]  .storefront-service-grid > .mud-grid-item {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@container storefront-preview (max-width: 600px) {
    .storefront-family--performance[b-retfvqzx0w]  .storefront-service-grid > .mud-grid-item {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .storefront-family--performance *[b-retfvqzx0w],
    .storefront-family--performance *[b-retfvqzx0w]::before,
    .storefront-family--performance *[b-retfvqzx0w]::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
/* /Components/Public/ServiceBoardStorefrontLayout.razor.rz.scp.css */
.storefront-family--service-board[b-cbwqfvtevb] {
    --mud-palette-primary: var(--storefront-primary, #d45c32);
    width: 100%;
    overflow: clip;
    color: #222a30;
    background:
        linear-gradient(rgba(242, 239, 232, .94), rgba(242, 239, 232, .94)),
        repeating-linear-gradient(90deg, #283139 0 1px, transparent 1px 4rem);
}

.storefront-family__content[b-cbwqfvtevb] {
    max-width: 90rem;
    margin-inline: auto;
    padding: clamp(1rem, 3vw, 2.5rem);
}

.storefront-family--service-board[b-cbwqfvtevb]  .storefront-home-section {
    padding: clamp(1rem, 2.5vw, 2rem);
    border-bottom: 2px solid #c7c1b4;
}

.storefront-family--service-board[b-cbwqfvtevb]  .storefront-service-grid {
    display: block;
}

.storefront-family--service-board[b-cbwqfvtevb]  .storefront-service-grid > .mud-grid-item {
    max-width: 100%;
    padding-block: .4rem;
}

.storefront-family--service-board[b-cbwqfvtevb]  .storefront-service-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    border: 1px solid #b7b3aa;
    border-radius: .25rem;
    background: #fffdf7;
}

.storefront-family--service-board[b-cbwqfvtevb]  .storefront-service-card .mud-card-actions {
    min-width: 12rem;
}

.storefront-family--service-board[b-cbwqfvtevb]  .mud-chip {
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}

@media (max-width: 600px) {
    .storefront-family--service-board[b-cbwqfvtevb]  .storefront-service-card {
        display: block;
    }

    .storefront-family--service-board[b-cbwqfvtevb]  .storefront-service-card .mud-card-actions {
        min-width: 0;
    }
}

@container storefront-preview (max-width: 600px) {
    .storefront-family--service-board[b-cbwqfvtevb]  .storefront-service-card {
        display: block;
    }

    .storefront-family--service-board[b-cbwqfvtevb]  .storefront-service-card .mud-card-actions {
        min-width: 0;
    }
}
/* /Components/Public/SoftBentoStorefrontLayout.razor.rz.scp.css */
.storefront-family--bento[b-yv37c8w48e] {
    --mud-palette-primary: var(--storefront-primary, #10225e);
    width: 100%;
    overflow: clip;
    color: #101b48;
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--storefront-accent, #eae4ff) 24%, #fff), transparent),
        var(--storefront-surface, #fbfbff);
}

.storefront-family__content[b-yv37c8w48e] {
    max-width: 90rem;
    margin-inline: auto;
    padding: clamp(1rem, 3vw, 2rem);
}

.storefront-family--bento[b-yv37c8w48e]  [data-testid="storefront-home-renderer"] {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: stretch;
    gap: 1rem;
}

.storefront-family--bento[b-yv37c8w48e]  .storefront-home-section {
    grid-column: span 6;
    padding: clamp(1rem, 2.5vw, 2rem);
    border: 0;
    border-radius: var(--storefront-radius, 1.5rem);
    background: #fff;
    box-shadow: 0 .7rem 2.4rem rgba(16, 34, 94, .06);
}

.storefront-family--bento[b-yv37c8w48e]  [data-testid="storefront-section-identity"],
.storefront-family--bento[b-yv37c8w48e]  [data-testid="storefront-section-services"],
.storefront-family--bento[b-yv37c8w48e]  [data-testid="storefront-section-latestposts"],
.storefront-family--bento[b-yv37c8w48e]  [data-testid="storefront-section-legaldocuments"] {
    grid-column: 1 / -1;
}

.storefront-family--bento[b-yv37c8w48e]  [data-testid="storefront-section-contact"] {
    background: var(--storefront-accent, #eae4ff);
}

.storefront-family--bento[b-yv37c8w48e]  [data-testid="storefront-section-locations"] {
    background: #eaf5ed;
}

.storefront-family--bento[b-yv37c8w48e]  .storefront-service-card {
    border: 0;
    border-radius: 1.1rem;
    background: #fbfbff;
}

.storefront-family--vital-balance-v1[b-yv37c8w48e] {
    color: #31442d;
    background:
        radial-gradient(circle at 88% 10%, rgba(129, 155, 105, .25), transparent 26rem),
        var(--storefront-surface);
}

.storefront-family--vital-balance-v1[b-yv37c8w48e]  [data-testid="storefront-section-locations"] {
    background: #edf0df;
}

.storefront-family--nail-atelier-v1[b-yv37c8w48e] {
    color: #14205f;
    background:
        radial-gradient(circle at 90% 5%, rgba(255, 116, 102, .25), transparent 22rem),
        radial-gradient(circle at 4% 55%, rgba(119, 104, 255, .16), transparent 26rem),
        var(--storefront-surface);
}

.storefront-family--nail-atelier-v1[b-yv37c8w48e]  .storefront-service-card {
    border: 1px solid #dfe3ff;
    box-shadow: .4rem .4rem 0 rgba(23, 71, 204, .09);
}

@media (max-width: 760px) {
    .storefront-family--bento[b-yv37c8w48e]  .storefront-home-section {
        grid-column: 1 / -1;
    }
}

@container storefront-preview (max-width: 760px) {
    .storefront-family--bento[b-yv37c8w48e]  .storefront-home-section {
        grid-column: 1 / -1;
    }
}
/* /Components/Public/SplitEditorialStorefrontLayout.razor.rz.scp.css */
.storefront-family--split[b-fya217brn9] {
    width: 100%;
    overflow: clip;
}

.storefront-family__content[b-fya217brn9] {
    max-width: 88rem;
    margin-inline: auto;
    padding: clamp(1rem, 3vw, 2.5rem);
}

.storefront-family--expressive[b-fya217brn9] {
    --mud-palette-primary: #c45125;
    color: #26362b;
    background:
        linear-gradient(rgba(251, 245, 235, .96), rgba(251, 245, 235, .96)),
        repeating-linear-gradient(90deg, rgba(52, 66, 55, .06) 0 1px, transparent 1px 5rem);
}

.storefront-family--expressive[b-fya217brn9]  h2,
.storefront-family--expressive[b-fya217brn9]  h3,
.storefront-family--expressive[b-fya217brn9]  h4 {
    letter-spacing: .08em;
    text-transform: uppercase;
}

.storefront-family--expressive[b-fya217brn9]  .storefront-home-section {
    padding-block: clamp(1.25rem, 3vw, 2.5rem);
    border-bottom: 1px solid #d9c9b8;
}

.storefront-family--expressive[b-fya217brn9]  .storefront-service-grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: .75rem;
    scroll-snap-type: x proximity;
}

.storefront-family--expressive[b-fya217brn9]  .storefront-service-grid > .mud-grid-item {
    min-width: min(22rem, 86vw);
    scroll-snap-align: start;
}

.storefront-family--expressive[b-fya217brn9]  .storefront-service-card {
    border-color: #d8c6b2;
    border-radius: .25rem;
    background: #fffaf2;
}

.storefront-family--expressive[b-fya217brn9]  .storefront-featured-post {
    color: #f8eee0;
    border-radius: .25rem;
    background:
        linear-gradient(135deg, rgba(196, 81, 37, .95), rgba(128, 46, 21, .96));
}

.storefront-family--bold[b-fya217brn9] {
    --mud-palette-primary: #0b39d8;
    --mud-palette-secondary: #ff6254;
    color: #101735;
    background:
        radial-gradient(circle at 92% 30%, rgba(189, 178, 255, .42), transparent 25rem),
        #f7f8ff;
}

.storefront-family--bold .storefront-family__content[b-fya217brn9] {
    max-width: 92rem;
    padding: 0;
}

.storefront-family--bold[b-fya217brn9]  .storefront-home-renderer {
    gap: 0;
}

.storefront-family--bold[b-fya217brn9]  .storefront-home-section {
    padding: clamp(1rem, 2.5vw, 2rem) clamp(1rem, 4vw, 3rem);
    border-bottom: 1px solid #dce0f4;
}

.storefront-family--bold[b-fya217brn9]  h2,
.storefront-family--bold[b-fya217brn9]  h3,
.storefront-family--bold[b-fya217brn9]  h4,
.storefront-family--bold[b-fya217brn9]  h5,
.storefront-family--bold[b-fya217brn9]  h6 {
    font-weight: 850;
    letter-spacing: -.025em;
}

.storefront-family--bold[b-fya217brn9]  .storefront-service-card {
    border: 0;
    border-radius: .85rem;
    background: #fff;
    box-shadow: 0 .35rem 1.3rem rgba(11, 57, 216, .1);
}

.storefront-family--bold[b-fya217brn9]  .storefront-service-card .mud-card-actions .mud-button-root {
    color: #161a32;
    background: #ff6254;
}

.storefront-family--bold[b-fya217brn9]  .storefront-featured-post {
    color: #fff;
    border-radius: 1rem;
    background:
        radial-gradient(circle at 85% 50%, #bdb2ff 0 12rem, transparent 12.1rem),
        linear-gradient(105deg, #0b39d8 0 55%, #ff6254 55% 100%);
}

.storefront-family--bold[b-fya217brn9]  .storefront-mobile-actions {
    border-color: rgba(11, 57, 216, .18);
    background: rgba(248, 249, 255, .97);
}

.storefront-family--bold[b-fya217brn9]  a:focus-visible,
.storefront-family--bold[b-fya217brn9]  button:focus-visible {
    outline: .2rem solid #ff6254;
    outline-offset: .2rem;
}

@media (max-width: 600px) {
    .storefront-family--expressive .storefront-family__content[b-fya217brn9] {
        padding: .5rem;
    }

    .storefront-family--expressive[b-fya217brn9]  .storefront-service-grid {
        overflow-x: visible;
        flex-wrap: wrap;
    }

    .storefront-family--expressive[b-fya217brn9]  .storefront-service-grid > .mud-grid-item {
        min-width: 0;
        flex-basis: 100%;
        max-width: 100%;
    }

    .storefront-family--bold[b-fya217brn9]  .storefront-service-grid {
        gap: .6rem;
    }

    .storefront-family--bold[b-fya217brn9]  .storefront-service-card .mud-card-content {
        padding: .85rem;
    }
}

@container storefront-preview (max-width: 600px) {
    .storefront-family--expressive .storefront-family__content[b-fya217brn9] {
        padding: .5rem;
    }

    .storefront-family--expressive[b-fya217brn9]  .storefront-service-grid {
        overflow-x: visible;
        flex-wrap: wrap;
    }

    .storefront-family--expressive[b-fya217brn9]  .storefront-service-grid > .mud-grid-item {
        min-width: 0;
        flex-basis: 100%;
        max-width: 100%;
    }

    .storefront-family--bold[b-fya217brn9]  .storefront-service-grid {
        gap: .6rem;
    }

    .storefront-family--bold[b-fya217brn9]  .storefront-service-card .mud-card-content {
        padding: .85rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .storefront-family--split *[b-fya217brn9],
    .storefront-family--split *[b-fya217brn9]::before,
    .storefront-family--split *[b-fya217brn9]::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
/* /Components/Public/StorefrontDesignFooter.razor.rz.scp.css */
.storefront-design-footer[b-t2uj26o8gf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem clamp(1rem, 5vw, 4rem);
    color: #fff;
    background: #10203b;
}

.storefront-design-footer nav[b-t2uj26o8gf] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.storefront-design-footer a[b-t2uj26o8gf] {
    color: inherit;
}

@media (max-width: 600px) {
    .storefront-design-footer[b-t2uj26o8gf] {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 5.5rem;
    }
}

@container storefront-preview (max-width: 600px) {
    .storefront-design-footer[b-t2uj26o8gf] {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 1.5rem;
    }
}
/* /Components/Public/StorefrontDesignHost.razor.rz.scp.css */
.storefront-design-host[b-hnblc4mfhj] {
    width: 100%;
    min-width: 0;
}

.storefront-design-host--standard[b-hnblc4mfhj] {
    padding: clamp(.75rem, 2.5vw, 2rem);
    color: var(--mud-palette-text-primary);
    background: var(--mud-palette-background);
}

.storefront-standard-theme[b-hnblc4mfhj] {
    width: min(100%, 80rem);
    margin-inline: auto;
    padding: clamp(1rem, 3vw, 2rem);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 1.25rem;
    background: var(--mud-palette-surface);
    box-shadow: var(--mud-elevation-2);
}

@media (max-width: 600px) {
    .storefront-design-host--standard[b-hnblc4mfhj] {
        padding: .5rem;
    }

    .storefront-standard-theme[b-hnblc4mfhj] {
        padding: .75rem;
        border-radius: .875rem;
    }

    .storefront-design-host[b-hnblc4mfhj]  .storefront-family__content {
        padding: .5rem;
    }

    .storefront-design-host[b-hnblc4mfhj]  .storefront-home-section {
        min-width: 0;
        padding: .75rem;
    }
}

@container storefront-preview (max-width: 600px) {
    .storefront-design-host[b-hnblc4mfhj]  .storefront-family__content {
        padding: .5rem;
    }

    .storefront-design-host[b-hnblc4mfhj]  .storefront-home-section {
        min-width: 0;
        padding: .75rem;
    }
}
/* /Components/Public/StorefrontHomeRenderer.razor.rz.scp.css */
.storefront-home-section[b-lcjvxf7dya] {
    min-width: 0;
    scroll-margin-top: 5rem;
    overflow-wrap: anywhere;
}

.storefront-home-section--emphasized[b-lcjvxf7dya] {
    padding: clamp(1rem, 3vw, 2rem);
    border-radius: 1.5rem;
    background: color-mix(in srgb, var(--mud-palette-primary) 8%, var(--mud-palette-surface));
}

.storefront-home-section--compact[b-lcjvxf7dya] {
    max-width: 62rem;
    margin-inline: auto;
}

.storefront-home-section[b-lcjvxf7dya]  .storefront-service-card,
.storefront-home-section[b-lcjvxf7dya]  .storefront-post-teaser,
.storefront-home-section[b-lcjvxf7dya]  .storefront-document-card {
    height: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.storefront-home-section[b-lcjvxf7dya]  .storefront-service-card .mud-card-content,
.storefront-home-section[b-lcjvxf7dya]  .storefront-post-teaser .mud-card-content,
.storefront-home-section[b-lcjvxf7dya]  .storefront-document-card .mud-card-content {
    min-width: 0;
    flex: 1;
}

.storefront-home-section[b-lcjvxf7dya]  .storefront-service-card .mud-button-label,
.storefront-home-section[b-lcjvxf7dya]  .storefront-post-teaser .mud-button-label,
.storefront-home-section[b-lcjvxf7dya]  .storefront-document-card .mud-button-label {
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
}

.storefront-home-section[b-lcjvxf7dya]  .storefront-service-description {
    white-space: pre-line;
}

.storefront-home-section[b-lcjvxf7dya]  .storefront-featured-post {
    border-radius: 1.5rem;
    background: color-mix(in srgb, var(--mud-palette-secondary) 10%, var(--mud-palette-surface));
}

@media (max-width: 1280px) {
    .storefront-home-section[b-lcjvxf7dya]  .storefront-service-grid > .mud-grid-item {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (max-width: 960px) {
    .storefront-home-section[b-lcjvxf7dya]  .storefront-post-grid > .mud-grid-item,
    .storefront-home-section[b-lcjvxf7dya]  .storefront-document-grid > .mud-grid-item {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .storefront-home-section[b-lcjvxf7dya]  .storefront-service-grid > .mud-grid-item {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@container storefront-preview (max-width: 1280px) {
    .storefront-home-section[b-lcjvxf7dya]  .storefront-service-grid > .mud-grid-item {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@container storefront-preview (max-width: 960px) {
    .storefront-home-section[b-lcjvxf7dya]  .storefront-post-grid > .mud-grid-item,
    .storefront-home-section[b-lcjvxf7dya]  .storefront-document-grid > .mud-grid-item {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@container storefront-preview (max-width: 600px) {
    .storefront-home-section[b-lcjvxf7dya]  .storefront-service-grid > .mud-grid-item {
        flex-basis: 100%;
        max-width: 100%;
    }
}
/* /Components/Public/StorefrontIdentityPanel.razor.rz.scp.css */
.storefront-identity[b-felmfz3pjz] {
    --identity-primary: #007f82;
    --identity-surface: #fff;
    color: #10203b;
    background:
        linear-gradient(rgba(255, 255, 255, .94), rgba(255, 255, 255, .94)),
        var(--storefront-background-image, none);
    background-position: center;
    background-size: cover;
    border-radius: 1rem;
    overflow: hidden;
}

.storefront-identity__header[b-felmfz3pjz] {
    display: grid;
    grid-template-columns: minmax(12rem, auto) 1fr auto;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(16, 32, 59, .12);
}

.storefront-identity__brand[b-felmfz3pjz] {
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    min-width: 0;
    color: inherit;
    font-size: 1.05rem;
    font-weight: 750;
    text-decoration: none;
}

.storefront-identity__brand span[b-felmfz3pjz],
.storefront-identity__location span[b-felmfz3pjz] {
    min-width: 0;
    overflow-wrap: anywhere;
}

.storefront-identity__logo[b-felmfz3pjz] {
    width: 4.25rem;
    height: 4.25rem;
    object-fit: contain;
    border-radius: .6rem;
    background: #fff;
}

.storefront-identity__navigation[b-felmfz3pjz] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.storefront-identity__navigation a[b-felmfz3pjz] {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.storefront-identity__navigation a:hover[b-felmfz3pjz],
.storefront-identity__navigation a:focus-visible[b-felmfz3pjz] {
    color: var(--identity-primary);
    text-decoration: underline;
    text-underline-offset: .35rem;
}

.storefront-identity__language[b-felmfz3pjz] {
    width: 6rem;
}

.storefront-identity__body[b-felmfz3pjz] {
    display: grid;
    grid-template-columns: minmax(16rem, 1fr) minmax(18rem, 1.4fr) minmax(12rem, .65fr);
    gap: 1rem;
    padding: 1.25rem;
}

.storefront-identity__body > *[b-felmfz3pjz] {
    min-width: 0;
    max-width: 100%;
}

.storefront-identity__copy[b-felmfz3pjz],
.storefront-identity__hours[b-felmfz3pjz] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .8rem;
    padding: clamp(1rem, 3vw, 2rem);
}

.storefront-identity__eyebrow[b-felmfz3pjz] {
    color: var(--identity-primary);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.storefront-identity h1[b-felmfz3pjz] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: .98;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
}

.storefront-identity p[b-felmfz3pjz] {
    max-width: 42rem;
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    white-space: pre-wrap;
}

.storefront-identity__location[b-felmfz3pjz],
.storefront-identity__actions[b-felmfz3pjz] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .65rem;
}

.storefront-identity__cover[b-felmfz3pjz] {
    min-height: 22rem;
    overflow: hidden;
    border-radius: .8rem;
}

.storefront-identity__cover img[b-felmfz3pjz] {
    width: 100%;
    height: 100%;
    min-height: 22rem;
    object-fit: cover;
}

.storefront-identity__hours[b-felmfz3pjz] {
    align-self: stretch;
    border-radius: .8rem;
    background: #e9f5ed;
}

.storefront-identity--nordic[b-felmfz3pjz] {
    --identity-primary: #40584a;
    position: relative;
    min-height: clamp(30rem, 68vh, 48rem);
    color: #fff;
    border-radius: 0;
    background:
        linear-gradient(90deg, rgba(24, 27, 24, .76), rgba(24, 27, 24, .18)),
        var(--storefront-background-image, none);
    background-position: center;
    background-size: cover;
}

.storefront-identity--nordic .storefront-identity__header[b-felmfz3pjz] {
    position: relative;
    z-index: 2;
    border-color: rgba(255, 255, 255, .28);
}

.storefront-identity--nordic .storefront-identity__body[b-felmfz3pjz] {
    position: relative;
    z-index: 1;
    min-height: 34rem;
    grid-template-columns: minmax(16rem, .85fr) minmax(20rem, 1.15fr);
    align-items: end;
}

.storefront-identity--nordic .storefront-identity__copy[b-felmfz3pjz] {
    align-self: center;
    text-align: center;
}

.storefront-identity--nordic h1[b-felmfz3pjz] {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: .04em;
}

.storefront-identity--nordic .storefront-identity__cover[b-felmfz3pjz] {
    height: 30rem;
    opacity: .88;
}

.storefront-identity--nordic .storefront-identity__hours[b-felmfz3pjz] {
    display: none;
}

.storefront-identity--bento[b-felmfz3pjz] {
    --identity-primary: #10225e;
    background: #fbfbff;
}

.storefront-identity--bento .storefront-identity__body[b-felmfz3pjz] {
    grid-template-columns: minmax(16rem, .8fr) minmax(20rem, 1.25fr) minmax(14rem, .7fr);
}

.storefront-identity--bento .storefront-identity__copy[b-felmfz3pjz] {
    border-radius: 1.5rem;
    background: linear-gradient(135deg, #f1eaff, #faf7ff);
}

.storefront-identity--bento .storefront-identity__cover[b-felmfz3pjz],
.storefront-identity--bento .storefront-identity__hours[b-felmfz3pjz] {
    border-radius: 1.5rem;
}

.storefront-identity--bento h1[b-felmfz3pjz],
.storefront-identity--bento .storefront-identity__hours strong[b-felmfz3pjz] {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.storefront-identity--dark[b-felmfz3pjz] {
    --identity-primary: #d18458;
    position: relative;
    min-height: clamp(34rem, 70vh, 48rem);
    color: #f1e8de;
    border: 1px solid #3b2d25;
    border-radius: .6rem;
    background:
        radial-gradient(circle at 75% 35%, rgba(122, 71, 42, .34), transparent 28rem),
        #080a0a;
}

.storefront-identity--dark .storefront-identity__header[b-felmfz3pjz] {
    position: relative;
    z-index: 3;
    border-color: rgba(209, 132, 88, .32);
    background: rgba(7, 9, 9, .88);
}

.storefront-identity--dark .storefront-identity__body[b-felmfz3pjz] {
    position: relative;
    min-height: 38rem;
    grid-template-columns: minmax(16rem, .78fr) minmax(14rem, 1.22fr);
    align-content: center;
    isolation: isolate;
}

.storefront-identity--dark .storefront-identity__copy[b-felmfz3pjz],
.storefront-identity--dark .storefront-identity__hours[b-felmfz3pjz] {
    position: relative;
    z-index: 2;
    grid-column: 1;
    background: rgba(5, 7, 7, .62);
    backdrop-filter: blur(5px);
}

.storefront-identity--dark .storefront-identity__copy[b-felmfz3pjz] {
    align-self: end;
}

.storefront-identity--dark .storefront-identity__hours[b-felmfz3pjz] {
    align-self: start;
    border-radius: 0;
}

.storefront-identity--dark .storefront-identity__cover[b-felmfz3pjz] {
    position: absolute;
    z-index: 0;
    inset: 0;
    min-height: 100%;
    border-radius: 0;
    opacity: .72;
}

.storefront-identity--dark .storefront-identity__cover[b-felmfz3pjz]::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, #080a0a 2%, rgba(8, 10, 10, .86) 32%, rgba(8, 10, 10, .12) 78%, #080a0a 100%);
}

.storefront-identity--dark .storefront-identity__cover img[b-felmfz3pjz] {
    min-height: 100%;
    filter: saturate(.72) contrast(1.08);
}

.storefront-identity--dark h1[b-felmfz3pjz] {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.storefront-identity--dark .storefront-identity__eyebrow[b-felmfz3pjz] {
    color: #d18458;
}

.storefront-identity--dark[b-felmfz3pjz]  .mud-button-outlined {
    color: #efb28c;
    border-color: #d18458;
}

.storefront-identity--expressive[b-felmfz3pjz] {
    --identity-primary: #c45125;
    color: #25382a;
    border: 1px solid #dccdbd;
    border-radius: .25rem;
    background:
        radial-gradient(circle at 10% 10%, rgba(196, 81, 37, .08), transparent 18rem),
        #fbf5eb;
}

.storefront-identity--expressive .storefront-identity__body[b-felmfz3pjz] {
    grid-template-columns: minmax(18rem, 1fr) minmax(22rem, 1.15fr);
    grid-template-areas:
        "copy cover"
        "hours cover";
    gap: 0;
    padding: 0;
}

.storefront-identity--expressive .storefront-identity__copy[b-felmfz3pjz] {
    grid-area: copy;
    padding: clamp(2rem, 5vw, 5rem);
}

.storefront-identity--expressive .storefront-identity__cover[b-felmfz3pjz] {
    grid-area: cover;
    min-height: 34rem;
    border-radius: 0;
}

.storefront-identity--expressive .storefront-identity__cover img[b-felmfz3pjz] {
    min-height: 34rem;
}

.storefront-identity--expressive .storefront-identity__hours[b-felmfz3pjz] {
    grid-area: hours;
    padding: 1.2rem clamp(2rem, 5vw, 5rem);
    border-radius: 0;
    background: #eadfce;
}

.storefront-identity--expressive h1[b-felmfz3pjz] {
    max-width: 12ch;
    font-size: clamp(3.5rem, 8vw, 7.5rem);
    font-weight: 620;
    letter-spacing: -.06em;
    line-height: .82;
    overflow-wrap: break-word;
    text-transform: uppercase;
}

.storefront-identity--expressive.storefront-identity--no-cover .storefront-identity__body[b-felmfz3pjz] {
    grid-template-columns: 1fr;
    grid-template-areas:
        "copy"
        "hours";
}

.storefront-identity--bold[b-felmfz3pjz] {
    --identity-primary: #ff6254;
    position: relative;
    color: #fff;
    border-radius: .85rem;
    background:
        radial-gradient(circle at 7% 78%, #bdb2ff 0 8rem, transparent 8.1rem),
        radial-gradient(circle at 78% 30%, #ff6254 0 24rem, transparent 24.1rem),
        #0b39d8;
}

.storefront-identity--bold .storefront-identity__header[b-felmfz3pjz] {
    position: relative;
    z-index: 2;
    border-color: rgba(255, 255, 255, .28);
}

.storefront-identity--bold .storefront-identity__body[b-felmfz3pjz] {
    min-height: 34rem;
    grid-template-columns: minmax(19rem, 1fr) minmax(20rem, 1fr);
    grid-template-areas:
        "copy cover"
        "hours cover";
    padding: 0;
}

.storefront-identity--bold .storefront-identity__copy[b-felmfz3pjz] {
    z-index: 1;
    grid-area: copy;
    padding: clamp(2rem, 5vw, 4rem);
}

.storefront-identity--bold .storefront-identity__cover[b-felmfz3pjz] {
    z-index: 1;
    grid-area: cover;
    min-height: 34rem;
    border-radius: 52% 0 0 0;
    clip-path: ellipse(78% 78% at 72% 50%);
}

.storefront-identity--bold .storefront-identity__cover img[b-felmfz3pjz] {
    min-height: 34rem;
}

.storefront-identity--bold .storefront-identity__hours[b-felmfz3pjz] {
    z-index: 1;
    grid-area: hours;
    padding: 1rem clamp(2rem, 5vw, 4rem) 2rem;
    color: #fff;
    border-radius: 0;
    background: transparent;
}

.storefront-identity--bold h1[b-felmfz3pjz] {
    max-width: 13ch;
    font-size: clamp(3.5rem, 8vw, 7rem);
    font-weight: 900;
    letter-spacing: -.065em;
    line-height: .82;
    overflow-wrap: break-word;
    text-transform: uppercase;
}

.storefront-identity--bold .storefront-identity__eyebrow[b-felmfz3pjz] {
    color: #ffd2cc;
}

.storefront-identity--bold[b-felmfz3pjz]  .mud-button-filled {
    color: #171b38;
    background: #ff6254;
}

.storefront-identity--bold[b-felmfz3pjz]  .mud-button-outlined {
    color: #fff;
    border-color: #fff;
}

.storefront-identity--bold.storefront-identity--no-cover .storefront-identity__body[b-felmfz3pjz] {
    grid-template-columns: 1fr;
    grid-template-areas:
        "copy"
        "hours";
}

.storefront-identity--organic[b-felmfz3pjz] {
    --identity-primary: #36532d;
    position: relative;
    color: #fff;
    border: .65rem solid #f7f0e5;
    border-radius: 2.4rem;
    background:
        linear-gradient(135deg, #455b3b, #7d6b52);
}

.storefront-identity--organic .storefront-identity__header[b-felmfz3pjz] {
    position: relative;
    z-index: 4;
    color: #233020;
    border: 0;
    background: rgba(247, 240, 229, .96);
}

.storefront-identity--organic .storefront-identity__body[b-felmfz3pjz] {
    position: relative;
    min-height: 35rem;
    grid-template-columns: minmax(17rem, .72fr) minmax(16rem, 1.28fr);
    align-content: end;
    isolation: isolate;
}

.storefront-identity--organic .storefront-identity__copy[b-felmfz3pjz],
.storefront-identity--organic .storefront-identity__hours[b-felmfz3pjz] {
    position: relative;
    z-index: 2;
    grid-column: 1;
    background: rgba(31, 43, 29, .72);
    backdrop-filter: blur(4px);
}

.storefront-identity--organic .storefront-identity__copy[b-felmfz3pjz] {
    align-self: end;
    border-radius: 1.25rem 1.25rem 0 0;
}

.storefront-identity--organic .storefront-identity__hours[b-felmfz3pjz] {
    align-self: start;
    border-radius: 0 0 1.25rem 1.25rem;
}

.storefront-identity--organic .storefront-identity__cover[b-felmfz3pjz] {
    position: absolute;
    z-index: 0;
    inset: 0;
    min-height: 100%;
    border-radius: 1.65rem;
}

.storefront-identity--organic .storefront-identity__cover[b-felmfz3pjz]::after {
    position: absolute;
    inset: 0;
    content: "";
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(29, 42, 27, .62), rgba(29, 42, 27, .06) 72%);
}

.storefront-identity--organic .storefront-identity__cover img[b-felmfz3pjz] {
    min-height: 100%;
}

.storefront-identity--organic h1[b-felmfz3pjz] {
    max-width: 14ch;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.storefront-identity--organic .storefront-identity__eyebrow[b-felmfz3pjz] {
    color: #e9dfbd;
}

.storefront-identity--organic[b-felmfz3pjz]  .mud-button-outlined {
    color: #fff;
    border-color: rgba(255, 255, 255, .86);
    background: rgba(20, 32, 18, .28);
}

.storefront-identity--organic[b-felmfz3pjz]  .mud-button-outlined:hover,
.storefront-identity--organic[b-felmfz3pjz]  .mud-button-outlined:focus-visible {
    color: #1d2b1a;
    border-color: #fff;
    background: #fff;
}

.storefront-identity__botanical[b-felmfz3pjz] {
    position: absolute;
    z-index: 3;
    right: 2rem;
    bottom: 1.5rem;
    width: 8rem;
    height: 13rem;
    border-right: .15rem solid rgba(255, 255, 255, .78);
    border-radius: 50%;
    transform: rotate(-18deg);
    pointer-events: none;
}

.storefront-identity__botanical[b-felmfz3pjz]::before,
.storefront-identity__botanical[b-felmfz3pjz]::after {
    position: absolute;
    width: 4rem;
    height: 7rem;
    content: "";
    border: .14rem solid rgba(255, 255, 255, .72);
    border-radius: 100% 0 100% 0;
}

.storefront-identity__botanical[b-felmfz3pjz]::before {
    top: 1rem;
    right: -.1rem;
    transform: rotate(28deg);
}

.storefront-identity__botanical[b-felmfz3pjz]::after {
    right: 1.6rem;
    bottom: 1rem;
    transform: rotate(-15deg) scaleX(-1);
}

@media (max-width: 900px) {
    .storefront-identity__header[b-felmfz3pjz] {
        grid-template-columns: 1fr auto;
    }

    .storefront-identity__navigation[b-felmfz3pjz] {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: .25rem;
    }

    .storefront-identity__body[b-felmfz3pjz],
    .storefront-identity--nordic .storefront-identity__body[b-felmfz3pjz],
    .storefront-identity--bento .storefront-identity__body[b-felmfz3pjz],
    .storefront-identity--dark .storefront-identity__body[b-felmfz3pjz],
    .storefront-identity--expressive .storefront-identity__body[b-felmfz3pjz],
    .storefront-identity--bold .storefront-identity__body[b-felmfz3pjz],
    .storefront-identity--organic .storefront-identity__body[b-felmfz3pjz] {
        grid-template-columns: minmax(0, 1fr);
    }

    .storefront-identity__cover[b-felmfz3pjz],
    .storefront-identity__cover img[b-felmfz3pjz] {
        min-height: 16rem;
        height: 16rem;
    }

    .storefront-identity--nordic[b-felmfz3pjz] {
        min-height: 0;
    }

    .storefront-identity--nordic .storefront-identity__body[b-felmfz3pjz] {
        min-height: 31rem;
        align-content: end;
    }

    .storefront-identity--nordic .storefront-identity__copy[b-felmfz3pjz] {
        order: 0;
        text-align: left;
    }

    .storefront-identity--nordic .storefront-identity__cover[b-felmfz3pjz] {
        position: absolute;
        inset: 0;
        height: 100%;
        z-index: -1;
        border-radius: 0;
    }

    .storefront-identity--bento .storefront-identity__copy[b-felmfz3pjz] {
        order: 0;
    }

    .storefront-identity--bento .storefront-identity__cover[b-felmfz3pjz] {
        order: 1;
    }

    .storefront-identity--bento .storefront-identity__hours[b-felmfz3pjz] {
        order: 2;
    }

    .storefront-identity--dark[b-felmfz3pjz] {
        min-height: 0;
    }

    .storefront-identity--dark .storefront-identity__body[b-felmfz3pjz] {
        min-height: 34rem;
    }

    .storefront-identity--dark .storefront-identity__copy[b-felmfz3pjz],
    .storefront-identity--dark .storefront-identity__hours[b-felmfz3pjz] {
        grid-column: 1;
    }

    .storefront-identity--expressive .storefront-identity__body[b-felmfz3pjz],
    .storefront-identity--bold .storefront-identity__body[b-felmfz3pjz] {
        grid-template-areas:
            "copy"
            "cover"
            "hours";
    }

    .storefront-identity--expressive .storefront-identity__copy[b-felmfz3pjz],
    .storefront-identity--bold .storefront-identity__copy[b-felmfz3pjz] {
        padding: 2rem 1.25rem;
    }

    .storefront-identity--expressive .storefront-identity__cover[b-felmfz3pjz],
    .storefront-identity--expressive .storefront-identity__cover img[b-felmfz3pjz],
    .storefront-identity--bold .storefront-identity__cover[b-felmfz3pjz],
    .storefront-identity--bold .storefront-identity__cover img[b-felmfz3pjz] {
        min-height: 20rem;
        height: 20rem;
    }

    .storefront-identity--bold .storefront-identity__cover[b-felmfz3pjz] {
        border-radius: 0;
        clip-path: ellipse(88% 92% at 68% 48%);
    }

    .storefront-identity--expressive .storefront-identity__hours[b-felmfz3pjz],
    .storefront-identity--bold .storefront-identity__hours[b-felmfz3pjz] {
        padding: 1rem 1.25rem;
    }

    .storefront-identity--organic[b-felmfz3pjz] {
        border-width: .35rem;
        border-radius: 1.6rem;
    }

    .storefront-identity--organic .storefront-identity__body[b-felmfz3pjz] {
        min-height: 32rem;
    }

    .storefront-identity--organic .storefront-identity__copy[b-felmfz3pjz],
    .storefront-identity--organic .storefront-identity__hours[b-felmfz3pjz] {
        grid-column: 1;
    }

    .storefront-identity__botanical[b-felmfz3pjz] {
        right: .9rem;
        bottom: 1rem;
        width: 5rem;
        height: 9rem;
    }
}

@media (max-width: 420px) {
    .storefront-identity__header[b-felmfz3pjz],
    .storefront-identity__body[b-felmfz3pjz] {
        padding: .8rem;
    }

    .storefront-identity__header[b-felmfz3pjz] {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: .75rem;
    }

    .storefront-identity__brand span[b-felmfz3pjz] {
        font-size: .9rem;
    }

    .storefront-identity__logo[b-felmfz3pjz] {
        width: 3.25rem;
        height: 3.25rem;
    }

    .storefront-identity__copy[b-felmfz3pjz],
    .storefront-identity__hours[b-felmfz3pjz] {
        padding: 1rem;
    }

    .storefront-identity__navigation[b-felmfz3pjz] {
        overflow-x: visible;
        flex-wrap: wrap;
        gap: .65rem 1rem;
    }

    .storefront-identity__actions[b-felmfz3pjz] {
        align-items: stretch;
        flex-direction: column;
    }

    .storefront-identity__actions[b-felmfz3pjz]  .mud-button-root {
        width: 100%;
        max-width: 100%;
        white-space: normal;
    }

    .storefront-identity__actions[b-felmfz3pjz]  .mud-button-label {
        overflow-wrap: anywhere;
        text-align: center;
    }

    .storefront-identity h1[b-felmfz3pjz] {
        font-size: clamp(2rem, 11vw, 2.75rem);
        line-height: 1.05;
    }

    .storefront-identity--expressive h1[b-felmfz3pjz],
    .storefront-identity--bold h1[b-felmfz3pjz] {
        font-size: clamp(2.25rem, 12.5vw, 3.25rem);
    }

    .storefront-identity--dark h1[b-felmfz3pjz] {
        font-size: clamp(2rem, 10vw, 2.5rem);
        letter-spacing: .04em;
    }

    .storefront-identity--organic[b-felmfz3pjz] {
        border-radius: 1.2rem;
    }
}

@container storefront-preview (max-width: 900px) {
    .storefront-identity__header[b-felmfz3pjz] {
        grid-template-columns: 1fr auto;
    }

    .storefront-identity__navigation[b-felmfz3pjz] {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: .25rem;
    }

    .storefront-identity__body[b-felmfz3pjz],
    .storefront-identity--nordic .storefront-identity__body[b-felmfz3pjz],
    .storefront-identity--bento .storefront-identity__body[b-felmfz3pjz],
    .storefront-identity--dark .storefront-identity__body[b-felmfz3pjz],
    .storefront-identity--expressive .storefront-identity__body[b-felmfz3pjz],
    .storefront-identity--bold .storefront-identity__body[b-felmfz3pjz],
    .storefront-identity--organic .storefront-identity__body[b-felmfz3pjz] {
        grid-template-columns: minmax(0, 1fr);
    }

    .storefront-identity__cover[b-felmfz3pjz],
    .storefront-identity__cover img[b-felmfz3pjz] {
        min-height: 16rem;
        height: 16rem;
    }

    .storefront-identity--nordic[b-felmfz3pjz] {
        min-height: 0;
    }

    .storefront-identity--nordic .storefront-identity__body[b-felmfz3pjz] {
        min-height: 31rem;
        align-content: end;
    }

    .storefront-identity--nordic .storefront-identity__copy[b-felmfz3pjz] {
        order: 0;
        text-align: left;
    }

    .storefront-identity--nordic .storefront-identity__cover[b-felmfz3pjz] {
        position: absolute;
        inset: 0;
        height: 100%;
        z-index: -1;
        border-radius: 0;
    }

    .storefront-identity--bento .storefront-identity__copy[b-felmfz3pjz] {
        order: 0;
    }

    .storefront-identity--bento .storefront-identity__cover[b-felmfz3pjz] {
        order: 1;
    }

    .storefront-identity--bento .storefront-identity__hours[b-felmfz3pjz] {
        order: 2;
    }

    .storefront-identity--dark[b-felmfz3pjz] {
        min-height: 0;
    }

    .storefront-identity--dark .storefront-identity__body[b-felmfz3pjz] {
        min-height: 34rem;
    }

    .storefront-identity--dark .storefront-identity__copy[b-felmfz3pjz],
    .storefront-identity--dark .storefront-identity__hours[b-felmfz3pjz] {
        grid-column: 1;
    }

    .storefront-identity--expressive .storefront-identity__body[b-felmfz3pjz],
    .storefront-identity--bold .storefront-identity__body[b-felmfz3pjz] {
        grid-template-areas:
            "copy"
            "cover"
            "hours";
    }

    .storefront-identity--expressive .storefront-identity__copy[b-felmfz3pjz],
    .storefront-identity--bold .storefront-identity__copy[b-felmfz3pjz] {
        padding: 2rem 1.25rem;
    }

    .storefront-identity--expressive .storefront-identity__cover[b-felmfz3pjz],
    .storefront-identity--expressive .storefront-identity__cover img[b-felmfz3pjz],
    .storefront-identity--bold .storefront-identity__cover[b-felmfz3pjz],
    .storefront-identity--bold .storefront-identity__cover img[b-felmfz3pjz] {
        min-height: 20rem;
        height: 20rem;
    }

    .storefront-identity--bold .storefront-identity__cover[b-felmfz3pjz] {
        border-radius: 0;
        clip-path: ellipse(88% 92% at 68% 48%);
    }

    .storefront-identity--expressive .storefront-identity__hours[b-felmfz3pjz],
    .storefront-identity--bold .storefront-identity__hours[b-felmfz3pjz] {
        padding: 1rem 1.25rem;
    }

    .storefront-identity--organic[b-felmfz3pjz] {
        border-width: .35rem;
        border-radius: 1.6rem;
    }

    .storefront-identity--organic .storefront-identity__body[b-felmfz3pjz] {
        min-height: 32rem;
    }

    .storefront-identity--organic .storefront-identity__copy[b-felmfz3pjz],
    .storefront-identity--organic .storefront-identity__hours[b-felmfz3pjz] {
        grid-column: 1;
    }

    .storefront-identity__botanical[b-felmfz3pjz] {
        right: .9rem;
        bottom: 1rem;
        width: 5rem;
        height: 9rem;
    }
}

@container storefront-preview (max-width: 420px) {
    .storefront-identity__header[b-felmfz3pjz],
    .storefront-identity__body[b-felmfz3pjz] {
        padding: .8rem;
    }

    .storefront-identity__header[b-felmfz3pjz] {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: .75rem;
    }

    .storefront-identity__brand span[b-felmfz3pjz] {
        font-size: .9rem;
    }

    .storefront-identity__logo[b-felmfz3pjz] {
        width: 3.25rem;
        height: 3.25rem;
    }

    .storefront-identity__copy[b-felmfz3pjz],
    .storefront-identity__hours[b-felmfz3pjz] {
        padding: 1rem;
    }

    .storefront-identity__navigation[b-felmfz3pjz] {
        overflow-x: visible;
        flex-wrap: wrap;
        gap: .65rem 1rem;
    }

    .storefront-identity__actions[b-felmfz3pjz] {
        align-items: stretch;
        flex-direction: column;
    }

    .storefront-identity__actions[b-felmfz3pjz]  .mud-button-root {
        width: 100%;
        max-width: 100%;
        white-space: normal;
    }

    .storefront-identity__actions[b-felmfz3pjz]  .mud-button-label {
        overflow-wrap: anywhere;
        text-align: center;
    }

    .storefront-identity h1[b-felmfz3pjz] {
        font-size: clamp(2rem, 11cqw, 2.75rem);
        line-height: 1.05;
    }

    .storefront-identity--expressive h1[b-felmfz3pjz],
    .storefront-identity--bold h1[b-felmfz3pjz] {
        font-size: clamp(2.25rem, 12.5cqw, 3.25rem);
    }

    .storefront-identity--dark h1[b-felmfz3pjz] {
        font-size: clamp(2rem, 10cqw, 2.5rem);
        letter-spacing: .04em;
    }

    .storefront-identity--organic[b-felmfz3pjz] {
        border-radius: 1.2rem;
    }
}
/* /Components/Public/StorefrontLanguageSelector.razor.rz.scp.css */
.storefront-language-selector[b-7tiydonbi6] {
    width: 7rem;
    margin-left: auto;
}

.storefront-language-selector[b-7tiydonbi6]  .mud-input-control {
    margin-top: 0;
}
/* /Components/Public/StorefrontMobileActionBar.razor.rz.scp.css */
.storefront-mobile-actions[b-gpxvswryou] {
    display: none;
}

@media (max-width: 600px) {
    .storefront-mobile-actions[b-gpxvswryou] {
        position: fixed;
        z-index: 1200;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .6rem;
        padding: .75rem max(.75rem, env(safe-area-inset-right)) calc(.75rem + env(safe-area-inset-bottom)) max(.75rem, env(safe-area-inset-left));
        border-top: 1px solid rgba(16, 32, 59, .14);
        background: rgba(255, 255, 255, .96);
        backdrop-filter: blur(12px);
    }

    .storefront-mobile-actions > :only-child[b-gpxvswryou] {
        grid-column: 1 / -1;
    }
}

@container storefront-preview (max-width: 600px) {
    .storefront-mobile-actions[b-gpxvswryou] {
        position: sticky;
        z-index: 8;
        right: auto;
        bottom: 0;
        left: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .6rem;
        padding: .75rem;
        border-top: 1px solid rgba(16, 32, 59, .14);
        background: rgba(255, 255, 255, .96);
        backdrop-filter: blur(12px);
    }

    .storefront-mobile-actions > :only-child[b-gpxvswryou] {
        grid-column: 1 / -1;
    }
}
/* /Components/Public/StorefrontPlatformBar.razor.rz.scp.css */
.storefront-platform-bar[b-kl7qz73rwe] {
    position: sticky;
    z-index: 1200;
    top: 0;
    width: 100%;
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
    color: var(--mud-palette-text-primary);
    background: color-mix(in srgb, var(--mud-palette-surface) 96%, transparent);
    box-shadow: 0 .2rem .8rem rgba(16, 32, 59, .08);
    backdrop-filter: blur(.75rem);
}

.storefront-platform-bar__inner[b-kl7qz73rwe] {
    width: min(100% - 2rem, 112rem);
    min-height: 3.5rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.storefront-platform-bar__brand[b-kl7qz73rwe] {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    color: inherit;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.storefront-platform-bar__brand:focus-visible[b-kl7qz73rwe] {
    border-radius: .4rem;
    outline: .18rem solid var(--mud-palette-primary);
    outline-offset: .18rem;
}

.storefront-platform-bar__brand-mark[b-kl7qz73rwe] {
    width: 2.1rem;
    height: 2.1rem;
    flex: 0 0 auto;
}

.storefront-platform-bar__brand-ring[b-kl7qz73rwe] {
    fill: var(--mud-palette-surface);
    stroke: var(--mud-palette-primary);
    stroke-width: 6;
}

.storefront-platform-bar__brand-ticks[b-kl7qz73rwe] {
    stroke: var(--mud-palette-primary);
    stroke-linecap: round;
    stroke-width: 5;
}

.storefront-platform-bar__brand-hand[b-kl7qz73rwe] {
    fill: var(--mud-palette-primary);
    transform-origin: 48px 48px;
}

.storefront-platform-bar__brand-hand--horizontal[b-kl7qz73rwe] {
    transform: rotate(28deg);
}

.storefront-platform-bar__brand-pin[b-kl7qz73rwe] {
    fill: var(--mud-palette-text-primary);
}

.storefront-platform-bar__brand-name[b-kl7qz73rwe] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.storefront-platform-bar__actions[b-kl7qz73rwe] {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .25rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.storefront-platform-bar__bookings-preview[b-kl7qz73rwe] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .35rem .6rem;
    font-size: .875rem;
    font-weight: 700;
}

@media (max-width: 35rem) {
    .storefront-platform-bar__inner[b-kl7qz73rwe] {
        width: min(100% - 1rem, 112rem);
        min-height: 3.25rem;
    }

    .storefront-platform-bar__brand-mark[b-kl7qz73rwe] {
        width: 1.9rem;
        height: 1.9rem;
    }

    .storefront-platform-bar__bookings[b-kl7qz73rwe],
    .storefront-platform-bar__bookings-preview[b-kl7qz73rwe] {
        display: none;
    }
}

@container storefront-preview (max-width: 35rem) {
    .storefront-platform-bar__inner[b-kl7qz73rwe] {
        width: calc(100% - 1rem);
        min-height: 3.25rem;
    }

    .storefront-platform-bar__brand-mark[b-kl7qz73rwe] {
        width: 1.9rem;
        height: 1.9rem;
    }

    .storefront-platform-bar__bookings[b-kl7qz73rwe],
    .storefront-platform-bar__bookings-preview[b-kl7qz73rwe] {
        display: none;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .storefront-platform-bar__brand[b-kl7qz73rwe],
    .storefront-platform-bar__actions[b-kl7qz73rwe] {
        transition: color .16s ease;
    }
}
/* /Components/Public/TenantPublicFlowFrame.razor.rz.scp.css */
.tenant-public-flow-frame[b-shtzq2vdmc] {
    display: flow-root;
    min-width: 0;
    min-height: calc(100dvh - 3.5rem);
    color: var(--mud-palette-text-primary);
    background: var(--mud-palette-background);
}

.tenant-public-flow-frame--published-design[b-shtzq2vdmc] {
    color: var(--tenant-public-flow-text);
    background: var(--tenant-public-flow-canvas);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tenant-public-flow-frame--dark[b-shtzq2vdmc] {
    color-scheme: dark;
}

.tenant-public-flow-frame--light[b-shtzq2vdmc] {
    color-scheme: light;
}

.tenant-public-flow-frame__content[b-shtzq2vdmc] {
    min-width: 0;
}

.tenant-public-flow-frame__content--token-presentation[b-shtzq2vdmc] {
    width: min(calc(100% - 1rem), 58rem);
    min-width: 0;
    margin-block: var(--tenant-public-flow-space-regular, 1.25rem);
    margin-inline: auto;
    border-color: var(--tenant-public-flow-border, var(--mud-palette-lines-default));
    border-style: solid;
    color: var(--tenant-public-flow-text, var(--mud-palette-text-primary));
    background: var(--tenant-public-flow-card, var(--mud-palette-surface));
}

.tenant-public-flow-frame__content--token-loading[b-shtzq2vdmc],
.tenant-public-flow-frame__content--token-terminal[b-shtzq2vdmc] {
    display: grid;
    min-height: 14rem;
    align-items: center;
}

.tenant-public-flow-frame__content--token-neutral-card[b-shtzq2vdmc] {
    border-width: 1px;
    border-radius: var(--tenant-public-flow-card-radius, .75rem);
    box-shadow: 0 .45rem 1.5rem color-mix(
        in srgb,
        var(--tenant-public-flow-text, var(--mud-palette-text-primary)) 9%,
        transparent);
}

.tenant-public-flow-frame__content--token-editorial-panel[b-shtzq2vdmc] {
    border-block-width: 1px;
    border-inline-start-width: .375rem;
    border-inline-end-width: 1px;
    border-radius: min(var(--tenant-public-flow-card-radius, .25rem), .25rem);
    background: linear-gradient(
        100deg,
        color-mix(
            in srgb,
            var(--tenant-public-flow-primary, var(--mud-palette-primary)) 9%,
            var(--tenant-public-flow-card, var(--mud-palette-surface))) 0,
        var(--tenant-public-flow-card, var(--mud-palette-surface)) 44%);
    box-shadow: none;
}

.tenant-public-flow-frame__content--token-contrast-panel[b-shtzq2vdmc] {
    border-width: 2px;
    border-color: var(--tenant-public-flow-primary, var(--mud-palette-primary));
    border-radius: var(--tenant-public-flow-card-radius, .75rem);
    background: color-mix(
        in srgb,
        var(--tenant-public-flow-primary, var(--mud-palette-primary)) 13%,
        var(--tenant-public-flow-card, var(--mud-palette-surface)));
    box-shadow:
        0 0 0 .2rem color-mix(
            in srgb,
            var(--tenant-public-flow-primary, var(--mud-palette-primary)) 14%,
            transparent),
        0 1rem 2.5rem color-mix(
            in srgb,
            var(--tenant-public-flow-text, var(--mud-palette-text-primary)) 16%,
            transparent);
}

.tenant-public-flow-frame__identity[b-shtzq2vdmc] {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-height: 3.5rem;
    padding: .6rem clamp(.85rem, 3vw, 1.5rem);
    border-bottom: 1px solid var(--tenant-public-flow-border, var(--mud-palette-lines-default));
    color: var(--tenant-public-flow-text, var(--mud-palette-text-primary));
    background: var(--tenant-public-flow-card, var(--mud-palette-surface));
}

.tenant-public-flow-frame__logo[b-shtzq2vdmc] {
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 auto;
    border-radius: min(var(--tenant-public-flow-control-radius, .5rem), .75rem);
    object-fit: contain;
}

.tenant-public-flow-frame__display-name[b-shtzq2vdmc] {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.tenant-public-flow-frame__culture-selector[b-shtzq2vdmc] {
    display: flex;
    flex: 0 1 32rem;
    align-items: center;
    justify-content: flex-end;
    gap: .75rem;
    min-width: 0;
    margin-inline-start: auto;
}

.tenant-public-flow-frame__culture-disabled-reason[b-shtzq2vdmc] {
    max-width: 27rem;
    color: var(--tenant-public-flow-text-muted, var(--mud-palette-text-secondary));
    font-size: .75rem;
    line-height: 1.3;
}

.tenant-public-flow-frame--header-editorial .tenant-public-flow-frame__identity[b-shtzq2vdmc] {
    min-height: 4rem;
    padding-block: .8rem;
}

.tenant-public-flow-frame--header-strong .tenant-public-flow-frame__identity[b-shtzq2vdmc] {
    border-bottom-width: .25rem;
}

.tenant-public-flow-frame--surface-density-compact[b-shtzq2vdmc] {
    --tenant-public-flow-content-padding: var(--tenant-public-flow-space-compact, .75rem);
}

.tenant-public-flow-frame--surface-density-comfortable[b-shtzq2vdmc] {
    --tenant-public-flow-content-padding: var(--tenant-public-flow-space-regular, 1.25rem);
}

.tenant-public-flow-frame--surface-density-airy[b-shtzq2vdmc] {
    --tenant-public-flow-content-padding: var(--tenant-public-flow-space-wide, 2rem);
}

.tenant-public-flow-frame--card-density-compact[b-shtzq2vdmc] {
    --tenant-public-flow-card-padding: var(--tenant-public-flow-space-compact, .75rem);
}

.tenant-public-flow-frame--card-density-comfortable[b-shtzq2vdmc] {
    --tenant-public-flow-card-padding: var(--tenant-public-flow-space-regular, 1.25rem);
}

.tenant-public-flow-frame--card-density-airy[b-shtzq2vdmc] {
    --tenant-public-flow-card-padding: var(--tenant-public-flow-space-wide, 2rem);
}

.tenant-public-flow-frame--published-design[b-shtzq2vdmc]  .mud-container {
    padding-inline: var(--tenant-public-flow-content-padding);
}

.tenant-public-flow-frame--published-design[b-shtzq2vdmc]  .mud-card-content {
    padding: var(--tenant-public-flow-card-padding);
}

.tenant-public-flow-frame--published-design[b-shtzq2vdmc]  .mud-paper.pa-4 {
    padding: var(--tenant-public-flow-card-padding) !important;
}

.tenant-public-flow-frame--published-design[b-shtzq2vdmc]  .mud-paper.pa-3 {
    padding: var(--tenant-public-flow-space-compact) !important;
}

.tenant-public-flow-frame--type-editorial .tenant-public-flow-frame__display-name[b-shtzq2vdmc],
.tenant-public-flow-frame--type-editorial[b-shtzq2vdmc]  h1,
.tenant-public-flow-frame--type-editorial[b-shtzq2vdmc]  h2,
.tenant-public-flow-frame--type-editorial[b-shtzq2vdmc]  h3,
.tenant-public-flow-frame--type-editorial[b-shtzq2vdmc]  h4,
.tenant-public-flow-frame--type-editorial[b-shtzq2vdmc]  h5,
.tenant-public-flow-frame--type-editorial[b-shtzq2vdmc]  h6 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 600;
}

.tenant-public-flow-frame--type-expressive .tenant-public-flow-frame__display-name[b-shtzq2vdmc],
.tenant-public-flow-frame--type-expressive[b-shtzq2vdmc]  h1,
.tenant-public-flow-frame--type-expressive[b-shtzq2vdmc]  h2,
.tenant-public-flow-frame--type-expressive[b-shtzq2vdmc]  h3,
.tenant-public-flow-frame--type-expressive[b-shtzq2vdmc]  h4,
.tenant-public-flow-frame--type-expressive[b-shtzq2vdmc]  h5,
.tenant-public-flow-frame--type-expressive[b-shtzq2vdmc]  h6 {
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.tenant-public-flow-frame--type-heavy .tenant-public-flow-frame__display-name[b-shtzq2vdmc],
.tenant-public-flow-frame--type-heavy[b-shtzq2vdmc]  h1,
.tenant-public-flow-frame--type-heavy[b-shtzq2vdmc]  h2,
.tenant-public-flow-frame--type-heavy[b-shtzq2vdmc]  h3,
.tenant-public-flow-frame--type-heavy[b-shtzq2vdmc]  h4,
.tenant-public-flow-frame--type-heavy[b-shtzq2vdmc]  h5,
.tenant-public-flow-frame--type-heavy[b-shtzq2vdmc]  h6 {
    font-weight: 850;
    letter-spacing: -.02em;
}

.tenant-public-flow-frame--published-design[b-shtzq2vdmc]  .mud-paper,
.tenant-public-flow-frame--published-design[b-shtzq2vdmc]  .mud-card {
    color: var(--tenant-public-flow-text);
    border-color: var(--tenant-public-flow-border);
    border-radius: var(--tenant-public-flow-card-radius);
    background: var(--tenant-public-flow-card);
}

.tenant-public-flow-frame--surface-bordered[b-shtzq2vdmc]  .mud-paper,
.tenant-public-flow-frame--surface-bordered[b-shtzq2vdmc]  .mud-card,
.tenant-public-flow-frame--surface-soft[b-shtzq2vdmc]  .mud-paper,
.tenant-public-flow-frame--surface-soft[b-shtzq2vdmc]  .mud-card,
.tenant-public-flow-frame--surface-high-contrast[b-shtzq2vdmc]  .mud-paper,
.tenant-public-flow-frame--surface-high-contrast[b-shtzq2vdmc]  .mud-card {
    border: 1px solid var(--tenant-public-flow-border, var(--mud-palette-lines-default));
}

.tenant-public-flow-frame--surface-flat[b-shtzq2vdmc]  .mud-paper,
.tenant-public-flow-frame--surface-flat[b-shtzq2vdmc]  .mud-card {
    box-shadow: none;
}

.tenant-public-flow-frame--surface-elevated[b-shtzq2vdmc]  .mud-paper,
.tenant-public-flow-frame--surface-elevated[b-shtzq2vdmc]  .mud-card {
    box-shadow: 0 .65rem 2rem color-mix(in srgb, var(--tenant-public-flow-text) 11%, transparent);
}

.tenant-public-flow-frame--controls-soft-outlined[b-shtzq2vdmc]  .mud-input-outlined-border,
.tenant-public-flow-frame--controls-strong-outlined[b-shtzq2vdmc]  .mud-input-outlined-border {
    border-color: var(--mud-palette-lines-inputs);
    border-radius: var(--tenant-public-flow-control-radius);
}

.tenant-public-flow-frame--controls-strong-outlined[b-shtzq2vdmc]  .mud-input-outlined-border {
    border-width: 2px;
}

.tenant-public-flow-frame--published-design[b-shtzq2vdmc]  a:focus-visible,
.tenant-public-flow-frame--published-design[b-shtzq2vdmc]  button:focus-visible,
.tenant-public-flow-frame--published-design[b-shtzq2vdmc]  [tabindex]:focus-visible {
    outline: .2rem solid var(--tenant-public-calendar-focus);
    outline-offset: .15rem;
}

@media (max-width: 600px) {
    .tenant-public-flow-frame__identity[b-shtzq2vdmc] {
        flex-wrap: wrap;
        min-height: 3.25rem;
        padding: .5rem .75rem;
    }

    .tenant-public-flow-frame__logo[b-shtzq2vdmc] {
        width: 2rem;
        height: 2rem;
    }

    .tenant-public-flow-frame__culture-selector[b-shtzq2vdmc] {
        flex: 1 0 100%;
        justify-content: flex-start;
        margin-inline-start: 0;
    }

    .tenant-public-flow-frame__culture-disabled-reason[b-shtzq2vdmc] {
        flex: 1 1 auto;
        min-width: 0;
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tenant-public-flow-frame *[b-shtzq2vdmc],
    .tenant-public-flow-frame *[b-shtzq2vdmc]::before,
    .tenant-public-flow-frame *[b-shtzq2vdmc]::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
/* /Components/Storefront/PreviewFact.razor.rz.scp.css */
.preview-fact[b-pwjxlzjnnm] {
    display: grid;
    gap: .3rem;
    min-width: 0;
    padding: var(--tenant-public-flow-card-padding, 1rem);
    border: 1px solid var(--tenant-public-flow-border, var(--mud-palette-lines-default));
    border-radius: var(--tenant-public-flow-card-radius, .75rem);
    color: var(--tenant-public-flow-text, var(--mud-palette-text-primary));
    background: var(--tenant-public-flow-card, var(--mud-palette-surface));
}

.preview-fact span[b-pwjxlzjnnm] {
    color: var(--tenant-public-flow-text-muted, var(--mud-palette-text-secondary));
    font-size: .78rem;
}
/* /Components/Storefront/StorefrontDesignGallery.razor.rz.scp.css */
.storefront-design-gallery[b-oirtdap1i9] {
    overflow: hidden;
}

.storefront-design-gallery__cards[b-oirtdap1i9] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.storefront-design-gallery__card[b-oirtdap1i9] {
    min-width: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 1rem;
    background: var(--mud-palette-surface);
    box-shadow: 0 .3rem 1.25rem rgba(16, 32, 59, .08);
}

.storefront-design-gallery__card--selected[b-oirtdap1i9] {
    border-color: var(--mud-palette-primary);
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--mud-palette-primary) 16%, transparent);
}

.storefront-design-gallery__card--retired[b-oirtdap1i9] {
    border-style: dashed;
    background: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-warning) 8%);
}

.storefront-design-gallery__select[b-oirtdap1i9] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.storefront-design-gallery__select:focus-visible[b-oirtdap1i9] {
    outline: .2rem solid var(--mud-palette-primary);
    outline-offset: -.2rem;
}

.storefront-design-gallery__select:disabled[b-oirtdap1i9] {
    cursor: default;
}

.storefront-design-gallery__references[b-oirtdap1i9] {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef1f5;
}

.storefront-design-gallery__references img[b-oirtdap1i9] {
    display: block;
    object-fit: cover;
    object-position: top center;
}

.storefront-design-gallery__desktop-reference[b-oirtdap1i9] {
    width: 100%;
    height: 100%;
}

.storefront-design-gallery__mobile-reference[b-oirtdap1i9] {
    position: absolute;
    right: .65rem;
    bottom: .55rem;
    width: 24%;
    height: 82%;
    border: .18rem solid #fff;
    border-radius: .45rem;
    box-shadow: 0 .35rem 1rem rgba(14, 26, 47, .28);
}

.storefront-design-gallery__card-copy[b-oirtdap1i9] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: .55rem;
    padding: 1rem;
}

.storefront-design-gallery__name[b-oirtdap1i9] {
    font-size: 1.05rem;
    font-weight: 750;
}

.storefront-design-gallery__description[b-oirtdap1i9] {
    color: var(--mud-palette-text-secondary);
    font-size: .86rem;
    line-height: 1.45;
}

.storefront-design-gallery__catalog-meta[b-oirtdap1i9] {
    display: grid;
    gap: .3rem;
    color: var(--mud-palette-text-secondary);
    font-size: .75rem;
    line-height: 1.35;
}

.storefront-design-gallery__catalog-meta strong[b-oirtdap1i9] {
    color: var(--mud-palette-text-primary);
    font-weight: 700;
}

.storefront-design-gallery__meta[b-oirtdap1i9] {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: auto;
}

.storefront-design-gallery__badge[b-oirtdap1i9] {
    padding: .22rem .5rem;
    border-radius: 999px;
    color: #075c4f;
    background: #dff5ef;
    font-size: .72rem;
    font-weight: 700;
}

.storefront-design-gallery__badge--published[b-oirtdap1i9] {
    color: #334f2f;
    background: #e9f4e5;
}

.storefront-design-gallery__badge--selected[b-oirtdap1i9] {
    color: #263b89;
    background: #e5eaff;
}

.storefront-design-gallery__badge--retired[b-oirtdap1i9] {
    color: var(--mud-palette-warning-darken);
    background: color-mix(in srgb, var(--mud-palette-warning) 18%, transparent);
}

.storefront-design-gallery__retired-hint[b-oirtdap1i9] {
    color: var(--mud-palette-text-secondary);
    font-size: .75rem;
    line-height: 1.4;
}

.storefront-design-gallery__preview-stage[b-oirtdap1i9] {
    width: 100%;
    max-height: 52rem;
    margin-top: 1rem;
    overflow: auto;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: .75rem;
    background: #dfe4ec;
}

.storefront-design-gallery__preview[b-oirtdap1i9] {
    container-name: storefront-preview;
    container-type: inline-size;
    min-height: 36rem;
    margin: 1rem auto;
    overflow: hidden;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 .8rem 2rem rgba(18, 32, 56, .18);
}

.storefront-design-gallery__preview--mobile[b-oirtdap1i9] {
    min-height: 44rem;
}

@media (max-width: 820px) {
    .storefront-design-gallery__cards[b-oirtdap1i9] {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .storefront-design-gallery__card[b-oirtdap1i9] {
        transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    }

    .storefront-design-gallery__card:not(.storefront-design-gallery__card--selected):not(.storefront-design-gallery__card--retired):hover[b-oirtdap1i9] {
        transform: translateY(-.15rem);
    }
}
/* /Components/Storefront/TenantPublicFlowPreviewPanel.razor.rz.scp.css */
.tenant-public-flow-preview-panel[b-0smpckq50n] {
    display: grid;
    gap: 1rem;
    min-width: 0;
    padding: clamp(.75rem, 2vw, 1.25rem);
    background: var(--mud-palette-surface);
}

.tenant-public-flow-preview-panel__toolbar[b-0smpckq50n],
.tenant-public-flow-preview-panel__metadata[b-0smpckq50n],
.tenant-public-flow-preview-panel__action-row[b-0smpckq50n],
.tenant-public-flow-preview-panel__facts[b-0smpckq50n],
.tenant-public-flow-preview-panel__slot-row[b-0smpckq50n] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
}

.tenant-public-flow-preview-panel__toolbar[b-0smpckq50n],
.tenant-public-flow-preview-panel__metadata[b-0smpckq50n] {
    justify-content: space-between;
}

.tenant-public-flow-preview-panel__culture[b-0smpckq50n] {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--mud-palette-text-secondary);
    font-size: .8rem;
}

.tenant-public-flow-preview-panel__culture select[b-0smpckq50n] {
    min-height: 2rem;
    padding: .25rem 1.75rem .25rem .5rem;
    border: 1px solid var(--mud-palette-lines-inputs);
    border-radius: .4rem;
    color: var(--mud-palette-text-primary);
    background: var(--mud-palette-surface);
}

.tenant-public-flow-preview-panel__inert-hint[b-0smpckq50n] {
    max-width: 40rem;
    color: var(--mud-palette-text-secondary);
    font-size: .78rem;
    line-height: 1.4;
}

.tenant-public-flow-preview-panel__samples[b-0smpckq50n] {
    display: flex;
    gap: .45rem;
    padding-block: .25rem;
    overflow-x: auto;
}

.tenant-public-flow-preview-panel__sample-button[b-0smpckq50n] {
    min-height: 2.25rem;
    flex: 0 0 auto;
    padding: .35rem .65rem;
    border: 1px solid var(--mud-palette-lines-inputs);
    border-radius: 999px;
    color: var(--mud-palette-text-primary);
    background: var(--mud-palette-surface);
    cursor: pointer;
}

.tenant-public-flow-preview-panel__sample-button--selected[b-0smpckq50n] {
    border-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
    background: var(--mud-palette-primary);
}

.tenant-public-flow-preview-panel__sample-button:focus-visible[b-0smpckq50n] {
    outline: .2rem solid var(--mud-palette-primary);
    outline-offset: .12rem;
}

.tenant-public-flow-preview-panel__content[b-0smpckq50n] {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: .75rem;
}

.tenant-public-flow-preview-panel__content[b-0smpckq50n]  .tenant-public-flow-frame {
    min-height: 34rem;
}

.tenant-public-flow-preview-panel__flow[b-0smpckq50n] {
    width: min(100%, 72rem);
    margin-inline: auto;
    padding: var(--tenant-public-flow-content-padding, 1.25rem);
}

.tenant-public-flow-preview-panel__draft[b-0smpckq50n],
.tenant-public-flow-preview-panel__sample-state[b-0smpckq50n],
.tenant-public-flow-preview-panel__section[b-0smpckq50n],
.tenant-public-flow-preview-panel__intro[b-0smpckq50n] {
    display: grid;
    gap: 1rem;
}

.tenant-public-flow-preview-panel__cover[b-0smpckq50n] {
    width: 100%;
    max-height: 18rem;
    border-radius: var(--tenant-public-flow-card-radius, .75rem);
    object-fit: cover;
}

.tenant-public-flow-preview-panel__card-grid[b-0smpckq50n],
.tenant-public-flow-preview-panel__selection-grid[b-0smpckq50n],
.tenant-public-flow-preview-panel__form-grid[b-0smpckq50n],
.tenant-public-flow-preview-panel__two-column[b-0smpckq50n] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.tenant-public-flow-preview-panel__card[b-0smpckq50n],
.tenant-public-flow-preview-panel__compact-card[b-0smpckq50n],
.tenant-public-flow-preview-panel__conversation[b-0smpckq50n],
.tenant-public-flow-preview-panel__details[b-0smpckq50n] {
    border: 1px solid var(--tenant-public-flow-border, var(--mud-palette-lines-default));
    border-radius: var(--tenant-public-flow-card-radius, .75rem);
    color: var(--tenant-public-flow-text, var(--mud-palette-text-primary));
    background: var(--tenant-public-flow-card, var(--mud-palette-surface));
}

.tenant-public-flow-preview-panel__card[b-0smpckq50n] {
    overflow: hidden;
}

.tenant-public-flow-preview-panel__service-image[b-0smpckq50n] {
    width: 100%;
    height: 10rem;
    object-fit: cover;
}

.tenant-public-flow-preview-panel__card-body[b-0smpckq50n],
.tenant-public-flow-preview-panel__compact-card[b-0smpckq50n],
.tenant-public-flow-preview-panel__conversation[b-0smpckq50n] {
    display: grid;
    gap: .55rem;
    padding: var(--tenant-public-flow-card-padding, 1rem);
}

.tenant-public-flow-preview-panel__card-body h3[b-0smpckq50n],
.tenant-public-flow-preview-panel__card-body p[b-0smpckq50n],
.tenant-public-flow-preview-panel__conversation p[b-0smpckq50n] {
    margin: 0;
}

.tenant-public-flow-preview-panel__eyebrow[b-0smpckq50n],
.tenant-public-flow-preview-panel__facts[b-0smpckq50n],
.tenant-public-flow-preview-panel__empty[b-0smpckq50n],
.tenant-public-flow-preview-panel__blocked-hint[b-0smpckq50n] {
    color: var(--tenant-public-flow-text-muted, var(--mud-palette-text-secondary));
    font-size: .82rem;
}

.tenant-public-flow-preview-panel__flow button[data-preview-action="true"][b-0smpckq50n],
.tenant-public-flow-preview-panel__slot-row button[b-0smpckq50n] {
    min-height: 2.75rem;
    padding: .6rem .9rem;
    border: 1px solid var(--tenant-public-flow-border, var(--mud-palette-lines-inputs));
    border-radius: var(--tenant-public-flow-control-radius, .55rem);
    color: var(--tenant-public-flow-text-muted, var(--mud-palette-text-secondary));
    background: var(--tenant-public-flow-canvas-secondary, var(--mud-palette-background));
    opacity: .78;
}

.tenant-public-flow-preview-panel__form-grid label[b-0smpckq50n],
.tenant-public-flow-preview-panel__reply-field[b-0smpckq50n] {
    display: grid;
    gap: .4rem;
    color: var(--tenant-public-flow-text, var(--mud-palette-text-primary));
    font-size: .85rem;
    font-weight: 650;
}

.tenant-public-flow-preview-panel__form-grid input[b-0smpckq50n],
.tenant-public-flow-preview-panel__form-grid textarea[b-0smpckq50n],
.tenant-public-flow-preview-panel__reply-field textarea[b-0smpckq50n] {
    width: 100%;
    min-height: 2.75rem;
    padding: .65rem .75rem;
    border: 1px solid var(--tenant-public-flow-input-border, var(--mud-palette-lines-inputs));
    border-radius: var(--tenant-public-flow-control-radius, .55rem);
    color: var(--tenant-public-flow-text, var(--mud-palette-text-primary));
    background: var(--tenant-public-flow-card, var(--mud-palette-surface));
    opacity: .8;
}

.tenant-public-flow-preview-panel__form-grid textarea[b-0smpckq50n],
.tenant-public-flow-preview-panel__reply-field textarea[b-0smpckq50n] {
    min-height: 5.5rem;
    resize: none;
}

.tenant-public-flow-preview-panel__wide-field[b-0smpckq50n] {
    grid-column: 1 / -1;
}

.tenant-public-flow-preview-panel__details[b-0smpckq50n] {
    display: grid;
    grid-template-columns: minmax(7rem, auto) 1fr;
    gap: .6rem 1rem;
    margin: 0;
    padding: var(--tenant-public-flow-card-padding, 1rem);
}

.tenant-public-flow-preview-panel__details dt[b-0smpckq50n] {
    color: var(--tenant-public-flow-text-muted, var(--mud-palette-text-secondary));
    font-weight: 650;
}

.tenant-public-flow-preview-panel__details dd[b-0smpckq50n] {
    margin: 0;
}

.tenant-public-flow-preview-panel__token-state[b-0smpckq50n] {
    min-height: 18rem;
    place-content: center;
    justify-items: center;
    text-align: center;
}

.tenant-public-flow-preview-panel__background-sample[b-0smpckq50n] {
    position: relative;
    min-height: 8rem;
    overflow: hidden;
    border-radius: var(--tenant-public-flow-card-radius, .75rem);
}

.tenant-public-flow-preview-panel__background-sample img[b-0smpckq50n] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tenant-public-flow-preview-panel__background-sample span[b-0smpckq50n] {
    position: relative;
    display: inline-block;
    margin: 1rem;
    padding: .4rem .65rem;
    border-radius: 999px;
    color: #fff;
    background: rgba(0, 0, 0, .66);
}

.tenant-public-flow-preview-panel--compact[b-0smpckq50n] {
    padding: .65rem;
}

.tenant-public-flow-preview-panel--compact .tenant-public-flow-preview-panel__toolbar[b-0smpckq50n] {
    align-items: stretch;
}

.tenant-public-flow-preview-panel--compact .tenant-public-flow-preview-panel__card-grid[b-0smpckq50n],
.tenant-public-flow-preview-panel--compact .tenant-public-flow-preview-panel__selection-grid[b-0smpckq50n],
.tenant-public-flow-preview-panel--compact .tenant-public-flow-preview-panel__form-grid[b-0smpckq50n],
.tenant-public-flow-preview-panel--compact .tenant-public-flow-preview-panel__two-column[b-0smpckq50n] {
    grid-template-columns: 1fr;
}

.tenant-public-flow-preview-panel--compact .tenant-public-flow-preview-panel__wide-field[b-0smpckq50n] {
    grid-column: auto;
}

.tenant-public-flow-preview-panel--compact .tenant-public-flow-preview-panel__details[b-0smpckq50n] {
    grid-template-columns: 1fr;
}

@media (max-width: 600px) {
    .tenant-public-flow-preview-panel[b-0smpckq50n] {
        padding: .65rem;
    }

    .tenant-public-flow-preview-panel__toolbar[b-0smpckq50n] {
        align-items: stretch;
    }

    .tenant-public-flow-preview-panel__card-grid[b-0smpckq50n],
    .tenant-public-flow-preview-panel__selection-grid[b-0smpckq50n],
    .tenant-public-flow-preview-panel__form-grid[b-0smpckq50n],
    .tenant-public-flow-preview-panel__two-column[b-0smpckq50n] {
        grid-template-columns: 1fr;
    }

    .tenant-public-flow-preview-panel__wide-field[b-0smpckq50n] {
        grid-column: auto;
    }

    .tenant-public-flow-preview-panel__details[b-0smpckq50n] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Waitlist/WaitlistSubscriptionEditor.razor.rz.scp.css */
.waitlist-editor[b-po7ddnnl9n],
.waitlist-condition[b-po7ddnnl9n] {
    min-width: 0;
}

.waitlist-editor-fieldset[b-po7ddnnl9n] {
    min-inline-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.waitlist-actions[b-po7ddnnl9n] {
    flex-wrap: wrap;
}

.waitlist-condition-header[b-po7ddnnl9n],
.waitlist-condition-header__actions[b-po7ddnnl9n] {
    min-width: 0;
    flex-wrap: wrap;
}

.waitlist-actions[b-po7ddnnl9n]  .mud-button-root {
    min-height: 2.75rem;
}

@media (max-width: 600px) {
    .waitlist-actions[b-po7ddnnl9n] {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .waitlist-actions[b-po7ddnnl9n]  .mud-button-root {
        width: 100%;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l5nzwz72vl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-l5nzwz72vl] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-l5nzwz72vl] {
    font-size: 1.1rem;
}

.bi[b-l5nzwz72vl] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-l5nzwz72vl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-l5nzwz72vl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-l5nzwz72vl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-l5nzwz72vl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l5nzwz72vl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l5nzwz72vl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l5nzwz72vl]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-l5nzwz72vl]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-l5nzwz72vl]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.mobile-selectors[b-l5nzwz72vl] {
    display: none;
}

.mobile-user-actions[b-l5nzwz72vl] {
    display: grid;
    gap: 4px;
    margin-top: 4px;
}

.mobile-user-actions[b-l5nzwz72vl]  .mud-button-root {
    justify-content: flex-start;
}

@media (max-width: 575px) {
    .mobile-selectors[b-l5nzwz72vl] {
        display: block;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-l5nzwz72vl] {
        display: none;
    }

    .collapse[b-l5nzwz72vl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-l5nzwz72vl] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* /Layout/PlatformApplicationShell.razor.rz.scp.css */
.slotera-shell[b-k4r3i2ldnl] {
    --slotera-bg: #121416;
    --slotera-bg-elev: #191c20;
    --slotera-line: rgba(45, 49, 53, 0.72);
    --slotera-grid-line: rgba(45, 49, 53, 0.45);
    --slotera-fg: #e6e8eb;
    --slotera-accent: #24b58a;
    --slotera-accent-soft: rgba(36, 181, 138, 0.32);
    --slotera-logo-accent: #35f3b5;
    --slotera-logo-accent-soft: rgba(53, 243, 181, 0.38);
    --slotera-pin-fill: #121416;
}

.slotera-shell[b-k4r3i2ldnl]  .slotera-appbar {
    background:
        radial-gradient(60% 140% at 18% 0%, rgba(36, 181, 138, 0.14), transparent 72%),
        linear-gradient(90deg, rgba(0, 46, 31, 0.46) 0%, rgba(18, 20, 22, 0.96) 62%, var(--slotera-bg) 100%),
        linear-gradient(180deg, var(--slotera-bg-elev) 0%, var(--slotera-bg) 100%),
        var(--slotera-bg);
    border-bottom: 1px solid var(--slotera-line);
    color: var(--slotera-fg);
    isolation: isolate;
    overflow: hidden;
}

.slotera-shell[b-k4r3i2ldnl]  .slotera-appbar::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(var(--slotera-grid-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--slotera-grid-line) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(115deg, transparent 0%, transparent 26%, black 72%);
    opacity: 0.45;
    pointer-events: none;
}

.slotera-shell[b-k4r3i2ldnl]  .slotera-appbar .mud-toolbar {
    position: relative;
    z-index: 1;
    min-height: 72px;
    padding: 0 24px;
    gap: 10px;
}

.slotera-brand[b-k4r3i2ldnl] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex: 0 1 auto;
    min-width: 0;
    color: var(--slotera-fg);
    text-decoration: none;
}

.slotera-brand:hover[b-k4r3i2ldnl],
.slotera-brand:focus[b-k4r3i2ldnl] {
    color: var(--slotera-fg);
    text-decoration: none;
}

.slotera-brand:focus-visible[b-k4r3i2ldnl] {
    outline: 2px solid var(--slotera-accent);
    outline-offset: 6px;
    border-radius: 8px;
}

.slotera-brand-mark[b-k4r3i2ldnl] {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
}

.slotera-brand-ring[b-k4r3i2ldnl] {
    stroke: var(--slotera-logo-accent-soft);
    stroke-width: 1.5;
}

.slotera-brand-ticks[b-k4r3i2ldnl] {
    stroke: rgba(53, 243, 181, 0.62);
    stroke-width: 2;
    stroke-linecap: round;
}

.slotera-brand-hand[b-k4r3i2ldnl] {
    fill: var(--slotera-logo-accent);
}

.slotera-brand-hand-horizontal[b-k4r3i2ldnl] {
    fill: #5cf5c4;
}

.slotera-brand-pin[b-k4r3i2ldnl] {
    fill: var(--slotera-pin-fill);
    stroke: var(--slotera-logo-accent);
    stroke-width: 2.5;
}

.slotera-brand-name[b-k4r3i2ldnl] {
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    min-width: 0;
    white-space: nowrap;
    color: var(--slotera-fg);
}

.desktop-selectors[b-k4r3i2ldnl] {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 575px) {
    .desktop-selectors[b-k4r3i2ldnl] {
        display: none;
    }

    .slotera-shell[b-k4r3i2ldnl]  .slotera-appbar .mud-toolbar {
        min-height: 64px;
        padding: 0 8px;
        gap: 2px;
    }

    .slotera-shell[b-k4r3i2ldnl]  .slotera-appbar .mud-spacer {
        min-width: 4px;
    }

    .slotera-shell[b-k4r3i2ldnl]  .slotera-appbar .mud-icon-button {
        flex: 0 0 auto;
        width: 36px;
        height: 36px;
        padding: 6px;
    }

    .slotera-brand[b-k4r3i2ldnl] {
        gap: 8px;
    }

    .slotera-brand-mark[b-k4r3i2ldnl] {
        width: 34px;
        height: 34px;
    }

    .slotera-brand-name[b-k4r3i2ldnl] {
        max-width: calc(100vw - 224px);
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1.65rem;
    }
}

@media (max-width: 360px) {
    .slotera-shell[b-k4r3i2ldnl]  .slotera-appbar .mud-toolbar {
        padding-inline: 6px;
    }

    .slotera-brand[b-k4r3i2ldnl] {
        gap: 6px;
    }

    .slotera-brand-mark[b-k4r3i2ldnl] {
        width: 30px;
        height: 30px;
    }

    .slotera-brand-name[b-k4r3i2ldnl] {
        display: none;
    }

    .slotera-shell[b-k4r3i2ldnl]  .slotera-global-navigation-button {
        margin-inline-end: 0;
    }
}
/* /Layout/StorefrontLayout.razor.rz.scp.css */
.storefront-shell[b-rlw8jdg563] {
    min-height: 100vh;
    overflow-x: clip;
    background: #f7f8fa;
}

.storefront-shell--standard[b-rlw8jdg563] {
    color: var(--mud-palette-text-primary);
    background: var(--mud-palette-background);
}
/* /Pages/Admin/AdminGuide.razor.rz.scp.css */
.admin-guide-page[b-igdjnne3f1] {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
}

.admin-guide-page[b-igdjnne3f1]  .mud-container,
.admin-guide-page[b-igdjnne3f1]  .mud-stack,
.admin-guide-page[b-igdjnne3f1]  .mud-grid-item,
.admin-guide-page[b-igdjnne3f1]  section {
    min-width: 0;
}

.admin-guide-page[b-igdjnne3f1]  .mud-grid-root {
    margin: 0;
    width: 100%;
}

.admin-guide-page[b-igdjnne3f1]  .mud-container {
    box-sizing: border-box;
    width: 100%;
}

.admin-guide-page[b-igdjnne3f1]  .mud-card-actions,
.admin-guide-page[b-igdjnne3f1]  .mud-stack-row {
    flex-wrap: wrap;
}

.admin-guide-page[b-igdjnne3f1]  .mud-button-root {
    max-width: 100%;
    white-space: normal;
}

@media (max-width: 600px) {
    .admin-guide-page[b-igdjnne3f1]  .mud-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .admin-guide-page[b-igdjnne3f1]  .mud-card-actions .mud-button-root,
    .admin-guide-page[b-igdjnne3f1]  section .mud-stack-row > .mud-button-root {
        justify-content: flex-start;
        width: 100%;
    }
}
/* /Pages/Admin/AvailabilityPreview.razor.rz.scp.css */
.availability-table[b-487p22g5qr] {
    min-height: 200px;
}

.availability-date[b-487p22g5qr],
.availability-time[b-487p22g5qr] {
    max-width: 180px;
}

@media (max-width: 600px) {
    .availability-date[b-487p22g5qr],
    .availability-time[b-487p22g5qr] {
        max-width: 100%;
    }
}
/* /Pages/Admin/Bookings.razor.rz.scp.css */
.admin-bookings-content[b-8wcfiwl2d0] {
    --admin-bookings-panel-header-background: var(--mud-palette-action-default-hover);
    --admin-bookings-panel-header-background-hover: var(--mud-palette-action-default);
    --admin-bookings-panel-header-color: var(--mud-palette-text-primary);
    --admin-bookings-panel-header-padding: 12px 16px;
    --admin-bookings-panel-header-min-height: 64px;
}

.admin-bookings-filter-panel[b-8wcfiwl2d0] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background: var(--mud-palette-surface);
    overflow: hidden;
}

.admin-bookings-panel-summary[b-8wcfiwl2d0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: var(--admin-bookings-panel-header-min-height);
    padding: var(--admin-bookings-panel-header-padding) !important;
    list-style: none;
    background: var(--admin-bookings-panel-header-background) !important;
    color: var(--admin-bookings-panel-header-color);
    cursor: pointer;
}

.admin-bookings-panel-summary[b-8wcfiwl2d0]::-webkit-details-marker {
    display: none;
}

.admin-bookings-panel-summary[b-8wcfiwl2d0]::marker {
    content: "";
}

.admin-bookings-panel-summary:hover[b-8wcfiwl2d0] {
    background: var(--admin-bookings-panel-header-background-hover) !important;
}

.admin-bookings-panel-title[b-8wcfiwl2d0] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: var(--admin-bookings-panel-header-color);
    font-weight: 700;
}

.admin-bookings-panel-title > span[b-8wcfiwl2d0] {
    min-width: 0;
    overflow-wrap: anywhere;
}

.admin-bookings-panel-summary[b-8wcfiwl2d0]  .admin-bookings-panel-chevron {
    flex: 0 0 auto;
    transition: transform 120ms ease;
}

.admin-bookings-filter-panel[open] .admin-bookings-panel-summary[b-8wcfiwl2d0]  .admin-bookings-panel-chevron {
    transform: rotate(180deg);
}

.admin-bookings-filter-content[b-8wcfiwl2d0] {
    padding: 16px;
}

.admin-bookings-content[b-8wcfiwl2d0]  .admin-bookings-table .mud-table-cell,
.admin-bookings-content[b-8wcfiwl2d0]  .admin-bookings-holds-table .mud-table-cell {
    min-width: 0;
    overflow-wrap: anywhere;
}

.admin-bookings-content[b-8wcfiwl2d0]  .admin-bookings-row-actions {
    justify-content: flex-end;
}

.admin-bookings-content[b-8wcfiwl2d0]  .admin-bookings-table .admin-bookings-client-column {
    overflow-wrap: normal;
}

.admin-bookings-client-cell[b-8wcfiwl2d0] {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    max-width: 100%;
    vertical-align: middle;
}

.admin-bookings-client-name[b-8wcfiwl2d0],
.admin-bookings-client-email[b-8wcfiwl2d0] {
    min-width: 0;
    max-width: 100%;
}

.admin-bookings-client-name[b-8wcfiwl2d0] {
    overflow-wrap: break-word;
}

.admin-bookings-client-email[b-8wcfiwl2d0] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.875rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

@media (min-width: 600px) {
    .admin-bookings-filter-panel[b-8wcfiwl2d0] {
        border: 0;
        border-radius: 0;
        background: transparent;
        overflow: visible;
    }

    .admin-bookings-panel-summary[b-8wcfiwl2d0] {
        display: none;
    }

    .admin-bookings-filter-panel:not([open]) > .admin-bookings-filter-content[b-8wcfiwl2d0] {
        display: block !important;
    }

    .admin-bookings-filter-content[b-8wcfiwl2d0] {
        padding: 0;
    }
}

@media (max-width: 599.98px) {
    [b-8wcfiwl2d0] .admin-bookings-page {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    [b-8wcfiwl2d0] .admin-bookings-shell {
        padding: 12px !important;
    }

    .admin-bookings-filter-content[b-8wcfiwl2d0] {
        padding: 12px;
    }

    .admin-bookings-content[b-8wcfiwl2d0]  .admin-bookings-filter-actions {
        justify-content: flex-start !important;
    }

    .admin-bookings-content[b-8wcfiwl2d0]  .admin-bookings-table .mud-table-cell,
    .admin-bookings-content[b-8wcfiwl2d0]  .admin-bookings-holds-table .mud-table-cell {
        white-space: normal;
        text-align: left;
    }

    .admin-bookings-content[b-8wcfiwl2d0]  .admin-bookings-table .mud-table-cell::before,
    .admin-bookings-content[b-8wcfiwl2d0]  .admin-bookings-holds-table .mud-table-cell::before {
        min-width: 96px;
        max-width: 42%;
        padding-right: 12px;
        white-space: normal;
        text-align: left;
        overflow-wrap: anywhere;
    }

    .admin-bookings-content[b-8wcfiwl2d0]  .admin-bookings-row-actions {
        justify-content: flex-start;
    }

    .admin-bookings-client-cell[b-8wcfiwl2d0] {
        flex: 1 1 auto;
        align-items: flex-end;
        text-align: right;
    }

    .admin-bookings-content[b-8wcfiwl2d0]  .admin-bookings-row-actions .mud-button-root {
        min-width: 0;
        padding-left: 8px;
        padding-right: 8px;
    }
}
/* /Pages/Admin/Dialogs/AdminGuideDialog.razor.rz.scp.css */
[b-t8z915xrti](.admin-guide-dialog__content) {
    height: calc(100vh - 64px);
    padding: 0;
    overflow: hidden;
}

.admin-guide-dialog[b-t8z915xrti] {
    width: 100%;
    height: 100%;
    min-height: 0;
}

.admin-guide-dialog__frame[b-t8z915xrti] {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: var(--mud-palette-surface);
}
/* /Pages/Admin/Dialogs/ClientProfileActivityPanel.razor.rz.scp.css */
.admin-client-activity-panel[b-tfiewcs5jp]  .admin-client-tag-action-grid {
    align-items: flex-end;
}

.admin-client-activity-panel[b-tfiewcs5jp]  .admin-client-tag-action-item {
    display: flex;
    align-items: flex-end;
}

.admin-client-activity-panel[b-tfiewcs5jp]  .admin-client-tag-action-button {
    min-height: 40px;
}

.admin-client-activity-panel[b-tfiewcs5jp]  .admin-client-tag-select-swatch,
.admin-client-activity-panel[b-tfiewcs5jp]  .admin-client-tag-definition-swatch {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 4px;
}
/* /Pages/Admin/Dialogs/FiscalReferenceFormDialog.razor.rz.scp.css */
.fiscal-reference-form-dialog[b-t7uymfn5j7] {
    min-width: 0;
}

.fiscal-reference-form-dialog[b-t7uymfn5j7]  .mud-input-control {
    min-width: 0;
}
/* /Pages/Admin/Dialogs/FiscalReferencePanel.razor.rz.scp.css */
.fiscal-reference-panel[b-vhonbhmjg0] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 6px;
    width: 100%;
    min-width: 150px;
    max-width: 220px;
    padding: 2px 0;
}

.fiscal-reference-panel__main[b-vhonbhmjg0] {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.fiscal-reference-panel__icon[b-vhonbhmjg0] {
    flex: 0 0 auto;
}

.fiscal-reference-panel__copy[b-vhonbhmjg0] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.2;
}

.fiscal-reference-panel__title[b-vhonbhmjg0],
.fiscal-reference-panel__status[b-vhonbhmjg0] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fiscal-reference-panel__title[b-vhonbhmjg0] {
    color: var(--mud-palette-text-primary);
    font-size: 0.8125rem;
    font-weight: 500;
}

.fiscal-reference-panel__status[b-vhonbhmjg0] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.72rem;
}

.fiscal-reference-panel--ready .fiscal-reference-panel__status[b-vhonbhmjg0] {
    color: var(--mud-palette-success);
}

.fiscal-reference-panel--active .fiscal-reference-panel__status[b-vhonbhmjg0] {
    color: var(--mud-palette-info);
}

.fiscal-reference-panel--warning .fiscal-reference-panel__status[b-vhonbhmjg0],
.fiscal-reference-panel--blocked .fiscal-reference-panel__status[b-vhonbhmjg0] {
    color: var(--mud-palette-warning);
}

.fiscal-reference-panel__actions[b-vhonbhmjg0] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    flex: 0 0 auto;
}

.fiscal-reference-panel__actions[b-vhonbhmjg0]  .mud-icon-button {
    padding: 3px;
}
/* /Pages/Admin/Dialogs/FiscalReferenceProofDropZone.razor.rz.scp.css */
.fiscal-reference-proof-drop-zone[b-cqbsx5j3c8] {
    position: relative;
    width: 100%;
    min-height: 76px;
    padding: 12px 14px;
    border: 1px dashed rgba(var(--mud-palette-primary-rgb), 0.45);
    border-radius: var(--mud-default-borderradius);
    background: linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.04), rgba(var(--mud-palette-primary-rgb), 0.08));
    cursor: pointer;
    transition: border-color 120ms ease, background 120ms ease, box-shadow 120ms ease;
}

.fiscal-reference-proof-drop-zone:hover[b-cqbsx5j3c8],
.fiscal-reference-proof-drop-zone:focus-visible[b-cqbsx5j3c8],
.fiscal-reference-proof-drop-zone--dragging[b-cqbsx5j3c8] {
    border-color: rgba(var(--mud-palette-primary-rgb), 0.75);
    background: linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.08), rgba(var(--mud-palette-primary-rgb), 0.14));
    box-shadow: 0 0 0 2px rgba(var(--mud-palette-primary-rgb), 0.14);
    outline: none;
}

.fiscal-reference-proof-drop-zone__input[b-cqbsx5j3c8] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.fiscal-reference-proof-drop-zone__content[b-cqbsx5j3c8] {
    min-width: 0;
}

.fiscal-reference-proof-drop-zone__text[b-cqbsx5j3c8] {
    min-width: 0;
}
/* /Pages/Admin/Dialogs/LegalDocumentDetailsDialog.razor.rz.scp.css */
.legal-document-action-bar[b-fso6ii8glb] {
    row-gap: 8px;
}

[b-fso6ii8glb] .legal-document-action-button {
    flex: 0 1 auto;
    max-width: 100%;
    min-height: 40px;
    white-space: nowrap;
}
/* /Pages/Admin/Dialogs/PaidAtIssueInvoiceDialog.razor.rz.scp.css */
.paid-at-issue-dialog[b-2e3rqmrn7d] {
    min-width: min(1180px, calc(100vw - 64px));
}

.paid-at-issue-lines-header[b-2e3rqmrn7d] {
    margin-top: 2px;
}

.paid-at-issue-lines-table[b-2e3rqmrn7d] {
    margin-top: -4px;
}

.paid-at-issue-discount-heading[b-2e3rqmrn7d] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    width: 100%;
}

.paid-at-issue-lines-table input[data-testid="paid-at-issue-discount"]:disabled[b-2e3rqmrn7d] {
    background-color: var(--mud-palette-action-disabled-background, rgba(0, 0, 0, 0.08));
    border-color: var(--mud-palette-action-disabled, rgba(0, 0, 0, 0.26));
    color: var(--mud-palette-text-disabled, rgba(0, 0, 0, 0.38));
    cursor: not-allowed;
    opacity: 1;
}

.paid-at-issue-discount-cell[b-2e3rqmrn7d] {
    vertical-align: top;
}

.paid-at-issue-line-warning[b-2e3rqmrn7d] {
    padding: 2px 6px 3px;
    color: var(--mud-palette-warning-darken);
    font-size: 0.75rem;
    line-height: 1.15;
}

.paid-at-issue-payment-grid[b-2e3rqmrn7d] {
    margin-top: 2px;
}

.paid-at-issue-payment-summary[b-2e3rqmrn7d] {
    padding: 8px 10px;
}

.paid-at-issue-payment-summary[b-2e3rqmrn7d]  .mud-typography-subtitle2 {
    font-variant-numeric: tabular-nums;
}

.paid-at-issue-dialog[b-2e3rqmrn7d]  .mud-input-control {
    margin-top: 0;
    margin-bottom: 0;
}
/* /Pages/Admin/Dialogs/ResourceScheduleExceptionDialog.razor.rz.scp.css */
[b-g756tpbqw6] .time-picker-hidden .mud-input-control {
    display: none;
}
/* /Pages/Admin/Dialogs/ResourceWeeklyScheduleDialog.razor.rz.scp.css */
[b-5209oivcp1] .time-picker-hidden .mud-input-control {
    display: none;
}
/* /Pages/Admin/Dialogs/TenantBookingDetailsDialog.razor.rz.scp.css */
.tenant-booking-details-avatar[b-7t9827oap9] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--mud-palette-lines-default);
}

[b-7t9827oap9] .tenant-booking-details-dialog,
[b-7t9827oap9] .tenant-booking-details-client {
    min-width: 0;
}

[b-7t9827oap9] .tenant-booking-details-dialog .mud-typography,
[b-7t9827oap9] .tenant-booking-details-table .mud-table-cell {
    min-width: 0;
    overflow-wrap: anywhere;
}

[b-7t9827oap9] .tenant-booking-details-client .mud-typography {
    min-width: 0;
}

[b-7t9827oap9] .tenant-booking-details-actions {
    max-width: 100%;
}

@media (max-width: 599.98px) {
    [b-7t9827oap9] .tenant-booking-details-actions {
        width: 100%;
        justify-content: flex-start;
    }

    [b-7t9827oap9] .tenant-booking-details-actions .mud-button-root {
        min-width: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* /Pages/Admin/Dialogs/TenantImageMediaEditor.razor.rz.scp.css */
.tenant-image-media-editor__media-strip[b-yi88b4o7dx] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 14rem;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    align-items: start;
}

[b-yi88b4o7dx](.tenant-image-media-editor__upload-host) {
    display: block;
    height: 22rem;
}

[b-yi88b4o7dx](.tenant-image-media-editor__upload-host > *) {
    height: 100%;
}

[b-yi88b4o7dx](.tenant-image-media-editor__upload-host > * > .tenant-image-media-editor__media-card) {
    height: 100%;
}

[b-yi88b4o7dx](.tenant-image-media-editor__media-card) {
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 22rem;
    padding: 0.75rem;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
}

[b-yi88b4o7dx](.tenant-image-media-editor__media-card--add) {
    cursor: pointer;
}

[b-yi88b4o7dx](.tenant-image-media-editor__media-card--uploadable) {
    cursor: pointer;
}

[b-yi88b4o7dx](.tenant-image-media-editor__media-card--dragging) {
    border-color: rgba(var(--mud-palette-primary-rgb), 0.65);
    background: linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.06), rgba(var(--mud-palette-primary-rgb), 0.12));
}

.tenant-image-media-editor__media-image[b-yi88b4o7dx] {
    width: 100%;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.05));
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}

.tenant-image-media-editor__media-image-content[b-yi88b4o7dx] {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
}

.tenant-image-media-editor__media-placeholder[b-yi88b4o7dx] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mud-palette-text-secondary);
    background: rgba(255, 255, 255, 0.55);
    border-radius: 8px;
}

.tenant-image-media-editor__media-placeholder--add[b-yi88b4o7dx] {
    border: 1px dashed rgba(var(--mud-palette-primary-rgb), 0.35);
    background: linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.05), rgba(var(--mud-palette-primary-rgb), 0.09));
    color: var(--mud-palette-primary);
}

.tenant-image-media-editor__media-placeholder--image-slot[b-yi88b4o7dx] {
    width: 100%;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    min-height: 0;
}

.tenant-image-media-editor__media-card-content[b-yi88b4o7dx] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tenant-image-media-editor__dropzone[b-yi88b4o7dx] {
    width: 100%;
    height: 3.5em;
    min-height: 3.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.75rem;
    text-align: center;
    cursor: pointer;
    border-style: dashed;
    border-color: rgba(var(--mud-palette-primary-rgb), 0.35);
    background: linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.04), rgba(var(--mud-palette-primary-rgb), 0.08));
    transition: border-color 0.15s ease, background 0.15s ease;
}

.tenant-image-media-editor__dropzone--gallery[b-yi88b4o7dx] {
    height: 3.5em;
    min-height: 3.5em;
    border-radius: 10px;
}

.tenant-image-media-editor__dropzone--empty[b-yi88b4o7dx] {
    height: 3.5em;
    min-height: 3.5em;
    border-color: transparent;
    background: transparent;
    cursor: default;
}

.tenant-image-media-editor__action-row[b-yi88b4o7dx] {
    height: 3.5em;
    min-height: 3.5em;
    flex: 0 0 3.5em;
}

.tenant-image-media-editor__action-row--empty[b-yi88b4o7dx] {
    width: 100%;
}

.tenant-image-media-editor__footer-hint[b-yi88b4o7dx] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    row-gap: 0.2rem;
    max-width: 100%;
}

.tenant-image-media-editor__inline-upload-icon[b-yi88b4o7dx] {
    font-size: 1rem;
    line-height: 1;
    vertical-align: middle;
}

.tenant-image-media-editor__footer-hint[b-yi88b4o7dx] (.mud-typography) {
    margin: 0;
}

.tenant-image-media-editor__dropzone--dragging[b-yi88b4o7dx] {
    border-color: rgba(var(--mud-palette-primary-rgb), 0.7);
    background: linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.1), rgba(var(--mud-palette-primary-rgb), 0.16));
}

.tenant-image-media-editor__dropzone:hover[b-yi88b4o7dx],
.tenant-image-media-editor__dropzone:focus-visible[b-yi88b4o7dx],
[b-yi88b4o7dx](.tenant-image-media-editor__media-card--add:hover),
[b-yi88b4o7dx](.tenant-image-media-editor__media-card--uploadable:hover) {
    border-color: rgba(var(--mud-palette-primary-rgb), 0.6);
    background: linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.08), rgba(var(--mud-palette-primary-rgb), 0.12));
}

@media (max-width: 760px) {
    .tenant-image-media-editor__media-strip[b-yi88b4o7dx] {
        grid-auto-columns: 12.5rem;
    }

    [b-yi88b4o7dx](.tenant-image-media-editor__upload-host) {
        height: 19.5rem;
    }

    .tenant-image-media-editor__media-image[b-yi88b4o7dx] {
        aspect-ratio: 1 / 1;
    }

    [b-yi88b4o7dx](.tenant-image-media-editor__media-card) {
        height: 19.5rem;
    }
}
/* /Pages/Admin/Dialogs/TenantPdfAttachmentEditor.razor.rz.scp.css */
.tenant-pdf-attachment-editor__dropzone[b-zhs6olxa2j] {
    width: 100%;
    min-height: 5.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.9rem;
    text-align: center;
    cursor: pointer;
    border-style: dashed;
    border-color: rgba(var(--mud-palette-primary-rgb), 0.35);
    background: linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.04), rgba(var(--mud-palette-primary-rgb), 0.08));
    transition: border-color 0.15s ease, background 0.15s ease;
}

.tenant-pdf-attachment-editor__dropzone--dragging[b-zhs6olxa2j] {
    border-color: rgba(var(--mud-palette-primary-rgb), 0.7);
    background: linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.1), rgba(var(--mud-palette-primary-rgb), 0.16));
}

.tenant-pdf-attachment-editor__dropzone:hover[b-zhs6olxa2j],
.tenant-pdf-attachment-editor__dropzone:focus-visible[b-zhs6olxa2j] {
    border-color: rgba(var(--mud-palette-primary-rgb), 0.6);
    background: linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.08), rgba(var(--mud-palette-primary-rgb), 0.12));
}
/* /Pages/Admin/Dialogs/TenantResourceDialog.razor.rz.scp.css */
.tenant-resource-dialog__compact-header[b-8yg3fh0jhc] {
    display: none;
    position: sticky;
    top: -24px;
    z-index: 3;
    align-items: flex-start;
    gap: 1rem;
    background: var(--mud-palette-surface);
    box-sizing: border-box;
    margin: -24px -24px 0;
    padding: 1rem 24px 0.5rem;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.tenant-resource-dialog__compact-header--visible[b-8yg3fh0jhc] {
    display: flex;
}

.tenant-resource-dialog__compact-title-block[b-8yg3fh0jhc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    flex: 0 0 auto;
    padding-top: 0.25rem;
}

.tenant-resource-dialog__expanded-header[b-8yg3fh0jhc] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.tenant-resource-dialog__expanded-title[b-8yg3fh0jhc],
.tenant-resource-dialog__title-text[b-8yg3fh0jhc] {
    line-height: 1.2;
}

.tenant-resource-dialog__title-icon[b-8yg3fh0jhc] {
    flex: 0 0 auto;
}

.tenant-resource-dialog__compact-name-field[b-8yg3fh0jhc] {
    flex: 1 1 22rem;
    min-width: 12rem;
}

.tenant-resource-dialog__name-field[b-8yg3fh0jhc] {
    width: 100%;
}

[b-8yg3fh0jhc](.tenant-resource-dialog__content) {
    padding-top: 0;
    padding-bottom: 0.5rem;
    overflow-x: hidden;
}

[b-8yg3fh0jhc](.tenant-resource-dialog__actions) {
    position: sticky;
    bottom: 0;
    z-index: 2;
    background: var(--mud-palette-surface);
    border-top: 1px solid var(--mud-palette-lines-default);
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.06);
}

.tenant-resource-dialog__media-strip[b-8yg3fh0jhc] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 14rem;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    align-items: start;
}

[b-8yg3fh0jhc](.tenant-resource-dialog__media-card) {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 0.75rem;
    box-sizing: border-box;
    overflow: hidden;
}

[b-8yg3fh0jhc](.tenant-resource-dialog__media-card--primary) {
    border: 2px solid rgba(var(--mud-palette-primary-rgb), 0.5);
    background: transparent;
}

.tenant-resource-dialog__media-image[b-8yg3fh0jhc] {
    width: 100%;
    height: 11rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.05));
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}

.tenant-resource-dialog__media-image--primary[b-8yg3fh0jhc] {
    height: 11rem;
}

.tenant-resource-dialog__media-image-content[b-8yg3fh0jhc] {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
}

.tenant-resource-dialog__media-placeholder[b-8yg3fh0jhc] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mud-palette-text-secondary);
    background: rgba(255, 255, 255, 0.55);
    border-radius: 8px;
}

@media (max-width: 760px) {
    .tenant-resource-dialog__compact-header[b-8yg3fh0jhc] {
        align-items: center;
        gap: 0.75rem;
    }

    .tenant-resource-dialog__compact-name-field[b-8yg3fh0jhc] {
        min-width: 0;
    }

    [b-8yg3fh0jhc](.tenant-resource-dialog__actions) {
        padding-inline: 0.75rem;
    }

    .tenant-resource-dialog__media-strip[b-8yg3fh0jhc] {
        grid-auto-columns: 12.5rem;
    }

    [b-8yg3fh0jhc](.tenant-resource-dialog__media-card) {
        width: 100%;
    }

    .tenant-resource-dialog__media-image[b-8yg3fh0jhc] {
        height: 9.5rem;
    }

    .tenant-resource-dialog__media-image--primary[b-8yg3fh0jhc] {
        height: 9.5rem;
    }
}
/* /Pages/Admin/Dialogs/TenantServiceQuestionsDialog.razor.rz.scp.css */
.tenant-service-question-card[b-ufecirn78o] {
    border-left: 4px solid transparent;
}

.tenant-service-question-card--selected[b-ufecirn78o] {
    border-left-color: var(--mud-palette-primary);
    background: color-mix(in srgb, var(--mud-palette-primary) 8%, transparent);
}

.tenant-service-question-help[b-ufecirn78o] {
    border-radius: var(--mud-default-borderradius);
}

.tenant-service-question-options-panel[b-ufecirn78o] {
    position: relative;
    margin-left: 0.75rem;
    padding: 1rem;
    border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 28%, var(--mud-palette-lines-default));
    border-left: 4px solid var(--mud-palette-primary);
    border-radius: var(--mud-default-borderradius);
    background: color-mix(in srgb, var(--mud-palette-primary) 5%, var(--mud-palette-surface));
}

.tenant-service-question-options-panel[b-ufecirn78o]::before {
    content: "";
    position: absolute;
    top: -0.75rem;
    left: -4px;
    width: 4px;
    height: 0.75rem;
    background: var(--mud-palette-primary);
}

.tenant-service-question-options-list[b-ufecirn78o] {
    padding-left: 0.5rem;
}

.tenant-service-question-option[b-ufecirn78o] {
    border-left: 4px solid transparent;
    transition: border-color 120ms ease, background-color 120ms ease, opacity 120ms ease;
}

.tenant-service-question-option--active[b-ufecirn78o] {
    border-left-color: var(--mud-palette-success);
    background: color-mix(in srgb, var(--mud-palette-success) 7%, transparent);
}

.tenant-service-question-option--inactive[b-ufecirn78o] {
    opacity: 0.68;
    background: color-mix(in srgb, var(--mud-palette-surface) 70%, var(--mud-palette-lines-default));
}

.tenant-service-question-option--editing[b-ufecirn78o] {
    border-left-color: var(--mud-palette-primary);
    background: color-mix(in srgb, var(--mud-palette-primary) 9%, transparent);
}

.tenant-service-question-option__meta[b-ufecirn78o] {
    color: var(--mud-palette-text-secondary);
}
/* /Pages/Admin/ExecutionOrders.razor.rz.scp.css */
.execution-payment-indicator[b-itlvc1eb63] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.22);
}

.execution-payment-indicator-unpaid[b-itlvc1eb63] {
    background: #dc2626;
}

.execution-payment-indicator-partial[b-itlvc1eb63] {
    background: #f59e0b;
}

.execution-payment-indicator-paid[b-itlvc1eb63] {
    background: #16a34a;
}

.execution-payment-indicator-icon[b-itlvc1eb63] {
    color: #fff !important;
    fill: currentColor;
}
/* /Pages/Admin/Invoices.razor.rz.scp.css */
.payment-requests-table[b-v7zimng12u] {
    width: 100%;
}

.payment-requests-table[b-v7zimng12u]  table {
    table-layout: fixed;
    width: 100%;
}

.payment-requests-table[b-v7zimng12u]  .mud-table-cell,
.payment-requests-table[b-v7zimng12u]  .mud-table-head .mud-table-cell {
    vertical-align: middle;
}

.payment-requests-table[b-v7zimng12u]  .mud-table-cell {
    padding-top: 6px;
    padding-bottom: 6px;
}

.payment-request-request-column[b-v7zimng12u] {
    width: 18%;
}

.payment-request-client-column[b-v7zimng12u] {
    width: 18%;
}

.payment-request-amount-column[b-v7zimng12u] {
    width: 18%;
}

.payment-request-state-column[b-v7zimng12u] {
    width: 16%;
}

.payment-request-dates-column[b-v7zimng12u] {
    width: 18%;
}

.payment-request-actions-column[b-v7zimng12u] {
    width: 12%;
}

.payment-request-request-cell[b-v7zimng12u] {
    min-width: 220px;
}

.payment-request-client-cell[b-v7zimng12u] {
    min-width: 220px;
}

.payment-request-amount-cell[b-v7zimng12u] {
    min-width: 330px;
    white-space: nowrap;
}

.payment-request-state-cell[b-v7zimng12u] {
    min-width: 220px;
}

.payment-request-dates-cell[b-v7zimng12u] {
    min-width: 230px;
}

.payment-request-actions-cell[b-v7zimng12u] {
    min-width: 170px;
}

.payment-requests-table[b-v7zimng12u]  .payment-request-identity,
.payment-requests-table[b-v7zimng12u]  .payment-request-money {
    min-width: 0;
}

.payment-requests-table[b-v7zimng12u]  .payment-request-number-link,
.payment-requests-table[b-v7zimng12u]  .payment-request-client-link,
.payment-requests-table[b-v7zimng12u]  .payment-request-primary,
.payment-requests-table[b-v7zimng12u]  .payment-request-secondary {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.payment-requests-table[b-v7zimng12u]  .payment-request-number-link,
.payment-requests-table[b-v7zimng12u]  .payment-request-client-link {
    min-width: 0;
}

.payment-requests-table[b-v7zimng12u]  .payment-request-money-details {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.payment-requests-table[b-v7zimng12u]  .payment-request-state,
.payment-requests-table[b-v7zimng12u]  .payment-request-dates,
.payment-requests-table[b-v7zimng12u]  .payment-request-actions {
    min-height: 28px;
}

.payment-requests-table[b-v7zimng12u]  .payment-request-dates {
    justify-content: flex-start;
}

.payment-requests-table[b-v7zimng12u]  .payment-request-status-chip {
    max-width: 150px;
}

.payment-requests-table[b-v7zimng12u]  .payment-request-status-chip .mud-chip-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.payment-requests-table[b-v7zimng12u]  .payment-request-nowrap {
    white-space: nowrap;
}

@media (max-width: 960px) {
    .payment-request-request-cell[b-v7zimng12u],
    .payment-request-client-cell[b-v7zimng12u],
    .payment-request-amount-cell[b-v7zimng12u],
    .payment-request-state-cell[b-v7zimng12u],
    .payment-request-dates-cell[b-v7zimng12u],
    .payment-request-actions-cell[b-v7zimng12u] {
        min-width: 0;
    }

    .payment-requests-table[b-v7zimng12u]  table {
        table-layout: auto;
    }

    .payment-requests-table[b-v7zimng12u]  .payment-request-number-link,
    .payment-requests-table[b-v7zimng12u]  .payment-request-client-link,
    .payment-requests-table[b-v7zimng12u]  .payment-request-primary,
    .payment-requests-table[b-v7zimng12u]  .payment-request-secondary,
    .payment-requests-table[b-v7zimng12u]  .payment-request-money-details,
    .payment-requests-table[b-v7zimng12u]  .payment-request-nowrap {
        white-space: normal;
    }

    .payment-requests-table[b-v7zimng12u]  .payment-request-actions {
        justify-content: flex-start;
    }
}
/* /Pages/Admin/Locations.razor.rz.scp.css */
.locations-table[b-h08lwfuipq] {
    min-height: 200px;
}
/* /Pages/Admin/Resources.razor.rz.scp.css */
.resources-table[b-eyinjhhtfi] {
    min-height: 200px;
}
/* /Pages/Admin/Schedule.razor.rz.scp.css */
.schedule-page-header[b-1xpoqveec5] {
    background:
        linear-gradient(135deg, rgba(91, 141, 239, 0.08), rgba(91, 141, 239, 0.02)),
        var(--mud-palette-surface);
    border-color: rgba(91, 141, 239, 0.14);
}

.schedule-page-back[b-1xpoqveec5] {
    align-self: flex-start;
    min-width: auto;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
}

.schedule-page-back:hover[b-1xpoqveec5] {
    background: transparent;
}

.schedule-page-resource[b-1xpoqveec5] {
    display: inline-block;
    margin-top: 0.125rem;
}

.schedule-table[b-1xpoqveec5] {
    min-height: 160px;
}

.exceptions-table[b-1xpoqveec5] {
    min-height: 160px;
}

.exceptions-calendar[b-1xpoqveec5] {
    align-items: flex-start;
}

.exception-day--closed[b-1xpoqveec5],
.exception-day--closed button[b-1xpoqveec5] {
    box-shadow: inset 0 0 0 1px var(--mud-palette-error);
    border-radius: 50%;
}

.exception-day--open[b-1xpoqveec5],
.exception-day--open button[b-1xpoqveec5] {
    box-shadow: inset 0 0 0 1px var(--mud-palette-success);
    border-radius: 50%;
}

.exception-day--service[b-1xpoqveec5],
.exception-day--service button[b-1xpoqveec5] {
    box-shadow: inset 0 0 0 1px var(--mud-palette-info);
    border-radius: 50%;
}

.exception-day--mixed[b-1xpoqveec5],
.exception-day--mixed button[b-1xpoqveec5] {
    box-shadow: inset 0 0 0 1px var(--mud-palette-warning);
    border-radius: 50%;
}
/* /Pages/Admin/Services.razor.rz.scp.css */
.services-table[b-9jle28hz3n] {
    min-height: 200px;
}
/* /Pages/Admin/TenantUsers.razor.rz.scp.css */
/* Scoped styles for TenantUsers page */

/* Add any component-specific styles here if needed */
/* /Pages/Public/Book.razor.rz.scp.css */
.tenant-public-book-container[b-sx3fbtjevu] {
    width: 100%;
    min-width: 0;
}

.tenant-public-book-container[b-sx3fbtjevu]  .slot-buttons-wrap {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
    align-content: flex-start;
    gap: 6px;
    overflow: hidden;
}

.tenant-public-book-container[b-sx3fbtjevu]  .slot-buttons-wrap .mud-button-root {
    min-width: 70px !important;
    flex: 0 0 auto !important;
    margin: 0;
}

.tenant-public-book-container[b-sx3fbtjevu]  .slot-buttons-wrap .mud-chip {
    max-width: 100%;
}

.tenant-public-book-container[b-sx3fbtjevu]  .booking-success-actions,
.tenant-public-book-container[b-sx3fbtjevu]  .booking-form-actions,
.tenant-public-book-container[b-sx3fbtjevu]  .booking-responsive-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tenant-public-book-container[b-sx3fbtjevu]  .booking-success-actions .booking-success-action-btn {
    flex: 0 0 auto;
    white-space: nowrap;
}

.tenant-public-book-container[b-sx3fbtjevu]  .booking-success-back-row {
    margin-top: 8px;
}

.tenant-public-book-container[b-sx3fbtjevu]  .public-table-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.tenant-public-book-container[b-sx3fbtjevu]  .public-table-option-card {
    height: 100%;
}

.tenant-public-book-container[b-sx3fbtjevu]  .public-table-option-media {
    position: relative;
    display: block;
    width: 100%;
    background: color-mix(in srgb, var(--mud-palette-surface) 90%, black);
    overflow: hidden;
}

.tenant-public-book-container[b-sx3fbtjevu]  .public-table-option-media__open {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.tenant-public-book-container[b-sx3fbtjevu]  .public-table-option-media__open:focus-visible {
    outline-offset: -0.25rem;
    box-shadow: inset 0 0 0 0.2rem var(--tenant-public-calendar-focus, var(--mud-palette-primary));
}

.tenant-public-book-container[b-sx3fbtjevu]  .public-table-option-media-image {
    display: block;
    width: 100%;
    height: 15rem;
    object-fit: cover;
    object-position: center;
}

.tenant-public-book-container[b-sx3fbtjevu]  .public-table-option-media-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    transform: translateY(-50%);
    background: rgb(17 24 39 / 62%);
    color: white;
    box-shadow: 0 6px 18px rgb(15 23 42 / 22%);
    backdrop-filter: blur(4px);
    cursor: pointer;
}

.tenant-public-book-container[b-sx3fbtjevu]  .public-table-option-media-nav .mud-icon-root {
    font-size: 1.8rem;
}

.tenant-public-book-container[b-sx3fbtjevu]  .public-table-option-media-nav--left {
    left: 0.75rem;
}

.tenant-public-book-container[b-sx3fbtjevu]  .public-table-option-media-nav--right {
    right: 0.75rem;
}

.tenant-public-book-container[b-sx3fbtjevu]  .public-table-option-media-counter {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 2;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: rgb(17 24 39 / 68%);
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
}

.tenant-public-book-container[b-sx3fbtjevu]  .public-table-option-card--selected {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 0;
}

.tenant-public-book-container[b-sx3fbtjevu]  .public-table-option-chips {
    flex-wrap: wrap;
}

.tenant-public-book-container[b-sx3fbtjevu]  .mud-button-root,
.tenant-public-book-container[b-sx3fbtjevu]  .mud-icon-button,
.tenant-public-book-container[b-sx3fbtjevu]  .mud-input-control {
    min-height: 2.75rem;
}

.tenant-public-book-container[b-sx3fbtjevu]  .mud-button-label,
.tenant-public-book-container[b-sx3fbtjevu]  .mud-typography {
    overflow-wrap: anywhere;
}

.tenant-public-book-container[b-sx3fbtjevu]  .mud-alert,
.tenant-public-book-container[b-sx3fbtjevu]  .mud-paper,
.tenant-public-book-container[b-sx3fbtjevu]  .mud-card,
.tenant-public-book-container[b-sx3fbtjevu]  .mud-grid-item {
    min-width: 0;
}

@media (max-width: 600px) {
    .tenant-public-book-container[b-sx3fbtjevu] {
        margin-top: 1rem !important;
        margin-bottom: calc(6.5rem + env(safe-area-inset-bottom)) !important;
    }

    .tenant-public-book-container[b-sx3fbtjevu]  .booking-success-actions,
    .tenant-public-book-container[b-sx3fbtjevu]  .booking-form-actions,
    .tenant-public-book-container[b-sx3fbtjevu]  .booking-responsive-actions {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }

    .tenant-public-book-container[b-sx3fbtjevu]  .booking-success-actions .booking-success-action-btn,
    .tenant-public-book-container[b-sx3fbtjevu]  .booking-form-actions .mud-button-root,
    .tenant-public-book-container[b-sx3fbtjevu]  .booking-responsive-actions .mud-button-root,
    .tenant-public-book-container[b-sx3fbtjevu]  .booking-success-back-row .mud-button-root {
        width: 100%;
        white-space: normal;
    }

    .tenant-public-book-container[b-sx3fbtjevu]  .mud-button-label {
        white-space: normal;
    }

    .tenant-public-book-container[b-sx3fbtjevu]  .booking-success-back-row {
        display: block !important;
    }

    .tenant-public-book-container[b-sx3fbtjevu]  .public-table-options-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: .75rem;
    }

    .tenant-public-book-container[b-sx3fbtjevu]  .public-table-option-media-image {
        height: 12.5rem;
    }

    .tenant-public-book-container[b-sx3fbtjevu]  .public-table-option-media-nav {
        width: 2.75rem;
        height: 2.75rem;
    }

    .tenant-public-book-container[b-sx3fbtjevu]  .public-table-option-media-nav--left {
        left: 0.5rem;
    }

    .tenant-public-book-container[b-sx3fbtjevu]  .public-table-option-media-nav--right {
        right: 0.5rem;
    }

    .tenant-public-book-container[b-sx3fbtjevu]  .public-table-option-media-counter {
        right: 0.5rem;
        bottom: 0.5rem;
    }
}

@media (max-width: 360px) {
    .tenant-public-book-container[b-sx3fbtjevu]  .slot-buttons-wrap .mud-button-root {
        min-width: 4rem !important;
        flex: 1 1 calc(50% - .4rem) !important;
    }
}
/* /Pages/Public/Catalog.razor.rz.scp.css */
.catalog-availability-panel[b-5y9uymy6yr] {
    border-radius: 14px;
    overflow: hidden;
}

.catalog-availability-header[b-5y9uymy6yr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    background: var(--mud-palette-action-default-hover);
    cursor: pointer;
}

.catalog-availability-header:hover[b-5y9uymy6yr] {
    background: var(--mud-palette-action-default);
}

.catalog-availability-body[b-5y9uymy6yr] {
    padding: 8px 4px 4px;
}
/* /Pages/Public/Dialogs/PublicTableMediaDialog.razor.rz.scp.css */
.public-table-media-dialog__content[b-lizm6329ol] {
    outline: none;
}

.public-table-media-dialog__hero[b-lizm6329ol] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(18rem, 55vh, 30rem);
    padding: 1rem;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 12px;
    background: color-mix(in srgb, var(--mud-palette-surface) 92%, white);
    overflow: hidden;
    touch-action: pan-y;
}

.public-table-media-dialog__hero-image[b-lizm6329ol] {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: min(70vh, 30rem);
    object-fit: contain;
    object-position: center;
    transition: transform 160ms ease;
    user-select: none;
    -webkit-user-drag: none;
}

.public-table-media-dialog__counter[b-lizm6329ol] {
    margin-top: -0.25rem;
}

.public-table-media-dialog__mobile-toggle[b-lizm6329ol] {
    display: none;
    align-self: flex-start;
}

.public-table-media-dialog__nav[b-lizm6329ol] {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    transform: translateY(-50%);
    background: color-mix(in srgb, var(--mud-palette-surface) 78%, black);
    box-shadow: var(--mud-elevation-3);
    color: var(--mud-palette-text-primary);
    cursor: pointer;
}

.public-table-media-dialog__nav .mud-icon-root[b-lizm6329ol] {
    font-size: 2rem;
}

.public-table-media-dialog__nav--left[b-lizm6329ol] {
    left: 0.75rem;
}

.public-table-media-dialog__nav--right[b-lizm6329ol] {
    right: 0.75rem;
}

.public-table-media-dialog__thumbnails[b-lizm6329ol] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
    gap: 0.75rem;
}

.public-table-media-dialog__thumbnail[b-lizm6329ol] {
    padding: 0;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background: var(--mud-palette-surface);
    overflow: hidden;
    cursor: pointer;
}

.public-table-media-dialog__thumbnail--active[b-lizm6329ol] {
    border-color: var(--mud-palette-primary);
    box-shadow: 0 0 0 1px var(--mud-palette-primary);
}

.public-table-media-dialog__thumbnail-image[b-lizm6329ol] {
    display: block;
    width: 100%;
    height: 5rem;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 600px) {
    .public-table-media-dialog__hero[b-lizm6329ol] {
        min-height: min(56vh, 22rem);
        padding: 0.5rem;
        border-radius: 10px;
    }

    .public-table-media-dialog__nav--left[b-lizm6329ol] {
        left: 0.5rem;
    }

    .public-table-media-dialog__nav--right[b-lizm6329ol] {
        right: 0.5rem;
    }

    .public-table-media-dialog__nav[b-lizm6329ol] {
        transform: translateY(-50%) scale(0.92);
        width: 2.75rem;
        height: 2.75rem;
        min-width: 2.75rem;
        background: rgb(17 24 39 / 42%);
        color: white;
        box-shadow: 0 6px 18px rgb(15 23 42 / 22%);
        backdrop-filter: blur(4px);
    }

    .public-table-media-dialog__hero-image[b-lizm6329ol] {
        max-height: min(52vh, 20rem);
    }

    .public-table-media-dialog__thumbnails[b-lizm6329ol] {
        display: flex;
        gap: 0.5rem;
        overflow-x: auto;
        padding-bottom: 0.25rem;
        scroll-snap-type: x proximity;
    }

    .public-table-media-dialog__mobile-toggle[b-lizm6329ol] {
        display: inline-flex;
    }

    .public-table-media-dialog__thumbnails--mobile-hidden[b-lizm6329ol] {
        display: none;
    }

    .public-table-media-dialog__thumbnail[b-lizm6329ol] {
        flex: 0 0 5.5rem;
        scroll-snap-align: start;
    }

    .public-table-media-dialog__thumbnail-image[b-lizm6329ol] {
        height: 4.5rem;
    }
}
/* /Pages/Public/Dialogs/WeekFreeSlotsDialog.razor.rz.scp.css */
.week-free-slots-dialog-actions[b-hi6eqvxn3z] {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

[b-hi6eqvxn3z] .week-free-slots-stack {
    max-height: min(52vh, 420px);
    overflow: auto;
    align-content: flex-start;
}

[b-hi6eqvxn3z] .week-free-slots-dialog-close-btn {
    min-width: 180px;
    min-height: 52px;
}

[b-hi6eqvxn3z] .week-free-slot-selected {
    border-width: 2px;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.35);
}
/* /Pages/Public/Storefront.razor.rz.scp.css */
.storefront-page[b-5grmwxsqj8] {
    min-height: 100vh;
}

.storefront-page[b-5grmwxsqj8] >  .mud-progress-circular,
.storefront-page[b-5grmwxsqj8] >  .mud-alert {
    margin: 2rem;
}
/* /Shared/CompactEditTable.razor.rz.scp.css */
.compact-edit-table-wrap[b-i2dgywxalq] {
    width: 100%;
    overflow-x: auto;
    border-radius: 3px;
    box-shadow: var(--mud-elevation-1);
}

.compact-edit-table[b-i2dgywxalq] {
    width: 100%;
    min-width: 920px;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    background: var(--mud-palette-surface);
    border: 0;
    font-size: 0.875rem;
}

.compact-edit-table[b-i2dgywxalq]  th,
.compact-edit-table[b-i2dgywxalq]  td {
    height: 28px;
    padding: 0 2px;
    border: 1px solid var(--mud-palette-lines-default);
    vertical-align: middle;
    line-height: 1.1;
    box-sizing: border-box;
}

.compact-edit-table[b-i2dgywxalq]  th {
    font-weight: 500;
    color: var(--mud-palette-text-primary);
    background: var(--mud-palette-background-gray);
    text-align: left;
}

.compact-edit-table[b-i2dgywxalq]  tbody tr:nth-child(even) td {
    background: color-mix(in srgb, var(--mud-palette-primary) 9%, var(--mud-palette-surface));
}

.compact-edit-table[b-i2dgywxalq]  tbody tr:hover td {
    background: color-mix(in srgb, var(--mud-palette-primary) 13%, var(--mud-palette-surface));
}

.compact-edit-table[b-i2dgywxalq]  .compact-text,
.compact-edit-table[b-i2dgywxalq]  .compact-number,
.compact-edit-table[b-i2dgywxalq]  .compact-select {
    display: block;
    width: 100%;
    height: 24px;
    min-height: 24px;
    margin: 0;
    padding: 0 6px;
    border: 1px solid transparent;
    border-radius: 0;
    background: transparent;
    color: var(--mud-palette-text-primary);
    font: inherit;
    line-height: 22px;
    box-sizing: border-box;
}

.compact-edit-table[b-i2dgywxalq]  .compact-text:focus,
.compact-edit-table[b-i2dgywxalq]  .compact-number:focus,
.compact-edit-table[b-i2dgywxalq]  .compact-select:focus {
    border-color: var(--mud-palette-primary);
    background: var(--mud-palette-surface);
    outline: none;
}

.compact-edit-table[b-i2dgywxalq]  .compact-text:disabled,
.compact-edit-table[b-i2dgywxalq]  .compact-number:disabled,
.compact-edit-table[b-i2dgywxalq]  .compact-select:disabled {
    color: var(--mud-palette-text-disabled);
    cursor: not-allowed;
    opacity: 1;
}

.compact-edit-table[b-i2dgywxalq]  .compact-catalog-autocomplete .mud-input-control,
.compact-edit-table[b-i2dgywxalq]  .compact-catalog-autocomplete .mud-input-control.mud-input-control-margin-dense {
    margin: 0;
}

.compact-edit-table[b-i2dgywxalq]  .compact-catalog-autocomplete .mud-input,
.compact-edit-table[b-i2dgywxalq]  .compact-catalog-autocomplete .mud-input-control-input-container {
    height: 24px;
    min-height: 24px;
}

.compact-edit-table[b-i2dgywxalq]  .compact-catalog-autocomplete .mud-input-slot {
    height: 22px;
    min-height: 22px;
    padding: 0 6px;
    font: inherit;
    line-height: 22px;
}

.compact-edit-table[b-i2dgywxalq]  .compact-catalog-autocomplete .mud-input-adornment {
    height: 22px;
    margin: 0;
}

.compact-edit-table[b-i2dgywxalq]  .compact-catalog-autocomplete .mud-input-outlined-border {
    border-radius: 0;
}

.compact-edit-table[b-i2dgywxalq]  .compact-number {
    text-align: right;
}

.compact-edit-table[b-i2dgywxalq]  .compact-money,
.compact-edit-table[b-i2dgywxalq]  .compact-total,
.compact-edit-table[b-i2dgywxalq]  .compact-right {
    text-align: right;
}

.compact-edit-table[b-i2dgywxalq]  .compact-action {
    text-align: center;
}

.compact-edit-table[b-i2dgywxalq]  .compact-icon-button {
    width: 20px;
    height: 22px;
    min-width: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--mud-palette-text-secondary);
    line-height: 1;
    cursor: pointer;
}

.compact-edit-table[b-i2dgywxalq]  .compact-icon-button-danger {
    color: var(--mud-palette-error);
}

.compact-edit-table[b-i2dgywxalq]  .compact-icon-button:disabled {
    color: var(--mud-palette-action-disabled);
    cursor: default;
}

.compact-edit-table[b-i2dgywxalq]  .compact-line-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
}

.compact-edit-table[b-i2dgywxalq]  .compact-readonly {
    padding: 0 6px;
}

.compact-edit-table[b-i2dgywxalq]  .compact-add-row td {
    height: 29px;
    background: var(--mud-palette-surface);
    text-align: center;
}

.compact-edit-table[b-i2dgywxalq]  .compact-add-row-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    min-width: 120px;
    padding: 0 10px;
    border: 0;
    background: transparent;
    color: var(--mud-palette-primary);
    font: inherit;
    font-weight: 500;
    cursor: pointer;
}

.compact-edit-table[b-i2dgywxalq]  .compact-add-row-button:disabled {
    color: var(--mud-palette-action-disabled);
    cursor: default;
}

.compact-edit-table[b-i2dgywxalq]  tfoot td {
    background: var(--mud-palette-surface);
    font-variant-numeric: tabular-nums;
}

.compact-edit-table[b-i2dgywxalq]  .compact-footer-label {
    text-align: right;
    font-weight: 500;
}

.compact-edit-table[b-i2dgywxalq]  .compact-footer-amount {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.compact-edit-table[b-i2dgywxalq]  .compact-footer-currency {
    text-align: left;
    white-space: nowrap;
}

.compact-edit-table[b-i2dgywxalq]  .compact-footer-total td {
    font-weight: 600;
}
/* /Shared/ContextSelector.razor.rz.scp.css */
/* Context Selector Styles */
.context-selector-wrapper[b-2wfxmyt0e0] {
    display: inline-flex;
    align-items: center;
    margin: 0 8px;
}

/* Light scheme (AppBar) */
.context-selector-wrapper.light[b-2wfxmyt0e0] {
    color: white;
}

.context-selector-wrapper.light .context-selector[b-2wfxmyt0e0] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: inherit;
}

.context-selector-wrapper.light .context-selector:hover[b-2wfxmyt0e0] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Dark scheme (Drawer/Menu) */
.context-selector-wrapper.dark[b-2wfxmyt0e0] {
    width: 100%;
    margin: 0;
    color: var(--mud-palette-text-primary);
}

.context-selector-wrapper.dark .context-selector[b-2wfxmyt0e0] {
    width: 100%;
    background: rgba(94, 53, 177, 0.1);
    border: 1px solid rgba(94, 53, 177, 0.3);
    color: inherit;
}

.context-selector-wrapper.dark .context-selector:hover[b-2wfxmyt0e0] {
    background: rgba(94, 53, 177, 0.15);
    border-color: rgba(94, 53, 177, 0.5);
}

.context-icon[b-2wfxmyt0e0] {
    margin-right: 4px;
}

.context-selector[b-2wfxmyt0e0] {
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    outline: none;
    transition: all 0.3s ease;
}

.context-selector:focus[b-2wfxmyt0e0] {
    border-color: var(--mud-palette-primary);
}

.context-selector option[b-2wfxmyt0e0] {
    background: var(--mud-palette-surface);
    color: var(--mud-palette-text-primary);
    padding: 8px;
}

/* /Shared/CookieConsent.razor.rz.scp.css */
.cookie-consent-banner[b-xtxwutp69t] {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 1250;
    border: 1px solid var(--mud-palette-divider);
    background-color: var(--mud-palette-surface);
    border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 25%, var(--mud-palette-divider) 75%);
    background: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-primary) 8%);
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
    position: fixed;
    overflow: hidden;
}

.cookie-consent-banner[b-xtxwutp69t]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, var(--mud-palette-primary), var(--mud-palette-secondary));
}

@media (max-width: 600px) {
    .cookie-consent-banner[b-xtxwutp69t] {
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        border-radius: 0;
    }
}
/* /Shared/DocumentCultureSelect.razor.rz.scp.css */
.document-culture-select[b-tbadsqlt8b] {
    width: 104px;
    min-width: 104px;
}

.document-culture-select[b-tbadsqlt8b],
.document-culture-select-anchor[b-tbadsqlt8b] {
    display: inline-flex;
    align-items: center;
    height: 40px;
}

.document-culture-select-anchor[b-tbadsqlt8b] {
    position: relative;
    width: 100%;
}

.document-culture-mud-select[b-tbadsqlt8b] {
    width: 100%;
    min-width: 104px;
}

[b-tbadsqlt8b] .document-culture-mud-select .mud-input-control,
[b-tbadsqlt8b] .document-culture-mud-select .mud-input {
    margin-top: 0;
}

[b-tbadsqlt8b] .document-culture-mud-select .mud-input {
    height: 40px;
}

[b-tbadsqlt8b] .document-culture-mud-select .mud-input-root {
    min-height: 40px;
    padding-inline-start: 38px;
}

[b-tbadsqlt8b] .document-culture-mud-select .mud-input-slot {
    visibility: hidden;
}

[b-tbadsqlt8b] .document-culture-mud-select .mud-input-adornment-end {
    margin-inline-start: 0;
}

.document-culture-selected[b-tbadsqlt8b] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    pointer-events: none;
    color: var(--mud-palette-text-primary);
}

.document-culture-option[b-tbadsqlt8b] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 72px;
    padding: 3px 0;
    white-space: nowrap;
}

.document-culture-selected .fi[b-tbadsqlt8b],
.document-culture-option .fi[b-tbadsqlt8b] {
    width: 20px;
    height: 15px;
    border-radius: 2px;
}
/* /Shared/InstallAppBanner.razor.rz.scp.css */
.install-app-banner-host[b-dvfdj1jpw7] {
    position: fixed;
    right: auto;
    bottom: max(20px, env(safe-area-inset-bottom));
    left: max(20px, env(safe-area-inset-left));
    z-index: 1240;
    width: min(520px, calc(100vw - 40px));
}

[b-dvfdj1jpw7] .install-app-banner {
    border: 1px solid var(--mud-palette-lines-default);
    background: var(--mud-palette-surface);
}

[b-dvfdj1jpw7] .install-app-banner__content {
    min-width: 0;
}

[b-dvfdj1jpw7] .install-app-banner__icon {
    flex: 0 0 auto;
}

[b-dvfdj1jpw7] .install-app-banner__text {
    min-width: 0;
    flex: 1 1 auto;
}

[b-dvfdj1jpw7] .install-app-banner__actions {
    flex: 0 0 auto;
}

@media (max-width: 600px) {
    .install-app-banner-host[b-dvfdj1jpw7] {
        top: calc(4.75rem + env(safe-area-inset-top));
        right: 12px;
        bottom: auto;
        left: 12px;
        width: calc(100vw - 24px);
    }

    [b-dvfdj1jpw7] .install-app-banner__content {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    [b-dvfdj1jpw7] .install-app-banner__actions {
        justify-content: flex-end;
        flex-wrap: wrap;
    }
}
/* /Shared/LanguageSelector.razor.rz.scp.css */
/* Language Selector Styles */
.language-selector-container[b-nsahmq6eac] {
    display: inline-flex;
    align-items: center;
    margin: 0 8px;
    position: relative;
    cursor: pointer;
}

.language-selector-container--disabled[b-nsahmq6eac] {
    cursor: default;
}

.language-selector-container--disabled .language-flag-overlay[b-nsahmq6eac] {
    opacity: .58;
}

.language-mud-select[b-nsahmq6eac] {
    min-width: auto;
    width: 32px;
    height: 32px;
}

/* Hide MudSelect input content but keep it clickable */
[b-nsahmq6eac] .language-mud-select .mud-input-slot {
    visibility: hidden;
}

[b-nsahmq6eac] .language-mud-select .mud-select {
    cursor: pointer;
}

.language-selector-container--disabled[b-nsahmq6eac]  .language-mud-select .mud-select {
    cursor: default;
}

.language-flag-overlay[b-nsahmq6eac] {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    pointer-events: none;
}

.language-item[b-nsahmq6eac] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 148px;
    padding: 4px 0;
    white-space: nowrap;
}

.language-item span:first-child[b-nsahmq6eac] {
    width: 24px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    flex-shrink: 0;
}

/* Drawer specific styles */
[b-nsahmq6eac] .mud-drawer .language-selector-container {
    width: 100%;
    margin: 0;
    background: rgba(94, 53, 177, 0.1);
    border: 1px solid rgba(94, 53, 177, 0.3);
    border-radius: 4px;
    padding: 8px 12px;
}

[b-nsahmq6eac] .mud-drawer .language-selector-container:hover {
    background: rgba(94, 53, 177, 0.15);
    border-color: rgba(94, 53, 177, 0.5);
}

[b-nsahmq6eac] .mud-drawer .language-mud-select {
    width: 100%;
}

[b-nsahmq6eac] .mud-drawer .language-mud-select .mud-input-slot {
    visibility: visible;
}

[b-nsahmq6eac] .mud-drawer .language-flag-overlay {
    display: none;
}

[b-nsahmq6eac] .mud-drawer .language-item span:first-child {
    width: 24px;
    height: 18px;
}
/* /Shared/PermissionMatrix.razor.rz.scp.css */
.pm-cell-wrap[b-3smzcyejot] {
    display: inline-block;
    padding: 2px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.pm-cell-role[b-3smzcyejot] {
    background-color: rgba(128, 128, 128, 0.24);
    border-color: rgba(128, 128, 128, 0.52);
}

.pm-cell-manage[b-3smzcyejot] {
    background-color: rgba(var(--mud-palette-warning-rgb), 0.30);
    border-color: rgba(var(--mud-palette-warning-rgb), 0.60);
}

.pm-cell-selected[b-3smzcyejot] {
    background-color: rgba(var(--mud-palette-success-rgb), 0.24);
    border-color: rgba(var(--mud-palette-success-rgb), 0.56);
}
/* /Shared/TenantSelector.razor.rz.scp.css */
/* Tenant Selector Styles */
.tenant-selector-container[b-iiy244udnd] {
    display: inline-flex;
    align-items: center;
    margin: 0 8px;
    position: relative;
}

.tenant-icon[b-iiy244udnd] {
    margin-right: 8px;
}

.tenant-name[b-iiy244udnd] {
    display: none;
    margin-right: 8px;
    color: inherit;
    font-size: 14px;
}

.tenant-selector[b-iiy244udnd] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    outline: none;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 24px;
    padding-right: 32px;
}

.tenant-selector:hover[b-iiy244udnd] {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
}

.tenant-selector:focus[b-iiy244udnd] {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #594ae2;
}

.tenant-selector option[b-iiy244udnd] {
    background: #424242;
    color: white;
    padding: 8px;
}

/* Styles for tenant selector in drawer (mobile) */
[b-iiy244udnd] .mud-drawer .tenant-selector-container {
    width: 100%;
    margin: 0;
}

[b-iiy244udnd] .mud-drawer .tenant-icon {
    display: inline-flex;
    margin-right: 8px;
}

[b-iiy244udnd] .mud-drawer .tenant-name {
    display: inline;
    flex: 1;
}

[b-iiy244udnd] .mud-drawer .tenant-selector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

[b-iiy244udnd] .mud-drawer .tenant-selector option {
    background: white;
    color: black;
}
/* /Shared/UserMenu.razor.rz.scp.css */
.user-menu-actions[b-p68aqvx8tn] {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

@media (max-width: 575px) {
    .user-menu-actions[b-p68aqvx8tn]  .mobile-hidden-header-action {
        display: none;
    }
}
