/* /Components/Account/AccountShell.razor.rz.scp.css */
.account-shell[b-hydv1cu8wj] {
    width: 100%;
    min-height: calc(100vh - var(--header-height, 64px) - var(--footer-height, 48px));
    flex: 1 1 auto;
    display: flex;
    background: #0d1117;
}

.account-shell__split[b-hydv1cu8wj] {
    display: grid;
    grid-template-columns: 1.1fr 1px 0.9fr;
    width: 100%;
    flex: 1 1 auto;
}

.account-shell__visual[b-hydv1cu8wj] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(120deg, rgba(124, 58, 237, 0.22), rgba(59, 130, 246, 0.18));
}

.account-shell__image[b-hydv1cu8wj] {
    position: relative;
    z-index: 1;
    max-width: 90%;
    max-height: 80%;
    height: auto;
    object-fit: contain;
    animation: account-image-float-b-hydv1cu8wj 8s ease-in-out infinite,
               account-image-glow-b-hydv1cu8wj 12s ease-in-out infinite;
}

@keyframes account-image-float-b-hydv1cu8wj {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes account-image-glow-b-hydv1cu8wj {
    0%, 85%, 100% {
        filter: drop-shadow(0 0 0 rgba(124, 58, 237, 0));
    }

    92.5% {
        filter: drop-shadow(0 0 25px rgba(124, 58, 237, 0.6));
    }
}

.account-shell__overlay[b-hydv1cu8wj] {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding: 32px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.7) 100%);
}

.account-shell__badge[b-hydv1cu8wj] {
    display: inline-flex;
    align-self: flex-start;
    padding: 8px 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    letter-spacing: 0.4px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
}

.account-shell__title[b-hydv1cu8wj] {
    margin: 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.1;
}

.account-shell__subtitle[b-hydv1cu8wj] {
    max-width: 46ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.account-shell__separator[b-hydv1cu8wj] {
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.14) 12%, rgba(255, 255, 255, 0.1) 88%, transparent 100%);
}

.account-shell__content[b-hydv1cu8wj] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 32px;
}

.account-shell__welcome[b-hydv1cu8wj] {
    width: 100%;
    max-width: 800px;
    align-self: center;
    margin-bottom: 32px;
}

.account-shell__welcome h2[b-hydv1cu8wj] {
    margin: 0 0 16px;
    color: #f0f6fc;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
}

.account-shell__welcome p[b-hydv1cu8wj] {
    margin: 0 0 16px;
    color: #8b949e;
    font-size: 15px;
    line-height: 1.5;
}

