/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dujdovb9kw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-dujdovb9kw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dujdovb9kw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dujdovb9kw]  a, .top-row[b-dujdovb9kw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dujdovb9kw]  a:hover, .top-row[b-dujdovb9kw]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dujdovb9kw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* Sidebar toggle — hidden on mobile (mobile uses the NavMenu hamburger) */
.sidebar-toggle-input[b-dujdovb9kw] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    opacity: 0;
}

.sidebar-toggle-label[b-dujdovb9kw] {
    display: none;
}

.sidebar-toggle-input:focus-visible + .sidebar-toggle-label[b-dujdovb9kw] {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}
@media (max-width: 640.98px) {
    .top-row[b-dujdovb9kw] {
        justify-content: space-between;
    }

    .top-row[b-dujdovb9kw]  a, .top-row[b-dujdovb9kw]  .btn-link {
        margin-left: 0;
    }
}

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

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

    .top-row[b-dujdovb9kw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-dujdovb9kw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dujdovb9kw], article[b-dujdovb9kw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    /* Show toggle button only on desktop */
    .sidebar-toggle-label[b-dujdovb9kw] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        margin-right: auto;
        cursor: pointer;
        border-radius: 4px;
        border: 1px solid #d6d5d5;
        background-color: transparent;
        flex-shrink: 0;
    }

    .sidebar-toggle-label:hover[b-dujdovb9kw] {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .sidebar-toggle-icon[b-dujdovb9kw] {
        display: inline-block;
        width: 1rem;
        height: 1rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23444' viewBox='0 0 16 16'%3E%3Cpath d='M0 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3zm5-1v12h9a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H5zM4 2H2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h2V2z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
    }

    /* Collapse sidebar when toggle is checked */
    .sidebar-toggle-input:checked ~ .sidebar[b-dujdovb9kw] {
        display: none;
    }
}

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

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

.navbar-brand[b-juon48v12z] {
    font-size: 1.1rem;
}

.bi[b-juon48v12z] {
    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-juon48v12z] {
    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-juon48v12z] {
    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-juon48v12z] {
    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");
}

