/* /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;
}

@media (max-width: 900px) {
    .page-card[b-bikmk3lf7b] {
        border-radius: 18px;
        margin-bottom: 1rem;
    }

    .page-card-header[b-bikmk3lf7b] {
        padding: 0.95rem 1rem 0.2rem 1rem;
    }

    .page-card-body[b-bikmk3lf7b] {
        padding: 0.95rem 1rem 1rem 1rem;
    }
}
/* /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;
}

@media (max-width: 900px) {
    .page-toolbar[b-t76f118vmh] {
        align-items: stretch;
    }

    .page-toolbar-left[b-t76f118vmh],
    .page-toolbar-right[b-t76f118vmh] {
        width: 100%;
    }

    .page-toolbar-right > *[b-t76f118vmh],
    .page-toolbar-left > *[b-t76f118vmh] {
        flex: 1 1 100%;
    }
}
/* /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;
}

.mobile-shell-bar[b-6ughov7b2k] {
    display: none;
}

.mobile-sidebar-backdrop[b-6ughov7b2k] {
    display: none;
}

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

.main-content[b-6ughov7b2k] {
    min-width: 0;
    background: linear-gradient(180deg, #f4f7fb 0%, #edf2f7 100%);
    padding: 1.35rem;
    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: linear-gradient(180deg, #f4f7fb 0%, #edf2f7 100%);
}

@media (max-width: 1100px) {
    .app-shell--private[b-6ughov7b2k] {
        display: block;
    }

    .mobile-shell-bar[b-6ughov7b2k] {
        position: sticky;
        top: 0;
        z-index: 45;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.85rem;
        padding: 0.9rem 1rem;
        background: rgba(255, 255, 255, 0.90);
        border-bottom: 1px solid rgba(148, 163, 184, 0.18);
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
        backdrop-filter: blur(18px);
    }

    .mobile-shell-bar__toggle[b-6ughov7b2k],
    .mobile-shell-bar__profile[b-6ughov7b2k],
    .mobile-shell-bar__back[b-6ughov7b2k] {
        width: 2.85rem;
        height: 2.85rem;
        border-radius: 0.95rem;
        border: 1px solid rgba(148, 163, 184, 0.26);
        background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.92));
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #0f172a;
        text-decoration: none;
        flex-shrink: 0;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    }

    .mobile-shell-bar__back[b-6ughov7b2k] {
        cursor: pointer;
        padding: 0;
    }

    .mobile-shell-bar__back:active[b-6ughov7b2k] {
        transform: translateY(1px);
    }

    .mobile-shell-bar__toggle[b-6ughov7b2k] {
        padding: 0;
        flex-direction: column;
        gap: 0.24rem;
        cursor: pointer;
    }

    .mobile-shell-bar__toggle span[b-6ughov7b2k] {
        width: 1.05rem;
        height: 2px;
        border-radius: 999px;
        background: #0f172a;
        display: block;
    }

    .mobile-shell-bar__brand[b-6ughov7b2k] {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 0.12rem;
    }

    .mobile-shell-bar__brand strong[b-6ughov7b2k] {
        color: #0f172a;
        font-size: 0.98rem;
        line-height: 1.15;
    }

    .mobile-shell-bar__brand span[b-6ughov7b2k] {
        color: #475569;
        font-size: 0.82rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: min(52vw, 18rem);
    }

    .mobile-shell-bar__profile[b-6ughov7b2k] {
        font-size: 0.82rem;
        font-weight: 800;
        background: linear-gradient(135deg, #2563eb, #1d4ed8);
        color: #ffffff;
    }

    .mobile-sidebar-backdrop[b-6ughov7b2k] {
        position: fixed;
        inset: 0;
        z-index: 50;
        border: none;
        background: rgba(15, 23, 42, 0.44);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }

    .mobile-sidebar-backdrop--visible[b-6ughov7b2k] {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }

    .sidebar[b-6ughov7b2k] {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(86vw, 320px);
        max-width: 320px;
        height: 100dvh;
        z-index: 55;
        transform: translateX(-102%);
        transition: transform 0.22s ease;
        box-shadow: 0 24px 55px rgba(15, 23, 42, 0.25);
    }

    .sidebar--mobile-open[b-6ughov7b2k] {
        transform: translateX(0);
    }

    .main-content[b-6ughov7b2k] {
        padding: 1rem;
    }

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

@media (max-width: 640px) {
    .main-content[b-6ughov7b2k] {
        padding: 0.85rem;
    }

    .mobile-shell-bar[b-6ughov7b2k] {
        padding: 0.75rem 0.85rem;
    }

    .mobile-shell-bar__brand strong[b-6ughov7b2k] {
        font-size: 0.95rem;
    }

    .mobile-shell-bar__brand span[b-6ughov7b2k] {
        max-width: 48vw;
    }
}

.organization-selection-guard[b-6ughov7b2k] {
    min-height: calc(100vh - 6rem);
    display: grid;
    align-items: start;
}

.organization-selection-guard__message[b-6ughov7b2k] {
    max-width: 960px;
    margin: 0;
}

@media (max-width: 1100px) {
    .organization-selection-guard[b-6ughov7b2k] {
        min-height: calc(100vh - 7rem);
    }
}
/* /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: linear-gradient(180deg, #0a1020 0%, #0c1428 52%, #111827 100%);
    overflow: hidden;
}

.sidebar-header[b-tf9jmimz6v] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 22px 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
    flex-shrink: 0;
}

.sidebar-brand-mark[b-tf9jmimz6v] {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: linear-gradient(135deg, #4f46e5, #8b5cf6);
    box-shadow: 0 12px 28px rgba(79, 70, 229, 0.32);
    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-image[b-tf9jmimz6v] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sidebar-brand-mark span[b-tf9jmimz6v] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.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: 650;
    color: #7c8aa5;
    margin-top: 2px;
}

.sidebar-nav[b-tf9jmimz6v] {
    flex: 1;
    overflow-y: auto;
    padding: 10px 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: 10px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #7c8aa5;
    padding: 14px 12px 6px;
    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: #7c8aa5;
    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: 12px;
    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: 12px;
    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: #7c8aa5;
    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: #7c8aa5;
    cursor: pointer;
    font: inherit;
    text-decoration: none;
    transition: background 150ms ease, color 150ms ease, border-color 150ms ease, transform 150ms ease, box-shadow 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);
}

[b-tf9jmimz6v] .sidebar-link,
[b-tf9jmimz6v] .sidebar-link:link,
[b-tf9jmimz6v] .sidebar-link:visited {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 42px;
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    text-decoration: none;
    color: #e2e8f0;
    background: transparent;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 650;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    transition: background 150ms ease, color 150ms ease, border-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

[b-tf9jmimz6v] .sidebar-link:hover {
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.08);
    transform: translateX(2px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

[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: linear-gradient(135deg, rgba(79, 70, 229, 0.32), rgba(99, 102, 241, 0.22));
    border-color: rgba(129, 140, 248, 0.42);
    box-shadow: 0 10px 24px rgba(30, 41, 59, 0.26);
}

[b-tf9jmimz6v] .sidebar-link.active::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 8px;
    bottom: 8px;
    width: 3px;
    background: linear-gradient(180deg, #818cf8, #a78bfa);
    border-radius: 0 3px 3px 0;
}

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

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

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

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

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

@media (max-width: 1100px) {
    .sidebar-shell[b-tf9jmimz6v] {
        height: 100dvh;
        min-height: 100dvh;
    }

    .sidebar-header[b-tf9jmimz6v] {
        padding: 18px 16px 16px;
    }

    .sidebar-nav[b-tf9jmimz6v] {
        padding-inline: 12px;
        padding-bottom: 1rem;
    }

    .sidebar-footer[b-tf9jmimz6v] {
        padding-bottom: calc(12px + env(safe-area-inset-bottom));
    }

    .sidebar-footer-btn[b-tf9jmimz6v] {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

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

    [b-tf9jmimz6v] .sidebar-link,
    [b-tf9jmimz6v] .sidebar-link:link,
    [b-tf9jmimz6v] .sidebar-link:visited {
        min-height: 44px;
        height: 44px;
        padding-inline: 12px;
        font-size: 14px;
    }
}
/* /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/ForgotPassword.razor.rz.scp.css */
.login-screen-shell[b-q8j9f9wx4j] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem 1rem;
}