.account-shell__welcome ul[b-hydv1cu8wj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.account-shell__welcome li[b-hydv1cu8wj] {
    position: relative;
    margin-bottom: 8px;
    padding-left: 24px;
    color: #c9d1d9;
    font-size: 14px;
    line-height: 1.4;
}

.account-shell__welcome li[b-hydv1cu8wj]::before {
    position: absolute;
    left: 8px;
    color: #8b5cf6;
    font-weight: 700;
    content: "•";
}

.account-shell__form[b-hydv1cu8wj] {
    width: 100%;
    max-width: 420px;
    align-self: center;
    margin-top: 48px;
    padding-bottom: 32px;
}

.account-shell[b-hydv1cu8wj]  .account-card {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 32px;
    color: #c9d1d9;
    border: 1px solid #30363d;
    border-radius: 10px;
    background: #161b22;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.account-shell[b-hydv1cu8wj]  .account-title {
    margin: 0 0 8px;
    color: #f0f6fc;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.account-shell[b-hydv1cu8wj]  .account-subtitle {
    margin: 0 0 24px;
    color: #8b949e;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.account-shell[b-hydv1cu8wj]  .account-error,
.account-shell[b-hydv1cu8wj]  .account-success {
    margin: 0 0 18px;
    padding: 13px 14px;
    font-size: 13px;
    line-height: 1.45;
    border-radius: 9px;
}

.account-shell[b-hydv1cu8wj]  .account-error {
    color: #ff9b94;
    border: 1px solid rgba(248, 81, 73, 0.45);
    background: rgba(248, 81, 73, 0.11);
}

.account-shell[b-hydv1cu8wj]  .account-success {
    color: #7ee2a8;
    border: 1px solid rgba(63, 185, 80, 0.42);
    background: rgba(63, 185, 80, 0.1);
}

.account-shell[b-hydv1cu8wj]  .account-form {
    display: grid;
    gap: 21px;
}

.account-shell[b-hydv1cu8wj]  .form-group {
    display: grid;
    gap: 9px;
}

.account-shell[b-hydv1cu8wj]  .form-group label,
.account-shell[b-hydv1cu8wj]  .label-with-link {
    color: #d6dde5;
    font-size: 14px;
    font-weight: 650;
    text-align: left;
}

.account-shell[b-hydv1cu8wj]  .label-with-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.account-shell[b-hydv1cu8wj]  .password-group {
    grid-template-columns: minmax(0, 1fr) auto;
}

.account-shell[b-hydv1cu8wj]  .password-group > label {
    grid-row: 1;
    grid-column: 1;
}

.account-shell[b-hydv1cu8wj]  .password-group > .account-input {
    grid-row: 2;
    grid-column: 1 / -1;
}

.account-shell[b-hydv1cu8wj]  .password-group > .password-help-link {
    grid-row: 1;
    grid-column: 2;
    align-self: center;
}

.account-shell[b-hydv1cu8wj]  .account-input {
    width: 100%;
    min-height: 50px;
    padding: 0 15px;
    color: #f0f6fc;
    font: inherit;
    font-size: 15px;
    line-height: 1.4;
    border: 1px solid #3a4551;
    border-radius: 10px;
    outline: none;
    background: #0d1117;
    caret-color: #a78bfa;
    transition: border-color 140ms ease,
                box-shadow 140ms ease,
                background-color 140ms ease;
}

.account-shell[b-hydv1cu8wj]  .account-input::placeholder {
    color: #77818c;
    opacity: 1;
}

.account-shell[b-hydv1cu8wj]  .account-input:hover:not(:disabled) {
    border-color: #56616d;
}

.account-shell[b-hydv1cu8wj]  .account-input:focus,
.account-shell[b-hydv1cu8wj]  .account-input:focus-visible {
    border-color: #8b5cf6;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.18);
    background: #101620;
}

.account-shell[b-hydv1cu8wj]  .account-input.invalid,
.account-shell[b-hydv1cu8wj]  .account-input[aria-invalid="true"] {
    border-color: #f85149;
    background: rgba(248, 81, 73, 0.06);
}

.account-shell[b-hydv1cu8wj]  .account-input.invalid:focus,
.account-shell[b-hydv1cu8wj]  .account-input[aria-invalid="true"]:focus {
    box-shadow: 0 0 0 4px rgba(248, 81, 73, 0.16);
}

.account-shell[b-hydv1cu8wj]  .account-input:disabled {
    color: #77818c;
    cursor: not-allowed;
    background: #161b22;
    opacity: 0.7;
}

.account-shell[b-hydv1cu8wj]  .account-input:-webkit-autofill,
.account-shell[b-hydv1cu8wj]  .account-input:-webkit-autofill:hover,
.account-shell[b-hydv1cu8wj]  .account-input:-webkit-autofill:focus {
    border-color: #8b5cf6;
    -webkit-text-fill-color: #f0f6fc;
    caret-color: #f0f6fc;
    box-shadow: 0 0 0 1000px #101620 inset,
                0 0 0 4px rgba(139, 92, 246, 0.18);
    transition: background-color 9999s ease-out 0s;
}

.account-shell[b-hydv1cu8wj]  .account-input:autofill {
    color: #f0f6fc;
    border-color: #8b5cf6;
    background: #101620;
}

.account-shell[b-hydv1cu8wj]  .account-button {
    display: inline-flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.2;
    border: 1px solid rgba(240, 246, 252, 0.1);
    border-radius: 9px;
    background: #238636;
    cursor: pointer;
    text-decoration: none;
    transition: transform 120ms ease,
                background-color 140ms ease,
                box-shadow 140ms ease;
}

.account-shell[b-hydv1cu8wj]  .account-button:hover:not(:disabled) {
    color: #fff;
    background: #2ea043;
    transform: translateY(-1px);
}

.account-shell[b-hydv1cu8wj]  .account-button:focus-visible {
    outline: 3px solid rgba(139, 92, 246, 0.32);
    outline-offset: 2px;
}

.account-shell[b-hydv1cu8wj]  .account-button:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.account-shell[b-hydv1cu8wj]  .account-button.google {
    color: #0d1117;
    border-color: #4a5561;
    background: #fff;
}

.account-shell[b-hydv1cu8wj]  .account-button.google:hover {
    color: #0d1117;
    background: #f0f6fc;
}

.account-shell[b-hydv1cu8wj]  .separator {
    display: flex;
    align-items: center;
    margin: 18px 0;
    color: #8b949e;
    font-size: 12px;
    text-align: center;
}

.account-shell[b-hydv1cu8wj]  .separator::before,
.account-shell[b-hydv1cu8wj]  .separator::after {
    flex: 1;
    border-bottom: 1px solid #30363d;
    content: "";
}

.account-shell[b-hydv1cu8wj]  .separator:not(:empty)::before {
    margin-right: 0.5em;
}

.account-shell[b-hydv1cu8wj]  .separator:not(:empty)::after {
    margin-left: 0.5em;
}

.account-shell[b-hydv1cu8wj]  .account-footer {
    margin-top: 24px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
    border: 1px solid #30363d;
    border-radius: 9px;
}

.account-shell[b-hydv1cu8wj]  .link-button {
    padding: 0;
    color: #8ab4f8;
    font: inherit;
    border: 0;
    background: none;
    cursor: pointer;
    text-decoration: none;
}

.account-shell[b-hydv1cu8wj]  .link-button:hover {
    color: #a8c7fa;
    text-decoration: underline;
}

.account-shell[b-hydv1cu8wj]  .link-button.small {
    font-size: 12px;
}

.account-shell[b-hydv1cu8wj]  .account-terms {
    margin: 12px 0 0;
    color: #8b949e;
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
}

.account-shell[b-hydv1cu8wj]  .account-terms a {
    color: #8ab4f8;
    text-decoration: none;
}

.account-shell[b-hydv1cu8wj]  .account-terms a:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .account-shell__split[b-hydv1cu8wj] {
        grid-template-columns: 1fr;
    }

    .account-shell__visual[b-hydv1cu8wj] {
        min-height: 220px;
    }

    .account-shell__separator[b-hydv1cu8wj] {
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.14) 12%, rgba(255, 255, 255, 0.1) 88%, transparent 100%);
    }

    .account-shell__content[b-hydv1cu8wj] {
        padding: 24px;
    }

    .account-shell__overlay[b-hydv1cu8wj] {
        padding: 24px;
    }

    .account-shell__welcome ul[b-hydv1cu8wj] {
        grid-template-columns: 1fr;
    }

    .account-shell__title[b-hydv1cu8wj] {
        font-size: 28px;
    }

    .account-shell__form[b-hydv1cu8wj] {
        margin-top: 24px;
    }
}

