/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-5f67gnzgxf] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.25rem;
    background:
        linear-gradient(180deg, rgba(10, 22, 40, 0.88), rgba(10, 22, 40, 0.94)),
        url("/branding/rjdados-banner.png") center/cover no-repeat;
}

.auth-shell-inner[b-5f67gnzgxf] {
    width: 100%;
    max-width: 460px;
}

.auth-card[b-5f67gnzgxf] {
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 28px 70px rgba(10, 22, 40, 0.35);
    overflow: hidden;
}

.auth-card .card-body[b-5f67gnzgxf] {
    padding: 2rem 1.75rem;
}

.auth-tabs[b-5f67gnzgxf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    padding: 0.35rem;
    border-radius: 999px;
    background: rgba(10, 22, 40, 0.06);
}

.auth-tab[b-5f67gnzgxf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.92rem;
    color: #64748b;
    transition: all 0.2s ease;
}

.auth-tab:hover[b-5f67gnzgxf] {
    color: #0a1628;
}

.auth-tab.active[b-5f67gnzgxf] {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.95), rgba(234, 88, 12, 0.98));
    color: #fff;
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.22);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-20h3svkxay] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-panel[b-20h3svkxay] {
    flex: 1;
    min-width: 0;
    background: transparent;
}

.sidebar-panel[b-20h3svkxay] {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 0%, rgba(56, 189, 248, 0.12), transparent 18rem),
        radial-gradient(circle at 0% 100%, rgba(249, 115, 22, 0.1), transparent 14rem),
        linear-gradient(180deg, #081225 0%, #0d1832 38%, #101937 100%);
    border-right: 1px solid rgba(56, 189, 248, 0.12);
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.02);
}

.workspace-topbar[b-20h3svkxay] {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.5rem;
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(15, 35, 71, 0.08);
    box-shadow: 0 8px 24px rgba(10, 22, 40, 0.04);
}

.workspace-kicker[b-20h3svkxay] {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ea580c;
    font-weight: 800;
}

.workspace-title[b-20h3svkxay] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0a1628;
}

.workspace-actions[b-20h3svkxay] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    min-width: 0;
}

.mobile-menu-toggle[b-20h3svkxay] {
    display: none;
    border: 1px solid rgba(15, 35, 71, 0.12);
    background: #fff;
    color: #0a1628;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.6rem 0.95rem;
}

.topbar-link[b-20h3svkxay] {
    text-decoration: none;
    color: #334155;
    font-weight: 600;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    transition: 0.2s ease;
}

.topbar-link:hover[b-20h3svkxay] {
    color: #0a1628;
    background: rgba(249, 115, 22, 0.08);
}

.topbar-link-download[b-20h3svkxay] {
    color: #0f2347;
    background: rgba(56, 189, 248, 0.14);
    border: 1px solid rgba(56, 189, 248, 0.22);
}

.topbar-link-download:hover[b-20h3svkxay] {
    color: #0a1628;
    background: rgba(56, 189, 248, 0.22);
}

.topbar-user[b-20h3svkxay] {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(10, 22, 40, 0.05);
    color: #0a1628;
    font-weight: 700;
}

.workspace-content[b-20h3svkxay] {
    padding: 1.5rem;
}

@media (max-width: 640.98px) {
    .workspace-topbar[b-20h3svkxay] {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
    }

    .mobile-menu-toggle[b-20h3svkxay] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .workspace-actions[b-20h3svkxay] {
        width: 100%;
        justify-content: flex-start;
        gap: 0.5rem;
        flex-direction: column;
        align-items: stretch;
    }

    .workspace-actions.workspace-actions-closed[b-20h3svkxay] {
        display: none;
    }

    .workspace-actions.workspace-actions-open[b-20h3svkxay] {
        display: flex;
    }

    .topbar-link[b-20h3svkxay],
    .topbar-user[b-20h3svkxay] {
        width: 100%;
    }

    .workspace-actions form[b-20h3svkxay] {
        width: 100%;
    }

    .workspace-actions form .btn[b-20h3svkxay] {
        width: 100%;
    }

    .workspace-content[b-20h3svkxay] {
        padding: 1rem;
    }
}

