/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout styles live in app.css. */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Sidebar styles live in app.css. */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-emgdimxx3u],
.components-reconnect-repeated-attempt-visible[b-emgdimxx3u],
.components-reconnect-failed-visible[b-emgdimxx3u],
.components-pause-visible[b-emgdimxx3u],
.components-resume-failed-visible[b-emgdimxx3u],
.components-rejoining-animation[b-emgdimxx3u] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-emgdimxx3u],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-emgdimxx3u],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-emgdimxx3u],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-emgdimxx3u],
#components-reconnect-modal.components-reconnect-retrying[b-emgdimxx3u],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-emgdimxx3u],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-emgdimxx3u],
#components-reconnect-modal.components-reconnect-failed[b-emgdimxx3u],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-emgdimxx3u] {
    display: block;
}


#components-reconnect-modal[b-emgdimxx3u] {
    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-emgdimxx3u 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-emgdimxx3u 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-emgdimxx3u 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-emgdimxx3u]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-emgdimxx3u 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-emgdimxx3u {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-emgdimxx3u {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-emgdimxx3u {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-emgdimxx3u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-emgdimxx3u] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-emgdimxx3u] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-emgdimxx3u] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-emgdimxx3u] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-emgdimxx3u] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-emgdimxx3u] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-emgdimxx3u 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-emgdimxx3u] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-emgdimxx3u {
    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/Impresoras.razor.rz.scp.css */
.branch-stack[b-z06kozyy9s] {
    display: grid;
    gap: 18px;
    margin-top: 18px;
}

.branch-group[b-z06kozyy9s] {
    display: grid;
    gap: 14px;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.02);
}

.branch-header[b-z06kozyy9s],
.printer-card-top[b-z06kozyy9s],
.printer-card-meta[b-z06kozyy9s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.printer-grid[b-z06kozyy9s] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
}

.printer-card[b-z06kozyy9s] {
    border: 1px solid var(--border);
    border-radius: 20px;
    background: linear-gradient(180deg, var(--surface-soft), rgba(255, 255, 255, 0.02));
    color: var(--ink);
    padding: 16px;
    cursor: pointer;
    text-align: left;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.printer-card:hover[b-z06kozyy9s],
.printer-card.selected[b-z06kozyy9s] {
    transform: translateY(-1px);
    border-color: var(--border-strong);
    box-shadow: 0 18px 34px rgba(8, 4, 20, 0.18);
}

.printer-card-meta[b-z06kozyy9s] {
    margin-top: 12px;
    color: var(--muted);
    font-size: 0.88rem;
}

.printer-status[b-z06kozyy9s] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
    border: 1px solid transparent;
}

.status-online[b-z06kozyy9s] {
    border-color: rgba(120, 255, 191, 0.24);
    background: rgba(120, 255, 191, 0.12);
    color: var(--ok);
}

.status-busy[b-z06kozyy9s] {
    border-color: rgba(52, 216, 255, 0.28);
    background: rgba(52, 216, 255, 0.14);
    color: var(--accent);
}

.status-warning[b-z06kozyy9s] {
    border-color: rgba(255, 205, 87, 0.30);
    background: rgba(255, 205, 87, 0.12);
    color: #ffcd57;
}

.status-offline[b-z06kozyy9s],
.status-disabled[b-z06kozyy9s] {
    border-color: rgba(167, 159, 199, 0.24);
    background: rgba(167, 159, 199, 0.12);
    color: var(--muted);
}

.status-error[b-z06kozyy9s] {
    border-color: rgba(255, 122, 217, 0.30);
    background: rgba(255, 122, 217, 0.14);
    color: var(--danger);
}

.history-header[b-z06kozyy9s] {
    margin-top: 8px;
}

.history-table[b-z06kozyy9s] {
    min-width: 520px;
}

@media (max-width: 720px) {
    .branch-group[b-z06kozyy9s] {
        padding: 14px;
    }

    .printer-grid[b-z06kozyy9s] {
        grid-template-columns: 1fr;
    }
}