.login-panel[b-q8j9f9wx4j] {
    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-q8j9f9wx4j] {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.16), rgba(124, 58, 237, 0.14));
    color: #1d4ed8;
    padding: 0.65rem 1rem;
    font-weight: 800;
}

.login-title[b-q8j9f9wx4j] { margin: 1.35rem 0 0.85rem; color: #0f172a; font-size: clamp(2.4rem, 4vw, 3.5rem); line-height: 1; }
.login-subtitle[b-q8j9f9wx4j] { margin: 0 0 1.5rem; color: #475569; line-height: 1.7; }
.login-form-card[b-q8j9f9wx4j] { margin-top: 1rem; padding: 1.4rem; border-radius: 24px; background: #fff; border: 1px solid #e2e8f0; }
.login-label[b-q8j9f9wx4j] { display: block; margin-bottom: 0.45rem; color: #0f172a; font-weight: 700; }
.login-control[b-q8j9f9wx4j] { min-height: 56px; border-radius: 16px; }
.login-submit[b-q8j9f9wx4j] { width: 100%; min-height: 56px; margin-top: 1.2rem; border-radius: 16px; font-weight: 700; }
.login-secondary-link[b-q8j9f9wx4j] { display: inline-flex; justify-content: center; width: 100%; margin-top: 1rem; color: #1d4ed8; font-weight: 700; text-decoration: none; }
/* /Components/Pages/Home.razor.rz.scp.css */
.home-shell[b-pjzy54e52n] {
    --surface-border: rgba(15, 23, 42, 0.10);
    --surface-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: clamp(1rem, 2vw, 2rem);
}

.home-shell[b-pjzy54e52n]::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.10), transparent 28%),
        radial-gradient(circle at 15% 10%, rgba(99, 102, 241, 0.10), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
    z-index: 0;
}

.home-shell > *[b-pjzy54e52n] {
    position: relative;
    z-index: 1;
}

.home-hero[b-pjzy54e52n],
.notice-card[b-pjzy54e52n],
.panel-card[b-pjzy54e52n],
.metric-card[b-pjzy54e52n],
.task-card[b-pjzy54e52n] {
    border: 1px solid var(--surface-border);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--surface-shadow);
}

.home-hero[b-pjzy54e52n] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.35rem;
    align-items: center;
    border-radius: 30px;
    padding: clamp(1.35rem, 3vw, 2.4rem);
    overflow: hidden;
    background:
        radial-gradient(circle at right top, rgba(16, 185, 129, 0.10), transparent 28%),
        radial-gradient(circle at left top, rgba(99, 102, 241, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

.eyebrow[b-pjzy54e52n] {
    margin: 0 0 0.35rem;
    color: #6b7280;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-hero h1[b-pjzy54e52n],
.section-heading h2[b-pjzy54e52n],
.notice-card h1[b-pjzy54e52n] {
    margin: 0;
    color: #0f172a;
    line-height: 1.06;
}

.home-hero h1[b-pjzy54e52n] {
    font-size: clamp(2.2rem, 4vw, 3.35rem);
    letter-spacing: -0.04em;
}

.hero-text[b-pjzy54e52n] {
    max-width: 760px;
    margin: 0.8rem 0 0;
    color: #475569;
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.6;
}

.hero-summary[b-pjzy54e52n] {
    display: flex;
    min-width: 250px;
    flex-direction: column;
    gap: 0.3rem;
    border-radius: 24px;
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.16);
    padding: 1.2rem 1.25rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.summary-label[b-pjzy54e52n],
.summary-note[b-pjzy54e52n] {
    color: #64748b;
    font-size: 0.85rem;
}

.hero-summary strong[b-pjzy54e52n] {
    color: #0f172a;
    font-size: 1.15rem;
    line-height: 1.3;
}

.primary-entry-link[b-pjzy54e52n],
.task-card[b-pjzy54e52n],
.panel-header a[b-pjzy54e52n] {
    text-decoration: none;
}

.primary-entry-link[b-pjzy54e52n] {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
    padding: 0.9rem 1.15rem;
    font-weight: 800;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18);
}

.notice-card[b-pjzy54e52n] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    border-radius: 24px;
    padding: 1.25rem;
}

.notice-card p[b-pjzy54e52n] {
    margin: 0.35rem 0 0;
    color: #4b5563;
}

.notice-icon[b-pjzy54e52n] {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fef3c7;
    color: #92400e;
    font-weight: 900;
}

.notice-card.error .notice-icon[b-pjzy54e52n] {
    background: #fee2e2;
    color: #991b1b;
}

.section-heading[b-pjzy54e52n] {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.section-heading h2[b-pjzy54e52n] {
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.section-heading p[b-pjzy54e52n] {
    max-width: 560px;
    margin: 0;
    color: #64748b;
    line-height: 1.6;
}

.start-action-grid[b-pjzy54e52n] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.task-card[b-pjzy54e52n] {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 192px;
    flex-direction: column;
    gap: 0.78rem;
    border-radius: 26px;
    color: #ffffff;
    padding: 1.25rem;
    overflow: hidden;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, filter 160ms ease;
}

.task-card[b-pjzy54e52n]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    z-index: -1;
}

.task-card[b-pjzy54e52n]::after {
    content: "";
    position: absolute;
    top: -24%;
    right: -12%;
    width: 160px;
    height: 160px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
    z-index: -1;
}

.task-card:hover[b-pjzy54e52n],
.task-card:focus-visible[b-pjzy54e52n] {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.18);
    filter: saturate(1.04);
    outline: none;
}

.task-card.mobile-first[b-pjzy54e52n] {
    min-height: 170px;
}

.tone-indigo[b-pjzy54e52n] {
    background: linear-gradient(135deg, #15213f 0%, #25345f 58%, #344675 100%);
}

.tone-slate[b-pjzy54e52n] {
    background: linear-gradient(135deg, #111827 0%, #22304b 55%, #334155 100%);
}

.tone-cyan[b-pjzy54e52n] {
    background: linear-gradient(135deg, #0f2942 0%, #155e75 56%, #0891b2 100%);
}

.tone-emerald[b-pjzy54e52n] {
    background: linear-gradient(135deg, #064e3b 0%, #047857 56%, #059669 100%);
}

.tone-amber[b-pjzy54e52n] {
    background: linear-gradient(135deg, #5b2d0f 0%, #8a4516 56%, #b45309 100%);
}

.tone-violet[b-pjzy54e52n] {
    background: linear-gradient(135deg, #312e81 0%, #5b21b6 56%, #7c3aed 100%);
}

.tone-rose[b-pjzy54e52n] {
    background: linear-gradient(135deg, #4c1d2d 0%, #9d174d 56%, #be185d 100%);
}

.tone-steel[b-pjzy54e52n] {
    background: linear-gradient(135deg, #1f2937 0%, #334155 58%, #475569 100%);
}

.tone-danger[b-pjzy54e52n] {
    background: linear-gradient(135deg, #7f1d1d 0%, #b91c1c 56%, #dc2626 100%);
}

.task-icon[b-pjzy54e52n] {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
    font-size: 1.65rem;
}

.task-title[b-pjzy54e52n] {
    font-size: 1.22rem;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.task-description[b-pjzy54e52n] {
    flex: 1;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.98rem;
    line-height: 1.5;
}

.task-cta[b-pjzy54e52n] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    align-self: flex-start;
    min-height: 38px;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-weight: 900;
    font-size: 0.93rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.dashboard-overview[b-pjzy54e52n] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.metric-card[b-pjzy54e52n] {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 252, 0.96));
}

.metric-card[b-pjzy54e52n]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    border-radius: 24px 0 0 24px;
    background: linear-gradient(180deg, #2563eb, #38bdf8);
}

.metric-card-members[b-pjzy54e52n]::before {
    background: linear-gradient(180deg, #4f46e5, #818cf8);
}

.metric-card-balance[b-pjzy54e52n]::before {
    background: linear-gradient(180deg, #059669, #34d399);
}

.metric-card-events[b-pjzy54e52n]::before {
    background: linear-gradient(180deg, #7c3aed, #c084fc);
}

.metric-card span[b-pjzy54e52n],
.metric-card small[b-pjzy54e52n],
.muted[b-pjzy54e52n] {
    color: #64748b;
}

.metric-card strong[b-pjzy54e52n] {
    display: block;
    margin: 0.45rem 0;
    color: #0f172a;
    font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.info-panels[b-pjzy54e52n] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.panel-card[b-pjzy54e52n] {
    border-radius: 24px;
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}

.panel-header[b-pjzy54e52n] {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.panel-header h3[b-pjzy54e52n] {
    margin: 0;
    color: #111827;
}

.panel-header a[b-pjzy54e52n] {
    color: #0f172a;
    font-weight: 900;
}

.simple-list[b-pjzy54e52n] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.simple-list li[b-pjzy54e52n] {
    display: flex;
    gap: 0.35rem;
    flex-direction: column;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fafc, #f1f5f9);
    border: 1px solid rgba(148, 163, 184, 0.15);
    padding: 0.9rem 1rem;
}

.simple-list strong[b-pjzy54e52n] {
    color: #111827;
}

.simple-list span[b-pjzy54e52n] {
    color: #64748b;
}

@media (max-width: 1180px) {
    .start-action-grid[b-pjzy54e52n] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-overview[b-pjzy54e52n],
    .info-panels[b-pjzy54e52n] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .home-shell[b-pjzy54e52n] {
        padding: 0.75rem;
    }

    .home-hero[b-pjzy54e52n],
    .section-heading[b-pjzy54e52n] {
        grid-template-columns: 1fr;
    }

    .notice-card[b-pjzy54e52n] {
        border-radius: 22px;
    }

    .home-hero[b-pjzy54e52n] {
        display: flex;
        align-items: stretch;
        flex-direction: column;
        border-radius: 26px;
    }

    .hero-summary[b-pjzy54e52n] {
        min-width: 0;
    }

    .section-heading[b-pjzy54e52n] {
        align-items: flex-start;
        flex-direction: column;
    }

    .start-action-grid[b-pjzy54e52n] {
        grid-template-columns: 1fr;
    }

    .task-card[b-pjzy54e52n] {
        min-height: 148px;
        padding: 1.1rem;
    }

    .task-title[b-pjzy54e52n] {
        font-size: 1.14rem;
    }

    .task-description[b-pjzy54e52n] {
        font-size: 0.95rem;
    }

    .task-cta[b-pjzy54e52n] {
        min-height: 36px;
        font-size: 0.9rem;
    }
}
/* /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;
}

.login-secondary-link[b-cs8wkdsifl] {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
    color: #1d4ed8;
    font-weight: 700;
    text-decoration: none;
}

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

    .login-title[b-cs8wkdsifl] {
        font-size: 2.65rem;
    }
}
/* /Components/Pages/Organizations.razor.rz.scp.css */
.branding-shell[b-pb6wpchfo5] {
    display: grid;
    grid-template-columns: minmax(320px, 380px) 1fr;
    gap: 1rem;
}

.branding-preview-panel[b-pb6wpchfo5],
.branding-settings-panel[b-pb6wpchfo5],
.branding-upload-card[b-pb6wpchfo5],
.branding-mode-card[b-pb6wpchfo5],
.branding-slot-card[b-pb6wpchfo5] {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.branding-preview-panel[b-pb6wpchfo5] {
    padding: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.branding-preview-header[b-pb6wpchfo5] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
}

.branding-current-mark[b-pb6wpchfo5] {
    width: 108px;
    height: 108px;
    border-radius: 28px;
    border: 1px solid #dbeafe;
    background: radial-gradient(circle at top left, rgba(37,99,235,.14), transparent 55%), linear-gradient(180deg, #ffffff, #eff6ff);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.branding-current-image[b-pb6wpchfo5],
.branding-slot-image[b-pb6wpchfo5],
.org-table-icon-image[b-pb6wpchfo5] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.branding-default-mark[b-pb6wpchfo5],
.org-table-icon-fallback[b-pb6wpchfo5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #1d4ed8;
    letter-spacing: -.04em;
}

.branding-default-mark[b-pb6wpchfo5] {
    font-size: 2rem;
}

.branding-preview-copy[b-pb6wpchfo5] {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    color: #475569;
}

.branding-slot-grid[b-pb6wpchfo5],
.branding-upload-grid[b-pb6wpchfo5] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.branding-slot-card[b-pb6wpchfo5],
.branding-upload-card[b-pb6wpchfo5],
.branding-mode-card[b-pb6wpchfo5] {
    padding: 1rem;
}

.branding-slot-title[b-pb6wpchfo5] {
    margin-bottom: .75rem;
    font-weight: 700;
    color: #0f172a;
}

.branding-slot-image[b-pb6wpchfo5] {
    width: 100%;
    max-height: 180px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: .5rem;
}

.branding-slot-empty[b-pb6wpchfo5] {
    min-height: 140px;
    border-radius: 16px;
    border: 1px dashed #cbd5e1;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    padding: 1rem;
    text-align: center;
}

.branding-settings-panel[b-pb6wpchfo5] {
    padding: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.org-table-icon-shell[b-pb6wpchfo5] {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    border: 1px solid #dbeafe;
    background: linear-gradient(180deg, #ffffff, #eff6ff);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.org-table-icon-fallback[b-pb6wpchfo5] {
    width: 100%;
    height: 100%;
    font-size: 1rem;
}

@media (max-width: 1100px) {
    .branding-shell[b-pb6wpchfo5],
    .branding-slot-grid[b-pb6wpchfo5],
    .branding-upload-grid[b-pb6wpchfo5] {
        grid-template-columns: 1fr;
    }
}


.organization-mobile-card[b-pb6wpchfo5] {
    gap: 1rem;
}

.organization-mobile-card-header[b-pb6wpchfo5] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.organization-mobile-card-icon[b-pb6wpchfo5] {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.organization-mobile-card-copy[b-pb6wpchfo5] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.organization-mobile-actions[b-pb6wpchfo5] {
    margin-top: auto;
}

@media (max-width: 900px) {
    .organization-mobile-card-header[b-pb6wpchfo5] {
        align-items: flex-start;
    }

    .organization-mobile-card-icon[b-pb6wpchfo5] {
        width: 58px;
        height: 58px;
    }
}
/* /Components/Pages/ResetPassword.razor.rz.scp.css */
.login-screen-shell[b-7p3upm0jsu] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem 1rem;
}

.login-panel[b-7p3upm0jsu] {
    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-7p3upm0jsu] { display:inline-flex; min-height:46px; align-items:center; justify-content:center; border-radius:999px; background:linear-gradient(135deg, rgba(96,165,250,.16), rgba(124,58,237,.14)); color:#1d4ed8; padding:.65rem 1rem; font-weight:800; }
.login-title[b-7p3upm0jsu] { margin:1.35rem 0 .85rem; color:#0f172a; font-size:clamp(2.4rem,4vw,3.5rem); line-height:1; }
.login-subtitle[b-7p3upm0jsu] { margin:0 0 1.5rem; color:#475569; line-height:1.7; }
.login-form-card[b-7p3upm0jsu] { margin-top:1rem; padding:1.4rem; border-radius:24px; background:#fff; border:1px solid #e2e8f0; }
.login-field-stack[b-7p3upm0jsu] { display:grid; gap:1rem; }
.login-label[b-7p3upm0jsu] { display:block; margin-bottom:.45rem; color:#0f172a; font-weight:700; }
.login-control[b-7p3upm0jsu] { min-height:56px; border-radius:16px; }
.login-submit[b-7p3upm0jsu] { width:100%; min-height:56px; margin-top:1.2rem; border-radius:16px; font-weight:700; }
.login-secondary-link[b-7p3upm0jsu] { display:inline-flex; justify-content:center; width:100%; margin-top:1rem; color:#1d4ed8; font-weight:700; text-decoration:none; }