@media (min-width: 641px) {
    .app-shell[b-20h3svkxay] {
        flex-direction: row;
    }

    .workspace-actions.workspace-actions-closed[b-20h3svkxay],
    .workspace-actions.workspace-actions-open[b-20h3svkxay] {
        display: flex;
    }

    .sidebar-panel[b-20h3svkxay] {
        width: 280px;
        height: 100vh;
        min-height: 100vh;
        max-height: 100vh;
        position: sticky;
        top: 0;
        align-self: flex-start;
    }

    .sidebar-panel[b-20h3svkxay] >  .sidebar-shell {
        height: 100%;
        min-height: 0;
    }
}

#blazor-error-ui[b-20h3svkxay] {
    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-20h3svkxay] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-shell[b-7l8h8vglm1] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    flex: 1 1 auto;
}

.navbar-toggler[b-7l8h8vglm1] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 1.15rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.9rem;
    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.75%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.08);
}

.navbar-toggler:checked[b-7l8h8vglm1] {
    background-color: rgba(255, 255, 255, 0.18);
}

.sidebar-header[b-7l8h8vglm1] {
    min-height: 5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.25rem 1rem 1.25rem;
    flex: 0 0 auto;
}

.brand-logo[b-7l8h8vglm1] {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: contain;
    flex: 0 0 auto;
}

.navbar-brand[b-7l8h8vglm1] {
    font-size: 1.12rem;
    color: #f8fafc;
    font-weight: 700;
    text-decoration: none;
}

.brand-caption[b-7l8h8vglm1] {
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.82rem;
    margin-top: 0.15rem;
}

.bi[b-7l8h8vglm1] {
    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-7l8h8vglm1] {
    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-7l8h8vglm1] {
    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-7l8h8vglm1] {
    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");
}

.bi-shield-lock-fill-nav-menu[b-7l8h8vglm1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0c-.69 0-1.27.35-1.6.886L2.63 3.5A1.5 1.5 0 0 0 1.5 5v8a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 15.5 13V5a1.5 1.5 0 0 0-.63-1.5L9.6.886A1 1 0 0 0 8 0M6 7a2 2 0 1 1 4 0v2a2 2 0 1 1-4 0zm2-4a2 2 0 1 0 0 4 2 2 0 0 0 0-4'/%3E%3C/svg%3E");
}

.bi-arrow-repeat-nav-menu[b-7l8h8vglm1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5.146 5.146a.5.5 0 0 0-.708.708l-2.5 2.5a.5.5 0 0 0 0 .708l2.5 2.5a.5.5 0 1 0 .708-.708L3.707 8l1.439-1.44a.5.5 0 0 0-.001-.708zm2.208 4.572a.5.5 0 0 0 .708 0l2.5-2.5a.5.5 0 0 0 0-.708l-2.5-2.5a.5.5 0 1 0-.708.708L10.293 8 8.854 9.439a.5.5 0 0 0 0 .708M3 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
}

.bi-pc-display-horizontal-nav-menu[b-7l8h8vglm1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 0A1.5 1.5 0 0 0 0 1.5v10A1.5 1.5 0 0 0 1.5 13h13a1.5 1.5 0 0 0 1.5-1.5v-10A1.5 1.5 0 0 0 14.5 0zM1 1.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5zM2 13h12v1.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-journal-text-nav-menu[b-7l8h8vglm1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm0-2A.5.5 0 0 1 5.5 8h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 5 7.5zm0-2A.5.5 0 0 1 5.5 6h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 5 5.5zM3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z'/%3E%3C/svg%3E");
}

.bi-credit-card-fill-nav-menu[b-7l8h8vglm1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v1h14V4a1 1 0 0 0-1-1zm13 4H1v5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-7l8h8vglm1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-7l8h8vglm1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.268 1A2.238 2.238 0 0 0 3 3c0 1.355.68 2.75 1.936 3.72A6.325 6.325 0 0 0 1 9c-4 0-5 3-5 4s1 1 1 1z'/%3E%3C/svg%3E");
}

.nav-item[b-7l8h8vglm1] {
    font-size: 0.94rem;
    padding-bottom: 0.3rem;
}

    .nav-item:first-of-type[b-7l8h8vglm1] {
        padding-top: 0.8rem;
    }

    .nav-item:last-of-type[b-7l8h8vglm1] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-7l8h8vglm1]  .nav-link {
        color: rgba(226, 232, 240, 0.82);
        background: transparent;
        border: none;
        border-radius: 1rem;
        height: 3.15rem;
        display: flex;
        align-items: center;
        line-height: 3.15rem;
        width: 100%;
        font-weight: 600;
        padding: 0 1rem;
        transition: all 0.2s ease;
    }

