/* /App.razor.rz.scp.css */
html[b-vdg4qbhnk1], body[b-vdg4qbhnk1] {
    font-family: var(--ep-font);
    margin: 0;
    padding: 0;
}

#app[b-vdg4qbhnk1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

/* /Components/Layout/BottomNav.razor.rz.scp.css */
.ep-bottom-nav[b-66gsb62ys4] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: var(--ep-surface);
    border-top: 1px solid var(--ep-outline-variant);
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
    padding-bottom: env(safe-area-inset-bottom, 0);
}

.ep-bottom-nav-item[b-66gsb62ys4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    font-size: 10px;
    font-weight: 500;
    color: var(--ep-on-surface-variant);
    text-decoration: none;
    padding: 0.25rem 0.35rem;
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
}

.ep-bottom-nav-item .material-symbols-outlined[b-66gsb62ys4] {
    font-size: 1.25rem;
}

.ep-bottom-nav-item.active[b-66gsb62ys4] {
    color: var(--ep-primary-container);
    font-weight: 600;
}

.ep-bottom-nav-item.active .material-symbols-outlined[b-66gsb62ys4] {
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}

@media (min-width: 769px) {
    .ep-hide-desktop[b-66gsb62ys4] {
        display: none !important;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.ep-shell[b-zqp93ac1bp] {
    min-height: 100vh;
    display: flex;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    background: var(--ep-background);
}

.ep-sidebar[b-zqp93ac1bp] {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    flex-shrink: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 100;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, var(--ep-primary-container) 0%, var(--ep-primary) 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 2px 0 12px rgba(0, 32, 70, 0.12);
    overflow: hidden;
}

.ep-main[b-zqp93ac1bp] {
    flex: 1;
    min-width: 0;
    margin-left: 280px;
    width: calc(100% - 280px);
    max-width: calc(100vw - 280px);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}

.ep-topbar[b-zqp93ac1bp] {
    position: sticky;
    top: 0;
    z-index: 50;
    height: 64px;
    background: var(--ep-surface);
    border-bottom: 1px solid var(--ep-outline-variant);
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.ep-content[b-zqp93ac1bp] {
    flex: 1;
    min-width: 0;
    padding: 1.5rem;
    padding-bottom: calc(1.5rem + 64px);
    overflow-x: hidden;
}

.ep-page[b-zqp93ac1bp] {
    min-width: 0;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .ep-hide-mobile[b-zqp93ac1bp] {
        display: none !important;
    }

    .ep-main[b-zqp93ac1bp] {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }

    .ep-content[b-zqp93ac1bp] {
        padding: 1rem;
        padding-bottom: calc(1rem + 72px);
    }

    .ep-topbar[b-zqp93ac1bp] {
        padding: 0 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.ep-nav[b-z13zf1m2y3] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 1.25rem 0.875rem;
    box-sizing: border-box;
}

.ep-nav-brand[b-z13zf1m2y3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0 0.5rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.ep-nav-brand-icon[b-z13zf1m2y3] {
    color: var(--ep-secondary-container);
    font-size: 1.75rem;
    flex-shrink: 0;
}

.ep-nav-brand-title[b-z13zf1m2y3] {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.ep-nav-brand-sub[b-z13zf1m2y3] {
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.72);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ep-nav-links[b-z13zf1m2y3] {
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    min-width: 0;
}

/* NavLink renders inside a child component — ::deep required for CSS isolation */
[b-z13zf1m2y3] a.ep-nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0.6875rem 0.875rem;
    border-radius: var(--ep-radius-sm);
    border-left: 3px solid transparent;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
    min-height: 44px;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

[b-z13zf1m2y3] a.ep-nav-link .material-symbols-outlined {
    font-size: 1.3125rem;
    flex-shrink: 0;
    opacity: 0.95;
}

[b-z13zf1m2y3] a.ep-nav-link:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

[b-z13zf1m2y3] a.ep-nav-link.active {
    background: rgba(0, 0, 0, 0.22);
    border-left-color: var(--ep-accent-cyan);
    color: #ffffff;
    font-weight: 600;
}

[b-z13zf1m2y3] a.ep-nav-link.active .material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;
    opacity: 1;
}

[b-z13zf1m2y3] a.ep-nav-link span:not(.material-symbols-outlined) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}
/* /Components/Layout/TopBar.razor.rz.scp.css */
.ep-topbar-inner[b-z87cdtzpat] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.ep-topbar-mobile-brand[b-z87cdtzpat] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ep-topbar-title[b-z87cdtzpat] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--ep-primary-container);
}

.ep-topbar-actions[b-z87cdtzpat] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
}

.ep-icon-btn[b-z87cdtzpat] {
    position: relative;
    border: none;
    background: transparent;
    padding: 0.5rem;
    border-radius: 999px;
    cursor: pointer;
    color: var(--ep-primary-container);
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ep-icon-btn:hover[b-z87cdtzpat] {
    background: var(--ep-surface-container-low);
}

.ep-notification-dot[b-z87cdtzpat] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 8px;
    height: 8px;
    background: var(--ep-error);
    border-radius: 50%;
    border: 2px solid var(--ep-surface);
}

.ep-user-pill[b-z87cdtzpat] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 13px;
    color: var(--ep-on-surface-variant);
}

