@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-ik59dfbuqr] {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr;
    color: #17202a;
    background: linear-gradient(180deg, #f8faf7 0%, #edf4f1 100%);
}

.auth-header[b-ik59dfbuqr] {
    width: min(1120px, calc(100% - 32px));
    min-height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.auth-brand[b-ik59dfbuqr],
.auth-header-link[b-ik59dfbuqr] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 850;
}

.auth-brand[b-ik59dfbuqr] {
    gap: 0.65rem;
    color: #17202a;
}

.auth-brand__mark[b-ik59dfbuqr] {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #0f766e;
    font-weight: 900;
}

.auth-header-link[b-ik59dfbuqr] {
    min-height: 38px;
    padding: 0.5rem 0.85rem;
    border: 1px solid rgba(23, 32, 42, 0.14);
    border-radius: 8px;
    color: #17202a;
    background: rgba(255, 255, 255, 0.72);
}

.auth-header-link:hover[b-ik59dfbuqr] {
    color: #0f766e;
    border-color: #0f766e;
}

.auth-main[b-ik59dfbuqr] {
    display: grid;
    align-items: center;
    padding: 2rem 0 4rem;
}

[b-ik59dfbuqr] .认证页 {
    width: min(440px, calc(100% - 32px));
    margin: 0 auto;
}

[b-ik59dfbuqr] .认证卡片 {
    display: grid;
    gap: 1.05rem;
    padding: 1.4rem;
    border: 1px solid rgba(23, 32, 42, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 60px rgba(23, 32, 42, 0.1);
}

[b-ik59dfbuqr] .认证头部 {
    display: grid;
    gap: 0.45rem;
}

[b-ik59dfbuqr] .认证眉标 {
    margin: 0;
    color: #0f766e;
    font-size: 0.84rem;
    font-weight: 900;
}

[b-ik59dfbuqr] .认证头部 h1 {
    margin: 0;
    color: #17202a;
    font-size: clamp(1.85rem, 5vw, 2.35rem);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: 0;
}

[b-ik59dfbuqr] .认证头部 p,
[b-ik59dfbuqr] .认证附加操作,
[b-ik59dfbuqr] .认证底部说明,
[b-ik59dfbuqr] .认证字段提示 {
    margin: 0;
    color: #667085;
    line-height: 1.58;
}

[b-ik59dfbuqr] .认证表单 {
    display: grid;
    gap: 0.9rem;
}

[b-ik59dfbuqr] .认证表单网格 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

[b-ik59dfbuqr] .认证表单项 {
    display: grid;
    gap: 0.38rem;
}

[b-ik59dfbuqr] .认证表单项--整行 {
    grid-column: 1 / -1;
}

[b-ik59dfbuqr] .认证标签行 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

[b-ik59dfbuqr] .认证标签行 label {
    color: #344054;
    font-size: 0.92rem;
    font-weight: 850;
}

[b-ik59dfbuqr] .认证标签行 span {
    color: #98a2b3;
    font-size: 0.78rem;
    font-weight: 800;
}

[b-ik59dfbuqr] .认证输入框 {
    width: 100%;
    min-height: 46px;
    padding: 0.7rem 0.85rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #ffffff;
    color: #17202a;
    outline: none;
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

[b-ik59dfbuqr] .认证输入框:focus {
    border-color: #0f766e;
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.14);
}

[b-ik59dfbuqr] .认证按钮 {
    width: 100%;
    min-height: 48px;
    border: 1px solid #17202a;
    border-radius: 8px;
    color: #ffffff;
    background: #17202a;
    font-weight: 900;
    transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

[b-ik59dfbuqr] .认证按钮:hover,
[b-ik59dfbuqr] .认证按钮:focus-visible {
    background: #0f766e;
    border-color: #0f766e;
    box-shadow: 0 14px 28px rgba(15, 118, 110, 0.18);
}

[b-ik59dfbuqr] .认证附加操作 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem;
    font-size: 0.94rem;
}

[b-ik59dfbuqr] .认证附加操作 a {
    color: #0f766e;
    font-weight: 900;
    text-decoration: none;
}

[b-ik59dfbuqr] .认证附加操作 a:hover {
    text-decoration: underline;
}

[b-ik59dfbuqr] .认证底部说明 {
    padding-top: 0.85rem;
    border-top: 1px solid rgba(23, 32, 42, 0.09);
    font-size: 0.86rem;
}

[b-ik59dfbuqr] .认证错误,
[b-ik59dfbuqr] .认证成功 {
    padding: 0.8rem 0.9rem;
    border-radius: 8px;
    line-height: 1.55;
}

[b-ik59dfbuqr] .认证错误 {
    color: #b42318;
    background: #fef3f2;
    border: 1px solid #fecdca;
}

[b-ik59dfbuqr] .认证成功 {
    color: #067647;
    background: #ecfdf3;
    border: 1px solid #abefc6;
}

#blazor-error-ui[b-ik59dfbuqr] {
    color-scheme: light only;
    background: #fef3c7;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-ik59dfbuqr] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 640px) {
    .auth-header[b-ik59dfbuqr] {
        width: min(100% - 24px, 1120px);
        min-height: 64px;
    }

    .auth-main[b-ik59dfbuqr] {
        align-items: start;
        padding: 1.4rem 0 2.6rem;
    }

    [b-ik59dfbuqr] .认证页 {
        width: min(100% - 24px, 440px);
    }

    [b-ik59dfbuqr] .认证卡片 {
        padding: 1.1rem;
    }

    [b-ik59dfbuqr] .认证表单网格 {
        grid-template-columns: 1fr;
    }

    [b-ik59dfbuqr] .认证表单项--整行 {
        grid-column: auto;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-lgeti99k66] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-lgeti99k66] {
    flex: 1;
}

.sidebar[b-lgeti99k66] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-lgeti99k66] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-lgeti99k66]  a, .top-row[b-lgeti99k66]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-lgeti99k66]  a:hover, .top-row[b-lgeti99k66]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-lgeti99k66]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-row[b-lgeti99k66]  .logout-form {
        display: inline-flex;
        margin: 0;
    }

    .top-row[b-lgeti99k66]  .user-name {
        margin-left: 1.5rem;
        color: #333;
    }

@media (max-width: 640.98px) {
    .top-row[b-lgeti99k66] {
        justify-content: space-between;
    }

    .top-row[b-lgeti99k66]  a, .top-row[b-lgeti99k66]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-lgeti99k66] {
        flex-direction: row;
    }

    .sidebar[b-lgeti99k66] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-lgeti99k66] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-lgeti99k66]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-lgeti99k66], article[b-lgeti99k66] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.shell[b-lgeti99k66] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f6f8f7;
}

.shell-sidebar[b-lgeti99k66] {
    background: #ffffff;
    border-right: 1px solid rgba(23, 32, 42, 0.08);
}

.shell-main[b-lgeti99k66] {
    flex: 1;
    min-width: 0;
}

.shell-header[b-lgeti99k66] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.5rem;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.shell-header__intro[b-lgeti99k66] {
    min-width: 0;
}

.shell-header__eyebrow[b-lgeti99k66] {
    font-size: 0.78rem;
    font-weight: 900;
    color: #0f766e;
}

.shell-header__title[b-lgeti99k66] {
    font-size: 1.45rem;
    font-weight: 900;
    color: #17202a;
}

.shell-header__actions[b-lgeti99k66] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.shell-header__links[b-lgeti99k66],
.shell-header__account[b-lgeti99k66] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.shell-link[b-lgeti99k66],
.shell-primary-link[b-lgeti99k66],
.shell-logout-button[b-lgeti99k66] {
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.shell-link[b-lgeti99k66] {
    color: #17202a;
    padding: 0.55rem 0.95rem;
    font-weight: 850;
    background: #ffffff;
    border: 1px solid rgba(23, 32, 42, 0.12);
}

.shell-link:hover[b-lgeti99k66] {
    background: #f3faf8;
    color: #0f766e;
    border-color: #0f766e;
}

.shell-primary-link[b-lgeti99k66],
.shell-logout-button[b-lgeti99k66] {
    padding: 0.65rem 1.1rem;
    border: 1px solid #0f766e;
    background: #0f766e;
    color: #fff;
    font-weight: 850;
}

.shell-primary-link:hover[b-lgeti99k66],
.shell-logout-button:hover[b-lgeti99k66] {
    background: #0b5f59;
    border-color: #0b5f59;
    color: #fff;
}

.shell-user-pill[b-lgeti99k66] {
    display: inline-flex;
    flex-direction: column;
    padding: 0.55rem 0.95rem;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(23, 32, 42, 0.12);
    color: #17202a;
    min-width: 168px;
}

.shell-user-pill__label[b-lgeti99k66] {
    font-size: 0.72rem;
    color: #64748b;
}

.shell-logout-form[b-lgeti99k66] {
    margin: 0;
}

.shell-content[b-lgeti99k66] {
    padding: 1.5rem;
}

[b-lgeti99k66] .shell-content > *:first-child {
    margin-top: 0;
}

#blazor-error-ui[b-lgeti99k66] {
    color-scheme: light only;
    background: #fef3c7;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-lgeti99k66] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (min-width: 992px) {
    .shell[b-lgeti99k66] {
        flex-direction: row;
    }

    .shell-sidebar[b-lgeti99k66] {
        width: 276px;
        min-height: 100vh;
        position: sticky;
        top: 0;
        align-self: flex-start;
    }

    .shell-content[b-lgeti99k66] {
        padding: 1.4rem;
    }
}

