/* /Components/Common/Errors/BlazorErrorUI.razor.rz.scp.css */
#blazor-error-ui[b-17igg39423]
{
    display: none;
    background-color: transparent;
    box-shadow: none;
    padding: 30px;
}
/* /Components/Features/Account/Pages/Login.razor.rz.scp.css */
.auth-page[b-xulovml238]
{
    --auth-primary: #3525cd;
    --auth-primary-hover: #3323cc;
    --auth-on-primary: #ffffff;
    --auth-on-primary-container: #dad7ff;
    --auth-surface: #fcf8ff;
    --auth-surface-highest: #e4e1ee;
    --auth-on-surface: #1b1b24;
    --auth-on-surface-variant: #464555;
    --auth-outline: #777587;
    --auth-outline-variant: #c7c4d8;
    --auth-secondary-container: #fea619;
    --auth-error: #ef4444;
    --auth-input-radius: 6px;

    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--auth-surface);
    color: var(--auth-on-surface);
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

.auth-hero[b-xulovml238]
{
    display: none;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 24px;
    background: var(--auth-primary);
}

.auth-hero-overlay[b-xulovml238]
{
    position: absolute;
    inset: 0;
    background-image: url("https://lh3.googleusercontent.com/aida-public/AB6AXuDWooRq2ftk-5Kcpxw9xmawo6D8nHwd_4wq3EBjb0lpmWm4KSqtmZkYoHcQ6Ncqo0Hz4otrDkHFnJ-SP_e3YWzq7R3hAr8ALKiK3Rwe5C6gkwZ64Rwrcd6BX2utRFegZTWAiK22pdMm84qjuqw981YmroT0YR0OECXdT-pVfCMAK2oPn_3hOZkQnKrO6UkR8piKIPeUSkrBMV4D7k_8XG_wyrphh6zUWH654Fy1knX6biGcPhKpQpaE6gs7_IDKpyDGLeF7geGf3WF7");
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    mix-blend-mode: overlay;
}

.auth-hero-gradient[b-xulovml238]
{
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--auth-primary), rgba(53, 37, 205, 0.8), transparent);
}

.auth-hero-brand[b-xulovml238],
.auth-hero-copy[b-xulovml238]
{
    position: relative;
    z-index: 1;
}

.auth-hero-brand[b-xulovml238]
{
    display: flex;
    align-items: center;
    gap: 8px;
}

.auth-hero-brand-icon[b-xulovml238]
{
    color: var(--auth-secondary-container) !important;
    font-size: 2rem !important;
}

.auth-hero-brand-text[b-xulovml238]
{
    color: var(--auth-on-primary);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
}

.auth-hero-copy[b-xulovml238]
{
    margin-top: auto;
    padding-bottom: 32px;
}

.auth-hero-copy h1[b-xulovml238]
{
    margin: 0 0 16px;
    color: var(--auth-on-primary);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.auth-hero-copy p[b-xulovml238]
{
    margin: 0;
    max-width: 28rem;
    color: var(--auth-on-primary-container);
    font-size: 1rem;
    line-height: 1.6;
}

.auth-panel[b-xulovml238]
{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.auth-panel-inner[b-xulovml238]
{
    width: 100%;
    max-width: 420px;
}

.auth-mobile-brand[b-xulovml238]
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 32px;
    color: var(--auth-primary);
    font-size: 1.5rem;
    font-weight: 700;
}

.auth-mobile-brand-icon[b-xulovml238]
{
    color: var(--auth-primary) !important;
    font-size: 1.75rem !important;
}

.auth-tabs[b-xulovml238]
{
    display: flex;
    gap: 0;
    margin-bottom: 32px;
    padding: 4px;
    border-radius: 8px;
    background: var(--auth-surface-highest);
}

.auth-tab[b-xulovml238]
{
    flex: 1;
    padding: 8px 12px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--auth-on-surface-variant);
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
    transition: color 150ms ease, background-color 150ms ease, transform 100ms ease;
}

.auth-tab:hover[b-xulovml238]
{
    color: var(--auth-primary);
}

.auth-tab:active[b-xulovml238]
{
    transform: scale(0.98);
}

.auth-tab-active[b-xulovml238]
{
    background: var(--auth-surface);
    color: var(--auth-primary);
    font-weight: 700;
    box-shadow: 0 1px 2px rgba(27, 27, 36, 0.08);
}

