/* /Components/Common/WizardStepContainer.razor.rz.scp.css */
.wizard-step[b-ujf0f556zq] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wizard-step__header[b-ujf0f556zq] {
    margin-bottom: 1.75rem;
}

.wizard-step__title[b-ujf0f556zq] {
    font-weight: 700;
    color: var(--minty-heading);
    line-height: 1.25;
    margin-bottom: 0.4rem !important;
}

.wizard-step__helper[b-ujf0f556zq] {
    color: var(--minty-muted);
    line-height: 1.6;
    margin-top: 0.4rem;
}

.wizard-step__body[b-ujf0f556zq] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.wizard-step__actions[b-ujf0f556zq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.25rem;
    border-top: 1px solid #f0f0f0;
    gap: 0.75rem;
}

.wizard-step__next-btn[b-ujf0f556zq] {
    min-width: 140px;
    border-radius: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
}

.wizard-step__back-btn[b-ujf0f556zq] {
    color: var(--minty-muted) !important;
    font-weight: 500 !important;
}

/* /Components/Layout/AppShellLayout.razor.rz.scp.css */
/* ?? App bar ?? */
.app-shell__appbar[b-dnx38rd3gg] {
    background: linear-gradient(180deg, #78c2ad 0%, #6eb7a3 100%) !important;
    border-bottom: 1px solid rgba(94, 166, 146, 0.45) !important;
}

.app-shell__brand[b-dnx38rd3gg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 0.25rem;
}

.app-shell__brand-name[b-dnx38rd3gg] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.3px;
}

.app-shell__menu-btn[b-dnx38rd3gg] {
    color: rgba(255,255,255,0.92) !important;
}

/* ?? User pill in app bar ?? */
.app-shell__user-pill[b-dnx38rd3gg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-right: 0.25rem;
}

.app-shell__avatar[b-dnx38rd3gg] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f3969a;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-transform: uppercase;
}

.app-shell__user-name[b-dnx38rd3gg] {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.92);
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ?? Drawer ?? */
.app-shell__drawer[b-dnx38rd3gg] {
    background: linear-gradient(180deg, #ffffff 0%, #f6fbf9 100%) !important;
}

.app-shell__drawer-header[b-dnx38rd3gg] {
    padding: 1.25rem 1rem 1rem !important;
    border-bottom: 1px solid var(--minty-border);
}

.app-shell__drawer-brand[b-dnx38rd3gg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.app-shell__drawer-title[b-dnx38rd3gg] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--minty-heading);
    line-height: 1.2;
}

.app-shell__drawer-business[b-dnx38rd3gg] {
    font-size: 0.75rem;
    color: var(--minty-muted);
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
}

/* ?? Nav links ?? */
.app-shell__nav[b-dnx38rd3gg] {
    padding: 0.75rem 0.5rem !important;
    flex: 1;
}

.app-shell__nav-link[b-dnx38rd3gg] {
    border-radius: 14px !important;
    margin-bottom: 2px;
    color: var(--minty-text) !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
}

.app-shell__nav-link:hover[b-dnx38rd3gg] {
    background: rgba(120,194,173,0.12) !important;
    color: var(--minty-heading) !important;
}

.app-shell__nav-link.active[b-dnx38rd3gg] {
    background: rgba(120,194,173,0.18) !important;
    color: #4a8f7d !important;
    font-weight: 600 !important;
}

.app-shell__nav-disabled[b-dnx38rd3gg] {
    margin-top: 0.15rem;
}

.app-shell__nav-disabled-item[b-dnx38rd3gg] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-height: 40px;
    padding: 0.625rem 0.875rem;
    margin-bottom: 2px;
    border-radius: 10px;
    color: rgba(90,107,100,0.45);
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.2;
    cursor: default;
    pointer-events: none;
}

.app-shell__nav-disabled-icon[b-dnx38rd3gg] {
    color: rgba(120,194,173,0.4) !important;
    font-size: 1.25rem !important;
}