@media (max-width: 991.98px) {
    .shell-header[b-lgeti99k66] {
        padding: 1rem;
        flex-direction: column;
        align-items: stretch;
    }

    .shell-content[b-lgeti99k66] {
        padding: 1rem;
    }

    .shell-header__intro[b-lgeti99k66] {
        order: 1;
    }

    .shell-header__actions[b-lgeti99k66] {
        order: 2;
        display: grid;
        grid-template-columns: 1fr;
    }

    .shell-header__links[b-lgeti99k66] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .shell-header__account[b-lgeti99k66] {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        width: 100%;
    }

    .shell-user-pill[b-lgeti99k66] {
        min-width: auto;
        width: 100%;
    }

    .shell-logout-button[b-lgeti99k66] {
        height: 100%;
    }
}

@media (max-width: 520px) {
    .shell-header__title[b-lgeti99k66] {
        font-size: 1.28rem;
    }

    .shell-header__account[b-lgeti99k66] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-9fha7qnyxn] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    min-height: 100%;
    padding: 1rem 0.85rem 1.25rem;
}

.nav-brand-card[b-9fha7qnyxn] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(23, 32, 42, 0.1);
    box-shadow: none;
}

.nav-brand__mark[b-9fha7qnyxn] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #0f766e;
    font-weight: 900;
}

.nav-brand__eyebrow[b-9fha7qnyxn] {
    font-size: 0.74rem;
    font-weight: 900;
    color: #0f766e;
}

.nav-brand__title[b-9fha7qnyxn] {
    font-size: 1.2rem;
    font-weight: 800;
    color: #17202a;
}

.nav-panel-card[b-9fha7qnyxn] {
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(23, 32, 42, 0.1);
    box-shadow: none;
}

.nav-section[b-9fha7qnyxn] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.nav-section__title[b-9fha7qnyxn] {
    padding: 0 0.25rem;
    font-size: 0.75rem;
    font-weight: 900;
    color: #64748b;
}

.nav-divider[b-9fha7qnyxn] {
    height: 1px;
    margin: 0.75rem 0;
    background: rgba(148, 163, 184, 0.2);
}

[b-9fha7qnyxn] .nav-entry {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0.7rem 0.85rem;
    border-radius: 8px;
    color: #1e293b;
    text-decoration: none;
    font-weight: 850;
    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

[b-9fha7qnyxn] .nav-entry:hover {
    background: #f3faf8;
    color: #0f766e;
    transform: translateX(2px);
}

[b-9fha7qnyxn] .nav-entry.active {
    background: #e8f5f2;
    color: #0f766e;
    box-shadow: inset 3px 0 0 #0f766e;
}

[b-9fha7qnyxn] .nav-entry--primary {
    font-weight: 900;
}

@media (max-width: 991.98px) {
    .nav-shell[b-9fha7qnyxn] {
        min-height: auto;
        padding: 0.65rem 0.75rem;
        gap: 0.5rem;
    }

    .nav-brand-card[b-9fha7qnyxn] {
        display: none;
    }

    .nav-panel-card[b-9fha7qnyxn] {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.35rem;
        overflow: visible;
        padding: 0.45rem;
    }

    .nav-section[b-9fha7qnyxn] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.35rem;
        min-width: 0;
    }

    .nav-section__title[b-9fha7qnyxn],
    .nav-divider[b-9fha7qnyxn] {
        display: none;
    }

    [b-9fha7qnyxn] .nav-entry {
        justify-content: center;
        min-height: 38px;
        padding: 0.5rem 0.45rem;
        font-size: 0.92rem;
        white-space: nowrap;
    }

    [b-9fha7qnyxn] .nav-entry:hover {
        transform: none;
    }
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-page[b-zmavoa68x9] {
    min-height: 100vh;
    background: #f8faf7;
    color: #17202a;
}

.public-header[b-zmavoa68x9] {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(23, 32, 42, 0.1);
    background: rgba(248, 250, 247, 0.9);
    backdrop-filter: blur(18px);
}

.public-header__inner[b-zmavoa68x9] {
    width: min(1180px, calc(100% - 32px));
    min-height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.public-header__left[b-zmavoa68x9] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
}

.public-login-entry[b-zmavoa68x9],
.public-header-button[b-zmavoa68x9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.55rem 0.9rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 800;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.public-login-entry[b-zmavoa68x9] {
    color: #ffffff;
    background: #17202a;
    border: 1px solid #17202a;
    white-space: nowrap;
}

.public-login-entry:hover[b-zmavoa68x9] {
    color: #ffffff;
    background: #0f766e;
    border-color: #0f766e;
}

.public-brand[b-zmavoa68x9] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
    color: #17202a;
    text-decoration: none;
}

.public-brand__mark[b-zmavoa68x9] {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #0f766e;
    font-weight: 900;
}

.public-brand strong[b-zmavoa68x9],
.public-brand small[b-zmavoa68x9] {
    display: block;
    line-height: 1.1;
}

.public-brand strong[b-zmavoa68x9] {
    font-size: 1rem;
}

.public-brand small[b-zmavoa68x9] {
    margin-top: 0.18rem;
    color: #667085;
    font-size: 0.78rem;
    font-weight: 700;
}

.public-nav[b-zmavoa68x9] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    color: #425466;
    font-size: 0.92rem;
    font-weight: 700;
    white-space: nowrap;
}

.public-nav a[b-zmavoa68x9] {
    color: inherit;
    text-decoration: none;
}

.public-nav a:hover[b-zmavoa68x9] {
    color: #0f766e;
}

.public-header__actions[b-zmavoa68x9] {
    display: flex;
    justify-content: flex-end;
}

.public-header-button[b-zmavoa68x9] {
    color: #17202a;
    background: #ffffff;
    border: 1px solid rgba(23, 32, 42, 0.16);
}

.public-header-button:hover[b-zmavoa68x9] {
    color: #0f766e;
    border-color: #0f766e;
}

.public-logout-form[b-zmavoa68x9] {
    margin: 0;
}

#blazor-error-ui[b-zmavoa68x9] {
    color-scheme: light only;
    background: #fef3c7;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-zmavoa68x9] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 900px) {
    .public-header__inner[b-zmavoa68x9] {
        min-height: auto;
        padding: 0.85rem 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .public-header__left[b-zmavoa68x9] {
        width: 100%;
    }

    .public-nav[b-zmavoa68x9] {
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 0.2rem;
    }
}

