/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-shell[b-rumc38qdbt] {
    min-height: 100vh;
    display: flex;
    background: var(--color-surface);
}

.login-aside[b-rumc38qdbt] {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    flex: 1.2;
    padding: 3rem 3.5rem;
    background: var(--color-surface-muted);
    border-right: 1px solid var(--color-border);
    background-image:
        radial-gradient(1px 1px at 20% 30%, rgba(28, 25, 23, 0.06) 1px, transparent 0),
        radial-gradient(1px 1px at 80% 75%, rgba(28, 25, 23, 0.05) 1px, transparent 0);
    background-size: 90px 90px, 140px 140px;
}

.login-brand .wordmark[b-rumc38qdbt] {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--color-accent);
    letter-spacing: -0.02em;
}

.wordmark-dot[b-rumc38qdbt] {
    color: var(--color-accent);
    margin-left: 0.05em;
}

.login-pitch[b-rumc38qdbt] {
    max-width: 28rem;
}

.login-headline[b-rumc38qdbt] {
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-text);
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.login-sub[b-rumc38qdbt] {
    color: var(--color-text-muted);
    font-size: 1rem;
    line-height: 1.55;
    margin: 0;
    max-width: 24rem;
}

.login-meta[b-rumc38qdbt] {
    color: var(--color-text-faint);
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.login-meta .dot[b-rumc38qdbt] {
    color: var(--color-text-faint);
    opacity: 0.6;
}

.login-main[b-rumc38qdbt] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
}

[b-rumc38qdbt] .login-card {
    width: 100%;
    max-width: 360px;
}

[b-rumc38qdbt] .login-eyebrow {
    color: var(--color-text-muted);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

[b-rumc38qdbt] .login-title {
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--color-text);
    letter-spacing: -0.015em;
    margin: 0 0 0.4rem;
}

[b-rumc38qdbt] .login-subtitle {
    color: var(--color-text-muted);
    font-size: 0.9rem;
    margin-bottom: 1.75rem;
}

[b-rumc38qdbt] .login-mobile-brand {
    display: block;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: -0.02em;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

[b-rumc38qdbt] .form-error {
    background: var(--color-danger-soft);
    border: 1px solid #fecaca;
    color: var(--color-danger);
    border-radius: var(--radius-sm);
    padding: 0.6rem 0.8rem;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

[b-rumc38qdbt] .login-form .form-label {
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--color-text-muted);
    letter-spacing: 0.01em;
}

[b-rumc38qdbt] .login-form .form-control {
    padding: 0.6rem 0.75rem;
    font-size: 0.95rem;
}

[b-rumc38qdbt] .login-form .btn-primary {
    padding: 0.65rem 1rem;
    font-size: 0.95rem;
    margin-top: 0.5rem;
}

[b-rumc38qdbt] .login-form .btn-primary .icon {
    transition: transform 160ms ease;
}

[b-rumc38qdbt] .login-form .btn-primary:hover .icon {
    transform: translateX(2px);
}

@media (min-width: 880px) {
    .login-aside[b-rumc38qdbt] {
        display: flex;
    }

    [b-rumc38qdbt] .login-mobile-brand {
        display: none;
    }
}

@media (max-width: 879px) {
    .login-main[b-rumc38qdbt] {
        padding: 2rem 1.25rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-u2d7ueuxb9] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--color-bg);
}

main[b-u2d7ueuxb9] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: var(--color-bg);
    min-width: 0;
}

.sidebar[b-u2d7ueuxb9] {
    background: var(--color-surface);
    border-bottom: 1px solid var(--color-border);
}

.top-row[b-u2d7ueuxb9] {
    background-color: var(--color-surface);
    border-bottom: 1px solid var(--color-border);
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 1.25rem;
}

.user-block[b-u2d7ueuxb9] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    font-size: 0.85rem;
}

.logout-form[b-u2d7ueuxb9] {
    margin: 0;
}

.logout-btn[b-u2d7ueuxb9] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: transparent;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    color: var(--color-text-muted);
    padding: 0.35rem 0.7rem;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}

.logout-btn:hover[b-u2d7ueuxb9],
.logout-btn:focus[b-u2d7ueuxb9] {
    background: var(--color-surface-muted);
    color: var(--color-text);
    border-color: var(--color-border-strong);
    outline: none;
}

