/* /Components/Common/PageCard.razor.rz.scp.css */
.page-card[b-bikmk3lf7b] {
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.88));
    border: 1px solid rgba(148,163,184,.18);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(15,23,42,.06);
    margin-bottom: 1.5rem;
    transition: transform .18s ease, box-shadow .18s ease;
}
.page-card:hover[b-bikmk3lf7b] {
    transform: translateY(-1px);
    box-shadow: 0 18px 42px rgba(15,23,42,.08);
}
.page-card-header[b-bikmk3lf7b] {
    padding: 1rem 1.25rem 0.25rem 1.25rem;
}
.page-card-header h3[b-bikmk3lf7b] {
    margin: 0;
    font-size: 1.15rem;
    color: #111827;
}
.page-card-body[b-bikmk3lf7b] {
    padding: 1rem 1.25rem 1.25rem 1.25rem;
}
/* /Components/Common/PageToolbar.razor.rz.scp.css */
.page-toolbar[b-t76f118vmh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.page-toolbar-left[b-t76f118vmh],
.page-toolbar-right[b-t76f118vmh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
/* /Components/Common/PaginationBar.razor.rz.scp.css */
.pagination-shell[b-qm1tbpukoc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.pagination-summary[b-qm1tbpukoc] {
    color: #475569;
    font-size: 0.95rem;
}

.pagination-actions[b-qm1tbpukoc] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.pagination-size-label[b-qm1tbpukoc] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #475569;
    font-size: 0.95rem;
}

.pagination-size-select[b-qm1tbpukoc] {
    min-width: 84px;
}

.pagination-buttons[b-qm1tbpukoc] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}
/* /Components/Common/StatCard.razor.rz.scp.css */
.stat-card[b-o7ouivjviq] {
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid rgba(148,163,184,.18);
    border-radius: 20px;
    padding: 1rem 1.1rem;
    box-shadow: 0 10px 28px rgba(15,23,42,.05);
    transition: transform .18s ease, box-shadow .18s ease;
}
.stat-card:hover[b-o7ouivjviq] {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(15,23,42,.08);
}
.stat-card-title[b-o7ouivjviq] {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
}
.stat-card-value[b-o7ouivjviq] {
    font-size: 1.7rem;
    font-weight: 800;
    color: #0f172a;
}
.stat-card-subtitle[b-o7ouivjviq] {
    margin-top: 0.4rem;
    font-size: 0.85rem;
    color: #6b7280;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-6ughov7b2k] {
    min-height: 100vh;
}

.app-shell--private[b-6ughov7b2k] {
    display: grid;
    grid-template-columns: 268px minmax(0, 1fr);
    min-height: 100vh;
}

.app-shell--public[b-6ughov7b2k] {
    display: block;
}

.sidebar[b-6ughov7b2k] {
    position: sticky;
    top: 0;
    align-self: start;
    height: 100vh;
    z-index: 10;
}

.main-content[b-6ughov7b2k] {
    min-width: 0;
    background-color: #f1f5f9;
    padding: 1.5rem;
    color: #0f172a;
}

.main-content--public[b-6ughov7b2k] {
    min-height: 100vh;
    padding: 0;
    background-color: transparent;
}

.page-content[b-6ughov7b2k] {
    min-height: calc(100vh - 3rem);
}

.page-content--public[b-6ughov7b2k] {
    min-height: 100vh;
}

.layout-loading-shell[b-6ughov7b2k] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    font-size: 1.05rem;
    color: #334155;
    background-color: #f1f5f9;
}

@media (max-width: 1100px) {
    .app-shell--private[b-6ughov7b2k] {
        grid-template-columns: 1fr;
    }

    .sidebar[b-6ughov7b2k] {
        position: relative;
        height: auto;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* =======================================================================
   SIDEBAR SHELL
   Stiluri pentru elementele HTML directe din NavMenu.razor.
   Acestea primesc automat atributul scope (b-xxx) de la Blazor CSS isolation.
   ======================================================================= */

.sidebar-shell[b-tf9jmimz6v] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #0e1220;
    overflow: hidden;
}

.sidebar-header[b-tf9jmimz6v] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    flex-shrink: 0;
}

