@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.xl1p2gydxa.bundle.scp.css';

/* /Components/Layout/AdminLayout.razor.rz.scp.css */
:root.admin-css-is-loaded[b-a3032hxvd1] {
    --admin-primary: #3b82f6;
    --admin-primary-dark: #2563eb;
    --admin-sidebar-bg: #ffffff;
    --admin-sidebar-border: #e5e7eb;
    --admin-sidebar-text: #1e293b;
    --admin-sidebar-text-muted: #64748b;
    --admin-sidebar-hover-bg: #f1f5f9;
    --admin-sidebar-active-bg: #eff6ff;
    --admin-sidebar-active-text: #2563eb;
    --admin-content-bg: #f1f5f9;
    --admin-topbar-bg: #ffffff;
    --admin-topbar-border: #e5e7eb;
    --admin-text: #1e293b;
    --admin-text-muted: #64748b;
}

:root[data-admin-theme="dark"][b-a3032hxvd1] {
    --admin-sidebar-bg: #1e293b;
    --admin-sidebar-border: #334155;
    --admin-sidebar-text: #f1f5f9;
    --admin-sidebar-text-muted: #94a3b8;
    --admin-sidebar-hover-bg: #334155;
    --admin-sidebar-active-bg: rgba(59, 130, 246, 0.15);
    --admin-sidebar-active-text: #60a5fa;
    --admin-content-bg: #0f172a;
    --admin-topbar-bg: #1e293b;
    --admin-topbar-border: #334155;
    --admin-text: #f1f5f9;
    --admin-text-muted: #94a3b8;
}

@media (prefers-color-scheme: dark) {
    :root:not([data-admin-theme="light"]):not([data-admin-theme="dark"])[b-a3032hxvd1] {
        --admin-sidebar-bg: #1e293b;
        --admin-sidebar-border: #334155;
        --admin-sidebar-text: #f1f5f9;
        --admin-sidebar-text-muted: #94a3b8;
        --admin-sidebar-hover-bg: #334155;
        --admin-sidebar-active-bg: rgba(59, 130, 246, 0.15);
        --admin-sidebar-active-text: #60a5fa;
        --admin-content-bg: #0f172a;
        --admin-topbar-bg: #1e293b;
        --admin-topbar-border: #334155;
        --admin-text: #f1f5f9;
        --admin-text-muted: #94a3b8;
    }
}

.admin-shell[b-a3032hxvd1] {
    display: flex;
    min-height: 100vh;
    background-color: var(--admin-content-bg);
    color: var(--admin-text);
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.sidebar-region[b-a3032hxvd1] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
    height: 100vh;
}

.admin-sidebar[b-a3032hxvd1] {
    display: flex;
    flex-direction: column;
    width: 260px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: var(--admin-sidebar-bg);
    border-right: 1px solid var(--admin-sidebar-border);
    transition: width 0.2s ease;
}

.admin-sidebar-collapsed[b-a3032hxvd1] {
    width: 68px;
}

.sidebar-toggle[b-a3032hxvd1] {
    position: absolute;
    top: 50%;
    right: -14px;
    z-index: 25;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    color: var(--admin-sidebar-text-muted);
    text-decoration: none;
    background-color: var(--admin-sidebar-bg);
    border: 1px solid var(--admin-sidebar-border);
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transform: translateY(-50%);
    transition: all 0.15s ease;
}

.sidebar-toggle:hover[b-a3032hxvd1] {
    color: var(--admin-sidebar-text);
    background-color: var(--admin-sidebar-hover-bg);
}

.admin-sidebar-header[b-a3032hxvd1] {
    padding: 1rem 1.5rem;
}

.admin-brand[b-a3032hxvd1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--admin-sidebar-text);
}

.admin-brand:hover[b-a3032hxvd1] {
    color: var(--admin-sidebar-text);
}

