/* /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]  .nav-toggle {
    display: none;
}

.top-auth-state[b-44o075omp7],
.top-account-link[b-44o075omp7],
.top-sign-out[b-44o075omp7] {
    display: inline-flex;
    min-width: 0;
    align-items: center;
}

.top-auth-state[b-44o075omp7] {
    flex: 0 0 auto;
    gap: 6px;
}

.top-account-link[b-44o075omp7] {
    max-width: min(32vw, 280px);
    gap: 8px;
    padding: 4px 8px 4px 4px;
    color: inherit;
    border-radius: 11px;
    text-decoration: none;
    transition: color 150ms ease, background-color 150ms ease;
}

.top-account-link:hover[b-44o075omp7],
.top-account-link:focus-visible[b-44o075omp7] {
    color: #f8fbff;
    background: rgb(59 130 246 / 10%);
}

.top-user-avatar[b-44o075omp7] {
    display: inline-grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    color: #e7f1ff;
    font-size: 0.76rem;
    font-weight: 900;
    border-radius: 10px;
    background: linear-gradient(145deg, rgb(124 58 237 / 52%), rgb(59 130 246 / 46%));
    box-shadow: inset 0 0 0 1px rgb(148 197 255 / 14%);
}

.top-user-name[b-44o075omp7] {
    min-width: 0;
    overflow: hidden;
    color: #d7dee7;
    font-size: 0.78rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logout-form[b-44o075omp7] {
    margin: 0;
}

.top-sign-out[b-44o075omp7] {
    width: 40px;
    min-width: 40px;
    height: 40px;
    justify-content: center;
    padding: 0;
    color: #8b949e;
    border: 0;
    border-radius: 10px;
    background: transparent;
    cursor: pointer;
    transition: color 150ms ease, background-color 150ms ease;
}

.top-sign-out:hover[b-44o075omp7],
.top-sign-out:focus-visible[b-44o075omp7] {
    color: #fff;
    background: rgb(59 130 246 / 10%);
}

.top-account-link:focus-visible[b-44o075omp7],
.top-sign-out:focus-visible[b-44o075omp7] {
    outline: 3px solid rgb(96 165 250 / 42%);
    outline-offset: 2px;
}

.top-sign-out[b-44o075omp7]  .mud-icon-root {
    font-size: 1.25rem;
}

.top-sign-out-label[b-44o075omp7] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

@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;
    }

    .top-auth-state[b-44o075omp7] {
        gap: 2px;
    }

    .top-account-link[b-44o075omp7] {
        gap: 0;
        padding: 0;
    }

    .top-user-avatar[b-44o075omp7] {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .top-user-name[b-44o075omp7] {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .top-account-link[b-44o075omp7],
    .top-sign-out[b-44o075omp7] {
        transition: none;
    }
}
/* /Components/Common/OperationsPageHeader.razor.rz.scp.css */
.operations-page-header[b-xblnyqfcff] {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 26px;
    border: 1px solid rgb(255 255 255 / 9%);
    border-radius: 16px;
    background:
        linear-gradient(120deg, rgb(124 58 237 / 10%), rgb(59 130 246 / 7%)),
        #111821;
    box-shadow: 0 18px 44px rgb(0 0 0 / 16%);
}

.operations-page-header__identity[b-xblnyqfcff] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 18px;
}

.operations-page-header__icon[b-xblnyqfcff] {
    display: grid;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    place-items: center;
    color: #dbeafe;
    border: 1px solid rgb(147 197 253 / 16%);
    border-radius: 15px;
    background: linear-gradient(145deg, rgb(124 58 237 / 42%), rgb(37 99 235 / 35%));
    box-shadow: 0 12px 28px rgb(37 99 235 / 18%);
}

.operations-page-header__icon[b-xblnyqfcff]  .mud-icon-root {
    font-size: 1.7rem;
}

.operations-page-header__eyebrow[b-xblnyqfcff] {
    display: block;
    margin-bottom: 4px;
    color: #8bbdf7;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.operations-page-header h1[b-xblnyqfcff] {
    margin: 0;
    color: #f0f6fc;
    font-size: clamp(1.42rem, 2vw, 1.8rem);
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.operations-page-header p[b-xblnyqfcff] {
    margin: 6px 0 0;
    color: #8b949e;
    font-size: 0.85rem;
}

.operations-page-header__meta[b-xblnyqfcff] {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    color: #8b949e;
    font-size: 0.72rem;
}

.operations-page-header__meta[b-xblnyqfcff]  .operations-page-header__refresh {
    color: #b7d7ff;
    border: 1px solid rgb(255 255 255 / 9%);
    border-radius: 10px;
    background: rgb(255 255 255 / 4%);
}

@media (max-width: 720px) {
    .operations-page-header[b-xblnyqfcff] {
        align-items: flex-start;
        padding: 19px;
    }

    .operations-page-header__identity[b-xblnyqfcff] {
        align-items: flex-start;
    }

    .operations-page-header__icon[b-xblnyqfcff] {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        border-radius: 13px;
    }

    .operations-page-header p[b-xblnyqfcff] {
        font-size: 0.78rem;
    }

    .operations-page-header__meta > span[b-xblnyqfcff] {
        display: none;
    }
}

@media (max-width: 430px) {
    .operations-page-header__icon[b-xblnyqfcff] {
        display: none;
    }
}
/* /Components/Common/StatusSummaryTile.razor.rz.scp.css */
.status-summary-tile[b-562eutf0rg] {
    --tile-accent: #94a3b8;
    --tile-glow: rgb(148 163 184 / 14%);

    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 88px;
    align-items: center;
    gap: 13px;
    padding: 15px 16px;
    color: #c9d1d9;
    text-align: left;
    border: 1px solid rgb(255 255 255 / 9%);
    border-radius: 14px;
    background: #161b22;
    box-shadow: 0 12px 28px rgb(0 0 0 / 10%);
    cursor: pointer;
    transition: transform 150ms ease, border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.status-summary-tile--primary[b-562eutf0rg],
.status-summary-tile--info[b-562eutf0rg] {
    --tile-accent: #38bdf8;
    --tile-glow: rgb(14 165 233 / 14%);
}

.status-summary-tile--warning[b-562eutf0rg] {
    --tile-accent: #fbbf24;
    --tile-glow: rgb(245 158 11 / 14%);
}

.status-summary-tile--success[b-562eutf0rg] {
    --tile-accent: #34d399;
    --tile-glow: rgb(16 185 129 / 14%);
}

.status-summary-tile--error[b-562eutf0rg] {
    --tile-accent: #fb7185;
    --tile-glow: rgb(244 63 94 / 14%);
}

.status-summary-tile:hover:not(:disabled)[b-562eutf0rg] {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--tile-accent) 38%, transparent);
    background: #1b222c;
}

.status-summary-tile--active[b-562eutf0rg] {
    border-color: color-mix(in srgb, var(--tile-accent) 58%, transparent);
    background: linear-gradient(135deg, var(--tile-glow), rgb(255 255 255 / 2%)), #1b222c;
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--tile-accent) 12%, transparent), 0 14px 32px var(--tile-glow);
}

.status-summary-tile:focus-visible[b-562eutf0rg] {
    outline: 3px solid rgb(96 165 250 / 38%);
    outline-offset: 2px;
}

.status-summary-tile:disabled[b-562eutf0rg] {
    cursor: wait;
    opacity: 0.72;
}

.status-summary-tile__icon[b-562eutf0rg] {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    color: var(--tile-accent);
    border-radius: 10px;
    background: var(--tile-glow);
}

.status-summary-tile__icon[b-562eutf0rg]  .mud-icon-root {
    font-size: 1.25rem;
}

.status-summary-tile__copy[b-562eutf0rg] {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 3px;
}