.ep-user-avatar[b-z87cdtzpat] {
    font-size: 1.5rem;
    color: var(--ep-primary-container);
}

@media (min-width: 769px) {
    .ep-hide-desktop[b-z87cdtzpat] {
        display: none !important;
    }
}
/* /Components/Shared/SpecialistDaySlotPicker.razor.rz.scp.css */
.specialist-day-slot-picker__header[b-j9krclpiv5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.specialist-day-slot-picker__swatch[b-j9krclpiv5] {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 999px;
    flex-shrink: 0;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.specialist-day-slot-picker__title[b-j9krclpiv5] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ep-text-secondary, #475569);
    text-transform: capitalize;
}

.specialist-day-slot-picker__hint[b-j9krclpiv5] {
    font-size: 0.8125rem;
}

.specialist-day-slot-picker__timeline[b-j9krclpiv5] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    max-height: 220px;
    overflow-y: auto;
    padding-right: 0.15rem;
}

.specialist-day-slot-picker__row.e-btn[b-j9krclpiv5] {
    min-height: unset;
    box-shadow: none;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
}

.specialist-day-slot-picker__row[b-j9krclpiv5] {
    display: grid;
    grid-template-columns: 3.25rem 1fr;
    gap: 0.5rem;
    align-items: stretch;
    width: 100%;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.5rem;
    background: #fff;
    padding: 0.35rem 0.5rem;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.specialist-day-slot-picker__row.is-free:hover[b-j9krclpiv5] {
    border-color: rgba(37, 99, 235, 0.45);
    box-shadow: 0 1px 0 rgba(37, 99, 235, 0.08);
}

.specialist-day-slot-picker__row.is-selected[b-j9krclpiv5] {
    border-color: #2563eb;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
}

.specialist-day-slot-picker__row.is-occupied[b-j9krclpiv5] {
    cursor: not-allowed;
    background: color-mix(in srgb, var(--slot-color, #e11d48) 18%, white);
    border-color: color-mix(in srgb, var(--slot-color, #e11d48) 35%, white);
}

.specialist-day-slot-picker__row.is-disabled:not(.is-occupied)[b-j9krclpiv5] {
    cursor: not-allowed;
    opacity: 0.55;
}

.specialist-day-slot-picker__time[b-j9krclpiv5] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0f172a;
    align-self: center;
}

.specialist-day-slot-picker__bar[b-j9krclpiv5] {
    display: flex;
    align-items: center;
    min-height: 1.75rem;
    border-radius: 0.35rem;
    padding: 0.15rem 0.5rem;
}

.specialist-day-slot-picker__row.is-free .specialist-day-slot-picker__bar[b-j9krclpiv5] {
    background: rgba(16, 185, 129, 0.08);
}

.specialist-day-slot-picker__row.is-occupied .specialist-day-slot-picker__bar[b-j9krclpiv5] {
    background: color-mix(in srgb, var(--slot-color, #e11d48) 28%, white);
}

.specialist-day-slot-picker__occupied-label[b-j9krclpiv5] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0f172a;
}

.specialist-day-slot-picker__free-label[b-j9krclpiv5] {
    font-size: 0.75rem;
    color: #047857;
}

.specialist-day-slot-picker__muted-label[b-j9krclpiv5] {
    font-size: 0.75rem;
    color: #64748b;
}
