/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-toyoctuep5] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-toyoctuep5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-shell[b-utgzaty1t0] {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    color: var(--ink-900);
    background:
        radial-gradient(circle at 5% 5%, rgba(86, 51, 212, .11), transparent 30rem),
        var(--lavender-50);
}

.skip-link[b-utgzaty1t0] {
    position: fixed;
    z-index: 10000;
    top: .75rem;
    left: .75rem;
    padding: .75rem 1rem;
    border-radius: .75rem;
    color: white;
    background: var(--purple-700);
    transform: translateY(-180%);
}

.skip-link:focus[b-utgzaty1t0] { transform: translateY(0); }

.public-brand[b-utgzaty1t0] {
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    padding: .85rem clamp(1rem, 4vw, 3rem);
    border-bottom: 1px solid rgba(86, 51, 212, .1);
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(16px);
}

.public-brand__link[b-utgzaty1t0] {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    color: var(--ink-900);
    font-size: 1.05rem;
    font-weight: 800;
    text-decoration: none;
}

.public-brand__mark[b-utgzaty1t0] {
    width: 2.25rem;
    height: 2.25rem;
    display: grid;
    place-items: center;
    border-radius: .75rem;
    color: white;
    background: var(--purple-700);
    box-shadow: 0 .5rem 1.25rem rgba(86, 51, 212, .22);
}

.public-content[b-utgzaty1t0] { width: 100%; }

.public-footer[b-utgzaty1t0] {
    padding: 1.5rem 1rem 2rem;
    color: var(--ink-500);
    font-size: .85rem;
    text-align: center;
}

#blazor-error-ui[b-utgzaty1t0] {
    display: none;
    position: fixed;
    z-index: 1000;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    max-width: 42rem;
    margin: auto;
    padding: 1rem 3rem 1rem 1rem;
    border-radius: 1rem;
    color: #5b1520;
    background: #fff0f2;
    box-shadow: var(--shadow-lg);
}

#blazor-error-ui .dismiss[b-utgzaty1t0] {
    position: absolute;
    top: .5rem;
    right: .5rem;
    border: 0;
    background: transparent;
    font-size: 1.4rem;
}

@media (max-width: 40rem) {
    .public-brand[b-utgzaty1t0] { min-height: 4rem; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2tq1nfky0e],
.components-reconnect-repeated-attempt-visible[b-2tq1nfky0e],
.components-reconnect-failed-visible[b-2tq1nfky0e],
.components-pause-visible[b-2tq1nfky0e],
.components-resume-failed-visible[b-2tq1nfky0e],
.components-rejoining-animation[b-2tq1nfky0e] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2tq1nfky0e],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2tq1nfky0e],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2tq1nfky0e],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2tq1nfky0e],
#components-reconnect-modal.components-reconnect-retrying[b-2tq1nfky0e],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2tq1nfky0e],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2tq1nfky0e],
#components-reconnect-modal.components-reconnect-failed[b-2tq1nfky0e],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2tq1nfky0e] {
    display: block;
}