.admin-brand-icon[b-a3032hxvd1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.admin-brand-text[b-a3032hxvd1] {
    color: var(--admin-text);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.admin-nav[b-a3032hxvd1] {
    padding: 1rem 0;
}

.admin-nav .nav-item[b-a3032hxvd1] {
    padding: 0.125rem 0.75rem;
}

.admin-nav[b-a3032hxvd1]  .nav-link,
.admin-back-link[b-a3032hxvd1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow: hidden;
    padding: 0.625rem 0.75rem;
    border-radius: 0.5rem;
    color: var(--admin-sidebar-text-muted);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.15s ease;
}

.admin-nav[b-a3032hxvd1]  .nav-link:hover,
.admin-back-link:hover[b-a3032hxvd1] {
    color: var(--admin-text);
    background-color: var(--admin-sidebar-hover-bg);
}

.admin-nav[b-a3032hxvd1]  .nav-link.active {
    color: var(--admin-sidebar-active-text);
    background-color: var(--admin-sidebar-active-bg);
}

.admin-nav[b-a3032hxvd1]  .nav-link i,
.admin-back-link i[b-a3032hxvd1] {
    flex-shrink: 0;
    width: 1.5rem;
    text-align: center;
    font-size: 1.1rem;
}

.nav-section-label[b-a3032hxvd1] {
    overflow: hidden;
    padding: 0.25rem 0.75rem 0.375rem;
    padding-top: 0.75rem;
    color: var(--admin-sidebar-text-muted);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.nav-divider[b-a3032hxvd1] {
    margin: 0.25rem 0.75rem;
    border-color: var(--admin-sidebar-border);
    opacity: 0.5;
}

.admin-sidebar-footer[b-a3032hxvd1] {
    margin-top: auto;
    padding: 1rem;
}

.admin-back-link[b-a3032hxvd1] {
    padding: 0.625rem 0.75rem;
}

.admin-main[b-a3032hxvd1] {
    flex: 1;
    min-width: 0;
}

.admin-topbar[b-a3032hxvd1] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.5rem;
    padding: 0 1.5rem;
    background-color: var(--admin-topbar-bg);
    border-bottom: 1px solid var(--admin-topbar-border);
    gap: 1rem;
}

.admin-topbar h2[b-a3032hxvd1] {
    margin: 0;
    color: var(--admin-text);
    font-size: 1.2rem;
    font-weight: 700;
}

.admin-topbar-actions[b-a3032hxvd1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
    margin-right: 0.75rem;
}

.admin-eyebrow[b-a3032hxvd1],
.admin-auth-eyebrow[b-a3032hxvd1] {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--admin-primary);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-content[b-a3032hxvd1] {
    min-height: calc(100vh - 3.5rem);
    padding: 1.5rem 2rem;
    background-color: var(--admin-content-bg);
    border-top-left-radius: 0.625rem;
}

.admin-auth-card[b-a3032hxvd1] {
    max-width: 460px;
    margin: 12vh auto 0;
    padding: 2rem;
    background: var(--admin-topbar-bg);
    border: 1px solid var(--admin-topbar-border);
    border-radius: 1rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.admin-auth-card h1[b-a3032hxvd1] {
    margin: 0 0 0.75rem;
    font-size: 1.8rem;
    color: var(--admin-text);
}

.admin-auth-card p[b-a3032hxvd1] {
    margin-bottom: 1.5rem;
    color: var(--admin-text-muted);
}

.admin-auth-button[b-a3032hxvd1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0 1.15rem;
    border-radius: 0.75rem;
    background: var(--admin-primary);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.admin-auth-button:hover[b-a3032hxvd1] {
    background: var(--admin-primary-dark);
    color: #ffffff;
}

#blazor-error-ui[b-a3032hxvd1] {
    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-a3032hxvd1] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 900px) {
    .admin-shell[b-a3032hxvd1] {
        flex-direction: column;
    }

    .sidebar-region[b-a3032hxvd1] {
        position: relative;
        width: 100%;
        height: auto;
    }

    .admin-sidebar[b-a3032hxvd1] {
        position: relative;
        width: 100%;
        height: auto;
    }

    .admin-sidebar-collapsed[b-a3032hxvd1] {
        width: 0;
    }

    .sidebar-toggle[b-a3032hxvd1] {
        top: 1.75rem;
        right: 0.75rem;
        transform: none;
    }

    .admin-nav[b-a3032hxvd1] {
        overflow-x: auto;
    }

    .admin-sidebar-footer[b-a3032hxvd1] {
        display: none;
    }

    .admin-topbar[b-a3032hxvd1] {
        position: relative;
        gap: 1rem;
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-topbar-actions[b-a3032hxvd1] {
        margin-left: 0;
        margin-right: 0;
    }
}
/* /Components/Layout/BookingLayout.razor.rz.scp.css */
.booking-layout[b-kytaqhc455] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* ── Header ── */
.booking-header[b-kytaqhc455] {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    padding: 0.75rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container[b-kytaqhc455] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.brand[b-kytaqhc455] {
    text-decoration: none;
}

.brand-logo[b-kytaqhc455] {
    height: 32px;
    width: auto;
}

.header-nav[b-kytaqhc455] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-cta[b-kytaqhc455] {
    background: #1a2e4a;
    color: #ffffff;
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.2s;
}

.nav-cta:hover[b-kytaqhc455] {
    background: #243d5f;
    color: #ffffff;
}

.nav-phone[b-kytaqhc455] {
    font-size: 0.85rem;
    color: #6c757d;
}

.nav-phone a[b-kytaqhc455] {
    color: #1a2e4a;
    text-decoration: none;
    font-weight: 600;
}

.nav-phone a:hover[b-kytaqhc455] {
    text-decoration: underline;
}

/* ── Main ── */
.booking-main[b-kytaqhc455] {
    flex: 1;
}

/* ── Footer ── */
.booking-footer[b-kytaqhc455] {
    background: #1a2e4a;
    color: rgba(255, 255, 255, 0.7);
    padding: 3rem 0 1.5rem;
}

.footer-container[b-kytaqhc455] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-top[b-kytaqhc455] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 1.5rem;
    gap: 2rem;
}

.footer-logo[b-kytaqhc455] {
    height: 28px;
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 0.75rem;
}

.footer-tagline[b-kytaqhc455] {
    font-size: 0.85rem;
    line-height: 1.5;
    max-width: 320px;
    margin: 0;
}

.footer-cta[b-kytaqhc455] {
    text-align: right;
}

.footer-actions[b-kytaqhc455] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
}

.btn-footer-cta[b-kytaqhc455] {
    display: inline-block;
    background: #ffffff;
    color: #1a2e4a;
    padding: 0.6rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: opacity 0.2s;
}

.btn-footer-cta:hover[b-kytaqhc455] {
    opacity: 0.9;
    color: #1a2e4a;
}

.btn-footer-secondary[b-kytaqhc455] {
    display: inline-block;
    background: transparent;
    color: #ffffff;
    padding: 0.6rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.2s, border-color 0.2s;
}

.btn-footer-secondary:hover[b-kytaqhc455] {
    background: rgba(255, 255, 255, 0.12);
    border-color: #ffffff;
    color: #ffffff;
}

.footer-price[b-kytaqhc455] {
    font-size: 0.8rem;
    margin-top: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom[b-kytaqhc455] {
    text-align: center;
    font-size: 0.8rem;
}

.footer-bottom p[b-kytaqhc455] {
    margin: 0;
}

@media (max-width: 768px) {
    .header-container[b-kytaqhc455] {
        padding: 0 1rem;
    }

    .nav-phone[b-kytaqhc455] {
        display: none;
    }

    .footer-top[b-kytaqhc455] {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .footer-cta[b-kytaqhc455] {
        text-align: center;
    }

    .footer-actions[b-kytaqhc455] {
        justify-content: center;
        flex-wrap: wrap;
    }
}
/* /Components/Layout/EmbedLayout.razor.rz.scp.css */
.embed-layout[b-fd3p47fery] {
    min-height: 100vh;
    background: transparent;
    padding: 0;
    margin: 0;
}
/* /Components/Layout/LoginDisplay.razor.rz.scp.css */
.user-menu-wrapper[b-zat6mltpxc] {
    position: relative;
}

.user-menu-backdrop[b-zat6mltpxc] {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: transparent;
    border: 0;
}

.user-menu-trigger[b-zat6mltpxc] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    border-radius: 0.75rem;
    color: var(--admin-text, #1e293b);
    cursor: pointer;
}

.user-menu-trigger[b-zat6mltpxc]  .hx-button-content,
.user-menu-trigger[b-zat6mltpxc]  span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.user-initials[b-zat6mltpxc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.user-greeting[b-zat6mltpxc] {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.9rem;
    font-weight: 700;
}

.user-chevron[b-zat6mltpxc] {
    color: #64748b;
    font-size: 0.75rem;
}

.user-dropdown[b-zat6mltpxc] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    z-index: 1000;
    width: 280px;
    overflow: hidden;
    background: var(--admin-topbar-bg, #ffffff);
    border: 1px solid var(--admin-topbar-border, #e5e7eb);
    border-radius: 0.9rem;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.16);
}

.user-dropdown-header[b-zat6mltpxc] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem;
}

.user-dropdown-avatar[b-zat6mltpxc] {
    width: 2.75rem;
    height: 2.75rem;
}

.user-dropdown-info[b-zat6mltpxc] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.user-dropdown-name[b-zat6mltpxc] {
    overflow: hidden;
    color: var(--admin-text, #1e293b);
    font-size: 0.9rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-dropdown-email[b-zat6mltpxc] {
    overflow: hidden;
    color: var(--admin-text-muted, #64748b);
    font-size: 0.78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-dropdown-divider[b-zat6mltpxc] {
    margin: 0;
    border-color: var(--admin-topbar-border, #e5e7eb);
    opacity: 1;
}

.user-dropdown-item[b-zat6mltpxc] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: var(--admin-text, #1e293b);
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
}

.user-dropdown-item:hover[b-zat6mltpxc] {
    background: var(--admin-sidebar-hover-bg, #f8fafc);
    color: var(--admin-text, #1e293b);
}

.user-dropdown-item-danger[b-zat6mltpxc] {
    color: #dc2626;
}

.user-dropdown-item-danger:hover[b-zat6mltpxc] {
    background: #fef2f2;
    color: #dc2626;
}

.admin-sign-in[b-zat6mltpxc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.4rem;
    padding: 0 1rem;
    border-radius: 0.75rem;
    background: #0f766e;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
}

.admin-sign-in:hover[b-zat6mltpxc] {
    background: #115e59;
    color: #ffffff;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-eymn4wa59o] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f8fafb;
}

main[b-eymn4wa59o] {
    flex: 1;
}

.sidebar[b-eymn4wa59o] {
    background-image: linear-gradient(180deg, #1a1a2e 0%, #0f766e 100%);
}

article[b-eymn4wa59o] {
    padding-top: 1.5rem !important;
}

@media (min-width: 641px) {
    .page[b-eymn4wa59o] {
        flex-direction: row;
    }

    .sidebar[b-eymn4wa59o] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    article[b-eymn4wa59o] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-eymn4wa59o] {
    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-eymn4wa59o] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ljn2olwa2n] {
    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-ljn2olwa2n] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ljn2olwa2n] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.3);
}

.navbar-brand[b-ljn2olwa2n] {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.brand-logo[b-ljn2olwa2n] {
    height: 28px;
    width: auto;
}

.brand-text[b-ljn2olwa2n] {
    font-size: 0.85rem;
    opacity: 0.7;
    font-weight: 400;
}

.bi[b-ljn2olwa2n] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-receipt[b-ljn2olwa2n] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.92.506a.5.5 0 0 1 .434.14L3 1.293l.646-.647a.5.5 0 0 1 .708 0L5 1.293l.646-.647a.5.5 0 0 1 .708 0L7 1.293l.646-.647a.5.5 0 0 1 .708 0L9 1.293l.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .801.13l.5 1A.5.5 0 0 1 15 2v12a.5.5 0 0 1-.742.44L13 13.81l-.646.647a.5.5 0 0 1-.708 0L11 13.81l-.646.647a.5.5 0 0 1-.708 0L9 13.81l-.646.647a.5.5 0 0 1-.708 0L7 13.81l-.646.647a.5.5 0 0 1-.708 0L5 13.81l-.646.647a.5.5 0 0 1-.708 0L3 13.81l-.646.647a.5.5 0 0 1-.801-.13l-.5-1A.5.5 0 0 1 1 13V2a.5.5 0 0 1 .053-.224l.5-1a.5.5 0 0 1 .367-.27zm.217 1.338L2 2.118v11.764l.137.274.51-.51a.5.5 0 0 1 .707 0l.646.647.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.509.509.137-.274V2.118l-.137-.274-.51.51a.5.5 0 0 1-.707 0L12 1.707l-.646.647a.5.5 0 0 1-.708 0L10 1.707l-.646.647a.5.5 0 0 1-.708 0L8 1.707l-.646.647a.5.5 0 0 1-.708 0L6 1.707l-.646.647a.5.5 0 0 1-.708 0L4 1.707l-.646.647a.5.5 0 0 1-.708 0l-.509-.51zM3 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm8-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-arrow-left[b-ljn2olwa2n] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'/%3E%3C/svg%3E");
}

.nav-item[b-ljn2olwa2n] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ljn2olwa2n] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ljn2olwa2n] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ljn2olwa2n]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ljn2olwa2n]  a.active {
    background-color: rgba(13, 148, 136, 0.4);
    color: white;
}

.nav-item[b-ljn2olwa2n]  a:hover {
    background-color: rgba(13, 148, 136, 0.2);
    color: white;
}

.nav-scrollable[b-ljn2olwa2n] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ljn2olwa2n] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ljn2olwa2n] {
        display: none;
    }

    .nav-scrollable[b-ljn2olwa2n] {
        /* 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/Pages/Admin/AdminHome.razor.rz.scp.css */
.admin-home-page[b-dpavlzdgbo] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5rem 2rem 3rem;
}

.admin-home-hero[b-dpavlzdgbo] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 2rem;
    color: #ffffff;
    background: linear-gradient(135deg, #0f766e, #2563eb);
    border-radius: 1.25rem;
    box-shadow: 0 18px 45px rgba(15, 118, 110, 0.22);
}

.admin-home-eyebrow[b-dpavlzdgbo] {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.85;
}

.admin-home-hero h1[b-dpavlzdgbo] {
    margin: 0;
    font-size: 2.35rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.admin-home-hero p[b-dpavlzdgbo] {
    max-width: 720px;
    margin: 0.75rem 0 0;
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
}

.admin-home-environment[b-dpavlzdgbo] {
    flex-shrink: 0;
    padding: 0.45rem 0.8rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
}

.admin-link-section[b-dpavlzdgbo] {
    margin-bottom: 2rem;
}

.admin-link-section h2[b-dpavlzdgbo] {
    margin: 0 0 1rem;
    color: var(--admin-text, #1e293b);
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.admin-link-grid[b-dpavlzdgbo] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 1rem;
}

.admin-link-card[b-dpavlzdgbo] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: flex-start;
    min-height: 130px;
    padding: 1.25rem;
    color: var(--admin-text, #1e293b);
    text-decoration: none;
    background: var(--admin-topbar-bg, #ffffff);
    border: 1px solid var(--admin-topbar-border, #e5e7eb);
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.admin-link-card:hover[b-dpavlzdgbo] {
    color: var(--admin-text, #1e293b);
    border-color: #14b8a6;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
    transform: translateY(-2px);
}

.admin-link-icon[b-dpavlzdgbo] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    color: #0f766e;
    font-size: 1.25rem;
    background: rgba(20, 184, 166, 0.12);
    border-radius: 0.85rem;
}

.admin-link-content[b-dpavlzdgbo] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.admin-link-title[b-dpavlzdgbo] {
    font-size: 1rem;
    font-weight: 800;
}

.admin-link-description[b-dpavlzdgbo] {
    margin-top: 0.35rem;
    color: var(--admin-text-muted, #64748b);
    font-size: 0.88rem;
    line-height: 1.45;
}

.admin-link-badge[b-dpavlzdgbo] {
    align-self: flex-start;
    margin-top: 0.75rem;
    padding: 0.2rem 0.55rem;
    color: #2563eb;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 999px;
}

.admin-link-arrow[b-dpavlzdgbo] {
    color: var(--admin-text-muted, #64748b);
    font-size: 1rem;
}

.admin-home-empty[b-dpavlzdgbo] {
    padding: 3rem;
    text-align: center;
    background: var(--admin-topbar-bg, #ffffff);
    border: 1px solid var(--admin-topbar-border, #e5e7eb);
    border-radius: 1rem;
}

.admin-home-empty i[b-dpavlzdgbo] {
    color: #0f766e;
    font-size: 2rem;
}

.admin-home-empty h2[b-dpavlzdgbo] {
    margin: 0.75rem 0 0.25rem;
}

.admin-home-empty p[b-dpavlzdgbo] {
    margin: 0;
    color: var(--admin-text-muted, #64748b);
}

@media (max-width: 768px) {
    .admin-home-page[b-dpavlzdgbo] {
        padding: 1rem;
    }

    .admin-home-hero[b-dpavlzdgbo] {
        flex-direction: column;
        padding: 1.5rem;
    }

    .admin-home-hero h1[b-dpavlzdgbo] {
        font-size: 1.9rem;
    }
}
/* /Components/Pages/Admin/ArchitectureDocs.razor.rz.scp.css */
.docs-page[b-0d8c41ixux] {
    padding: 1.5rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.docs-header[b-0d8c41ixux] {
    margin-bottom: 1.5rem;
}

.docs-header h1[b-0d8c41ixux] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0.5rem 0 0.25rem;
}

.docs-header .subtitle[b-0d8c41ixux] {
    color: #6b7280;
    margin: 0;
}

.back-link[b-0d8c41ixux] {
    color: #6b7280;
    text-decoration: none;
    font-size: 0.9rem;
}

.back-link:hover[b-0d8c41ixux] {
    color: #374151;
}

.loading-container[b-0d8c41ixux] {
    text-align: center;
    padding: 3rem;
}

.empty-state[b-0d8c41ixux] {
    text-align: center;
    padding: 3rem;
    color: #6b7280;
}

/* Markdown rendering styles */
.markdown-body h1[b-0d8c41ixux] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e5e7eb;
}

.markdown-body h2[b-0d8c41ixux] {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
    color: #1f2937;
}

.markdown-body h3[b-0d8c41ixux] {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 1.25rem 0 0.5rem;
    color: #374151;
}

.markdown-body h4[b-0d8c41ixux] {
    font-size: 1rem;
    font-weight: 600;
    margin: 1rem 0 0.5rem;
    color: #4b5563;
}

.markdown-body p[b-0d8c41ixux] {
    line-height: 1.7;
    color: #374151;
    margin: 0.5rem 0;
}

.markdown-body ul[b-0d8c41ixux] {
    padding-left: 1.5rem;
    margin: 0.5rem 0;
}

.markdown-body li[b-0d8c41ixux] {
    line-height: 1.7;
    color: #374151;
    margin: 0.2rem 0;
}

.markdown-body li.nested[b-0d8c41ixux] {
    margin-left: 1.5rem;
    list-style-type: circle;
}

.markdown-body code[b-0d8c41ixux] {
    background: #f3f4f6;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    font-size: 0.88em;
    color: #dc2626;
}

.markdown-body pre[b-0d8c41ixux] {
    background: #1f2937;
    color: #e5e7eb;
    padding: 1rem 1.25rem;
    border-radius: 8px;
    overflow-x: auto;
    margin: 1rem 0;
    font-size: 0.88rem;
    line-height: 1.5;
}

.markdown-body pre code[b-0d8c41ixux] {
    background: transparent;
    color: inherit;
    padding: 0;
    font-size: inherit;
}

.markdown-body strong[b-0d8c41ixux] {
    font-weight: 600;
    color: #1f2937;
}

.markdown-body em[b-0d8c41ixux] {
    font-style: italic;
}

.markdown-body hr[b-0d8c41ixux] {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 1.5rem 0;
}

.markdown-body .mermaid[b-0d8c41ixux] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0 1.5rem;
    overflow-x: auto;
}

@media (max-width: 768px) {
    .docs-layout[b-0d8c41ixux] {
        grid-template-columns: 1fr;
    }

    .docs-sidebar[b-0d8c41ixux] {
        position: static;
    }
}
/* /Components/Pages/Admin/Dashboard.razor.rz.scp.css */
.admin-dashboard-page[b-y1d2qnqu9p] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem 2rem 3rem;
}

.admin-dashboard-hero[b-y1d2qnqu9p] {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 1.25rem;
}

.admin-dashboard-hero h1[b-y1d2qnqu9p] {
    margin: 0.25rem 0 0.25rem;
    color: #1a2e4a;
}

.admin-dashboard-hero p[b-y1d2qnqu9p] {
    margin: 0;
    color: #6c757d;
}

.admin-dashboard-controls[b-y1d2qnqu9p] {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
    width: 100%;
    background: #f8f9fb;
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    padding: 0.75rem 1rem;
}

.admin-dashboard-controls label[b-y1d2qnqu9p] {
    display: flex;
    flex-direction: column;
    font-size: 0.8rem;
    color: #6c757d;
}

.admin-dashboard-controls .btn[b-y1d2qnqu9p] {
    margin-left: auto;
}

.admin-dashboard-controls input[b-y1d2qnqu9p] {
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 0.4rem 0.6rem;
    font-size: 0.95rem;
}

.admin-dashboard-loading[b-y1d2qnqu9p] {
    color: #6c757d;
    font-style: italic;
}

.admin-dashboard-stats[b-y1d2qnqu9p] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.stat-card[b-y1d2qnqu9p] {
    background: white;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.stat-card .stat-label[b-y1d2qnqu9p] {
    font-size: 0.8rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.stat-card .stat-value[b-y1d2qnqu9p] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a2e4a;
}

.stat-card .stat-value.collected[b-y1d2qnqu9p] {
    color: #198754;
}

.admin-dashboard-card[b-y1d2qnqu9p] {
    background: white;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 1.25rem 1.5rem 1.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.admin-dashboard-card h2[b-y1d2qnqu9p] {
    margin: 0;
    font-size: 1.15rem;
    color: #1a2e4a;
}

.admin-dashboard-card .card-sub[b-y1d2qnqu9p] {
    margin: 0.25rem 0 1rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.dashboard-list-item-inner[b-y1d2qnqu9p] {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.dashboard-list-icon[b-y1d2qnqu9p] {
    font-size: 1.25rem;
    color: #1a2e4a;
    line-height: 1;
    margin-top: 0.15rem;
}

.dashboard-list-text[b-y1d2qnqu9p] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.dashboard-list-title[b-y1d2qnqu9p] {
    font-weight: 600;
}

.dashboard-list-description[b-y1d2qnqu9p] {
    font-size: 0.8rem;
    opacity: 0.85;
}

@media (max-width: 768px) {
    .admin-dashboard-page[b-y1d2qnqu9p] {
        padding: 1rem;
    }

    .admin-dashboard-hero[b-y1d2qnqu9p] {
        align-items: flex-start;
    }
}
/* /Components/Pages/Admin/Dashboards/OverTimeDashboard.razor.rz.scp.css */
.admin-dashboard-stats[b-x5wzxjn1vp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.stat-card[b-x5wzxjn1vp] {
    background: white;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.stat-card .stat-label[b-x5wzxjn1vp] {
    font-size: 0.8rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.stat-card .stat-value[b-x5wzxjn1vp] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a2e4a;
}

.stat-card .stat-value.collected[b-x5wzxjn1vp] {
    color: #198754;
}

.admin-dashboard-card[b-x5wzxjn1vp] {
    background: white;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 1.25rem 1.5rem 1.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.admin-dashboard-card h2[b-x5wzxjn1vp] {
    margin: 0;
    font-size: 1.15rem;
    color: #1a2e4a;
}

.admin-dashboard-card .card-sub[b-x5wzxjn1vp] {
    margin: 0.25rem 0 1rem;
    color: #6c757d;
    font-size: 0.9rem;
}
/* /Components/Pages/Admin/Dashboards/SnapshotDashboard.razor.rz.scp.css */
.admin-dashboard-stats[b-lnjdmmgvwk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.stat-card[b-lnjdmmgvwk] {
    background: white;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.stat-card .stat-label[b-lnjdmmgvwk] {
    font-size: 0.8rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.stat-card .stat-value[b-lnjdmmgvwk] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a2e4a;
}

.stat-card .stat-value.collected[b-lnjdmmgvwk] {
    color: #198754;
}

.stat-card .stat-value.outstanding[b-lnjdmmgvwk] {
    color: #b8860b;
}

.admin-dashboard-card[b-lnjdmmgvwk] {
    background: white;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 1.25rem 1.5rem 1.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.admin-dashboard-card h2[b-lnjdmmgvwk] {
    margin: 0;
    font-size: 1.15rem;
    color: #1a2e4a;
}

.admin-dashboard-card .card-sub[b-lnjdmmgvwk] {
    margin: 0.25rem 0 1rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.status-badge-row[b-lnjdmmgvwk] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.status-badge-row.compact[b-lnjdmmgvwk] {
    gap: 0.35rem;
}

.status-badge[b-lnjdmmgvwk] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.4rem;
    border-radius: 999px;
    padding: 0.4rem 0.8rem;
    background: #eef2f6;
    color: #1a2e4a;
    border: 1px solid transparent;
    font-size: 0.95rem;
}

.status-badge.sm[b-lnjdmmgvwk] {
    padding: 0.2rem 0.55rem;
    font-size: 0.8rem;
}

.status-badge-count[b-lnjdmmgvwk] {
    font-weight: 700;
}

.status-badge-label[b-lnjdmmgvwk] {
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    color: #6c757d;
}

.status-badge.sm .status-badge-label[b-lnjdmmgvwk] {
    font-size: 0.65rem;
}

.status-badge.status-scheduled[b-lnjdmmgvwk] {
    background: #e7eef7;
    color: #1a2e4a;
}

.status-badge.status-completed[b-lnjdmmgvwk] {
    background: #e3f5ea;
    color: #136c3a;
}

.status-badge.status-completed .status-badge-label[b-lnjdmmgvwk] {
    color: #136c3a;
}

.status-badge.status-cancelled[b-lnjdmmgvwk] {
    background: #fdecec;
    color: #b02a37;
}

.status-badge.status-cancelled .status-badge-label[b-lnjdmmgvwk] {
    color: #b02a37;
}

.status-badge.status-noshow[b-lnjdmmgvwk] {
    background: #fff4e0;
    color: #8a5a00;
}

.status-badge.status-noshow .status-badge-label[b-lnjdmmgvwk] {
    color: #8a5a00;
}

.status-badge.status-other[b-lnjdmmgvwk] {
    background: #eef2f6;
    color: #495057;
}

.provider-snapshot-grid[b-lnjdmmgvwk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0.75rem;
}

.provider-snapshot-card[b-lnjdmmgvwk] {
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    padding: 0.75rem 0.9rem;
    background: #fafbfc;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.provider-snapshot-header[b-lnjdmmgvwk] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.provider-name[b-lnjdmmgvwk] {
    font-weight: 600;
    color: #1a2e4a;
}

.provider-total[b-lnjdmmgvwk] {
    font-weight: 700;
    color: #1a2e4a;
    font-size: 1.05rem;
}
/* /Components/Pages/Admin/EmailReconciliation.razor.rz.scp.css */
/* ── Page Layout ── */
.recon-page[b-kgkrcwr45x] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1a1a2e;
}

/* ── Header ── */
.recon-header[b-kgkrcwr45x] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.back-link[b-kgkrcwr45x] {
    font-size: 0.85rem;
    color: #6c757d;
    text-decoration: none;
    margin-bottom: 0.25rem;
    display: inline-block;
}

.back-link:hover[b-kgkrcwr45x] {
    color: #0d6efd;
}

.recon-header h1[b-kgkrcwr45x] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0.25rem 0 0.25rem;
    color: #1a1a2e;
}

.subtitle[b-kgkrcwr45x] {
    color: #6c757d;
    font-size: 0.95rem;
    margin: 0;
}

.btn-refresh[b-kgkrcwr45x] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.25rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #fff;
    color: #495057;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-refresh:hover:not(:disabled)[b-kgkrcwr45x] {
    background: #f8f9fa;
    border-color: #adb5bd;
}

.btn-refresh:disabled[b-kgkrcwr45x] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ── Alerts ── */
.alert[b-kgkrcwr45x] {
    padding: 1rem 1.25rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

.alert-error[b-kgkrcwr45x] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.alert-info[b-kgkrcwr45x] {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e40af;
}

.btn-dismiss[b-kgkrcwr45x] {
    margin-left: auto;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    opacity: 0.6;
    padding: 0;
}

.btn-dismiss:hover[b-kgkrcwr45x] {
    opacity: 1;
}

/* ── Stats Grid ── */
.stats-grid[b-kgkrcwr45x] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat-card[b-kgkrcwr45x] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1.25rem;
    text-align: center;
}

.stat-value[b-kgkrcwr45x] {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.stat-label[b-kgkrcwr45x] {
    display: block;
    font-size: 0.8rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.25rem;
}

.stat-success .stat-value[b-kgkrcwr45x] { color: #059669; }
.stat-warning .stat-value[b-kgkrcwr45x] { color: #d97706; }
.stat-danger .stat-value[b-kgkrcwr45x] { color: #dc2626; }
.stat-muted .stat-value[b-kgkrcwr45x] { color: #9ca3af; }

/* ── Action Bar ── */
.action-bar[b-kgkrcwr45x] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.btn-fix-all[b-kgkrcwr45x] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.5rem;
    background: #dc2626;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-fix-all:hover:not(:disabled)[b-kgkrcwr45x] {
    background: #b91c1c;
}

.btn-fix-all:disabled[b-kgkrcwr45x] {
    opacity: 0.7;
    cursor: not-allowed;
}

.action-hint[b-kgkrcwr45x] {
    font-size: 0.85rem;
    color: #92400e;
}

/* ── Progress Bar ── */
.progress-bar-container[b-kgkrcwr45x] {
    flex: 1;
    min-width: 120px;
    max-width: 300px;
    height: 8px;
    background: #fde68a;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar-fill[b-kgkrcwr45x] {
    height: 100%;
    background: #dc2626;
    border-radius: 4px;
    transition: width 0.3s ease;
}

/* ── Filter Bar ── */
.filter-bar[b-kgkrcwr45x] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.filter-btn[b-kgkrcwr45x] {
    padding: 0.4rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    background: #fff;
    color: #495057;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
}

.filter-btn:hover[b-kgkrcwr45x] {
    background: #f8f9fa;
}

.filter-btn.active[b-kgkrcwr45x] {
    background: #1a1a2e;
    color: #fff;
    border-color: #1a1a2e;
}

.filter-danger.active[b-kgkrcwr45x] { background: #dc2626; border-color: #dc2626; }
.filter-warning.active[b-kgkrcwr45x] { background: #d97706; border-color: #d97706; }
.filter-success.active[b-kgkrcwr45x] { background: #059669; border-color: #059669; }
.filter-muted.active[b-kgkrcwr45x] { background: #6b7280; border-color: #6b7280; }

/* ── Table ── */
.table-container[b-kgkrcwr45x] {
    overflow-x: auto;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
}

.recon-table[b-kgkrcwr45x] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.recon-table thead[b-kgkrcwr45x] {
    background: #f9fafb;
}

.recon-table th[b-kgkrcwr45x] {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
    border-bottom: 2px solid #e5e7eb;
    white-space: nowrap;
}

.recon-table td[b-kgkrcwr45x] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
}

.recon-table tbody tr:last-child td[b-kgkrcwr45x] {
    border-bottom: none;
}

.recon-table tbody tr:hover[b-kgkrcwr45x] {
    background: #f9fafb;
}

/* Row status coloring */
.row-danger[b-kgkrcwr45x] { background: #fef2f2; }
.row-danger:hover[b-kgkrcwr45x] { background: #fee2e2 !important; }

.row-success[b-kgkrcwr45x] { background: #f0fdf4; }
.row-success:hover[b-kgkrcwr45x] { background: #dcfce7 !important; }

.row-warning[b-kgkrcwr45x] { background: #fffbeb; }
.row-warning:hover[b-kgkrcwr45x] { background: #fef3c7 !important; }

.row-muted[b-kgkrcwr45x] { background: #f9fafb; }
.row-muted td[b-kgkrcwr45x] { color: #9ca3af; }

/* ── Status Badges ── */
.status-badge[b-kgkrcwr45x] {
    display: inline-block;
    padding: 0.2rem 0.65rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.badge-danger[b-kgkrcwr45x] { background: #fecaca; color: #991b1b; }
.badge-success[b-kgkrcwr45x] { background: #bbf7d0; color: #166534; }
.badge-warning[b-kgkrcwr45x] { background: #fed7aa; color: #9a3412; }
.badge-muted[b-kgkrcwr45x] { background: #e5e7eb; color: #6b7280; }

/* ── Row Action Button ── */
.btn-fix-row[b-kgkrcwr45x] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.75rem;
    background: #dc2626;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
}

.btn-fix-row:hover:not(:disabled)[b-kgkrcwr45x] {
    background: #b91c1c;
}

.btn-fix-row:disabled[b-kgkrcwr45x] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ── Cell Styles ── */
.patient-cell[b-kgkrcwr45x] {
    display: flex;
    flex-direction: column;
}

.patient-name[b-kgkrcwr45x] {
    font-weight: 500;
}

.external-links[b-kgkrcwr45x] {
    display: flex;
    gap: 0.4rem;
    margin-top: 0.25rem;
}

.ext-link[b-kgkrcwr45x] {
    font-size: 0.7rem;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    background: #f3f4f6;
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.15s;
}

.ext-link:hover[b-kgkrcwr45x] {
    background: #e0e7ff;
    color: #3730a3;
}

.email-cell[b-kgkrcwr45x] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.email-value[b-kgkrcwr45x] {
    font-size: 0.88rem;
    word-break: break-all;
}

.email-generated[b-kgkrcwr45x] {
    color: #dc2626;
    font-style: italic;
}

.email-tag[b-kgkrcwr45x] {
    display: inline-block;
    font-size: 0.65rem;
    padding: 0.05rem 0.35rem;
    border-radius: 4px;
    background: #fecaca;
    color: #991b1b;
    font-weight: 600;
    width: fit-content;
}

.text-muted[b-kgkrcwr45x] { color: #9ca3af; }

/* ── Spinner ── */
.spinner[b-kgkrcwr45x] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@@keyframes spin {
    to[b-kgkrcwr45x] { transform: rotate(360deg); }
}

/* ── Empty State ── */
.empty-state[b-kgkrcwr45x] {
    text-align: center;
    padding: 3rem 1rem;
    color: #6b7280;
    font-size: 1rem;
}

/* ── Responsive ── */
@@media (max-width: 768px) {
    .recon-page[b-kgkrcwr45x] {
        padding: 1rem;
    }

    .stats-grid[b-kgkrcwr45x] {
        grid-template-columns: repeat(2, 1fr);
    }

    .recon-header[b-kgkrcwr45x] {
        flex-direction: column;
    }
}
/* /Components/Pages/Admin/Reconciliation.razor.rz.scp.css */
/* ── Page Layout ── */
.recon-page[b-38341h1hfq] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1a1a2e;
}

/* ── Header ── */
.recon-header[b-38341h1hfq] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.back-link[b-38341h1hfq] {
    font-size: 0.85rem;
    color: #6c757d;
    text-decoration: none;
    margin-bottom: 0.25rem;
    display: inline-block;
}

.back-link:hover[b-38341h1hfq] {
    color: #0d6efd;
}

.recon-header h1[b-38341h1hfq] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0.25rem 0 0.25rem;
    color: #1a1a2e;
}

.subtitle[b-38341h1hfq] {
    color: #6c757d;
    font-size: 0.95rem;
    margin: 0;
}

.btn-refresh[b-38341h1hfq] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.25rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #fff;
    color: #495057;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-refresh:hover:not(:disabled)[b-38341h1hfq] {
    background: #f8f9fa;
    border-color: #adb5bd;
}

.btn-refresh:disabled[b-38341h1hfq] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ── Alerts ── */
.alert[b-38341h1hfq] {
    padding: 1rem 1.25rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

.alert-error[b-38341h1hfq] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.alert-info[b-38341h1hfq] {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e40af;
}

.btn-dismiss[b-38341h1hfq] {
    margin-left: auto;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    opacity: 0.6;
    padding: 0;
}

.btn-dismiss:hover[b-38341h1hfq] {
    opacity: 1;
}

.error-details[b-38341h1hfq] {
    width: 100%;
    margin: 0.5rem 0 0;
    padding-left: 1.5rem;
    font-size: 0.85rem;
}

/* ── Stats Grid ── */
.stats-grid[b-38341h1hfq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat-card[b-38341h1hfq] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1.25rem;
    text-align: center;
}

.stat-value[b-38341h1hfq] {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.stat-label[b-38341h1hfq] {
    display: block;
    font-size: 0.8rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.25rem;
}

.stat-success .stat-value[b-38341h1hfq] { color: #059669; }
.stat-warning .stat-value[b-38341h1hfq] { color: #d97706; }
.stat-danger .stat-value[b-38341h1hfq] { color: #dc2626; }
.stat-muted .stat-value[b-38341h1hfq] { color: #9ca3af; }

/* ── Action Bar ── */
.action-bar[b-38341h1hfq] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.btn-fix-all[b-38341h1hfq] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.5rem;
    background: #dc2626;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-fix-all:hover:not(:disabled)[b-38341h1hfq] {
    background: #b91c1c;
}

.btn-fix-all:disabled[b-38341h1hfq] {
    opacity: 0.7;
    cursor: not-allowed;
}

.action-hint[b-38341h1hfq] {
    font-size: 0.85rem;
    color: #92400e;
}

/* ── Progress Bar ── */
.progress-bar-container[b-38341h1hfq] {
    flex: 1;
    min-width: 120px;
    max-width: 300px;
    height: 8px;
    background: #fde68a;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar-fill[b-38341h1hfq] {
    height: 100%;
    background: #dc2626;
    border-radius: 4px;
    transition: width 0.3s ease;
}

/* ── Filter Bar ── */
.filter-bar[b-38341h1hfq] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.filter-btn[b-38341h1hfq] {
    padding: 0.4rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    background: #fff;
    color: #495057;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
}

.filter-btn:hover[b-38341h1hfq] {
    background: #f8f9fa;
}

.filter-btn.active[b-38341h1hfq] {
    background: #1a1a2e;
    color: #fff;
    border-color: #1a1a2e;
}

.filter-danger.active[b-38341h1hfq] { background: #dc2626; border-color: #dc2626; }
.filter-warning.active[b-38341h1hfq] { background: #d97706; border-color: #d97706; }
.filter-success.active[b-38341h1hfq] { background: #059669; border-color: #059669; }
.filter-muted.active[b-38341h1hfq] { background: #6b7280; border-color: #6b7280; }

/* ── Table ── */
.table-container[b-38341h1hfq] {
    overflow-x: auto;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
}

.recon-table[b-38341h1hfq] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.recon-table thead[b-38341h1hfq] {
    background: #f9fafb;
}

.recon-table th[b-38341h1hfq] {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
    border-bottom: 2px solid #e5e7eb;
    white-space: nowrap;
}

.recon-table td[b-38341h1hfq] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
}

.recon-table tbody tr:last-child td[b-38341h1hfq] {
    border-bottom: none;
}

.recon-table tbody tr:hover[b-38341h1hfq] {
    background: #f9fafb;
}

/* Row status coloring */
.row-danger[b-38341h1hfq] { background: #fef2f2; }
.row-danger:hover[b-38341h1hfq] { background: #fee2e2 !important; }

.row-success[b-38341h1hfq] { background: #f0fdf4; }
.row-success:hover[b-38341h1hfq] { background: #dcfce7 !important; }

.row-warning[b-38341h1hfq] { background: #fffbeb; }
.row-warning:hover[b-38341h1hfq] { background: #fef3c7 !important; }

.row-muted[b-38341h1hfq] { background: #f9fafb; }
.row-muted td[b-38341h1hfq] { color: #9ca3af; }

/* ── Status Badges ── */
.status-badge[b-38341h1hfq] {
    display: inline-block;
    padding: 0.2rem 0.65rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.badge-danger[b-38341h1hfq] { background: #fecaca; color: #991b1b; }
.badge-success[b-38341h1hfq] { background: #bbf7d0; color: #166534; }
.badge-warning[b-38341h1hfq] { background: #fed7aa; color: #9a3412; }
.badge-info[b-38341h1hfq] { background: #bfdbfe; color: #1e40af; }
.badge-muted[b-38341h1hfq] { background: #e5e7eb; color: #6b7280; }

/* ── Row Action Button ── */
.btn-fix-row[b-38341h1hfq] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.75rem;
    background: #dc2626;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
}

.btn-fix-row:hover:not(:disabled)[b-38341h1hfq] {
    background: #b91c1c;
}

.btn-fix-row:disabled[b-38341h1hfq] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ── Cell Styles ── */
.patient-cell[b-38341h1hfq] {
    display: flex;
    flex-direction: column;
}

.patient-name[b-38341h1hfq] {
    font-weight: 500;
}

.patient-email[b-38341h1hfq] {
    font-size: 0.8rem;
    color: #6b7280;
}

.external-links[b-38341h1hfq] {
    display: flex;
    gap: 0.4rem;
    margin-top: 0.25rem;
}

.ext-link[b-38341h1hfq] {
    font-size: 0.7rem;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    background: #f3f4f6;
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.15s;
}

.ext-link:hover[b-38341h1hfq] {
    background: #e0e7ff;
    color: #3730a3;
}

.service-cell[b-38341h1hfq] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.service-header[b-38341h1hfq] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.service-type[b-38341h1hfq] {
    font-weight: 500;
}

.service-status-badge[b-38341h1hfq] {
    display: inline-block;
    padding: 0.1rem 0.45rem;
    border-radius: 10px;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: capitalize;
    white-space: nowrap;
}

.svc-settling[b-38341h1hfq] { background: #dbeafe; color: #1e40af; }
.svc-billing[b-38341h1hfq] { background: #fef3c7; color: #92400e; }
.svc-pending[b-38341h1hfq] { background: #e5e7eb; color: #374151; }
.svc-cancelled[b-38341h1hfq] { background: #fecaca; color: #991b1b; }
.svc-complete[b-38341h1hfq] { background: #bbf7d0; color: #166534; }
.svc-default[b-38341h1hfq] { background: #f3f4f6; color: #6b7280; }

.service-provider[b-38341h1hfq] {
    font-size: 0.8rem;
    color: #6b7280;
}

.service-date[b-38341h1hfq] {
    font-size: 0.8rem;
    color: #9ca3af;
}

.invoice-link[b-38341h1hfq] {
    color: #2563eb;
    text-decoration: none;
    font-size: 0.8rem;
}

.invoice-link:hover[b-38341h1hfq] {
    text-decoration: underline;
}

.invoice-code[b-38341h1hfq] {
    font-size: 0.75rem;
    background: #f3f4f6;
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
    color: #4b5563;
}

.financials-cell[b-38341h1hfq] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 140px;
}

.fin-row[b-38341h1hfq] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: baseline;
}

.fin-label[b-38341h1hfq] {
    font-size: 0.75rem;
    color: #9ca3af;
    white-space: nowrap;
}

.fin-value[b-38341h1hfq] {
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.service-id[b-38341h1hfq] {
    font-size: 0.8rem;
    background: #f3f4f6;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    color: #4b5563;
}

.appt-status[b-38341h1hfq] {
    text-transform: capitalize;
}

.text-muted[b-38341h1hfq] { color: #9ca3af; }
.text-success[b-38341h1hfq] { color: #059669; font-weight: 600; }
.text-warning[b-38341h1hfq] { color: #d97706; font-weight: 600; }

/* ── Spinner ── */
.spinner[b-38341h1hfq] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@@keyframes spin {
    to[b-38341h1hfq] { transform: rotate(360deg); }
}

/* ── Empty State ── */
.empty-state[b-38341h1hfq] {
    text-align: center;
    padding: 3rem 1rem;
    color: #6b7280;
    font-size: 1rem;
}

/* ── Responsive ── */
@@media (max-width: 768px) {
    .recon-page[b-38341h1hfq] {
        padding: 1rem;
    }

    .stats-grid[b-38341h1hfq] {
        grid-template-columns: repeat(2, 1fr);
    }

    .recon-header[b-38341h1hfq] {
        flex-direction: column;
    }
}
/* /Components/Pages/Admin/Visits.razor.rz.scp.css */
.visits-page[b-oarpo1lub0] {
    padding: 1rem;
}

.visit-card[b-oarpo1lub0] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.5rem;
    transition: box-shadow 120ms ease, transform 120ms ease;
}

.visit-card:hover[b-oarpo1lub0] {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.visit-card-date[b-oarpo1lub0] {
    flex: 0 0 76px;
    text-align: center;
    padding: 0.5rem 0.25rem;
    background: var(--bs-tertiary-bg, #f3f4f6);
    border-radius: 0.4rem;
    color: var(--bs-secondary-color, #6c757d);
}

.visit-month[b-oarpo1lub0] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.visit-day[b-oarpo1lub0] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--bs-body-color, #212529);
    line-height: 1.1;
}

.visit-time[b-oarpo1lub0] {
    font-size: 0.78rem;
    margin-top: 0.15rem;
}

.visit-card-body[b-oarpo1lub0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 0;
}

.visit-card-header[b-oarpo1lub0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.visit-patient-name[b-oarpo1lub0] {
    font-size: 1.05rem;
    margin: 0;
    font-weight: 600;
}

.visit-status[b-oarpo1lub0] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: var(--bs-tertiary-bg, #f3f4f6);
    color: var(--bs-secondary-color, #6c757d);
}

.visit-status-booked[b-oarpo1lub0],
.visit-status-arrived[b-oarpo1lub0],
.visit-status-fulfilled[b-oarpo1lub0] {
    background: rgba(25, 135, 84, 0.12);
    color: #146c43;
}

.visit-status-cancelled[b-oarpo1lub0],
.visit-status-noshow[b-oarpo1lub0] {
    background: rgba(220, 53, 69, 0.12);
    color: #b02a37;
}

.visit-status-proposed[b-oarpo1lub0],
.visit-status-pending[b-oarpo1lub0] {
    background: rgba(255, 193, 7, 0.18);
    color: #997404;
}

.visit-card-meta[b-oarpo1lub0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    color: var(--bs-secondary-color, #6c757d);
    font-size: 0.88rem;
}

.visit-meta-item[b-oarpo1lub0] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.visit-meta-credential[b-oarpo1lub0] {
    font-size: 0.75rem;
    background: var(--bs-tertiary-bg, #f3f4f6);
    padding: 0.05rem 0.4rem;
    border-radius: 0.3rem;
    margin-left: 0.25rem;
}

.visit-reason[b-oarpo1lub0] {
    margin: 0.25rem 0 0;
    font-size: 0.92rem;
    color: var(--bs-body-color, #212529);
}

.visit-card-footer[b-oarpo1lub0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    font-size: 0.85rem;
    color: var(--bs-secondary-color, #6c757d);
    margin-top: 0.25rem;
}

.visit-links[b-oarpo1lub0] {
    display: flex;
    gap: 0.75rem;
}

.visit-link[b-oarpo1lub0] {
    color: var(--bs-primary, #0d6efd);
    text-decoration: none;
}

.visit-link:hover[b-oarpo1lub0] {
    text-decoration: underline;
}
/* /Components/Pages/Booking/BookingFlow.razor.rz.scp.css */
.booking-container[b-bdc2etndbi] {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.booking-wizard[b-bdc2etndbi] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    padding: 2rem;
    margin-top: 1rem;
}

.wizard-progress[b-bdc2etndbi] {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e9ecef;
}

.progress-steps[b-bdc2etndbi] {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.progress-step[b-bdc2etndbi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.step-circle[b-bdc2etndbi] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #dee2e6;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.progress-step.active .step-circle[b-bdc2etndbi] {
    background: #1a2e4a;
    color: white;
}

.progress-step.completed .step-circle[b-bdc2etndbi] {
    background: #198754;
    color: white;
}

.step-label[b-bdc2etndbi] {
    font-size: 0.8rem;
    color: #6c757d;
    text-align: center;
}

.progress-step.active .step-label[b-bdc2etndbi] {
    color: #1a2e4a;
    font-weight: 600;
}

.progress-step.completed .step-label[b-bdc2etndbi] {
    color: #198754;
}

/* ── Step Slide Animation ── */
.step-panel[b-bdc2etndbi] {
    overflow: hidden;
}

.slide-in[b-bdc2etndbi] {
    animation: slideInFromRight-b-bdc2etndbi 0.35s ease-out;
}

@keyframes slideInFromRight-b-bdc2etndbi {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* /Components/Pages/Booking/BookingWizard.razor.rz.scp.css */
.booking-container[b-s8bf8ji46p] {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.booking-container.embed[b-s8bf8ji46p] {
    max-width: 100%;
    padding: 0;
}

.booking-container.inline[b-s8bf8ji46p] {
    max-width: 820px;
    padding: 0;
}

.booking-wizard[b-s8bf8ji46p] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    padding: 2rem;
    margin-top: 1rem;
}

.booking-container.embed .booking-wizard[b-s8bf8ji46p] {
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
}

.booking-container.inline .booking-wizard[b-s8bf8ji46p] {
    margin-top: 0;
    border: 1px solid #e8ecf1;
    box-shadow: 0 12px 36px rgba(26, 46, 74, 0.1);
}

.wizard-progress[b-s8bf8ji46p] {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e9ecef;
    background: #ffffff;
}

.wizard-progress-summary[b-s8bf8ji46p] {
    display: none;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.wizard-progress-summary-text[b-s8bf8ji46p] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.step-counter[b-s8bf8ji46p] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6c757d;
    font-weight: 600;
}

.step-current-label[b-s8bf8ji46p] {
    font-size: 1rem;
    color: #1a2e4a;
    font-weight: 700;
}

.step-counter-pct[b-s8bf8ji46p] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1a2e4a;
}

.wizard-progress-bar[b-s8bf8ji46p] {
    display: none;
    width: 100%;
    height: 4px;
    background: #e9ecef;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

.wizard-progress-bar-fill[b-s8bf8ji46p] {
    height: 100%;
    background: linear-gradient(90deg, #1a2e4a 0%, #2e5a8a 100%);
    border-radius: 999px;
    transition: width 0.3s ease;
}

.progress-steps[b-s8bf8ji46p] {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.progress-step[b-s8bf8ji46p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
    min-width: 0;
}

.step-circle[b-s8bf8ji46p] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #dee2e6;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.progress-step.active .step-circle[b-s8bf8ji46p] {
    background: #1a2e4a;
    color: white;
}

.progress-step.completed .step-circle[b-s8bf8ji46p] {
    background: #198754;
    color: white;
}

.step-label[b-s8bf8ji46p] {
    font-size: 0.8rem;
    color: #6c757d;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.progress-step.active .step-label[b-s8bf8ji46p] {
    color: #1a2e4a;
    font-weight: 600;
}

.progress-step.completed .step-label[b-s8bf8ji46p] {
    color: #198754;
}

/* ── Step Slide Animation ── */
.step-panel[b-s8bf8ji46p] {
    overflow: hidden;
}

.slide-in[b-s8bf8ji46p] {
    animation: slideInFromRight-b-s8bf8ji46p 0.35s ease-out;
}

@keyframes slideInFromRight-b-s8bf8ji46p {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ── Mobile / Tablet ── */
@media (max-width: 768px) {
    .booking-container[b-s8bf8ji46p] {
        padding: 0.75rem 0.75rem 1.5rem;
    }

    .booking-wizard[b-s8bf8ji46p] {
        padding: 1rem;
        border-radius: 10px;
        margin-top: 0.5rem;
    }

    /* Sticky condensed progress on mobile so the user always knows where they are */
    .wizard-progress[b-s8bf8ji46p] {
        position: sticky;
        top: 56px; /* sits below the sticky booking header */
        z-index: 20;
        margin: -1rem -1rem 1rem;
        padding: 0.75rem 1rem 0.5rem;
        background: #ffffff;
        border-bottom: 1px solid #e9ecef;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    }

    .wizard-progress-summary[b-s8bf8ji46p] {
        display: flex;
    }

    .wizard-progress-bar[b-s8bf8ji46p] {
        display: block;
    }

    /* Replace squishy labeled circles with compact connected dots */
    .progress-steps[b-s8bf8ji46p] {
        gap: 6px;
        align-items: center;
    }

    .progress-step[b-s8bf8ji46p] {
        flex: 1 1 0;
    }

    .progress-step .step-circle[b-s8bf8ji46p] {
        width: 100%;
        height: 6px;
        border-radius: 999px;
        background: #e9ecef;
        color: transparent;
        font-size: 0;
        margin-bottom: 0;
    }

    .progress-step.active .step-circle[b-s8bf8ji46p],
    .progress-step.completed .step-circle[b-s8bf8ji46p] {
        background: #1a2e4a;
    }

    .progress-step .step-label[b-s8bf8ji46p] {
        display: none;
    }
}

@media (max-width: 480px) {
    .booking-container[b-s8bf8ji46p] {
        padding: 0.5rem 0.5rem 1.25rem;
    }

    .booking-wizard[b-s8bf8ji46p] {
        padding: 0.875rem;
    }
}

/* Prevent iOS Safari from zooming on focus when the input font-size < 16px */
@media (max-width: 768px) {
    .booking-wizard input[b-s8bf8ji46p],
    .booking-wizard select[b-s8bf8ji46p],
    .booking-wizard textarea[b-s8bf8ji46p] {
        font-size: 16px;
    }
}

/* /Components/Pages/Booking/ConfirmationStep.razor.rz.scp.css */
.confirmation[b-cyxcvmvy66] {
    text-align: center;
}

    .confirmation h2[b-cyxcvmvy66] {
        color: #198754;
        font-weight: 700;
    }

.success-icon[b-cyxcvmvy66] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #198754;
    color: white;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.confirmation-card[b-cyxcvmvy66] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    text-align: left;
}

    .confirmation-card h5[b-cyxcvmvy66] {
        color: #1a2e4a;
        margin-bottom: 1rem;
        font-weight: 700;
    }

.detail-row[b-cyxcvmvy66] {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

    .detail-row:last-child[b-cyxcvmvy66] {
        border-bottom: none;
    }

.detail-label[b-cyxcvmvy66] {
    color: #6c757d;
    font-weight: 500;
}

.detail-value[b-cyxcvmvy66] {
    color: #212529;
    font-weight: 600;
}

.provider-row .detail-value[b-cyxcvmvy66] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.next-steps[b-cyxcvmvy66] {
    text-align: left;
    margin: 1.5rem 0;
    background: #e8f5e9;
    border-radius: 12px;
    padding: 1.5rem;
}

    .next-steps h5[b-cyxcvmvy66] {
        color: #2e7d32;
        margin-bottom: 0.75rem;
    }

    .next-steps ul[b-cyxcvmvy66] {
        margin: 0;
        padding-left: 1.25rem;
    }

    .next-steps li[b-cyxcvmvy66] {
        margin-bottom: 0.5rem;
        color: #343a40;
    }

.btn-back[b-cyxcvmvy66] {
    width: 100%;
    border-radius: 8px;
    font-weight: 600;
    padding: 0.75rem;
}
/* /Components/Pages/Booking/ConsentStep.razor.rz.scp.css */
.step-content h2[b-a1popaqu4s] {
    color: #1a2e4a;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.step-description[b-a1popaqu4s] {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

/* ── Loading ── */
.consent-loading[b-a1popaqu4s] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 3rem 1rem;
    color: #6c757d;
    font-size: 0.95rem;
}

/* ── All Signed State ── */
.consent-complete[b-a1popaqu4s] {
    text-align: center;
    padding: 1.5rem 0;
}

.consent-complete-icon[b-a1popaqu4s] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #d1fae5;
    color: #059669;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.consent-complete h3[b-a1popaqu4s] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a2e4a;
    margin-bottom: 0.5rem;
}

.consent-complete p[b-a1popaqu4s] {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.consent-list-signed[b-a1popaqu4s] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

.signed-item[b-a1popaqu4s] {
    color: #059669;
    font-weight: 600;
    font-size: 0.9rem;
}

/* ── Consent Cards ── */
.consent-forms[b-a1popaqu4s] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.consent-card[b-a1popaqu4s] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.consent-card.already-signed[b-a1popaqu4s] {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.consent-card-header[b-a1popaqu4s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    gap: 0.75rem;
}

.consent-card-title[b-a1popaqu4s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: #1a2e4a;
}

.doc-icon[b-a1popaqu4s] {
    font-size: 1.2rem;
}

.signed-badge[b-a1popaqu4s] {
    display: inline-block;
    font-size: 0.7rem;
    padding: 0.1rem 0.45rem;
    border-radius: 8px;
    background: #bbf7d0;
    color: #166534;
    font-weight: 600;
}

.btn-view[b-a1popaqu4s] {
    padding: 0.3rem 0.85rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background: #fff;
    color: #495057;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
}

.btn-view:hover[b-a1popaqu4s] {
    background: #f8f9fa;
    border-color: #adb5bd;
}

/* ── PDF Viewer ── */
.consent-card-viewer[b-a1popaqu4s] {
    padding: 0 1rem 0.5rem;
}

.consent-card-viewer iframe[b-a1popaqu4s] {
    width: 100%;
    height: 400px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.pdf-download-link[b-a1popaqu4s] {
    display: inline-block;
    margin-top: 0.35rem;
    font-size: 0.8rem;
    color: #2563eb;
    text-decoration: none;
}

.pdf-download-link:hover[b-a1popaqu4s] {
    text-decoration: underline;
}

/* ── Checkbox ── */
.consent-checkbox[b-a1popaqu4s] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.6rem 1rem 0.75rem;
    border-top: 1px solid #f3f4f6;
    cursor: pointer;
    font-size: 0.88rem;
    color: #374151;
    line-height: 1.4;
}

.consent-checkbox input[type="checkbox"][b-a1popaqu4s] {
    margin-top: 0.2rem;
    width: 18px;
    height: 18px;
    accent-color: #1a2e4a;
    flex-shrink: 0;
}

/* ── Submit Button ── */
.btn-submit[b-a1popaqu4s] {
    width: 100%;
    margin-top: 1.5rem;
    background: #1a2e4a;
    border-color: #1a2e4a;
    border-radius: 8px;
    font-weight: 600;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-submit:hover:not(:disabled)[b-a1popaqu4s] {
    background: #243d5f;
    border-color: #243d5f;
}

.btn-submit:disabled[b-a1popaqu4s] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ── Spinners ── */
.spinner[b-a1popaqu4s] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #6c757d;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

.spinner-sm[b-a1popaqu4s] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@@keyframes spin {
    to[b-a1popaqu4s] { transform: rotate(360deg); }
}

/* ── Alert ── */
.alert-danger[b-a1popaqu4s] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
}

/* ── Responsive ── */
@@media (max-width: 600px) {
    .consent-card-viewer iframe[b-a1popaqu4s] {
        height: 280px;
    }
}
/* /Components/Pages/Booking/InsuranceStep.razor.rz.scp.css */
.step-content h2[b-xqcs78qhfp] {
    color: #1a2e4a;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.step-description[b-xqcs78qhfp] {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.form-row[b-xqcs78qhfp] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group[b-xqcs78qhfp] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-xqcs78qhfp] {
        font-weight: 600;
        font-size: 0.875rem;
        color: #343a40;
        margin-bottom: 0.35rem;
    }

    .form-group .form-control[b-xqcs78qhfp] {
        padding: 0.6rem 0.75rem;
        border: 1px solid #ced4da;
        border-radius: 8px;
        font-size: 0.95rem;
    }

        .form-group .form-control:focus[b-xqcs78qhfp] {
            border-color: #1a2e4a;
            box-shadow: 0 0 0 2px rgba(26, 46, 74, 0.15);
            outline: none;
        }

.btn-submit[b-xqcs78qhfp] {
    width: 100%;
    margin-top: 1.5rem;
    background: #1a2e4a;
    border-color: #1a2e4a;
    border-radius: 8px;
    font-weight: 600;
    padding: 0.75rem;
}

    .btn-submit:hover[b-xqcs78qhfp] {
        background: #243d5f;
        border-color: #243d5f;
    }

.divider[b-xqcs78qhfp] {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
    color: #adb5bd;
}

    .divider[b-xqcs78qhfp]::before,
    .divider[b-xqcs78qhfp]::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid #dee2e6;
    }

    .divider span[b-xqcs78qhfp] {
        padding: 0 1rem;
        font-size: 0.9rem;
    }

.btn-skip[b-xqcs78qhfp] {
    width: 100%;
    border-radius: 8px;
    font-weight: 600;
    padding: 0.75rem;
}

.validation-message[b-xqcs78qhfp] {
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

@media (max-width: 600px) {
    .form-row[b-xqcs78qhfp] {
        grid-template-columns: 1fr;
    }
}

/* ── Payer Search ── */

.payer-search-container[b-xqcs78qhfp] {
    position: relative;
}

.payer-dropdown[b-xqcs78qhfp] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ced4da;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.payer-option[b-xqcs78qhfp] {
    display: block;
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: none;
    background: white;
    text-align: left;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.15s;
}

    .payer-option:hover[b-xqcs78qhfp] {
        background: #f0f4f8;
    }

.payer-selected-badge[b-xqcs78qhfp] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #e8f5e9;
    color: #2e7d32;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.payer-no-results[b-xqcs78qhfp] {
    font-size: 0.85rem;
    color: #6c757d;
    padding: 0.5rem 0.75rem;
    margin-top: 0.25rem;
    font-style: italic;
}

.btn-clear-payer[b-xqcs78qhfp] {
    border: none;
    background: none;
    color: #2e7d32;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

    .btn-clear-payer:hover[b-xqcs78qhfp] {
        color: #1b5e20;
    }

/* ── Eligibility Result ── */

.eligibility-result[b-xqcs78qhfp] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

    .eligibility-result.eligible[b-xqcs78qhfp] {
        background: #e8f5e9;
        border: 1px solid #a5d6a7;
    }

    .eligibility-result.not-eligible[b-xqcs78qhfp] {
        background: #fff3e0;
        border: 1px solid #ffcc80;
    }

    .eligibility-result.unverified[b-xqcs78qhfp] {
        background: #fff8e1;
        border: 1px solid #ffe082;
    }

    .eligibility-result.pending[b-xqcs78qhfp] {
        background: #e7f1ff;
        border: 1px solid #9ec5fe;
    }

.eligibility-icon[b-xqcs78qhfp] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.eligible .eligibility-icon[b-xqcs78qhfp] {
    background: #2e7d32;
    color: white;
}

.not-eligible .eligibility-icon[b-xqcs78qhfp] {
    background: #ef6c00;
    color: white;
}

.pending .eligibility-icon[b-xqcs78qhfp] {
    background: #0d6efd;
    color: white;
}

.eligibility-details h4[b-xqcs78qhfp] {
    margin: 0 0 0.25rem;
    font-size: 1.1rem;
    color: #1a2e4a;
}

.eligibility-details p[b-xqcs78qhfp] {
    margin: 0 0 0.5rem;
    color: #555;
    font-size: 0.95rem;
}

.copay-display[b-xqcs78qhfp] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.copay-label[b-xqcs78qhfp] {
    font-size: 0.9rem;
    color: #666;
}

.copay-amount[b-xqcs78qhfp] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a2e4a;
}

.copay-note[b-xqcs78qhfp] {
    font-size: 0.8rem;
    color: #999;
    font-style: italic;
}

.provider-count[b-xqcs78qhfp] {
    font-size: 0.9rem;
    color: #2e7d32;
}
/* /Components/Pages/Booking/PatientInfoStep.razor.rz.scp.css */
.step-content h2[b-ymz6v7724l] {
    color: #1a2e4a;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.step-description[b-ymz6v7724l] {
    color: #6c757d;
    margin-bottom: 1rem;
}

.price-badge[b-ymz6v7724l] {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-row[b-ymz6v7724l] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-row-3[b-ymz6v7724l] {
    grid-template-columns: 2fr 1fr 1fr;
}

.form-group[b-ymz6v7724l] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-ymz6v7724l] {
        font-weight: 600;
        font-size: 0.875rem;
        color: #343a40;
        margin-bottom: 0.35rem;
    }

    .form-group .form-control[b-ymz6v7724l] {
        padding: 0.6rem 0.75rem;
        border: 1px solid #ced4da;
        border-radius: 8px;
        font-size: 0.95rem;
        transition: border-color 0.2s;
    }

        .form-group .form-control:focus[b-ymz6v7724l] {
            border-color: #1a2e4a;
            box-shadow: 0 0 0 2px rgba(26, 46, 74, 0.15);
            outline: none;
        }

.btn-submit[b-ymz6v7724l] {
    width: 100%;
    margin-top: 1.5rem;
    background: #1a2e4a;
    border-color: #1a2e4a;
    border-radius: 8px;
    font-weight: 600;
    padding: 0.75rem;
}

    .btn-submit:hover[b-ymz6v7724l] {
        background: #243d5f;
        border-color: #243d5f;
    }

.validation-message[b-ymz6v7724l] {
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

@media (max-width: 600px) {
    .form-row[b-ymz6v7724l], .form-row-3[b-ymz6v7724l] {
        grid-template-columns: 1fr;
    }
}

/* ── Patient Type Toggle ── */

.patient-type-toggle[b-ymz6v7724l] {
    display: flex;
    gap: 0;
    margin-bottom: 1.5rem;
    border: 2px solid #1a2e4a;
    border-radius: 8px;
    overflow: hidden;
}

.toggle-btn[b-ymz6v7724l] {
    flex: 1;
    padding: 0.65rem 1rem;
    border: none;
    background: white;
    color: #1a2e4a;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s;
}

    .toggle-btn.active[b-ymz6v7724l] {
        background: #1a2e4a;
        color: white;
    }

    .toggle-btn:hover:not(.active)[b-ymz6v7724l] {
        background: #f0f4f8;
    }

/* ── Returning Patient Lookup ── */

.returning-lookup[b-ymz6v7724l] {
    margin-top: 0.5rem;
}

.lookup-description[b-ymz6v7724l] {
    color: #6c757d;
    margin-bottom: 1rem;
}

.lookup-success[b-ymz6v7724l] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #e8f5e9;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.lookup-success-icon[b-ymz6v7724l] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2e7d32;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}
/* /Components/Pages/Booking/PaymentStep.razor.rz.scp.css */
.step-content h2[b-paobx9ukr6] {
    color: #1a2e4a;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.step-description[b-paobx9ukr6] {
    color: #6c757d;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.payment-loading[b-paobx9ukr6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1rem;
    color: #6c757d;
}

.payment-loading p[b-paobx9ukr6] {
    margin-top: 1rem;
    font-size: 0.95rem;
}

.stripe-element-container[b-paobx9ukr6] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.25rem;
    min-height: 120px;
    background: #fafbfc;
    transition: border-color 0.2s ease;
}

.stripe-element-container:focus-within[b-paobx9ukr6] {
    border-color: #1a2e4a;
    box-shadow: 0 0 0 3px rgba(26, 46, 74, 0.1);
}

.btn-submit[b-paobx9ukr6] {
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 8px;
    background: #1a2e4a;
    border-color: #1a2e4a;
}

.btn-submit:hover:not(:disabled)[b-paobx9ukr6] {
    background: #0f1d30;
    border-color: #0f1d30;
}

.btn-submit:disabled[b-paobx9ukr6] {
    opacity: 0.6;
}
/* /Components/Pages/Booking/ReasonForVisitStep.razor.rz.scp.css */
.form-hint[b-ehmutam573] {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.4;
}
/* /Components/Pages/Booking/Schedule/ProviderSelectionDialog.razor.rz.scp.css */
.dialog-backdrop[b-34zwhyj6co] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-34zwhyj6co 0.15s ease;
}

.dialog-box[b-34zwhyj6co] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    animation: slideUp-b-34zwhyj6co 0.2s ease;
}

    .dialog-box h5[b-34zwhyj6co] {
        color: #1a2e4a;
        font-weight: 700;
        margin-bottom: 0.25rem;
    }

.dialog-subtitle[b-34zwhyj6co] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.provider-options[b-34zwhyj6co] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.provider-option[b-34zwhyj6co] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s;
}

    .provider-option:hover[b-34zwhyj6co] {
        border-color: #1a2e4a;
        background: #f0f4f8;
    }

.provider-option-text[b-34zwhyj6co] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.provider-name[b-34zwhyj6co] {
    font-weight: 600;
    color: #1a2e4a;
    font-size: 0.95rem;
}

.provider-location[b-34zwhyj6co] {
    font-size: 0.8rem;
    color: #6c757d;
}

.btn-dialog-cancel[b-34zwhyj6co] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #f8f9fa;
    color: #6c757d;
    font-size: 0.875rem;
    cursor: pointer;
}

    .btn-dialog-cancel:hover[b-34zwhyj6co] {
        background: #e9ecef;
    }

@keyframes fadeIn-b-34zwhyj6co {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp-b-34zwhyj6co {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
/* /Components/Pages/Booking/Schedule/SelectedAppointmentSummary.razor.rz.scp.css */
.confirmed-selection[b-3tn8ia84vh] {
    animation: fadeIn-b-3tn8ia84vh 0.25s ease;
}

.btn-change-selection[b-3tn8ia84vh] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.4rem 0.75rem;
    margin-bottom: 1rem;
    background: none;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    color: #6c757d;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-change-selection:hover[b-3tn8ia84vh] {
        border-color: #1a2e4a;
        color: #1a2e4a;
        background: #f0f4f8;
    }

.selected-summary[b-3tn8ia84vh] {
    background: #f0f4f8;
    border: 1px solid #d0d9e3;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin-top: 1.5rem;
}

    .selected-summary h5[b-3tn8ia84vh] {
        color: #1a2e4a;
        margin-bottom: 0.5rem;
    }

    .selected-summary p[b-3tn8ia84vh] {
        margin-bottom: 0.25rem;
        font-size: 0.9rem;
    }

.provider-line[b-3tn8ia84vh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.btn-submit[b-3tn8ia84vh] {
    width: 100%;
    margin-top: 1.5rem;
    background: #1a2e4a;
    border-color: #1a2e4a;
    border-radius: 8px;
    font-weight: 600;
    padding: 0.75rem;
}

    .btn-submit:hover[b-3tn8ia84vh] {
        background: #243d5f;
        border-color: #243d5f;
    }

@keyframes fadeIn-b-3tn8ia84vh {
    from { opacity: 0; }
    to { opacity: 1; }
}
/* /Components/Pages/Booking/Schedule/SlotDaySection.razor.rz.scp.css */
.day-section[b-xeck25d61d] {
    margin-bottom: 1.5rem;
}

.day-header[b-xeck25d61d] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a2e4a;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 0.75rem;
}

.slots-grid[b-xeck25d61d] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.6rem;
}

.slot-button[b-xeck25d61d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.6rem 0.4rem;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}

    .slot-button:hover[b-xeck25d61d] {
        border-color: #1a2e4a;
        background: #f0f4f8;
    }

    .slot-button.selected[b-xeck25d61d] {
        border-color: #1a2e4a;
        background: #1a2e4a;
        color: white;
    }

.slot-time[b-xeck25d61d] {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.3;
}

.slot-provider[b-xeck25d61d] {
    font-size: 0.7rem;
    color: #6c757d;
    margin-top: 2px;
}

.slot-button.selected .slot-provider[b-xeck25d61d] {
    color: rgba(255, 255, 255, 0.75);
}

.btn-load-more[b-xeck25d61d] {
    display: block;
    margin: 0.75rem auto 0;
    padding: 0.4rem 1.2rem;
    background: none;
    border: 1px dashed #adb5bd;
    border-radius: 20px;
    color: #6c757d;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-load-more:hover[b-xeck25d61d] {
        border-color: #1a2e4a;
        color: #1a2e4a;
    }
/* /Components/Pages/Booking/Schedule/SlotFilterBar.razor.rz.scp.css */
.filters-bar[b-ot0ma13syc] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.filter-group[b-ot0ma13syc] {
    flex: 1;
    min-width: 140px;
}

    .filter-group label[b-ot0ma13syc] {
        font-weight: 600;
        font-size: 0.8rem;
        color: #6c757d;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        margin-bottom: 0.35rem;
        display: block;
    }

.filter-select[b-ot0ma13syc] {
    width: 100%;
    padding: 0.5rem 0.6rem;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 0.875rem;
    background: white;
    color: #343a40;
}

    .filter-select:focus[b-ot0ma13syc] {
        border-color: #1a2e4a;
        box-shadow: 0 0 0 2px rgba(26, 46, 74, 0.15);
        outline: none;
    }

.time-toggles[b-ot0ma13syc] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.time-toggle[b-ot0ma13syc] {
    padding: 0.4rem 0.7rem;
    border: 1px solid #ced4da;
    border-radius: 20px;
    background: white;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    color: #6c757d;
    transition: all 0.2s;
    white-space: nowrap;
}

    .time-toggle:hover[b-ot0ma13syc] {
        border-color: #1a2e4a;
        color: #1a2e4a;
    }

    .time-toggle.active[b-ot0ma13syc] {
        background: #1a2e4a;
        border-color: #1a2e4a;
        color: white;
    }
/* /Components/Pages/Booking/ScheduleStep.razor.rz.scp.css */
.step-content h2[b-eloe1cgoii] {
    color: #1a2e4a;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.step-description[b-eloe1cgoii] {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.schedule-reason-panel[b-eloe1cgoii] {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.form-hint[b-eloe1cgoii] {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.4;
}
/* /Components/Pages/Chat/PatientChat.razor.rz.scp.css */
.patient-chat[b-3frrinkvx3] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    background: #fff;
    color: #1f2933;
    font-family: 'DM Sans', system-ui, sans-serif;
}

.patient-chat.standalone[b-3frrinkvx3] {
    max-width: 720px;
    margin: 2rem auto;
    height: 80vh;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
}

.patient-chat.embedded[b-3frrinkvx3] {
    height: 100vh;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.patient-chat-header[b-3frrinkvx3] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e2e8f0;
    background: #0f766e;
    color: #fff;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.patient-chat-title[b-3frrinkvx3] {
    font-weight: 600;
}

.patient-chat-messages[b-3frrinkvx3] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background: #f8fafc;
}

.patient-chat-message[b-3frrinkvx3] {
    display: flex;
}

.patient-chat-message.from-user[b-3frrinkvx3] {
    justify-content: flex-end;
}

.patient-chat-bubble[b-3frrinkvx3] {
    max-width: 80%;
    padding: 0.5rem 0.75rem;
    border-radius: 12px;
    white-space: pre-wrap;
    line-height: 1.35;
}

.patient-chat-message.from-user .patient-chat-bubble[b-3frrinkvx3] {
    background: #0f766e;
    color: #fff;
    border-bottom-right-radius: 4px;
}

.patient-chat-message.from-agent .patient-chat-bubble[b-3frrinkvx3] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-bottom-left-radius: 4px;
}

.patient-chat-bubble.typing[b-3frrinkvx3] {
    color: #94a3b8;
    font-style: italic;
}

.patient-chat-error[b-3frrinkvx3] {
    color: #b91c1c;
    font-size: 0.875rem;
}

.patient-chat-composer[b-3frrinkvx3] {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-top: 1px solid #e2e8f0;
    background: #fff;
}

.patient-chat-input[b-3frrinkvx3] {
    flex: 1 1 auto;
    padding: 0.5rem 0.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 1rem;
}

.patient-chat-send[b-3frrinkvx3] {
    padding: 0.5rem 1rem;
    background: #0f766e;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}

.patient-chat-send:disabled[b-3frrinkvx3] {
    background: #94a3b8;
    cursor: not-allowed;
}

.patient-chat-unavailable[b-3frrinkvx3] {
    color: #64748b;
    font-style: italic;
    padding: 1rem;
    text-align: center;
}
/* /Components/Pages/Chat/PatientChatLauncher.razor.rz.scp.css */
.patient-chat-launcher[b-k85xzdudam] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 1080;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
}

.patient-chat-launcher-button[b-k85xzdudam] {
    background: #64102D;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.2);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.patient-chat-launcher-button:hover[b-k85xzdudam] {
    background: #50091f;
}

.patient-chat-launcher-panel[b-k85xzdudam] {
    position: relative;
    width: min(380px, calc(100vw - 2rem));
    height: min(560px, calc(100vh - 8rem));
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.25);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.patient-chat-launcher-panel > .patient-chat.embedded[b-k85xzdudam] {
    height: 100%;
}

.patient-chat-launcher-close[b-k85xzdudam] {
    position: absolute;
    top: 0.25rem;
    right: 0.5rem;
    background: transparent;
    color: #fff;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ═══════════════════════════════════════════
   LiverRight Landing Page Styles
   Matching: book.liverright.com
   ═══════════════════════════════════════════ */

.landing[b-rjoypz2trh] {
    max-width: 100%;
    overflow-x: hidden;
}

/* ── Shared ── */
.section-container[b-rjoypz2trh] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-eyebrow[b-rjoypz2trh] {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 2px;
    color: #1a2e4a;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.5rem;
}

.section-subtitle[b-rjoypz2trh] {
    text-align: center;
    color: #555;
    max-width: 680px;
    margin: 0 auto 2rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.section-label[b-rjoypz2trh] {
    text-align: center;
    font-weight: 600;
    color: #1a2e4a;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.section-note[b-rjoypz2trh] {
    text-align: center;
    color: #555;
    font-style: italic;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.section-cta[b-rjoypz2trh] {
    text-align: center;
}

.btn-cta[b-rjoypz2trh] {
    display: inline-block;
    background: #1a2e4a;
    color: #ffffff;
    padding: 0.85rem 2.5rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    transition: background 0.2s, transform 0.15s;
    border: none;
}

.btn-cta:hover[b-rjoypz2trh] {
    background: #243d5f;
    color: #ffffff;
    transform: translateY(-1px);
}

.btn-cta-large[b-rjoypz2trh] {
    padding: 1rem 3rem;
    font-size: 1.15rem;
}

.price-note[b-rjoypz2trh] {
    color: #2e7d32;
    font-size: 0.85rem;
    margin-top: 0.75rem;
    font-weight: 500;
}

h2[b-rjoypz2trh] {
    color: #1a2e4a;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0.75rem;
    font-size: 2rem;
    line-height: 1.2;
}

/* ═══════════════ HERO ═══════════════ */
.hero[b-rjoypz2trh] {
    background: #f4f7fa;
    padding: 4rem 0 0;
    overflow: hidden;
}

.hero-inner[b-rjoypz2trh] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.hero-text[b-rjoypz2trh] {
    flex: 1;
    min-width: 0;
}

.hero-text h1[b-rjoypz2trh] {
    color: #1a2e4a;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.15;
    margin-bottom: 1.25rem;
}

.hero-subtitle[b-rjoypz2trh] {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.65;
    margin-bottom: 1.75rem;
}

.hero-image[b-rjoypz2trh]
{
    flex: 1;
    position: relative;
    min-width: 36.75rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background-image: url('https://cdn.prod.website-files.com/696fb31aa3800b7329b242a9/69710af54cfc2d0f04d57253_graphics.avif'), linear-gradient(#fff, #fff);
    background-position: 0 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    border-radius: 16px;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    overflow: hidden;
}

.hero-doctor[b-rjoypz2trh] {
    width: 100%;
    max-width: 20rem;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.hero-float[b-rjoypz2trh] {
    position: absolute;
    width: 300px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    z-index: 2;
}

.hero-float-1[b-rjoypz2trh] {
    bottom: 15%;
    right: 15px;
}

.hero-float-2[b-rjoypz2trh] {
    top: 75%;
    left: -10px;
}

/* ═══════════════ RISK FACTORS ═══════════════ */
.risk-factors[b-rjoypz2trh] {
    padding: 4rem 0;
    background: #ffffff;
}

.risk-factors h2[b-rjoypz2trh] {
    font-size: 1.9rem;
}

.risk-grid[b-rjoypz2trh] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.risk-card[b-rjoypz2trh] {
    background: #f8f9fb;
    border: 1px solid #e8ecf1;
    border-radius: 14px;
    padding: 1.5rem;
    transition: box-shadow 0.2s, transform 0.2s;
}

.risk-card:hover[b-rjoypz2trh] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.risk-card h4[b-rjoypz2trh] {
    color: #1a2e4a;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.risk-card p[b-rjoypz2trh] {
    color: #666;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.5;
}

/* ═══════════════ DOCTRONIC ═══════════════ */
.doctronic-section[b-rjoypz2trh] {
    padding: 4rem 0;
    background: #ffffff;
}

.doctronic-card[b-rjoypz2trh] {
    background: #f4f7fa;
    border: 1px solid #e8ecf1;
    border-radius: 18px;
    padding: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.doctronic-copy[b-rjoypz2trh] {
    flex: 1;
}

.doctronic-copy .section-eyebrow[b-rjoypz2trh],
.doctronic-copy h2[b-rjoypz2trh] {
    text-align: left;
}

.doctronic-copy p[b-rjoypz2trh] {
    color: #555;
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 0.75rem;
}

.doctronic-note[b-rjoypz2trh] {
    font-size: 0.85rem !important;
    color: #6c757d !important;
}

.doctronic-actions[b-rjoypz2trh] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    min-width: 260px;
}

.btn-secondary-cta[b-rjoypz2trh] {
    display: inline-block;
    background: #ffffff;
    color: #1a2e4a;
    padding: 0.85rem 2rem;
    border: 1px solid #1a2e4a;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    transition: background 0.2s, transform 0.15s;
}

.btn-secondary-cta:hover[b-rjoypz2trh] {
    background: #e8ecf1;
    color: #1a2e4a;
    transform: translateY(-1px);
}

/* ═══════════════ INLINE BOOKING ═══════════════ */
.home-booking-section[b-rjoypz2trh] {
    padding: 4rem 0;
    background: #f4f7fa;
}

.home-booking-card[b-rjoypz2trh] {
    margin-top: 2rem;
}

/* ═══════════════ HOW IT WORKS ═══════════════ */
.how-it-works[b-rjoypz2trh] {
    padding: 4rem 0;
    background: #ffffff;
}

.timeline[b-rjoypz2trh] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.timeline-item[b-rjoypz2trh] {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem 2rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.timeline-item:nth-child(even)[b-rjoypz2trh] {
    flex-direction: row-reverse;
}

.timeline-content[b-rjoypz2trh] {
    flex: 1;
}

.timeline-number[b-rjoypz2trh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1a2e4a;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.timeline-content h4[b-rjoypz2trh] {
    color: #1a2e4a;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.timeline-content p[b-rjoypz2trh] {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.timeline-image[b-rjoypz2trh] {
    flex: 0 0 280px;
}

.timeline-image img[b-rjoypz2trh] {
    width: 100%;
    border-radius: 12px;
    display: block;
}

/* ═══════════════ STATS ═══════════════ */
.stats-section[b-rjoypz2trh] {
    padding: 4rem 0;
    background: #ffffff;
}

.stats-grid[b-rjoypz2trh] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.stat-card[b-rjoypz2trh] {
    background: #1a2e4a;
    color: #ffffff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
}

.stat-number[b-rjoypz2trh] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-card p[b-rjoypz2trh] {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.85;
    line-height: 1.5;
}

.good-news[b-rjoypz2trh] {
    background: #f0f7f0;
    border: 1px solid #c8e6c9;
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
}

.good-news h3[b-rjoypz2trh] {
    color: #2e7d32;
    font-weight: 800;
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
}

.good-news > p:first-of-type[b-rjoypz2trh] {
    color: #444;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 700px;
    margin: 0 auto 1.5rem;
}

/* ═══════════════ PERSONALIZED CARE ═══════════════ */
.personalized-care[b-rjoypz2trh] {
    padding: 4rem 0;
    background: #1a2e4a;
    color: #ffffff;
}

.personalized-inner[b-rjoypz2trh] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.personalized-images[b-rjoypz2trh] {
    flex: 1;
    min-width: 0;
}

.personalized-images img[b-rjoypz2trh] {
    width: 100%;
    border-radius: 16px;
    display: block;
}

.personalized-text[b-rjoypz2trh] {
    flex: 1;
    min-width: 0;
}

.personalized-text h2[b-rjoypz2trh] {
    color: #ffffff;
    text-align: left;
    font-size: 2rem;
}

.personalized-text p[b-rjoypz2trh] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 1.5rem;
}

.personalized-text .btn-cta[b-rjoypz2trh] {
    background: #ffffff;
    color: #1a2e4a;
}

.personalized-text .btn-cta:hover[b-rjoypz2trh] {
    background: #f0f0f0;
    color: #1a2e4a;
}

.personalized-text .price-note[b-rjoypz2trh] {
    color: #a5d6a7;
}

/* ═══════════════ INSURANCE ═══════════════ */
.insurance-section[b-rjoypz2trh] {
    padding: 4rem 0;
    background: #ffffff;
}

.insurance-grid[b-rjoypz2trh] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.insurance-card[b-rjoypz2trh] {
    background: #f8f9fb;
    border: 1px solid #e8ecf1;
    border-radius: 16px;
    padding: 2rem;
}

.insurance-card h4[b-rjoypz2trh] {
    color: #1a2e4a;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.insurance-card p[b-rjoypz2trh] {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

/* ═══════════════ TESTIMONIALS ═══════════════ */
.testimonials-section[b-rjoypz2trh] {
    padding: 4rem 0;
    background: #f4f7fa;
}

.testimonials-rating[b-rjoypz2trh] {
    text-align: center;
    margin-bottom: 2rem;
}

.rating-number[b-rjoypz2trh] {
    font-size: 3rem;
    font-weight: 800;
    color: #1a2e4a;
    display: block;
    line-height: 1;
}

.rating-stars[b-rjoypz2trh] {
    display: block;
    font-size: 1.5rem;
    color: #f5a623;
    margin: 0.25rem 0;
    letter-spacing: 2px;
}

.rating-label[b-rjoypz2trh] {
    font-size: 0.9rem;
    color: #888;
}

/* ── Carousel ── */
.carousel[b-rjoypz2trh] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    max-width: 720px;
    margin: 0 auto;
}

.carousel-track-wrapper[b-rjoypz2trh] {
    flex: 1;
    overflow: hidden;
    border-radius: 14px;
}

.carousel-track[b-rjoypz2trh] {
    display: flex;
    transition: transform 0.4s ease;
}

.carousel-slide[b-rjoypz2trh] {
    min-width: 100%;
    padding: 0 0.25rem;
    box-sizing: border-box;
}

.carousel-btn[b-rjoypz2trh] {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    background: white;
    font-size: 1.5rem;
    color: #1a2e4a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    line-height: 1;
    padding: 0;
    font-family: system-ui, -apple-system, sans-serif;
    text-indent: 0;
}

    .carousel-btn:hover[b-rjoypz2trh] {
        background: #1a2e4a;
        color: white;
        border-color: #1a2e4a;
    }

.carousel-dots[b-rjoypz2trh] {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 1.25rem;
}

.carousel-dot[b-rjoypz2trh] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #ced4da;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s;
}

    .carousel-dot.active[b-rjoypz2trh] {
        background: #1a2e4a;
        transform: scale(1.2);
    }

    .carousel-dot:hover[b-rjoypz2trh] {
        background: #6c757d;
    }

/* ── Review Card ── */
.testimonial-card[b-rjoypz2trh] {
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 14px;
    padding: 2rem;
    position: relative;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.review-stars[b-rjoypz2trh] {
    font-size: 1.1rem;
    color: #f5a623;
    letter-spacing: 2px;
    margin-bottom: 0.75rem;
}

.testimonial-card p[b-rjoypz2trh] {
    color: #444;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-style: italic;
    flex: 1;
}

.testimonial-footer[b-rjoypz2trh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.testimonial-author[b-rjoypz2trh] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a2e4a;
}

.testimonial-date[b-rjoypz2trh] {
    font-size: 0.8rem;
    color: #aaa;
}

.zocdoc-badge[b-rjoypz2trh] {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    height: 20px;
    opacity: 0.5;
}

@media (max-width: 640px) {
    .carousel-btn[b-rjoypz2trh] {
        width: 36px;
        height: 36px;
        font-size: 1.2rem;
    }

    .testimonial-card[b-rjoypz2trh] {
        padding: 1.25rem;
        min-height: 160px;
    }
}

/* ═══════════════ BLOG ═══════════════ */
.blog-section[b-rjoypz2trh] {
    padding: 4rem 0;
    background: #ffffff;
}

.blog-grid[b-rjoypz2trh] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.blog-card[b-rjoypz2trh] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.blog-card:hover[b-rjoypz2trh] {
    color: inherit;
    border-color: #d3dde8;
    box-shadow: 0 10px 30px rgba(26, 46, 74, 0.12);
    transform: translateY(-3px);
}

.blog-card-image[b-rjoypz2trh] {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #f4f7fa;
}

.blog-card-body[b-rjoypz2trh] {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.5rem;
}

.blog-card time[b-rjoypz2trh] {
    color: #2e7d32;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.blog-card h3[b-rjoypz2trh] {
    color: #1a2e4a;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 0.6rem 0 0.75rem;
}

.blog-card p[b-rjoypz2trh] {
    flex: 1;
    color: #555;
    font-size: 0.92rem;
    line-height: 1.6;
    margin: 0 0 1rem;
}

.blog-card-link[b-rjoypz2trh] {
    color: #1a2e4a;
    font-size: 0.9rem;
    font-weight: 800;
}

.blog-card-link[b-rjoypz2trh]::after {
    content: ' →';
}

.blog-cta[b-rjoypz2trh] {
    margin-top: 2rem;
}

/* ═══════════════ FAQ ═══════════════ */
.faq-section[b-rjoypz2trh] {
    padding: 4rem 0;
    background: #ffffff;
}

.faq-list[b-rjoypz2trh] {
    max-width: 720px;
    margin: 2rem auto 0;
}

.faq-item[b-rjoypz2trh] {
    border-bottom: 1px solid #e8ecf1;
}

.faq-item summary[b-rjoypz2trh] {
    padding: 1.25rem 0;
    font-weight: 600;
    color: #1a2e4a;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-item summary[b-rjoypz2trh]::after {
    content: '+';
    font-size: 1.4rem;
    font-weight: 300;
    color: #999;
    transition: transform 0.2s;
}

.faq-item[open] summary[b-rjoypz2trh]::after {
    content: '\2212';
}

.faq-item summary[b-rjoypz2trh]::-webkit-details-marker {
    display: none;
}

.faq-item p[b-rjoypz2trh] {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.65;
    padding-bottom: 1.25rem;
    margin: 0;
}

/* ═══════════════ FINAL CTA ═══════════════ */
.final-cta[b-rjoypz2trh] {
    padding: 4rem 0;
    background: #f4f7fa;
    text-align: center;
}

.phone-cta[b-rjoypz2trh] {
    color: #555;
    font-size: 0.95rem;
    margin-top: 0.75rem;
}

.phone-cta a[b-rjoypz2trh] {
    color: #1a2e4a;
    font-weight: 700;
    text-decoration: none;
}

.phone-cta a:hover[b-rjoypz2trh] {
    text-decoration: underline;
}

/* ═══════════════ RESPONSIVE ═══════════════ */
@media (max-width: 992px) {
    .hero-inner[b-rjoypz2trh] {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
        padding-bottom: 0;
    }

    .hero-text h1[b-rjoypz2trh] {
        font-size: 2rem;
    }

    .hero-image[b-rjoypz2trh] {
        max-width: 360px;
        min-width: 0;
    }

    .risk-grid[b-rjoypz2trh] {
        grid-template-columns: repeat(2, 1fr);
    }

    .timeline-item[b-rjoypz2trh],
    .timeline-item:nth-child(even)[b-rjoypz2trh] {
        flex-direction: column;
    }

    .timeline-image[b-rjoypz2trh] {
        flex: none;
        width: 100%;
        max-width: 320px;
    }

    .personalized-inner[b-rjoypz2trh] {
        flex-direction: column;
        text-align: center;
    }

    .personalized-text h2[b-rjoypz2trh] {
        text-align: center;
    }

    .doctronic-card[b-rjoypz2trh] {
        flex-direction: column;
        text-align: center;
    }

    .doctronic-copy .section-eyebrow[b-rjoypz2trh],
    .doctronic-copy h2[b-rjoypz2trh] {
        text-align: center;
    }

    .doctronic-actions[b-rjoypz2trh] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    h2[b-rjoypz2trh] {
        font-size: 1.6rem;
    }

    .hero-text h1[b-rjoypz2trh] {
        font-size: 1.65rem;
    }

    .section-container[b-rjoypz2trh] {
        padding: 0 1.25rem;
    }

    .risk-grid[b-rjoypz2trh] {
        grid-template-columns: 1fr;
    }

    .stats-grid[b-rjoypz2trh] {
        grid-template-columns: 1fr;
    }

    .insurance-grid[b-rjoypz2trh] {
        grid-template-columns: 1fr;
    }

    .testimonials-grid[b-rjoypz2trh] {
        grid-template-columns: 1fr;
    }

    .hero-float[b-rjoypz2trh] {
        width: 130px;
    }
}
/* /Components/Search/FacetedSearch.razor.rz.scp.css */
.faceted-search[b-scf1mbh3zs] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faceted-header[b-scf1mbh3zs] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.faceted-header h1[b-scf1mbh3zs] {
    font-size: 1.5rem;
    margin: 0;
}

.faceted-subtitle[b-scf1mbh3zs] {
    margin: 0.25rem 0 0;
    color: var(--bs-secondary-color, #6c757d);
}

.faceted-header-actions[b-scf1mbh3zs] {
    display: flex;
    gap: 0.5rem;
}

.faceted-toolbar[b-scf1mbh3zs] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.5rem;
}

.faceted-search-box[b-scf1mbh3zs] {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
}

.faceted-search-box i.bi-search[b-scf1mbh3zs] {
    position: absolute;
    left: 0.75rem;
    color: var(--bs-secondary-color, #6c757d);
    pointer-events: none;
}

.faceted-search-box input[b-scf1mbh3zs] {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    height: 2.4rem;
}

.faceted-clear-query[b-scf1mbh3zs] {
    position: absolute;
    right: 0.5rem;
    background: none;
    border: 0;
    color: var(--bs-secondary-color, #6c757d);
    cursor: pointer;
}

.faceted-clear-all[b-scf1mbh3zs] {
    flex-shrink: 0;
}

.faceted-body[b-scf1mbh3zs] {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 1.25rem;
    align-items: start;
}

@media (max-width: 768px) {
    .faceted-body[b-scf1mbh3zs] {
        grid-template-columns: 1fr;
    }
}

.faceted-facets[b-scf1mbh3zs] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1rem;
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.5rem;
    position: sticky;
    top: 1rem;
}

.facet-block[b-scf1mbh3zs] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.facet-label[b-scf1mbh3zs] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--bs-secondary-color, #6c757d);
}

.facet-empty[b-scf1mbh3zs] {
    font-size: 0.85rem;
    color: var(--bs-secondary-color, #6c757d);
}

.facet-values[b-scf1mbh3zs] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.facet-chip[b-scf1mbh3zs] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.6rem;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: background-color 100ms ease;
}

.facet-chip:hover[b-scf1mbh3zs] {
    background: var(--bs-tertiary-bg, #f3f4f6);
}

.facet-chip-selected[b-scf1mbh3zs] {
    background: rgba(13, 110, 253, 0.1);
    color: var(--bs-primary, #0d6efd);
    font-weight: 600;
}

.facet-chip input[type=checkbox][b-scf1mbh3zs] {
    margin: 0;
}

.facet-chip-label[b-scf1mbh3zs] {
    flex: 1;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.facet-chip-count[b-scf1mbh3zs] {
    font-size: 0.8rem;
    color: var(--bs-secondary-color, #6c757d);
    background: var(--bs-tertiary-bg, #f3f4f6);
    border-radius: 999px;
    padding: 0.1rem 0.5rem;
}

.facet-chip-selected .facet-chip-count[b-scf1mbh3zs] {
    background: var(--bs-primary, #0d6efd);
    color: #fff;
}

.facet-show-all[b-scf1mbh3zs] {
    background: none;
    border: 0;
    color: var(--bs-primary, #0d6efd);
    font-size: 0.85rem;
    text-align: left;
    padding: 0.25rem 0;
    cursor: pointer;
}

.faceted-results[b-scf1mbh3zs] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
}

.faceted-results-header[b-scf1mbh3zs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.faceted-results-count[b-scf1mbh3zs] {
    color: var(--bs-secondary-color, #6c757d);
}

.faceted-loading[b-scf1mbh3zs] {
    color: var(--bs-secondary-color, #6c757d);
    font-size: 0.9rem;
}

.faceted-error[b-scf1mbh3zs] {
    color: var(--bs-danger, #dc3545);
    font-size: 0.9rem;
}

.faceted-cards[b-scf1mbh3zs] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.faceted-pager[b-scf1mbh3zs] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding-top: 0.5rem;
}

.faceted-pager-position[b-scf1mbh3zs] {
    color: var(--bs-secondary-color, #6c757d);
}

.faceted-empty[b-scf1mbh3zs] {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--bs-secondary-color, #6c757d);
    border: 1px dashed var(--bs-border-color, #dee2e6);
    border-radius: 0.5rem;
}

.faceted-empty i[b-scf1mbh3zs] {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
}
/* /Components/Shared/ListViewer.razor.rz.scp.css */
.list-viewer-layout[b-lmi0ra4au9] {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 1.5rem;
    align-items: start;
}

.list-viewer-sidebar[b-lmi0ra4au9] {
    background: #f9fafb;
    border-radius: 10px;
    padding: 0.75rem;
    position: sticky;
    top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.list-viewer-item[b-lmi0ra4au9] {
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    border: none;
    background: transparent;
    text-align: left;
    font-size: 0.9rem;
    color: #374151;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s;
}

.list-viewer-item:hover[b-lmi0ra4au9] {
    background: #e5e7eb;
}

.list-viewer-item.active[b-lmi0ra4au9] {
    background: #2563eb;
    color: white;
    font-weight: 600;
}

.list-viewer-item-title[b-lmi0ra4au9] {
    display: block;
}

.list-viewer-content[b-lmi0ra4au9] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 2rem 2.5rem;
    min-height: 400px;
}

.list-viewer-empty[b-lmi0ra4au9],
.list-viewer-loading[b-lmi0ra4au9] {
    text-align: center;
    padding: 3rem;
    color: #6b7280;
}

@media (max-width: 768px) {
    .list-viewer-layout[b-lmi0ra4au9] {
        grid-template-columns: 1fr;
    }

    .list-viewer-sidebar[b-lmi0ra4au9] {
        position: static;
    }
}
/* /Components/Shared/ProviderAvatar.razor.rz.scp.css */
.provider-avatar[b-qybnljvfda] {
    display: inline-block;
    border-radius: 50%;
    object-fit: cover;
    background-color: #e8eef4;
    color: #1f4068;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    flex-shrink: 0;
}

.provider-avatar-small[b-qybnljvfda] {
    width: 32px;
    height: 32px;
    font-size: 0.75rem;
    line-height: 32px;
}

.provider-avatar-medium[b-qybnljvfda] {
    width: 48px;
    height: 48px;
    font-size: 1rem;
    line-height: 48px;
}

.provider-avatar-large[b-qybnljvfda] {
    width: 72px;
    height: 72px;
    font-size: 1.25rem;
    line-height: 72px;
}

.provider-avatar-initials[b-qybnljvfda] {
    border: 1px solid #cdd7e3;
}