/* ?? Drawer footer ?? */
.app-shell__drawer-footer[b-dnx38rd3gg] {
    padding: 0.75rem 1rem 1.25rem;
    border-top: 1px solid var(--minty-border);
}

.app-shell__signout-btn[b-dnx38rd3gg] {
    color: #ff7851 !important;
    font-size: 0.85rem !important;
    justify-content: flex-start !important;
    padding-left: 0.5rem !important;
}

.app-shell__signout-btn:hover[b-dnx38rd3gg] {
    color: #d95f3e !important;
}

/* ?? Main content ?? */
.app-shell__main[b-dnx38rd3gg] {
    background:
        radial-gradient(circle at top, rgba(120,194,173,0.14), transparent 28%),
        linear-gradient(180deg, #f8fcfb 0%, #f1f8f5 100%);
    min-height: calc(100dvh - 64px);
    padding: 1rem 1rem 6rem !important; /* 6rem bottom clears the fixed footer bar */
}

/* /Components/Layout/ClientShellLayout.razor.rz.scp.css */
.client-shell__appbar[b-b7u8hufgf2] {
    background: linear-gradient(180deg, #78c2ad 0%, #6eb7a3 100%) !important;
    border-bottom: 1px solid rgba(94, 166, 146, 0.45) !important;
}

.client-shell__menu-btn[b-b7u8hufgf2] {
    color: rgba(255,255,255,0.92) !important;
}

.client-shell__drawer[b-b7u8hufgf2] {
    background: linear-gradient(180deg, #ffffff 0%, #f6fbf9 100%) !important;
}

.client-shell__drawer-header[b-b7u8hufgf2] {
    padding: 1.25rem 1rem 1rem !important;
    border-bottom: 1px solid var(--minty-border);
}

.client-shell__drawer-brand[b-b7u8hufgf2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.client-shell__drawer-title[b-b7u8hufgf2] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--minty-heading);
    line-height: 1.2;
}

.client-shell__drawer-subtitle[b-b7u8hufgf2] {
    font-size: 0.75rem;
    color: var(--minty-muted);
    margin-top: 2px;
}

.client-shell__nav[b-b7u8hufgf2] {
    padding: 0.75rem 0.5rem !important;
    flex: 1;
}

.client-shell__nav-link[b-b7u8hufgf2] {
    border-radius: 14px !important;
    margin-bottom: 2px;
    color: var(--minty-text) !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
}

.client-shell__nav-link:hover[b-b7u8hufgf2] {
    background: rgba(120,194,173,0.12) !important;
    color: var(--minty-heading) !important;
}

.client-shell__nav-link.active[b-b7u8hufgf2] {
    background: rgba(120,194,173,0.18) !important;
    color: #4a8f7d !important;
    font-weight: 600 !important;
}

.client-shell__drawer-footer[b-b7u8hufgf2] {
    padding: 0.75rem 1rem 1.25rem;
    border-top: 1px solid var(--minty-border);
}

.client-shell__signout-btn[b-b7u8hufgf2] {
    color: #ff7851 !important;
    font-size: 0.85rem !important;
    justify-content: flex-start !important;
    padding-left: 0.5rem !important;
}

.client-shell__signout-btn:hover[b-b7u8hufgf2] {
    color: #d95f3e !important;
}

.client-shell__main[b-b7u8hufgf2] {
    background:
        radial-gradient(circle at top, rgba(120,194,173,0.14), transparent 28%),
        linear-gradient(180deg, #f8fcfb 0%, #f1f8f5 100%);
    min-height: calc(100dvh - 64px);
    padding: 1rem 1rem 6rem !important;
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fiu49z5gg0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fiu49z5gg0] {
    flex: 1;
}

.sidebar[b-fiu49z5gg0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fiu49z5gg0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fiu49z5gg0]  a, .top-row[b-fiu49z5gg0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fiu49z5gg0]  a:hover, .top-row[b-fiu49z5gg0]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fiu49z5gg0]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fiu49z5gg0] {
        justify-content: space-between;
    }

    .top-row[b-fiu49z5gg0]  a, .top-row[b-fiu49z5gg0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fiu49z5gg0] {
        flex-direction: row;
    }

    .sidebar[b-fiu49z5gg0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fiu49z5gg0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fiu49z5gg0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fiu49z5gg0], article[b-fiu49z5gg0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fiu49z5gg0] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fiu49z5gg0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-74neafuiqk] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-74neafuiqk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-74neafuiqk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-74neafuiqk] {
    font-size: 1.1rem;
}