.content[b-u2d7ueuxb9] {
    padding: 1.75rem 1.5rem 6.5rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

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

    .sidebar[b-u2d7ueuxb9] {
        width: 240px;
        height: 100vh;
        position: sticky;
        top: 0;
        border-bottom: 0;
        border-right: 1px solid var(--color-border);
    }

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

    .content[b-u2d7ueuxb9] {
        padding: 2rem 2.5rem 8rem;
    }
}

@media (max-width: 640.98px) {
    .top-row[b-u2d7ueuxb9] {
        justify-content: flex-end;
    }
}

#blazor-error-ui[b-u2d7ueuxb9] {
    color-scheme: light only;
    background: var(--color-warning-soft);
    color: var(--color-warning);
    border-top: 1px solid #fde68a;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.06);
    bottom: 0;
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-size: 0.875rem;
}

    #blazor-error-ui .reload[b-u2d7ueuxb9] {
        color: var(--color-warning);
        text-decoration: underline;
        margin-left: 0.5rem;
    }

    #blazor-error-ui .dismiss[b-u2d7ueuxb9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        font-size: 1.1rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-top[b-fw8rzmrorl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.25rem;
    border-bottom: 1px solid var(--color-border);
    height: 3.5rem;
    box-sizing: border-box;
}

.brand[b-fw8rzmrorl] {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--color-accent);
    letter-spacing: -0.02em;
    text-decoration: none;
}

.brand:hover[b-fw8rzmrorl] {
    color: var(--color-accent-hover);
    text-decoration: none;
}

.brand-dot[b-fw8rzmrorl] {
    color: var(--color-accent);
    margin-left: 0.05em;
}