@media (max-width: 560px) {
    .public-header__inner[b-zmavoa68x9] {
        width: min(100% - 24px, 1180px);
    }

    .public-brand__mark[b-zmavoa68x9] {
        width: 34px;
        height: 34px;
    }

    .public-brand small[b-zmavoa68x9] {
        display: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6vcjdcfqd3],
.components-reconnect-repeated-attempt-visible[b-6vcjdcfqd3],
.components-reconnect-failed-visible[b-6vcjdcfqd3],
.components-pause-visible[b-6vcjdcfqd3],
.components-resume-failed-visible[b-6vcjdcfqd3],
.components-rejoining-animation[b-6vcjdcfqd3] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-6vcjdcfqd3 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Announcements.razor.rz.scp.css */
.公告页[b-m8cerhbzln] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.公告页横幅[b-m8cerhbzln],
.公告卡片[b-m8cerhbzln] {
    padding: 1rem;
}

.公告页横幅__标签[b-m8cerhbzln] {
    display: inline-flex;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: rgba(8, 145, 178, 0.12);
    color: #0e7490;
    font-size: 0.78rem;
    font-weight: 700;
}

.公告页横幅 h1[b-m8cerhbzln] {
    margin: 0.45rem 0 0.65rem;
    font-size: 1.9rem;
    font-weight: 800;
    color: #0f172a;
}

.公告页横幅 p[b-m8cerhbzln],
.公告摘要[b-m8cerhbzln],
.公告日期[b-m8cerhbzln],
.公告正文[b-m8cerhbzln],
.公告提示[b-m8cerhbzln] {
    color: #64748b;
}

.公告提示[b-m8cerhbzln] {
    padding: 0.9rem 1rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.公告列表[b-m8cerhbzln] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.公告卡片__头部[b-m8cerhbzln] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.公告分类[b-m8cerhbzln] {
    display: inline-flex;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    background: #ecfeff;
    color: #0e7490;
    font-weight: 700;
    font-size: 0.82rem;
}

.公告标题[b-m8cerhbzln] {
    font-size: 1.12rem;
    font-weight: 700;
    color: #0f172a;
}

.公告摘要[b-m8cerhbzln] {
    margin-top: 0.6rem;
}

.公告正文[b-m8cerhbzln] {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid #e2e8f0;
    line-height: 1.65;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.商业首页[b-tx0w9q60x8] {
    --ink: #17202a;
    --muted: #667085;
    --line: #d7dee8;
    --paper: #ffffff;
    --soft: #eef4f1;
    --teal: #0f766e;
    --blue: #315c8c;
    --gold: #9a6b20;
    --coral: #b65b46;
    color: var(--ink);
    background: #f8faf7;
    font-family: "Microsoft YaHei", "PingFang SC", "Segoe UI", Arial, sans-serif;
}

.首页容器[b-tx0w9q60x8] {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.首页英雄[b-tx0w9q60x8] {
    padding: 64px 0 44px;
    background:
        linear-gradient(90deg, rgba(248, 250, 247, 0.97) 0%, rgba(248, 250, 247, 0.9) 52%, rgba(248, 250, 247, 0.74) 100%),
        linear-gradient(135deg, rgba(15, 118, 110, 0.13), rgba(154, 107, 32, 0.12) 48%, rgba(49, 92, 140, 0.13));
}

.首页英雄__网格[b-tx0w9q60x8] {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(390px, 0.82fr);
    gap: 3rem;
    align-items: center;
}

.首页英雄__文案[b-tx0w9q60x8] {
    max-width: 760px;
}

.眉标[b-tx0w9q60x8] {
    margin: 0 0 0.85rem;
    color: var(--teal);
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0;
}

.首页英雄 h1[b-tx0w9q60x8],
.区块标题 h2[b-tx0w9q60x8],
.行动区 h2[b-tx0w9q60x8] {
    margin: 0;
    letter-spacing: 0;
    color: var(--ink);
}

.首页英雄 h1[b-tx0w9q60x8] {
    max-width: 760px;
    font-size: clamp(2.7rem, 6vw, 5.1rem);
    line-height: 1.04;
    font-weight: 900;
}

.英雄摘要[b-tx0w9q60x8] {
    margin: 1.35rem 0 0;
    max-width: 720px;
    color: #3f4c5f;
    font-size: 1.08rem;
    line-height: 1.78;
}

.英雄按钮组[b-tx0w9q60x8],
.行动区__按钮[b-tx0w9q60x8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.英雄按钮组[b-tx0w9q60x8] {
    margin-top: 1.65rem;
}

.主按钮[b-tx0w9q60x8],
.次按钮[b-tx0w9q60x8] {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 900;
    border: 1px solid var(--ink);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.主按钮[b-tx0w9q60x8] {
    color: #ffffff;
    background: var(--ink);
}

.主按钮:hover[b-tx0w9q60x8] {
    color: #ffffff;
    background: var(--teal);
    border-color: var(--teal);
    transform: translateY(-1px);
}

.次按钮[b-tx0w9q60x8] {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.78);
}

.次按钮:hover[b-tx0w9q60x8] {
    color: var(--teal);
    border-color: var(--teal);
}

.英雄指标组[b-tx0w9q60x8] {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    max-width: 650px;
}

.英雄指标[b-tx0w9q60x8] {
    padding-top: 0.9rem;
    border-top: 1px solid rgba(23, 32, 42, 0.18);
}

.英雄指标 strong[b-tx0w9q60x8] {
    display: block;
    font-size: 1.7rem;
    line-height: 1;
}

.英雄指标 span[b-tx0w9q60x8] {
    display: block;
    margin-top: 0.4rem;
    color: var(--muted);
    font-weight: 800;
}

.首页英雄__视觉[b-tx0w9q60x8] {
    margin: 0;
}

.首页英雄__视觉 img[b-tx0w9q60x8] {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid rgba(23, 32, 42, 0.13);
    box-shadow: 0 24px 60px rgba(23, 32, 42, 0.14);
    background: #ffffff;
}

.首页英雄__视觉 figcaption[b-tx0w9q60x8] {
    margin-top: 0.85rem;
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 700;
}

.问题带[b-tx0w9q60x8] {
    padding: 1.2rem 0;
    border-top: 1px solid rgba(23, 32, 42, 0.08);
    border-bottom: 1px solid rgba(23, 32, 42, 0.08);
    background: #ffffff;
}

.问题带__网格[b-tx0w9q60x8] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.问题项[b-tx0w9q60x8] {
    min-height: 132px;
    padding: 1.1rem;
    border-radius: 8px;
    border: 1px solid var(--line);
    background: #ffffff;
}

.问题项 span[b-tx0w9q60x8],
.能力卡片 span[b-tx0w9q60x8],
.流程项 span[b-tx0w9q60x8],
.边界卡片 span[b-tx0w9q60x8] {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    color: var(--coral);
    font-size: 0.78rem;
    font-weight: 900;
}

.问题项 strong[b-tx0w9q60x8] {
    display: block;
    margin-top: 0.45rem;
    color: var(--ink);
    font-size: 1.08rem;
}

.问题项 p[b-tx0w9q60x8],
.定位项 p[b-tx0w9q60x8],
.能力卡片 p[b-tx0w9q60x8],
.场景项 span[b-tx0w9q60x8],
.流程项 p[b-tx0w9q60x8],
.边界卡片 li[b-tx0w9q60x8],
.升级卡片 span[b-tx0w9q60x8],
.区块标题 p[b-tx0w9q60x8],
.行动区 p[b-tx0w9q60x8] {
    color: var(--muted);
    line-height: 1.68;
}

.问题项 p[b-tx0w9q60x8] {
    margin: 0.4rem 0 0;
}

.首页区块[b-tx0w9q60x8] {
    padding: 82px 0;
    background: #f8faf7;
}

.首页区块--浅[b-tx0w9q60x8] {
    background: var(--soft);
}

.首页区块--深[b-tx0w9q60x8] {
    background: #17202a;
}

.双栏[b-tx0w9q60x8] {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
    gap: 2.4rem;
    align-items: start;
}

.双栏--反向[b-tx0w9q60x8] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
}

.区块标题[b-tx0w9q60x8] {
    max-width: 640px;
}

.区块标题--宽[b-tx0w9q60x8] {
    max-width: 820px;
    margin-bottom: 2rem;
}

.区块标题 h2[b-tx0w9q60x8],
.行动区 h2[b-tx0w9q60x8] {
    font-size: clamp(2rem, 4vw, 3.15rem);
    line-height: 1.12;
    font-weight: 900;
}

.区块标题 p[b-tx0w9q60x8],
.行动区 p[b-tx0w9q60x8] {
    margin: 1rem 0 0;
    font-size: 1.02rem;
}

.区块标题--深 h2[b-tx0w9q60x8],
.区块标题--深 p[b-tx0w9q60x8] {
    color: #ffffff;
}

.区块标题--深 p[b-tx0w9q60x8] {
    color: rgba(255, 255, 255, 0.72);
}

.定位面板[b-tx0w9q60x8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.定位项[b-tx0w9q60x8],
.能力卡片[b-tx0w9q60x8],
.边界卡片[b-tx0w9q60x8],
.升级卡片[b-tx0w9q60x8] {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
}

.定位项[b-tx0w9q60x8] {
    min-height: 188px;
    padding: 1.25rem;
}

.定位项 span[b-tx0w9q60x8] {
    color: var(--teal);
    font-size: 0.78rem;
    font-weight: 900;
}

.定位项 h3[b-tx0w9q60x8],
.能力卡片 h3[b-tx0w9q60x8],
.流程项 h3[b-tx0w9q60x8],
.边界卡片 h3[b-tx0w9q60x8] {
    margin: 0.55rem 0 0;
    color: var(--ink);
    font-size: 1.22rem;
    line-height: 1.25;
    font-weight: 900;
}

.定位项 p[b-tx0w9q60x8],
.能力卡片 p[b-tx0w9q60x8] {
    margin: 0.7rem 0 0;
}

.能力网格[b-tx0w9q60x8] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.能力卡片[b-tx0w9q60x8] {
    min-height: 222px;
    padding: 1.35rem;
}

.场景面板[b-tx0w9q60x8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.场景项[b-tx0w9q60x8] {
    min-height: 112px;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid var(--line);
    background: #ffffff;
}

.场景项 strong[b-tx0w9q60x8] {
    color: var(--ink);
    font-size: 1rem;
}

.流程轨道[b-tx0w9q60x8] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    overflow: hidden;
}

.流程项[b-tx0w9q60x8] {
    min-height: 210px;
    padding: 1.35rem;
    background: rgba(255, 255, 255, 0.06);
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.流程项:last-child[b-tx0w9q60x8] {
    border-right: 0;
}

.流程项 span[b-tx0w9q60x8] {
    color: #e9c46a;
}

.流程项 h3[b-tx0w9q60x8] {
    color: #ffffff;
    margin-top: 2.2rem;
}

.流程项 p[b-tx0w9q60x8] {
    margin: 0.65rem 0 0;
    color: rgba(255, 255, 255, 0.7);
}

.边界网格[b-tx0w9q60x8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.边界卡片[b-tx0w9q60x8] {
    padding: 1.5rem;
}

.边界卡片 ul[b-tx0w9q60x8] {
    margin: 1rem 0 0;
    padding-left: 1.2rem;
}

.边界卡片 li[b-tx0w9q60x8] {
    margin: 0.55rem 0;
}

.升级网格[b-tx0w9q60x8] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.9rem;
}

.升级卡片[b-tx0w9q60x8] {
    min-height: 150px;
    padding: 1rem;
}

.升级卡片 strong[b-tx0w9q60x8] {
    display: block;
    color: var(--ink);
    font-size: 1.02rem;
}

.升级卡片 span[b-tx0w9q60x8] {
    display: block;
    margin-top: 0.55rem;
}

.行动区[b-tx0w9q60x8] {
    padding: 74px 0;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(15, 118, 110, 0.94), rgba(23, 32, 42, 0.98)),
        #17202a;
}

.行动区__网格[b-tx0w9q60x8] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
}

.行动区 h2[b-tx0w9q60x8] {
    max-width: 780px;
    color: #ffffff;
}

.行动区 p[b-tx0w9q60x8] {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.76);
}

.主按钮--浅[b-tx0w9q60x8] {
    color: var(--ink);
    background: #ffffff;
    border-color: #ffffff;
}

.主按钮--浅:hover[b-tx0w9q60x8] {
    color: #ffffff;
    background: #9a6b20;
    border-color: #9a6b20;
}

.次按钮--深[b-tx0w9q60x8] {
    color: #ffffff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.42);
}

.次按钮--深:hover[b-tx0w9q60x8] {
    color: #ffffff;
    border-color: #ffffff;
}

@media (max-width: 1050px) {
    .首页英雄__网格[b-tx0w9q60x8],
    .双栏[b-tx0w9q60x8],
    .双栏--反向[b-tx0w9q60x8],
    .行动区__网格[b-tx0w9q60x8] {
        grid-template-columns: 1fr;
    }

    .首页英雄__视觉[b-tx0w9q60x8] {
        max-width: 720px;
    }

    .能力网格[b-tx0w9q60x8],
    .问题带__网格[b-tx0w9q60x8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .流程轨道[b-tx0w9q60x8],
    .升级网格[b-tx0w9q60x8] {
        grid-template-columns: 1fr;
    }

    .流程项[b-tx0w9q60x8] {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .流程项:last-child[b-tx0w9q60x8] {
        border-bottom: 0;
    }

    .流程项 h3[b-tx0w9q60x8] {
        margin-top: 0.8rem;
    }
}

@media (max-width: 720px) {
    .首页容器[b-tx0w9q60x8] {
        width: min(100% - 24px, 1180px);
    }

    .首页英雄[b-tx0w9q60x8] {
        padding: 42px 0 30px;
    }

    .首页英雄 h1[b-tx0w9q60x8] {
        font-size: 2.2rem;
        line-height: 1.08;
    }

    .英雄摘要[b-tx0w9q60x8] {
        font-size: 1rem;
        line-height: 1.72;
    }

    .英雄指标组[b-tx0w9q60x8],
    .问题带__网格[b-tx0w9q60x8],
    .定位面板[b-tx0w9q60x8],
    .能力网格[b-tx0w9q60x8],
    .场景面板[b-tx0w9q60x8],
    .边界网格[b-tx0w9q60x8] {
        grid-template-columns: 1fr;
    }

    .首页区块[b-tx0w9q60x8] {
        padding: 58px 0;
    }

    .英雄按钮组[b-tx0w9q60x8],
    .行动区__按钮[b-tx0w9q60x8] {
        align-items: stretch;
        flex-direction: column;
    }

    .主按钮[b-tx0w9q60x8],
    .次按钮[b-tx0w9q60x8] {
        width: 100%;
    }
}
/* /Components/Pages/Portal.razor.rz.scp.css */
.工作台页[b-gw9fuefbbh] {
    --ink: #17202a;
    --muted: #667085;
    --line: #d7dee8;
    --paper: #ffffff;
    --soft: #f4f7f6;
    --teal: #0f766e;
    --blue: #315c8c;
    --gold: #9a6b20;
    --coral: #b65b46;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: var(--ink);
}

.新账号欢迎条[b-gw9fuefbbh],
.工作台英雄[b-gw9fuefbbh],
.工作台错误态[b-gw9fuefbbh],
.工作台卡片[b-gw9fuefbbh],
.指标卡[b-gw9fuefbbh] {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
}

.新账号欢迎条[b-gw9fuefbbh],
.工作台错误态[b-gw9fuefbbh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
}

.新账号欢迎条[b-gw9fuefbbh] {
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.新账号欢迎条 div[b-gw9fuefbbh],
.工作台错误态 div[b-gw9fuefbbh] {
    display: grid;
    gap: 0.2rem;
}

.新账号欢迎条 span[b-gw9fuefbbh] {
    color: #15803d;
    font-size: 0.82rem;
    font-weight: 900;
}

.新账号欢迎条 strong[b-gw9fuefbbh],
.工作台错误态 strong[b-gw9fuefbbh] {
    color: var(--ink);
}

.工作台错误态[b-gw9fuefbbh] {
    border-color: #fecaca;
    background: #fef2f2;
}

.工作台错误态 span[b-gw9fuefbbh] {
    color: #991b1b;
}

.工作台英雄[b-gw9fuefbbh] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
    gap: 1.2rem;
    align-items: stretch;
    padding: 1.25rem;
    background:
        linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(49, 92, 140, 0.08)),
        #ffffff;
    box-shadow: 0 22px 60px rgba(23, 32, 42, 0.08);
}

.工作台英雄__主信息[b-gw9fuefbbh] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.工作台眉标[b-gw9fuefbbh] {
    margin: 0 0 0.55rem;
    color: var(--teal);
    font-size: 0.84rem;
    font-weight: 900;
}

.工作台英雄 h1[b-gw9fuefbbh],
.卡片标题行 h2[b-gw9fuefbbh] {
    margin: 0;
    color: var(--ink);
    letter-spacing: 0;
    font-weight: 900;
}

.工作台英雄 h1[b-gw9fuefbbh] {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.06;
}

.工作台英雄 p[b-gw9fuefbbh],
.卡片标题行 p[b-gw9fuefbbh],
.任务项 p[b-gw9fuefbbh],
.应用入口卡 p[b-gw9fuefbbh],
.服务事项项 p[b-gw9fuefbbh],
.状态清单项 p[b-gw9fuefbbh],
.公告项 p[b-gw9fuefbbh],
.指标卡 small[b-gw9fuefbbh],
.账户概览卡 small[b-gw9fuefbbh] {
    color: var(--muted);
    line-height: 1.58;
}

.工作台英雄__主信息 > p:not(.工作台眉标)[b-gw9fuefbbh] {
    max-width: 760px;
    margin: 0.85rem 0 0;
    font-size: 1rem;
}

.工作台英雄__操作区[b-gw9fuefbbh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.2rem;
}

.账户概览卡[b-gw9fuefbbh] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.9rem;
    align-content: center;
    padding: 1rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(23, 32, 42, 0.08);
}

.账户头像[b-gw9fuefbbh] {
    width: 54px;
    height: 54px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--ink);
    font-size: 1.3rem;
    font-weight: 900;
}

.账户概览卡__信息[b-gw9fuefbbh] {
    display: grid;
    gap: 0.22rem;
    min-width: 0;
}

.账户概览卡__信息 span[b-gw9fuefbbh] {
    color: var(--teal);
    font-size: 0.82rem;
    font-weight: 900;
}

.账户概览卡__信息 strong[b-gw9fuefbbh] {
    overflow: hidden;
    color: var(--ink);
    font-size: 1.05rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.就绪进度条[b-gw9fuefbbh] {
    grid-column: 1 / -1;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
}

.就绪进度条 span[b-gw9fuefbbh] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--teal), var(--blue));
}