.sidebar-brand-mark[b-tf9jmimz6v] {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.5px;
    flex-shrink: 0;
}

.sidebar-brand-text[b-tf9jmimz6v] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sidebar-brand-title[b-tf9jmimz6v] {
    font-size: 14px;
    font-weight: 700;
    color: #f1f5f9;
    letter-spacing: -0.2px;
    line-height: 1.2;
}

.sidebar-brand-subtitle[b-tf9jmimz6v] {
    font-size: 11px;
    font-weight: 500;
    color: #4b5675;
    margin-top: 2px;
}

.sidebar-nav[b-tf9jmimz6v] {
    flex: 1;
    overflow-y: auto;
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.08) transparent;
}

.sidebar-nav[b-tf9jmimz6v]::-webkit-scrollbar {
    width: 3px;
}

.sidebar-nav[b-tf9jmimz6v]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 99px;
}

.sidebar-section[b-tf9jmimz6v] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding-bottom: 4px;
}

.sidebar-section + .sidebar-section[b-tf9jmimz6v] {
    margin-top: 4px;
}

.sidebar-section-label[b-tf9jmimz6v] {
    display: block;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #4b5675;
    padding: 14px 10px 5px;
    user-select: none;
}

.sidebar-footer[b-tf9jmimz6v] {
    flex-shrink: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 12px 10px;
}

.sidebar-footer-org[b-tf9jmimz6v] {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4b5675;
    padding: 0 8px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-footer-user[b-tf9jmimz6v] {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 8px;
    border-radius: 8px;
    transition: background 150ms ease;
}

.sidebar-footer-user:hover[b-tf9jmimz6v] {
    background: rgba(255, 255, 255, 0.05);
}

.sidebar-footer-avatar[b-tf9jmimz6v] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0ea5e9, #6366f1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    flex-shrink: 0;
}

.sidebar-footer-meta[b-tf9jmimz6v] {
    flex: 1;
    min-width: 0;
}

.sidebar-footer-name[b-tf9jmimz6v] {
    font-size: 13px;
    font-weight: 600;
    color: #f1f5f9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.sidebar-footer-email[b-tf9jmimz6v] {
    font-size: 11px;
    color: #4b5675;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1px;
}

.sidebar-footer-actions[b-tf9jmimz6v] {
    display: flex;
    gap: 4px;
    flex-shrink: 0;
}

.sidebar-footer-btn[b-tf9jmimz6v] {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4b5675;
    cursor: pointer;
    font: inherit;
    text-decoration: none;
    transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
    padding: 0;
}

.sidebar-footer-btn svg[b-tf9jmimz6v] {
    width: 14px;
    height: 14px;
}

.sidebar-footer-btn:hover[b-tf9jmimz6v] {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.09);
    color: #94a3b8;
    border-color: rgba(255, 255, 255, 0.13);
}

.sidebar-footer-btn--logout:hover[b-tf9jmimz6v] {
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
    border-color: rgba(239, 68, 68, 0.25);
}

/* =======================================================================
   ::deep — STILURI PENTRU .sidebar-link (elementele <a> din NavLink)
   
   DE CE ::deep?
   NavLink este un component Blazor care randează intern un <a>.
   CSS isolation adaugă scope-ul (b-xxx) pe elementele HTML declarate
   DIRECT în markup-ul componentei. Elementele randate INTERN de un
   component copil (NavLink → <a>) NU primesc automat scope-ul părintelui.
   
   ::deep transformă selectorul .sidebar-link în [b-xxx] .sidebar-link,
   adică "orice .sidebar-link descendent al unui element cu scope b-xxx".
   Deoarece <nav class="sidebar-shell"> are b-xxx, toți descendenții
   <a class="sidebar-link"> sunt prinși de acest selector.
   
   Aceasta este singura metodă garantată să suprascrie :visited din browser.
   ======================================================================= */

