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

main[b-26eyx7iymx] {
    flex: 1;
}

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-26eyx7iymx] {
        justify-content: space-between;
    }

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

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

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

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

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

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

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

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

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

.bi[b-p4h07q1535] {
    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-p4h07q1535] {
    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-p4h07q1535] {
    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-p4h07q1535] {
    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-item[b-p4h07q1535] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

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

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

    .nav-scrollable[b-p4h07q1535] {
        /* 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/PainelLayout.razor.rz.scp.css */
.gl-painel-wrap[b-k8e0qr70n0] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #F9FAFB;
    scroll-behavior: smooth;
}

.gl-painel-header[b-k8e0qr70n0] {
    background: white;
    border-bottom: 1px solid #F3F4F6;
    padding: 0.875rem 1.5rem;
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.gl-painel-header-inner[b-k8e0qr70n0] {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gl-painel-content[b-k8e0qr70n0] {
    flex: 1;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
}

.gl-btn-sm-nav[b-k8e0qr70n0] {
    padding: 0.45rem 1rem;
    font-size: 0.875rem;
}

@media (max-width: 640px) {
    .gl-painel-nav-link span[b-k8e0qr70n0] {
        display: none;
    }
}

@media (max-width: 640px) {
    .gl-painel-content[b-k8e0qr70n0] {
        padding: 1.5rem 1rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-dzk4eviy4j],
.components-reconnect-repeated-attempt-visible[b-dzk4eviy4j],
.components-reconnect-failed-visible[b-dzk4eviy4j],
.components-pause-visible[b-dzk4eviy4j],
.components-resume-failed-visible[b-dzk4eviy4j],
.components-rejoining-animation[b-dzk4eviy4j] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-dzk4eviy4j {
    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/Fila/EntrarNaFila.razor.rz.scp.css */
/* Loading */
.gl-pub-loading[b-3n5hwces9q] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.gl-pub-spinner[b-3n5hwces9q] {
    width: 36px;
    height: 36px;
    border: 3px solid #F3F4F6;
    border-top-color: #FF6B35;
    border-radius: 50%;
    animation: pub-spin-b-3n5hwces9q 0.7s linear infinite;
}

@keyframes pub-spin-b-3n5hwces9q {
    to { transform: rotate(360deg); }
}

/* Not found */
.gl-pub-nao-encontrado[b-3n5hwces9q] {
    text-align: center;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.gl-pub-nao-encontrado h2[b-3n5hwces9q] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.gl-pub-nao-encontrado p[b-3n5hwces9q] {
    color: #6B7280;
    font-size: 0.9rem;
    margin: 0;
}

/* Restaurant header */
.gl-pub-restaurante-header[b-3n5hwces9q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
}

.gl-pub-restaurante-nome[b-3n5hwces9q] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.03em;
    margin: 0.875rem 0 0.3rem;
}

.gl-pub-restaurante-sub[b-3n5hwces9q] {
    color: #6B7280;
    font-size: 0.9rem;
    margin: 0;
}

/* Form labels */
.gl-pub-label[b-3n5hwces9q] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.45rem;
}

/* Stepper */
.gl-stepper[b-3n5hwces9q] {
    display: inline-flex;
    align-items: center;
    background: #F9FAFB;
    border: 1.5px solid #E5E7EB;
    border-radius: 12px;
    overflow: hidden;
    user-select: none;
}

.gl-stepper-btn[b-3n5hwces9q] {
    width: 54px;
    height: 54px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #374151;
    transition: background 0.12s;
    flex-shrink: 0;
}

.gl-stepper-btn:hover:not(:disabled)[b-3n5hwces9q] {
    background: #F3F4F6;
}

.gl-stepper-btn:active:not(:disabled)[b-3n5hwces9q] {
    background: #E5E7EB;
}

.gl-stepper-btn:disabled[b-3n5hwces9q] {
    color: #D1D5DB;
    cursor: not-allowed;
}

.gl-stepper-value[b-3n5hwces9q] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111827;
    min-width: 64px;
    text-align: center;
    padding: 0 0.25rem;
    letter-spacing: -0.02em;
}

/* Submit button */
.gl-pub-submit-btn[b-3n5hwces9q] {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0.9rem !important;
    font-size: 1rem !important;
}

.gl-pub-spinner-btn[b-3n5hwces9q] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: white;
    border-radius: 50%;
    animation: pub-spin-b-3n5hwces9q 0.7s linear infinite;
    flex-shrink: 0;
}

/* ===== SUCCESS SCREEN ===== */
.gl-pub-sucesso-card[b-3n5hwces9q] {
    text-align: center;
}

.gl-pub-check-wrap[b-3n5hwces9q] {
    width: 76px;
    height: 76px;
    background: linear-gradient(135deg, #10B981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3);
}

.gl-pub-sucesso-titulo[b-3n5hwces9q] {
    font-size: 1.65rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.035em;
    margin-bottom: 0.3rem;
}

.gl-pub-sucesso-nome[b-3n5hwces9q] {
    color: #6B7280;
    font-size: 0.95rem;
    margin-bottom: 1.75rem;
}

.gl-pub-posicao[b-3n5hwces9q] {
    background: #F9FAFB;
    border: 1.5px solid #F3F4F6;
    border-radius: 18px;
    padding: 1.25rem 2rem;
    margin: 0 auto 1.75rem;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    min-width: 130px;
}

.gl-pub-posicao-num[b-3n5hwces9q] {
    font-size: 3.5rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.05em;
    line-height: 1;
}

.gl-pub-posicao-label[b-3n5hwces9q] {
    font-size: 0.72rem;
    font-weight: 700;
    color: #9CA3AF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0.35rem;
}

.gl-pub-sucesso-hint[b-3n5hwces9q] {
    color: #6B7280;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.gl-pub-sucesso-restaurante[b-3n5hwces9q] {
    font-size: 0.78rem;
    color: #D1D5DB;
    margin: 0;
}

/* ===== CHAMADO SCREEN ===== */
.gl-pub-chamado-card[b-3n5hwces9q] {
    text-align: center;
}

.gl-pub-chamado-wrap[b-3n5hwces9q] {
    width: 76px;
    height: 76px;
    background: linear-gradient(135deg, #FF6B35, #E84040);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 24px rgba(255, 107, 53, 0.35);
    animation: chamado-pulse-b-3n5hwces9q 1.6s ease-in-out infinite;
}

@keyframes chamado-pulse-b-3n5hwces9q {
    0%, 100% { box-shadow: 0 8px 24px rgba(255, 107, 53, 0.35); transform: scale(1); }
    50%       { box-shadow: 0 14px 40px rgba(255, 107, 53, 0.55); transform: scale(1.07); }
}

.gl-pub-chamado-titulo[b-3n5hwces9q] {
    font-size: 1.65rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.035em;
    margin-bottom: 0.3rem;
}

.gl-pub-chamado-nome[b-3n5hwces9q] {
    color: #6B7280;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}

.gl-pub-chamado-hint[b-3n5hwces9q] {
    color: #374151;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== TRIAL EXPIRADO ===== */
.gl-pub-trial-expirado-card[b-3n5hwces9q] {
    text-align: center;
    border: 2px solid #FEE2E2;
    background: #FFFBFB;
}

.gl-pub-trial-expirado-icon-wrap[b-3n5hwces9q] {
    width: 76px;
    height: 76px;
    background: linear-gradient(135deg, #F59E0B, #DC2626);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 24px rgba(220, 38, 38, 0.28);
}

.gl-pub-trial-expirado-titulo[b-3n5hwces9q] {
    font-size: 1.35rem;
    font-weight: 800;
    color: #991B1B;
    letter-spacing: -0.025em;
    margin-bottom: 0.75rem;
}

.gl-pub-trial-expirado-texto[b-3n5hwces9q] {
    color: #B91C1C;
    font-size: 0.9rem;
    line-height: 1.65;
    margin-bottom: 1.5rem;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== CANCELADO SCREEN ===== */
.gl-pub-cancelado-card[b-3n5hwces9q] {
    text-align: center;
}

.gl-pub-cancelado-wrap[b-3n5hwces9q] {
    width: 76px;
    height: 76px;
    background: linear-gradient(135deg, #9CA3AF, #6B7280);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 24px rgba(107, 114, 128, 0.25);
}

.gl-pub-cancelado-titulo[b-3n5hwces9q] {
    font-size: 1.45rem;
    font-weight: 800;
    color: #374151;
    letter-spacing: -0.03em;
    margin-bottom: 0.75rem;
}

.gl-pub-cancelado-hint[b-3n5hwces9q] {
    color: #6B7280;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}
/* /Components/Pages/Painel/Fila.razor.rz.scp.css */
/* Loading */
.gl-fila-loading[b-wt5ylwhdzw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #6B7280;
    font-size: 0.95rem;
    padding: 2rem 0;
}

.gl-fila-spinner[b-wt5ylwhdzw] {
    width: 20px;
    height: 20px;
    border: 2.5px solid #F3F4F6;
    border-top-color: #FF6B35;
    border-radius: 50%;
    animation: fila-spin-b-wt5ylwhdzw 0.7s linear infinite;
    flex-shrink: 0;
}

@keyframes fila-spin-b-wt5ylwhdzw {
    to { transform: rotate(360deg); }
}

/* Page header */
.gl-fila-header[b-wt5ylwhdzw] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.75rem;
    flex-wrap: wrap;
}

.gl-fila-title[b-wt5ylwhdzw] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.03em;
    margin-bottom: 0.2rem;
}

.gl-fila-subtitle[b-wt5ylwhdzw] {
    color: #6B7280;
    font-size: 0.9rem;
    margin: 0;
}

.gl-fila-header-actions[b-wt5ylwhdzw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.gl-fila-count-badge[b-wt5ylwhdzw] {
    background: linear-gradient(135deg, #FF6B35, #E84040);
    color: white;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.3rem 0.875rem;
    border-radius: 99px;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

/* Empty state */
.gl-fila-empty[b-wt5ylwhdzw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem 1rem;
    color: #9CA3AF;
    text-align: center;
}

.gl-fila-empty-icon[b-wt5ylwhdzw] {
    width: 72px;
    height: 72px;
    background: #F9FAFB;
    border: 1.5px solid #F3F4F6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.gl-fila-empty h3[b-wt5ylwhdzw] {
    font-size: 1.05rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.4rem;
}

.gl-fila-empty p[b-wt5ylwhdzw] {
    font-size: 0.875rem;
    margin: 0;
    max-width: 280px;
    line-height: 1.5;
}

/* Queue list */
.gl-fila-list[b-wt5ylwhdzw] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Queue card */
.gl-fila-card[b-wt5ylwhdzw] {
    background: white;
    border-radius: 16px;
    border: 1.5px solid #F3F4F6;
    padding: 1.25rem 1.5rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.gl-fila-card--chamado[b-wt5ylwhdzw] {
    border-color: #FED7AA;
    background: #FFFBF7;
    box-shadow: 0 2px 12px rgba(255, 107, 53, 0.08);
}

.gl-fila-card-top[b-wt5ylwhdzw] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    margin-bottom: 0.6rem;
}

.gl-fila-pos[b-wt5ylwhdzw] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #D1D5DB;
    min-width: 1.75rem;
    letter-spacing: 0.02em;
}

.gl-fila-name[b-wt5ylwhdzw] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.02em;
    flex: 1;
}

/* Status badges */
.gl-fila-status[b-wt5ylwhdzw] {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.25rem 0.7rem;
    border-radius: 99px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.gl-status--aguardando[b-wt5ylwhdzw] {
    background: #F3F4F6;
    color: #6B7280;
}

.gl-status--chamado[b-wt5ylwhdzw] {
    background: linear-gradient(135deg, #FF6B35, #E84040);
    color: white;
}

/* Meta info */
.gl-fila-card-meta[b-wt5ylwhdzw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem;
    color: #6B7280;
    font-size: 0.85rem;
    margin-bottom: 1rem;
    margin-left: 2.625rem;
}

.gl-fila-meta-item[b-wt5ylwhdzw] {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Action buttons */
.gl-fila-card-actions[b-wt5ylwhdzw] {
    display: flex;
    gap: 0.625rem;
    margin-left: 2.625rem;
    flex-wrap: wrap;
}

.gl-fila-action-btn[b-wt5ylwhdzw] {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0.55rem 1.25rem !important;
    font-size: 0.875rem !important;
}

.gl-btn-atendido[b-wt5ylwhdzw] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #10B981, #059669);
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.55rem 1.25rem;
    cursor: pointer;
    transition: opacity 0.15s, transform 0.1s;
}

.gl-btn-atendido:hover[b-wt5ylwhdzw] {
    opacity: 0.9;
    transform: translateY(-1px);
}

.gl-fila-btn-cancel[b-wt5ylwhdzw] {
    background: transparent;
    border: 1.5px solid #E5E7EB;
    color: #9CA3AF;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.55rem 1rem;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
}

.gl-fila-btn-cancel:hover[b-wt5ylwhdzw] {
    border-color: #EF4444;
    color: #EF4444;
}

/* Footer hint */
.gl-fila-refresh-hint[b-wt5ylwhdzw] {
    text-align: center;
    color: #D1D5DB;
    font-size: 0.78rem;
    margin-top: 1.5rem;
}

/* Mobile */
@media (max-width: 640px) {
    .gl-fila-card[b-wt5ylwhdzw] {
        padding: 1rem;
    }

    .gl-fila-card-meta[b-wt5ylwhdzw],
    .gl-fila-card-actions[b-wt5ylwhdzw] {
        margin-left: 0;
    }

    .gl-fila-card-top[b-wt5ylwhdzw] {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
}
/* /Components/Pages/Painel/Index.razor.rz.scp.css */
/* Loading */
.gl-qr-loading[b-w67l7ei9cr] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #6B7280;
    font-size: 0.95rem;
    padding: 2rem 0;
}

.gl-qr-loading-spinner[b-w67l7ei9cr] {
    width: 20px;
    height: 20px;
    border: 2.5px solid #F3F4F6;
    border-top-color: #FF6B35;
    border-radius: 50%;
    animation: gl-spin-b-w67l7ei9cr 0.7s linear infinite;
}

@keyframes gl-spin-b-w67l7ei9cr {
    to { transform: rotate(360deg); }
}

/* Page header (screen only) */
.gl-qr-page-header[b-w67l7ei9cr] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;

    flex-wrap: wrap;
}

.gl-qr-page-title[b-w67l7ei9cr] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.03em;
    margin-bottom: 0.3rem;
}

.gl-qr-page-subtitle[b-w67l7ei9cr] {
    color: #6B7280;
    font-size: 0.93rem;
    margin: 0;
    line-height: 1.5;
}

.gl-qr-page-actions[b-w67l7ei9cr] {
    display: flex;
    gap: 0.625rem;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.gl-btn-fila[b-w67l7ei9cr] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    padding: 0.65rem 1.25rem;
}

.gl-btn-print[b-w67l7ei9cr] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    padding: 0.7rem 1.4rem;
    flex-shrink: 0;
}

/* QR Code card — aparece na tela e na impressão */
.gl-qr-card[b-w67l7ei9cr] {
    background: white;
    border-radius: 22px;
    border: 1px solid #F3F4F6;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.07);
    padding: 2.5rem 2rem;
    max-width: 440px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gl-qr-card-brand[b-w67l7ei9cr] {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 1.5rem;
}

.gl-qr-restaurant-name[b-w67l7ei9cr] {
    font-size: 1.4rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.03em;
    margin-bottom: 0.3rem;
}

.gl-qr-scan-label[b-w67l7ei9cr] {
    color: #6B7280;
    font-size: 0.9rem;
    margin-bottom: 1.75rem;
}

.gl-qr-image[b-w67l7ei9cr] {
    width: 100%;
    max-width: 280px;
    height: auto;
    display: block;
    image-rendering: pixelated;
    border-radius: 8px;
    margin-bottom: 1.25rem;
}

.gl-qr-url-label[b-w67l7ei9cr] {
    font-size: 0.78rem;
    color: #9CA3AF;
    letter-spacing: 0.01em;
    word-break: break-all;
    margin: 0;
}

/* Tip (screen only) */
.gl-qr-tip[b-w67l7ei9cr] {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    color: #6B7280;
    font-size: 0.85rem;
    margin-top: 1.25rem;
    max-width: 440px;
    line-height: 1.5;
}

/* ===== TRIAL BANNER ===== */
.gl-trial-banner[b-w67l7ei9cr] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #FFFBEB;
    border: 1px solid #FDE68A;
    color: #92400E;
    border-radius: 12px;
    padding: 0.7rem 1rem;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.gl-trial-banner--urgente[b-w67l7ei9cr] {
    background: #FFF7ED;
    border-color: #FDBA74;
    color: #9A3412;
}

.gl-trial-banner--expirado[b-w67l7ei9cr] {
    background: #FEF2F2;
    border-color: #FCA5A5;
    color: #991B1B;
}

.gl-trial-banner-link[b-w67l7ei9cr] {
    margin-left: auto;
    font-weight: 700;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    opacity: 0.85;
}

.gl-trial-banner-link:hover[b-w67l7ei9cr] {
    opacity: 1;
    text-decoration: underline;
}

.gl-trial-banner-btn[b-w67l7ei9cr] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
}

/* ===== SUBSCRIPTION CARDS ===== */
.gl-planos-wrap[b-w67l7ei9cr] {
    max-width: 860px;
    margin-top: 2rem;
}

.gl-planos-intro[b-w67l7ei9cr] {
    margin-bottom: 1.5rem;
}

.gl-planos-titulo[b-w67l7ei9cr] {
    font-size: 1.4rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.03em;
    margin: 0 0 0.3rem;
}

.gl-planos-subtitulo[b-w67l7ei9cr] {
    color: #6B7280;
    font-size: 0.9rem;
    margin: 0;
}

.gl-planos-grid[b-w67l7ei9cr] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.gl-planos-features-titulo[b-w67l7ei9cr] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 0.875rem;
}

@media (max-width: 640px) {
    .gl-planos-grid[b-w67l7ei9cr] {
        grid-template-columns: 1fr;
    }

    .gl-plano-btn[b-w67l7ei9cr] {
        width: 100%;
        display: block;
    }
}

/* ===== PRINT ===== */
@media print {
    .gl-qr-card[b-w67l7ei9cr] {
        border: none;
        box-shadow: none;
        border-radius: 0;
        max-width: 100%;
        padding: 1.5rem;
        margin: 0 auto;
    }

    .gl-qr-restaurant-name[b-w67l7ei9cr] {
        font-size: 2rem;
    }

    .gl-qr-scan-label[b-w67l7ei9cr] {
        font-size: 1rem;
    }

    .gl-qr-image[b-w67l7ei9cr] {
        max-width: 380px;
    }

    .gl-qr-url-label[b-w67l7ei9cr] {
        font-size: 0.85rem;
    }
}