.bi[b-74neafuiqk] {
    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-74neafuiqk] {
    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-74neafuiqk] {
    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-74neafuiqk] {
    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-74neafuiqk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-74neafuiqk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-74neafuiqk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-74neafuiqk]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-74neafuiqk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-74neafuiqk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-74neafuiqk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-74neafuiqk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-74neafuiqk] {
        display: none;
    }

    .nav-scrollable[b-74neafuiqk] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/OnboardingLayout.razor.rz.scp.css */
.onboarding-shell[b-xu6qx47dno] {
    min-height: 100dvh;
    background:
        radial-gradient(circle at top, rgba(120,194,173,0.18), transparent 30%),
        linear-gradient(180deg, #f8fcfb 0%, #f1f8f5 100%);
    display: flex;
    flex-direction: column;
}

.onboarding-shell__header[b-xu6qx47dno] {
    padding: 1rem 1.25rem;
    background: rgba(255,255,255,0.92);
    border-bottom: 1px solid var(--minty-border);
    backdrop-filter: blur(14px);
    display: flex;
    align-items: center;
}

.onboarding-shell__logo[b-xu6qx47dno] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
}

.onboarding-shell__logo-text[b-xu6qx47dno] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--minty-heading);
    letter-spacing: -0.3px;
}

.onboarding-shell__main[b-xu6qx47dno] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 4px;
}

/* /Components/Pages/Dashboard/Components/AddClientModal.razor.rz.scp.css */
/* ?? Title ?? */
.client-dlg-title[b-6u7aktwc1n] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--minty-heading);
}

.client-dlg-title__avatar[b-6u7aktwc1n] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--minty-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ?? Body ?? */
.client-dlg-body[b-6u7aktwc1n] {
    display: flex;
    flex-direction: column;
    padding-top: 0.25rem;
}

.client-dlg-section[b-6u7aktwc1n] {
    padding: 0.5rem 0;
}

.client-dlg-section--last[b-6u7aktwc1n] {
    padding-bottom: 0;
}

/* ?? Actions ?? */
.client-dlg-actions[b-6u7aktwc1n] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0 0.25rem 0.25rem;
}

.client-save-btn[b-6u7aktwc1n] {
    border-radius: 12px !important;
    font-weight: 700 !important;
    height: 48px !important;
}

.client-dlg-cancel[b-6u7aktwc1n] {
    color: var(--minty-muted) !important;
}

/* /Components/Pages/Dashboard/Components/NewAppointmentModal.razor.rz.scp.css */
/* ?? Dialog title ?? */
.appt-dlg-title[b-4hvzvhyjkd] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--minty-heading);
}

.appt-dlg-title__dot[b-4hvzvhyjkd] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1a56db;
    flex-shrink: 0;
}