[b-tf9jmimz6v] .sidebar-link,
[b-tf9jmimz6v] .sidebar-link:link,
[b-tf9jmimz6v] .sidebar-link:visited {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 38px;
    padding: 0 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #e2e8f0;
    background: transparent;
    border: 1px solid transparent;
    font-size: 13.5px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}

[b-tf9jmimz6v] .sidebar-link:hover {
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.06);
}

[b-tf9jmimz6v] .sidebar-link:active {
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
}

[b-tf9jmimz6v] .sidebar-link:focus-visible {
    text-decoration: none;
    outline: 2px solid #6366f1;
    outline-offset: -2px;
    color: #e2e8f0;
}

[b-tf9jmimz6v] .sidebar-link.active,
[b-tf9jmimz6v] .sidebar-link.active:link,
[b-tf9jmimz6v] .sidebar-link.active:visited {
    text-decoration: none;
    color: #ffffff;
    background: rgba(99, 102, 241, 0.18);
    border-color: rgba(129, 140, 248, 0.38);
}

[b-tf9jmimz6v] .sidebar-link.active::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 7px;
    bottom: 7px;
    width: 3px;
    background: #818cf8;
    border-radius: 0 3px 3px 0;
}

[b-tf9jmimz6v] .sidebar-link-icon {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4b5675;
    transition: color 150ms ease;
}

[b-tf9jmimz6v] .sidebar-link-icon svg {
    width: 17px;
    height: 17px;
}

[b-tf9jmimz6v] .sidebar-link:hover .sidebar-link-icon {
    color: #cbd5e1;
}

[b-tf9jmimz6v] .sidebar-link.active .sidebar-link-icon {
    color: #818cf8;
}

[b-tf9jmimz6v] .sidebar-link-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}

@media (max-width: 1100px) {
    .sidebar-shell[b-tf9jmimz6v] {
        height: auto;
        min-height: 100vh;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1r78rra3nv],
.components-reconnect-repeated-attempt-visible[b-1r78rra3nv],
.components-reconnect-failed-visible[b-1r78rra3nv],
.components-pause-visible[b-1r78rra3nv],
.components-resume-failed-visible[b-1r78rra3nv],
.components-rejoining-animation[b-1r78rra3nv] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-1r78rra3nv {
    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/Layout/SidebarNavItem.razor.rz.scp.css */

/* /Components/Pages/Login.razor.rz.scp.css */
.login-screen-shell[b-cs8wkdsifl] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem 1rem;
}

.login-panel[b-cs8wkdsifl] {
    width: min(100%, 540px);
    padding: 2.5rem;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.92));
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
}

.login-badge[b-cs8wkdsifl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.16), rgba(124, 58, 237, 0.14));
    color: #1d4ed8;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.login-title[b-cs8wkdsifl] {
    margin: 1.35rem 0 0.85rem;
    font-size: clamp(3rem, 4vw, 4rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: #0f172a;
}

.login-subtitle[b-cs8wkdsifl] {
    margin: 0 0 1.5rem;
    color: #475569;
    font-size: 1.1rem;
    line-height: 1.7;
}

.login-form-card[b-cs8wkdsifl] {
    margin-top: 1rem;
    padding: 1.4rem;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}

.login-field-stack[b-cs8wkdsifl] {
    display: grid;
    gap: 1rem;
}

.login-label[b-cs8wkdsifl] {
    display: block;
    margin-bottom: 0.45rem;
    color: #0f172a;
    font-weight: 700;
}

.login-control[b-cs8wkdsifl] {
    min-height: 56px;
    border-radius: 16px;
}

.login-submit[b-cs8wkdsifl] {
    width: 100%;
    min-height: 56px;
    margin-top: 1.2rem;
    border-radius: 16px;
    font-size: 1rem;
    font-weight: 700;
}

@media (max-width: 700px) {
    .login-panel[b-cs8wkdsifl] {
        padding: 1.5rem;
        border-radius: 24px;
    }

    .login-title[b-cs8wkdsifl] {
        font-size: 2.65rem;
    }
}
