@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;
}

.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;
}

.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;
    }
}
/* /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/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;
}

.docs-layout[b-0d8c41ixux] {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 1.5rem;
    align-items: start;
}

.docs-sidebar[b-0d8c41ixux] {
    background: #f9fafb;
    border-radius: 10px;
    padding: 0.75rem;
    position: sticky;
    top: 1rem;
}

.doc-nav-item[b-0d8c41ixux] {
    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;
}

.doc-nav-item:hover[b-0d8c41ixux] {
    background: #e5e7eb;
}

.doc-nav-item.active[b-0d8c41ixux] {
    background: #2563eb;
    color: white;
    font-weight: 600;
}

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

/* 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;
}

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

    .docs-sidebar[b-0d8c41ixux] {
        position: static;
    }
}
/* /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/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-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;
}

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

.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;
}

.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;
}

.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;
}

.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);
    }
}
/* /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;
}

.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-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;
}

.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: column;
    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-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;
    }

.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;
}
/* /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;
}

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

.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;
    }
}

/* ═══════════════ 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;
    }
}

@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;
    }
}
