/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-layout[b-9zrsq8cqwe] {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.admin-sidebar[b-9zrsq8cqwe] {
    width: 240px;
    background: #1e293b;
    color: #e2e8f0;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.admin-sidebar-header[b-9zrsq8cqwe] {
    padding: 1.25rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid #334155;
}

.admin-logo[b-9zrsq8cqwe] {
    font-size: 1.5rem;
}

.admin-title[b-9zrsq8cqwe] {
    font-weight: 700;
    font-size: 1.1rem;
}

.admin-nav[b-9zrsq8cqwe] {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
    flex: 1;
}

.admin-nav[b-9zrsq8cqwe]  a {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1.25rem;
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.15s;
}

.admin-nav[b-9zrsq8cqwe]  a:hover {
    background: #334155;
    color: #f1f5f9;
}

.admin-nav[b-9zrsq8cqwe]  a.active {
    background: #3b82f6;
    color: white;
}

.admin-nav-divider[b-9zrsq8cqwe] {
    border-color: #334155;
    margin: 0.5rem 1rem;
}

.admin-logout-btn[b-9zrsq8cqwe] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1.25rem;
    color: #f87171;
    background: none;
    border: none;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.15s;
    text-align: left;
    width: 100%;
}

.admin-logout-btn:hover[b-9zrsq8cqwe] {
    background: #334155;
    color: #fca5a5;
}

.admin-main[b-9zrsq8cqwe] {
    flex: 1;
    overflow-y: auto;
    background: #f1f5f9;
    padding: 1.5rem;
}

@media (max-width: 768px) {
    .admin-layout[b-9zrsq8cqwe] {
        flex-direction: column;
    }

    .admin-sidebar[b-9zrsq8cqwe] {
        width: 100%;
        height: auto;
        flex-direction: row;
        align-items: center;
        overflow-x: auto;
    }

    .admin-sidebar-header[b-9zrsq8cqwe] {
        border-bottom: none;
        border-right: 1px solid #334155;
        padding: 0.75rem 1rem;
        white-space: nowrap;
    }

    .admin-nav[b-9zrsq8cqwe] {
        flex-direction: row;
        padding: 0;
        overflow-x: auto;
    }

    .admin-nav[b-9zrsq8cqwe]  a {
        padding: 0.75rem 1rem;
        white-space: nowrap;
        font-size: 0.85rem;
    }

    .admin-nav-divider[b-9zrsq8cqwe] {
        display: none;
    }

    .admin-main[b-9zrsq8cqwe] {
        padding: 1rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-x0t20y8qjm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x0t20y8qjm] {
    flex: 1;
}

.sidebar[b-x0t20y8qjm] {
    background-image: linear-gradient(180deg, #0a3d7c 0%, #064e3b 100%);
}

.top-row[b-x0t20y8qjm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-x0t20y8qjm]  a, .top-row[b-x0t20y8qjm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-x0t20y8qjm]  a:hover, .top-row[b-x0t20y8qjm]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-x0t20y8qjm]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-x0t20y8qjm] {
        justify-content: space-between;
    }

    .top-row[b-x0t20y8qjm]  a, .top-row[b-x0t20y8qjm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x0t20y8qjm] {
        flex-direction: row;
    }

    .sidebar[b-x0t20y8qjm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x0t20y8qjm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-x0t20y8qjm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-x0t20y8qjm], article[b-x0t20y8qjm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-x0t20y8qjm] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-x0t20y8qjm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7dlgjkyhkr] {
    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-7dlgjkyhkr] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-7dlgjkyhkr] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7dlgjkyhkr] {
    font-size: 1.1rem;
}

.bi[b-7dlgjkyhkr] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-7dlgjkyhkr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-7dlgjkyhkr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-7dlgjkyhkr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-chat-dots-fill-nav-menu[b-7dlgjkyhkr] {
    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='M16 8c0 3.866-3.582 7-8 7a9 9 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7M5 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0m4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0m3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E%3C/svg%3E");
}

.bi-mic-fill-nav-menu[b-7dlgjkyhkr] {
    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='M5 3a3 3 0 0 1 6 0v5a3 3 0 0 1-6 0z'/%3E%3Cpath d='M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");
}

.bi-speedometer2-nav-menu[b-7dlgjkyhkr] {
    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='M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707M2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.39.39 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.39.39 0 0 0-.029-.518z'/%3E%3Cpath fill-rule='evenodd' d='M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A8 8 0 0 1 0 10m8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3'/%3E%3C/svg%3E");
}

