@import '_content/BarberApp.SharedUI/BarberApp.SharedUI.zip7xnoc1z.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-ztdtj4ipho] {
    min-height: 100vh;
}

.mobile-header[b-ztdtj4ipho] {
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: calc(1rem + env(safe-area-inset-top)) calc(1.1rem + env(safe-area-inset-right)) 1rem calc(1.1rem + env(safe-area-inset-left));
    backdrop-filter: blur(18px);
    background: rgba(10, 14, 26, 0.86);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-header button[b-ztdtj4ipho] {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border-radius: 0.95rem;
}

.sidebar[b-ztdtj4ipho] {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 40;
    width: min(19rem, 86vw);
    padding: calc(1.5rem + env(safe-area-inset-top)) calc(1rem + env(safe-area-inset-right)) calc(1rem + env(safe-area-inset-bottom)) calc(1rem + env(safe-area-inset-left));
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: linear-gradient(180deg, rgba(18, 23, 40, 0.98), rgba(9, 12, 21, 0.98));
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 80px rgba(0, 0, 0, 0.45);
    transform: translateX(-105%);
    transition: transform 0.24s ease;
    overflow-y: auto;
}

.sidebar.open[b-ztdtj4ipho] {
    transform: translateX(0);
}

.sidebar nav[b-ztdtj4ipho] {
    display: grid;
    gap: 0.35rem;
}

.sidebar[b-ztdtj4ipho] (a) {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.85rem 0.95rem;
    color: rgba(237, 240, 255, 0.82);
    text-decoration: none;
    border-radius: 1rem;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sidebar[b-ztdtj4ipho] (a:hover),
.sidebar[b-ztdtj4ipho] (a.active) {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(2px);
}

.sidebar-bottom[b-ztdtj4ipho] {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.scrim[b-ztdtj4ipho] {
    position: fixed;
    inset: 0;
    z-index: 35;
    border: 0;
    border-radius: 0;
    background: rgba(1, 3, 7, 0.7);
    backdrop-filter: blur(6px);
}

.main-content[b-ztdtj4ipho] {
    width: min(100%, 86rem);
    margin: 0 auto;
    padding: 1.15rem calc(1rem + env(safe-area-inset-right)) calc(5rem + env(safe-area-inset-bottom)) calc(1rem + env(safe-area-inset-left));
}

#blazor-error-ui[b-ztdtj4ipho] {
    position: fixed;
    left: calc(1rem + env(safe-area-inset-left));
    right: calc(1rem + env(safe-area-inset-right));
    bottom: calc(1rem + env(safe-area-inset-bottom));
    z-index: 50;
    display: none;
    padding: 0.95rem 1.1rem;
    border-radius: 1rem;
    color: #f8fafc;
    background: rgba(138, 37, 56, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

#blazor-error-ui a[b-ztdtj4ipho] {
    color: #ffffff;
    font-weight: 700;
    margin-left: 0.5rem;
}

@media (min-width: 900px) {
    .app-shell[b-ztdtj4ipho] {
        display: grid;
        grid-template-columns: 18.5rem minmax(0, 1fr);
    }

    .mobile-header[b-ztdtj4ipho],
    .scrim[b-ztdtj4ipho] {
        display: none;
    }

    .sidebar[b-ztdtj4ipho] {
        position: sticky;
        inset: 0;
        width: auto;
        min-height: 100vh;
        transform: none;
    }

    .main-content[b-ztdtj4ipho] {
        padding: 2rem 1.8rem calc(4rem + env(safe-area-inset-bottom));
    }
}

@media (min-width: 1200px) {
    .main-content[b-ztdtj4ipho] {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.ba-public-shell[b-3tsxzsdux0] {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ba-public-shell__top[b-3tsxzsdux0] {
    width: min(76rem, calc(100% - 2rem));
    margin: 1rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.ba-public-shell__prefs[b-3tsxzsdux0] {
    width: auto;
    margin: 0;
    padding: 0;
}

.ba-public-shell__footer[b-3tsxzsdux0] {
    width: min(76rem, calc(100% - 2rem));
    margin: 0 auto 1rem;
    color: var(--text-soft);
    font-size: 0.75rem;
    text-align: center;
}

.ba-public-shell__footer span[b-3tsxzsdux0] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

@media (max-width: 800px) {
    .ba-public-shell__top[b-3tsxzsdux0] {
        width: calc(100% - 1rem);
        justify-content: flex-end;
    }
}
/* /Components/Layout/PublicShellLayout.razor.rz.scp.css */
.auth-shell[b-cd7siuwc8e] {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
}

.auth-shell-header[b-cd7siuwc8e],
.auth-shell-main[b-cd7siuwc8e],
.auth-shell-footer[b-cd7siuwc8e] {
    width: min(1320px, calc(100% - 112px));
    margin-inline: auto;
}

.auth-shell-header[b-cd7siuwc8e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding-block: 28px;
    border-bottom: 1px solid var(--zen-line);
}

.auth-shell-header .zen-brand[b-cd7siuwc8e] {
    flex-shrink: 0;
}

.auth-shell-header .zen-brand-lockup[b-cd7siuwc8e] {
    width: clamp(7rem, 18vw, 10.5rem);
}

.auth-shell-tools[b-cd7siuwc8e] {
    display: flex;
    align-items: center;
    gap: 30px;
}

.auth-shell-tools[b-cd7siuwc8e]  .ba-preference-control {
    width: auto;
}

.auth-shell-tools[b-cd7siuwc8e]  .ba-preference-option {
    min-height: 44px;
}

.auth-return[b-cd7siuwc8e] {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: 44px;
    color: var(--zen-soft);
    font-size: .8rem;
}

.auth-return:hover[b-cd7siuwc8e],
.auth-shell-footer > a:hover[b-cd7siuwc8e] {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.auth-shell-main[b-cd7siuwc8e] {
    flex: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(370px, 510px);
    gap: clamp(60px, 9vw, 150px);
    align-items: center;
    padding-block: 64px 90px;
}

.auth-shell-intro[b-cd7siuwc8e] {
    min-width: 0;
    padding-block: 30px;
}

.auth-eyebrow[b-cd7siuwc8e] {
    color: var(--zen-soft);
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .16em;
    margin-bottom: 25px !important;
}

.auth-shell-intro h2[b-cd7siuwc8e] {
    font-size: clamp(3.5rem, 5.9vw, 6.4rem);
    line-height: 1.04;
    letter-spacing: -.065em;
    text-wrap: balance;
}

.auth-shell-intro h2 em[b-cd7siuwc8e] {
    display: block;
    font-family: Georgia, serif;
    font-weight: 400;
}

.auth-intro-lead[b-cd7siuwc8e] {
    max-width: 420px;
    color: var(--zen-soft);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-top: 32px !important;
}

.auth-intro-detail[b-cd7siuwc8e] {
    max-width: 390px;
    color: var(--zen-soft);
    font-size: .88rem;
    line-height: 1.8;
    margin-top: 15px !important;
}

.auth-setup-path[b-cd7siuwc8e] {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    max-width: 410px;
}

.auth-setup-path li[b-cd7siuwc8e] {
    display: flex;
    align-items: baseline;
    gap: 20px;
    padding: 15px 0;
    border-top: 1px solid var(--zen-line);
    font-size: .82rem;
}

.auth-setup-path span[b-cd7siuwc8e] {
    font-size: .65rem;
    color: var(--zen-soft);
    font-variant-numeric: tabular-nums;
}

.auth-intro-note[b-cd7siuwc8e] {
    font-size: .68rem;
    line-height: 1.8;
    color: var(--zen-soft);
    margin-top: 24px !important;
    max-width: 400px;
}

.auth-shell-form[b-cd7siuwc8e] {
    min-width: 0;
    padding: clamp(26px, 3.1vw, 44px);
    background: var(--zen-surface);
    border: 1px solid var(--zen-line);
    border-radius: 24px;
    box-shadow: 0 24px 70px #182d1d08;
}

.auth-shell-form[b-cd7siuwc8e]  .login.auth-page {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    display: block;
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page > .eyebrow {
    display: block;
    margin-bottom: 16px;
    font-size: .62rem;
    color: var(--zen-soft);
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page h1 {
    font-size: clamp(2rem, 3.1vw, 3rem);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.05em;
    margin-bottom: 20px;
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page > .muted {
    color: var(--zen-soft);
    font-size: .87rem;
    line-height: 1.8;
    margin-bottom: 28px;
}

.auth-shell-form[b-cd7siuwc8e]  .stack-form {
    display: grid;
    gap: 22px;
    margin-top: 24px;
}

.auth-shell-form[b-cd7siuwc8e]  .ba-field {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page .registration-plan-chooser {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid transparent;
    border-radius: 1rem;
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page .registration-plan-chooser > strong {
    font-size: .92rem;
    font-weight: 600;
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page .registration-plan-chooser .compact-actions {
    margin-top: 0;
}

.auth-shell-form[b-cd7siuwc8e]  .ba-field > label {
    font-size: .82rem;
    font-weight: 600;
    color: var(--zen-ink);
}

.auth-shell-form[b-cd7siuwc8e]  .ba-field > small {
    font-size: .71rem;
    line-height: 1.65;
    color: var(--zen-soft);
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page .ba-field-error {
    display: block;
    margin-top: 0.15rem;
    font-size: .74rem;
    line-height: 1.6;
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page input:not([type="hidden"]):not([type="checkbox"]) {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 12px 15px;
    border: 1px solid var(--zen-line);
    border-radius: 10px;
    background: var(--zen-canvas);
    color: var(--zen-ink);
    font-size: 1rem;
    box-shadow: none;
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page input[aria-invalid="true"]:not([type="hidden"]):not([type="checkbox"]) {
    border-color: color-mix(in srgb, var(--danger-text) 30%, var(--zen-line));
    background: color-mix(in srgb, var(--zen-surface) 96%, var(--danger-text) 4%);
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page input:focus-visible {
    outline: 2px solid var(--zen-accent);
    outline-offset: 3px;
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page .check {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    margin: 0;
    padding: 0;
    color: var(--zen-ink);
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page .check input {
    width: 18px;
    height: 18px;
    min-height: 0;
    margin: 4px 0 0;
    padding: 0;
    accent-color: var(--zen-accent);
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page .check input[aria-invalid="true"] {
    outline: 2px solid color-mix(in srgb, var(--danger-text) 35%, transparent);
    outline-offset: 2px;
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page [data-registration-plan-panel][data-invalid="true"] {
    border-color: color-mix(in srgb, var(--danger-text) 30%, var(--zen-line));
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--danger-text) 20%, transparent);
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page .check strong {
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.6;
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page .check small {
    display: block;
    margin-top: 6px;
    font-size: .68rem;
    line-height: 1.7;
    color: var(--zen-soft);
}

.auth-shell-form[b-cd7siuwc8e]  .stack-form > .ba-button.primary {
    background: var(--zen-accent);
    color: var(--zen-accent-text);
    border-color: var(--zen-accent);
    width: 100%;
    min-height: 52px;
    padding: 13px 22px;
    border-radius: 28px;
    font-size: .88rem;
    font-weight: 600;
    justify-content: space-between;
}

.auth-shell-form[b-cd7siuwc8e]  .stack-form > .ba-button.primary:hover {
    background: color-mix(in srgb, var(--zen-accent) 100%, white 12%);
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page .registration-plan-chooser .ba-button.primary {
    background: var(--zen-accent);
    color: var(--zen-accent-text);
    border-color: var(--zen-accent);
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page .registration-plan-chooser .ba-button.primary:hover {
    background: color-mix(in srgb, var(--zen-accent) 100%, white 12%);
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page .registration-plan-chooser .ba-button.secondary {
    background: var(--zen-surface);
    color: var(--zen-ink);
    border-color: var(--zen-line);
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page .registration-plan-chooser .ba-button.secondary:hover {
    background: var(--zen-wash);
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page .compact-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-top: 25px;
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page > .compact-actions > a {
    background: transparent;
    color: var(--zen-ink);
    border-color: transparent;
    min-height: 44px;
    padding: 8px 14px;
    font-size: .79rem;
    text-align: left;
    justify-content: flex-start;
}

.auth-shell-form[b-cd7siuwc8e]  .auth-page > .compact-actions > a:hover {
    background: var(--zen-wash);
    text-decoration: underline;
    text-underline-offset: 5px;
}

.auth-shell-form[b-cd7siuwc8e]  .ba-feedback {
    margin-block: 18px;
    font-size: .85rem;
    line-height: 1.7;
}

.auth-shell--wide .auth-shell-main[b-cd7siuwc8e] {
    display: block;
    padding-block: 45px 80px;
}

.auth-shell--wide .auth-shell-form[b-cd7siuwc8e] {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.auth-shell--wide[b-cd7siuwc8e]  .onboarding-page {
    width: 100%;
    max-width: none;
}

.auth-shell--wide[b-cd7siuwc8e]  .onboarding-page h1 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.15;
}

.auth-shell--wide[b-cd7siuwc8e]  .onboarding-page h2 {
    font-size: 1.45rem;
    line-height: 1.25;
}

.auth-shell--wide[b-cd7siuwc8e]  .onboarding-page .panel {
    background: var(--zen-surface);
    border-color: var(--zen-line);
    box-shadow: none;
    border-radius: 16px;
}

.auth-shell-footer[b-cd7siuwc8e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-block: 25px;
    border-top: 1px solid var(--zen-line);
    color: var(--zen-soft);
    font-size: .75rem;
}

.auth-shell-footer form[b-cd7siuwc8e] {
    margin: 0;
}

.auth-shell-footer .zen-button[b-cd7siuwc8e] {
    font-size: .75rem;
    min-height: 44px;
}

@media (max-width: 1100px) {
    .auth-shell-header[b-cd7siuwc8e],
    .auth-shell-main[b-cd7siuwc8e],
    .auth-shell-footer[b-cd7siuwc8e] {
        width: calc(100% - 64px);
    }

    .auth-shell-main[b-cd7siuwc8e] {
        gap: 48px;
        grid-template-columns: minmax(0, 1fr) minmax(350px, 1fr);
    }

    .auth-shell-intro h2[b-cd7siuwc8e] {
        font-size: 3.6rem;
    }

    .auth-shell-tools[b-cd7siuwc8e] {
        gap: 18px;
    }
}

@media (max-width: 800px) {
    .auth-shell-header[b-cd7siuwc8e],
    .auth-shell-main[b-cd7siuwc8e],
    .auth-shell-footer[b-cd7siuwc8e] {
        width: calc(100% - 40px);
    }

    .auth-shell-header[b-cd7siuwc8e] {
        padding-block: 20px;
        gap: 16px;
        flex-wrap: wrap;
    }

    .auth-shell-tools[b-cd7siuwc8e] {
        margin-left: auto;
    }

    .auth-return[b-cd7siuwc8e] {
        display: none;
    }

    .auth-shell-header .zen-brand strong[b-cd7siuwc8e] {
        font-size: 1rem;
    }

    .auth-shell-header .zen-mark[b-cd7siuwc8e] {
        width: 29px;
        height: 29px;
        font-size: 1.2rem;
    }

    .auth-shell-main[b-cd7siuwc8e] {
        grid-template-columns: 1fr;
        gap: 26px;
        padding-block: 30px 55px;
        max-width: 580px;
    }

    .auth-shell-intro[b-cd7siuwc8e] {
        padding: 0;
    }

    .auth-shell-intro h2[b-cd7siuwc8e] {
        font-size: clamp(2.2rem, 7vw, 3rem);
    }

    .auth-shell-intro h2 em[b-cd7siuwc8e] {
        display: inline;
    }

    .auth-eyebrow[b-cd7siuwc8e] {
        margin-bottom: 12px !important;
        font-size: .59rem;
    }

    .auth-intro-lead[b-cd7siuwc8e],
    .auth-intro-detail[b-cd7siuwc8e],
    .auth-setup-path[b-cd7siuwc8e],
    .auth-intro-note[b-cd7siuwc8e] {
        display: none;
    }

    .auth-shell-form[b-cd7siuwc8e] {
        padding: 26px 22px;
        border-radius: 18px;
    }

    .auth-shell-form[b-cd7siuwc8e]  .auth-page h1 {
        font-size: 2.1rem;
    }

    .auth-shell--wide .auth-shell-main[b-cd7siuwc8e] {
        max-width: none;
        padding-top: 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .auth-shell[b-cd7siuwc8e]  * {
        transition: none !important;
    }
}

.auth-shell-form[b-cd7siuwc8e]  .stack-form .forgot-row {
    display: flex;
    justify-content: flex-end;
    margin-top: -12px;
}

.auth-shell-form[b-cd7siuwc8e]  .stack-form .forgot-row a {
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--zen-soft);
    text-decoration: none;
}

.auth-shell-form[b-cd7siuwc8e]  .stack-form .forgot-row a:hover,
.auth-shell-form[b-cd7siuwc8e]  .stack-form .forgot-row a:focus-visible {
    color: var(--zen-ink);
    text-decoration: underline;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4kjj8tbrnl],
.components-reconnect-repeated-attempt-visible[b-4kjj8tbrnl],
.components-reconnect-failed-visible[b-4kjj8tbrnl],
.components-pause-visible[b-4kjj8tbrnl],
.components-resume-failed-visible[b-4kjj8tbrnl],
.components-rejoining-animation[b-4kjj8tbrnl] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-4kjj8tbrnl],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-4kjj8tbrnl],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-4kjj8tbrnl],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-4kjj8tbrnl],
#components-reconnect-modal.components-reconnect-retrying[b-4kjj8tbrnl],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-4kjj8tbrnl],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-4kjj8tbrnl],
#components-reconnect-modal.components-reconnect-failed[b-4kjj8tbrnl],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-4kjj8tbrnl] {
    display: block;
}


#components-reconnect-modal[b-4kjj8tbrnl] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-4kjj8tbrnl 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-4kjj8tbrnl 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-4kjj8tbrnl 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-4kjj8tbrnl]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-4kjj8tbrnl 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-4kjj8tbrnl {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-4kjj8tbrnl {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-4kjj8tbrnl {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-4kjj8tbrnl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-4kjj8tbrnl] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-4kjj8tbrnl] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-4kjj8tbrnl] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-4kjj8tbrnl] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-4kjj8tbrnl] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-4kjj8tbrnl] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-4kjj8tbrnl 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-4kjj8tbrnl] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-4kjj8tbrnl {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Billing.razor.rz.scp.css */
.billing-grid[b-qz9b54kz62] {
    align-items: start;
}

.billing-sponsor[b-qz9b54kz62] {
    margin: 1rem 0;
}

.stats.compact[b-qz9b54kz62] {
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
}

@media (min-width: 980px) {
    .billing-grid[b-qz9b54kz62] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .billing-grid > section:last-child[b-qz9b54kz62] {
        grid-column: 1 / -1;
    }
}
/* /Components/Pages/CustomerProfile.razor.rz.scp.css */
/* Page-scoped polish for the customer profile: more breathing room on desktop
   and cleaner alignment. Scoped so no other page is affected. */

.page-heading[b-r78nfmllyf] {
    margin-bottom: 1.5rem;
}

.stats[b-r78nfmllyf] {
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.form-grid[b-r78nfmllyf] {
    gap: 1.5rem;
    align-items: start;
}

.panel[b-r78nfmllyf] {
    padding: 1.4rem 1.5rem;
}

.panel h2[b-r78nfmllyf] {
    margin-bottom: 1rem;
}

/* Space the customer-details fields so they are not cramped together.
   Exclude .check so the checkbox row keeps its grid layout. */
.panel > label:not(.check)[b-r78nfmllyf] {
    margin-bottom: 0.9rem;
}

/* Active-customer toggle: center the checkbox with its label and give it room
   above the Save button instead of sitting flush against it. */
.panel > label.check[b-r78nfmllyf] {
    align-items: center;
    margin: 0.4rem 0 1rem;
}

.panel .primary[b-r78nfmllyf] {
    justify-self: start;
}

/* Book a visit: make the primary action clearly readable and prominent. */
.page-heading .button.primary[b-r78nfmllyf] {
    font-weight: 700;
    box-shadow: var(--shadow);
}

/* Visit-history pager should not float in a large empty gap. */
.panel .actions[b-r78nfmllyf] {
    margin-top: 1rem;
}
/* /Components/Pages/Onboarding.razor.rz.scp.css */
.onboarding-page[b-25k1zgcmpt] {
    min-width: 0;
    overflow-x: clip;
    align-content: start;
}

.onboarding-page .onboarding-hero-meta[b-25k1zgcmpt],
.onboarding-page .onboarding-sidebar[b-25k1zgcmpt],
.onboarding-page .onboarding-step:not(.current-step)[b-25k1zgcmpt] {
    display: none;
}

.onboarding-page .onboarding-layout[b-25k1zgcmpt] {
    display: block;
    max-width: 52rem;
    margin-inline: auto;
}

.onboarding-page .onboarding-main[b-25k1zgcmpt] {
    display: block;
}

.onboarding-page .onboarding-step.current-step[b-25k1zgcmpt] {
    display: block;
}

.onboarding-page .onboarding-step.current-step > summary[b-25k1zgcmpt] {
    pointer-events: none;
}

.onboarding-page .onboarding-step.current-step > summary[b-25k1zgcmpt]::marker {
    content: "";
}

.onboarding-page .onboarding-step.current-step .onboarding-inline-status[b-25k1zgcmpt] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.verification-pending[b-25k1zgcmpt] {
    min-height: min(34rem, 72vh);
    place-content: center;
}

.verification-card[b-25k1zgcmpt] {
    width: min(100%, 34rem);
    margin-inline: auto;
    padding: clamp(1.4rem, 4vw, 2.5rem);
}

.verification-card h1[b-25k1zgcmpt] {
    margin-block: 0.4rem 0.7rem;
}

.verification-card .actions[b-25k1zgcmpt] {
    margin-top: 1rem;
}

.onboarding-page > .onboarding-hero[b-25k1zgcmpt],
.onboarding-page > .onboarding-layout[b-25k1zgcmpt] {
    min-width: 0;
}

.onboarding-page > .onboarding-hero[b-25k1zgcmpt] {
    padding: 0.95rem 1rem;
    gap: 0.8rem;
}

.onboarding-page[b-25k1zgcmpt]  .ba-step-header {
    gap: 0.65rem;
    margin: 0;
}

.onboarding-page[b-25k1zgcmpt]  .ba-step-top {
    justify-content: flex-start;
}

.onboarding-page[b-25k1zgcmpt]  .ba-step-brand {
    justify-content: flex-start;
    align-items: center;
    min-width: 0;
    flex-wrap: wrap;
}

.onboarding-page[b-25k1zgcmpt]  .ba-step-label {
    min-height: 0;
}

.onboarding-page[b-25k1zgcmpt]  .ba-step-copy {
    gap: 0.3rem;
}

.onboarding-page[b-25k1zgcmpt]  .ba-step-copy h1 {
    max-width: 22ch;
    font-size: clamp(1.55rem, 3.2vw, 2.2rem);
    line-height: 1.08;
}

.onboarding-page[b-25k1zgcmpt]  .ba-step-copy p {
    max-width: 42rem;
    font-size: 0.92rem;
}

.onboarding-page[b-25k1zgcmpt]  .ba-progress {
    max-width: 18rem;
    gap: 0.25rem;
}

.onboarding-page[b-25k1zgcmpt]  .ba-progress span {
    height: 0.28rem;
}

.onboarding-page .onboarding-hero-meta[b-25k1zgcmpt] {
    gap: 0.65rem;
}

.onboarding-page .onboarding-progress-copy[b-25k1zgcmpt] {
    min-width: 0;
    gap: 0.2rem;
}

.onboarding-page .onboarding-progress-copy strong[b-25k1zgcmpt] {
    font-size: 0.95rem;
}

.onboarding-page .onboarding-hero-chips[b-25k1zgcmpt] {
    justify-content: flex-start;
}

.onboarding-page .onboarding-layout[b-25k1zgcmpt] {
    min-width: 0;
}

.onboarding-page .onboarding-sidebar[b-25k1zgcmpt],
.onboarding-page .onboarding-main[b-25k1zgcmpt],
.onboarding-page .onboarding-step[b-25k1zgcmpt],
.onboarding-page .onboarding-step-summary[b-25k1zgcmpt],
.onboarding-page .onboarding-step-summary-copy[b-25k1zgcmpt],
.onboarding-page .onboarding-next-task[b-25k1zgcmpt],
.onboarding-page .onboarding-sidebar-meta div[b-25k1zgcmpt],
.onboarding-page .onboarding-step-links a[b-25k1zgcmpt],
.onboarding-page .onboarding-inline-status div[b-25k1zgcmpt],
.onboarding-page .onboarding-substep[b-25k1zgcmpt],
.onboarding-page .readiness-box[b-25k1zgcmpt] {
    min-width: 0;
}

.onboarding-page .onboarding-next-task strong[b-25k1zgcmpt],
.onboarding-page .onboarding-next-task p[b-25k1zgcmpt],
.onboarding-page .onboarding-sidebar-meta strong[b-25k1zgcmpt],
.onboarding-page .onboarding-step-summary-copy strong[b-25k1zgcmpt],
.onboarding-page .onboarding-step-summary-copy small[b-25k1zgcmpt],
.onboarding-page .onboarding-inline-status strong[b-25k1zgcmpt],
.onboarding-page .onboarding-inline-status small[b-25k1zgcmpt],
.onboarding-page .readiness-box code[b-25k1zgcmpt],
.onboarding-page .readiness-box p[b-25k1zgcmpt] {
    overflow-wrap: anywhere;
}

.onboarding-page .onboarding-step > summary[b-25k1zgcmpt] {
    align-items: center;
}

.onboarding-page .onboarding-step__body[b-25k1zgcmpt] {
    gap: 0.9rem;
}

.onboarding-page .actions[b-25k1zgcmpt],
.onboarding-page .two[b-25k1zgcmpt],
.onboarding-page .onboarding-inline-status[b-25k1zgcmpt],
.onboarding-page .onboarding-sidebar-meta[b-25k1zgcmpt] {
    min-width: 0;
}

@media (min-width: 768px) {
    .onboarding-page > .onboarding-hero[b-25k1zgcmpt] {
        grid-template-columns: minmax(0, 1fr) minmax(13rem, 17rem);
        align-items: start;
    }

    .onboarding-page .onboarding-layout[b-25k1zgcmpt] {
        display: block;
    }

    .onboarding-page .two > .ba-field[b-25k1zgcmpt] {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;
        margin-bottom: 0;
        align-content: start;
    }

    .onboarding-page .onboarding-progress-copy[b-25k1zgcmpt] {
        max-width: 24rem;
    }

    .onboarding-page .onboarding-hero-chips[b-25k1zgcmpt] {
        justify-content: flex-end;
    }
}

@media (min-width: 1100px) {
    .onboarding-page > .onboarding-hero[b-25k1zgcmpt] {
        grid-template-columns: minmax(0, 1.15fr) minmax(14rem, 18rem);
    }

    .onboarding-page[b-25k1zgcmpt]  .ba-step-copy h1 {
        max-width: 24ch;
    }
}

@media (max-width: 767.98px) {
    .onboarding-page[b-25k1zgcmpt]  .ba-step-copy h1 {
        max-width: 18ch;
    }
}
/* /Components/Pages/OnlineBooking.razor.rz.scp.css */
.online-booking-page[b-fr8umceo6s] {
    display: grid;
    gap: 1rem;
}

.print-share[b-fr8umceo6s] {
    display: grid;
    gap: 1rem;
}

.share-heading[b-fr8umceo6s] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
}

.share-heading h2[b-fr8umceo6s] {
    margin-top: 0.35rem;
}

.share-business[b-fr8umceo6s] {
    margin-top: 0.35rem;
    font-size: clamp(1.15rem, 2.8vw, 1.9rem);
    font-weight: 700;
    color: var(--text);
}

.share-actions[b-fr8umceo6s] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-end;
}

.share-layout[b-fr8umceo6s] {
    display: grid;
    grid-template-columns: minmax(0, 18rem) minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
}

.share-card[b-fr8umceo6s] {
    display: grid;
    gap: 0.75rem;
    justify-items: center;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 1rem;
    background: var(--bg-soft);
}

.share-card img[b-fr8umceo6s] {
    width: min(100%, 18rem);
    aspect-ratio: 1;
    display: block;
}

.share-url[b-fr8umceo6s] {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: 0.8rem;
    color: var(--text-soft);
    text-align: center;
}

.share-notes[b-fr8umceo6s] {
    display: grid;
    gap: 0.75rem;
}

.booking-print-frame[b-fr8umceo6s] {
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    inset-inline-start: -9999px;
}

@media (max-width: 900px) {
    .share-heading[b-fr8umceo6s],
    .share-layout[b-fr8umceo6s] {
        grid-template-columns: 1fr;
        display: grid;
    }

    .share-actions[b-fr8umceo6s] {
        justify-content: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .online-booking-page *[b-fr8umceo6s] {
        transition: none !important;
        animation: none !important;
    }
}
/* /Components/Pages/Schedule.razor.rz.scp.css */
/* Separate the "Upcoming time off" list from the Block-time form so the heading
   and its button are not cramped together. Scoped to this page. */

.panel button.primary + h2[b-whin33uqt5] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
}
/* /Components/Pages/Services.razor.rz.scp.css */
/* Page-scoped polish for the Services editor: breathing room and toggle alignment.
   Scoped so no other page is affected. */

.form-grid[b-nkv6857idz] {
    gap: 1.5rem;
    align-items: start;
}

.panel[b-nkv6857idz] {
    padding: 1.4rem 1.5rem;
}

/* Center the Active / Available-for-online-booking toggles with their labels
   so they line up cleanly above the Save button. */
.panel label.check[b-nkv6857idz] {
    align-items: center;
    margin: 0.35rem 0;
}

.panel label.check + .check[b-nkv6857idz] {
    margin-bottom: 1.1rem;
}

.service-delete-dialog[b-nkv6857idz] {
    position: fixed;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: min(100%, 28rem);
    display: grid;
    gap: 1rem;
    background: var(--bg-panel);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 1rem;
    padding: 1.25rem;
    box-shadow: 0 24px 72px rgb(0 0 0 / 0.25);
}

.service-delete-dialog[b-nkv6857idz]::backdrop {
    background: rgb(0 0 0 / 0.48);
}

.service-delete-dialog p[b-nkv6857idz] {
    color: var(--text-soft);
}

.service-delete-dialog .actions[b-nkv6857idz] {
    justify-content: flex-end;
}

.service-delete-dialog .actions .danger[b-nkv6857idz] {
    min-width: 9rem;
}

.service-delete-dialog:not([open])[b-nkv6857idz] {
    display: none;
}

@media (prefers-reduced-motion: reduce) {
    .service-delete-backdrop[b-nkv6857idz],
    .service-delete-dialog[b-nkv6857idz],
    .service-delete-dialog *[b-nkv6857idz] {
        transition: none !important;
        animation: none !important;
    }
}
/* /Components/PublicCatalogPreview.razor.rz.scp.css */
/* Keep the draft-preview cards visually matched on desktop even when one column
   has more lines than the other. Scoped to this component. */

.public-business-meta[b-03h0y3gt71] {
    align-items: stretch;
}

.preview-columns[b-03h0y3gt71] {
    align-items: stretch;
}

.preview-columns > div[b-03h0y3gt71] {
    display: grid;
    gap: 0.6rem;
    align-content: start;
}

.preview-columns .plain-list li[b-03h0y3gt71] {
    min-height: 3.25rem;
    align-content: center;
}