.工作台指标网格[b-gw9fuefbbh] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.指标卡[b-gw9fuefbbh] {
    display: grid;
    gap: 0.2rem;
    min-height: 126px;
    padding: 1rem;
    box-shadow: 0 12px 30px rgba(23, 32, 42, 0.05);
}

.指标卡 span[b-gw9fuefbbh] {
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 850;
}

.指标卡 strong[b-gw9fuefbbh] {
    color: var(--ink);
    font-size: 1.75rem;
    line-height: 1.05;
}

.指标卡--绿[b-gw9fuefbbh] {
    border-top: 3px solid var(--teal);
}

.指标卡--蓝[b-gw9fuefbbh] {
    border-top: 3px solid var(--blue);
}

.指标卡--金[b-gw9fuefbbh] {
    border-top: 3px solid var(--gold);
}

.指标卡--红[b-gw9fuefbbh] {
    border-top: 3px solid var(--coral);
}

.工作台主体网格[b-gw9fuefbbh] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.36fr);
    gap: 1rem;
    align-items: start;
}

.工作台主列[b-gw9fuefbbh],
.工作台侧栏[b-gw9fuefbbh],
.任务队列[b-gw9fuefbbh],
.应用入口网格[b-gw9fuefbbh],
.服务事项列表[b-gw9fuefbbh],
.状态清单[b-gw9fuefbbh],
.公告列表[b-gw9fuefbbh] {
    display: grid;
    gap: 1rem;
}