/* ?? Dialog footer ?? */
.appt-dlg-actions[b-4hvzvhyjkd] {
    width: 100%;
    padding: 0 0.25rem 0.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.appt-save-btn[b-4hvzvhyjkd] {
    border-radius: 12px !important;
    font-weight: 700 !important;
    height: 52px !important;
}

/* ?? Body ?? */
.appt-body[b-4hvzvhyjkd] {
    display: flex;
    flex-direction: column;
}

/* ?? Sections ?? */
.appt-section[b-4hvzvhyjkd] {
    padding: 0.875rem 0;
    border-bottom: 1px solid var(--minty-border);
}

.appt-section--last[b-4hvzvhyjkd] {
    border-bottom: none;
    padding-bottom: 0.25rem;
}

.appt-section__label[b-4hvzvhyjkd] {
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--minty-muted);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 0.6rem;
}

.appt-field-error[b-4hvzvhyjkd] {
    display: block;
    font-size: 0.75rem;
    color: #ef4444;
    margin-top: 0.3rem;
}

/* ?? Add-trigger button ?? */
.appt-add-trigger[b-4hvzvhyjkd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.7rem;
    border: 1.5px dashed #e5e7eb;
    border-radius: 12px;
    background: #fafafa;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.appt-add-trigger:hover[b-4hvzvhyjkd]     { border-color: var(--minty-primary); background: var(--minty-bg); }

.appt-add-trigger__icon-wrap[b-4hvzvhyjkd] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(120,194,173,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.appt-add-trigger__text[b-4hvzvhyjkd] { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.appt-add-trigger__main[b-4hvzvhyjkd] { font-size: 0.875rem; font-weight: 600; color: var(--minty-heading); }
.appt-add-trigger__hint[b-4hvzvhyjkd] { font-size: 0.72rem; color: var(--minty-muted); }

/* ?? Client / Service pill ?? */
.appt-client-pill[b-4hvzvhyjkd] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.6rem 0.75rem;
    background: var(--minty-bg);
    border-radius: 12px;
    border: 1px solid #e9e9ef;
}

.appt-client-pill__avatar[b-4hvzvhyjkd] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--minty-primary);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-transform: uppercase;
}

.appt-client-pill__avatar--service[b-4hvzvhyjkd] {
    border-radius: 10px;
    background: #e5e7eb;
}

.appt-client-pill__info[b-4hvzvhyjkd]    { display: flex; flex-direction: column; gap: 1px; flex: 1; min-width: 0; }
.appt-client-pill__name[b-4hvzvhyjkd]    { font-size: 0.875rem; font-weight: 600; color: var(--minty-heading); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.appt-client-pill__meta[b-4hvzvhyjkd]    { font-size: 0.72rem; color: var(--minty-muted); }

.appt-pill-remove[b-4hvzvhyjkd] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.06);
    color: var(--minty-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.12s ease;
    padding: 0;
}
.appt-pill-remove:hover[b-4hvzvhyjkd] { background: rgba(0,0,0,0.13); }

/* ?? Inline form ?? */
.appt-inline-form[b-4hvzvhyjkd] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.875rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    background: #fafafa;
}

.appt-inline-form__row[b-4hvzvhyjkd]     { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.appt-inline-form__actions[b-4hvzvhyjkd] { display: flex; justify-content: flex-end; gap: 0.5rem; padding-top: 0.25rem; }

/* ?? Date & time row ?? */
.appt-datetime-row[b-4hvzvhyjkd] {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
}

.appt-datetime-card[b-4hvzvhyjkd] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.55rem 0.75rem;
    flex: 1;
    min-width: 0;
    cursor: pointer;
    transition: border-color 0.15s ease;
}

.appt-datetime-card:hover[b-4hvzvhyjkd],
.appt-datetime-card:focus-within[b-4hvzvhyjkd] { border-color: var(--minty-primary); background: #fff; }

.appt-datetime-card--date[b-4hvzvhyjkd] { flex: 1.6; }

.appt-date-input[b-4hvzvhyjkd] {
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--minty-heading);
    outline: none;
    width: 100%;
    cursor: pointer;
    min-width: 0;
}

.appt-time-select[b-4hvzvhyjkd] {
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--minty-heading);
    outline: none;
    width: 100%;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