.nav-item[b-7l8h8vglm1]  a.active {
    background: linear-gradient(90deg, rgba(249, 115, 22, 0.28), rgba(56, 189, 248, 0.16));
    color: white;
    box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.35);
}

.nav-item[b-7l8h8vglm1]  .nav-link:hover {
    background-color: rgba(255,255,255,0.06);
    color: white;
}

.nav-scrollable[b-7l8h8vglm1] {
    display: none;
    padding-bottom: 0.5rem;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.navbar-toggler:checked ~ .nav-scrollable[b-7l8h8vglm1] {
    display: block;
}

.sidebar-summary[b-7l8h8vglm1] {
    margin: 0.75rem 1rem 1rem 1rem;
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.summary-title[b-7l8h8vglm1] {
    color: #f8fafc;
    font-size: 0.84rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.summary-text[b-7l8h8vglm1] {
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.86rem;
    line-height: 1.5;
}

.sidebar-footer[b-7l8h8vglm1] {
    margin: 1rem;
    padding: 1rem 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-chip[b-7l8h8vglm1] {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.14);
    color: #bae6fd;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.footer-note[b-7l8h8vglm1] {
    margin-top: 0.7rem;
    color: rgba(226, 232, 240, 0.68);
    font-size: 0.84rem;
    line-height: 1.45;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7l8h8vglm1] {
        display: none;
    }

    .nav-scrollable[b-7l8h8vglm1] {
        display: block;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-d1c1hj2dom],
.components-reconnect-repeated-attempt-visible[b-d1c1hj2dom],
.components-reconnect-failed-visible[b-d1c1hj2dom],
.components-pause-visible[b-d1c1hj2dom],
.components-resume-failed-visible[b-d1c1hj2dom],
.components-rejoining-animation[b-d1c1hj2dom] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-d1c1hj2dom],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-d1c1hj2dom],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-d1c1hj2dom],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-d1c1hj2dom],
#components-reconnect-modal.components-reconnect-retrying[b-d1c1hj2dom],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-d1c1hj2dom],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-d1c1hj2dom],
#components-reconnect-modal.components-reconnect-failed[b-d1c1hj2dom],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-d1c1hj2dom] {
    display: block;
}


#components-reconnect-modal[b-d1c1hj2dom] {
    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-d1c1hj2dom 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-d1c1hj2dom 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-d1c1hj2dom 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-d1c1hj2dom]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-d1c1hj2dom 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-d1c1hj2dom {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-d1c1hj2dom {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-d1c1hj2dom {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-d1c1hj2dom] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-d1c1hj2dom] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-d1c1hj2dom] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-d1c1hj2dom] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-d1c1hj2dom] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-d1c1hj2dom] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-d1c1hj2dom] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-d1c1hj2dom 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-d1c1hj2dom] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-d1c1hj2dom {
    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/UserProfilePanel.razor.rz.scp.css */
.user-profile-shell[b-l8ip42zmdt] {
    position: relative;
    margin-top: auto;
    flex: 0 0 auto;
    padding: 0.85rem 1rem 1rem;
    border-top: 1px solid rgba(56, 189, 248, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(10, 22, 40, 0.22));
}

.user-profile-backdrop[b-l8ip42zmdt] {
    position: fixed;
    inset: 0;
    border: 0;
    background: transparent;
    z-index: 20;
}

.user-profile-panel[b-l8ip42zmdt] {
    position: relative;
    z-index: 21;
}

.user-profile-trigger[b-l8ip42zmdt] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
    color: #f8fafc;
    transition: all 0.2s ease;
}