.status-summary-tile__copy span[b-562eutf0rg] {
    overflow: hidden;
    color: #8b949e;
    font-size: 0.73rem;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.status-summary-tile__copy strong[b-562eutf0rg] {
    color: #f0f6fc;
    font-size: 1.25rem;
    line-height: 1;
}

@media (max-width: 720px) {
    .status-summary-tile[b-562eutf0rg] {
        min-height: 76px;
        padding: 12px;
    }
}

@media (max-width: 430px) {
    .status-summary-tile[b-562eutf0rg] {
        min-height: 68px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .status-summary-tile[b-562eutf0rg] {
        transition: none;
    }
}
/* /Components/eDelivery/BusinessPartnerDeliveryFsWebhookDetail.razor.rz.scp.css */
.epostar-detail[b-4cbdfmklmu] {
    --detail-surface: #161b22;
    --detail-surface-raised: #1b222c;
    --detail-line: rgb(255 255 255 / 9%);
    --detail-text: #f0f6fc;
    --detail-text-soft: #c9d1d9;
    --detail-muted: #8b949e;

    min-height: 280px;
    color: var(--detail-text);
}

.detail-loading[b-4cbdfmklmu] {
    display: grid;
    min-height: 320px;
    place-items: center;
    align-content: center;
    gap: 14px;
    text-align: center;
}

.detail-loading__icon[b-4cbdfmklmu] {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: #9cc9fb;
    border-radius: 15px;
    background: linear-gradient(145deg, rgb(124 58 237 / 28%), rgb(37 99 235 / 22%));
}

.detail-loading__icon[b-4cbdfmklmu]  .mud-icon-root {
    font-size: 1.55rem;
}

.detail-loading strong[b-4cbdfmklmu],
.detail-loading span[b-4cbdfmklmu] {
    display: block;
}

.detail-loading strong[b-4cbdfmklmu] {
    color: var(--detail-text);
    font-size: 0.9rem;
}

.detail-loading div > span[b-4cbdfmklmu] {
    margin-top: 3px;
    color: var(--detail-muted);
    font-size: 0.74rem;
}

.detail-summary[b-4cbdfmklmu] {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding: 18px;
    border: 1px solid var(--detail-line);
    border-radius: 14px;
    background:
        linear-gradient(120deg, rgb(124 58 237 / 9%), rgb(59 130 246 / 6%)),
        #111821;
}

.detail-summary__icon[b-4cbdfmklmu] {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    color: #dbeafe;
    border: 1px solid rgb(147 197 253 / 14%);
    border-radius: 14px;
    background: linear-gradient(145deg, rgb(124 58 237 / 38%), rgb(37 99 235 / 30%));
}

.detail-summary__icon[b-4cbdfmklmu]  .mud-icon-root {
    font-size: 1.45rem;
}

.detail-summary__identity[b-4cbdfmklmu] {
    min-width: 0;
}

.detail-eyebrow[b-4cbdfmklmu] {
    display: block;
    margin-bottom: 3px;
    color: #8bbdf7;
    font-size: 0.63rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.detail-summary h2[b-4cbdfmklmu] {
    margin: 0;
    overflow: hidden;
    color: var(--detail-text);
    font-size: 1.13rem;
    font-weight: 750;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-summary__identity > span:last-child[b-4cbdfmklmu] {
    display: block;
    margin-top: 4px;
    color: var(--detail-muted);
    font-size: 0.7rem;
}

.detail-summary[b-4cbdfmklmu]  .detail-state-chip {
    min-height: 28px;
    font-size: 0.68rem;
    font-weight: 750;
}

.detail-sections[b-4cbdfmklmu] {
    display: grid;
    gap: 14px;
}

.detail-card[b-4cbdfmklmu] {
    overflow: hidden;
    border: 1px solid var(--detail-line);
    border-radius: 14px;
    background: var(--detail-surface);
}

.detail-card--processing[b-4cbdfmklmu] {
    border-color: rgb(96 165 250 / 18%);
}

.detail-card__header[b-4cbdfmklmu] {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 15px 17px;
    border-bottom: 1px solid var(--detail-line);
    background: #131920;
}

.detail-card__icon[b-4cbdfmklmu] {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    color: #8faccb;
    border-radius: 9px;
    background: rgb(148 163 184 / 9%);
}

.detail-card__icon--processing[b-4cbdfmklmu] {
    color: #87bffd;
    background: rgb(59 130 246 / 12%);
}

.detail-card__icon[b-4cbdfmklmu]  .mud-icon-root {
    font-size: 1.06rem;
}

.detail-card__header h3[b-4cbdfmklmu],
.detail-card__header p[b-4cbdfmklmu] {
    margin: 0;
}

.detail-card__header h3[b-4cbdfmklmu] {
    color: var(--detail-text);
    font-size: 0.84rem;
    font-weight: 750;
}

.detail-card__header p[b-4cbdfmklmu] {
    margin-top: 2px;
    color: var(--detail-muted);
    font-size: 0.68rem;
}

.detail-info-grid[b-4cbdfmklmu] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 4px 17px;
}

.detail-info[b-4cbdfmklmu] {
    min-width: 0;
    padding: 13px 0;
    border-bottom: 1px solid rgb(255 255 255 / 6%);
}

.detail-info:last-child[b-4cbdfmklmu] {
    border-bottom: 0;
}

.detail-info--left[b-4cbdfmklmu] {
    padding-right: 18px;
    border-right: 1px solid rgb(255 255 255 / 6%);
}

.detail-info--right[b-4cbdfmklmu] {
    padding-left: 18px;
}

.detail-info--wide[b-4cbdfmklmu],
.detail-info--full[b-4cbdfmklmu] {
    grid-column: 1 / -1;
}

.detail-info dt[b-4cbdfmklmu] {
    margin-bottom: 4px;
    color: #778391;
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.detail-info dd[b-4cbdfmklmu] {
    margin: 0;
    overflow: hidden;
    color: var(--detail-text-soft);
    font-size: 0.76rem;
    font-weight: 620;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-monospace[b-4cbdfmklmu],
.token-panel code[b-4cbdfmklmu] {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-variant-numeric: tabular-nums;
}

.detail-breakable[b-4cbdfmklmu] {
    overflow-wrap: anywhere;
    white-space: normal !important;
}

.token-panel[b-4cbdfmklmu] {
    margin: 0 17px 17px;
    overflow: hidden;
    border: 1px solid rgb(96 165 250 / 13%);
    border-radius: 10px;
    background: #0f151c;
}

.token-panel__header[b-4cbdfmklmu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 10px 10px 13px;
    border-bottom: 1px solid rgb(255 255 255 / 6%);
}

.token-panel__header span[b-4cbdfmklmu],
.token-panel__header small[b-4cbdfmklmu] {
    display: block;
}

.token-panel__header span[b-4cbdfmklmu] {
    color: #b8c7d8;
    font-size: 0.68rem;
    font-weight: 750;
}

.token-panel__header small[b-4cbdfmklmu] {
    margin-top: 2px;
    color: #6f7c89;
    font-size: 0.6rem;
}

.token-panel__header[b-4cbdfmklmu]  .copy-token-button {
    color: #9cc9fb;
    border-radius: 8px;
}

.token-panel code[b-4cbdfmklmu] {
    display: block;
    max-height: 126px;
    overflow: auto;
    padding: 13px;
    color: #a9c7e7;
    font-size: 0.67rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.processing-fields[b-4cbdfmklmu] {
    display: grid;
    grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.6fr);
    align-items: start;
    gap: 16px;
    padding: 17px;
}

.processing-fields[b-4cbdfmklmu]  .mud-input-control {
    margin: 0;
}

.processing-fields[b-4cbdfmklmu]  .mud-input-outlined-border {
    border-color: rgb(148 163 184 / 24%);
}

.processing-fields[b-4cbdfmklmu]  .mud-input-root:hover .mud-input-outlined-border {
    border-color: rgb(96 165 250 / 48%);
}

.detail-actions[b-4cbdfmklmu] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.detail-actions > span[b-4cbdfmklmu] {
    color: #778391;
    font-size: 0.65rem;
}

.detail-actions__buttons[b-4cbdfmklmu] {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
}

.detail-actions__buttons[b-4cbdfmklmu]  .mud-button-root {
    border-radius: 9px;
    text-transform: none;
}

.detail-actions__buttons[b-4cbdfmklmu]  .save-button {
    min-height: 38px;
    padding-inline: 18px;
    box-shadow: 0 8px 18px rgb(37 99 235 / 20%);
}

@media (max-width: 700px) {
    .detail-summary[b-4cbdfmklmu] {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .detail-summary__icon[b-4cbdfmklmu] {
        width: 44px;
        height: 44px;
    }

    .detail-summary[b-4cbdfmklmu]  .detail-state-chip {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .processing-fields[b-4cbdfmklmu] {
        grid-template-columns: 1fr;
    }

    .detail-actions[b-4cbdfmklmu] {
        align-items: stretch;
        flex-direction: column;
    }

    .detail-actions > span[b-4cbdfmklmu] {
        display: none;
    }

    .detail-actions__buttons[b-4cbdfmklmu] {
        width: 100%;
        justify-content: flex-end;
    }
}

@media (max-width: 480px) {
    .detail-summary[b-4cbdfmklmu] {
        padding: 14px;
    }

    .detail-summary__icon[b-4cbdfmklmu] {
        display: none;
    }

    .detail-summary[b-4cbdfmklmu] {
        grid-template-columns: minmax(0, 1fr);
    }

    .detail-info-grid[b-4cbdfmklmu] {
        grid-template-columns: 1fr;
    }

    .detail-info[b-4cbdfmklmu],
    .detail-info--left[b-4cbdfmklmu],
    .detail-info--right[b-4cbdfmklmu] {
        grid-column: 1;
        padding: 12px 0;
        border-right: 0;
        border-bottom: 1px solid rgb(255 255 255 / 6%);
    }

    .detail-info:last-child[b-4cbdfmklmu] {
        border-bottom: 0;
    }

    .detail-actions__buttons[b-4cbdfmklmu] {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .detail-actions__buttons[b-4cbdfmklmu]  .save-button {
        width: 100%;
    }
}
/* /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;
    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] {
    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-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 {
        transition: none;
    }
}
/* /Components/PasswordRecovery/PasswordRecoveryEdit.razor.rz.scp.css */
.password-recovery-detail[b-mnezp6t8su] {
    --detail-surface: #161b22;
    --detail-line: rgb(255 255 255 / 9%);
    --detail-text: #f0f6fc;
    --detail-text-soft: #c9d1d9;
    --detail-muted: #8b949e;

    min-height: 260px;
    color: var(--detail-text);
}

.detail-empty[b-mnezp6t8su] {
    display: grid;
    min-height: 260px;
    place-items: center;
    align-content: center;
    gap: 12px;
    color: var(--detail-muted);
    text-align: center;
}

.detail-empty[b-mnezp6t8su]  .mud-icon-root {
    color: #fb7185;
    font-size: 2rem;
}

.detail-summary[b-mnezp6t8su] {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding: 18px;
    border: 1px solid var(--detail-line);
    border-radius: 14px;
    background:
        linear-gradient(120deg, rgb(124 58 237 / 9%), rgb(59 130 246 / 6%)),
        #111821;
}

.detail-summary__icon[b-mnezp6t8su] {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    color: #dbeafe;
    border: 1px solid rgb(147 197 253 / 14%);
    border-radius: 14px;
    background: linear-gradient(145deg, rgb(124 58 237 / 38%), rgb(37 99 235 / 30%));
}

.detail-summary__icon[b-mnezp6t8su]  .mud-icon-root {
    font-size: 1.45rem;
}

.detail-summary__identity[b-mnezp6t8su] {
    min-width: 0;
}

.detail-eyebrow[b-mnezp6t8su] {
    display: block;
    margin-bottom: 3px;
    color: #8bbdf7;
    font-size: 0.63rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.detail-summary h2[b-mnezp6t8su] {
    margin: 0;
    overflow: hidden;
    color: var(--detail-text);
    font-size: 1.13rem;
    font-weight: 750;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-summary__identity > span:last-child[b-mnezp6t8su] {
    display: block;
    margin-top: 4px;
    color: var(--detail-muted);
    font-size: 0.7rem;
}

.detail-summary[b-mnezp6t8su]  .detail-state-chip {
    min-height: 28px;
    font-size: 0.68rem;
    font-weight: 750;
}

.detail-sections[b-mnezp6t8su] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 14px;
}

.detail-card[b-mnezp6t8su] {
    overflow: hidden;
    border: 1px solid var(--detail-line);
    border-radius: 14px;
    background: var(--detail-surface);
}

.detail-card--processing[b-mnezp6t8su] {
    grid-column: 1 / -1;
    border-color: rgb(96 165 250 / 18%);
}

.detail-card__header[b-mnezp6t8su] {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 15px 17px;
    border-bottom: 1px solid var(--detail-line);
    background: #131920;
}

.detail-card__icon[b-mnezp6t8su] {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    color: #8faccb;
    border-radius: 9px;
    background: rgb(148 163 184 / 9%);
}

.detail-card__icon--processing[b-mnezp6t8su] {
    color: #87bffd;
    background: rgb(59 130 246 / 12%);
}

.detail-card__icon[b-mnezp6t8su]  .mud-icon-root {
    font-size: 1.06rem;
}

.detail-card__header h3[b-mnezp6t8su],
.detail-card__header p[b-mnezp6t8su] {
    margin: 0;
}

.detail-card__header h3[b-mnezp6t8su] {
    color: var(--detail-text);
    font-size: 0.84rem;
    font-weight: 750;
}

.detail-card__header p[b-mnezp6t8su] {
    margin-top: 2px;
    color: var(--detail-muted);
    font-size: 0.68rem;
}

.detail-info-grid[b-mnezp6t8su] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 4px 17px;
}

.detail-info[b-mnezp6t8su] {
    min-width: 0;
    padding: 13px 0;
    border-bottom: 1px solid rgb(255 255 255 / 6%);
}

.detail-info:last-child[b-mnezp6t8su] {
    border-bottom: 0;
}

.detail-info--left[b-mnezp6t8su] {
    padding-right: 18px;
    border-right: 1px solid rgb(255 255 255 / 6%);
}

.detail-info--right[b-mnezp6t8su] {
    padding-left: 18px;
}

.detail-info--wide[b-mnezp6t8su],
.detail-info--full[b-mnezp6t8su] {
    grid-column: 1 / -1;
}

.detail-info dt[b-mnezp6t8su] {
    margin-bottom: 4px;
    color: #778391;
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.detail-info dd[b-mnezp6t8su] {
    margin: 0;
    overflow: hidden;
    color: var(--detail-text-soft);
    font-size: 0.76rem;
    font-weight: 620;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-monospace[b-mnezp6t8su] {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-variant-numeric: tabular-nums;
}

.detail-breakable[b-mnezp6t8su],
.detail-multiline[b-mnezp6t8su] {
    overflow-wrap: anywhere;
    white-space: normal !important;
}

.detail-multiline[b-mnezp6t8su] {
    color: #aeb8c3 !important;
    font-weight: 500 !important;
}

.contact-fields[b-mnezp6t8su],
.processing-fields[b-mnezp6t8su] {
    display: grid;
    gap: 16px;
    padding: 17px;
}

.contact-fields[b-mnezp6t8su] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgb(255 255 255 / 6%);
}

.processing-fields[b-mnezp6t8su] {
    grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.6fr);
    align-items: start;
}

.contact-fields[b-mnezp6t8su]  .mud-input-control,
.processing-fields[b-mnezp6t8su]  .mud-input-control {
    margin: 0;
}

.contact-fields[b-mnezp6t8su]  .mud-input-outlined-border,
.processing-fields[b-mnezp6t8su]  .mud-input-outlined-border {
    border-color: rgb(148 163 184 / 24%);
}

.contact-fields[b-mnezp6t8su]  .mud-input-root:hover .mud-input-outlined-border,
.processing-fields[b-mnezp6t8su]  .mud-input-root:hover .mud-input-outlined-border {
    border-color: rgb(96 165 250 / 48%);
}

.detail-actions[b-mnezp6t8su] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.detail-actions > span[b-mnezp6t8su] {
    color: #778391;
    font-size: 0.65rem;
}

.detail-actions__buttons[b-mnezp6t8su] {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
}

.detail-actions__buttons[b-mnezp6t8su]  .mud-button-root {
    border-radius: 9px;
    text-transform: none;
}

.detail-actions__buttons[b-mnezp6t8su]  .save-button {
    min-height: 38px;
    padding-inline: 18px;
    box-shadow: 0 8px 18px rgb(37 99 235 / 20%);
}

@media (max-width: 900px) {
    .detail-sections[b-mnezp6t8su] {
        grid-template-columns: 1fr;
    }

    .detail-card--processing[b-mnezp6t8su] {
        grid-column: 1;
    }
}

@media (max-width: 700px) {
    .detail-summary[b-mnezp6t8su] {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .detail-summary__icon[b-mnezp6t8su] {
        width: 44px;
        height: 44px;
    }

    .detail-summary[b-mnezp6t8su]  .detail-state-chip {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .contact-fields[b-mnezp6t8su],
    .processing-fields[b-mnezp6t8su] {
        grid-template-columns: 1fr;
    }

    .detail-actions[b-mnezp6t8su] {
        align-items: stretch;
        flex-direction: column;
    }

    .detail-actions > span[b-mnezp6t8su] {
        display: none;
    }

    .detail-actions__buttons[b-mnezp6t8su] {
        width: 100%;
        justify-content: flex-end;
    }
}

@media (max-width: 480px) {
    .detail-summary[b-mnezp6t8su] {
        grid-template-columns: minmax(0, 1fr);
        padding: 14px;
    }

    .detail-summary__icon[b-mnezp6t8su] {
        display: none;
    }

    .detail-info-grid[b-mnezp6t8su] {
        grid-template-columns: 1fr;
    }

    .detail-info[b-mnezp6t8su],
    .detail-info--left[b-mnezp6t8su],
    .detail-info--right[b-mnezp6t8su] {
        grid-column: 1;
        padding: 12px 0;
        border-right: 0;
        border-bottom: 1px solid rgb(255 255 255 / 6%);
    }

    .detail-info:last-child[b-mnezp6t8su] {
        border-bottom: 0;
    }

    .detail-actions__buttons[b-mnezp6t8su] {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .detail-actions__buttons[b-mnezp6t8su]  .save-button {
        width: 100%;
    }
}
/* /Components/PasswordRecovery/PasswordRecoveryStateHistory.razor.rz.scp.css */
.state-history[b-tiza1ri0n3] {
    --history-surface: #161b22;
    --history-line: rgb(255 255 255 / 9%);
    --history-text: #f0f6fc;
    --history-text-soft: #c9d1d9;
    --history-muted: #8b949e;

    min-height: 300px;
    color: var(--history-text);
}

.history-summary[b-tiza1ri0n3] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding: 17px;
    border: 1px solid var(--history-line);
    border-radius: 14px;
    background:
        linear-gradient(120deg, rgb(124 58 237 / 9%), rgb(59 130 246 / 6%)),
        #111821;
}

.history-summary__icon[b-tiza1ri0n3] {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    color: #dbeafe;
    border: 1px solid rgb(147 197 253 / 14%);
    border-radius: 14px;
    background: linear-gradient(145deg, rgb(124 58 237 / 38%), rgb(37 99 235 / 30%));
}

.history-summary__icon[b-tiza1ri0n3]  .mud-icon-root {
    font-size: 1.4rem;
}

.history-eyebrow[b-tiza1ri0n3] {
    display: block;
    margin-bottom: 3px;
    color: #8bbdf7;
    font-size: 0.62rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.history-summary h2[b-tiza1ri0n3] {
    margin: 0;
    color: var(--history-text);
    font-size: 1.05rem;
    font-weight: 750;
    line-height: 1.25;
}

.history-summary div > span:last-child[b-tiza1ri0n3] {
    display: block;
    margin-top: 4px;
    color: var(--history-muted);
    font-size: 0.68rem;
}

.history-loading[b-tiza1ri0n3],
.history-empty[b-tiza1ri0n3] {
    display: grid;
    min-height: 300px;
    place-items: center;
    align-content: center;
    gap: 9px;
    padding: 34px 20px;
    color: var(--history-muted);
    text-align: center;
    border: 1px solid var(--history-line);
    border-radius: 14px;
    background: var(--history-surface);
}

.history-loading strong[b-tiza1ri0n3],
.history-empty h3[b-tiza1ri0n3] {
    margin: 5px 0 0;
    color: var(--history-text);
    font-size: 0.9rem;
}

.history-loading > span[b-tiza1ri0n3],
.history-empty p[b-tiza1ri0n3] {
    margin: 0;
    color: var(--history-muted);
    font-size: 0.72rem;
}

.history-empty__icon[b-tiza1ri0n3] {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #7393b7;
    border-radius: 14px;
    background: rgb(59 130 246 / 9%);
}

.history-empty--error .history-empty__icon[b-tiza1ri0n3] {
    color: #fb7185;
    background: rgb(244 63 94 / 9%);
}

.history-empty__icon[b-tiza1ri0n3]  .mud-icon-root {
    font-size: 1.5rem;
}

.history-empty[b-tiza1ri0n3]  .mud-button-root {
    margin-top: 7px;
    border-radius: 9px;
    text-transform: none;
}

.history-timeline[b-tiza1ri0n3] {
    max-height: min(58vh, 560px);
    margin: 0;
    padding: 4px 4px 4px 0;
    overflow-y: auto;
    list-style: none;
    scrollbar-width: thin;
    scrollbar-color: #364152 transparent;
}

.history-event[b-tiza1ri0n3] {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 13px;
}

.history-event:not(:last-child)[b-tiza1ri0n3]::before {
    position: absolute;
    top: 34px;
    bottom: -2px;
    left: 16px;
    width: 1px;
    content: "";
    background: linear-gradient(rgb(96 165 250 / 30%), rgb(255 255 255 / 7%));
}

.history-event__marker[b-tiza1ri0n3] {
    position: relative;
    z-index: 1;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #86c3ff;
    border: 1px solid rgb(96 165 250 / 20%);
    border-radius: 10px;
    background: #172231;
}

.history-event__marker[b-tiza1ri0n3]  .mud-icon-root {
    font-size: 0.95rem;
}

.history-event__content[b-tiza1ri0n3] {
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid var(--history-line);
    border-radius: 12px;
    background: var(--history-surface);
}

.history-event__content header[b-tiza1ri0n3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgb(255 255 255 / 6%);
}

.history-event__content time[b-tiza1ri0n3] {
    color: #aacff8;
    font-size: 0.68rem;
    font-weight: 750;
    font-variant-numeric: tabular-nums;
}

.history-event__user[b-tiza1ri0n3] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    color: var(--history-muted);
    font-size: 0.64rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.history-event__user[b-tiza1ri0n3]  .mud-icon-root {
    flex: 0 0 auto;
    font-size: 0.85rem;
}

.history-event__content p[b-tiza1ri0n3] {
    margin: 10px 0 0;
    color: var(--history-text-soft);
    font-size: 0.73rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.history-actions[b-tiza1ri0n3] {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.history-actions[b-tiza1ri0n3]  .mud-button-root {
    min-height: 38px;
    padding-inline: 19px;
    border-radius: 9px;
    text-transform: none;
}

@media (max-width: 560px) {
    .history-summary__icon[b-tiza1ri0n3] {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .history-event[b-tiza1ri0n3] {
        grid-template-columns: 26px minmax(0, 1fr);
        gap: 8px;
    }

    .history-event:not(:last-child)[b-tiza1ri0n3]::before {
        top: 28px;
        left: 12px;
    }

    .history-event__marker[b-tiza1ri0n3] {
        width: 26px;
        height: 26px;
        border-radius: 8px;
    }

    .history-event__marker[b-tiza1ri0n3]  .mud-icon-root {
        font-size: 0.78rem;
    }

    .history-event__content header[b-tiza1ri0n3] {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }
}
/* /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/BusinessPartnerDeliveryFsWebhookList.razor.rz.scp.css */
.epostar-page[b-v4skivre36] {
    --ep-surface: #161b22;
    --ep-surface-raised: #1b222c;
    --ep-surface-soft: #111821;
    --ep-line: rgb(255 255 255 / 9%);
    --ep-line-strong: rgb(148 163 184 / 24%);
    --ep-text: #f0f6fc;
    --ep-text-soft: #c9d1d9;
    --ep-muted: #8b949e;
    --ep-primary: #60a5fa;

    width: 100%;
    min-height: 100%;
    padding: 32px 0 52px;
    color: var(--ep-text);
    background:
        radial-gradient(circle at 18% 0, rgb(124 58 237 / 8%), transparent 30rem),
        radial-gradient(circle at 88% 12%, rgb(37 99 235 / 7%), transparent 28rem),
        var(--app-bg);
}

.epostar-page[b-v4skivre36]  .epostar-container {
    display: grid;
    gap: 16px;
}

.requests-toolbar h2[b-v4skivre36],
.empty-state h3[b-v4skivre36] {
    margin: 0;
    color: var(--ep-text);
}

.requests-toolbar p[b-v4skivre36],
.empty-state p[b-v4skivre36] {
    margin: 0;
    color: var(--ep-muted);
}

.requests-panel[b-v4skivre36] {
    overflow: hidden;
    border: 1px solid var(--ep-line);
    border-radius: 16px;
    background: var(--ep-surface);
    box-shadow: 0 18px 44px rgb(0 0 0 / 15%);
}

.requests-toolbar[b-v4skivre36] {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 24px;
    border-bottom: 1px solid var(--ep-line);
}

.requests-toolbar__heading[b-v4skivre36] {
    min-width: 0;
}

.requests-title-row[b-v4skivre36] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.requests-toolbar h2[b-v4skivre36] {
    font-size: 1.05rem;
    font-weight: 750;
}

.requests-toolbar p[b-v4skivre36] {
    margin-top: 5px;
    font-size: 0.76rem;
}

.result-count[b-v4skivre36] {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 2px 8px;
    color: #a8cffa;
    font-size: 0.67rem;
    font-weight: 750;
    border: 1px solid rgb(96 165 250 / 16%);
    border-radius: 999px;
    background: rgb(59 130 246 / 9%);
}

.requests-toolbar__actions[b-v4skivre36] {
    display: flex;
    width: min(100%, 760px);
    flex: 0 1 760px;
    align-items: center;
    gap: 10px;
}

.state-filter[b-v4skivre36] {
    flex: 0 0 auto;
}

.state-filter[b-v4skivre36]  .mud-button-root {
    min-height: 40px;
    padding-inline: 12px;
    color: var(--ep-text-soft);
    border-color: var(--ep-line-strong);
    border-radius: 10px;
    text-transform: none;
}

.state-filter[b-v4skivre36]  .mud-button-root:hover,
.state-filter[b-v4skivre36]  .mud-button-root:focus-visible {
    color: #dbeafe;
    border-color: rgb(96 165 250 / 48%);
    background: rgb(59 130 246 / 7%);
}

.state-filter-option[b-v4skivre36] {
    --state-filter-accent: #94a3b8;

    display: grid;
    width: 100%;
    min-width: 230px;
    align-items: center;
    grid-template-columns: 22px minmax(0, 1fr) auto 18px;
    gap: 9px;
    color: #c9d1d9;
    font-size: 0.78rem;
    font-weight: 650;
}

.state-filter-option--warning[b-v4skivre36] {
    --state-filter-accent: #fbbf24;
}

.state-filter-option--info[b-v4skivre36] {
    --state-filter-accent: #38bdf8;
}

.state-filter-option--success[b-v4skivre36] {
    --state-filter-accent: #34d399;
}

.state-filter-option--error[b-v4skivre36] {
    --state-filter-accent: #fb7185;
}

.state-filter-option__icon[b-v4skivre36],
.state-filter-option__selected[b-v4skivre36] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--state-filter-accent);
}

.state-filter-option__icon[b-v4skivre36]  .mud-icon-root,
.state-filter-option__selected[b-v4skivre36]  .mud-icon-root {
    font-size: 1rem;
}

.state-filter-option__count[b-v4skivre36] {
    min-width: 28px;
    padding: 2px 7px;
    color: #9aa7b5;
    font-size: 0.67rem;
    font-weight: 800;
    text-align: center;
    border: 1px solid rgb(148 163 184 / 15%);
    border-radius: 999px;
    background: rgb(148 163 184 / 7%);
    font-variant-numeric: tabular-nums;
}

.toolbar-search[b-v4skivre36] {
    min-width: 220px;
    flex: 1 1 auto;
}

.toolbar-search[b-v4skivre36]  .mud-input-control {
    margin: 0;
}

.toolbar-search[b-v4skivre36]  .mud-input-outlined-border {
    border-color: var(--ep-line-strong);
}

.toolbar-search[b-v4skivre36]  .mud-input-root:hover .mud-input-outlined-border {
    border-color: rgb(96 165 250 / 48%);
}

.requests-toolbar__actions[b-v4skivre36]  .search-button {
    min-height: 40px;
    flex: 0 0 auto;
    padding-inline: 18px;
    border-radius: 10px;
    text-transform: none;
    box-shadow: 0 8px 18px rgb(37 99 235 / 20%);
}

.requests-panel[b-v4skivre36]  .requests-table {
    color: var(--ep-text-soft);
    background: transparent;
}

.requests-panel[b-v4skivre36]  .mud-table-container {
    overflow-x: auto;
}

.requests-panel[b-v4skivre36]  .mud-table-root {
    min-width: 1050px;
}

.requests-panel[b-v4skivre36]  .mud-table-head {
    background: #11171f;
}

.requests-panel[b-v4skivre36]  .mud-table-head .mud-table-cell {
    padding-block: 13px;
    color: #8f9ba8;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--ep-line);
    white-space: nowrap;
}

.requests-panel[b-v4skivre36]  .mud-table-sort-label {
    color: inherit;
    font: inherit;
}

.requests-panel[b-v4skivre36]  .mud-table-sort-label:hover,
.requests-panel[b-v4skivre36]  .mud-table-sort-label.mud-table-sort-label-active {
    color: #cfe5ff;
}

.requests-panel[b-v4skivre36]  .mud-table-body .mud-table-row {
    transition: background-color 130ms ease;
}

.requests-panel[b-v4skivre36]  .mud-table-body .mud-table-row:hover {
    background: rgb(96 165 250 / 5%);
}

.requests-panel[b-v4skivre36]  .mud-table-body .mud-table-cell {
    padding-block: 13px;
    color: var(--ep-text-soft);
    font-size: 0.945rem;
    line-height: 1.4;
    vertical-align: middle;
    border-bottom: 1px solid rgb(255 255 255 / 6%);
}

.requests-panel[b-v4skivre36]  .date-column {
    width: 118px;
    white-space: nowrap;
}

.requests-panel[b-v4skivre36]  .tax-column {
    width: 112px;
}

.requests-panel[b-v4skivre36]  .action-column {
    width: 102px;
    text-align: right;
}

.company-name[b-v4skivre36] {
    display: block;
    max-width: 220px;
    overflow: hidden;
    color: var(--ep-text);
    font-weight: 720;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tax-number[b-v4skivre36] {
    color: #b8c2cc;
    font-variant-numeric: tabular-nums;
}

.date-cell[b-v4skivre36] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-variant-numeric: tabular-nums;
}

.date-cell strong[b-v4skivre36] {
    color: #d8dee6;
    font-size: 0.9288rem;
    font-weight: 650;
}

.date-cell span[b-v4skivre36] {
    color: var(--ep-muted);
    font-size: 0.8424rem;
}

.contact-cell[b-v4skivre36] {
    display: grid;
    max-width: 230px;
    gap: 4px;
}

.contact-cell > span[b-v4skivre36] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
    overflow: hidden;
    color: #aeb8c3;
    font-size: 0.8424rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-cell[b-v4skivre36]  .mud-icon-root {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    color: #718096;
    font-size: 0.86rem;
}

.requests-panel[b-v4skivre36]  .state-chip {
    min-height: 26px;
    font-size: 0.8424rem;
    font-weight: 750;
    white-space: nowrap;
}

.request-note[b-v4skivre36] {
    display: -webkit-box;
    max-width: 230px;
    overflow: hidden;
    color: #9ba7b4;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.requests-panel[b-v4skivre36]  .detail-button {
    min-width: 0;
    padding-inline: 8px;
    font-size: 0.74rem;
    font-weight: 750;
    border-radius: 8px;
    text-transform: none;
}

.empty-state[b-v4skivre36] {
    display: grid;
    min-height: 260px;
    place-items: center;
    align-content: center;
    gap: 8px;
    padding: 40px 20px;
    text-align: center;
}

.empty-state__icon[b-v4skivre36] {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 4px;
    place-items: center;
    color: #7393b7;
    border-radius: 14px;
    background: rgb(59 130 246 / 9%);
}

.empty-state__icon[b-v4skivre36]  .mud-icon-root {
    font-size: 1.5rem;
}

.empty-state h3[b-v4skivre36] {
    font-size: 0.98rem;
}

.empty-state p[b-v4skivre36] {
    margin-bottom: 8px;
    font-size: 0.78rem;
}

.empty-state[b-v4skivre36]  .mud-button-root {
    border-radius: 9px;
    text-transform: none;
}

.requests-panel[b-v4skivre36]  .mud-table-pagination {
    min-height: 54px;
    color: var(--ep-muted);
    border-top: 0;
    background: #131920;
}

@media (max-width: 1100px) {
    .requests-toolbar[b-v4skivre36] {
        align-items: flex-start;
        flex-direction: column;
    }

    .requests-toolbar__actions[b-v4skivre36] {
        width: 100%;
        flex-basis: auto;
    }
}

@media (max-width: 720px) {
    .epostar-page[b-v4skivre36] {
        padding: 18px 0 34px;
    }

    .epostar-page[b-v4skivre36]  .epostar-container {
        gap: 16px;
        padding-inline: 14px;
    }

    .requests-toolbar[b-v4skivre36] {
        padding: 18px;
    }

    .requests-toolbar__actions[b-v4skivre36] {
        align-items: stretch;
        flex-direction: column;
    }

    .state-filter[b-v4skivre36],
    .state-filter[b-v4skivre36]  .mud-menu,
    .state-filter[b-v4skivre36]  .mud-button-root {
        width: 100%;
    }

    .toolbar-search[b-v4skivre36] {
        min-width: 0;
    }

    .requests-toolbar__actions[b-v4skivre36]  .search-button {
        width: 100%;
    }
}

@media (max-width: 959.98px) {
    .requests-panel[b-v4skivre36]  .mud-table-root {
        min-width: 0;
    }

    .requests-panel[b-v4skivre36]  .mud-table-body {
        display: grid;
        gap: 12px;
        padding: 12px;
    }

    .requests-panel[b-v4skivre36]  .mud-table-body .mud-table-row {
        display: block;
        overflow: hidden;
        border: 1px solid var(--ep-line);
        border-radius: 12px;
        background: var(--ep-surface-raised);
    }

    .requests-panel[b-v4skivre36]  .mud-table-body .mud-table-cell {
        display: flex;
        min-height: 43px;
        align-items: flex-start;
        justify-content: space-between;
        gap: 18px;
        padding: 10px 13px;
        text-align: right;
        border-bottom: 1px solid rgb(255 255 255 / 6%);
    }

    .requests-panel[b-v4skivre36]  .mud-table-body .mud-table-cell::before {
        flex: 0 0 108px;
        color: #7f8b98;
        font-size: 0.68rem;
        font-weight: 800;
        letter-spacing: 0.04em;
        text-align: left;
        text-transform: uppercase;
    }

    .requests-panel[b-v4skivre36]  .mud-table-body .mud-table-cell:last-child {
        border-bottom: 0;
    }

    .company-name[b-v4skivre36],
    .contact-cell[b-v4skivre36],
    .request-note[b-v4skivre36] {
        max-width: min(58vw, 250px);
    }

    .date-cell[b-v4skivre36],
    .contact-cell[b-v4skivre36] {
        align-items: flex-end;
    }

    .contact-cell > span[b-v4skivre36] {
        max-width: 58vw;
    }

    .requests-panel[b-v4skivre36]  .action-column {
        width: auto;
    }

    .requests-panel[b-v4skivre36]  .mud-table-pagination {
        flex-wrap: wrap;
        justify-content: center;
        padding: 8px;
    }
}

@media (max-width: 430px) {
    .requests-title-row[b-v4skivre36] {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .requests-panel[b-v4skivre36]  .mud-table-body .mud-table-row {
        transition: none;
    }
}
/* /Pages/BusinessPartnerDetail.razor.rz.scp.css */
.company-detail-page[b-6ddsorm7u4] {
    --detail-surface: #161b22;
    --detail-surface-raised: #1b222c;
    --detail-line: rgb(255 255 255 / 9%);
    --detail-text: #f0f6fc;
    --detail-soft: #c9d1d9;
    --detail-muted: #8b949e;

    min-height: 100%;
    padding: 32px 0 56px;
    color: var(--detail-text);
    background:
        radial-gradient(circle at 16% 0, rgb(124 58 237 / 9%), transparent 31rem),
        radial-gradient(circle at 88% 10%, rgb(37 99 235 / 8%), transparent 30rem),
        var(--app-bg);
}

.company-detail-page[b-6ddsorm7u4]  .company-detail-container {
    display: grid;
    gap: 20px;
}

.detail-header[b-6ddsorm7u4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 24px;
    border: 1px solid var(--detail-line);
    border-radius: 16px;
    background: var(--detail-surface);
    box-shadow: 0 18px 44px rgb(0 0 0 / 15%);
}

.detail-header__main[b-6ddsorm7u4],
.detail-header__aside[b-6ddsorm7u4],
.detail-heading__meta[b-6ddsorm7u4],
.status-chips[b-6ddsorm7u4],
.header-actions[b-6ddsorm7u4],
.card-header[b-6ddsorm7u4] {
    display: flex;
    align-items: center;
}

.detail-header__main[b-6ddsorm7u4] {
    min-width: 0;
    gap: 16px;
}

.detail-header__aside[b-6ddsorm7u4] {
    flex: 0 0 auto;
    align-items: flex-end;
    flex-direction: column;
    gap: 14px;
}

.company-detail-page[b-6ddsorm7u4]  .back-button {
    flex: 0 0 auto;
    color: #9ba7b4;
    border: 1px solid var(--detail-line);
    border-radius: 10px;
}

.company-mark[b-6ddsorm7u4] {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    place-items: center;
    color: #93c5fd;
    border: 1px solid rgb(59 130 246 / 20%);
    border-radius: 14px;
    background: rgb(59 130 246 / 10%);
}

.company-mark[b-6ddsorm7u4]  .mud-icon-root {
    font-size: 1.7rem;
}

.detail-heading[b-6ddsorm7u4] {
    min-width: 0;
}

.detail-eyebrow[b-6ddsorm7u4] {
    color: #7f8b98;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.detail-heading h1[b-6ddsorm7u4] {
    overflow: hidden;
    margin: 3px 0 7px;
    color: var(--detail-text);
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 760;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-heading__meta[b-6ddsorm7u4] {
    flex-wrap: wrap;
    gap: 6px 18px;
    color: var(--detail-muted);
    font-size: 0.79rem;
}

.company-identifier[b-6ddsorm7u4] {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 5px;
}

.company-identifier__label[b-6ddsorm7u4] {
    color: var(--detail-soft);
    font-weight: 700;
}

.company-identifier__value[b-6ddsorm7u4] {
    overflow-wrap: anywhere;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.company-detail-page[b-6ddsorm7u4]  .copy-identifier-button {
    width: 26px;
    height: 26px;
    padding: 4px;
    color: #9ba7b4;
}

.company-detail-page[b-6ddsorm7u4]  .copy-identifier-button:hover:not(.mud-disabled) {
    color: #93c5fd;
    background: rgb(59 130 246 / 10%);
}

.company-detail-page[b-6ddsorm7u4]  .copy-identifier-button.mud-disabled {
    color: rgb(139 148 158 / 45%);
}

.status-chips[b-6ddsorm7u4],
.header-actions[b-6ddsorm7u4] {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.header-actions[b-6ddsorm7u4]  .mud-button-root {
    border-radius: 10px;
    text-transform: none;
}

.detail-grid[b-6ddsorm7u4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.detail-card[b-6ddsorm7u4] {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--detail-line);
    border-radius: 16px;
    background: var(--detail-surface);
    box-shadow: 0 14px 36px rgb(0 0 0 / 12%);
}

.detail-card--wide[b-6ddsorm7u4] {
    grid-column: 1 / -1;
}

.card-header[b-6ddsorm7u4] {
    gap: 12px;
    margin-bottom: 22px;
}

.card-icon[b-6ddsorm7u4] {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    color: #a5b4fc;
    border-radius: 10px;
    background: rgb(99 102 241 / 11%);
}

.card-header h2[b-6ddsorm7u4] {
    margin: 0;
    color: var(--detail-text);
    font-size: 1rem;
    font-weight: 740;
}

.card-header p[b-6ddsorm7u4] {
    margin: 3px 0 0;
    color: var(--detail-muted);
    font-size: 0.76rem;
}

.card-fields[b-6ddsorm7u4] {
    display: grid;
    gap: 12px;
}

.detail-card[b-6ddsorm7u4]  .mud-input-control {
    margin-top: 0;
}

.detail-card[b-6ddsorm7u4]  .mud-input-outlined-border {
    border-color: rgb(148 163 184 / 22%);
}

.detail-card[b-6ddsorm7u4]  .mud-input-root {
    border-radius: 9px;
}

.detail-card[b-6ddsorm7u4]  .mud-input-control.mud-disabled .mud-input-root,
.detail-card[b-6ddsorm7u4]  .mud-input-control.mud-disabled .mud-input-label {
    color: var(--detail-soft);
}

.system-card[b-6ddsorm7u4] {
    background: #141a21;
}

.system-grid[b-6ddsorm7u4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
    margin: 0;
}

.system-grid div[b-6ddsorm7u4] {
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid rgb(255 255 255 / 7%);
    border-radius: 10px;
    background: rgb(255 255 255 / 2%);
}

.system-grid dt[b-6ddsorm7u4] {
    margin-bottom: 5px;
    color: var(--detail-muted);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.system-grid dd[b-6ddsorm7u4] {
    overflow-wrap: anywhere;
    margin: 0;
    color: var(--detail-soft);
    font-size: 0.86rem;
}

.monospace[b-6ddsorm7u4] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.77rem !important;
}

.requests-history[b-6ddsorm7u4] {
    overflow: hidden;
}

.history-empty[b-6ddsorm7u4] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 76px;
    color: var(--detail-muted);
}

.company-detail-page[b-6ddsorm7u4]  .history-table {
    border: 1px solid var(--detail-line);
    border-radius: 12px;
    background: transparent;
}

.company-detail-page[b-6ddsorm7u4]  .history-table .mud-table-root,
.company-detail-page[b-6ddsorm7u4]  .history-table .mud-table-container {
    background: transparent;
}

.history-contact[b-6ddsorm7u4],
.history-message[b-6ddsorm7u4],
.history-actions[b-6ddsorm7u4] {
    display: grid;
    gap: 4px;
}

.history-contact span:last-child[b-6ddsorm7u4],
.history-message span[b-6ddsorm7u4] {
    color: var(--detail-muted);
    font-size: 0.76rem;
}

.history-message strong[b-6ddsorm7u4] {
    max-width: 360px;
    color: #fca5a5;
    font-size: 0.76rem;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.history-actions[b-6ddsorm7u4] {
    grid-auto-flow: column;
    justify-content: start;
}

.detail-state[b-6ddsorm7u4] {
    display: flex;
    min-height: 280px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 40px;
    color: var(--detail-soft);
    border: 1px solid var(--detail-line);
    border-radius: 16px;
    background: var(--detail-surface);
}

.detail-state div[b-6ddsorm7u4] {
    display: grid;
    gap: 3px;
}

.detail-state strong[b-6ddsorm7u4] {
    color: var(--detail-text);
}

.detail-state span[b-6ddsorm7u4] {
    color: var(--detail-muted);
    font-size: 0.8rem;
}

.detail-state--error[b-6ddsorm7u4] {
    flex-direction: column;
    text-align: center;
}

.detail-state--error[b-6ddsorm7u4]  > .mud-icon-root {
    color: #f87171;
    font-size: 2.2rem;
}

@media (max-width: 959.98px) {
    .detail-header[b-6ddsorm7u4] {
        align-items: flex-start;
        flex-direction: column;
    }

    .detail-header__aside[b-6ddsorm7u4] {
        width: 100%;
        align-items: flex-start;
    }

    .status-chips[b-6ddsorm7u4],
    .header-actions[b-6ddsorm7u4] {
        justify-content: flex-start;
    }

    .detail-grid[b-6ddsorm7u4] {
        grid-template-columns: 1fr;
    }

    .detail-card--wide[b-6ddsorm7u4] {
        grid-column: auto;
    }
}

@media (max-width: 600px) {
    .company-detail-page[b-6ddsorm7u4] {
        padding: 18px 0 36px;
    }

    .company-detail-page[b-6ddsorm7u4]  .company-detail-container {
        padding-inline: 14px;
    }

    .detail-header[b-6ddsorm7u4],
    .detail-card[b-6ddsorm7u4] {
        padding: 18px;
        border-radius: 13px;
    }

    .detail-header__main[b-6ddsorm7u4] {
        align-items: flex-start;
        gap: 10px;
    }

    .company-mark[b-6ddsorm7u4] {
        display: none;
    }

    .detail-heading h1[b-6ddsorm7u4] {
        white-space: normal;
    }

    .system-grid[b-6ddsorm7u4] {
        grid-template-columns: 1fr;
    }

    .header-actions[b-6ddsorm7u4] {
        width: 100%;
    }

    .header-actions[b-6ddsorm7u4]  .mud-button-root {
        flex: 1 1 auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .company-detail-page *[b-6ddsorm7u4] {
        scroll-behavior: auto;
    }
}
/* /Pages/BusinessPartnerList.razor.rz.scp.css */
.business-partners-page[b-6gmb2g27an] {
    --companies-surface: #161b22;
    --companies-surface-raised: #1b222c;
    --companies-line: rgb(255 255 255 / 9%);
    --companies-line-strong: rgb(148 163 184 / 24%);
    --companies-text: #f0f6fc;
    --companies-text-soft: #c9d1d9;
    --companies-muted: #8b949e;

    width: 100%;
    min-height: 100%;
    padding: 32px 0 52px;
    color: var(--companies-text);
    background:
        radial-gradient(circle at 18% 0, rgb(124 58 237 / 8%), transparent 30rem),
        radial-gradient(circle at 88% 12%, rgb(37 99 235 / 7%), transparent 28rem),
        var(--app-bg);
}

.business-partners-page[b-6gmb2g27an]  .business-partners-container {
    display: grid;
}

.business-partner-panel[b-6gmb2g27an] {
    overflow: hidden;
    border: 1px solid var(--companies-line);
    border-radius: 16px;
    background: var(--companies-surface);
    box-shadow: 0 18px 44px rgb(0 0 0 / 15%);
}

.business-partner-panel[b-6gmb2g27an]  .business-partner-grid {
    color: var(--companies-text-soft);
    border-radius: 0;
    background: transparent;
}

.business-partner-panel[b-6gmb2g27an]  .mud-table-toolbar {
    min-height: 84px;
    gap: 24px;
    padding: 22px 24px;
    border-bottom: 1px solid var(--companies-line);
    background: var(--companies-surface);
}

.grid-toolbar-heading[b-6gmb2g27an] {
    min-width: 0;
}

.grid-toolbar-heading[b-6gmb2g27an]  .table-title {
    margin: 0;
    color: var(--companies-text);
    font-size: 1.05rem;
    font-weight: 750;
    line-height: 1.25;
}

.grid-toolbar-actions[b-6gmb2g27an] {
    display: flex;
    width: min(100%, 590px);
    flex: 0 1 590px;
    align-items: center;
    gap: 10px;
}

.toolbar-search[b-6gmb2g27an] {
    min-width: 260px;
    flex: 1 1 auto;
}

.toolbar-search[b-6gmb2g27an]  .mud-input-control {
    margin: 0;
}

.toolbar-search[b-6gmb2g27an]  .mud-input-outlined-border {
    border-color: var(--companies-line-strong);
}

.toolbar-search[b-6gmb2g27an]  .mud-input-root {
    border-radius: 10px;
}

.toolbar-search[b-6gmb2g27an]  .mud-input-root:hover .mud-input-outlined-border,
.toolbar-search[b-6gmb2g27an]  .mud-input-root:focus-within .mud-input-outlined-border {
    border-color: rgb(96 165 250 / 48%);
}

.grid-toolbar-actions[b-6gmb2g27an]  .add-button {
    min-height: 40px;
    flex: 0 0 auto;
    padding-inline: 16px;
    border-radius: 10px;
    text-transform: none;
    box-shadow: 0 8px 18px rgb(22 163 74 / 18%);
}

.business-partner-panel[b-6gmb2g27an]  .mud-table-container {
    overflow-x: auto;
}

.business-partner-panel[b-6gmb2g27an]  .mud-table-root {
    min-width: 1380px;
}

.business-partner-panel[b-6gmb2g27an]  .mud-table-head {
    background: #11171f;
}

.business-partner-panel[b-6gmb2g27an]  .mud-table-head .mud-table-cell {
    padding-block: 13px;
    color: #8f9ba8;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--companies-line);
    white-space: nowrap;
}

.business-partner-panel[b-6gmb2g27an]  .mud-table-head .column-header {
    color: inherit;
    font: inherit;
}

.business-partner-panel[b-6gmb2g27an]  .mud-table-head .mud-icon-button {
    color: #758292;
}

.business-partner-panel[b-6gmb2g27an]  .mud-table-body .mud-table-row {
    transition: background-color 130ms ease;
}

.business-partner-panel[b-6gmb2g27an]  .mud-table-body .mud-table-row:hover {
    background: rgb(96 165 250 / 5%);
}

.business-partner-panel[b-6gmb2g27an]  .mud-table-body .clickable-company-row {
    cursor: pointer;
}

.business-partner-panel[b-6gmb2g27an]  .mud-table-body .clickable-company-row:focus-visible {
    outline: 2px solid #60a5fa;
    outline-offset: -2px;
}

.business-partner-panel[b-6gmb2g27an]  .mud-table-body .mud-table-cell {
    padding-block: 13px;
    color: var(--companies-text-soft);
    font-size: 0.945rem;
    line-height: 1.4;
    vertical-align: middle;
    border-bottom: 1px solid rgb(255 255 255 / 6%);
}

.business-partner-panel[b-6gmb2g27an]  .company-column-cell {
    max-width: 240px;
    overflow: hidden;
    color: var(--companies-text);
    font-weight: 720;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.business-partner-panel[b-6gmb2g27an]  .number-column-cell {
    width: 112px;
    color: #b8c2cc;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.business-partner-panel[b-6gmb2g27an]  .email-column-cell {
    max-width: 230px;
    overflow: hidden;
    color: #aeb8c3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.business-partner-panel[b-6gmb2g27an]  .guid-column-cell {
    max-width: 260px;
    overflow: hidden;
    color: #9ba7b4;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.76rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.business-partner-panel[b-6gmb2g27an]  .status-column-header,
.business-partner-panel[b-6gmb2g27an]  .status-column-cell {
    width: 112px;
    text-align: center;
}

.business-partner-panel[b-6gmb2g27an]  .status-column-cell .mud-icon-root {
    font-size: 1.18rem;
}

.business-partner-panel[b-6gmb2g27an]  .actions-column-header,
.business-partner-panel[b-6gmb2g27an]  .actions-column-cell {
    width: 72px;
    min-width: 72px;
    text-align: right;
    white-space: nowrap;
}

.business-partner-panel[b-6gmb2g27an]  .actions-column-cell .mud-icon-button {
    width: 36px;
    height: 36px;
    padding: 7px;
    color: #98a6b5;
    border: 1px solid transparent;
    border-radius: 8px;
    background: rgb(148 163 184 / 5%);
}

.business-partner-panel[b-6gmb2g27an]  .actions-column-cell .mud-icon-button:hover {
    color: #93c5fd;
    border-color: rgb(59 130 246 / 22%);
    background: rgb(59 130 246 / 11%);
}

.empty-state[b-6gmb2g27an] {
    display: grid;
    min-height: 260px;
    place-items: center;
    align-content: center;
    gap: 8px;
    padding: 40px 20px;
    text-align: center;
}

.empty-state__icon[b-6gmb2g27an] {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 4px;
    place-items: center;
    color: #7393b7;
    border-radius: 14px;
    background: rgb(59 130 246 / 9%);
}

.empty-state__icon[b-6gmb2g27an]  .mud-icon-root {
    font-size: 1.5rem;
}

.empty-state h3[b-6gmb2g27an] {
    margin: 0;
    color: var(--companies-text);
    font-size: 0.98rem;
}

.empty-state p[b-6gmb2g27an] {
    margin: 0;
    color: var(--companies-muted);
    font-size: 0.78rem;
}

.business-partner-panel[b-6gmb2g27an]  .mud-table-pagination {
    min-height: 54px;
    color: var(--companies-muted);
    border-top: 0;
    background: #131920;
}

@media (max-width: 1100px) {
    .business-partner-panel[b-6gmb2g27an]  .mud-table-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .business-partner-panel[b-6gmb2g27an]  .mud-table-toolbar .mud-spacer {
        display: none;
    }

    .grid-toolbar-actions[b-6gmb2g27an] {
        width: 100%;
        flex-basis: auto;
    }
}

@media (max-width: 959.98px) {
    .business-partner-panel[b-6gmb2g27an]  .mud-table-root {
        min-width: 0;
    }

    .business-partner-panel[b-6gmb2g27an]  .mud-table-body {
        display: grid;
        gap: 12px;
        padding: 12px;
    }

    .business-partner-panel[b-6gmb2g27an]  .mud-table-body .mud-table-row {
        display: block;
        overflow: hidden;
        border: 1px solid var(--companies-line);
        border-radius: 12px;
        background: var(--companies-surface-raised);
    }

    .business-partner-panel[b-6gmb2g27an]  .mud-table-body .mud-table-cell {
        display: flex;
        min-height: 43px;
        max-width: none;
        align-items: flex-start;
        justify-content: space-between;
        gap: 18px;
        padding: 10px 13px;
        text-align: right;
        white-space: normal;
        border-bottom: 1px solid rgb(255 255 255 / 6%);
    }

    .business-partner-panel[b-6gmb2g27an]  .mud-table-body .mud-table-cell::before {
        flex: 0 0 126px;
        color: #7f8b98;
        font-size: 0.68rem;
        font-weight: 800;
        letter-spacing: 0.04em;
        text-align: left;
        text-transform: uppercase;
    }

    .business-partner-panel[b-6gmb2g27an]  .mud-table-body .mud-table-cell:last-child {
        border-bottom: 0;
    }

    .business-partner-panel[b-6gmb2g27an]  .company-column-cell,
    .business-partner-panel[b-6gmb2g27an]  .email-column-cell,
    .business-partner-panel[b-6gmb2g27an]  .guid-column-cell {
        overflow-wrap: anywhere;
        text-overflow: clip;
    }

    .business-partner-panel[b-6gmb2g27an]  .number-column-cell,
    .business-partner-panel[b-6gmb2g27an]  .status-column-header,
    .business-partner-panel[b-6gmb2g27an]  .status-column-cell,
    .business-partner-panel[b-6gmb2g27an]  .actions-column-header,
    .business-partner-panel[b-6gmb2g27an]  .actions-column-cell {
        width: auto;
        min-width: 0;
    }

    .business-partner-panel[b-6gmb2g27an]  .status-column-cell,
    .business-partner-panel[b-6gmb2g27an]  .actions-column-cell {
        text-align: right;
    }

    .business-partner-panel[b-6gmb2g27an]  .mud-table-pagination {
        flex-wrap: wrap;
        justify-content: center;
        padding: 8px;
    }
}

@media (max-width: 720px) {
    .business-partners-page[b-6gmb2g27an] {
        padding: 18px 0 34px;
    }

    .business-partners-page[b-6gmb2g27an]  .business-partners-container {
        padding-inline: 14px;
    }

    .business-partner-panel[b-6gmb2g27an]  .mud-table-toolbar {
        min-height: 0;
        gap: 14px;
        padding: 18px;
    }

    .grid-toolbar-actions[b-6gmb2g27an] {
        align-items: stretch;
        flex-direction: column;
    }

    .toolbar-search[b-6gmb2g27an] {
        min-width: 0;
    }

    .grid-toolbar-actions[b-6gmb2g27an]  .add-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .business-partner-panel[b-6gmb2g27an]  .mud-table-body .mud-table-row {
        transition: none;
    }
}
/* /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/MyBusinessPartnerDetail.razor.rz.scp.css */
.my-company-detail-page[b-3nhhbr1xuh] {
    --customer-surface: #161b22;
    --customer-line: rgb(255 255 255 / 9%);
    --customer-text: #f0f6fc;
    --customer-soft: #c9d1d9;
    --customer-muted: #8b949e;

    min-height: 100%;
    padding: 32px 0 56px;
    color: var(--customer-text);
    background:
        radial-gradient(circle at 18% 0, rgb(124 58 237 / 8%), transparent 30rem),
        radial-gradient(circle at 86% 8%, rgb(37 99 235 / 8%), transparent 29rem),
        var(--app-bg);
}

.my-company-detail-page[b-3nhhbr1xuh]  .my-company-detail-container {
    display: grid;
    gap: 20px;
}

.customer-header[b-3nhhbr1xuh] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    border: 1px solid var(--customer-line);
    border-radius: 16px;
    background: var(--customer-surface);
    box-shadow: 0 18px 44px rgb(0 0 0 / 15%);
}

.my-company-detail-page[b-3nhhbr1xuh]  .back-button {
    flex: 0 0 auto;
    color: #9ba7b4;
    border: 1px solid var(--customer-line);
    border-radius: 10px;
}

.company-mark[b-3nhhbr1xuh],
.card-icon[b-3nhhbr1xuh],
.state-icon[b-3nhhbr1xuh] {
    display: grid;
    place-items: center;
}

.company-mark[b-3nhhbr1xuh] {
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    color: #93c5fd;
    border: 1px solid rgb(59 130 246 / 20%);
    border-radius: 14px;
    background: rgb(59 130 246 / 10%);
}

.company-mark[b-3nhhbr1xuh]  .mud-icon-root {
    font-size: 1.7rem;
}

.customer-heading[b-3nhhbr1xuh] {
    min-width: 0;
    flex: 1 1 auto;
}

.customer-eyebrow[b-3nhhbr1xuh] {
    color: #7f8b98;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.customer-heading h1[b-3nhhbr1xuh] {
    overflow: hidden;
    margin: 3px 0 5px;
    color: var(--customer-text);
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 760;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer-heading__meta[b-3nhhbr1xuh] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 18px;
    color: var(--customer-muted);
    font-size: 0.79rem;
}

.company-identifier[b-3nhhbr1xuh] {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 5px;
}

.company-identifier__label[b-3nhhbr1xuh] {
    color: var(--customer-soft);
    font-weight: 700;
}

.company-identifier__value[b-3nhhbr1xuh] {
    overflow-wrap: anywhere;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.my-company-detail-page[b-3nhhbr1xuh]  .copy-identifier-button {
    width: 26px;
    height: 26px;
    padding: 4px;
    color: #9ba7b4;
}

.my-company-detail-page[b-3nhhbr1xuh]  .copy-identifier-button:hover:not(.mud-disabled) {
    color: #93c5fd;
    background: rgb(59 130 246 / 10%);
}

.my-company-detail-page[b-3nhhbr1xuh]  .copy-identifier-button.mud-disabled {
    color: rgb(139 148 158 / 45%);
}

.customer-header[b-3nhhbr1xuh]  .access-button {
    flex: 0 0 auto;
    border-radius: 10px;
    text-transform: none;
}

.customer-grid[b-3nhhbr1xuh] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.customer-card[b-3nhhbr1xuh] {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--customer-line);
    border-radius: 16px;
    background: var(--customer-surface);
    box-shadow: 0 14px 36px rgb(0 0 0 / 12%);
}

.customer-card--wide[b-3nhhbr1xuh] {
    grid-column: 1 / -1;
}

.card-header[b-3nhhbr1xuh] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.card-icon[b-3nhhbr1xuh] {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    color: #a5b4fc;
    border-radius: 10px;
    background: rgb(99 102 241 / 11%);
}

.card-header h2[b-3nhhbr1xuh] {
    margin: 0;
    color: var(--customer-text);
    font-size: 1rem;
    font-weight: 740;
}

.card-header p[b-3nhhbr1xuh] {
    margin: 3px 0 0;
    color: var(--customer-muted);
    font-size: 0.76rem;
}

.info-grid[b-3nhhbr1xuh],
.contact-grid[b-3nhhbr1xuh],
.contact-list[b-3nhhbr1xuh] {
    margin: 0;
}

.info-grid[b-3nhhbr1xuh] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.info-item[b-3nhhbr1xuh],
.contact-grid > div[b-3nhhbr1xuh],
.contact-list > div[b-3nhhbr1xuh] {
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid rgb(255 255 255 / 7%);
    border-radius: 10px;
    background: rgb(255 255 255 / 2%);
}

.info-item--wide[b-3nhhbr1xuh] {
    grid-column: 1 / -1;
}

.contact-list[b-3nhhbr1xuh] {
    display: grid;
    gap: 12px;
}

.contact-grid[b-3nhhbr1xuh] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.info-grid dt[b-3nhhbr1xuh],
.contact-grid dt[b-3nhhbr1xuh],
.contact-list dt[b-3nhhbr1xuh] {
    margin-bottom: 5px;
    color: var(--customer-muted);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.info-grid dd[b-3nhhbr1xuh],
.contact-grid dd[b-3nhhbr1xuh],
.contact-list dd[b-3nhhbr1xuh] {
    overflow-wrap: anywhere;
    margin: 0;
    color: var(--customer-soft);
    font-size: 0.9rem;
    line-height: 1.45;
}

.customer-history-empty[b-3nhhbr1xuh] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 72px;
    color: var(--customer-muted);
}

.my-company-detail-page[b-3nhhbr1xuh]  .customer-history-table {
    border: 1px solid var(--customer-line);
    border-radius: 12px;
    background: transparent;
}

.my-company-detail-page[b-3nhhbr1xuh]  .customer-history-table .mud-table-root,
.my-company-detail-page[b-3nhhbr1xuh]  .customer-history-table .mud-table-container {
    background: transparent;
}

.customer-state[b-3nhhbr1xuh] {
    display: flex;
    min-height: 280px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 40px;
    color: var(--customer-soft);
    border: 1px solid var(--customer-line);
    border-radius: 16px;
    background: var(--customer-surface);
}

.customer-state > div[b-3nhhbr1xuh] {
    display: grid;
    gap: 3px;
}

.customer-state strong[b-3nhhbr1xuh] {
    color: var(--customer-text);
}

.customer-state span[b-3nhhbr1xuh],
.customer-state p[b-3nhhbr1xuh] {
    color: var(--customer-muted);
    font-size: 0.8rem;
}

.customer-state--error[b-3nhhbr1xuh] {
    flex-direction: column;
    text-align: center;
}

.customer-state--error h1[b-3nhhbr1xuh] {
    margin: 2px 0 0;
    color: var(--customer-text);
    font-size: 1.25rem;
}

.customer-state--error p[b-3nhhbr1xuh] {
    margin: 0 0 8px;
}

.state-icon[b-3nhhbr1xuh] {
    width: 54px;
    height: 54px;
    color: #f87171;
    border-radius: 15px;
    background: rgb(239 68 68 / 9%);
}

.state-icon[b-3nhhbr1xuh]  .mud-icon-root {
    font-size: 1.8rem;
}

@media (max-width: 800px) {
    .customer-header[b-3nhhbr1xuh] {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .customer-header[b-3nhhbr1xuh]  .access-button {
        width: 100%;
        margin-left: 54px;
    }

    .customer-grid[b-3nhhbr1xuh] {
        grid-template-columns: 1fr;
    }

    .customer-card--wide[b-3nhhbr1xuh] {
        grid-column: auto;
    }

    .contact-grid[b-3nhhbr1xuh] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .my-company-detail-page[b-3nhhbr1xuh] {
        padding: 18px 0 36px;
    }

    .my-company-detail-page[b-3nhhbr1xuh]  .my-company-detail-container {
        padding-inline: 14px;
    }

    .customer-header[b-3nhhbr1xuh],
    .customer-card[b-3nhhbr1xuh] {
        padding: 18px;
        border-radius: 13px;
    }

    .company-mark[b-3nhhbr1xuh] {
        display: none;
    }

    .customer-heading h1[b-3nhhbr1xuh] {
        white-space: normal;
    }

    .customer-header[b-3nhhbr1xuh]  .access-button {
        margin-left: 0;
    }

    .info-grid[b-3nhhbr1xuh] {
        grid-template-columns: 1fr;
    }

    .info-item--wide[b-3nhhbr1xuh] {
        grid-column: auto;
    }
}
/* /Pages/MyBusinessPartnerList.razor.rz.scp.css */
.my-business-partners-page[b-6vo1m68k5w] {
    --companies-surface: #161b22;
    --companies-surface-raised: #1b222c;
    --companies-line: rgb(255 255 255 / 9%);
    --companies-line-strong: rgb(148 163 184 / 24%);
    --companies-text: #f0f6fc;
    --companies-text-soft: #c9d1d9;
    --companies-muted: #8b949e;

    width: 100%;
    min-height: 100%;
    padding: 32px 0 52px;
    color: var(--companies-text);
    background:
        radial-gradient(circle at 18% 0, rgb(124 58 237 / 8%), transparent 30rem),
        radial-gradient(circle at 88% 12%, rgb(37 99 235 / 7%), transparent 28rem),
        var(--app-bg);
}

.my-business-partners-page[b-6vo1m68k5w]  .my-business-partners-container {
    display: grid;
}

.business-partner-panel[b-6vo1m68k5w] {
    overflow: hidden;
    border: 1px solid var(--companies-line);
    border-radius: 16px;
    background: var(--companies-surface);
    box-shadow: 0 18px 44px rgb(0 0 0 / 15%);
}

.business-partner-panel[b-6vo1m68k5w]  .business-partner-grid {
    color: var(--companies-text-soft);
    border-radius: 0;
    background: transparent;
}

.business-partner-panel[b-6vo1m68k5w]  .mud-table-toolbar {
    min-height: 84px;
    gap: 24px;
    padding: 22px 24px;
    border-bottom: 1px solid var(--companies-line);
    background: var(--companies-surface);
}

.grid-toolbar-heading[b-6vo1m68k5w] {
    min-width: 0;
}

.grid-toolbar-heading[b-6vo1m68k5w]  .table-title {
    margin: 0;
    color: var(--companies-text);
    font-size: 1.05rem;
    font-weight: 750;
    line-height: 1.25;
}

.toolbar-search[b-6vo1m68k5w] {
    width: min(100%, 430px);
    min-width: 260px;
    flex: 0 1 430px;
}

.toolbar-search[b-6vo1m68k5w]  .mud-input-control {
    margin: 0;
}

.toolbar-search[b-6vo1m68k5w]  .mud-input-outlined-border {
    border-color: var(--companies-line-strong);
}

.toolbar-search[b-6vo1m68k5w]  .mud-input-root {
    border-radius: 10px;
}

.toolbar-search[b-6vo1m68k5w]  .mud-input-root:hover .mud-input-outlined-border,
.toolbar-search[b-6vo1m68k5w]  .mud-input-root:focus-within .mud-input-outlined-border {
    border-color: rgb(96 165 250 / 48%);
}

.business-partner-panel[b-6vo1m68k5w]  .mud-table-container {
    overflow-x: auto;
}

.business-partner-panel[b-6vo1m68k5w]  .mud-table-root {
    min-width: 920px;
}

.business-partner-panel[b-6vo1m68k5w]  .mud-table-head {
    background: #11171f;
}

.business-partner-panel[b-6vo1m68k5w]  .mud-table-head .mud-table-cell {
    padding-block: 13px;
    color: #8f9ba8;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--companies-line);
    white-space: nowrap;
}

.business-partner-panel[b-6vo1m68k5w]  .mud-table-head .column-header {
    color: inherit;
    font: inherit;
}

.business-partner-panel[b-6vo1m68k5w]  .mud-table-head .mud-icon-button {
    color: #758292;
}

.business-partner-panel[b-6vo1m68k5w]  .mud-table-body .mud-table-row {
    transition: background-color 130ms ease;
}

.business-partner-panel[b-6vo1m68k5w]  .mud-table-body .mud-table-row:hover {
    background: rgb(96 165 250 / 5%);
}

.business-partner-panel[b-6vo1m68k5w]  .mud-table-body .clickable-company-row {
    cursor: pointer;
}

.business-partner-panel[b-6vo1m68k5w]  .mud-table-body .clickable-company-row:focus-visible {
    outline: 2px solid #60a5fa;
    outline-offset: -2px;
}

.business-partner-panel[b-6vo1m68k5w]  .mud-table-body .mud-table-cell {
    padding-block: 13px;
    color: var(--companies-text-soft);
    font-size: 0.945rem;
    line-height: 1.4;
    vertical-align: middle;
    border-bottom: 1px solid rgb(255 255 255 / 6%);
}

.business-partner-panel[b-6vo1m68k5w]  .company-column-cell {
    max-width: 260px;
    overflow: hidden;
    color: var(--companies-text);
    font-weight: 720;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.business-partner-panel[b-6vo1m68k5w]  .number-column-cell {
    width: 120px;
    color: #b8c2cc;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.business-partner-panel[b-6vo1m68k5w]  .email-column-cell {
    max-width: 280px;
    overflow: hidden;
    color: #aeb8c3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.business-partner-panel[b-6vo1m68k5w]  .actions-column-header,
.business-partner-panel[b-6vo1m68k5w]  .actions-column-cell {
    width: 1%;
    min-width: 260px;
    text-align: right;
    white-space: nowrap;
}

.row-actions[b-6vo1m68k5w] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.business-partner-panel[b-6vo1m68k5w]  .access-button,
.business-partner-panel[b-6vo1m68k5w]  .detail-button {
    min-width: 0;
    padding-inline: 8px;
    font-size: 0.74rem;
    font-weight: 750;
    border-radius: 8px;
    text-transform: none;
}

.empty-state[b-6vo1m68k5w] {
    display: grid;
    min-height: 260px;
    place-items: center;
    align-content: center;
    gap: 8px;
    padding: 40px 20px;
    text-align: center;
}

.empty-state__icon[b-6vo1m68k5w] {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 4px;
    place-items: center;
    color: #7393b7;
    border-radius: 14px;
    background: rgb(59 130 246 / 9%);
}

.empty-state__icon[b-6vo1m68k5w]  .mud-icon-root {
    font-size: 1.5rem;
}

.empty-state h3[b-6vo1m68k5w] {
    margin: 0;
    color: var(--companies-text);
    font-size: 0.98rem;
}

.empty-state p[b-6vo1m68k5w] {
    margin: 0;
    color: var(--companies-muted);
    font-size: 0.78rem;
}

.business-partner-panel[b-6vo1m68k5w]  .mud-table-pagination {
    min-height: 54px;
    color: var(--companies-muted);
    border-top: 0;
    background: #131920;
}

@media (max-width: 959.98px) {
    .business-partner-panel[b-6vo1m68k5w]  .mud-table-root {
        min-width: 0;
    }

    .business-partner-panel[b-6vo1m68k5w]  .mud-table-body {
        display: grid;
        gap: 12px;
        padding: 12px;
    }

    .business-partner-panel[b-6vo1m68k5w]  .mud-table-body .mud-table-row {
        display: block;
        overflow: hidden;
        border: 1px solid var(--companies-line);
        border-radius: 12px;
        background: var(--companies-surface-raised);
    }

    .business-partner-panel[b-6vo1m68k5w]  .mud-table-body .mud-table-cell {
        display: flex;
        min-height: 43px;
        max-width: none;
        align-items: flex-start;
        justify-content: space-between;
        gap: 18px;
        padding: 10px 13px;
        text-align: right;
        white-space: normal;
        border-bottom: 1px solid rgb(255 255 255 / 6%);
    }

    .business-partner-panel[b-6vo1m68k5w]  .mud-table-body .mud-table-cell::before {
        flex: 0 0 92px;
        color: #7f8b98;
        font-size: 0.68rem;
        font-weight: 800;
        letter-spacing: 0.04em;
        text-align: left;
        text-transform: uppercase;
    }

    .business-partner-panel[b-6vo1m68k5w]  .mud-table-body .mud-table-cell:last-child {
        border-bottom: 0;
    }

    .business-partner-panel[b-6vo1m68k5w]  .company-column-cell,
    .business-partner-panel[b-6vo1m68k5w]  .email-column-cell {
        overflow-wrap: anywhere;
        text-overflow: clip;
    }

    .business-partner-panel[b-6vo1m68k5w]  .number-column-cell {
        width: auto;
    }

    .business-partner-panel[b-6vo1m68k5w]  .actions-column-header,
    .business-partner-panel[b-6vo1m68k5w]  .actions-column-cell {
        width: auto;
        min-width: 0;
    }

    .business-partner-panel[b-6vo1m68k5w]  .mud-table-pagination {
        flex-wrap: wrap;
        justify-content: center;
        padding: 8px;
    }
}

@media (max-width: 720px) {
    .my-business-partners-page[b-6vo1m68k5w] {
        padding: 18px 0 34px;
    }

    .my-business-partners-page[b-6vo1m68k5w]  .my-business-partners-container {
        padding-inline: 14px;
    }

    .business-partner-panel[b-6vo1m68k5w]  .mud-table-toolbar {
        min-height: 0;
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
        padding: 18px;
    }

    .business-partner-panel[b-6vo1m68k5w]  .mud-table-toolbar .mud-spacer {
        display: none;
    }

    .toolbar-search[b-6vo1m68k5w] {
        width: 100%;
        min-width: 0;
        flex-basis: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .business-partner-panel[b-6vo1m68k5w]  .mud-table-body .mud-table-row {
        transition: none;
    }
}
/* /Pages/PasswordRecoveryList.razor.rz.scp.css */
.password-recovery-page[b-908kazul1y] {
    --recovery-surface: #161b22;
    --recovery-surface-raised: #1b222c;
    --recovery-line: rgb(255 255 255 / 9%);
    --recovery-line-strong: rgb(148 163 184 / 24%);
    --recovery-text: #f0f6fc;
    --recovery-text-soft: #c9d1d9;
    --recovery-muted: #8b949e;

    width: 100%;
    min-height: 100%;
    padding: 32px 0 52px;
    color: var(--recovery-text);
    background:
        radial-gradient(circle at 18% 0, rgb(124 58 237 / 8%), transparent 30rem),
        radial-gradient(circle at 88% 12%, rgb(37 99 235 / 7%), transparent 28rem),
        var(--app-bg);
}

.password-recovery-page[b-908kazul1y]  .password-recovery-container {
    display: grid;
    gap: 22px;
}

.status-overview[b-908kazul1y] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.recovery-panel[b-908kazul1y] {
    overflow: hidden;
    border: 1px solid var(--recovery-line);
    border-radius: 16px;
    background: var(--recovery-surface);
    box-shadow: 0 18px 44px rgb(0 0 0 / 15%);
}

.recovery-toolbar[b-908kazul1y] {
    display: grid;
    gap: 18px;
    padding: 22px 24px;
    border-bottom: 1px solid var(--recovery-line);
}

.recovery-toolbar__heading[b-908kazul1y] {
    min-width: 0;
}

.recovery-title-row[b-908kazul1y] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.recovery-toolbar h2[b-908kazul1y],
.empty-state h3[b-908kazul1y] {
    margin: 0;
    color: var(--recovery-text);
}

.recovery-toolbar h2[b-908kazul1y] {
    font-size: 1.05rem;
    font-weight: 750;
}

.recovery-toolbar p[b-908kazul1y],
.empty-state p[b-908kazul1y] {
    margin: 0;
    color: var(--recovery-muted);
}

.recovery-toolbar p[b-908kazul1y] {
    margin-top: 5px;
    font-size: 0.76rem;
}

.result-count[b-908kazul1y] {
    display: inline-flex;
    min-height: 22px;
    align-items: center;
    padding: 2px 8px;
    color: #a8cffa;
    font-size: 0.67rem;
    font-weight: 750;
    border: 1px solid rgb(96 165 250 / 16%);
    border-radius: 999px;
    background: rgb(59 130 246 / 9%);
}

.recovery-toolbar__controls[b-908kazul1y] {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.request-type-filter[b-908kazul1y] {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 4px;
    padding: 4px;
    border: 1px solid var(--recovery-line);
    border-radius: 11px;
    background: #11171f;
}

.type-filter-button[b-908kazul1y] {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: 6px;
    padding: 6px 11px;
    color: #8995a2;
    font-size: 0.68rem;
    font-weight: 750;
    border: 0;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    transition: color 130ms ease, background-color 130ms ease;
}

.type-filter-button:hover:not(:disabled)[b-908kazul1y] {
    color: #d9e8f8;
    background: rgb(96 165 250 / 7%);
}

.type-filter-button--active[b-908kazul1y] {
    color: #dbeafe;
    background: linear-gradient(135deg, rgb(124 58 237 / 18%), rgb(59 130 246 / 15%));
    box-shadow: inset 0 0 0 1px rgb(96 165 250 / 15%);
}

.type-filter-button:focus-visible[b-908kazul1y] {
    outline: 3px solid rgb(96 165 250 / 34%);
    outline-offset: 2px;
}

.type-filter-button:disabled[b-908kazul1y] {
    cursor: wait;
    opacity: 0.7;
}

.type-filter-button[b-908kazul1y]  .mud-icon-root {
    font-size: 0.94rem;
}

.search-actions[b-908kazul1y] {
    display: flex;
    width: min(100%, 500px);
    flex: 0 1 500px;
    align-items: center;
    gap: 8px;
}

.toolbar-search[b-908kazul1y] {
    min-width: 260px;
    flex: 1 1 auto;
}

.toolbar-search[b-908kazul1y]  .mud-input-control {
    margin: 0;
}

.toolbar-search[b-908kazul1y]  .mud-input-outlined-border {
    border-color: var(--recovery-line-strong);
}

.toolbar-search[b-908kazul1y]  .mud-input-root:hover .mud-input-outlined-border {
    border-color: rgb(96 165 250 / 48%);
}

.search-actions[b-908kazul1y]  .reset-filter-button {
    flex: 0 0 auto;
    color: #9cc9fb;
    border: 1px solid var(--recovery-line);
    border-radius: 9px;
    background: rgb(59 130 246 / 6%);
}

.recovery-panel[b-908kazul1y]  .recovery-grid {
    color: var(--recovery-text-soft);
    background: transparent;
}

.recovery-panel[b-908kazul1y]  .mud-table-container {
    overflow-x: auto;
}

.recovery-panel[b-908kazul1y]  .mud-table-root {
    min-width: 1160px;
}

.recovery-panel[b-908kazul1y]  .mud-table-head {
    background: #11171f;
}

.recovery-panel[b-908kazul1y]  .mud-table-head .mud-table-cell {
    padding-block: 13px;
    color: #8f9ba8;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.045em;
    border-bottom: 1px solid var(--recovery-line);
    white-space: nowrap;
}

.recovery-panel[b-908kazul1y]  .mud-table-head .column-header {
    font: inherit;
}

.recovery-panel[b-908kazul1y]  .mud-table-body .mud-table-row {
    transition: background-color 130ms ease;
}

.recovery-panel[b-908kazul1y]  .mud-table-body .mud-table-row:hover {
    background: rgb(96 165 250 / 5%);
}

.recovery-panel[b-908kazul1y]  .mud-table-body .mud-table-cell {
    padding-block: 13px;
    color: var(--recovery-text-soft);
    font-size: 0.8rem;
    vertical-align: middle;
    border-bottom: 1px solid rgb(255 255 255 / 6%);
}

.request-type-badge[b-908kazul1y] {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    gap: 6px;
    padding: 3px 8px;
    color: #9fb0c2;
    font-size: 0.71rem;
    font-weight: 750;
    border: 1px solid rgb(148 163 184 / 15%);
    border-radius: 8px;
    background: rgb(148 163 184 / 7%);
    white-space: nowrap;
}

.request-type-badge--database[b-908kazul1y] {
    color: #c4b5fd;
    border-color: rgb(139 92 246 / 20%);
    background: rgb(124 58 237 / 10%);
}

.request-type-badge--user[b-908kazul1y] {
    color: #9ed8fa;
    border-color: rgb(14 165 233 / 20%);
    background: rgb(14 165 233 / 9%);
}

.request-type-badge[b-908kazul1y]  .mud-icon-root {
    font-size: 0.92rem;
}

.date-cell[b-908kazul1y],
.company-cell[b-908kazul1y],
.source-cell[b-908kazul1y],
.state-cell[b-908kazul1y] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.date-cell[b-908kazul1y] {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.date-cell strong[b-908kazul1y],
.company-cell strong[b-908kazul1y],
.source-cell strong[b-908kazul1y] {
    overflow: hidden;
    color: #d8dee6;
    font-size: 0.79rem;
    font-weight: 680;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-cell strong[b-908kazul1y] {
    max-width: 210px;
    color: var(--recovery-text);
    font-weight: 720;
}

.source-cell strong[b-908kazul1y] {
    max-width: 170px;
}

.date-cell span[b-908kazul1y],
.company-cell span[b-908kazul1y],
.source-cell span[b-908kazul1y],
.state-cell > span[b-908kazul1y] {
    overflow: hidden;
    color: var(--recovery-muted);
    font-size: 0.7rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-cell[b-908kazul1y] {
    display: grid;
    max-width: 220px;
    gap: 4px;
}

.contact-cell > span[b-908kazul1y] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
    overflow: hidden;
    color: #aeb8c3;
    font-size: 0.73rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-cell[b-908kazul1y]  .mud-icon-root {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    color: #718096;
    font-size: 0.86rem;
}

.state-cell[b-908kazul1y] {
    max-width: 200px;
}

.recovery-panel[b-908kazul1y]  .state-chip {
    min-height: 26px;
    align-self: flex-start;
    font-size: 0.71rem;
    font-weight: 750;
    white-space: nowrap;
}

.request-note[b-908kazul1y] {
    display: -webkit-box;
    max-width: 200px;
    overflow: hidden;
    color: #9ba7b4;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.grid-actions[b-908kazul1y] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    width: max-content;
    margin-left: auto;
    padding: 5px;
    border: 1px solid rgb(148 163 184 / 14%);
    border-radius: 12px;
    background: rgb(10 15 21 / 72%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 3%);
    white-space: nowrap;
}

.action-primary-slot[b-908kazul1y],
.action-secondary[b-908kazul1y] {
    display: flex;
    align-items: center;
}

.action-primary-slot[b-908kazul1y] {
    min-width: 96px;
    justify-content: center;
}

.grid-actions[b-908kazul1y]  .approve-button {
    width: 100%;
    min-width: 96px;
    min-height: 36px;
    padding-inline: 12px;
    font-size: 0.75rem;
    font-weight: 750;
    border-radius: 8px;
    text-transform: none;
    box-shadow: 0 5px 14px rgb(37 99 235 / 18%);
}

.grid-actions[b-908kazul1y]  .approve-button .mud-button-icon-start {
    margin-right: 5px;
}

.action-divider[b-908kazul1y] {
    width: 1px;
    height: 26px;
    margin-inline: 1px;
    background: rgb(148 163 184 / 14%);
}

.action-secondary[b-908kazul1y] {
    gap: 3px;
}

.grid-actions[b-908kazul1y]  .action-icon-button {
    width: 36px;
    height: 36px;
    padding: 7px;
    color: #98a6b5;
    border: 1px solid transparent;
    border-radius: 8px;
    background: rgb(148 163 184 / 5%);
    transition: color 130ms ease, border-color 130ms ease, background-color 130ms ease;
}

.grid-actions[b-908kazul1y]  .action-icon-button .mud-icon-root {
    font-size: 1.12rem;
}

.grid-actions[b-908kazul1y]  .action-icon-button--edit:hover {
    color: #93c5fd;
    border-color: rgb(59 130 246 / 22%);
    background: rgb(59 130 246 / 11%);
}

.grid-actions[b-908kazul1y]  .action-icon-button--history:hover {
    color: #c4b5fd;
    border-color: rgb(139 92 246 / 22%);
    background: rgb(124 58 237 / 11%);
}

.action-secondary--mobile[b-908kazul1y] {
    display: none;
}

.recovery-panel[b-908kazul1y]  .actions-column-header,
.recovery-panel[b-908kazul1y]  .actions-column-cell {
    width: 1%;
    min-width: 0;
    padding-inline: 10px;
    border-left: 1px solid rgb(148 163 184 / 13%);
    box-shadow: -10px 0 22px rgb(0 0 0 / 13%);
    white-space: nowrap;
}

.recovery-panel[b-908kazul1y]  .actions-column-header {
    background: #11171f !important;
}

.recovery-panel[b-908kazul1y]  .actions-column-cell {
    background: #151b22 !important;
}

.empty-state[b-908kazul1y] {
    display: grid;
    min-height: 260px;
    place-items: center;
    align-content: center;
    gap: 8px;
    padding: 40px 20px;
    text-align: center;
}

.empty-state__icon[b-908kazul1y] {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 4px;
    place-items: center;
    color: #7393b7;
    border-radius: 14px;
    background: rgb(59 130 246 / 9%);
}

.empty-state__icon[b-908kazul1y]  .mud-icon-root {
    font-size: 1.5rem;
}

.empty-state h3[b-908kazul1y] {
    font-size: 0.98rem;
}

.empty-state p[b-908kazul1y] {
    margin-bottom: 8px;
    font-size: 0.78rem;
}

.empty-state[b-908kazul1y]  .mud-button-root {
    border-radius: 9px;
    text-transform: none;
}

.recovery-panel[b-908kazul1y]  .mud-table-pagination {
    min-height: 54px;
    color: var(--recovery-muted);
    border-top: 0;
    background: #131920;
}

@media (max-width: 1100px) {
    .recovery-toolbar__controls[b-908kazul1y] {
        align-items: stretch;
        flex-direction: column;
    }

    .search-actions[b-908kazul1y] {
        width: 100%;
        max-width: none;
        flex-basis: auto;
    }
}

@media (max-width: 959.98px) {
    .recovery-panel[b-908kazul1y]  .mud-table-root {
        min-width: 0;
    }

    .recovery-panel[b-908kazul1y]  .mud-table-body {
        display: grid;
        gap: 12px;
        padding: 12px;
    }

    .recovery-panel[b-908kazul1y]  .mud-table-body .mud-table-row {
        display: block;
        overflow: hidden;
        border: 1px solid var(--recovery-line);
        border-radius: 12px;
        background: var(--recovery-surface-raised);
    }

    .recovery-panel[b-908kazul1y]  .mud-table-body .mud-table-cell {
        display: flex;
        min-height: 43px;
        align-items: flex-start;
        justify-content: space-between;
        gap: 18px;
        padding: 10px 13px;
        text-align: right;
        border-bottom: 1px solid rgb(255 255 255 / 6%);
    }

    .recovery-panel[b-908kazul1y]  .mud-table-body .mud-table-cell::before {
        flex: 0 0 100px;
        color: #7f8b98;
        font-size: 0.68rem;
        font-weight: 800;
        letter-spacing: 0.04em;
        text-align: left;
        text-transform: uppercase;
    }

    .recovery-panel[b-908kazul1y]  .mud-table-body .mud-table-cell:last-child {
        border-bottom: 0;
    }

    .date-cell[b-908kazul1y],
    .company-cell[b-908kazul1y],
    .source-cell[b-908kazul1y],
    .contact-cell[b-908kazul1y],
    .state-cell[b-908kazul1y] {
        max-width: min(58vw, 280px);
        align-items: flex-end;
    }

    .request-note[b-908kazul1y] {
        max-width: min(58vw, 280px);
        text-align: right;
    }

    .contact-cell > span[b-908kazul1y] {
        max-width: 58vw;
    }

    .recovery-panel[b-908kazul1y]  .actions-column-header,
    .recovery-panel[b-908kazul1y]  .actions-column-cell {
        position: static !important;
        right: auto !important;
        width: auto;
        min-width: 0;
        border-left: 0;
        box-shadow: none;
        white-space: normal;
    }

    .recovery-panel[b-908kazul1y]  .actions-column-cell {
        display: block;
        padding: 12px 13px;
        background: rgb(10 15 21 / 34%) !important;
    }

    .recovery-panel[b-908kazul1y]  .actions-column-cell::before {
        display: none;
    }

    .grid-actions[b-908kazul1y] {
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1fr);
        width: 100%;
        margin: 0;
        padding: 7px;
        gap: 6px;
    }

    .grid-actions--approved[b-908kazul1y] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .action-primary-slot[b-908kazul1y] {
        min-width: 0;
    }

    .action-primary-slot[b-908kazul1y],
    .grid-actions[b-908kazul1y]  .approve-button {
        width: 100%;
    }

    .action-divider[b-908kazul1y],
    .action-secondary--desktop[b-908kazul1y] {
        display: none;
    }

    .action-secondary--mobile[b-908kazul1y] {
        display: contents;
    }

    .grid-actions[b-908kazul1y]  .mobile-action-button {
        width: 100%;
        min-width: 0;
        min-height: 36px;
        padding-inline: 9px;
        color: #aebbc9;
        font-size: 0.74rem;
        font-weight: 720;
        border-color: rgb(148 163 184 / 18%);
        border-radius: 8px;
        text-transform: none;
    }

    .grid-actions[b-908kazul1y]  .mobile-action-button--edit {
        color: #a8cffa;
        border-color: rgb(59 130 246 / 20%);
        background: rgb(59 130 246 / 6%);
    }

    .grid-actions[b-908kazul1y]  .mobile-action-button--history {
        color: #c4b5fd;
        border-color: rgb(139 92 246 / 20%);
        background: rgb(124 58 237 / 6%);
    }

    .recovery-panel[b-908kazul1y]  .mud-table-pagination {
        flex-wrap: wrap;
        justify-content: center;
        padding: 8px;
    }
}

@media (max-width: 720px) {
    .password-recovery-page[b-908kazul1y] {
        padding: 18px 0 34px;
    }

    .password-recovery-page[b-908kazul1y]  .password-recovery-container {
        gap: 16px;
        padding-inline: 14px;
    }

    .status-overview[b-908kazul1y] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .recovery-toolbar[b-908kazul1y] {
        padding: 18px;
    }

    .request-type-filter[b-908kazul1y] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
    }

    .type-filter-button[b-908kazul1y] {
        justify-content: center;
        padding-inline: 7px;
    }

    .toolbar-search[b-908kazul1y] {
        min-width: 0;
    }
}

@media (max-width: 430px) {
    .status-overview[b-908kazul1y] {
        grid-template-columns: 1fr;
    }

    .recovery-title-row[b-908kazul1y] {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .request-type-filter[b-908kazul1y] {
        grid-template-columns: 1fr;
    }

    .grid-actions[b-908kazul1y] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .action-primary-slot[b-908kazul1y] {
        grid-column: 1 / -1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .type-filter-button[b-908kazul1y],
    .recovery-panel[b-908kazul1y]  .mud-table-body .mud-table-row {
        transition: none;
    }
}
/* /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;
}