/* ?? Notes ?? */
.appt-notes[b-4hvzvhyjkd] {
    width: 100%;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    padding: 0.75rem;
    font-family: inherit;
    font-size: 0.875rem;
    color: var(--minty-heading);
    resize: none;
    background: #fafafa;
    outline: none;
    transition: border-color 0.15s ease;
    box-sizing: border-box;
    line-height: 1.5;
}
.appt-notes:focus[b-4hvzvhyjkd]        { border-color: var(--minty-primary); background: #fff; }
.appt-notes[b-4hvzvhyjkd]::placeholder { color: #d1d5db; }

/* ?? Photos � drop zone ?? */
.appt-dropzone[b-4hvzvhyjkd] {
    display: flex;
    width: 100%;
    border: 1.5px dashed #e5e7eb;
    border-radius: 14px;
    background: #fafafa;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.75rem;
    min-height: 110px;
}

.appt-dropzone:hover[b-4hvzvhyjkd] { border-color: var(--minty-primary); background: var(--minty-bg); }

.appt-dropzone__inner[b-4hvzvhyjkd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 1.5rem 1rem;
    width: 100%;
    text-align: center;
}

.appt-dropzone__icon-wrap[b-4hvzvhyjkd] {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #f0f0f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.25rem;
}

.appt-dropzone__primary[b-4hvzvhyjkd] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--minty-heading);
}

.appt-dropzone__hint[b-4hvzvhyjkd] {
    font-size: 0.72rem;
    color: var(--minty-muted);
}

.appt-photo-input[b-4hvzvhyjkd] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

/* ?? Photos � thumbnail strip ?? */
.appt-photo-strip[b-4hvzvhyjkd] {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scrollbar-width: none;
}
.appt-photo-strip[b-4hvzvhyjkd]::-webkit-scrollbar { display: none; }

.appt-photo-thumb[b-4hvzvhyjkd] {
    position: relative;
    width: 76px;
    height: 76px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1.5px solid #e5e7eb;
}

.appt-photo-thumb img[b-4hvzvhyjkd] { width: 100%; height: 100%; object-fit: cover; display: block; }

.appt-photo-thumb__remove[b-4hvzvhyjkd] {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.6);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.12s ease;
}
.appt-photo-thumb__remove:hover[b-4hvzvhyjkd] { background: rgba(0,0,0,0.85); }

/* /Components/Pages/Dashboard/Components/SelectClientModal.razor.rz.scp.css */
/* ?? Title ?? */
.sc-title[b-lg6n7z6ofm] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--minty-heading);
}

/* ?? Body ?? */
.sc-body[b-lg6n7z6ofm] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

/* ?? Search ?? */
.sc-search-wrap[b-lg6n7z6ofm] {
    padding: 0.25rem 0 0.75rem;
    flex-shrink: 0;
}

/* ?? List ?? */
.sc-list[b-lg6n7z6ofm] {
    flex: 1;
    overflow-y: auto;
    margin: 0 -1rem; /* bleed to dialog edge */
    scrollbar-width: none;
}

.sc-list[b-lg6n7z6ofm]::-webkit-scrollbar { display: none; }

/* ?? Empty / loading state ?? */
.sc-state[b-lg6n7z6ofm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 3rem 1rem;
    text-align: center;
}

.sc-state__text[b-lg6n7z6ofm] {
    font-size: 0.875rem;
    color: var(--minty-muted);
    max-width: 220px;
    line-height: 1.4;
}

/* ?? Client row ?? */
.sc-row[b-lg6n7z6ofm] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    width: 100%;
    padding: 0.875rem 1rem;
    border: none;
    background: transparent;
    font-family: inherit;
    cursor: pointer;
    text-align: left;
    transition: background 0.12s ease;
    border-bottom: 1px solid var(--minty-border);
}