.navbar-toggler[b-fw8rzmrorl] {
    appearance: none;
    cursor: pointer;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    background: var(--color-surface);
    color: var(--color-text-muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler:hover[b-fw8rzmrorl] {
    background: var(--color-surface-muted);
    color: var(--color-text);
}

.nav-toggle-input[b-fw8rzmrorl] {
    display: none;
}

.nav-scrollable[b-fw8rzmrorl] {
    display: none;
    padding: 1rem 0.75rem;
}

.nav-toggle-input:checked ~ .nav-scrollable[b-fw8rzmrorl] {
    display: block;
}

.nav-list[b-fw8rzmrorl] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

[b-fw8rzmrorl] .nav-link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 0.75rem;
    border-radius: var(--radius-sm);
    color: var(--color-text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid transparent;
    background: transparent;
    transition: background-color 120ms ease, color 120ms ease;
    position: relative;
}

[b-fw8rzmrorl] .nav-link:hover {
    background: var(--color-surface-muted);
    color: var(--color-text);
    text-decoration: none;
}

[b-fw8rzmrorl] .nav-link.active {
    background: var(--color-surface-muted);
    color: var(--color-text);
}

[b-fw8rzmrorl] .nav-link.active::before {
    content: '';
    position: absolute;
    left: -0.75rem;
    top: 0.4rem;
    bottom: 0.4rem;
    width: 2px;
    background: var(--color-accent);
    border-radius: 2px;
}

[b-fw8rzmrorl] .nav-link .icon {
    color: var(--color-text-faint);
    width: 1.05rem;
    height: 1.05rem;
}

[b-fw8rzmrorl] .nav-link.active .icon,
[b-fw8rzmrorl] .nav-link:hover .icon {
    color: var(--color-text);
}

@media (min-width: 641px) {
    .nav-top[b-fw8rzmrorl] {
        border-bottom: 1px solid var(--color-border);
    }

    .navbar-toggler[b-fw8rzmrorl] {
        display: none;
    }

    .nav-scrollable[b-fw8rzmrorl] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        padding: 1.25rem 1rem;
    }

    .nav-list[b-fw8rzmrorl] {
        gap: 1px;
    }

    [b-fw8rzmrorl] .nav-link.active::before {
        left: -1rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5hf030f887],
.components-reconnect-repeated-attempt-visible[b-5hf030f887],
.components-reconnect-failed-visible[b-5hf030f887],
.components-pause-visible[b-5hf030f887],
.components-resume-failed-visible[b-5hf030f887],
.components-rejoining-animation[b-5hf030f887] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-5hf030f887 {
    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/Shared/CronoFlotante.razor.rz.scp.css */
.crono-flotante[b-0ijbldsj1q] {
    position: fixed;
    z-index: 90;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 0.85rem;
    padding: 0.7rem 0.9rem;
    bottom: 1.25rem;
    right: 1.25rem;
    width: 380px;
    animation: cronoIn-b-0ijbldsj1q 220ms ease;
}

.crono-info[b-0ijbldsj1q] {
    min-width: 0;
}

.crono-titulo[b-0ijbldsj1q] {
    color: var(--color-text);
    font-weight: 600;
    font-size: 0.92rem;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.crono-meta[b-0ijbldsj1q] {
    color: var(--color-text-muted);
    font-size: 0.75rem;
    line-height: 1.3;
    margin-top: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.crono-cuenta[b-0ijbldsj1q] {
    font-family: var(--font-mono);
    font-feature-settings: 'tnum';
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--color-text);
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.crono-acciones[b-0ijbldsj1q] {
    display: flex;
    gap: 0.35rem;
}

.crono-btn[b-0ijbldsj1q] {
    border: 0;
    color: #fff;
    font-weight: 500;
    font-size: 0.85rem;
    padding: 0.45rem 0.7rem;
    border-radius: var(--radius-sm);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: background-color 120ms ease;
}

.crono-btn:focus[b-0ijbldsj1q] { outline: none; }

.crono-pausar[b-0ijbldsj1q] {
    background: var(--color-warning);
}

.crono-pausar:hover[b-0ijbldsj1q],
.crono-pausar:focus[b-0ijbldsj1q] {
    background: #92400e;
}

.crono-terminar[b-0ijbldsj1q] {
    background: var(--color-danger);
}

.crono-terminar:hover[b-0ijbldsj1q],
.crono-terminar:focus[b-0ijbldsj1q] {
    background: #991b1b;
}

.crono-btn .icon[b-0ijbldsj1q] {
    width: 0.8rem;
    height: 0.8rem;
}

@keyframes cronoIn-b-0ijbldsj1q {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 640px) {
    .crono-flotante[b-0ijbldsj1q] {
        bottom: 0;
        right: 0;
        left: 0;
        width: auto;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        padding: 0.65rem 1rem;
        animation: cronoSheetIn-b-0ijbldsj1q 240ms ease;
        gap: 0.7rem;
    }

    .crono-btn-texto[b-0ijbldsj1q] {
        display: none;
    }

    .crono-btn[b-0ijbldsj1q] {
        width: 2.2rem;
        height: 2.2rem;
        padding: 0;
        justify-content: center;
        border-radius: 999px;
    }

    .crono-btn .icon[b-0ijbldsj1q] {
        width: 0.95rem;
        height: 0.95rem;
        margin: 0;
    }

    @keyframes cronoSheetIn-b-0ijbldsj1q {
        from { transform: translateY(100%); }
        to { transform: translateY(0); }
    }
}
/* /Components/Shared/Modal.razor.rz.scp.css */
.modal-backdrop[b-igj49pawdf] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.4);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: fadeIn-b-igj49pawdf 140ms ease;
    backdrop-filter: blur(2px);
}

.modal-panel[b-igj49pawdf] {
    background: var(--color-surface);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    width: 100%;
    max-width: 520px;
    max-height: calc(100vh - 2rem);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: panelIn-b-igj49pawdf 180ms ease;
}

.modal-header[b-igj49pawdf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem 0.75rem;
    border-bottom: 1px solid var(--color-border);
}

.modal-title[b-igj49pawdf] {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0;
    color: var(--color-text);
    letter-spacing: -0.01em;
}

.modal-close[b-igj49pawdf] {
    background: none;
    border: 0;
    font-size: 1.4rem;
    line-height: 1;
    color: var(--color-text-faint);
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    border-radius: var(--radius-sm);
}

.modal-close:hover[b-igj49pawdf] {
    background: var(--color-surface-muted);
    color: var(--color-text);
}

.modal-body[b-igj49pawdf] {
    padding: 1.25rem;
    overflow-y: auto;
}

.modal-footer[b-igj49pawdf] {
    padding: 0.85rem 1.25rem;
    border-top: 1px solid var(--color-border);
    display: flex;
    gap: 0.6rem;
    justify-content: flex-end;
    align-items: center;
}

@keyframes fadeIn-b-igj49pawdf {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes panelIn-b-igj49pawdf {
    from { opacity: 0; transform: translateY(8px) scale(0.99); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 640px) {
    .modal-backdrop[b-igj49pawdf] {
        padding: 0;
        align-items: flex-end;
    }

    .modal-panel[b-igj49pawdf] {
        border-radius: var(--radius-lg) var(--radius-lg) 0 0;
        max-height: 90vh;
        animation: sheetIn-b-igj49pawdf 220ms ease;
    }

    @keyframes sheetIn-b-igj49pawdf {
        from { transform: translateY(100%); }
        to { transform: translateY(0); }
    }
}