.nav-item[b-7dlgjkyhkr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7dlgjkyhkr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7dlgjkyhkr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7dlgjkyhkr]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-7dlgjkyhkr]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-7dlgjkyhkr]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-7dlgjkyhkr] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-7dlgjkyhkr] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7dlgjkyhkr] {
        display: none;
    }

    .nav-scrollable[b-7dlgjkyhkr] {
        /* 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/Layout/PortalLayout.razor.rz.scp.css */
.portal-layout[b-mqiybekv07] {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.portal-sidebar[b-mqiybekv07] {
    width: 240px;
    background: #1e293b;
    color: #e2e8f0;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.portal-sidebar-header[b-mqiybekv07] {
    padding: 1.25rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid #334155;
}

.portal-logo[b-mqiybekv07] {
    font-size: 1.5rem;
}

.portal-title[b-mqiybekv07] {
    font-weight: 700;
    font-size: 1.1rem;
}

.portal-user-info[b-mqiybekv07] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #334155;
    background: #0f172a;
}

.portal-user-name[b-mqiybekv07] {
    font-weight: 600;
    font-size: 0.9rem;
    color: #f1f5f9;
}

.portal-user-role[b-mqiybekv07] {
    font-size: 0.75rem;
    color: #60a5fa;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.portal-nav[b-mqiybekv07] {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
    flex: 1;
}

.portal-nav[b-mqiybekv07]  a {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1.25rem;
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.15s;
}

.portal-nav[b-mqiybekv07]  a:hover {
    background: #334155;
    color: #f1f5f9;
}

.portal-nav[b-mqiybekv07]  a.active {
    background: #3b82f6;
    color: white;
}

.portal-nav-divider[b-mqiybekv07] {
    border-color: #334155;
    margin: 0.5rem 1rem;
}

.portal-logout-btn[b-mqiybekv07] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1.25rem;
    color: #f87171;
    background: none;
    border: none;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.15s;
    text-align: left;
    width: 100%;
}

.portal-logout-btn:hover[b-mqiybekv07] {
    background: #334155;
    color: #fca5a5;
}

.portal-main[b-mqiybekv07] {
    flex: 1;
    overflow-y: auto;
    background: #f1f5f9;
    padding: 1.5rem;
}

@media (max-width: 768px) {
    .portal-layout[b-mqiybekv07] {
        flex-direction: column;
    }
    .portal-sidebar[b-mqiybekv07] {
        width: 100%;
        height: auto;
        flex-direction: row;
        align-items: center;
        overflow-x: auto;
    }
    .portal-sidebar-header[b-mqiybekv07] {
        border-bottom: none;
        border-right: 1px solid #334155;
        padding: 0.75rem 1rem;
        white-space: nowrap;
    }
    .portal-user-info[b-mqiybekv07] {
        display: none;
    }
    .portal-nav[b-mqiybekv07] {
        flex-direction: row;
        padding: 0;
        overflow-x: auto;
    }
    .portal-nav[b-mqiybekv07]  a {
        padding: 0.75rem 1rem;
        white-space: nowrap;
        font-size: 0.85rem;
    }
    .portal-nav-divider[b-mqiybekv07] { display: none; }
    .portal-logout-btn[b-mqiybekv07] {
        padding: 0.75rem 1rem;
        white-space: nowrap;
        font-size: 0.85rem;
    }
    .portal-main[b-mqiybekv07] { padding: 1rem; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-9o7kkn51hm],
.components-reconnect-repeated-attempt-visible[b-9o7kkn51hm],
.components-reconnect-failed-visible[b-9o7kkn51hm],
.components-pause-visible[b-9o7kkn51hm],
.components-resume-failed-visible[b-9o7kkn51hm],
.components-rejoining-animation[b-9o7kkn51hm] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-9o7kkn51hm],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-9o7kkn51hm],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-9o7kkn51hm],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-9o7kkn51hm],
#components-reconnect-modal.components-reconnect-retrying[b-9o7kkn51hm],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-9o7kkn51hm],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-9o7kkn51hm],
#components-reconnect-modal.components-reconnect-failed[b-9o7kkn51hm],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-9o7kkn51hm] {
    display: block;
}