.user-profile-trigger:hover[b-l8ip42zmdt],
.user-profile-trigger:focus[b-l8ip42zmdt] {
    background: rgba(249, 115, 22, 0.12);
    border-color: rgba(249, 115, 22, 0.28);
    color: #fff;
}

.user-avatar-wrap[b-l8ip42zmdt] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    overflow: hidden;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.9), rgba(234, 88, 12, 0.95));
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}

.user-avatar-image[b-l8ip42zmdt] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-avatar-fallback[b-l8ip42zmdt] {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
}

.user-profile-copy[b-l8ip42zmdt] {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.user-profile-name[b-l8ip42zmdt] {
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.user-profile-status[b-l8ip42zmdt] {
    font-size: 0.72rem;
    color: rgba(226, 232, 240, 0.68);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.user-profile-gear[b-l8ip42zmdt] {
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e2e8f0' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z'/%3E%3Cpath d='M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319z'/%3E%3C/svg%3E");
    background-size: cover;
    opacity: 0.9;
}

.user-profile-menu[b-l8ip42zmdt] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 0.55rem);
    padding: 0.45rem;
    border-radius: 1rem;
    border: 1px solid rgba(56, 189, 248, 0.18);
    background: rgba(10, 22, 40, 0.98);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.user-profile-menu-header[b-l8ip42zmdt] {
    padding: 0.55rem 0.7rem 0.7rem;
}

.user-profile-menu-item[b-l8ip42zmdt] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.7rem 0.75rem;
    border-radius: 0.8rem;
    color: #e2e8f0;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    border: 0;
    background: transparent;
    text-align: left;
}

.user-profile-menu-item:hover[b-l8ip42zmdt],
.user-profile-menu-button:hover[b-l8ip42zmdt] {
    background: rgba(249, 115, 22, 0.14);
    color: #fff;
}

.user-profile-menu-button[b-l8ip42zmdt] {
    cursor: pointer;
}

.user-profile-menu-divider[b-l8ip42zmdt] {
    height: 1px;
    margin: 0.35rem 0.2rem;
    background: rgba(255, 255, 255, 0.08);
}

.user-profile-logout-form[b-l8ip42zmdt] {
    margin: 0;
}

.user-profile-menu-icon[b-l8ip42zmdt] {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    background-size: cover;
    opacity: 0.92;
}

.user-profile-menu-icon-settings[b-l8ip42zmdt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f8fafc' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z'/%3E%3Cpath d='M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319z'/%3E%3C/svg%3E");
}

.user-profile-menu-icon-license[b-l8ip42zmdt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f8fafc' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v1h14V4a1 1 0 0 0-1-1zm13 4H1v5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z'/%3E%3C/svg%3E");
}

.user-profile-menu-icon-logout[b-l8ip42zmdt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f8fafc' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 12.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 2h8A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 5 12.5v-2a.5.5 0 0 1 1 0z'/%3E%3Cpath fill-rule='evenodd' d='M.646 8.354a.5.5 0 0 1 0-.708L2.793 5.5H9.5a.5.5 0 0 1 0 1H2.793l-2.147 2.146a.5.5 0 0 1-.708-.708z'/%3E%3C/svg%3E");
}

.user-profile-menu-item-danger[b-l8ip42zmdt] {
    color: #fecaca;
}

.user-profile-menu-item-danger:hover[b-l8ip42zmdt] {
    background: rgba(239, 68, 68, 0.16);
    color: #fff;
}

.user-profile-menu-icon-delete[b-l8ip42zmdt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fecaca' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0z'/%3E%3Cpath d='M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4zM2.5 3h11V2h-11z'/%3E%3C/svg%3E");
}