.工作台侧栏[b-gw9fuefbbh] {
    position: sticky;
    top: 6.25rem;
}

.工作台卡片[b-gw9fuefbbh] {
    padding: 1rem;
    box-shadow: 0 16px 40px rgba(23, 32, 42, 0.06);
}

.工作台卡片--重点[b-gw9fuefbbh] {
    border-color: rgba(15, 118, 110, 0.28);
}

.卡片标题行[b-gw9fuefbbh] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.卡片标题行 h2[b-gw9fuefbbh] {
    font-size: 1.18rem;
    line-height: 1.2;
}

.卡片标题行 p[b-gw9fuefbbh] {
    margin: 0.25rem 0 0;
}

.任务项[b-gw9fuefbbh],
.应用入口卡[b-gw9fuefbbh],
.服务事项项[b-gw9fuefbbh],
.状态清单项[b-gw9fuefbbh],
.公告项[b-gw9fuefbbh],
.公告提示[b-gw9fuefbbh],
.空状态[b-gw9fuefbbh] {
    border: 1px solid rgba(23, 32, 42, 0.08);
    border-radius: 8px;
    background: #f8fafc;
    text-decoration: none;
}

.任务项[b-gw9fuefbbh] {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) auto;
    gap: 0.9rem;
    align-items: center;
    min-height: 82px;
    padding: 0.9rem 1rem;
}

.任务项 strong[b-gw9fuefbbh],
.应用入口卡 strong[b-gw9fuefbbh],
.服务事项项 strong[b-gw9fuefbbh],
.状态清单项 strong[b-gw9fuefbbh],
.公告项 strong[b-gw9fuefbbh] {
    color: var(--ink);
    font-weight: 900;
}

.任务项 p[b-gw9fuefbbh],
.应用入口卡 p[b-gw9fuefbbh],
.服务事项项 p[b-gw9fuefbbh],
.状态清单项 p[b-gw9fuefbbh],
.公告项 p[b-gw9fuefbbh] {
    margin: 0.2rem 0 0;
}

.任务项 em[b-gw9fuefbbh],
.服务事项项 em[b-gw9fuefbbh],
.应用入口卡 b[b-gw9fuefbbh] {
    color: var(--teal);
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

.任务标签[b-gw9fuefbbh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0.2rem 0.55rem;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 900;
}

.任务标签--完成[b-gw9fuefbbh],
.状态清单项--通过 > span[b-gw9fuefbbh] {
    color: #166534;
    background: #dcfce7;
}

.任务标签--提醒[b-gw9fuefbbh],
.状态清单项--提醒 > span[b-gw9fuefbbh] {
    color: #92400e;
    background: #fef3c7;
}

.任务标签--重点[b-gw9fuefbbh] {
    color: #075985;
    background: #e0f2fe;
}

.任务标签--可办[b-gw9fuefbbh] {
    color: #0f766e;
    background: #ccfbf1;
}

.应用入口网格[b-gw9fuefbbh] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.应用入口卡[b-gw9fuefbbh] {
    display: grid;
    gap: 0.4rem;
    min-height: 170px;
    padding: 1rem;
}

.应用入口卡 span[b-gw9fuefbbh] {
    color: var(--coral);
    font-size: 0.8rem;
    font-weight: 900;
}

.应用入口卡 b[b-gw9fuefbbh] {
    align-self: end;
}

.服务事项项[b-gw9fuefbbh] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
}

.服务事项项 span[b-gw9fuefbbh] {
    display: inline-flex;
    margin-bottom: 0.45rem;
    color: var(--blue);
    font-size: 0.82rem;
    font-weight: 900;
}

.服务事项项 dl[b-gw9fuefbbh] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0;
}

.服务事项项 dt[b-gw9fuefbbh] {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 850;
}

.服务事项项 dd[b-gw9fuefbbh] {
    margin: 0.22rem 0 0;
    color: var(--ink);
    font-weight: 900;
}

.状态清单项[b-gw9fuefbbh] {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.85rem;
}

.状态清单项 > span[b-gw9fuefbbh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    align-self: start;
    border-radius: 8px;
    font-size: 0.76rem;
    font-weight: 900;
}

.状态清单项--通过[b-gw9fuefbbh] {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.状态清单项--提醒[b-gw9fuefbbh] {
    background: #fffbeb;
    border-color: #fde68a;
}

.公告列表[b-gw9fuefbbh] {
    margin-top: 0.9rem;
}

.公告项[b-gw9fuefbbh],
.公告提示[b-gw9fuefbbh],
.空状态[b-gw9fuefbbh] {
    padding: 0.9rem;
}

.公告项 div[b-gw9fuefbbh] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
    color: var(--teal);
    font-size: 0.82rem;
    font-weight: 900;
}

.公告提示[b-gw9fuefbbh],
.空状态[b-gw9fuefbbh] {
    margin-top: 0.9rem;
    color: var(--muted);
    line-height: 1.55;
}