.sc-row:hover[b-lg6n7z6ofm]       { background: #f9fafb; }
.sc-row:last-child[b-lg6n7z6ofm]  { border-bottom: none; }

.sc-row__avatar[b-lg6n7z6ofm] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--minty-primary);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-transform: uppercase;
}

.sc-row__info[b-lg6n7z6ofm] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.sc-row__name[b-lg6n7z6ofm] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--minty-heading);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc-row__meta[b-lg6n7z6ofm] {
    font-size: 0.75rem;
    color: var(--minty-muted);
}

/* ?? Footer ?? */
.sc-footer[b-lg6n7z6ofm] {
    width: 100%;
    padding: 0 0.25rem 0.25rem;
}

.sc-add-btn[b-lg6n7z6ofm] {
    border-radius: 12px !important;
    font-weight: 600 !important;
    height: 48px !important;
}

/* /Components/Pages/Dashboard/SchedulePage.razor.rz.scp.css */
/* ?? Calendar wrap ?? */
.cal-wrap[b-xrl81nsky4] {
    margin-top: 1rem;
    background: #fff;
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

/* ?? Page header ?? */
.schedule-header[b-xrl81nsky4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.schedule-header__title[b-xrl81nsky4] {
    font-weight: 700;
    color: var(--minty-heading);
    line-height: 1.1;
}

.schedule-header__sub[b-xrl81nsky4] {
    color: var(--minty-muted);
    font-size: 0.78rem;
}

.schedule-header__actions[b-xrl81nsky4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.schedule-header__add-btn[b-xrl81nsky4] {
    border-radius: 10px !important;
}

/* ?? Month nav ?? */
.cal-nav[b-xrl81nsky4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 0.25rem;
}

.cal-nav__label[b-xrl81nsky4] {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--minty-heading);
}

/* ?? Calendar grid ?? */
.cal-grid[b-xrl81nsky4] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    margin-bottom: 0.5rem;
}

.cal-grid__dow[b-xrl81nsky4] {
    text-align: center;
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--minty-muted);
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.cal-grid__blank[b-xrl81nsky4] {
    /* empty */
}

.cal-grid__cell[b-xrl81nsky4] {
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0.4rem;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.12s ease;
    gap: 4px;
    min-width: 0;
}

.cal-grid__cell:hover[b-xrl81nsky4] {
    background: rgba(120,194,173,0.10);
}

.cal-grid__cell--today .cal-grid__day-num[b-xrl81nsky4] {
    background: var(--minty-primary);
    color: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cal-grid__cell--selected[b-xrl81nsky4] {
    background: #f0f0f5;
}

.cal-grid__day-num[b-xrl81nsky4] {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--minty-text);
    line-height: 26px;
    width: 26px;
    text-align: center;
}

/* ?? Selected day panel ?? */
.day-panel[b-xrl81nsky4] {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
}

.day-panel__heading[b-xrl81nsky4] {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--minty-heading);
    margin-bottom: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.day-panel__empty[b-xrl81nsky4] {
    padding: 1.5rem;
    text-align: center;
    background: #f9fafb;
    border-radius: 12px;
}

/* ?? Bottom toolbar ?? */
.sched-footer[b-xrl81nsky4] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.25rem;
    z-index: 200;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.06);
}

/* ?? View toggle ?? */
.view-toggle[b-xrl81nsky4] {
    display: flex;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    background: #f9fafb;
}

.view-toggle__btn[b-xrl81nsky4] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 38px;
    border: none;
    background: transparent;
    color: var(--minty-muted);
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.view-toggle__btn--active[b-xrl81nsky4] {
    background: var(--minty-primary);
    color: #fff;
}

/* ?? FAB ?? */
.fab-wrap[b-xrl81nsky4] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fab[b-xrl81nsky4] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--minty-secondary);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(233,69,96,0.35);
    transition: background 0.15s ease, transform 0.2s ease;
    flex-shrink: 0;
}