#components-reconnect-modal[b-9o7kkn51hm] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-9o7kkn51hm 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-9o7kkn51hm 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-9o7kkn51hm 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-9o7kkn51hm]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-9o7kkn51hm 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-9o7kkn51hm {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-9o7kkn51hm {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-9o7kkn51hm {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-9o7kkn51hm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-9o7kkn51hm] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-9o7kkn51hm] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-9o7kkn51hm] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-9o7kkn51hm] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-9o7kkn51hm] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-9o7kkn51hm] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-9o7kkn51hm 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-9o7kkn51hm] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-9o7kkn51hm {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/Bookings.razor.rz.scp.css */
.btn-xs[b-x6jj0cpl7w] {
    padding: 0.15rem 0.35rem;
    font-size: 0.75rem;
    line-height: 1.2;
}

.modal-backdrop[b-x6jj0cpl7w] {
    z-index: 1040;
}

.modal[b-x6jj0cpl7w] {
    z-index: 1050;
}
/* /Components/Pages/Admin/Dashboard.razor.rz.scp.css */
/* Dashboard scoped styles */

.stat-card[b-u2azucvpee] {
    border-radius: 0.75rem;
    padding: 1.25rem;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.stat-number[b-u2azucvpee] {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.stat-label[b-u2azucvpee] {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.25rem;
}

.stat-total[b-u2azucvpee]    { background: #dbeafe; color: #1e40af; }
.stat-pending[b-u2azucvpee]  { background: #fef3c7; color: #92400e; }
.stat-confirmed[b-u2azucvpee] { background: #dbeafe; color: #1d4ed8; }
.stat-completed[b-u2azucvpee] { background: #d1fae5; color: #065f46; }
.stat-checkedin[b-u2azucvpee] { background: #e0f2fe; color: #075985; }
.stat-cancelled[b-u2azucvpee] { background: #f3f4f6; color: #4b5563; }
.stat-noshow[b-u2azucvpee]   { background: #fee2e2; color: #991b1b; }
.stat-revenue[b-u2azucvpee]  { background: #d1fae5; color: #065f46; }

/* Bar chart */
.bar-chart[b-u2azucvpee] {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 160px;
    gap: 0.5rem;
}

.bar-item[b-u2azucvpee] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    height: 100%;
    justify-content: flex-end;
}

.bar-value[b-u2azucvpee] {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #1e40af;
}

.bar-fill[b-u2azucvpee] {
    width: 100%;
    max-width: 40px;
    background: linear-gradient(180deg, #3b82f6, #60a5fa);
    border-radius: 4px 4px 0 0;
    transition: height 0.4s ease;
}

.bar-label[b-u2azucvpee] {
    font-size: 0.7rem;
    color: #6b7280;
    margin-top: 0.35rem;
}
/* /Components/Pages/Admin/Doctors.razor.rz.scp.css */
.btn-xs[b-p7xl1mci1d] {
    padding: 0.15rem 0.35rem;
    font-size: 0.75rem;
    line-height: 1.2;
}

.modal-backdrop[b-p7xl1mci1d] {
    z-index: 1040;
}

.modal[b-p7xl1mci1d] {
    z-index: 1050;
}
/* /Components/Pages/Admin/Settings.razor.rz.scp.css */
/* Settings page scoped styles */

.status-card[b-jucpfs3maw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.status-ok[b-jucpfs3maw] {
    background: #d1fae5;
    border: 1px solid #6ee7b7;
}

.status-warn[b-jucpfs3maw] {
    background: #fef3c7;
    border: 1px solid #fcd34d;
}

.status-icon[b-jucpfs3maw] {
    font-size: 1.5rem;
}

.status-title[b-jucpfs3maw] {
    font-weight: 600;
    font-size: 0.95rem;
}

.status-text[b-jucpfs3maw] {
    font-size: 0.8rem;
    color: #6b7280;
}

/* DB stats */
.db-stat-card[b-jucpfs3maw] {
    text-align: center;
    padding: 1rem;
    background: #f0f9ff;
    border-radius: 0.5rem;
    border: 1px solid #bae6fd;
}

.db-stat-number[b-jucpfs3maw] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0369a1;
}

.db-stat-label[b-jucpfs3maw] {
    font-size: 0.8rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.db-action-card[b-jucpfs3maw] {
    padding: 1rem;
    background: #fafafa;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
}

/* Toast notification */
.settings-toast[b-jucpfs3maw] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    padding: 0.75rem 1.25rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    z-index: 1050;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    animation: slideIn-b-jucpfs3maw 0.3s ease;
}

.toast-success[b-jucpfs3maw] {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #6ee7b7;
}

.toast-error[b-jucpfs3maw] {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}

@keyframes slideIn-b-jucpfs3maw {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

/* Tab styling */
[b-jucpfs3maw] .nav-tabs .nav-link {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
}

[b-jucpfs3maw] .nav-tabs .nav-link.active {
    font-weight: 600;
    color: #1e40af;
    border-color: #93c5fd #93c5fd #fff;
}

.form-text[b-jucpfs3maw] {
    font-size: 0.75rem;
    color: #9ca3af;
}

[b-jucpfs3maw] .card {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    overflow: hidden;
}

[b-jucpfs3maw] .card-header {
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
}
/* /Components/Pages/Chat.razor.rz.scp.css */
.chat-container[b-6dt4fxyr2g] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 3.5rem);
    max-width: 900px;
    margin: 0 auto;
    background: #f8f9fa;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

/* Header */
.chat-header[b-6dt4fxyr2g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: white;
    flex-shrink: 0;
}

.chat-header-info[b-6dt4fxyr2g] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.chat-header-icon[b-6dt4fxyr2g] {
    font-size: 1.75rem;
}

/* Messages area */
.chat-messages[b-6dt4fxyr2g] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Welcome */
.chat-welcome[b-6dt4fxyr2g] {
    text-align: center;
    padding: 2rem 1rem;
    color: #6c757d;
}

.welcome-icon[b-6dt4fxyr2g] {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.chat-welcome h4[b-6dt4fxyr2g] {
    color: #212529;
    margin-bottom: 0.5rem;
}

.quick-actions[b-6dt4fxyr2g] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1.25rem;
}

.quick-action-btn[b-6dt4fxyr2g] {
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 2rem;
    background: white;
    color: #495057;
    cursor: pointer;
    font-size: 0.875rem;
    transition: all 0.2s;
}

.quick-action-btn:hover[b-6dt4fxyr2g] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
}

/* Chat bubbles */
.chat-bubble[b-6dt4fxyr2g] {
    display: flex;
    gap: 0.5rem;
    max-width: 80%;
    animation: fadeInUp 0.25s ease-out;
}

.user-bubble[b-6dt4fxyr2g] {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.bot-bubble[b-6dt4fxyr2g] {
    align-self: flex-start;
}

.bubble-avatar[b-6dt4fxyr2g] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    background: #e9ecef;
}

.user-avatar[b-6dt4fxyr2g] {
    background: #0d6efd;
}

.bubble-content[b-6dt4fxyr2g] {
    padding: 0.625rem 0.875rem;
    border-radius: 1rem;
    line-height: 1.45;
    font-size: 0.9375rem;
}

.user-bubble .bubble-content[b-6dt4fxyr2g] {
    background: #0d6efd;
    color: white;
    border-bottom-right-radius: 0.25rem;
}

.bot-bubble .bubble-content[b-6dt4fxyr2g] {
    background: white;
    color: #212529;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

.bubble-time[b-6dt4fxyr2g] {
    font-size: 0.7rem;
    opacity: 0.6;
    margin-top: 0.25rem;
}

.user-bubble .bubble-time[b-6dt4fxyr2g] {
    text-align: right;
}

/* Typing indicator */
.typing-indicator[b-6dt4fxyr2g] {
    display: flex;
    gap: 0.3rem;
    padding: 0.25rem 0;
}

.typing-indicator span[b-6dt4fxyr2g] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #6c757d;
    animation: typingBounce 1.2s infinite;
}

.typing-indicator span:nth-child(2)[b-6dt4fxyr2g] {
    animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3)[b-6dt4fxyr2g] {
    animation-delay: 0.4s;
}

/* Booking card */
.booking-card[b-6dt4fxyr2g] {
    align-self: center;
    width: 100%;
    max-width: 400px;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    animation: fadeInUp 0.3s ease-out;
}

.booking-card-header[b-6dt4fxyr2g] {
    background: linear-gradient(135deg, #198754, #157347);
    color: white;
    padding: 0.75rem 1rem;
    font-weight: 600;
    font-size: 1rem;
}

.booking-card-body[b-6dt4fxyr2g] {
    background: white;
    padding: 1rem;
}

.booking-ref[b-6dt4fxyr2g] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #198754;
    margin-bottom: 0.75rem;
    font-family: monospace;
    letter-spacing: 0.5px;
}

.booking-detail[b-6dt4fxyr2g] {
    padding: 0.25rem 0;
    font-size: 0.9rem;
    border-bottom: 1px solid #f0f0f0;
}

.booking-detail:last-child[b-6dt4fxyr2g] {
    border-bottom: none;
}

/* Input area */
.chat-input-area[b-6dt4fxyr2g] {
    padding: 0.75rem 1rem;
    background: white;
    border-top: 1px solid #dee2e6;
    flex-shrink: 0;
}

.chat-input[b-6dt4fxyr2g] {
    border-radius: 1.5rem;
    padding: 0.625rem 1rem;
    border: 1px solid #dee2e6;
}

.chat-input:focus[b-6dt4fxyr2g] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.15rem rgba(13,110,253,0.15);
}

.send-btn[b-6dt4fxyr2g] {
    border-radius: 50%;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    padding: 0;
}

/* Animations */
@@keyframes fadeInUp {
    from[b-6dt4fxyr2g] {
        opacity: 0;
        transform: translateY(0.5rem);
    }
    to[b-6dt4fxyr2g] {
        opacity: 1;
        transform: translateY(0);
    }
}

@@keyframes typingBounce {
    0%[b-6dt4fxyr2g], 60%[b-6dt4fxyr2g], 100%[b-6dt4fxyr2g] {
        transform: translateY(0);
    }
    30%[b-6dt4fxyr2g] {
        transform: translateY(-0.35rem);
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* Login page scoped styles */
.login-container[b-kwv49cdqfp] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1rem;
}

.login-card[b-kwv49cdqfp] {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.login-header[b-kwv49cdqfp] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.login-logo[b-kwv49cdqfp] {
    font-size: 3rem;
    margin-bottom: 0.25rem;
}

.login-header h3[b-kwv49cdqfp] {
    margin: 0;
    color: #1e40af;
    font-weight: 700;
}

/* Demo buttons */
.demo-section[b-kwv49cdqfp] {
    margin-top: 0.5rem;
}

.demo-buttons[b-kwv49cdqfp] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.demo-btn[b-kwv49cdqfp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background: #fafafa;
    cursor: pointer;
    transition: all 0.15s;
    text-align: left;
    width: 100%;
}

.demo-btn:hover[b-kwv49cdqfp] {
    background: #f0f0ff;
    border-color: #818cf8;
    transform: translateX(3px);
}

.demo-icon[b-kwv49cdqfp] {
    font-size: 1.25rem;
    min-width: 1.5rem;
    text-align: center;
}

.demo-label[b-kwv49cdqfp] {
    font-weight: 600;
    font-size: 0.85rem;
    min-width: 5.5rem;
}

.demo-creds[b-kwv49cdqfp] {
    font-size: 0.75rem;
    color: #6b7280;
    font-family: monospace;
}

.demo-admin:hover[b-kwv49cdqfp]    { border-color: #ef4444; background: #fef2f2; }
.demo-doctor:hover[b-kwv49cdqfp]   { border-color: #3b82f6; background: #eff6ff; }
.demo-dept:hover[b-kwv49cdqfp]     { border-color: #10b981; background: #ecfdf5; }
.demo-appt:hover[b-kwv49cdqfp]     { border-color: #f59e0b; background: #fffbeb; }
.demo-patient:hover[b-kwv49cdqfp]  { border-color: #8b5cf6; background: #f5f3ff; }
/* /Components/Pages/Portal/AppointmentStaffPortal.razor.rz.scp.css */
/* Appointment Staff Portal calendar styles */
.calendar-grid[b-b8drmr4inn] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    background: #e5e7eb;
    border-radius: 0.5rem;
    overflow: hidden;
}
.cal-header[b-b8drmr4inn] { background: #d97706; color: white; text-align: center; padding: 0.5rem; font-weight: 600; font-size: 0.8rem; }
.cal-day[b-b8drmr4inn] { background: white; min-height: 70px; padding: 0.35rem; cursor: pointer; position: relative; transition: all 0.15s; }
.cal-day:hover[b-b8drmr4inn] { background: #fffbeb; }
.cal-empty[b-b8drmr4inn] { background: #f9fafb; cursor: default; }
.cal-day-num[b-b8drmr4inn] { font-size: 0.85rem; font-weight: 500; color: #374151; }
.cal-badge[b-b8drmr4inn] { position: absolute; bottom: 4px; right: 4px; background: #d97706; color: white; font-size: 0.7rem; font-weight: 700; min-width: 1.25rem; height: 1.25rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.cal-today[b-b8drmr4inn] { background: #fef3c7 !important; }
.cal-today .cal-day-num[b-b8drmr4inn] { color: #b45309; font-weight: 700; }
.cal-selected[b-b8drmr4inn] { background: #fef3c7 !important; box-shadow: inset 0 0 0 2px #d97706; }
.cal-has-appt .cal-day-num[b-b8drmr4inn] { color: #92400e; font-weight: 600; }

.doctor-group-header[b-b8drmr4inn] {
    background: #fffbeb;
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-top: 1px solid #e5e7eb;
    color: #92400e;
}
/* /Components/Pages/Portal/DepartmentPortal.razor.rz.scp.css */
/* Department portal reuses calendar styles from DoctorPortal.razor.css */
.calendar-grid[b-riwupxg7kc] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    background: #e5e7eb;
    border-radius: 0.5rem;
    overflow: hidden;
}
.cal-header[b-riwupxg7kc] { background: #059669; color: white; text-align: center; padding: 0.5rem; font-weight: 600; font-size: 0.8rem; }
.cal-day[b-riwupxg7kc] { background: white; min-height: 70px; padding: 0.35rem; cursor: pointer; position: relative; transition: all 0.15s; }
.cal-day:hover[b-riwupxg7kc] { background: #ecfdf5; }
.cal-empty[b-riwupxg7kc] { background: #f9fafb; cursor: default; }
.cal-day-num[b-riwupxg7kc] { font-size: 0.85rem; font-weight: 500; color: #374151; }
.cal-badge[b-riwupxg7kc] { position: absolute; bottom: 4px; right: 4px; background: #059669; color: white; font-size: 0.7rem; font-weight: 700; min-width: 1.25rem; height: 1.25rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.cal-today[b-riwupxg7kc] { background: #fef3c7 !important; }
.cal-today .cal-day-num[b-riwupxg7kc] { color: #b45309; font-weight: 700; }
.cal-selected[b-riwupxg7kc] { background: #d1fae5 !important; box-shadow: inset 0 0 0 2px #059669; }
.cal-has-appt .cal-day-num[b-riwupxg7kc] { color: #065f46; font-weight: 600; }

.doctor-group-header[b-riwupxg7kc] {
    background: #f0fdf4;
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-top: 1px solid #e5e7eb;
    color: #065f46;
}
/* /Components/Pages/Portal/DoctorPortal.razor.rz.scp.css */
/* Shared calendar styles for portal pages */
.calendar-grid[b-c73v02pfi2] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    background: #e5e7eb;
    border-radius: 0.5rem;
    overflow: hidden;
}

.cal-header[b-c73v02pfi2] {
    background: #1e40af;
    color: white;
    text-align: center;
    padding: 0.5rem;
    font-weight: 600;
    font-size: 0.8rem;
}

.cal-day[b-c73v02pfi2] {
    background: white;
    min-height: 70px;
    padding: 0.35rem;
    cursor: pointer;
    position: relative;
    transition: all 0.15s;
}

.cal-day:hover[b-c73v02pfi2] {
    background: #eff6ff;
}

.cal-empty[b-c73v02pfi2] {
    background: #f9fafb;
    cursor: default;
}

.cal-day-num[b-c73v02pfi2] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #374151;
}

.cal-badge[b-c73v02pfi2] {
    position: absolute;
    bottom: 4px;
    right: 4px;
    background: #3b82f6;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    min-width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.cal-today[b-c73v02pfi2] {
    background: #fef3c7 !important;
}

.cal-today .cal-day-num[b-c73v02pfi2] {
    color: #b45309;
    font-weight: 700;
}

.cal-selected[b-c73v02pfi2] {
    background: #dbeafe !important;
    box-shadow: inset 0 0 0 2px #3b82f6;
}

.cal-has-appt .cal-day-num[b-c73v02pfi2] {
    color: #1e40af;
    font-weight: 600;
}

/* Doctor filter cards */
.doctor-filter-card[b-c73v02pfi2] {
    padding: 0.5rem 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.15s;
    background: white;
}

.doctor-filter-card:hover[b-c73v02pfi2] {
    border-color: #3b82f6;
    background: #eff6ff;
}

.doctor-filter-card.active[b-c73v02pfi2] {
    border-color: #3b82f6;
    background: #dbeafe;
}

@media (max-width: 576px) {
    .cal-day[b-c73v02pfi2] {
        min-height: 50px;
        padding: 0.25rem;
    }
    .cal-day-num[b-c73v02pfi2] {
        font-size: 0.75rem;
    }
    .cal-badge[b-c73v02pfi2] {
        font-size: 0.6rem;
        min-width: 1rem;
        height: 1rem;
    }
}
/* /Components/Pages/Register.razor.rz.scp.css */
/* Register page scoped styles */
.register-container[b-clj8rv1xzs] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1rem;
}

.register-card[b-clj8rv1xzs] {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.register-header[b-clj8rv1xzs] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.register-logo[b-clj8rv1xzs] {
    font-size: 3rem;
    margin-bottom: 0.25rem;
}

.register-header h3[b-clj8rv1xzs] {
    margin: 0;
    color: #1e40af;
    font-weight: 700;
    font-size: 1.25rem;
}
/* /Components/Pages/VoiceChat.razor.rz.scp.css */
/* ===== VOICE CHAT CONTAINER ===== */
.voice-container[b-lnz030euho] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 3.5rem);
    max-width: 900px;
    margin: 0 auto;
    background: #0f172a;
    color: #e2e8f0;
}

/* ===== HEADER ===== */
.voice-header[b-lnz030euho] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #1e3a5f, #0f172a);
    border-bottom: 1px solid #334155;
    flex-shrink: 0;
}

.voice-header-info[b-lnz030euho] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.voice-header-icon[b-lnz030euho] {
    font-size: 1.75rem;
}

.voice-header h5[b-lnz030euho] {
    color: #f1f5f9;
}

.header-controls[b-lnz030euho] {
    display: flex;
    gap: 0.25rem;
    align-items: center;
}

/* ===== TRANSCRIPT AREA ===== */
.voice-transcript-area[b-lnz030euho] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.voice-welcome[b-lnz030euho] {
    text-align: center;
    padding: 3rem 1rem;
    color: #94a3b8;
}

.welcome-emoji[b-lnz030euho] {
    font-size: 3.5rem;
    margin-bottom: 0.75rem;
}

.voice-welcome h4[b-lnz030euho] {
    color: #f1f5f9;
    margin-bottom: 0.5rem;
}

.mic-warning[b-lnz030euho] {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(234, 179, 8, 0.1);
    border: 1px solid rgba(234, 179, 8, 0.3);
    border-radius: 0.5rem;
    color: #fbbf24;
    font-size: 0.875rem;
}

/* ===== MESSAGE BUBBLES ===== */
.voice-msg[b-lnz030euho] {
    display: flex;
    gap: 0.5rem;
    max-width: 80%;
    animation: voiceFadeIn 0.25s ease-out;
}

.voice-msg-user[b-lnz030euho] {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.voice-msg-bot[b-lnz030euho] {
    align-self: flex-start;
}

.voice-msg-avatar[b-lnz030euho] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    background: #1e293b;
}

.voice-msg-content[b-lnz030euho] {
    padding: 0.625rem 0.875rem;
    border-radius: 1rem;
    line-height: 1.45;
    font-size: 0.9375rem;
}

.voice-msg-user .voice-msg-content[b-lnz030euho] {
    background: #3b82f6;
    color: white;
    border-bottom-right-radius: 0.25rem;
}

.voice-msg-bot .voice-msg-content[b-lnz030euho] {
    background: #1e293b;
    color: #e2e8f0;
    border-bottom-left-radius: 0.25rem;
    border: 1px solid #334155;
}

.voice-msg-time[b-lnz030euho] {
    font-size: 0.7rem;
    opacity: 0.5;
    margin-top: 0.25rem;
}

.voice-msg-user .voice-msg-time[b-lnz030euho] {
    text-align: right;
}

/* ===== PROCESSING INDICATOR ===== */
.processing-indicator[b-lnz030euho] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.processing-dot[b-lnz030euho] {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #3b82f6;
    animation: processingBounce 1.2s infinite;
}

.processing-dot:nth-child(2)[b-lnz030euho] {
    animation-delay: 0.2s;
}

.processing-dot:nth-child(3)[b-lnz030euho] {
    animation-delay: 0.4s;
}

.processing-label[b-lnz030euho] {
    font-size: 0.8rem;
    color: #94a3b8;
    margin-left: 0.25rem;
}

/* ===== BOOKING CARD ===== */
.voice-booking-card[b-lnz030euho] {
    align-self: center;
    width: 100%;
    max-width: 400px;
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid #22c55e;
    animation: voiceFadeIn 0.3s ease-out;
}

.vbc-header[b-lnz030euho] {
    background: linear-gradient(135deg, #16a34a, #15803d);
    color: white;
    padding: 0.75rem 1rem;
    font-weight: 600;
}

.vbc-body[b-lnz030euho] {
    background: #1e293b;
    padding: 1rem;
}

.vbc-ref[b-lnz030euho] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #22c55e;
    margin-bottom: 0.75rem;
    font-family: monospace;
    letter-spacing: 0.5px;
}

.vbc-row[b-lnz030euho] {
    padding: 0.25rem 0;
    font-size: 0.9rem;
    border-bottom: 1px solid #334155;
    color: #cbd5e1;
}

.vbc-row:last-child[b-lnz030euho] {
    border-bottom: none;
}

/* ===== WAVEFORM ===== */
.waveform-wrapper[b-lnz030euho] {
    height: 60px;
    background: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    opacity: 0.3;
    transition: opacity 0.3s;
}

.waveform-active[b-lnz030euho] {
    opacity: 1;
}

.waveform-wrapper canvas[b-lnz030euho] {
    width: 100%;
    height: 100%;
}

/* ===== CONTROLS ===== */
.voice-controls[b-lnz030euho] {
    padding: 0.75rem 1rem 1rem;
    background: #1e293b;
    border-top: 1px solid #334155;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.mic-button-wrapper[b-lnz030euho] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mic-btn[b-lnz030euho] {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    border: 3px solid #3b82f6;
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    transition: all 0.2s;
}

.mic-btn:hover:not(:disabled)[b-lnz030euho] {
    background: rgba(59, 130, 246, 0.2);
    transform: scale(1.05);
}

.mic-btn-recording[b-lnz030euho] {
    border-color: #ef4444;
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
    animation: micPulse 1.5s ease-in-out infinite;
}

.mic-btn-disabled[b-lnz030euho] {
    opacity: 0.5;
    cursor: not-allowed;
}

.mic-icon[b-lnz030euho] {
    font-size: 1.5rem;
}

.mic-label[b-lnz030euho] {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.recording-pulse[b-lnz030euho] {
    position: absolute;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    border: 2px solid rgba(239, 68, 68, 0.3);
    animation: recordingRing 1.5s ease-out infinite;
    pointer-events: none;
}

/* Text fallback */
.text-fallback[b-lnz030euho] {
    width: 100%;
    max-width: 600px;
}

.voice-text-input[b-lnz030euho] {
    background: #0f172a;
    border: 1px solid #334155;
    color: #e2e8f0;
    border-radius: 1.5rem;
    padding: 0.5rem 1rem;
}

.voice-text-input:focus[b-lnz030euho] {
    background: #0f172a;
    border-color: #3b82f6;
    color: #e2e8f0;
    box-shadow: 0 0 0 0.15rem rgba(59, 130, 246, 0.2);
}

.voice-text-input[b-lnz030euho]::placeholder {
    color: #64748b;
}

.voice-send-btn[b-lnz030euho] {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: 0;
}

/* ===== ANIMATIONS ===== */
@@keyframes voiceFadeIn {
    from[b-lnz030euho] {
        opacity: 0;
        transform: translateY(0.5rem);
    }
    to[b-lnz030euho] {
        opacity: 1;
        transform: translateY(0);
    }
}

@@keyframes processingBounce {
    0%[b-lnz030euho], 60%[b-lnz030euho], 100%[b-lnz030euho] {
        transform: translateY(0);
    }
    30%[b-lnz030euho] {
        transform: translateY(-0.35rem);
    }
}

@@keyframes micPulse {
    0%[b-lnz030euho], 100%[b-lnz030euho] {
        transform: scale(1);
    }
    50%[b-lnz030euho] {
        transform: scale(1.05);
    }
}

@@keyframes recordingRing {
    0%[b-lnz030euho] {
        transform: scale(1);
        opacity: 1;
    }
    100%[b-lnz030euho] {
        transform: scale(1.6);
        opacity: 0;
    }
}

/* ===== SCROLLBAR ===== */
.voice-transcript-area[b-lnz030euho]::-webkit-scrollbar {
    width: 6px;
}

.voice-transcript-area[b-lnz030euho]::-webkit-scrollbar-track {
    background: #0f172a;
}

.voice-transcript-area[b-lnz030euho]::-webkit-scrollbar-thumb {
    background: #334155;
    border-radius: 3px;
}

.voice-transcript-area[b-lnz030euho]::-webkit-scrollbar-thumb:hover {
    background: #475569;
}