.nav-section-header[b-juon48v12z] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    padding-top: 1.1rem;
    padding-bottom: 0.2rem;
}

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

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

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

    .nav-item[b-juon48v12z]  .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-juon48v12z]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-juon48v12z]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

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

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

    .nav-scrollable[b-juon48v12z] {
        /* 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/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-wnr7hjqksa],
.components-reconnect-repeated-attempt-visible[b-wnr7hjqksa],
.components-reconnect-failed-visible[b-wnr7hjqksa],
.components-pause-visible[b-wnr7hjqksa],
.components-resume-failed-visible[b-wnr7hjqksa],
.components-rejoining-animation[b-wnr7hjqksa] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-wnr7hjqksa {
    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/HeadWaiter.razor.rz.scp.css */
.headwaiter-filter-actions[b-x97chbjo31] {
    gap: 0.5rem;
}

.headwaiter-filter-actions .form-control[b-x97chbjo31] {
    min-width: 9rem;
}

.match-list[b-x97chbjo31] {
    border-radius: 0.375rem;
    overflow: hidden;
}

.match-row[b-x97chbjo31] {
    transition: background-color 0.15s ease;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.match-row:hover[b-x97chbjo31] {
    background-color: rgba(0, 0, 0, 0.04);
}

@media (max-width: 991.98px) {
    .headwaiter-layout .card-header[b-x97chbjo31] {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .headwaiter-filter-actions[b-x97chbjo31] {
        flex-wrap: wrap;
    }

    .headwaiter-filter-actions .form-control[b-x97chbjo31],
    .headwaiter-filter-actions .btn[b-x97chbjo31] {
        width: 100%;
        flex: 1 1 100%;
        border-radius: var(--bs-border-radius) !important;
    }
}
/* /Components/Pages/NowCalling.razor.rz.scp.css */
/* ============================================================
   NowCalling.razor.css
   Scoped styles for the public "Now Calling" display board.

   Design goals:
     • Looks great on a wall-mounted 16:9 display (TV/projector).
     • Fully readable on a phone in both portrait and landscape.
     • High-contrast dark theme for bright-room visibility.
     • Minimal motion to avoid distraction; one subtle entrance animation.
   ============================================================ */

/* ── Initial-load failure warning ───────────────────────────── */
.nc-load-warning[b-ngb2aydg4c] {
    width: 100%;
    max-width: 900px;
    background: rgba(110, 66, 0, 0.35);
    color: #ffa657;
    border: 1px solid rgba(255, 166, 87, 0.4);
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    text-align: center;
}

/* ── Root container ────────────────────────────────────────── */
.nc-container[b-ngb2aydg4c] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #0d1117;
    color: #e6edf3;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

/* ── Header ────────────────────────────────────────────────── */
.nc-header[b-ngb2aydg4c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 2rem;
    background: #161b22;
    border-bottom: 2px solid #30363d;
    flex-shrink: 0;
}

.nc-title[b-ngb2aydg4c] {
    font-size: clamp(1.2rem, 3vw, 2rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #f0f6fc;
}

/* Live / offline status badge */
.nc-status[b-ngb2aydg4c] {
    font-size: clamp(0.75rem, 1.8vw, 1rem);
    font-weight: 600;
    padding: 0.3em 0.75em;
    border-radius: 2em;
    letter-spacing: 0.05em;
}

.nc-status--live[b-ngb2aydg4c] {
    background: #1a7f37;
    color: #aff5b4;
}

.nc-status--offline[b-ngb2aydg4c] {
    background: #6e4200;
    color: #ffa657;
    animation: nc-blink-b-ngb2aydg4c 1.2s ease-in-out infinite;
}

@keyframes nc-blink-b-ngb2aydg4c {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.45; }
}

/* ── Body (main scrollable area) ───────────────────────────── */
.nc-body[b-ngb2aydg4c] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem 1rem;
    overflow-y: auto;
}

/* ── Idle / empty state ────────────────────────────────────── */
.nc-idle[b-ngb2aydg4c] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 4rem 2rem;
    text-align: center;
    opacity: 0.55;
}

.nc-idle-icon[b-ngb2aydg4c] {
    font-size: clamp(4rem, 12vw, 8rem);
    line-height: 1;
}

.nc-idle-text[b-ngb2aydg4c] {
    font-size: clamp(1.1rem, 3vw, 1.8rem);
    font-weight: 400;
    margin: 0;
}

/* ── Current / highlighted call ────────────────────────────── */
.nc-current[b-ngb2aydg4c] {
    width: 100%;
    max-width: 900px;
    background: linear-gradient(135deg, #1c2128 0%, #21262d 100%);
    border: 2px solid #f0883e;
    border-radius: 1.25rem;
    padding: clamp(1.5rem, 5vw, 3.5rem) clamp(1rem, 4vw, 3rem);
    text-align: center;
    box-shadow: 0 0 40px rgba(240, 136, 62, 0.25);
    animation: nc-slide-in-b-ngb2aydg4c 0.4s ease-out;
    margin-bottom: 2.5rem;
}

@keyframes nc-slide-in-b-ngb2aydg4c {
    from {
        opacity: 0;
        transform: translateY(-18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nc-current-label[b-ngb2aydg4c] {
    font-size: clamp(0.75rem, 2vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #f0883e;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

/* Queue number — the star of the show */
.nc-current-queue[b-ngb2aydg4c] {
    font-size: clamp(4.5rem, 18vw, 10rem);
    font-weight: 900;
    line-height: 1;
    color: #f0f6fc;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 24px rgba(240, 136, 62, 0.4);
    margin-bottom: 0.25rem;
    word-break: break-all;
}

.nc-current-name[b-ngb2aydg4c] {
    font-size: clamp(1.8rem, 6vw, 4rem);
    font-weight: 600;
    color: #f0883e;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.nc-current-party[b-ngb2aydg4c] {
    margin-top: 0.5rem;
}

.nc-party-badge[b-ngb2aydg4c] {
    display: inline-block;
    font-size: clamp(1.1rem, 3.5vw, 2rem);
    font-weight: 600;
    background: rgba(240, 136, 62, 0.15);
    color: #ffa657;
    border: 1px solid rgba(240, 136, 62, 0.4);
    border-radius: 2em;
    padding: 0.3em 1em;
}

/* ── History section ────────────────────────────────────────── */
.nc-history[b-ngb2aydg4c] {
    width: 100%;
    max-width: 900px;
}

.nc-history-title[b-ngb2aydg4c] {
    font-size: clamp(0.85rem, 2.5vw, 1.1rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8b949e;
    margin-bottom: 0.75rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #30363d;
}

.nc-history-list[b-ngb2aydg4c] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.nc-history-item[b-ngb2aydg4c] {
    display: flex;
    align-items: center;
    gap: clamp(0.5rem, 2vw, 1.25rem);
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 0.75rem;
    padding: 0.65rem 1.25rem;
    font-size: clamp(0.95rem, 2.5vw, 1.25rem);
    transition: opacity 0.2s;
}

.nc-history-item:hover[b-ngb2aydg4c] {
    opacity: 0.85;
}

.nc-history-queue[b-ngb2aydg4c] {
    font-weight: 700;
    color: #79c0ff;
    min-width: 6ch;
    flex-shrink: 0;
}

.nc-history-name[b-ngb2aydg4c] {
    flex: 1;
    color: #c9d1d9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nc-history-party[b-ngb2aydg4c] {
    color: #8b949e;
    flex-shrink: 0;
    font-size: 0.9em;
}

/* ── Responsive: 16:9 landscape screens ─────────────────────── */
@media (min-aspect-ratio: 16/9) and (min-width: 900px) {
    .nc-body[b-ngb2aydg4c] {
        /* On wide landscape screens, balance the layout vertically */
        justify-content: center;
        padding: 1.5rem 3rem;
    }

    .nc-current[b-ngb2aydg4c] {
        padding: clamp(2rem, 4vw, 4rem) clamp(2rem, 5vw, 5rem);
    }

    .nc-history-list[b-ngb2aydg4c] {
        /* Two-column grid for a wide display board */
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
}

/* ── Responsive: mobile / small screens ────────────────────── */
@media (max-width: 480px) {
    .nc-header[b-ngb2aydg4c] {
        padding: 0.6rem 1rem;
    }

    .nc-body[b-ngb2aydg4c] {
        padding: 1rem 0.75rem;
    }

    .nc-current[b-ngb2aydg4c] {
        border-radius: 0.85rem;
    }

    .nc-history-item[b-ngb2aydg4c] {
        gap: 0.4rem;
        padding: 0.5rem 0.85rem;
    }
}
/* /Components/Pages/Receptionist.razor.rz.scp.css */
.receptionist-filters[b-jhc4a570jr] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.receptionist-filters .btn[b-jhc4a570jr] {
    white-space: nowrap;
}

/* Compact inline reservation chips */
.reservation-chips[b-jhc4a570jr] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.reservation-chip[b-jhc4a570jr] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    background-color: #fff;
    transition: background-color 0.15s ease;
}

.reservation-chip:hover[b-jhc4a570jr] {
    background-color: rgba(0, 0, 0, 0.03);
}

.reservation-chip.bg-danger[b-jhc4a570jr] {
    border-color: rgba(220, 53, 69, 0.25);
}

.chip-queue[b-jhc4a570jr] {
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    min-width: 3.5rem;
    font-size: 0.95rem;
}

.chip-name[b-jhc4a570jr] {
    flex: 1 1 8rem;
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chip-party[b-jhc4a570jr],
.chip-status[b-jhc4a570jr] {
    flex-shrink: 0;
    font-size: 0.8rem;
}

.chip-wait[b-jhc4a570jr] {
    flex-shrink: 0;
    font-size: 0.875rem;
    color: #555;
    white-space: nowrap;
}

.chip-calls[b-jhc4a570jr] {
    flex-shrink: 0;
    font-size: 0.8rem;
}

.chip-actions[b-jhc4a570jr] {
    display: flex;
    gap: 0.375rem;
    flex-shrink: 0;
    margin-left: auto;
}

@media (max-width: 991.98px) {
    .receptionist-layout .display-1[b-jhc4a570jr] {
        font-size: clamp(3rem, 15vw, 5rem);
    }

    .receptionist-filters[b-jhc4a570jr] {
        width: 100%;
        margin-top: 0.75rem;
    }

    .receptionist-filters .btn[b-jhc4a570jr] {
        flex: 1 1 calc(50% - 0.5rem);
    }
}

@media (max-width: 575.98px) {
    .receptionist-filters .btn[b-jhc4a570jr] {
        flex-basis: 100%;
    }

    .receptionist-stats .col-md-4[b-jhc4a570jr] {
        width: 100%;
    }

    .chip-actions[b-jhc4a570jr] {
        margin-left: 0;
        width: 100%;
        justify-content: flex-end;
    }
}