.fab:hover[b-xrl81nsky4]  { background: #d63652; }
.fab--open[b-xrl81nsky4]  { transform: rotate(45deg); background: var(--minty-primary); box-shadow: 0 4px 16px rgba(26,26,46,0.3); }

/* ?? FAB mini-menu ?? */
.fab-menu[b-xrl81nsky4] {
    position: absolute;
    bottom: calc(100% + 0.75rem);
    right: 0;
    left: auto;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.14);
    overflow: hidden;
    min-width: 170px;
    animation: fab-menu-in-b-xrl81nsky4 0.18s ease;
}

@keyframes fab-menu-in-b-xrl81nsky4 {
    from { opacity: 0; transform: translateY(8px) scale(0.96); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

.fab-menu__item[b-xrl81nsky4] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.85rem 1rem;
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--minty-heading);
    cursor: pointer;
    text-align: left;
    transition: background 0.12s ease;
}

.fab-menu__item:hover[b-xrl81nsky4]        { background: var(--minty-bg); }
.fab-menu__item + .fab-menu__item[b-xrl81nsky4] { border-top: 1px solid var(--minty-border); }

.fab-menu__dot[b-xrl81nsky4] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.fab-menu__dot--appointment[b-xrl81nsky4] { background: #1a56db; }
.fab-menu__dot--event[b-xrl81nsky4]       { background: #f59e0b; }
.fab-menu__dot--timeoff[b-xrl81nsky4]     { background: #9ca3af; }

/* ?? FAB backdrop ?? */
.fab-backdrop[b-xrl81nsky4] {
    position: fixed;
    inset: 0;
    z-index: 199;
}

/* ?? Dots ?? */
.cal-grid__dots[b-xrl81nsky4] {
    display: flex;
    gap: 3px;
    justify-content: center;
}

.cal-grid__dot[b-xrl81nsky4] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    flex-shrink: 0;
}

.cal-grid__dot--appointment[b-xrl81nsky4] { background: #1a56db; }
.cal-grid__dot--event[b-xrl81nsky4]       { background: #f59e0b; }
.cal-grid__dot--timeoff[b-xrl81nsky4]     { background: #9ca3af; }

/* ?? List view ?? */
.list-group[b-xrl81nsky4] {
    margin-bottom: 1.25rem;
}

.list-group__date[b-xrl81nsky4] {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--minty-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.list-group__today-pill[b-xrl81nsky4] {
    background: var(--minty-secondary);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.1rem 0.45rem;
    border-radius: 20px;
    letter-spacing: 0.3px;
}

/* ?? States ?? */
.schedule-loading[b-xrl81nsky4],
.schedule-empty[b-xrl81nsky4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    gap: 0.5rem;
}

/* /Components/Pages/Onboarding/OnboardingPage.razor.rz.scp.css */
/* Progress bar */
.ob-progress[b-isyb47z5s9] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #e5e7eb;
    z-index: 1000;
}

.ob-progress__bar[b-isyb47z5s9] {
    height: 100%;
    background: linear-gradient(90deg, var(--minty-primary), var(--minty-secondary));
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0 2px 2px 0;
}

/* Step indicator row */
.ob-topbar[b-isyb47z5s9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 520px;
    margin: 0 auto;
    padding: 0.75rem 1.25rem 0;
    width: 100%;
}

.ob-topbar__step[b-isyb47z5s9] {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--minty-muted);
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.ob-topbar__exit[b-isyb47z5s9] {
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--minty-muted);
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    transition: color 0.15s ease, background 0.15s ease;
}

.ob-topbar__exit:hover[b-isyb47z5s9] {
    color: var(--minty-heading);
    background: #f0f0f0;
}

/* Page content */
.ob-page[b-isyb47z5s9] {
    max-width: 520px;
    margin: 0 auto;
    padding: 1.25rem 1.25rem 3rem;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ob-page__error[b-isyb47z5s9] {
    margin-top: 1rem;
    border-radius: 10px;
}