@media (max-width: 520px) {
    .account-shell__visual[b-hydv1cu8wj] {
        min-height: 190px;
    }

    .account-shell__content[b-hydv1cu8wj] {
        padding: 22px 16px;
    }

    .account-shell__welcome h2[b-hydv1cu8wj] {
        font-size: 27px;
    }

    .account-shell__form[b-hydv1cu8wj] {
        margin-top: 12px;
    }

    .account-shell[b-hydv1cu8wj]  .account-card {
        padding: 26px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .account-shell__image[b-hydv1cu8wj] {
        animation: none;
    }

    .account-shell[b-hydv1cu8wj]  .account-input,
    .account-shell[b-hydv1cu8wj]  .account-button {
        transition: none;
    }
}
/* /Components/Account/Login.razor.rz.scp.css */
.debug-login-panel[b-ukduvit0n1] {
    margin-bottom: 18px;
    padding: 14px;
    border: 1px solid rgba(210, 153, 34, 0.55);
    border-radius: 10px;
    background: rgba(187, 128, 9, 0.09);
}

.debug-login-heading[b-ukduvit0n1] {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
    color: #e6edf3;
    font-size: 13px;
    font-weight: 650;
}

.debug-badge[b-ukduvit0n1] {
    display: inline-flex;
    min-height: 20px;
    align-items: center;
    padding: 2px 7px;
    color: #ffd866;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    border: 1px solid rgba(255, 216, 102, 0.6);
    border-radius: 999px;
    background: rgba(210, 153, 34, 0.16);
}

.debug-login-form[b-ukduvit0n1] {
    display: grid;
    gap: 21px;
}

.debug-role-select[b-ukduvit0n1] {
    cursor: pointer;
    color-scheme: dark;
}

.debug-login-panel .account-button.debug-login-button[b-ukduvit0n1] {
    min-height: 42px;
    margin-top: 8px;
    border-color: rgba(210, 153, 34, 0.55);
    background: #9e6a03;
}

.debug-login-panel .account-button.debug-login-button:hover:not(:disabled)[b-ukduvit0n1] {
    background: #bb8009;
}

.debug-login-empty[b-ukduvit0n1] {
    margin: 0;
    color: #d2a84c;
    font-size: 13px;
}

.debug-login-separator[b-ukduvit0n1] {
    margin: 18px 0;
}
/* /Components/AppBars/FooterBar.razor.rz.scp.css */
.footerbar-host[b-e2ysozbxfh] {
    height: var(--footer-height);
}

.footerbar-host[b-e2ysozbxfh]  .footerbar {
    height: var(--footer-height);
    min-height: var(--footer-height);
    padding: 0;
    color: #8b949e;
    border-top: 1px solid rgb(255 255 255 / 8%);
    background-color: rgb(17 24 33 / 94%);
    background-image: linear-gradient(90deg, rgb(124 58 237 / 7%), rgb(59 130 246 / 5%));
    box-shadow: 0 -8px 24px rgb(0 0 0 / 10%);
    backdrop-filter: blur(14px);
}

.footerbar-content[b-e2ysozbxfh] {
    display: flex;
    width: 100%;
    height: 100%;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 38px;
}

.footerbar-item[b-e2ysozbxfh] {
    display: inline-flex;
    min-width: 0;
    align-items: baseline;
    gap: 5px;
    font-size: 0.72rem;
    white-space: nowrap;
}

.footerbar-item span[b-e2ysozbxfh] {
    color: #7d8996;
}

.footerbar-item strong[b-e2ysozbxfh] {
    overflow: hidden;
    color: #b7c0ca;
    font-weight: 700;
    text-overflow: ellipsis;
}

@media (max-width: 720px) {
    .footerbar-host[b-e2ysozbxfh]  .footerbar {
        background-color: var(--app-bg);
        background-image: linear-gradient(120deg, rgb(124 58 237 / 14%), rgb(59 130 246 / 11%));
        box-shadow: none;
        backdrop-filter: none;
    }

    .footerbar-content[b-e2ysozbxfh] {
        gap: 12px;
        padding: 0 14px;
    }

    .footerbar-item[b-e2ysozbxfh] {
        gap: 4px;
        font-size: 0.65rem;
    }
}
/* /Components/AppBars/TopAppBar.razor.rz.scp.css */
.topappbar-host[b-44o075omp7] {
    height: var(--header-height);
}

.topappbar-host[b-44o075omp7]  .topappbar {
    height: var(--header-height);
    padding: 0;
    color: #fff;
    background-color: var(--app-bg);
    background-image: linear-gradient(120deg, rgb(124 58 237 / 22%), rgb(59 130 246 / 18%));
}

.topappbar-host--context[b-44o075omp7]  .topappbar {
    color: #c9d1d9;
    border-bottom: 1px solid rgb(255 255 255 / 8%);
    background-color: rgb(17 24 33 / 94%);
    background-image: linear-gradient(90deg, rgb(124 58 237 / 7%), rgb(59 130 246 / 5%));
    box-shadow: 0 8px 24px rgb(0 0 0 / 10%);
    backdrop-filter: blur(14px);
}

.topappbar-content[b-44o075omp7] {
    display: flex;
    width: 100%;
    height: 100%;
    min-width: 0;
    align-items: center;
    padding: 0 12px 0 8px;
}

.topappbar-content--context[b-44o075omp7] {
    padding: 0 38px;
}

.brand-logo[b-44o075omp7] {
    display: block;
    height: 44px;
}

.logo-link[b-44o075omp7] {
    display: flex;
    align-items: center;
    margin-right: 12px;
    text-decoration: none;
}

.topappbar-content--context .logo-link[b-44o075omp7] {
    display: none;
}

.context-title[b-44o075omp7] {
    overflow: hidden;
    color: #b7c0ca;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.015em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topappbar-content[b-44o075omp7]  .auth-label {
    margin-right: 8px;
    opacity: 0.95;
}

.topappbar-content[b-44o075omp7]  .nav-toggle {
    display: none;
}

@media (max-width: 720px) {
    .topappbar-host--context[b-44o075omp7]  .topappbar {
        border-bottom-color: rgb(255 255 255 / 8%);
        background-color: var(--app-bg);
        background-image: linear-gradient(120deg, rgb(124 58 237 / 22%), rgb(59 130 246 / 18%));
        box-shadow: none;
        backdrop-filter: none;
    }

    .topappbar-content--context[b-44o075omp7] {
        padding: 0 12px 0 8px;
    }

    .topappbar-content--context .logo-link[b-44o075omp7] {
        display: flex;
    }

    .context-title[b-44o075omp7] {
        display: none;
    }

    .topappbar-content[b-44o075omp7]  .nav-toggle {
        display: inline-flex;
    }
}
/* /Components/NavMenus/NavMenu.razor.rz.scp.css */
.navmenu-root[b-705ien013k] {
    --nav-primary-800: #dbeafe;
    --nav-primary-700: #7db7ff;
    --nav-primary-100: rgb(59 130 246 / 18%);
    --nav-primary-050: rgb(59 130 246 / 10%);
    --nav-ink: #f0f6fc;
    --nav-muted: #8b949e;
    --nav-line: rgb(255 255 255 / 9%);

    display: flex;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    color: var(--nav-ink);
    color-scheme: dark;
    background:
        radial-gradient(circle at 0 0, rgb(124 58 237 / 11%), transparent 16rem),
        linear-gradient(180deg, #111821 0%, #0d1117 100%);
}

.navmenu-header[b-705ien013k] {
    display: flex;
    min-height: 88px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 16px;
}

.navmenu-brand[b-705ien013k] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 11px;
    color: var(--nav-ink);
    text-decoration: none;
}

.brand-mark[b-705ien013k] {
    display: inline-grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    border-radius: 11px;
    background: linear-gradient(145deg, #6d28d9, #1769b0);
    box-shadow: 0 8px 22px rgb(59 130 246 / 24%);
}

.brand-copy[b-705ien013k] {
    min-width: 0;
}

.brand-copy strong[b-705ien013k],
.brand-copy small[b-705ien013k] {
    display: block;
}

.brand-copy strong[b-705ien013k] {
    font-size: 1rem;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.brand-copy small[b-705ien013k] {
    margin-top: 3px;
    color: var(--nav-muted);
    font-size: 0.69rem;
}

.navmenu-close[b-705ien013k] {
    display: none;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    padding: 0;
    color: var(--nav-muted);
    border: 0;
    border-radius: 9px;
    background: transparent;
    cursor: pointer;
}

.navmenu-close:hover[b-705ien013k] {
    color: #fff;
    background: var(--nav-primary-050);
}

.navmenu-items[b-705ien013k] {
    display: block;
    min-height: 0;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 12px 14px 24px;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #364152 transparent;
}

.nav-section[b-705ien013k] {
    display: grid;
    gap: 5px;
}

.nav-section + .nav-section[b-705ien013k] {
    margin-top: 24px;
}

.nav-section-label[b-705ien013k] {
    margin: 0 10px 8px;
    color: #778391;
    font-size: 0.67rem;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.navmenu-items[b-705ien013k]  .nav-link {
    display: flex;
    min-height: 48px;
    min-width: 0;
    align-items: center;
    gap: 13px;
    padding: 8px 13px;
    color: #b7c0ca;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.25;
    border-radius: 11px;
    text-decoration: none;
    transition: color 150ms ease, background-color 150ms ease;
}

.navmenu-items[b-705ien013k]  .nav-link:hover {
    color: #f8fbff;
    background: var(--nav-primary-050);
}

.navmenu-items[b-705ien013k]  .nav-link.active {
    color: var(--nav-primary-800);
    background: linear-gradient(90deg, rgb(124 58 237 / 20%), var(--nav-primary-100));
    box-shadow: inset 3px 0 0 #60a5fa;
}

.navmenu-items[b-705ien013k]  .nav-link:focus-visible,
.navmenu-brand:focus-visible[b-705ien013k],
.navmenu-close:focus-visible[b-705ien013k],
.logout-button:focus-visible[b-705ien013k] {
    outline: 3px solid rgb(96 165 250 / 42%);
    outline-offset: 2px;
}

.navmenu-items[b-705ien013k]  .nav-link > span:last-child {
    min-width: 0;
}

.navmenu-items[b-705ien013k]  .nav-icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    color: #7d8996;
    font-size: 1.25rem;
    transition: color 150ms ease;
}

.navmenu-items[b-705ien013k]  .nav-link:hover .nav-icon,
.navmenu-items[b-705ien013k]  .nav-link.active .nav-icon {
    color: var(--nav-primary-700);
}

.navmenu-user[b-705ien013k] {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 40px;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    margin: 0 18px;
    padding: 17px 0 18px;
    border-top: 1px solid var(--nav-line);
}

.user-avatar[b-705ien013k] {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #e7f1ff;
    font-size: 0.78rem;
    font-weight: 900;
    border-radius: 50%;
    background: linear-gradient(145deg, rgb(124 58 237 / 34%), rgb(59 130 246 / 28%));
    box-shadow: inset 0 0 0 1px rgb(148 197 255 / 12%);
}

.user-identity[b-705ien013k] {
    min-width: 0;
}

.user-identity strong[b-705ien013k],
.user-identity small[b-705ien013k] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-identity strong[b-705ien013k] {
    color: var(--nav-ink);
    font-size: 0.73rem;
}

.user-identity small[b-705ien013k] {
    margin-top: 2px;
    color: var(--nav-muted);
    font-size: 0.66rem;
}

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

.logout-button[b-705ien013k] {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    padding: 0;
    color: var(--nav-muted);
    border: 0;
    border-radius: 9px;
    background: transparent;
    cursor: pointer;
    transition: color 150ms ease, background-color 150ms ease;
}

.logout-button:hover[b-705ien013k] {
    color: #fff;
    background: var(--nav-primary-050);
}

.logout-button[b-705ien013k]  .mud-icon-root,
.navmenu-close[b-705ien013k]  .mud-icon-root {
    font-size: 1.25rem;
}

@media (max-width: 720px) {
    .navmenu-close[b-705ien013k] {
        display: grid;
    }
}

@media (prefers-reduced-motion: reduce) {
    .navmenu-items[b-705ien013k]  .nav-link,
    .navmenu-items[b-705ien013k]  .nav-icon,
    .logout-button[b-705ien013k] {
        transition: none;
    }
}
/* /Layout/AuthorizedLayout.razor.rz.scp.css */
.app-shell[b-y1dn85pl2b] {
    --sidebar-width: 260px;

    display: grid;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    grid-template-columns: var(--sidebar-width) minmax(0, 1fr);
    overflow: hidden;
    background: var(--app-bg);
}

.app-sidebar[b-y1dn85pl2b] {
    position: relative;
    z-index: 20;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border-right: 1px solid rgb(255 255 255 / 8%);
    background: #0d1117;
    box-shadow: 8px 0 30px rgb(0 0 0 / 22%);
}

.app-workspace[b-y1dn85pl2b] {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
}

.app-header[b-y1dn85pl2b] {
    position: relative;
    z-index: 100;
    display: block;
    height: var(--header-height);
    flex: 0 0 var(--header-height);
}

.app-content[b-y1dn85pl2b] {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scrollbar-gutter: stable;
    -webkit-overflow-scrolling: touch;
}

.background-image[b-y1dn85pl2b] {
    display: flex;
    width: 100%;
    min-height: 100%;
    flex: 1 0 auto;
    flex-direction: column;
    background-color: var(--app-bg);
}

.app-footer[b-y1dn85pl2b] {
    flex: 0 0 auto;
}

.sidebar-backdrop[b-y1dn85pl2b] {
    display: none;
}

@media (max-width: 720px) {
    .app-shell[b-y1dn85pl2b] {
        display: block;
    }

    .app-workspace[b-y1dn85pl2b] {
        height: 100%;
    }

    .app-header[b-y1dn85pl2b] {
        z-index: 2000;
    }

    .app-sidebar[b-y1dn85pl2b] {
        position: fixed;
        inset: 0 auto 0 0;
        width: min(var(--sidebar-width), 88vw);
        transform: translateX(-105%);
        visibility: hidden;
        z-index: 3000;
        box-shadow: 18px 0 45px rgb(0 0 0 / 42%);
        transition: transform 180ms ease, visibility 180ms ease;
    }

    .app-shell.sidebar-open .app-sidebar[b-y1dn85pl2b] {
        transform: translateX(0);
        visibility: visible;
    }

    .sidebar-backdrop[b-y1dn85pl2b] {
        position: fixed;
        inset: 0;
        z-index: 2500;
        display: block;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        border: 0;
        background: rgb(8 24 40 / 48%);
        transition: opacity 180ms ease, visibility 180ms ease;
    }

    .app-shell.sidebar-open .sidebar-backdrop[b-y1dn85pl2b] {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .app-content[b-y1dn85pl2b] {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .app-sidebar[b-y1dn85pl2b],
    .sidebar-backdrop[b-y1dn85pl2b] {
        transition: none;
    }
}
/* /Layout/DefaultLayout.razor.rz.scp.css */
.layout-root[b-9e0rdl84t4] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.app-header[b-9e0rdl84t4],
.app-footer[b-9e0rdl84t4] {
    flex: 0 0 auto;
}

.layout-content[b-9e0rdl84t4] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}


/* /Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-yogjode0sb],
.components-reconnect-repeated-attempt-visible[b-yogjode0sb],
.components-reconnect-failed-visible[b-yogjode0sb],
.components-pause-visible[b-yogjode0sb],
.components-resume-failed-visible[b-yogjode0sb],
.components-rejoining-animation[b-yogjode0sb] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-yogjode0sb {
    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;
    }
}
/* /Pages/AccountSettings.razor.rz.scp.css */
.user-summary-card[b-u4ifhpi32j] {
    background-color: #161b22 !important;
    border: 1px solid #30363d !important;
    color: #f0f6fc !important;
}

.user-detail-item[b-u4ifhpi32j] {
    display: flex;
    align-items: center;
    color: #c9d1d9;
}

.user-status-chips[b-u4ifhpi32j] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.user-summary-card[b-u4ifhpi32j]  .mud-card-header .mud-card-header-content .mud-typography {
    color: #f0f6fc !important;
}

.user-summary-card[b-u4ifhpi32j]  .mud-card-content .mud-typography {
    color: #c9d1d9 !important;
}
/* /Pages/CreateUsers.razor.rz.scp.css */
.create-user-container[b-tx3sphrd27] {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

.create-user-card[b-tx3sphrd27] {
    background-color: #161b22 !important;
    border: 1px solid #30363d !important;
    border-radius: 8px !important;
    width: 100%;
    max-width: 600px;
}

.create-user-header[b-tx3sphrd27] {
    border-bottom: 1px solid #30363d;
    padding: 20px 24px;
}

.create-user-title[b-tx3sphrd27] {
    color: #f0f6fc;
    font-weight: 600;
}

.create-user-content[b-tx3sphrd27] {
    padding: 24px !important;
}

.form-actions[b-tx3sphrd27] {
    display: flex;
    justify-content: flex-end;
    padding: 16px 24px !important;
    border-top: 1px solid #30363d;
}
/* /Pages/Dashboard.razor.rz.scp.css */
.user-summary-card[b-uuw5jsor0f] {
    background-color: #161b22 !important;
    border: 1px solid #30363d !important;
    color: #f0f6fc !important;
}

.user-detail-item[b-uuw5jsor0f] {
    display: flex;
    align-items: center;
    color: #c9d1d9;
}


.user-status-chips[b-uuw5jsor0f] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.user-summary-card[b-uuw5jsor0f]  .mud-card-header .mud-card-header-content .mud-typography {
    color: #f0f6fc !important;
}

.user-summary-card[b-uuw5jsor0f]  .mud-card-content .mud-typography {
    color: #c9d1d9 !important;
}
/* /Pages/DatabaseExchangeList.razor.rz.scp.css */
.exchange-table[b-1wibt40ukv] {
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 8px;
    color: #f0f6fc;
}

.table-title[b-1wibt40ukv] {
    color: #f0f6fc;
    font-weight: 600;
}

.search-field[b-1wibt40ukv] {
    max-width: 400px;
}

.mud-table-head[b-1wibt40ukv] {
    background-color: #0d1117;
}

.mud-table-cell[b-1wibt40ukv] {
    color: #c9d1d9 !important;
}

.mud-table-hover .mud-table-row:hover[b-1wibt40ukv] {
    background-color: rgba(255, 255, 255, 0.05) !important;
}
/* /Pages/DatabaseHostingProviderList.razor.rz.scp.css */
.provider-table[b-qspgh9c6rs] {
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 8px;
    color: #f0f6fc;
}

.table-title[b-qspgh9c6rs] {
    color: #f0f6fc;
    font-weight: 600;
}

.search-field[b-qspgh9c6rs] {
    max-width: 400px;
}

.mud-table-head[b-qspgh9c6rs] {
    background-color: #0d1117;
}

.mud-table-cell[b-qspgh9c6rs] {
    color: #c9d1d9 !important;
}

.mud-table-hover .mud-table-row:hover[b-qspgh9c6rs] {
    background-color: rgba(255, 255, 255, 0.05) !important;
}
/* /Pages/PasswordRecoveryList.razor.rz.scp.css */
.password-recovery-grid[b-908kazul1y] {
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 8px;
    color: #f0f6fc;
}

.table-title[b-908kazul1y] {
    color: #f0f6fc;
    font-weight: 600;
}

.search-field[b-908kazul1y] {
    max-width: 400px;
}

.password-recovery-grid .mud-table-head[b-908kazul1y] {
    background-color: #0d1117;
}

.password-recovery-grid .mud-table-cell[b-908kazul1y] {
    color: #c9d1d9 !important;
}

.password-recovery-grid .mud-table-hover .mud-table-row:hover[b-908kazul1y] {
    background-color: rgba(255, 255, 255, 0.05) !important;
}
/* /Pages/UserList.razor.rz.scp.css */
.user-table[b-5w1zynmqgj] {
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 8px;
    color: #f0f6fc;
}

.table-title[b-5w1zynmqgj] {
    color: #f0f6fc;
    font-weight: 600;
}

.search-field[b-5w1zynmqgj] {
    max-width: 400px;
}

.user-name-cell[b-5w1zynmqgj] {
    font-weight: 500;
}

.role-select[b-5w1zynmqgj] {
    max-width: 150px;
}

/* MudBlazor Dark Theme overrides for table if necessary */
.mud-table-head[b-5w1zynmqgj] {
    background-color: #0d1117;
}

.mud-table-cell[b-5w1zynmqgj] {
    color: #c9d1d9 !important;
}

.mud-table-hover .mud-table-row:hover[b-5w1zynmqgj] {
    background-color: rgba(255, 255, 255, 0.05) !important;
}