.auth-header[b-xulovml238]
{
    margin-bottom: 24px;
}

.auth-header h2[b-xulovml238]
{
    margin: 0 0 8px;
    color: var(--auth-on-surface);
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
}

.auth-header p[b-xulovml238]
{
    margin: 0;
    color: var(--auth-on-surface-variant);
    font-size: 1rem;
    line-height: 1.6;
}

.auth-error[b-xulovml238]
{
    margin-bottom: 16px;
    padding: 12px 14px;
    border: 1px solid #ffdad6;
    border-radius: 8px;
    background: #ffdad6;
    color: #93000a;
    font-size: 0.875rem;
    line-height: 1.4;
}

.auth-form[b-xulovml238]
{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.auth-field label[b-xulovml238]
{
    display: block;
    margin-bottom: 6px;
    color: var(--auth-on-surface-variant);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
}

.auth-label-row[b-xulovml238]
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.auth-label-row label[b-xulovml238]
{
    margin-bottom: 0;
}

.auth-forgot[b-xulovml238]
{
    color: var(--auth-primary);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
    cursor: default;
    opacity: 0.7;
}

.auth-input-wrap[b-xulovml238]
{
    position: relative;
}

.auth-input-icon[b-xulovml238]
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    color: var(--auth-outline);
    pointer-events: none;
}

.auth-input-icon[b-xulovml238]  .mud-icon-root
{
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
}

.auth-input[b-xulovml238]
{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px 10px 40px;
    border: 1px solid var(--auth-outline-variant);
    border-radius: var(--auth-input-radius);
    background: var(--auth-surface);
    color: var(--auth-on-surface);
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    outline: none;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.auth-input-password[b-xulovml238]
{
    padding-right: 44px;
}

.auth-input[b-xulovml238]::placeholder
{
    color: var(--auth-outline);
}

.auth-input:focus[b-xulovml238]
{
    border-color: var(--auth-primary);
    box-shadow: 0 0 0 1px var(--auth-primary);
}

.auth-visibility[b-xulovml238]
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    padding-right: 12px;
    border: 0;
    background: transparent;
    color: var(--auth-outline);
    cursor: pointer;
}

.auth-visibility:hover[b-xulovml238]
{
    color: var(--auth-on-surface-variant);
}

.auth-field-error[b-xulovml238],
.auth-field[b-xulovml238]  .validation-message
{
    display: block;
    margin-top: 6px;
    color: var(--auth-error);
    font-size: 0.75rem;
}

.auth-submit[b-xulovml238]
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 8px;
    padding: 12px 16px;
    border: 0;
    border-radius: 8px;
    background: var(--auth-primary);
    color: var(--auth-on-primary);
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
    transition: background-color 150ms ease, transform 100ms ease;
}

.auth-submit:hover:not(:disabled)[b-xulovml238]
{
    background: var(--auth-primary-hover);
}

.auth-submit:active:not(:disabled)[b-xulovml238]
{
    transform: scale(0.98);
}

.auth-submit:disabled[b-xulovml238]
{
    opacity: 0.65;
    cursor: not-allowed;
}

.auth-divider[b-xulovml238]
{
    display: flex;
    align-items: center;
    margin: 24px 0;
    color: var(--auth-outline);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auth-divider[b-xulovml238]::before,
.auth-divider[b-xulovml238]::after
{
    content: "";
    flex: 1;
    border-top: 1px solid var(--auth-outline-variant);
}

.auth-divider span[b-xulovml238]
{
    margin: 0 16px;
}

.auth-social[b-xulovml238]
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.auth-social-button[b-xulovml238]
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--auth-outline-variant);
    border-radius: 8px;
    background: var(--auth-surface);
    color: var(--auth-on-surface);
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    cursor: not-allowed;
    opacity: 0.55;
}

.auth-social-icon[b-xulovml238]
{
    width: 20px;
    height: 20px;
}

.auth-social-linkedin[b-xulovml238]
{
    fill: #0a66c2;
}

@media (min-width: 768px)
{
    .auth-page[b-xulovml238]
    {
        flex-direction: row;
    }

    .auth-hero[b-xulovml238]
    {
        display: flex;
        width: 50%;
    }

    .auth-panel[b-xulovml238]
    {
        width: 50%;
        padding: 24px;
    }

    .auth-mobile-brand[b-xulovml238]
    {
        display: none;
    }
}

