/* /Components/Layout/MainLayout.razor.rz.scp.css */
.portal-shell[b-0s0luz0hof] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--portal-bg, #050407);
}

.portal-main[b-0s0luz0hof] {
    flex: 1;
}

.portal-footer[b-0s0luz0hof] {
    padding: 32px 24px;
    text-align: center;
    color: var(--portal-text-muted, #98a09b);
    border-top: 1px solid var(--portal-border, #34383c);
}

.portal-footer a[b-0s0luz0hof] {
    color: inherit;
    text-decoration: none;
}

.portal-footer a:hover[b-0s0luz0hof] {
    text-decoration: underline;
}

.portal-footer .brand-mark[b-0s0luz0hof] {
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    margin-right: 0.4rem;
}

#blazor-error-ui[b-0s0luz0hof] {
    background: #fff3cd;
    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-0s0luz0hof] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-utt71urlhc],
.components-reconnect-repeated-attempt-visible[b-utt71urlhc],
.components-reconnect-failed-visible[b-utt71urlhc],
.components-pause-visible[b-utt71urlhc],
.components-resume-failed-visible[b-utt71urlhc],
.components-rejoining-animation[b-utt71urlhc] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-utt71urlhc {
    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 */
/* Booking home — the one page styled as the platform's own storefront. Salon pages
   (/{slug}) keep the salon's branding; everything here uses the portal tokens. */

.book-header[b-ua8puveagl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 28px;
    border-bottom: 1px solid var(--portal-border);
}

.book-brand[b-ua8puveagl] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--portal-text);
    font-weight: 700;
    font-size: 1.15rem;
    text-decoration: none;
}

.book-brand img[b-ua8puveagl] {
    width: 30px;
    height: 30px;
    display: block;
}

.book-nav[b-ua8puveagl] {
    display: flex;
    align-items: center;
    gap: 26px;
}

.book-nav a[b-ua8puveagl] {
    color: var(--portal-text-body);
    text-decoration: none;
    font-weight: 500;
}

.book-nav a:hover[b-ua8puveagl] { color: var(--portal-text); }

.book-nav .btn-book-now[b-ua8puveagl] {
    background: var(--portal-accent);
    color: var(--portal-accent-contrast);
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 12px;
}

.book-nav .btn-book-now:hover[b-ua8puveagl] { background: var(--portal-accent-deep); color: var(--portal-accent-contrast); }

.book-container[b-ua8puveagl] {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 28px 48px;
}

.book-hero[b-ua8puveagl] { padding: 72px 0 40px; }

.hero-eyebrow[b-ua8puveagl] {
    color: var(--portal-accent-text);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.book-hero h1[b-ua8puveagl] {
    font-size: clamp(2.4rem, 6vw, 4.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
    color: var(--portal-text);
}

.hero-sub[b-ua8puveagl] {
    color: var(--portal-text-muted);
    font-size: 1.15rem;
    line-height: 1.6;
    max-width: 620px;
    margin: 0;
}

/* ── Salon cards ─────────────────────────────────────────────────────────── */

.salon-grid[b-ua8puveagl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 22px;
    scroll-margin-top: 24px;
}

.salon-card[b-ua8puveagl] {
    background: var(--portal-panel);
    border: 1px solid var(--portal-border-card);
    border-radius: 14px;
    overflow: hidden;               /* the accent strip hugs the rounded top */
    display: flex;
    flex-direction: column;
}

.salon-accent[b-ua8puveagl] { height: 4px; }

.salon-body[b-ua8puveagl] {
    padding: 22px 22px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;                        /* buttons align across cards of unequal height */
}

.salon-eyebrow[b-ua8puveagl] {
    color: var(--portal-text-faint);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.salon-body h2[b-ua8puveagl] {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--portal-text);
    margin: 0 0 8px;
}

.salon-address[b-ua8puveagl] {
    color: var(--portal-text-muted);
    line-height: 1.5;
    margin: 0 0 16px;
}

.salon-chips[b-ua8puveagl] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.chip[b-ua8puveagl] {
    border: 1px solid var(--portal-border-card);
    color: var(--portal-text-body);
    border-radius: 999px;
    padding: 5px 14px;
    font-size: 0.85rem;
    white-space: nowrap;
}

.salon-status[b-ua8puveagl] {
    background: var(--portal-item);
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 18px;
}

.status-live[b-ua8puveagl] {
    color: var(--portal-accent-text);
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 9px;
}

.status-live .dot[b-ua8puveagl] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--portal-accent);
    flex: none;
}

.status-open[b-ua8puveagl] {
    color: var(--portal-text-muted);
    margin: 4px 0 0 16px;
}

.btn-book[b-ua8puveagl] {
    margin-top: auto;
    background: var(--portal-accent);
    color: var(--portal-accent-contrast);
    border-radius: 12px;
    padding: 15px 18px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
}

.btn-book strong[b-ua8puveagl] { font-weight: 800; }

.btn-book:hover[b-ua8puveagl] { background: var(--portal-accent-deep); }

/* ── Feature strip ───────────────────────────────────────────────────────── */

.book-features[b-ua8puveagl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 28px;
    border-top: 1px solid var(--portal-border);
    margin-top: 56px;
    padding-top: 36px;
}

.book-features h3[b-ua8puveagl] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--portal-text);
    margin: 0 0 8px;
}

.book-features p[b-ua8puveagl] {
    color: var(--portal-text-muted);
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 640px) {
    .book-header[b-ua8puveagl] { padding: 12px 18px; }
    .book-container[b-ua8puveagl] { padding: 0 18px 40px; }
    .book-hero[b-ua8puveagl] { padding: 44px 0 28px; }
}