#components-reconnect-modal[b-2tq1nfky0e] {
    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-2tq1nfky0e 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2tq1nfky0e 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2tq1nfky0e 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2tq1nfky0e]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2tq1nfky0e 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2tq1nfky0e {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2tq1nfky0e {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2tq1nfky0e {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2tq1nfky0e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2tq1nfky0e] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2tq1nfky0e] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2tq1nfky0e] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2tq1nfky0e] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2tq1nfky0e] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2tq1nfky0e] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2tq1nfky0e 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2tq1nfky0e] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2tq1nfky0e {
    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/Home.razor.rz.scp.css */
.home-public[b-r14yv6xny5] { min-height: 60vh; display: grid; place-content: center; gap: 1rem; text-align: center; }
h1[b-r14yv6xny5] { margin: 0; color: var(--ink-900); font-size: clamp(2rem, 7vw, 3.75rem); }
.home-public > p:not(.eyebrow)[b-r14yv6xny5] { max-width: 38rem; margin: 0 auto 1rem; color: var(--ink-600); font-size: 1.05rem; line-height: 1.65; }
.home-public[b-r14yv6xny5]  .public-card { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: center; text-align: left; color: var(--purple-700); }
/* /Components/Pages/PublicBio.razor.rz.scp.css */
.bio-page[b-6h2hj5c466] { display: grid; gap: 1.15rem; }
.bio-hero[b-6h2hj5c466] { display: grid; justify-items: center; text-align: center; }
.bio-avatar[b-6h2hj5c466] {
    width: 7rem;
    height: 7rem;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    overflow: hidden;
    border: .3rem solid white;
    border-radius: 2.2rem;
    color: white;
    background: linear-gradient(145deg, var(--purple-600), var(--purple-900));
    box-shadow: 0 1rem 2.2rem rgba(86, 51, 212, .24);
    font-size: 2rem;
    font-weight: 850;
}
.bio-avatar img[b-6h2hj5c466] { width: 100%; height: 100%; object-fit: cover; }
h1[b-6h2hj5c466] { margin: 0; color: var(--ink-900); font-size: clamp(1.75rem, 6vw, 2.6rem); line-height: 1.12; }
.bio-description[b-6h2hj5c466] { max-width: 38rem; margin: .8rem 0 0; color: var(--ink-600); line-height: 1.65; white-space: pre-line; }
.bio-booking[b-6h2hj5c466] { margin-top: 1.45rem; }
.bio-links[b-6h2hj5c466] { display: grid; gap: .75rem; }
.bio-link[b-6h2hj5c466] {
    min-height: 4rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: .8rem;
    align-items: center;
    padding: .85rem 1rem;
    border: 1px solid rgba(70, 55, 120, .11);
    border-radius: var(--radius-lg);
    color: var(--ink-800);
    background: white;
    box-shadow: var(--shadow-sm);
    font-weight: 720;
    text-decoration: none;
    transition: transform .16s ease, border-color .16s ease;
}
.bio-link:hover[b-6h2hj5c466] { border-color: var(--purple-600); transform: translateY(-2px); }
.bio-link__icon[b-6h2hj5c466] { width: 2.7rem; height: 2.7rem; display: grid; place-items: center; border-radius: .85rem; color: var(--purple-700); background: var(--purple-100); }
.bio-share[b-6h2hj5c466] { display: grid; gap: 1rem; }
.retry[b-6h2hj5c466] { justify-self: start; }
/* /Components/Pages/PublicBooking.razor.rz.scp.css */
.booking-page[b-8fwlw57f42] { display: grid; gap: 1.25rem; }
.booking-header[b-8fwlw57f42] { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.booking-header h1[b-8fwlw57f42] { margin: 0; color: var(--ink-900); font-size: clamp(1.75rem, 5vw, 2.55rem); }
.booking-header p:last-child[b-8fwlw57f42] { margin: .45rem 0 0; color: var(--ink-600); }
.booking-back[b-8fwlw57f42] { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border: 1px solid var(--lavender-200); border-radius: .85rem; color: var(--purple-700); background: white; font-size: 1.4rem; text-decoration: none; }
.booking-grid[b-8fwlw57f42] { display: grid; grid-template-columns: minmax(0, 1fr) minmax(15rem, 21rem); gap: 1.25rem; align-items: start; }
.booking-flow[b-8fwlw57f42] { display: grid; gap: 1rem; }
.booking-flow[b-8fwlw57f42]  .public-card { display: grid; gap: 1rem; }
.step[b-8fwlw57f42] { width: 2rem; height: 2rem; display: grid; place-items: center; margin: 0; border-radius: .7rem; color: white; background: var(--purple-700); font-weight: 800; }
.choice-grid[b-8fwlw57f42] { display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: .75rem; }
.choice-card[b-8fwlw57f42], .professional-card[b-8fwlw57f42], .slot[b-8fwlw57f42] {
    border: 1px solid var(--lavender-200);
    color: var(--ink-800);
    background: white;
    cursor: pointer;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.choice-card:hover[b-8fwlw57f42], .professional-card:hover[b-8fwlw57f42], .slot:hover[b-8fwlw57f42] { border-color: var(--purple-600); transform: translateY(-1px); }
.choice-card[b-8fwlw57f42] { min-height: 7.5rem; display: grid; gap: .4rem; padding: 1rem; border-radius: var(--radius-lg); text-align: left; }
.choice-card--selected[b-8fwlw57f42], .professional-card--selected[b-8fwlw57f42], .slot--selected[b-8fwlw57f42] { border-color: var(--purple-700); background: var(--purple-100); box-shadow: 0 0 0 2px rgba(86, 51, 212, .1); }
.choice-card__title[b-8fwlw57f42] { font-size: 1rem; font-weight: 800; }
.choice-card__copy[b-8fwlw57f42] { color: var(--ink-600); font-size: .85rem; line-height: 1.45; }
.choice-card__meta[b-8fwlw57f42] { align-self: end; color: var(--purple-800); font-size: .85rem; font-weight: 750; }
.professional-grid[b-8fwlw57f42] { display: flex; flex-wrap: wrap; gap: .75rem; }
.professional-card[b-8fwlw57f42] { min-width: 10rem; display: flex; align-items: center; gap: .7rem; padding: .7rem .9rem; border-radius: var(--radius-lg); font-weight: 720; }
.professional-card__avatar[b-8fwlw57f42] { --professional-color: #5633d4; width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border-radius: .8rem; color: white; background: var(--professional-color); font-size: .8rem; font-weight: 850; }
.booking-date[b-8fwlw57f42] { max-width: 18rem; }
.slots[b-8fwlw57f42] { min-height: 4.5rem; display: grid; gap: .75rem; }
.slots__loading[b-8fwlw57f42] { color: var(--ink-600); }
.slot-grid[b-8fwlw57f42] { display: grid; grid-template-columns: repeat(auto-fill, minmax(5.2rem, 1fr)); gap: .6rem; }
.slot[b-8fwlw57f42] { min-height: 2.75rem; padding: .6rem; border-radius: .8rem; font-weight: 750; }
.customer-form[b-8fwlw57f42] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.customer-form[b-8fwlw57f42]  .field:nth-of-type(n+3), .customer-form[b-8fwlw57f42]  .status, .customer-form > .button[b-8fwlw57f42] { grid-column: 1 / -1; }
.booking-summary[b-8fwlw57f42] { position: sticky; top: 1rem; }
.booking-summary[b-8fwlw57f42]  .public-card { display: grid; gap: 1rem; }
.booking-summary dl[b-8fwlw57f42], .confirmation__details[b-8fwlw57f42] { display: grid; gap: 0; margin: 0; }
.booking-summary dl div[b-8fwlw57f42], .confirmation__details div[b-8fwlw57f42] { display: grid; grid-template-columns: 6rem 1fr; gap: .75rem; padding: .8rem 0; border-bottom: 1px solid var(--lavender-100); }
dt[b-8fwlw57f42] { color: var(--ink-500); font-size: .85rem; }
dd[b-8fwlw57f42] { margin: 0; color: var(--ink-800); font-weight: 700; text-align: right; }
.confirmation[b-8fwlw57f42] { max-width: 42rem; display: grid; justify-items: center; gap: .75rem; margin: 0 auto; text-align: center; }
.confirmation__icon[b-8fwlw57f42] { width: 5rem; height: 5rem; display: grid; place-items: center; border-radius: 1.6rem; color: #147a45; background: #e5f8ed; }
.confirmation h1[b-8fwlw57f42] { margin: 0; color: var(--ink-900); font-size: 2rem; }
.confirmation__lead[b-8fwlw57f42] { margin: 0 0 .5rem; color: var(--ink-600); }
.confirmation__details[b-8fwlw57f42] { width: 100%; margin: .5rem 0; text-align: left; }
.retry[b-8fwlw57f42] { justify-self: start; }

@media (max-width: 52rem) {
    .booking-grid[b-8fwlw57f42] { grid-template-columns: 1fr; }
    .booking-summary[b-8fwlw57f42] { position: static; grid-row: 1; }
}

@media (max-width: 38rem) {
    .customer-form[b-8fwlw57f42] { grid-template-columns: 1fr; }
    .customer-form[b-8fwlw57f42]  .field { grid-column: 1; }
    .choice-grid[b-8fwlw57f42] { grid-template-columns: 1fr; }
    .booking-summary dl div[b-8fwlw57f42], .confirmation__details div[b-8fwlw57f42] { grid-template-columns: 1fr; gap: .25rem; }
    dd[b-8fwlw57f42] { text-align: left; }
}
/* /Components/Public/LoadingCard.razor.rz.scp.css */
.loading-card[b-txx0ihpuwl] {
    min-height: 15rem;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 1rem;
    padding: 2rem;
    border-radius: var(--radius-xl);
    background: white;
    box-shadow: var(--shadow-sm);
}

.loading-card__avatar[b-txx0ihpuwl],
.loading-card__line[b-txx0ihpuwl] {
    display: block;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--lavender-100), white, var(--lavender-100));
    background-size: 220% 100%;
    animation: shimmer-b-txx0ihpuwl 1.3s infinite linear;
}
.loading-card__avatar[b-txx0ihpuwl] { width: 5rem; height: 5rem; }
.loading-card__line[b-txx0ihpuwl] { width: 45%; height: .8rem; }
.loading-card__line--wide[b-txx0ihpuwl] { width: 70%; height: 1.1rem; }
@keyframes shimmer-b-txx0ihpuwl { to { background-position: -220% 0; } }
@media (prefers-reduced-motion: reduce) { .loading-card__avatar[b-txx0ihpuwl], .loading-card__line[b-txx0ihpuwl] { animation: none; } }
/* /Components/Public/PublicCard.razor.rz.scp.css */
.public-card[b-wdr8ogqm33] {
    padding: clamp(1.1rem, 3vw, 1.75rem);
    border: 1px solid rgba(70, 55, 120, .1);
    border-radius: var(--radius-xl);
    background: white;
    box-shadow: var(--shadow-sm);
}
/* /Components/Public/PublicField.razor.rz.scp.css */
.field[b-gnyll0p8z9] { display: grid; gap: .45rem; }
.field__label[b-gnyll0p8z9] { color: var(--ink-800); font-size: .9rem; font-weight: 700; }
.field__hint[b-gnyll0p8z9] { color: var(--ink-500); font-size: .8rem; }
.field__error[b-gnyll0p8z9] { color: var(--danger-700); font-size: .82rem; font-weight: 650; }
/* /Components/Public/PublicUrlActions.razor.rz.scp.css */
.url-actions[b-yci8wrieav] { display: grid; gap: .8rem; }
.url-actions__value[b-yci8wrieav] {
    overflow: hidden;
    padding: .8rem 1rem;
    border: 1px solid var(--lavender-200);
    border-radius: .9rem;
    color: var(--ink-600);
    background: var(--lavender-50);
    font-size: .85rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.url-actions__buttons[b-yci8wrieav] { display: flex; flex-wrap: wrap; gap: .65rem; }
.url-actions__feedback[b-yci8wrieav] { color: #147a45; font-size: .82rem; font-weight: 650; }
/* /Components/Public/StatusPanel.razor.rz.scp.css */
.status[b-cclocue9in] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .85rem;
    align-items: start;
    padding: 1rem;
    border: 1px solid var(--lavender-200);
    border-radius: var(--radius-lg);
    color: var(--ink-700);
    background: var(--lavender-100);
}

.status__icon[b-cclocue9in] { color: var(--purple-700); }
.status__content[b-cclocue9in] { margin-top: .15rem; }
.status--success[b-cclocue9in] { border-color: #bce8d1; background: #effbf4; }
.status--success .status__icon[b-cclocue9in] { color: #147a45; }
.status--error[b-cclocue9in] { border-color: #f1c2ca; background: #fff3f5; }
.status--error .status__icon[b-cclocue9in] { color: var(--danger-700); }
.status--empty[b-cclocue9in] { background: white; }