@media (min-width: 1024px)
{
    .auth-hero[b-xulovml238]
    {
        width: 41.6667%;
        padding: 48px;
    }

    .auth-panel[b-xulovml238]
    {
        width: 58.3333%;
        padding: 48px;
    }
}
/* /Components/Features/Dashboard/Pages/Index.razor.rz.scp.css */
.dashboard-page[b-vnn06m0g5i] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 30px;
    font-family: var(--admin-font-family);
}

.dashboard-header[b-vnn06m0g5i] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dashboard-title[b-vnn06m0g5i] {
    margin: 0;
    color: var(--admin-on-surface);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.dashboard-subtitle[b-vnn06m0g5i] {
    margin: 0;
    color: var(--admin-on-surface-variant);
    font-size: 16px;
    line-height: 1.6;
}

.dashboard-kpi-grid[b-vnn06m0g5i] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 600px) {
    .dashboard-kpi-grid[b-vnn06m0g5i] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1100px) {
    .dashboard-kpi-grid[b-vnn06m0g5i] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.dashboard-kpi-card[b-vnn06m0g5i] {
    background: var(--admin-surface-lowest);
    border: 1px solid var(--admin-outline);
    border-radius: 12px;
    border-top: 3px solid var(--admin-primary);
    padding: 20px;
    box-shadow: 0 1px 2px rgba(27, 27, 36, 0.04);
}

.dashboard-kpi-accent-primary[b-vnn06m0g5i] {
    border-top-color: var(--admin-primary);
}

.dashboard-kpi-accent-success[b-vnn06m0g5i] {
    border-top-color: #22c55e;
}

.dashboard-kpi-accent-warning[b-vnn06m0g5i] {
    border-top-color: var(--admin-secondary-container);
}

.dashboard-kpi-accent-warning .dashboard-kpi-value[b-vnn06m0g5i] {
    color: var(--admin-secondary-container);
}

.dashboard-kpi-label[b-vnn06m0g5i] {
    color: var(--admin-text-secondary);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.dashboard-kpi-value[b-vnn06m0g5i] {
    color: var(--admin-on-surface);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.dashboard-chart-card[b-vnn06m0g5i],
.dashboard-table-card[b-vnn06m0g5i] {
    background: var(--admin-surface-lowest);
    border: 1px solid var(--admin-outline);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 1px 2px rgba(27, 27, 36, 0.04);
}

.dashboard-section-title[b-vnn06m0g5i] {
    margin: 0 0 16px;
    color: var(--admin-on-surface);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.dashboard-tables[b-vnn06m0g5i] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 1100px) {
    .dashboard-tables[b-vnn06m0g5i] {
        grid-template-columns: 1fr 1fr;
    }
}

.dashboard-table-wrap[b-vnn06m0g5i] {
    overflow-x: auto;
}

.dashboard-table[b-vnn06m0g5i] {
    width: 100%;
    border-collapse: collapse;
}

.dashboard-table th[b-vnn06m0g5i] {
    text-align: left;
    padding: 10px 12px;
    color: var(--admin-text-secondary);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 1px solid var(--admin-outline);
    white-space: nowrap;
}

.dashboard-table td[b-vnn06m0g5i] {
    padding: 14px 12px;
    color: var(--admin-on-surface);
    font-size: 14px;
    border-bottom: 1px solid var(--admin-surface-variant);
    vertical-align: middle;
}

.dashboard-table tbody tr:last-child td[b-vnn06m0g5i] {
    border-bottom: none;
}

.category-badge[b-vnn06m0g5i] {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
}

.category-design[b-vnn06m0g5i] {
    background: rgba(53, 37, 205, 0.1);
    color: var(--admin-primary);
}

.category-data[b-vnn06m0g5i] {
    background: #ffddb8;
    color: #653e00;
}

.status-badge[b-vnn06m0g5i] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
}

.status-publish[b-vnn06m0g5i] {
    background: #dcfce7;
    color: #15803d;
}

.status-publish .status-dot[b-vnn06m0g5i] {
    background: #22c55e;
}

.status-dot[b-vnn06m0g5i] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
/* /Components/Features/Users/Components/CreateUserDialog.razor.rz.scp.css */
.section-label[b-w6eeb8yitm] {
    color: var(--admin-text-secondary) !important;
    letter-spacing: 0.08em !important;
    display: block;
    margin-bottom: 12px;
}

.create-user-subtitle[b-w6eeb8yitm] {
    color: var(--admin-text-secondary) !important;
}
/* /Components/Features/Users/Components/EditUserDialog.razor.rz.scp.css */
.section-label[b-s0w7cxargd] {
    color: #6b7280 !important;
    letter-spacing: 0.08em !important;
    display: block;
    margin-bottom: 12px;
}

.edit-user-subtitle[b-s0w7cxargd] {
    color: #6b7280 !important;
}
/* /Components/Features/Users/Pages/Index.razor.rz.scp.css */
.users-page[b-1hwo50zwez] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 16px;
    font-family: var(--admin-font-family);
}

.users-header[b-1hwo50zwez] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 960px) {
    .users-header[b-1hwo50zwez] {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.users-title[b-1hwo50zwez] {
    margin: 0;
    color: var(--admin-on-surface);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.users-subtitle[b-1hwo50zwez] {
    margin: 4px 0 0;
    color: var(--admin-on-surface-variant);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.users-add-button[b-1hwo50zwez] {
    background: var(--admin-primary) !important;
    color: var(--admin-on-primary) !important;
    text-transform: none !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    box-shadow: 0 1px 2px rgba(27, 27, 36, 0.08) !important;
    white-space: nowrap;
    min-height: 48px;
}

.users-add-button:hover[b-1hwo50zwez] {
    background: color-mix(in srgb, var(--admin-primary) 90%, transparent) !important;
}

.users-add-button:active[b-1hwo50zwez] {
    transform: scale(0.98);
}

.users-filters[b-1hwo50zwez] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border: 1px solid var(--admin-outline);
    border-radius: 12px;
    background: var(--admin-surface-lowest);
    box-shadow: 0 1px 2px rgba(27, 27, 36, 0.04);
}

@media (min-width: 600px) {
    .users-filters[b-1hwo50zwez] {
        flex-direction: row;
        align-items: center;
    }

    .users-search[b-1hwo50zwez] {
        flex: 1;
    }

    .users-role-filter[b-1hwo50zwez] {
        min-width: 200px;
        max-width: 220px;
    }
}

.users-filters .mud-input-control[b-1hwo50zwez] {
    margin: 0;
}

.users-filters .mud-input-outlined .mud-input-outlined-border[b-1hwo50zwez] {
    border-color: var(--admin-outline) !important;
    border-radius: 8px !important;
}

.users-filters .mud-input[b-1hwo50zwez] {
    background: var(--admin-surface-alt);
    font-size: 16px;
    color: var(--admin-on-surface);
}

.users-filters .mud-input-slot[b-1hwo50zwez],
.users-filters .mud-select .mud-input-slot[b-1hwo50zwez] {
    min-height: 44px;
}

.users-table-card[b-1hwo50zwez] {
    border: 1px solid var(--admin-outline);
    border-radius: 12px;
    overflow: hidden;
    background: var(--admin-surface-lowest);
    box-shadow: 0 1px 2px rgba(27, 27, 36, 0.04);
}

.users-loading[b-1hwo50zwez] {
    display: flex;
    justify-content: center;
    padding: 48px;
}

.users-table-wrap[b-1hwo50zwez] {
    overflow-x: auto;
}

.users-table[b-1hwo50zwez] {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.users-table thead tr[b-1hwo50zwez] {
    background: var(--admin-surface-alt);
    border-bottom: 1px solid var(--admin-outline);
}

.users-table th[b-1hwo50zwez] {
    padding: 16px 24px;
    color: var(--admin-on-surface-variant);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.2;
    white-space: nowrap;
}

.users-table tbody tr[b-1hwo50zwez] {
    border-bottom: 1px solid var(--admin-outline);
    transition: background-color 0.15s ease;
}

.users-table tbody tr:last-child[b-1hwo50zwez] {
    border-bottom: none;
}

.users-table tbody tr:hover[b-1hwo50zwez] {
    background: var(--admin-surface-low);
}

.users-table td[b-1hwo50zwez] {
    padding: 16px 24px;
    vertical-align: middle;
    white-space: nowrap;
}

.users-empty[b-1hwo50zwez] {
    text-align: center;
    color: var(--admin-text-secondary);
    padding: 32px 24px !important;
}

.user-name-cell[b-1hwo50zwez] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar[b-1hwo50zwez] {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: var(--admin-primary-container);
    color: var(--admin-on-primary-container);
    border: 1px solid var(--admin-outline);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(27, 27, 36, 0.06);
}

.user-avatar-inactive[b-1hwo50zwez] {
    filter: grayscale(1);
    opacity: 0.7;
}

.user-name[b-1hwo50zwez] {
    color: var(--admin-on-surface);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.user-id[b-1hwo50zwez] {
    color: var(--admin-on-surface-variant);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.user-email[b-1hwo50zwez] {
    color: var(--admin-on-surface-variant);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.role-badge[b-1hwo50zwez] {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    border: 1px solid transparent;
}

.role-student[b-1hwo50zwez] {
    background: var(--admin-surface-variant);
    color: var(--admin-on-surface-variant);
    border-color: rgba(199, 196, 216, 0.5);
}

.role-mentor[b-1hwo50zwez] {
    background: rgba(254, 166, 25, 0.2);
    color: var(--admin-on-secondary-container);
    border-color: rgba(254, 166, 25, 0.3);
}

.role-admin[b-1hwo50zwez] {
    background: var(--admin-primary);
    color: var(--admin-on-primary);
}

.status-badge[b-1hwo50zwez] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.status-active[b-1hwo50zwez] {
    background: var(--admin-primary-fixed);
    color: var(--admin-on-primary-fixed);
}

.status-active .status-dot[b-1hwo50zwez] {
    background: var(--admin-primary);
}

.status-inactive[b-1hwo50zwez] {
    background: var(--admin-secondary-container);
    color: var(--admin-on-secondary-container);
}

.status-inactive .status-dot[b-1hwo50zwez] {
    background: var(--admin-on-secondary-container);
}

.status-dot[b-1hwo50zwez] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}

.manage-link[b-1hwo50zwez] {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: var(--admin-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: color 0.15s ease;
}

.manage-link:hover[b-1hwo50zwez] {
    color: var(--admin-primary-container);
}

.manage-link .mud-icon-root[b-1hwo50zwez] {
    font-size: 16px !important;
}

.text-right[b-1hwo50zwez] {
    text-align: right;
}

.users-pagination[b-1hwo50zwez] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-top: 1px solid var(--admin-outline);
    background: var(--admin-surface-lowest);
}

.users-pagination-label[b-1hwo50zwez] {
    color: var(--admin-on-surface-variant);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.users-pagination-actions[b-1hwo50zwez] {
    display: flex;
    gap: 8px;
}

.users-page-btn[b-1hwo50zwez] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid var(--admin-outline);
    background: transparent;
    color: var(--admin-on-surface-variant);
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.users-page-btn:hover:not(:disabled)[b-1hwo50zwez] {
    background: var(--admin-surface-container);
}

.users-page-btn:disabled[b-1hwo50zwez] {
    opacity: 0.5;
    cursor: not-allowed;
}
/* /Components/Layouts/Components/Footer.razor.rz.scp.css */
.footer[b-xygsn2t0cy]
{
    margin-top: auto;
    flex-shrink: 0;
    border-top: 1px solid #F3F4F6;
    background: #F9FAFB;
    color: #111827;
}

.footer-container[b-xygsn2t0cy]
{
    padding-top: 48px;
    padding-bottom: 40px;
}

[b-xygsn2t0cy] .footer-brand
{
    font-size: 1.75rem;
    font-weight: 800;
    color: #4F46E5;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

[b-xygsn2t0cy] .footer-link
{
    color: #475569;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
}

[b-xygsn2t0cy] .footer-link:hover
{
    color: #4F46E5;
}

[b-xygsn2t0cy] .footer-copy
{
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
    white-space: nowrap;
}

@media (max-width: 960px)
{
    .footer-container[b-xygsn2t0cy]
    {
        padding-top: 40px;
        padding-bottom: 32px;
    }

    [b-xygsn2t0cy] .footer-row
    {
        flex-direction: column;
        text-align: center;
    }

    [b-xygsn2t0cy] .footer-links
    {
        flex-wrap: wrap;
        justify-content: center;
    }

    [b-xygsn2t0cy] .footer-copy
    {
        white-space: normal;
    }
}
/* /Components/Layouts/Components/HorizontalMenu.razor.rz.scp.css */
[b-g9l8qhjgzc] .nav-link
{
    color: #4b5563;
    font-weight: 600;
    font-size: 0.875rem;
    white-space: nowrap;
}

[b-g9l8qhjgzc] .nav-link:hover
{
    color: #4F46E5;
}

[b-g9l8qhjgzc] .auth-button
{
    text-transform: none;
    font-weight: 700;
    border-radius: 12px;
    border-width: 2px;
}

[b-g9l8qhjgzc] .auth-button.mud-button-outlined
{
    min-width: 96px;
}

[b-g9l8qhjgzc] .auth-button.mud-button-filled
{
    min-width: 104px;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
}
/* /Components/Layouts/Components/MarketingHeader.razor.rz.scp.css */
.marketing-header[b-htsy2u4nts]
{
    min-width: 0;
}

[b-htsy2u4nts] .marketing-header-search
{
    flex: 1;
    max-width: 320px;
}

[b-htsy2u4nts] .marketing-header-search .mud-input-outlined-border
{
    border-radius: 12px;
    border-color: #E5E7EB !important;
}

[b-htsy2u4nts] .marketing-header-search .mud-input-root
{
    background-color: #F9FAFB;
}
/* /Components/Layouts/LayoutAdmin.razor.rz.scp.css */
.admin-layout[b-5pz6xxxkvm] {
    min-height: 100vh;
    background: var(--admin-background);
    font-family: var(--admin-font-family);
}

.admin-drawer.mud-drawer[b-5pz6xxxkvm] {
    background: var(--admin-surface-low) !important;
    border-right: 1px solid var(--admin-outline) !important;
    box-shadow: 0 1px 2px rgba(27, 27, 36, 0.04);
}

.admin-brand[b-5pz6xxxkvm] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 24px;
    border-bottom: 1px solid rgba(199, 196, 216, 0.5);
}

.admin-brand-mark[b-5pz6xxxkvm] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--admin-primary-container);
    color: var(--admin-on-primary-container);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(27, 27, 36, 0.06);
    flex-shrink: 0;
}

.admin-brand-title[b-5pz6xxxkvm] {
    color: var(--admin-primary);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.4;
}

.admin-brand-subtitle[b-5pz6xxxkvm] {
    color: var(--admin-on-surface-variant);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.admin-nav[b-5pz6xxxkvm] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 12px;
    height: calc(100% - 89px);
}

.admin-nav-item[b-5pz6xxxkvm] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    color: var(--admin-on-surface-variant);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease, transform 0.1s ease;
}

.admin-nav-item:active[b-5pz6xxxkvm] {
    transform: scale(0.98);
}

.admin-nav-item:hover:not(.admin-nav-item-disabled)[b-5pz6xxxkvm] {
    background: var(--admin-surface-high);
}

.admin-nav-item-disabled[b-5pz6xxxkvm] {
    opacity: 0.85;
    cursor: default;
}

.admin-nav-icon[b-5pz6xxxkvm] {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
}

.admin-nav-item-active[b-5pz6xxxkvm] {
    color: var(--admin-primary) !important;
    background: rgba(254, 166, 25, 0.1) !important;
    border-right: 4px solid var(--admin-secondary-container);
    border-radius: 8px 0 0 8px !important;
    font-weight: 700 !important;
}

.admin-appbar.mud-appbar[b-5pz6xxxkvm] {
    background: var(--admin-surface) !important;
    color: var(--admin-on-surface) !important;
    border-bottom: 1px solid var(--admin-outline);
    box-shadow: 0 1px 2px rgba(27, 27, 36, 0.04);
    height: 64px !important;
    min-height: 64px !important;
    padding: 0 24px !important;
    left: 0 !important;
}

@media (min-width: 960px) {
    .admin-appbar.mud-appbar[b-5pz6xxxkvm] {
        left: 256px !important;
        width: calc(100% - 256px) !important;
        padding: 0 40px !important;
    }

    .admin-menu-toggle[b-5pz6xxxkvm] {
        display: none !important;
    }
}

.admin-breadcrumb[b-5pz6xxxkvm] {
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.admin-breadcrumb-muted[b-5pz6xxxkvm] {
    color: var(--admin-on-surface-variant);
}

.admin-breadcrumb-current[b-5pz6xxxkvm] {
    color: var(--admin-primary);
    font-weight: 700;
}

.admin-mobile-title[b-5pz6xxxkvm] {
    color: var(--admin-primary);
    font-size: 14px;
    font-weight: 700;
    margin-left: 4px;
}

.admin-trailing[b-5pz6xxxkvm] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.admin-icon-btn[b-5pz6xxxkvm] {
    color: var(--admin-on-surface-variant) !important;
}

.admin-trailing-divider[b-5pz6xxxkvm] {
    width: 1px;
    height: 24px;
    background: var(--admin-outline);
    margin: 0 8px;
}

.admin-profile[b-5pz6xxxkvm] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 12px 4px 4px;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.admin-profile:hover[b-5pz6xxxkvm] {
    background: var(--admin-surface-container);
    border-color: var(--admin-outline);
}

.admin-profile-avatar[b-5pz6xxxkvm] {
    width: 32px !important;
    height: 32px !important;
    font-size: 12px !important;
    background: var(--admin-primary-container) !important;
    color: var(--admin-on-primary-container) !important;
}

.admin-profile-name[b-5pz6xxxkvm] {
    color: var(--admin-on-surface);
    font-size: 14px;
    font-weight: 500;
}

.admin-profile-caret[b-5pz6xxxkvm] {
    color: var(--admin-on-surface-variant) !important;
}

.admin-main[b-5pz6xxxkvm] {
    background: var(--admin-background);
    min-height: 100vh;
    padding: 80px 24px 32px;
}

@media (min-width: 960px) {
    .admin-main[b-5pz6xxxkvm] {
        padding: 88px 40px 40px;
    }
}
/* /Components/Layouts/LayoutAuth.razor.rz.scp.css */
.auth-layout[b-1w2eiwgubu]
{
    min-height: 100vh;
}
/* /Components/Layouts/LayoutMain.razor.rz.scp.css */
[b-9l3mcl9o3k] .appbar-main
{
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

[b-9l3mcl9o3k] .appbar-marketing
{
    padding: 0 40px;
    height: 80px;
    border-bottom: 1px solid #F3F4F6;
    background: rgba(255, 255, 255, 0.8) !important;
}

[b-9l3mcl9o3k] .brand-link
{
    flex-shrink: 0;
    margin-right: 24px;
}

[b-9l3mcl9o3k] .brand-text
{
    color: #4F46E5;
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

[b-9l3mcl9o3k] .main-content-marketing
{
    padding-top: 80px;
    background: #fff;
}

@media (max-width: 960px)
{
    [b-9l3mcl9o3k] .main-content-marketing
    {
        padding-top: 72px;
    }

    [b-9l3mcl9o3k] .appbar-marketing
    {
        padding: 0 24px;
        height: 72px;
    }

    [b-9l3mcl9o3k] .brand-text
    {
        font-size: 1.25rem;
    }
}
/* /Components/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8tismu1zr4],
.components-reconnect-repeated-attempt-visible[b-8tismu1zr4],
.components-reconnect-failed-visible[b-8tismu1zr4],
.components-pause-visible[b-8tismu1zr4],
.components-resume-failed-visible[b-8tismu1zr4],
.components-rejoining-animation[b-8tismu1zr4]
{
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8tismu1zr4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8tismu1zr4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8tismu1zr4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8tismu1zr4],
#components-reconnect-modal.components-reconnect-retrying[b-8tismu1zr4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8tismu1zr4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8tismu1zr4],
#components-reconnect-modal.components-reconnect-failed[b-8tismu1zr4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8tismu1zr4]
{
    display: block;
}


#components-reconnect-modal[b-8tismu1zr4]
{
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    outline: none;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition-property: display;
    transition-duration: 0.5s;
    transition-behavior: allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-8tismu1zr4 0.5s both;

    &[open]
    {
        animation: components-reconnect-modal-slideUp-b-8tismu1zr4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8tismu1zr4 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

    #components-reconnect-modal[b-8tismu1zr4]::backdrop
    {
        background-color: rgba(0, 0, 0, 0.4);
        animation: components-reconnect-modal-fadeInOpacity-b-8tismu1zr4 0.5s ease-in-out;
        opacity: 1;
    }

@keyframes components-reconnect-modal-slideUp-b-8tismu1zr4
{
    0%
    {
        transform: translateY(30px) scale(0.95);
    }

    100%
    {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8tismu1zr4
{
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8tismu1zr4
{
    0%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 0;
    }
}

.components-reconnect-container[b-8tismu1zr4]
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    border: none !important;
}

#components-reconnect-modal p[b-8tismu1zr4]
{
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8tismu1zr4]
{
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8tismu1zr4]
    {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8tismu1zr4]
    {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8tismu1zr4]
{
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8tismu1zr4]
    {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8tismu1zr4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8tismu1zr4]
        {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8tismu1zr4
{
    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;
    }
}