.工作台按钮[b-gw9fuefbbh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.6rem 0.9rem;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    background: #fff;
    color: var(--ink);
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.工作台按钮--主[b-gw9fuefbbh] {
    border-color: var(--teal);
    background: var(--teal);
    color: #fff;
}

.工作台按钮--强调[b-gw9fuefbbh] {
    border-color: var(--gold);
    background: #fff8e6;
    color: #7a4c0a;
}

.工作台按钮--紧凑[b-gw9fuefbbh] {
    min-height: 34px;
    padding: 0.45rem 0.7rem;
    font-size: 0.88rem;
}

.工作台按钮:disabled[b-gw9fuefbbh] {
    cursor: not-allowed;
    opacity: 0.64;
}

.任务项:hover[b-gw9fuefbbh],
.应用入口卡:hover[b-gw9fuefbbh],
.服务事项项:hover[b-gw9fuefbbh],
.状态清单项:hover[b-gw9fuefbbh],
.公告项:hover[b-gw9fuefbbh],
.工作台按钮:hover:not(:disabled)[b-gw9fuefbbh] {
    border-color: var(--teal);
    background: #ffffff;
    transform: translateY(-1px);
}

.工作台按钮--主:hover:not(:disabled)[b-gw9fuefbbh] {
    background: #0b5f59;
    color: #ffffff;
}

.工作台加载态[b-gw9fuefbbh] {
    display: grid;
    gap: 1rem;
}

.加载骨架[b-gw9fuefbbh],
.加载骨架--宽[b-gw9fuefbbh] {
    min-height: 140px;
    border-radius: 8px;
    background: linear-gradient(90deg, #eef2f7, #f8fafc, #eef2f7);
    background-size: 220% 100%;
    animation: 工作台骨架-b-gw9fuefbbh 1.4s ease-in-out infinite;
}

.加载骨架--宽[b-gw9fuefbbh] {
    min-height: 220px;
}

.加载骨架网格[b-gw9fuefbbh] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

@keyframes 工作台骨架-b-gw9fuefbbh {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -220% 0;
    }
}

@media (max-width: 1180px) {
    .工作台主体网格[b-gw9fuefbbh],
    .工作台英雄[b-gw9fuefbbh] {
        grid-template-columns: 1fr;
    }

    .工作台侧栏[b-gw9fuefbbh] {
        position: static;
    }

    .工作台指标网格[b-gw9fuefbbh],
    .应用入口网格[b-gw9fuefbbh] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .服务事项项[b-gw9fuefbbh] {
        grid-template-columns: 1fr;
    }

    .工作台英雄__操作区[b-gw9fuefbbh],
    .新账号欢迎条[b-gw9fuefbbh],
    .工作台错误态[b-gw9fuefbbh],
    .卡片标题行[b-gw9fuefbbh] {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .工作台指标网格[b-gw9fuefbbh],
    .应用入口网格[b-gw9fuefbbh],
    .加载骨架网格[b-gw9fuefbbh] {
        grid-template-columns: 1fr;
    }

    .任务项[b-gw9fuefbbh],
    .状态清单项[b-gw9fuefbbh] {
        grid-template-columns: 1fr;
    }

    .工作台按钮[b-gw9fuefbbh],
    .任务项 em[b-gw9fuefbbh],
    .服务事项项 em[b-gw9fuefbbh] {
        width: 100%;
    }
}
/* /Components/Pages/Profile.razor.rz.scp.css */
.个人中心页[b-ra24mwvb04] {
    display: grid;
    gap: 1rem;
}

.个人中心页 .fluent-card[b-ra24mwvb04],
.个人中心头部[b-ra24mwvb04],
.个人资料卡片[b-ra24mwvb04],
.个人指标[b-ra24mwvb04],
.加载卡片[b-ra24mwvb04],
.下一步面板[b-ra24mwvb04] {
    padding: 1rem;
}

.个人中心头部[b-ra24mwvb04],
.卡片标题行[b-ra24mwvb04],
.下一步面板[b-ra24mwvb04] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.个人中心标签[b-ra24mwvb04] {
    display: inline-flex;
    min-height: 28px;
    padding: 0.25rem 0.6rem;
    border-radius: 8px;
    background: rgba(8, 145, 178, 0.12);
    color: #0e7490;
    font-size: 0.78rem;
    font-weight: 700;
}

.个人中心头部 h1[b-ra24mwvb04] {
    margin: 0.45rem 0 0.65rem;
    color: #0f172a;
    font-size: 1.9rem;
    font-weight: 800;
}

.个人中心头部 p[b-ra24mwvb04],
.个人指标 span[b-ra24mwvb04],
.个人指标 small[b-ra24mwvb04],
.区块说明[b-ra24mwvb04],
.资料列表 span[b-ra24mwvb04],
.入口项__描述[b-ra24mwvb04],
.安全清单 span[b-ra24mwvb04],
.空提示[b-ra24mwvb04] {
    color: #64748b;
}

.个人中心头部__操作[b-ra24mwvb04] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.个人中心按钮[b-ra24mwvb04] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.6rem 0.9rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
    color: #0f172a;
    font-weight: 800;
    text-decoration: none;
}

.个人中心按钮--主[b-ra24mwvb04] {
    border-color: #0891b2;
    background: #0891b2;
    color: #fff;
}

.个人指标网格[b-ra24mwvb04],
.个人中心网格[b-ra24mwvb04] {
    display: grid;
    gap: 1rem;
}

.个人指标网格[b-ra24mwvb04] {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.个人中心网格[b-ra24mwvb04] {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.个人指标[b-ra24mwvb04] {
    display: grid;
    gap: 0.25rem;
    min-height: 126px;
}

.个人指标 strong[b-ra24mwvb04] {
    color: #0f172a;
    font-size: 1.55rem;
}

.区块标题[b-ra24mwvb04],
.入口项__标题[b-ra24mwvb04] {
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 800;
}

.资料列表[b-ra24mwvb04],
.入口列表[b-ra24mwvb04],
.安全清单[b-ra24mwvb04] {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.资料列表 > div[b-ra24mwvb04],
.入口项[b-ra24mwvb04],
.安全清单 > div[b-ra24mwvb04] {
    display: grid;
    gap: 0.25rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 8px;
    background: #f8fafc;
}

.资料列表 strong[b-ra24mwvb04],
.安全清单 strong[b-ra24mwvb04] {
    color: #0f172a;
}

.入口项[b-ra24mwvb04] {
    text-decoration: none;
    transition: border-color 0.16s ease, transform 0.16s ease;
}

.入口项:hover[b-ra24mwvb04],
.入口项:focus-visible[b-ra24mwvb04] {
    border-color: #0891b2;
    transform: translateY(-1px);
}

.账号状态[b-ra24mwvb04] {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0.2rem 0.65rem;
    border-radius: 8px;
    background: #e2e8f0;
    color: #475569;
    font-size: 0.82rem;
    font-weight: 800;
    white-space: nowrap;
}

.账号状态--管理员[b-ra24mwvb04] {
    background: #ecfdf5;
    color: #166534;
}

.权限概览[b-ra24mwvb04] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}

.权限概览 code[b-ra24mwvb04] {
    padding: 0.35rem 0.55rem;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    background: #f0f9ff;
    color: #075985;
    font-size: 0.8rem;
}

@media (max-width: 767.98px) {
    .个人中心头部[b-ra24mwvb04],
    .卡片标题行[b-ra24mwvb04],
    .下一步面板[b-ra24mwvb04] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Pages/RequirementCollect.razor.rz.scp.css */
.需求收集页[b-eqobggqmn9] {
    --ink: #17202a;
    --muted: #667085;
    --line: #d7dee8;
    --paper: #ffffff;
    --soft: #eef4f1;
    --teal: #0f766e;
    --gold: #9a6b20;
    color: var(--ink);
    background: #f8faf7;
    font-family: "Microsoft YaHei", "PingFang SC", "Segoe UI", Arial, sans-serif;
}

.需求容器[b-eqobggqmn9] {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.需求英雄[b-eqobggqmn9] {
    padding: 58px 0 42px;
    background:
        linear-gradient(90deg, rgba(248, 250, 247, 0.98), rgba(238, 244, 241, 0.82)),
        linear-gradient(135deg, rgba(15, 118, 110, 0.16), rgba(154, 107, 32, 0.12));
    border-bottom: 1px solid rgba(23, 32, 42, 0.08);
}

.需求英雄__网格[b-eqobggqmn9],
.需求表单网格[b-eqobggqmn9] {
    display: grid;
    gap: 2rem;
    align-items: start;
}

.需求英雄__网格[b-eqobggqmn9] {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
}

.需求英雄__文案[b-eqobggqmn9] {
    max-width: 760px;
}

.需求眉标[b-eqobggqmn9] {
    margin: 0 0 0.8rem;
    color: var(--teal);
    font-size: 0.88rem;
    font-weight: 900;
}

.需求英雄 h1[b-eqobggqmn9],
.需求表单头部 h2[b-eqobggqmn9] {
    margin: 0;
    color: var(--ink);
    letter-spacing: 0;
    font-weight: 900;
}

.需求英雄 h1[b-eqobggqmn9] {
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    line-height: 1.05;
}

.需求英雄 p[b-eqobggqmn9],
.需求表单头部 p[b-eqobggqmn9],
.需求说明卡片 li[b-eqobggqmn9] {
    color: var(--muted);
    line-height: 1.72;
}

.需求英雄__文案 > p:not(.需求眉标)[b-eqobggqmn9] {
    margin: 1.2rem 0 0;
    font-size: 1.05rem;
}

.需求英雄__提示组[b-eqobggqmn9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.45rem;
}

.需求英雄__提示组 span[b-eqobggqmn9],
.需求说明卡片 span[b-eqobggqmn9] {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    color: var(--teal);
    font-size: 0.86rem;
    font-weight: 900;
}

.需求英雄__提示组 span[b-eqobggqmn9] {
    padding: 0.25rem 0.75rem;
    border: 1px solid rgba(15, 118, 110, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
}

.需求英雄__侧栏[b-eqobggqmn9],
.需求表单卡片[b-eqobggqmn9],
.需求说明卡片[b-eqobggqmn9] {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
}

.需求英雄__侧栏[b-eqobggqmn9] {
    padding: 1.25rem;
    box-shadow: 0 20px 50px rgba(23, 32, 42, 0.08);
}

.需求英雄__侧栏 strong[b-eqobggqmn9] {
    display: block;
    color: var(--ink);
    font-size: 1.08rem;
}

.需求英雄__侧栏 ol[b-eqobggqmn9] {
    margin: 1rem 0 0;
    padding-left: 1.2rem;
    color: var(--muted);
    line-height: 1.7;
}

.需求英雄__侧栏 li + li[b-eqobggqmn9] {
    margin-top: 0.55rem;
}

.需求区块[b-eqobggqmn9] {
    padding: 52px 0 76px;
}

.需求表单网格[b-eqobggqmn9] {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.34fr);
}

.需求表单卡片[b-eqobggqmn9] {
    padding: 1.35rem;
    box-shadow: 0 24px 70px rgba(23, 32, 42, 0.08);
}

.需求表单头部 h2[b-eqobggqmn9] {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    line-height: 1.12;
}

.需求表单头部 p[b-eqobggqmn9] {
    margin: 0.7rem 0 0;
}

.需求状态[b-eqobggqmn9] {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 8px;
    line-height: 1.55;
}

.需求状态--成功[b-eqobggqmn9] {
    color: #166534;
    background: #ecfdf5;
    border: 1px solid #86efac;
}

.需求状态--失败[b-eqobggqmn9] {
    color: #b91c1c;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.需求表单[b-eqobggqmn9] {
    display: grid;
    gap: 1rem;
    margin-top: 1.2rem;
}

.需求表单两列[b-eqobggqmn9] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.需求字段[b-eqobggqmn9] {
    display: grid;
    gap: 0.42rem;
}

.需求字段 label[b-eqobggqmn9] {
    color: var(--ink);
    font-weight: 850;
}

.需求字段 label span[b-eqobggqmn9] {
    color: #98a2b3;
    font-size: 0.78rem;
    font-weight: 800;
}

.需求输入[b-eqobggqmn9],
.需求选择[b-eqobggqmn9],
.需求文本域[b-eqobggqmn9] {
    width: 100%;
    min-height: 46px;
    padding: 0.72rem 0.85rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #ffffff;
    color: var(--ink);
    outline: none;
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.需求文本域[b-eqobggqmn9] {
    resize: vertical;
}

.需求输入:focus[b-eqobggqmn9],
.需求选择:focus[b-eqobggqmn9],
.需求文本域:focus[b-eqobggqmn9] {
    border-color: var(--teal);
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.14);
}

.需求提交按钮[b-eqobggqmn9] {
    min-height: 50px;
    border: 1px solid var(--ink);
    border-radius: 8px;
    color: #ffffff;
    background: var(--ink);
    font-weight: 900;
    transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.需求提交按钮:hover:not(:disabled)[b-eqobggqmn9],
.需求提交按钮:focus-visible:not(:disabled)[b-eqobggqmn9] {
    background: var(--teal);
    border-color: var(--teal);
    transform: translateY(-1px);
}

.需求提交按钮:disabled[b-eqobggqmn9] {
    opacity: 0.68;
}

.需求说明栏[b-eqobggqmn9] {
    display: grid;
    gap: 1rem;
}

.需求说明卡片[b-eqobggqmn9] {
    padding: 1.15rem;
}

.需求说明卡片 ul[b-eqobggqmn9] {
    margin: 0.75rem 0 0;
    padding-left: 1.15rem;
}

.需求说明卡片 li[b-eqobggqmn9] {
    margin: 0.45rem 0;
}

@media (max-width: 900px) {
    .需求英雄__网格[b-eqobggqmn9],
    .需求表单网格[b-eqobggqmn9] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .需求容器[b-eqobggqmn9] {
        width: min(100% - 24px, 1120px);
    }

    .需求英雄[b-eqobggqmn9] {
        padding: 38px 0 30px;
    }

    .需求英雄 h1[b-eqobggqmn9] {
        font-size: 2.2rem;
    }

    .需求表单两列[b-eqobggqmn9] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/ServiceHall.razor.rz.scp.css */
.服务大厅页[b-fmsyqlkn79] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.服务大厅头部[b-fmsyqlkn79] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 1rem;
    align-items: stretch;
    padding: 1.25rem;
    border-radius: 8px;
    background: #0f172a;
    color: #fff;
}

.服务大厅头部__主栏[b-fmsyqlkn79] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.25rem;
}

.服务大厅标签[b-fmsyqlkn79] {
    display: inline-flex;
    min-height: 28px;
    padding: 0.25rem 0.6rem;
    border-radius: 8px;
    background: rgba(103, 232, 249, 0.12);
    color: #a5f3fc;
    font-size: 0.78rem;
    font-weight: 800;
}

.服务大厅头部 h1[b-fmsyqlkn79] {
    margin: 0.45rem 0 0.55rem;
    font-size: 2rem;
    font-weight: 850;
    color: #fff;
}

.服务大厅头部 p[b-fmsyqlkn79],
.服务事项 p[b-fmsyqlkn79],
.准备项 p[b-fmsyqlkn79],
.办理步骤 p[b-fmsyqlkn79] {
    margin: 0;
    color: #64748b;
}

.服务大厅头部 p[b-fmsyqlkn79] {
    max-width: 720px;
    color: #cbd5e1;
}

.服务大厅头部__操作[b-fmsyqlkn79] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.服务概览卡组[b-fmsyqlkn79] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.服务概览卡[b-fmsyqlkn79] {
    display: grid;
    gap: 0.2rem;
    min-height: 120px;
    padding: 0.9rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.服务概览卡 span[b-fmsyqlkn79],
.服务概览卡 small[b-fmsyqlkn79] {
    color: #cbd5e1;
}

.服务概览卡 strong[b-fmsyqlkn79] {
    color: #fff;
    font-size: 1.8rem;
}

.服务大厅工作区[b-fmsyqlkn79] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 1rem;
    align-items: start;
}

.服务事项区[b-fmsyqlkn79] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.区块头部[b-fmsyqlkn79] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
}

.区块头部 h2[b-fmsyqlkn79] {
    margin: 0.25rem 0 0;
    color: #0f172a;
    font-size: 1.45rem;
    font-weight: 850;
}

.区块眉标[b-fmsyqlkn79],
.服务数量[b-fmsyqlkn79] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 0.25rem 0.6rem;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 800;
}

.区块眉标[b-fmsyqlkn79] {
    background: #ecfeff;
    color: #0e7490;
}

.服务数量[b-fmsyqlkn79] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
}

.服务辅助区[b-fmsyqlkn79] {
    display: grid;
    gap: 1rem;
}

.服务大厅面板[b-fmsyqlkn79] {
    padding: 1rem;
}

.区块标题[b-fmsyqlkn79] {
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 800;
}

.服务事项列表[b-fmsyqlkn79],
.准备清单[b-fmsyqlkn79],
.办理步骤列表[b-fmsyqlkn79] {
    display: grid;
    gap: 0.75rem;
}

.服务事项[b-fmsyqlkn79] {
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    transition: all 0.2s ease;
}

.服务事项:hover[b-fmsyqlkn79] {
    border-color: #0891b2;
    transform: translateY(-1px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.服务事项--推荐[b-fmsyqlkn79] {
    border-color: rgba(8, 145, 178, 0.35);
    background: linear-gradient(180deg, #f0fdfa 0%, #fff 70%);
}

.服务事项__头部[b-fmsyqlkn79],
.服务事项__底部[b-fmsyqlkn79] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.服务事项__标签[b-fmsyqlkn79] {
    width: fit-content;
    padding: 0.2rem 0.5rem;
    border-radius: 8px;
    background: #ecfeff;
    color: #0e7490;
    font-size: 0.78rem;
    font-weight: 800;
}

.服务事项 strong[b-fmsyqlkn79],
.准备项 strong[b-fmsyqlkn79],
.办理步骤 strong[b-fmsyqlkn79] {
    color: #0f172a;
}

.服务事项__元信息[b-fmsyqlkn79] {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.服务事项__元信息 span[b-fmsyqlkn79] {
    display: grid;
    gap: 0.15rem;
    min-height: 64px;
    padding: 0.65rem;
    border-radius: 8px;
    background: #f8fafc;
    color: #334155;
    font-size: 0.85rem;
}

.服务事项__元信息 b[b-fmsyqlkn79] {
    color: #64748b;
    font-size: 0.75rem;
}

.服务事项__底部 span[b-fmsyqlkn79],
.服务事项__底部 em[b-fmsyqlkn79] {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 800;
}

.服务事项__底部 span[b-fmsyqlkn79] {
    color: #0e7490;
}

.服务事项__底部 em[b-fmsyqlkn79] {
    padding: 0 0.55rem;
    background: #cffafe;
    color: #0e7490;
    font-style: normal;
}

.服务状态[b-fmsyqlkn79] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 0.2rem 0.55rem;
    border-radius: 8px;
    background: #e2e8f0;
    color: #334155;
    font-size: 0.78rem;
    font-weight: 800;
}

.服务状态--成功[b-fmsyqlkn79] {
    background: #dcfce7;
    color: #166534;
}

.服务状态--等待[b-fmsyqlkn79] {
    background: #fef3c7;
    color: #92400e;
}

.准备项[b-fmsyqlkn79],
.办理步骤[b-fmsyqlkn79] {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.9rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.准备项 > span[b-fmsyqlkn79],
.办理步骤 > span[b-fmsyqlkn79] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #0891b2;
    color: #fff;
    font-weight: 900;
}

.准备项 > span[b-fmsyqlkn79] {
    background: #0f766e;
}

.服务按钮[b-fmsyqlkn79] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.65rem 1rem;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #0f172a;
    font-weight: 800;
    text-decoration: none;
}

.服务按钮--主[b-fmsyqlkn79] {
    border-color: #0891b2;
    background: #0891b2;
    color: #fff;
}

@media (max-width: 991.98px) {
    .服务大厅头部[b-fmsyqlkn79],
    .服务大厅工作区[b-fmsyqlkn79] {
        grid-template-columns: 1fr;
    }

    .服务概览卡组[b-fmsyqlkn79],
    .服务事项__元信息[b-fmsyqlkn79] {
        grid-template-columns: 1fr;
    }

    .区块头部[b-fmsyqlkn79] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/TokenManagement.razor.rz.scp.css */
.令牌管理页[b-q570bolt1l] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.状态消息[b-q570bolt1l] {
    padding: 0.9rem 1rem;
    border-radius: 8px;
    border: 1px solid transparent;
}

.状态消息--成功[b-q570bolt1l] {
    background: #ecfdf5;
    border-color: #86efac;
    color: #166534;
}

.状态消息--失败[b-q570bolt1l] {
    background: #fef2f2;
    border-color: #fecaca;
    color: #b91c1c;
}

.令牌管理横幅[b-q570bolt1l],
.概览卡片[b-q570bolt1l],
.创建卡片[b-q570bolt1l],
.列表卡片[b-q570bolt1l],
.加载卡片[b-q570bolt1l],
.空状态卡片[b-q570bolt1l] {
    padding: 1.25rem;
}

.令牌管理横幅[b-q570bolt1l] {
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.08), rgba(59, 130, 246, 0.04));
    border-radius: 8px;
}

.令牌管理横幅__标签[b-q570bolt1l] {
    display: inline-flex;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: rgba(8, 145, 178, 0.12);
    color: #0e7490;
    font-size: 0.78rem;
    font-weight: 700;
}

.令牌管理横幅 h1[b-q570bolt1l] {
    margin: 0.45rem 0 0.65rem;
    font-size: 1.9rem;
    font-weight: 800;
    color: #0f172a;
}

.令牌管理横幅 p[b-q570bolt1l],
.令牌说明[b-q570bolt1l],
.区块说明[b-q570bolt1l],
.概览列表 span[b-q570bolt1l],
.当前令牌摘要__内容 span[b-q570bolt1l],
.令牌项__网格 span[b-q570bolt1l] {
    color: #64748b;
}

.指标总览行[b-q570bolt1l] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.指标卡片[b-q570bolt1l] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.05rem;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.指标卡片 span[b-q570bolt1l] {
    color: #64748b;
    font-size: 0.85rem;
}

.指标卡片 strong[b-q570bolt1l] {
    color: #0f172a;
    font-size: 1.45rem;
    font-weight: 800;
}

.指标卡片 small[b-q570bolt1l] {
    color: #94a3b8;
    line-height: 1.5;
}

.令牌管理网格[b-q570bolt1l] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.区块标题[b-q570bolt1l],
.当前令牌摘要__标题[b-q570bolt1l],
.本地令牌区__标题[b-q570bolt1l],
.令牌项__标题[b-q570bolt1l] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
}

.概览卡片[b-q570bolt1l],
.创建卡片[b-q570bolt1l],
.列表卡片[b-q570bolt1l] {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.卡片头部[b-q570bolt1l] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.概览列表[b-q570bolt1l],
.创建表单[b-q570bolt1l],
.令牌列表[b-q570bolt1l],
.当前令牌摘要__内容[b-q570bolt1l] {
    display: grid;
    gap: 0.9rem;
}

.概览列表[b-q570bolt1l] {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.概览列表 > div[b-q570bolt1l],
.当前令牌摘要[b-q570bolt1l],
.本地令牌区[b-q570bolt1l],
.空状态卡片[b-q570bolt1l],
.令牌项[b-q570bolt1l] {
    padding: 1rem 1.05rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.当前令牌摘要[b-q570bolt1l],
.本地令牌区[b-q570bolt1l],
.创建提示区[b-q570bolt1l],
.令牌项[b-q570bolt1l] {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.概览列表 > div[b-q570bolt1l],
.当前令牌摘要__内容 > div[b-q570bolt1l],
.令牌项__网格 > div[b-q570bolt1l] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.本地令牌区[b-q570bolt1l],
.新令牌区[b-q570bolt1l] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.创建提示区[b-q570bolt1l] {
    padding: 1rem 1.05rem;
    border-radius: 8px;
    background: rgba(8, 145, 178, 0.06);
    border: 1px solid rgba(8, 145, 178, 0.14);
}

.创建提示区__标题[b-q570bolt1l] {
    color: #0f172a;
    font-size: 0.98rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.创建提示区__列表[b-q570bolt1l] {
    margin: 0;
    padding-left: 1.1rem;
    color: #475569;
    display: grid;
    gap: 0.35rem;
}

.创建表单__项[b-q570bolt1l] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.令牌文本框[b-q570bolt1l] {
    width: 100%;
    min-height: 110px;
    padding: 0.8rem 0.9rem;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    background: #fff;
    font-family: Consolas, 'Courier New', monospace;
    resize: vertical;
    line-height: 1.6;
}

.令牌按钮组[b-q570bolt1l] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.令牌按钮组--行内[b-q570bolt1l] {
    justify-content: flex-end;
}

.列表头部[b-q570bolt1l],
.令牌项__头部[b-q570bolt1l] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.列表头部__概览[b-q570bolt1l] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.列表头部__提示[b-q570bolt1l] {
    margin-top: 0.75rem;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.55;
}

.列表头部__操作[b-q570bolt1l] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.列表概览标签[b-q570bolt1l] {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.12);
    color: #475569;
    font-size: 0.8rem;
    font-weight: 700;
}

.令牌项[b-q570bolt1l] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.令牌项__标识[b-q570bolt1l] {
    margin-top: 0.2rem;
    color: #0891b2;
    font-family: Consolas, 'Courier New', monospace;
    font-size: 0.85rem;
}

.令牌项__网格[b-q570bolt1l] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.令牌项__网格 strong[b-q570bolt1l],
.当前令牌摘要__内容 strong[b-q570bolt1l],
.概览列表 strong[b-q570bolt1l] {
    color: #0f172a;
}

.令牌项__说明[b-q570bolt1l] {
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.55;
    padding-top: 0.15rem;
    border-top: 1px dashed rgba(148, 163, 184, 0.35);
}

.令牌状态[b-q570bolt1l] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
}

.令牌状态--成功[b-q570bolt1l] {
    background: #dcfce7;
    color: #166534;
}

.令牌状态--中性[b-q570bolt1l] {
    background: #e2e8f0;
    color: #475569;
}

.令牌状态--失败[b-q570bolt1l] {
    background: #fee2e2;
    color: #b91c1c;
}

@media (max-width: 767.98px) {
    .令牌按钮组[b-q570bolt1l],
    .列表头部[b-q570bolt1l],
    .列表头部__操作[b-q570bolt1l],
    .令牌项__头部[b-q570bolt1l],
    .卡片头部[b-q570bolt1l] {
        flex-direction: column;
    }
}
/* /Components/Pages/创建令牌对话框.razor.rz.scp.css */
.创建令牌对话框[b-ankk8yipyy] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: min(100%, 420px);
}

.创建令牌对话框__错误[b-ankk8yipyy] {
    padding: 0.8rem 0.9rem;
    border-radius: 8px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}

.创建令牌对话框__说明[b-ankk8yipyy] {
    color: #64748b;
}
