@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-shell[b-szkpdkam7b] {
    --login-card: #ffffff;
    --login-card-border: rgba(255, 255, 255, .82);
    --login-text: #16243a;
    --login-label: #344258;
    --login-muted: #65758a;
    --login-soft: #f3f7fa;
    --login-soft-border: #d9e4ed;
    --login-input: #f8fafc;
    --login-input-border: #aebdca;
    --login-accent-soft: #e6f2fb;
    --login-accent-text: #075a99;
    --login-route: #8fb9d9;
    --login-error: #fde9e7;
    --login-error-text: #8a1c12;
    position: relative;
    display: grid;
    box-sizing: border-box;
    min-height: 100svh;
    padding: 1.5rem 1rem;
    overflow-x: hidden;
    overflow-y: auto;
    place-items: center;
    color-scheme: light;
    background: #0b263d;
}

.gateway-route[b-szkpdkam7b] {
    position: fixed;
    inset: 50% auto auto 50%;
    width: min(900px, 92vw);
    height: auto;
    pointer-events: none;
    fill: #63b7ea;
    opacity: .16;
    stroke: #63b7ea;
    stroke-linecap: round;
    stroke-width: 2;
    transform: translate(-50%, -50%);
}

.gateway-route circle[b-szkpdkam7b] {
    fill: #0b263d;
    stroke-width: 3;
}

@media (max-height: 560px) {
    .login-shell[b-szkpdkam7b] {
        align-items: start;
        min-height: 100vh;
    }

    .gateway-route[b-szkpdkam7b] {
        position: absolute;
        top: 260px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .login-shell[b-szkpdkam7b] {
        scroll-behavior: auto;
    }
}

@media (prefers-color-scheme: dark) {
    .login-shell[b-szkpdkam7b] {
        --login-card: #132c40;
        --login-card-border: #31516a;
        --login-text: #f1f7fb;
        --login-label: #d5e2ea;
        --login-muted: #abc0cf;
        --login-soft: #19364c;
        --login-soft-border: #3b5b72;
        --login-input: #102538;
        --login-input-border: #58768c;
        --login-accent-soft: #173e5c;
        --login-accent-text: #8dccf3;
        --login-route: #5c9cc8;
        --login-error: #4a2424;
        --login-error-text: #ffb7ad;
        color-scheme: dark;
        background: #061827;
    }

    .gateway-route circle[b-szkpdkam7b] {
        fill: #061827;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-17i303qitk] {
    position: relative;
    min-height: 100vh;
}

main[b-17i303qitk] {
    width: 100%;
}

.app-header[b-17i303qitk] {
    position: sticky;
    z-index: 50;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 3.45rem;
    padding: 0 clamp(1rem, 3vw, 2.5rem);
    background-color: #102238;
    background: linear-gradient(180deg, #102238 0%, #172f4c 100%);
    box-shadow: 0 6px 24px rgba(11, 28, 48, .16);
}

.scope-badge[b-17i303qitk] {
    flex: none;
    margin-left: auto;
    padding: .3rem .55rem;
    border: 1px solid rgba(137, 190, 235, .28);
    border-radius: 999px;
    color: #a8cae8;
    background: rgba(12, 34, 56, .55);
    font: 700 .66rem Consolas, monospace;
    letter-spacing: .08em;
}

.content[b-17i303qitk] {
    width: min(1600px, 100%);
    margin: 0 auto;
    padding-top: .2rem;
}

@media (max-width: 560px) {
    .app-header[b-17i303qitk] {
        min-height: 3.65rem;
        padding-inline: .75rem;
        overflow-x: auto;
        background-color: #102238;
        background: linear-gradient(180deg, #102238 0%, #172f4c 100%);
    }

    .scope-badge[b-17i303qitk] {
        display: none;
    }
}

#blazor-error-ui[b-17i303qitk] {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding: .6rem 1.25rem .7rem;
    color-scheme: light only;
    color: #292929;
    background: lightyellow;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .2);
}

#blazor-error-ui .dismiss[b-17i303qitk] {
    position: absolute;
    top: .5rem;
    right: .75rem;
    cursor: pointer;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-yhkel1lwez],
.brand[b-yhkel1lwez],
nav[b-yhkel1lwez] {
    display: flex;
    align-items: center;
}

.nav-shell[b-yhkel1lwez] {
    min-width: 0;
    gap: clamp(.8rem, 2.5vw, 2.5rem);
}

.brand[b-yhkel1lwez] {
    flex: none;
    gap: .65rem;
    color: #fff;
    font-size: 1.04rem;
    font-weight: 700;
    letter-spacing: -.02em;
    text-decoration: none;
}

.brand-mark[b-yhkel1lwez] {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border: 1px solid rgba(150, 202, 245, .45);
    border-radius: 8px;
    color: #b9ddfa;
    background: rgba(13, 43, 70, .72);
    font: 800 .67rem Consolas, monospace;
    letter-spacing: .05em;
}

nav[b-yhkel1lwez] {
    gap: .35rem;
}

nav[b-yhkel1lwez]  .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 3.45rem;
    padding: 0 .72rem;
    color: #c8d7e7;
    font-size: .86rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

nav[b-yhkel1lwez]  .nav-link::after {
    position: absolute;
    right: .72rem;
    bottom: 0;
    left: .72rem;
    height: 3px;
    border-radius: 3px 3px 0 0;
    content: "";
    background: transparent;
}

nav[b-yhkel1lwez]  .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, .06);
}

nav[b-yhkel1lwez]  .nav-link.active {
    color: #fff;
}

nav[b-yhkel1lwez]  .nav-link.active::after {
    background: #57b4f5;
}

.logout-form[b-yhkel1lwez] {
    margin-left: auto;
}

.logout-button[b-yhkel1lwez] {
    min-height: 2.25rem;
    padding: 0 .8rem;
    border: 1px solid rgba(150, 202, 245, .35);
    border-radius: 7px;
    color: #c8d7e7;
    background: transparent;
    font: inherit;
    font-size: .82rem;
    font-weight: 600;
    cursor: pointer;
}

.logout-button:hover[b-yhkel1lwez] {
    color: #fff;
    border-color: rgba(150, 202, 245, .65);
    background: rgba(255, 255, 255, .06);
}

@media (max-width: 560px) {
    .nav-shell[b-yhkel1lwez] {
        width: max-content;
        min-width: 100%;
        justify-content: space-between;
        gap: .5rem;
        background: transparent;
    }

    .brand > span:last-child[b-yhkel1lwez] {
        display: none;
    }

    nav[b-yhkel1lwez] {
        flex: none;
        margin-left: auto;
    }

    .logout-form[b-yhkel1lwez] {
        margin-left: .25rem;
    }

    nav[b-yhkel1lwez]  .nav-link {
        min-height: 3.65rem;
        padding-inline: .65rem;
        font-size: .8rem;
    }

    nav[b-yhkel1lwez]  .nav-link::after {
        right: .65rem;
        left: .65rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8ymeo64a0b],
.components-reconnect-repeated-attempt-visible[b-8ymeo64a0b],
.components-reconnect-failed-visible[b-8ymeo64a0b],
.components-pause-visible[b-8ymeo64a0b],
.components-resume-failed-visible[b-8ymeo64a0b],
.components-rejoining-animation[b-8ymeo64a0b] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8ymeo64a0b],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8ymeo64a0b],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8ymeo64a0b],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8ymeo64a0b],
#components-reconnect-modal.components-reconnect-retrying[b-8ymeo64a0b],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8ymeo64a0b],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8ymeo64a0b],
#components-reconnect-modal.components-reconnect-failed[b-8ymeo64a0b],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8ymeo64a0b] {
    display: block;
}


#components-reconnect-modal[b-8ymeo64a0b] {
    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-8ymeo64a0b 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8ymeo64a0b 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8ymeo64a0b 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8ymeo64a0b]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8ymeo64a0b 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8ymeo64a0b {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8ymeo64a0b {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8ymeo64a0b {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8ymeo64a0b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8ymeo64a0b] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8ymeo64a0b] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8ymeo64a0b] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8ymeo64a0b] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8ymeo64a0b] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8ymeo64a0b] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8ymeo64a0b 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8ymeo64a0b] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8ymeo64a0b {
    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/Developer.razor.rz.scp.css */
.developer-heading[b-6vn7iy0s5h], .panel-heading[b-6vn7iy0s5h], .tool-title[b-6vn7iy0s5h], .template-heading[b-6vn7iy0s5h] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.developer-heading[b-6vn7iy0s5h] { margin-bottom: .85rem; }
.developer-heading h1[b-6vn7iy0s5h] { margin: .08rem 0; color: #102f4b; font-size: 1.55rem; }
.developer-heading p[b-6vn7iy0s5h] { margin: 0; color: #64778b; font-size: .82rem; }
.eyebrow[b-6vn7iy0s5h], .panel-heading > div > span[b-6vn7iy0s5h] { color: #52708b !important; font: 700 .61rem Consolas, monospace !important; letter-spacing: .14em; }
.access-badge[b-6vn7iy0s5h], .mutation-state[b-6vn7iy0s5h], .tool-count[b-6vn7iy0s5h] { padding: .34rem .62rem; border: 1px solid #bed5e8; border-radius: 999px; color: #356582; background: #f3f9fd; font-size: .66rem; }
.developer-notice[b-6vn7iy0s5h] { margin-bottom: .7rem; padding: .62rem .75rem; border-radius: 8px; font-size: .72rem; }
.developer-notice.success[b-6vn7iy0s5h] { color: #176b47; background: #eaf8f1; }
.developer-notice.error[b-6vn7iy0s5h] { color: #a4262c; background: #fff0f0; }
.developer-tabs[b-6vn7iy0s5h] { display: inline-flex; gap: .25rem; margin-bottom: .75rem; padding: .25rem; border: 1px solid #d7e2eb; border-radius: 9px; background: #f5f8fa; }
.developer-tabs a[b-6vn7iy0s5h] { padding: .45rem .85rem; border-radius: 6px; color: #5d7184; font-size: .72rem; font-weight: 700; text-decoration: none; }
.developer-tabs a.active[b-6vn7iy0s5h] { color: #fff; background: #0f6cbd; }
.developer-panel[b-6vn7iy0s5h] { margin-bottom: .85rem; overflow: hidden; border: 1px solid #d8e2eb; border-radius: 12px; background: #fff; box-shadow: 0 5px 16px rgba(15,48,75,.05); }
.panel-heading[b-6vn7iy0s5h] { padding: .8rem 1rem; border-bottom: 1px solid #e5ebf0; }
.panel-heading h2[b-6vn7iy0s5h] { margin: .1rem 0 0; color: #183653; font-size: 1rem; }
.open-link[b-6vn7iy0s5h], .secondary-button[b-6vn7iy0s5h] { padding: .45rem .7rem; border: 1px solid #b9cad9; border-radius: 7px; color: #34546d; background: #fff; font-size: .7rem; font-weight: 700; text-decoration: none; }
.api-guidance[b-6vn7iy0s5h] { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; padding: .75rem 1rem; background: #f8fafc; }
.api-guidance span[b-6vn7iy0s5h] { display: grid; gap: .1rem; }
.api-guidance strong[b-6vn7iy0s5h] { color: #25455f; font-size: .7rem; }
.api-guidance small[b-6vn7iy0s5h] { color: #718195; font-size: .61rem; }
.api-panel iframe[b-6vn7iy0s5h] { display: block; width: 100%; min-height: 70vh; border: 0; border-top: 1px solid #e5ebf0; }
.mutation-state.enabled[b-6vn7iy0s5h] { color: #176b47; border-color: #a8d9c4; background: #eaf8f1; }
.mutation-state.disabled[b-6vn7iy0s5h] { color: #8a5b08; border-color: #e4c77f; background: #fff9e8; }
.connection-grid[b-6vn7iy0s5h] { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; padding: .85rem 1rem; }
.connection-grid > div[b-6vn7iy0s5h] { display: grid; gap: .25rem; padding: .65rem; border: 1px solid #e1e8ee; border-radius: 8px; background: #fafcfd; }
.connection-grid small[b-6vn7iy0s5h], .template-heading small[b-6vn7iy0s5h] { color: #718195; font-size: .62rem; }
.connection-grid code[b-6vn7iy0s5h] { overflow-wrap: anywhere; color: #174d72; font-size: .7rem; }
.template-heading[b-6vn7iy0s5h] { padding: 0 1rem .6rem; }
.template-heading > div[b-6vn7iy0s5h] { display: grid; gap: .1rem; }
.template-heading strong[b-6vn7iy0s5h] { color: #25455f; font-size: .72rem; }
.mcp-connect-panel pre[b-6vn7iy0s5h] { max-height: 320px; margin: 0 1rem 1rem; padding: .8rem; overflow: auto; border: 1px solid #cbd9e4; border-radius: 8px; color: #d9efff; background: #102c43; font: .68rem/1.55 Consolas, monospace; }
.tool-list[b-6vn7iy0s5h] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; padding: .85rem 1rem 1rem; }
.tool-card[b-6vn7iy0s5h] { padding: .75rem; border: 1px solid #dfe7ed; border-radius: 9px; background: #fbfcfd; }
.tool-card.dangerous[b-6vn7iy0s5h] { border-color: #efc3c6; background: #fffafa; }
.tool-title > code[b-6vn7iy0s5h] { color: #164d73; font-size: .72rem; font-weight: 700; }
.tool-badges[b-6vn7iy0s5h] { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .25rem; }
.tool-badges span[b-6vn7iy0s5h] { padding: .18rem .38rem; border-radius: 999px; color: #51687b; background: #edf2f5; font-size: .56rem; }
.tool-badges .safe[b-6vn7iy0s5h] { color: #176b47; background: #eaf8f1; }
.tool-badges .write[b-6vn7iy0s5h] { color: #8a5b08; background: #fff3d6; }
.tool-badges .danger[b-6vn7iy0s5h] { color: #a4262c; background: #fff0f0; }
.tool-card > p[b-6vn7iy0s5h] { min-height: 2.2rem; margin: .55rem 0; color: #607589; font-size: .65rem; line-height: 1.55; }
.parameter-list[b-6vn7iy0s5h] { display: grid; gap: .35rem; }
.parameter-list > div[b-6vn7iy0s5h] { display: grid; grid-template-columns: minmax(90px,.8fr) 70px 42px minmax(140px,1.5fr); gap: .35rem; align-items: baseline; padding-top: .35rem; border-top: 1px solid #e8edf1; }
.parameter-list code[b-6vn7iy0s5h] { overflow-wrap: anywhere; color: #254f70; font-size: .61rem; }
.parameter-list span[b-6vn7iy0s5h], .parameter-list small[b-6vn7iy0s5h] { color: #718195; font-size: .58rem; line-height: 1.4; }
@media (max-width: 850px) { .tool-list[b-6vn7iy0s5h], .connection-grid[b-6vn7iy0s5h] { grid-template-columns: 1fr; } .api-guidance[b-6vn7iy0s5h] { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .developer-heading[b-6vn7iy0s5h], .panel-heading[b-6vn7iy0s5h], .template-heading[b-6vn7iy0s5h] { align-items: stretch; flex-direction: column; } .access-badge[b-6vn7iy0s5h], .mutation-state[b-6vn7iy0s5h], .tool-count[b-6vn7iy0s5h] { align-self: flex-start; } .tool-title[b-6vn7iy0s5h] { align-items: flex-start; flex-direction: column; } .parameter-list > div[b-6vn7iy0s5h] { grid-template-columns: 1fr 1fr; } .parameter-list small[b-6vn7iy0s5h] { grid-column: 1 / -1; } }

/* 开发者中心统一提高正文和说明字号，避免 API/MCP 信息只能靠放大浏览器查看。 */
.developer-heading p[b-6vn7iy0s5h] { font-size: .9rem; line-height: 1.55; }
.eyebrow[b-6vn7iy0s5h], .panel-heading > div > span[b-6vn7iy0s5h] { font-size: .72rem !important; }
.access-badge[b-6vn7iy0s5h], .mutation-state[b-6vn7iy0s5h], .tool-count[b-6vn7iy0s5h] { font-size: .78rem; }
.developer-notice[b-6vn7iy0s5h] { font-size: .86rem; }
.developer-tabs a[b-6vn7iy0s5h] { padding: .55rem .95rem; font-size: .84rem; }
.panel-heading h2[b-6vn7iy0s5h] { font-size: 1.15rem; }
.open-link[b-6vn7iy0s5h], .secondary-button[b-6vn7iy0s5h] { font-size: .82rem; }
.api-guidance strong[b-6vn7iy0s5h] { font-size: .84rem; }
.api-guidance small[b-6vn7iy0s5h], .connection-grid small[b-6vn7iy0s5h], .template-heading small[b-6vn7iy0s5h] { font-size: .74rem; }
.connection-grid code[b-6vn7iy0s5h] { font-size: .82rem; }
.template-heading strong[b-6vn7iy0s5h] { font-size: .84rem; }
.tool-title > code[b-6vn7iy0s5h] { font-size: .82rem; }
.tool-badges span[b-6vn7iy0s5h] { font-size: .68rem; }
.tool-card > p[b-6vn7iy0s5h] { font-size: .78rem; }
.parameter-list code[b-6vn7iy0s5h] { font-size: .72rem; }
.parameter-list span[b-6vn7iy0s5h], .parameter-list small[b-6vn7iy0s5h] { font-size: .7rem; }
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-qzyxft6jx4],
.hero-actions[b-qzyxft6jx4],
.status-card-heading[b-qzyxft6jx4],
.panel-heading[b-qzyxft6jx4],
.traffic-legend[b-qzyxft6jx4],
.traffic-current[b-qzyxft6jx4],
.active-peer[b-qzyxft6jx4],
.loading[b-qzyxft6jx4] {
    display: flex;
    align-items: center;
}

.hero[b-qzyxft6jx4] {
    justify-content: space-between;
    gap: 2rem;
    margin: 1rem 0 1.5rem;
}

.hero-actions[b-qzyxft6jx4] {
    gap: .6rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.eyebrow[b-qzyxft6jx4] {
    margin: 0 0 .35rem;
    color: #0078d4;
    font: 700 .72rem Consolas, monospace;
    letter-spacing: .14em;
}

h1[b-qzyxft6jx4] {
    margin: 0;
    color: #16243a;
    font-size: clamp(2rem, 4vw, 3.25rem);
    letter-spacing: -.04em;
}

.subtitle[b-qzyxft6jx4] {
    margin: .55rem 0 0;
    color: #5e6b7d;
}

.secondary-button[b-qzyxft6jx4] {
    padding: .48rem .78rem;
    border: 1px solid #b8c5d4;
    border-radius: 6px;
    cursor: pointer;
    color: #24415e;
    background: #fff;
    font: 600 .8rem "Segoe UI", sans-serif;
}

.primary-button[b-qzyxft6jx4] {
    padding: .58rem .9rem;
    border: 0;
    border-radius: 7px;
    cursor: pointer;
    color: #fff;
    background: #0875c9;
    font: 700 .82rem "Segoe UI", sans-serif;
}

.primary-button:disabled[b-qzyxft6jx4],
.secondary-button:disabled[b-qzyxft6jx4],
.close-button:disabled[b-qzyxft6jx4] {
    cursor: not-allowed;
    opacity: .55;
}

.first-run-card[b-qzyxft6jx4] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1.2rem;
    align-items: center;
    margin: 1rem 0 3rem;
    padding: 1.4rem;
    border: 1px solid #c9d8e8;
    border-radius: 16px;
    background: linear-gradient(135deg, #f7fbff, #edf6ff);
    box-shadow: 0 12px 35px rgba(27, 73, 117, .08);
}

.first-run-card h2[b-qzyxft6jx4],
.first-run-card p[b-qzyxft6jx4] {
    margin: 0;
}

.first-run-card p:not(.eyebrow)[b-qzyxft6jx4] {
    margin-top: .35rem;
    color: #425b73;
}

.first-run-card small[b-qzyxft6jx4] {
    display: block;
    margin-top: .45rem;
    color: #6d7f92;
}

.first-run-icon[b-qzyxft6jx4] {
    display: grid;
    width: 3.3rem;
    height: 3.3rem;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: #0875c9;
    font: 800 .9rem Consolas, monospace;
}

.modal-backdrop[b-qzyxft6jx4] {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: grid;
    overflow: auto;
    padding: 2rem 1rem;
    place-items: center;
    background: rgba(13, 29, 48, .56);
    backdrop-filter: blur(4px);
}

.provision-dialog[b-qzyxft6jx4] {
    width: min(760px, 100%);
    padding: 1.35rem;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .25);
}

.dialog-heading[b-qzyxft6jx4],
.dialog-actions[b-qzyxft6jx4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.dialog-heading h2[b-qzyxft6jx4],
.dialog-heading p[b-qzyxft6jx4] {
    margin: 0;
}

.dialog-heading p:not(.eyebrow)[b-qzyxft6jx4] {
    margin-top: .35rem;
    color: #627288;
}

.close-button[b-qzyxft6jx4] {
    align-self: flex-start;
    border: 0;
    cursor: pointer;
    color: #506176;
    background: transparent;
    font-size: 1.8rem;
}

.provision-warning[b-qzyxft6jx4] {
    margin: 1rem 0;
    padding: .8rem 1rem;
    border-left: 4px solid #d39b19;
    border-radius: 7px;
    color: #674e15;
    background: #fff6dc;
    font-size: .84rem;
    line-height: 1.55;
}

.provision-log[b-qzyxft6jx4] {
    min-height: 14rem;
    max-height: 24rem;
    color: #d8e7f5;
    background: #101c29;
}

.dialog-actions[b-qzyxft6jx4] {
    justify-content: flex-end;
    margin-top: 1rem;
}

.loading[b-qzyxft6jx4] {
    gap: 1rem;
    min-height: 12rem;
}

.status-grid[b-qzyxft6jx4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.status-card[b-qzyxft6jx4] {
    min-width: 0;
    padding: 1.1rem 1.15rem;
    border: 1px solid #dce3ec;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(27, 52, 83, .06);
}

.status-card-heading[b-qzyxft6jx4] {
    justify-content: space-between;
    color: #637286;
    font-size: .78rem;
}

.status-card-heading i[b-qzyxft6jx4] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #8794a5;
}

.status-card.healthy .status-card-heading i[b-qzyxft6jx4] {
    background: #1aa36f;
    box-shadow: 0 0 0 4px rgba(26, 163, 111, .12);
}

.status-card.warning .status-card-heading i[b-qzyxft6jx4] {
    background: #d39b19;
    box-shadow: 0 0 0 4px rgba(211, 155, 25, .12);
}

.status-card.traffic-card .status-card-heading i[b-qzyxft6jx4] {
    background: #1677c8;
    box-shadow: 0 0 0 4px rgba(22, 119, 200, .12);
}

.status-card strong[b-qzyxft6jx4],
.status-card small[b-qzyxft6jx4] {
    display: block;
}

.status-card > strong[b-qzyxft6jx4] {
    margin-top: .75rem;
    color: #172b43;
    font-size: 1.28rem;
}

.status-card > small[b-qzyxft6jx4] {
    overflow: hidden;
    margin-top: .3rem;
    color: #718096;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-grid[b-qzyxft6jx4] {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.traffic-panel[b-qzyxft6jx4],
.active-panel[b-qzyxft6jx4] {
    min-width: 0;
    padding: 1.25rem;
    border: 1px solid #dce3ec;
    border-radius: 14px;
}

.panel-heading[b-qzyxft6jx4] {
    justify-content: space-between;
    gap: 1rem;
}

.panel-heading h2[b-qzyxft6jx4] {
    margin: 0;
    color: #24354d;
    font-size: 1.1rem;
}

.panel-heading > span[b-qzyxft6jx4],
.panel-heading a[b-qzyxft6jx4] {
    color: #637286;
    font: .76rem Consolas, monospace;
    text-decoration: none;
}

.traffic-legend[b-qzyxft6jx4] {
    gap: 1rem;
    justify-content: flex-end;
    margin-top: .5rem;
    color: #6b788b;
    font-size: .72rem;
}

.traffic-legend span[b-qzyxft6jx4] {
    display: flex;
    gap: .35rem;
    align-items: center;
}

.traffic-legend i[b-qzyxft6jx4] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.download-dot[b-qzyxft6jx4] {
    background: #1677c8;
}

.upload-dot[b-qzyxft6jx4] {
    background: #6e62d7;
}

.traffic-chart[b-qzyxft6jx4] {
    position: relative;
    min-width: 0;
    height: 170px;
    margin-top: .65rem;
    padding: .25rem .4rem 1.35rem 3.75rem;
    border-radius: 10px;
    background: linear-gradient(180deg, #f8fbfe 0%, rgba(248, 251, 254, .35) 100%);
}

.traffic-chart svg[b-qzyxft6jx4] {
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%;
}

.chart-grid-line[b-qzyxft6jx4] {
    stroke: #dce6ef;
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
}

.chart-area[b-qzyxft6jx4] {
    stroke: none;
    transition: d .2s ease;
}

.download-area[b-qzyxft6jx4] {
    fill: rgba(22, 119, 200, .13);
}

.upload-area[b-qzyxft6jx4] {
    fill: rgba(110, 98, 215, .09);
}

.chart-line[b-qzyxft6jx4] {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5;
    vector-effect: non-scaling-stroke;
}

.download-line[b-qzyxft6jx4] { stroke: #1677c8; }
.upload-line[b-qzyxft6jx4] { stroke: #6e62d7; }

.chart-hit[b-qzyxft6jx4] {
    cursor: crosshair;
    fill: transparent;
    stroke: transparent;
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

.download-hit:hover[b-qzyxft6jx4] { fill: #fff; stroke: #1677c8; }
.upload-hit:hover[b-qzyxft6jx4] { fill: #fff; stroke: #6e62d7; }

.chart-y-axis[b-qzyxft6jx4],
.chart-x-axis[b-qzyxft6jx4] {
    position: absolute;
    z-index: 1;
    display: flex;
    color: #718096;
    font: .65rem Consolas, monospace;
    pointer-events: none;
}

.chart-y-axis[b-qzyxft6jx4] {
    top: .25rem;
    bottom: 1.35rem;
    left: .35rem;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}

.chart-x-axis[b-qzyxft6jx4] {
    right: .4rem;
    bottom: .1rem;
    left: 3.75rem;
    justify-content: space-between;
}

.traffic-current[b-qzyxft6jx4] {
    gap: 1.5rem;
    justify-content: flex-end;
    margin-top: .75rem;
    color: #657488;
    font-size: .78rem;
}

.traffic-current strong[b-qzyxft6jx4] {
    color: #183956;
    font-family: Consolas, monospace;
}

.active-list[b-qzyxft6jx4] {
    margin-top: .85rem;
}

.active-peer[b-qzyxft6jx4] {
    gap: .7rem;
    padding: .72rem 0;
    border-bottom: 1px solid #edf0f4;
}

.active-peer:last-child[b-qzyxft6jx4] {
    border-bottom: 0;
}

.peer-state[b-qzyxft6jx4] {
    width: 8px;
    height: 8px;
    flex: none;
    border-radius: 50%;
}

.peer-state.online[b-qzyxft6jx4] {
    background: #1aa36f;
    box-shadow: 0 0 0 3px rgba(26, 163, 111, .12);
}

.peer-state.recent[b-qzyxft6jx4] {
    background: #d39b19;
}

.peer-state.offline[b-qzyxft6jx4],
.peer-state.disabled[b-qzyxft6jx4] {
    background: #9aa5b3;
}

.active-peer > div[b-qzyxft6jx4] {
    min-width: 0;
    flex: 1;
}

.active-peer strong[b-qzyxft6jx4],
.active-peer small[b-qzyxft6jx4] {
    display: block;
}

.active-peer strong[b-qzyxft6jx4] {
    overflow: hidden;
    color: #21354d;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.active-peer small[b-qzyxft6jx4] {
    margin-top: .2rem;
    color: #738095;
}

.peer-rate[b-qzyxft6jx4] {
    flex: none;
    color: #1b4d77;
    font: .75rem Consolas, monospace;
}

.empty-state[b-qzyxft6jx4] {
    margin: 2rem 0;
    color: #78869a;
    text-align: center;
}

.diagnostics[b-qzyxft6jx4] {
    overflow: hidden;
    margin-bottom: 3rem;
    border: 1px solid #dce3ec;
    border-radius: 14px;
    background: #fff;
}

.diagnostics > summary[b-qzyxft6jx4],
.audit-row > summary[b-qzyxft6jx4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    list-style: none;
}

.diagnostics > summary[b-qzyxft6jx4] {
    padding: 1rem 1.2rem;
}

.diagnostics > summary[b-qzyxft6jx4]::-webkit-details-marker,
.audit-row > summary[b-qzyxft6jx4]::-webkit-details-marker {
    display: none;
}

.diagnostics > summary strong[b-qzyxft6jx4],
.diagnostics > summary small[b-qzyxft6jx4] {
    display: block;
}

.diagnostics > summary small[b-qzyxft6jx4] {
    margin-top: .2rem;
    color: #748196;
}

.diagnostic-count[b-qzyxft6jx4] {
    padding: .3rem .6rem;
    border-radius: 999px;
    color: #6b5520;
    background: #fff2cc;
    font-size: .72rem;
}

.audit-list[b-qzyxft6jx4] {
    padding: 0 1rem 1rem;
}

.audit-row[b-qzyxft6jx4] {
    border-top: 1px solid #e6ebf1;
}

.audit-row > summary[b-qzyxft6jx4] {
    padding: .8rem .2rem;
    color: #2b3f57;
    font-weight: 600;
}

.status[b-qzyxft6jx4] {
    padding: .22rem .58rem;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 700;
}

.status-ok[b-qzyxft6jx4] {
    color: #075c48;
    background: #d8f3ea;
}

.status-warn[b-qzyxft6jx4] {
    color: #815300;
    background: #fff0c7;
}

pre[b-qzyxft6jx4] {
    overflow: auto;
    max-height: 12rem;
    margin: 0 0 .8rem;
    padding: .8rem;
    border-radius: 8px;
    color: #3d4b5e;
    background: #f6f8fa;
    white-space: pre-wrap;
    font: .78rem/1.55 Consolas, monospace;
}

.remediation[b-qzyxft6jx4] {
    margin: 0 0 .8rem;
    color: #6a5014;
    font-size: .82rem;
}

.error-card[b-qzyxft6jx4] {
    padding: 1.25rem;
    border-left: 4px solid #c42b1c;
}

.inline-warning[b-qzyxft6jx4] {
    margin-bottom: 1rem;
    padding: .75rem 1rem;
    border-radius: 8px;
    color: #7a4b00;
    background: #fff4ce;
}

@media (max-width: 1050px) {
    .status-grid[b-qzyxft6jx4] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-grid[b-qzyxft6jx4] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .hero[b-qzyxft6jx4] {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
        margin-top: .5rem;
    }

    .hero-actions[b-qzyxft6jx4] {
        justify-content: flex-start;
    }

    .first-run-card[b-qzyxft6jx4] {
        grid-template-columns: 1fr;
    }

    .first-run-icon[b-qzyxft6jx4] {
        display: none;
    }

    .traffic-current[b-qzyxft6jx4] {
        flex-wrap: wrap;
        gap: .4rem 1rem;
        justify-content: flex-start;
    }

    .traffic-panel[b-qzyxft6jx4],
    .active-panel[b-qzyxft6jx4] {
        padding: 1rem;
    }

    .traffic-chart[b-qzyxft6jx4] {
        height: 145px;
        padding-left: 3.25rem;
    }

    .chart-x-axis[b-qzyxft6jx4] {
        left: 3.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .chart-area[b-qzyxft6jx4] {
        transition: none;
    }
}

@media (max-width: 520px) {
    .status-grid[b-qzyxft6jx4] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-card-frame[b-91n60oj1ko] {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: clamp(340px, 88vw, 420px);
    min-width: 0;
}

[b-91n60oj1ko] .login-card {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 1.75rem;
    overflow: hidden;
    border: 1px solid var(--login-card-border);
    border-radius: 18px;
    color: var(--login-text);
    background: var(--login-card);
    box-shadow: 0 24px 70px rgba(1, 19, 35, .28);
}

.gateway-heading[b-91n60oj1ko],
.title-row[b-91n60oj1ko],
.route-signature[b-91n60oj1ko],
.status-pill[b-91n60oj1ko],
.login-submit[b-91n60oj1ko],
.password-field[b-91n60oj1ko] {
    display: flex;
    align-items: center;
}

.gateway-heading[b-91n60oj1ko] {
    gap: .65rem;
    margin-bottom: 1.4rem;
}

.brand-mark[b-91n60oj1ko] {
    display: grid;
    width: 42px;
    height: 42px;
    flex: none;
    border-radius: 11px;
    place-items: center;
    color: #fff;
    background: #0f6cbd;
    box-shadow: 0 8px 18px rgba(15, 108, 189, .24);
    font: 800 .78rem "Segoe UI", Arial, sans-serif;
    letter-spacing: -.03em;
}

.route-signature[b-91n60oj1ko] {
    min-width: 38px;
    flex: 1;
}

.route-signature span[b-91n60oj1ko] {
    width: 6px;
    height: 6px;
    flex: none;
    border: 2px solid #0f6cbd;
    border-radius: 50%;
    background: var(--login-card);
}

.route-signature i[b-91n60oj1ko] {
    height: 1px;
    flex: 1;
    background: var(--login-route);
}

.status-pill[b-91n60oj1ko],
.mode-badge[b-91n60oj1ko] {
    border-radius: 999px;
    white-space: nowrap;
}

.status-pill[b-91n60oj1ko] {
    gap: .4rem;
    padding: .32rem .55rem;
    border: 1px solid var(--login-soft-border);
    color: var(--login-muted);
    background: var(--login-soft);
    font-size: .68rem;
    font-weight: 650;
}

.status-dot[b-91n60oj1ko] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #16875d;
    box-shadow: 0 0 0 3px rgba(22, 135, 93, .13);
}

.eyebrow[b-91n60oj1ko] {
    margin: 0 0 .45rem;
    color: #0f6cbd;
    font: 700 .67rem Consolas, "SFMono-Regular", monospace;
    letter-spacing: .12em;
}

.title-row[b-91n60oj1ko] {
    justify-content: space-between;
    gap: 1rem;
}

h1[b-91n60oj1ko] {
    margin: 0;
    font-size: clamp(2rem, 8vw, 2.35rem);
    line-height: 1;
    letter-spacing: -.045em;
}

.mode-badge[b-91n60oj1ko] {
    padding: .3rem .55rem;
    color: var(--login-accent-text);
    background: var(--login-accent-soft);
    font-size: .68rem;
    font-weight: 700;
}

.description[b-91n60oj1ko] {
    min-height: 2.6em;
    margin: .7rem 0 1.35rem;
    color: var(--login-muted);
    font-size: .9rem;
    line-height: 1.5;
}

form[b-91n60oj1ko] {
    display: grid;
    gap: .65rem;
}

label[b-91n60oj1ko] {
    color: var(--login-label);
    font-size: .8rem;
    font-weight: 650;
}

.password-field[b-91n60oj1ko] {
    position: relative;
}

input[b-91n60oj1ko] {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: .65rem 4rem .65rem .85rem;
    border: 1px solid var(--login-input-border);
    border-radius: 9px;
    color: var(--login-text);
    background: var(--login-input);
    outline: none;
    font: 1rem "Segoe UI", Arial, sans-serif;
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

input[aria-invalid="true"][b-91n60oj1ko] {
    border-color: #c42b1c;
}

input:focus-visible[b-91n60oj1ko] {
    border-color: #0f6cbd;
    background: var(--login-card);
    box-shadow: 0 0 0 3px rgba(15, 108, 189, .18);
}

.password-toggle[b-91n60oj1ko] {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 52px;
    height: 36px;
    padding: 0 .55rem;
    border: 0;
    border-radius: 7px;
    cursor: pointer;
    color: #0f6cbd;
    background: transparent;
    font: 650 .76rem "Segoe UI", Arial, sans-serif;
}

.password-toggle:hover[b-91n60oj1ko] {
    background: var(--login-accent-soft);
}

.password-toggle:focus-visible[b-91n60oj1ko],
.login-submit:focus-visible[b-91n60oj1ko] {
    outline: 3px solid rgba(15, 108, 189, .28);
    outline-offset: 2px;
}

form small[b-91n60oj1ko] {
    color: var(--login-muted);
    font-size: .71rem;
    line-height: 1.45;
}

.error[b-91n60oj1ko] {
    margin: 0;
    padding: .62rem .7rem;
    border-left: 3px solid #c42b1c;
    border-radius: 6px;
    color: var(--login-error-text);
    background: var(--login-error);
    font-size: .78rem;
    line-height: 1.45;
}

.login-submit[b-91n60oj1ko] {
    width: 100%;
    min-height: 44px;
    justify-content: space-between;
    margin-top: .25rem;
    padding: .65rem .85rem;
    border: 1px solid #0f6cbd;
    border-radius: 9px;
    cursor: pointer;
    color: #fff;
    background: #0f6cbd;
    box-shadow: 0 8px 18px rgba(15, 108, 189, .2);
    font: 700 .88rem "Segoe UI", Arial, sans-serif;
    transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
}

.login-submit:hover[b-91n60oj1ko] {
    border-color: #0b5ca5;
    background: #0b5ca5;
    transform: translateY(-1px);
}

.login-submit:active[b-91n60oj1ko] {
    transform: translateY(0);
}

.login-submit span:last-child[b-91n60oj1ko] {
    font-size: .72rem;
    font-weight: 600;
    opacity: .82;
}

.security-note[b-91n60oj1ko] {
    margin: 1.2rem 0 0;
    color: var(--login-muted);
    font-size: .68rem;
    text-align: center;
}

.security-note span[b-91n60oj1ko] {
    margin-right: .3rem;
    color: #16875d;
    font-size: .52rem;
}

@media (max-width: 370px) {
    .login-card-frame[b-91n60oj1ko] {
        width: 100%;
    }

    [b-91n60oj1ko] .login-card {
        padding: 1.3rem;
    }

    .status-pill[b-91n60oj1ko] {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    input[b-91n60oj1ko],
    .login-submit[b-91n60oj1ko] {
        transition: none;
    }
}

@media (prefers-color-scheme: dark) {
    [b-91n60oj1ko] .login-card {
        box-shadow: 0 24px 70px rgba(0, 0, 0, .42);
    }

    .eyebrow[b-91n60oj1ko],
    .password-toggle[b-91n60oj1ko] {
        color: #6cb8f2;
    }
}
/* /Components/Pages/Logs.razor.rz.scp.css */
.logs-heading[b-if7ts59015],
.filters[b-if7ts59015],
.log-toolbar[b-if7ts59015],
.log-pagination[b-if7ts59015],
.detail-heading[b-if7ts59015] {
    display: flex;
    align-items: center;
}

.logs-heading[b-if7ts59015] {
    justify-content: space-between;
    gap: 1rem;
    margin: 1.3rem 0 1rem;
}

.logs-heading h1[b-if7ts59015],
.logs-heading p[b-if7ts59015] {
    margin: 0;
}

.logs-heading h1[b-if7ts59015] {
    color: #20334b;
    font-size: 1.7rem;
}

.logs-heading > div > p:last-child[b-if7ts59015] {
    margin-top: .3rem;
    color: #68778b;
    font-size: .82rem;
}

.eyebrow[b-if7ts59015] {
    margin-bottom: .25rem !important;
    color: #0f6cbd !important;
    font: 700 .67rem Consolas, monospace !important;
    letter-spacing: .12em;
}

.refresh-button[b-if7ts59015],
.apply-button[b-if7ts59015] {
    padding: .55rem .82rem;
    border: 0;
    border-radius: 7px;
    cursor: pointer;
    color: #fff;
    background: #0f6cbd;
    font: 700 .8rem "Segoe UI", sans-serif;
}

.filters[b-if7ts59015] {
    align-items: flex-end;
    gap: .65rem;
    padding: .85rem;
    border: 1px solid #dce4ec;
    border-radius: 10px;
    background: #f8fafc;
}

.filters label[b-if7ts59015] {
    display: grid;
    gap: .3rem;
}

.filters label span[b-if7ts59015] {
    color: #657386;
    font-size: .7rem;
    font-weight: 700;
}

.filters input[b-if7ts59015],
.filters select[b-if7ts59015],
.log-pagination select[b-if7ts59015] {
    min-height: 2.3rem;
    padding: 0 .6rem;
    border: 1px solid #aeb9c6;
    border-radius: 6px;
    color: #263b53;
    background: #fff;
    font: inherit;
}

.action-filter[b-if7ts59015] {
    min-width: 190px;
    flex: 1;
}

.logs-error[b-if7ts59015] {
    margin-top: .8rem;
    padding: .7rem .85rem;
    border-radius: 8px;
    color: #8a1c12;
    background: #fde7e4;
}

.log-panel[b-if7ts59015] {
    margin: .9rem 0 3rem;
    border: 1px solid #dde3ea;
    border-radius: 11px;
    background: #fff;
}

.log-toolbar[b-if7ts59015] {
    justify-content: space-between;
    gap: 1rem;
    padding: .7rem .85rem;
    color: #68778a;
    font-size: .75rem;
}

.log-toolbar > div[b-if7ts59015] {
    display: flex;
    gap: .8rem;
}

.export-link[b-if7ts59015],
.detail-button[b-if7ts59015] {
    color: #0f6cbd;
    text-decoration: none;
}

.log-table-wrap[b-if7ts59015] {
    max-height: calc(100vh - 315px);
    overflow: auto;
    border-block: 1px solid #e5eaf0;
}

table[b-if7ts59015] {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
}

th[b-if7ts59015],
td[b-if7ts59015] {
    padding: .7rem .75rem;
    border-bottom: 1px solid #edf0f4;
    text-align: left;
    vertical-align: top;
    font-size: .78rem;
}

th[b-if7ts59015] {
    position: sticky;
    z-index: 2;
    top: 0;
    color: #536175;
    background: #f6f8fa;
}

td code[b-if7ts59015],
.time[b-if7ts59015] {
    color: #294863;
    font-family: Consolas, monospace;
}

.severity[b-if7ts59015] {
    padding: .22rem .5rem;
    border-radius: 999px;
    font-size: .69rem;
    font-weight: 700;
}

.severity-info[b-if7ts59015] { color: #075c48; background: #d8f3ea; }
.severity-warning[b-if7ts59015] { color: #815300; background: #fff0c7; }
.severity-error[b-if7ts59015] { color: #a4262c; background: #fde7e9; }

.detail-button[b-if7ts59015] {
    padding: 0;
    border: 0;
    cursor: pointer;
    background: transparent;
    font: inherit;
}

.empty-row[b-if7ts59015] {
    padding: 3rem;
    color: #758398;
    text-align: center;
}

.log-pagination[b-if7ts59015] {
    justify-content: flex-end;
    gap: .65rem;
    padding: .75rem .85rem;
    color: #68778a;
    font-size: .75rem;
}

.log-pagination label[b-if7ts59015] {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin-right: auto;
}

.log-pagination button[b-if7ts59015] {
    padding: .4rem .65rem;
    border: 1px solid #b8c5d4;
    border-radius: 6px;
    cursor: pointer;
    color: #24415e;
    background: #fff;
    font: inherit;
    font-weight: 700;
}

.log-pagination button:disabled[b-if7ts59015] {
    cursor: not-allowed;
    opacity: .45;
}

.detail-backdrop[b-if7ts59015] {
    position: fixed;
    z-index: 1100;
    inset: 0;
    display: grid;
    overflow: auto;
    padding: 1rem;
    place-items: center;
    background: rgba(8, 22, 39, .6);
    backdrop-filter: blur(5px);
}

.detail-dialog[b-if7ts59015] {
    width: min(760px, 100%);
    max-height: calc(100vh - 2rem);
    overflow: auto;
    padding: 1.3rem;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(0, 14, 35, .4);
}

.detail-heading[b-if7ts59015] {
    justify-content: space-between;
    gap: 1rem;
}

.detail-heading h2[b-if7ts59015],
.detail-heading p[b-if7ts59015] {
    margin: 0;
}

.detail-heading h2[b-if7ts59015] {
    color: #22364e;
    font-size: 1.2rem;
}

.detail-heading button[b-if7ts59015] {
    border: 0;
    cursor: pointer;
    color: #5b6878;
    background: transparent;
    font-size: 1.5rem;
}

dl[b-if7ts59015] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem 1rem;
    margin: 1rem 0;
}

dl div[b-if7ts59015] {
    min-width: 0;
}

dt[b-if7ts59015] {
    color: #718096;
    font-size: .68rem;
    font-weight: 700;
}

dd[b-if7ts59015] {
    overflow-wrap: anywhere;
    margin: .2rem 0 0;
    color: #2c4058;
    font: .78rem Consolas, monospace;
}

.detail-block > span[b-if7ts59015] {
    color: #718096;
    font-size: .68rem;
    font-weight: 700;
}

.detail-block pre[b-if7ts59015] {
    overflow: auto;
    max-height: 12rem;
    margin: .3rem 0 .8rem;
    padding: .75rem;
    border-radius: 7px;
    color: #33475e;
    background: #f5f7f9;
    white-space: pre-wrap;
    font: .75rem/1.5 Consolas, monospace;
}

@media (max-width: 820px) {
    .filters[b-if7ts59015] {
        align-items: stretch;
        flex-wrap: wrap;
    }

    .filters label[b-if7ts59015],
    .action-filter[b-if7ts59015] {
        min-width: calc(50% - .4rem);
        flex: 1;
    }
}

@media (max-width: 560px) {
    .logs-heading[b-if7ts59015] {
        align-items: flex-start;
        flex-direction: column;
    }

    .filters label[b-if7ts59015],
    .action-filter[b-if7ts59015] {
        min-width: 100%;
    }

    .log-toolbar[b-if7ts59015] {
        align-items: flex-start;
        flex-direction: column;
    }

    dl[b-if7ts59015] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/PeerEdit.razor.rz.scp.css */
.edit-page[b-3lg49jo29k] {
    margin: 2rem auto;
    max-width: 900px;
}

.edit-page > a[b-3lg49jo29k],
.download[b-3lg49jo29k] {
    color: #0f6cbd;
    text-decoration: none;
}

.edit-card[b-3lg49jo29k] {
    display: block;
    padding: 1.25rem;
}

dl[b-3lg49jo29k] {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: .5rem;
}

dt[b-3lg49jo29k] {
    color: #5f6b7a;
}

dd[b-3lg49jo29k] {
    margin: 0;
    overflow-wrap: anywhere;
}

.form-grid[b-3lg49jo29k] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

label[b-3lg49jo29k] {
    display: grid;
    gap: .4rem;
}

label span[b-3lg49jo29k] {
    font-size: .84rem;
    font-weight: 600;
}

input[b-3lg49jo29k],
select[b-3lg49jo29k],
textarea[b-3lg49jo29k] {
    border: 1px solid #8a94a3;
    border-radius: 6px;
    font: inherit;
    padding: .65rem .75rem;
    width: 100%;
}

textarea[b-3lg49jo29k],
code[b-3lg49jo29k] {
    font-family: Consolas, monospace;
}

.wide[b-3lg49jo29k] {
    grid-column: 1 / -1;
}

.credential-option[b-3lg49jo29k] {
    align-items: start;
    background: #f7f9fc;
    border: 1px solid #d7dde5;
    border-radius: 8px;
    display: grid;
    grid-template-columns: auto 1fr;
    padding: .8rem;
}

.credential-option input[b-3lg49jo29k] {
    height: 1rem;
    margin-top: .2rem;
    padding: 0;
    width: 1rem;
}

.credential-option span[b-3lg49jo29k] {
    display: grid;
    gap: .2rem;
}

.credential-option small[b-3lg49jo29k] {
    color: #5f6b7a;
    font-weight: 400;
}

.actions[b-3lg49jo29k],
.loading[b-3lg49jo29k] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.warning[b-3lg49jo29k] {
    color: #8a4b08;
    margin: 1rem 0 0;
}

.notice[b-3lg49jo29k] {
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: .8rem 1rem;
}

.notice-ok[b-3lg49jo29k] {
    background: #eaf7ed;
    color: #0e5c2f;
}

.notice-error[b-3lg49jo29k] {
    background: #fde7e9;
    color: #a4262c;
}

@media (max-width: 700px) {
    .form-grid[b-3lg49jo29k] {
        grid-template-columns: 1fr;
    }

    .wide[b-3lg49jo29k] {
        grid-column: auto;
    }
}
.scope-summary[b-3lg49jo29k] {
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--border-subtle, #d8dee8);
    border-radius: 0.65rem;
    color: var(--text-secondary, #5b6472);
    background: var(--surface-muted, #f7f9fc);
}
/* /Components/Pages/Peers.razor.rz.scp.css */
.command-bar[b-lji8w7i0h5],
.heading-actions[b-lji8w7i0h5],
.row-actions[b-lji8w7i0h5],
.loading[b-lji8w7i0h5] {
    display: flex;
    align-items: center;
}

.command-bar[b-lji8w7i0h5] {
    justify-content: space-between;
    gap: 1rem;
    margin: 1rem 0 .85rem;
}

.active-server[b-lji8w7i0h5] {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: .12rem .5rem;
    min-width: 0;
}

.active-server > span[b-lji8w7i0h5],
.dialog-server-target > span[b-lji8w7i0h5] {
    color: #708195;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .05em;
}

.active-server strong[b-lji8w7i0h5],
.dialog-server-target strong[b-lji8w7i0h5] { color: #173b5c; }

.active-server code[b-lji8w7i0h5] {
    grid-column: 1 / -1;
    color: #5c7084;
    font-size: .7rem;
}

.heading-actions[b-lji8w7i0h5],
.row-actions[b-lji8w7i0h5] {
    gap: .5rem;
    flex-wrap: wrap;
}

.primary-button[b-lji8w7i0h5],
.secondary-button[b-lji8w7i0h5],
.close-button[b-lji8w7i0h5] {
    border: 0;
    cursor: pointer;
    font: 600 .84rem "Segoe UI", sans-serif;
}

.primary-button[b-lji8w7i0h5] {
    padding: .52rem .82rem;
    border-radius: 7px;
    color: #fff;
    background: #0f6cbd;
    box-shadow: 0 5px 14px rgba(15, 108, 189, .18);
}

.primary-button:hover[b-lji8w7i0h5] {
    background: #0b5ca5;
}

.primary-button:disabled[b-lji8w7i0h5],
.secondary-button:disabled[b-lji8w7i0h5] {
    cursor: not-allowed;
    opacity: .55;
}

.notice[b-lji8w7i0h5] {
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: .8rem 1rem;
}

.notice-ok[b-lji8w7i0h5] {
    background: #eaf7ed;
    color: #0e5c2f;
}

.notice-error[b-lji8w7i0h5] {
    background: #fde7e9;
    color: #a4262c;
}

.form-grid[b-lji8w7i0h5] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.25rem 0;
}

.modal-backdrop[b-lji8w7i0h5] {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: grid;
    padding: 1.5rem;
    overflow-y: auto;
    background: rgba(8, 22, 39, .58);
    backdrop-filter: blur(5px);
    place-items: center;
}

.create-dialog[b-lji8w7i0h5] {
    width: min(680px, 100%);
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(0, 14, 35, .38);
}

.rename-dialog[b-lji8w7i0h5] {
    width: min(460px, 100%);
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(0, 14, 35, .38);
}

.rename-field[b-lji8w7i0h5] {
    display: grid;
    gap: .45rem;
    margin-top: 1.25rem;
    color: #3b4654;
    font-size: .84rem;
    font-weight: 600;
}

.rename-field input[b-lji8w7i0h5] {
    width: 100%;
    padding: .7rem .8rem;
    border: 1px solid #8a94a3;
    border-radius: 7px;
    color: #203a55;
    font: 600 .92rem "Segoe UI", sans-serif;
}

.rename-field input:focus[b-lji8w7i0h5] {
    border-color: #0f6cbd;
    outline: 2px solid rgba(15, 108, 189, .14);
}

.dialog-heading[b-lji8w7i0h5],
.dialog-actions[b-lji8w7i0h5] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.dialog-heading h2[b-lji8w7i0h5],
.dialog-heading p[b-lji8w7i0h5] {
    margin: 0;
}

.dialog-heading h2[b-lji8w7i0h5] {
    color: #1b3049;
    font-size: 1.45rem;
}

.dialog-heading p:not(.eyebrow)[b-lji8w7i0h5] {
    margin-top: .35rem;
    color: #647287;
}

.dialog-server-target[b-lji8w7i0h5] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: .5rem;
    margin-bottom: .85rem;
    padding: .65rem .75rem;
    border: 1px solid #cfe0ed;
    border-radius: 8px;
    background: #f3f8fc;
}

.dialog-server-target code[b-lji8w7i0h5] { color: #52708a; font-size: .72rem; }

.close-button[b-lji8w7i0h5] {
    width: 34px;
    height: 34px;
    flex: none;
    border-radius: 50%;
    color: #5b6878;
    background: #eef2f6;
    font-size: 1.3rem;
}

.dialog-actions[b-lji8w7i0h5] {
    align-items: center;
    justify-content: flex-end;
    margin-top: 1.25rem;
}

.secondary-button[b-lji8w7i0h5] {
    padding: .5rem .8rem;
    border: 1px solid #b8c5d4;
    border-radius: 7px;
    color: #324a64;
    background: #fff;
}

.bulk-export:disabled[b-lji8w7i0h5] {
    border-style: dashed;
}

.form-grid label[b-lji8w7i0h5] {
    display: grid;
    gap: .4rem;
}

.form-grid label > span[b-lji8w7i0h5] {
    color: #3b4654;
    font-size: .84rem;
    font-weight: 600;
}

.form-grid input[b-lji8w7i0h5],
.form-grid select[b-lji8w7i0h5],
.form-grid textarea[b-lji8w7i0h5] {
    border: 1px solid #8a94a3;
    border-radius: 6px;
    font: inherit;
    padding: .65rem .75rem;
    width: 100%;
}

.form-grid textarea[b-lji8w7i0h5] {
    font-family: Consolas, monospace;
}

.form-grid .sync-toggle[b-lji8w7i0h5] {
    display: flex;
    align-items: center;
    gap: .55rem;
    margin-top: -.45rem;
    color: #53657a;
    font-size: .8rem;
}

.form-grid .sync-toggle input[b-lji8w7i0h5] {
    width: 1rem;
    height: 1rem;
    margin: 0;
    accent-color: #0f6cbd;
}

.wide[b-lji8w7i0h5] {
    grid-column: 1 / -1;
}

.peer-section[b-lji8w7i0h5] {
    margin-bottom: 3rem;
}

.peer-summary[b-lji8w7i0h5] {
    display: flex;
    align-items: center;
    gap: .4rem 1.2rem;
    padding: .62rem .8rem;
    border: 1px solid #dce4ec;
    border-radius: 9px;
    color: #5f6f82;
    background: #f8fafc;
    font-size: .78rem;
}

.peer-summary strong[b-lji8w7i0h5] {
    color: #203a55;
}

.live-summary[b-lji8w7i0h5] {
    color: #0f6cbd !important;
    font: 600 .78rem Consolas, monospace;
}

.table-toolbar[b-lji8w7i0h5] {
    display: flex;
    align-items: flex-end;
    gap: .75rem;
    margin-top: 1rem;
}

.peer-search[b-lji8w7i0h5],
.page-size[b-lji8w7i0h5] {
    display: grid;
    gap: .3rem;
}

.peer-search[b-lji8w7i0h5] {
    width: min(420px, 100%);
}

.peer-search span[b-lji8w7i0h5],
.page-size span[b-lji8w7i0h5] {
    color: #657386;
    font-size: .72rem;
    font-weight: 600;
}

.peer-search input[b-lji8w7i0h5],
.page-size select[b-lji8w7i0h5] {
    height: 2.45rem;
    border: 1px solid #aeb9c6;
    border-radius: 7px;
    color: #21354d;
    background: #fff;
    font: inherit;
}

.peer-search input[b-lji8w7i0h5] {
    width: 100%;
    padding: 0 .75rem;
}

.page-size select[b-lji8w7i0h5] {
    min-width: 4.5rem;
    padding: 0 .5rem;
}

.peer-search input:focus[b-lji8w7i0h5],
.page-size select:focus[b-lji8w7i0h5] {
    border-color: #0f6cbd;
    outline: 2px solid rgba(15, 108, 189, .14);
}

.result-count[b-lji8w7i0h5] {
    margin: 0 0 .62rem auto;
    color: #68778a;
    font-size: .76rem;
}

.table-wrap[b-lji8w7i0h5] {
    background: white;
    border: 1px solid #dde2e8;
    border-radius: 10px;
    margin-top: 1rem;
    max-height: calc(100vh - 355px);
    overflow: auto;
}

table[b-lji8w7i0h5] {
    border-collapse: collapse;
    min-width: 1100px;
    width: 100%;
}

th[b-lji8w7i0h5],
td[b-lji8w7i0h5] {
    border-bottom: 1px solid #e8ebef;
    padding: .8rem;
    text-align: left;
    vertical-align: top;
}

th[b-lji8w7i0h5] {
    position: sticky;
    z-index: 2;
    top: 0;
    background: #f6f8fa;
    color: #4b5663;
    font-size: .78rem;
}

.sort-button[b-lji8w7i0h5] {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: 0;
    border: 0;
    cursor: pointer;
    color: inherit;
    background: transparent;
    font: inherit;
    font-weight: 700;
}

.sort-button:hover[b-lji8w7i0h5],
.sort-button:focus-visible[b-lji8w7i0h5] {
    color: #0f6cbd;
}

td[b-lji8w7i0h5] {
    font-size: .86rem;
}

td strong[b-lji8w7i0h5],
td small[b-lji8w7i0h5] {
    display: block;
}

td small[b-lji8w7i0h5] {
    color: #6c7785;
    font-family: Consolas, monospace;
    margin-top: .25rem;
}

.status[b-lji8w7i0h5] {
    border-radius: 999px;
    display: inline-block;
    font-size: .75rem;
    padding: .25rem .55rem;
}

.enabled[b-lji8w7i0h5] {
    background: #dff6dd;
    color: #107c10;
}

.disabled[b-lji8w7i0h5] {
    background: #edebe9;
    color: #605e5c;
}

.online[b-lji8w7i0h5] {
    color: #075c48;
    background: #d8f3ea;
}

.recent[b-lji8w7i0h5] {
    color: #815300;
    background: #fff0c7;
}

.offline[b-lji8w7i0h5] {
    color: #5f6670;
    background: #edf0f4;
}

.rate[b-lji8w7i0h5] {
    color: #163c61;
    white-space: nowrap;
}

.row-actions button[b-lji8w7i0h5],
.action-link[b-lji8w7i0h5] {
    background: transparent;
    border: 0;
    color: #0f6cbd;
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-decoration: none;
}

.row-actions .danger[b-lji8w7i0h5],
.row-actions .danger-outline[b-lji8w7i0h5] {
    color: #a4262c;
}

.config-unavailable[b-lji8w7i0h5] {
    color: #7b8490;
    font-size: .78rem;
}

.loading[b-lji8w7i0h5] {
    gap: .75rem;
    margin: 2rem 0;
}

.pagination[b-lji8w7i0h5] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .75rem;
    margin-top: .85rem;
    color: #657386;
    font-size: .78rem;
}

.pagination button[b-lji8w7i0h5] {
    padding: .4rem .7rem;
    border: 1px solid #b8c5d4;
    border-radius: 6px;
    cursor: pointer;
    color: #24415e;
    background: #fff;
    font: inherit;
    font-weight: 600;
}

.pagination button:disabled[b-lji8w7i0h5] {
    cursor: not-allowed;
    opacity: .45;
}

@media (max-width: 800px) {
    .command-bar[b-lji8w7i0h5] {
        align-items: stretch;
        flex-direction: column;
        justify-content: flex-start;
    }

    .form-grid[b-lji8w7i0h5] {
        grid-template-columns: 1fr;
    }

    .wide[b-lji8w7i0h5] {
        grid-column: auto;
    }

    .table-toolbar[b-lji8w7i0h5] {
        align-items: stretch;
        flex-wrap: wrap;
    }

    .peer-search[b-lji8w7i0h5] {
        width: 100%;
    }

    .result-count[b-lji8w7i0h5] {
        width: 100%;
        margin: 0;
    }

    .peer-summary[b-lji8w7i0h5] {
        align-items: flex-start;
        flex-direction: column;
    }

    .table-wrap[b-lji8w7i0h5] {
        max-height: calc(100vh - 420px);
    }
}
.peer-identity[b-lji8w7i0h5] {
    cursor: text;
    user-select: none;
}

.peer-identity:hover strong[b-lji8w7i0h5] {
    color: #0f6cbd;
    text-decoration: underline dotted;
    text-underline-offset: .2rem;
}

.qr-dialog[b-lji8w7i0h5] { width: min(430px, calc(100vw - 2rem)); padding: 1rem; border-radius: 12px; background: #fff; box-shadow: 0 20px 55px rgba(9, 30, 48, .28); }
.qr-code-shell[b-lji8w7i0h5] { display: grid; min-height: 320px; padding: .75rem; place-items: center; overflow: hidden; }
.qr-code-shell[b-lji8w7i0h5]  svg { display: block; width: min(320px, 100%); height: auto; }
.qr-loading[b-lji8w7i0h5] { display: flex; align-items: center; gap: .55rem; color: #60788d; font-size: .72rem; }
.qr-security-note[b-lji8w7i0h5], .qr-error[b-lji8w7i0h5] { margin: .55rem 0; padding: .65rem .75rem; border-radius: 7px; font-size: .68rem; line-height: 1.5; }
.qr-security-note[b-lji8w7i0h5] { color: #7a4515; background: #fff6df; }
.qr-error[b-lji8w7i0h5] { color: #a4262c; background: #fff0f0; }
.scope-summary[b-lji8w7i0h5] {
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--border-subtle, #d8dee8);
    border-radius: 0.65rem;
    color: var(--text-secondary, #5b6472);
    background: var(--surface-muted, #f7f9fc);
}
/* /Components/Pages/Profiles.razor.rz.scp.css */
.profile-toolbar[b-p4lz9jfmvw],
.header-actions[b-p4lz9jfmvw],
.profile-overview[b-p4lz9jfmvw],
.state-cluster[b-p4lz9jfmvw],
.section-heading[b-p4lz9jfmvw],
.dialog-heading[b-p4lz9jfmvw],
.dialog-actions[b-p4lz9jfmvw],
.hashes[b-p4lz9jfmvw],
.import-summary[b-p4lz9jfmvw] {
    display: flex;
    align-items: center;
}

.profile-toolbar[b-p4lz9jfmvw] {
    justify-content: space-between;
    gap: 1rem;
    margin: .35rem 0 1rem;
}

.profile-toolbar h1[b-p4lz9jfmvw],
.profile-toolbar p[b-p4lz9jfmvw],
.profile-overview h2[b-p4lz9jfmvw],
.dialog h2[b-p4lz9jfmvw],
.dialog p[b-p4lz9jfmvw] {
    margin: 0;
}

.profile-toolbar h1[b-p4lz9jfmvw] {
    color: #172f49;
    font-size: 1.55rem;
    letter-spacing: -.025em;
}

.profile-toolbar > div > p[b-p4lz9jfmvw] {
    margin-top: .2rem;
    color: #69798a;
    font-size: .82rem;
}

.eyebrow[b-p4lz9jfmvw],
.section-heading span[b-p4lz9jfmvw],
.profile-kind[b-p4lz9jfmvw] {
    color: #53708e;
    font: 700 .65rem Consolas, monospace;
    letter-spacing: .13em;
}

.header-actions[b-p4lz9jfmvw],
.state-cluster[b-p4lz9jfmvw],
.dialog-actions[b-p4lz9jfmvw],
.hashes[b-p4lz9jfmvw],
.import-summary[b-p4lz9jfmvw] {
    gap: .55rem;
}

button[b-p4lz9jfmvw],
.import-button[b-p4lz9jfmvw] {
    font: 600 .82rem "Segoe UI", sans-serif;
}

.primary-button[b-p4lz9jfmvw],
.secondary-button[b-p4lz9jfmvw],
.import-button[b-p4lz9jfmvw],
.text-button[b-p4lz9jfmvw],
.danger-button[b-p4lz9jfmvw],
.danger-link[b-p4lz9jfmvw] {
    border-radius: 7px;
    cursor: pointer;
    padding: .52rem .8rem;
}

.primary-button[b-p4lz9jfmvw] {
    border: 1px solid #0f6cbd;
    color: #fff;
    background: #0f6cbd;
    box-shadow: 0 5px 14px rgba(15, 108, 189, .17);
}

.primary-button:hover[b-p4lz9jfmvw] { background: #0b5ca5; }

.secondary-button[b-p4lz9jfmvw],
.import-button[b-p4lz9jfmvw] {
    border: 1px solid #b7c4d1;
    color: #27435f;
    background: #fff;
}

.import-button[b-p4lz9jfmvw] { position: relative; overflow: hidden; text-align: center; }
.import-button[b-p4lz9jfmvw]  input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.back-link[b-p4lz9jfmvw] {
    display: inline-block;
    margin-bottom: .2rem;
    color: #0f6cbd;
    font-size: .75rem;
    font-weight: 650;
    text-decoration: none;
}
.back-link:hover[b-p4lz9jfmvw] { text-decoration: underline; }

button:disabled[b-p4lz9jfmvw] {
    cursor: not-allowed;
    opacity: .48;
}

.notice[b-p4lz9jfmvw],
.validation-message[b-p4lz9jfmvw],
.drift-warning[b-p4lz9jfmvw],
.preview-warning[b-p4lz9jfmvw] {
    border-radius: 8px;
    padding: .72rem .9rem;
}

.notice[b-p4lz9jfmvw] { margin-bottom: .85rem; }
.notice-ok[b-p4lz9jfmvw] { color: #0e5c2f; background: #eaf7ed; }
.notice-error[b-p4lz9jfmvw],
.validation-message[b-p4lz9jfmvw] { color: #a4262c; background: #fde7e9; }

.profile-switcher[b-p4lz9jfmvw] {
    display: flex;
    gap: .6rem;
    min-height: 0;
    margin-bottom: .85rem;
    padding: .42rem;
    overflow-x: auto;
    border: 1px solid #dce4ec;
    border-radius: 11px;
    background: #f5f8fb;
}

.profile-chip[b-p4lz9jfmvw] {
    position: relative;
    display: grid;
    min-width: 180px;
    padding: .58rem .76rem;
    border: 1px solid transparent;
    border-radius: 8px;
    text-align: left;
    color: #53667a;
    background: transparent;
}

.profile-chip:hover[b-p4lz9jfmvw] { background: #fff; }
.profile-chip.selected[b-p4lz9jfmvw] {
    border-color: #9cc4e8;
    background: #fff;
    box-shadow: 0 4px 15px rgba(30, 72, 111, .1);
}
.profile-chip strong[b-p4lz9jfmvw] { color: #1c3855; font-size: .88rem; }
.profile-meta[b-p4lz9jfmvw] { font-size: .7rem; }
.health-dot[b-p4lz9jfmvw] { position: absolute; top: .65rem; right: .65rem; width: 7px; height: 7px; border-radius: 50%; }
.health-dot.healthy[b-p4lz9jfmvw] { background: #119c67; box-shadow: 0 0 0 3px #d7f3e8; }
.health-dot.drift[b-p4lz9jfmvw] { background: #c24624; box-shadow: 0 0 0 3px #fae2db; }
.health-dot.standby[b-p4lz9jfmvw] { background: #8995a4; }

.empty-profile[b-p4lz9jfmvw],
.empty-peer[b-p4lz9jfmvw] {
    width: 100%;
    border: 1px dashed #aebdca;
    border-radius: 8px;
    color: #607286;
    background: rgba(255, 255, 255, .64);
}
.empty-profile[b-p4lz9jfmvw] { display: grid; place-content: center; gap: .15rem; }
.empty-profile strong[b-p4lz9jfmvw] { color: #284966; }
.empty-profile span[b-p4lz9jfmvw] { font-size: .75rem; }
.loading[b-p4lz9jfmvw] { display: flex; align-items: center; gap: .55rem; color: #607286; }

.profile-list-panel[b-p4lz9jfmvw] {
    overflow: hidden;
    margin-bottom: 2rem;
    border: 1px solid #d9e1e9;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(22, 51, 78, .07);
}
.list-heading[b-p4lz9jfmvw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem 1rem;
    border-bottom: 1px solid #e3e9ef;
    background: linear-gradient(100deg, #f8fafc 0%, #eef5fb 100%);
}
.list-heading p[b-p4lz9jfmvw],
.list-heading h2[b-p4lz9jfmvw] { margin: 0; }
.list-heading h2[b-p4lz9jfmvw] { margin-top: .08rem; color: #183653; font-size: 1.08rem; }
.list-heading > span[b-p4lz9jfmvw] { color: #68798b; font: .72rem Consolas, monospace; }
.profile-list-panel > .loading[b-p4lz9jfmvw],
.profile-list-panel > .empty-profile[b-p4lz9jfmvw] { min-height: 180px; }
.profile-table-wrap[b-p4lz9jfmvw] { overflow-x: auto; }
.profile-table[b-p4lz9jfmvw] {
    width: 100%;
    border-collapse: collapse;
    color: #324a62;
    font-size: .76rem;
}
.profile-table th[b-p4lz9jfmvw] {
    padding: .68rem .75rem;
    border-bottom: 1px solid #dce4ec;
    text-align: left;
    white-space: nowrap;
    color: #627488;
    background: #f8fafc;
    font-size: .68rem;
    letter-spacing: .03em;
}
.profile-table td[b-p4lz9jfmvw] {
    padding: .72rem .75rem;
    border-bottom: 1px solid #edf0f3;
    vertical-align: middle;
}
.profile-table tbody tr:last-child td[b-p4lz9jfmvw] { border-bottom: 0; }
.profile-table tbody tr:hover[b-p4lz9jfmvw] { background: #f8fbfe; }
.profile-table .active-row[b-p4lz9jfmvw] { background: #fbfdff; box-shadow: inset 3px 0 #0f6cbd; }
.profile-table code[b-p4lz9jfmvw] { color: #3c556d; font-size: .7rem; white-space: nowrap; }
.profile-name-cell[b-p4lz9jfmvw] { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: .25rem .45rem; min-width: 205px; }
.profile-name-cell strong[b-p4lz9jfmvw] { color: #183653; font-size: .84rem; }
.profile-name-cell small[b-p4lz9jfmvw] { grid-column: 1 / -1; overflow: hidden; max-width: 270px; color: #718195; font: .66rem Consolas, monospace; text-overflow: ellipsis; white-space: nowrap; }
.protected-badge[b-p4lz9jfmvw] { color: #6b5b1f; font-size: .63rem; white-space: nowrap; }
.health-inline[b-p4lz9jfmvw] { display: block; margin-top: .25rem; font-size: .65rem; }
.health-inline.healthy[b-p4lz9jfmvw] { color: #0d6b48; }
.health-inline.drift[b-p4lz9jfmvw] { color: #9a341c; }
.health-inline.standby[b-p4lz9jfmvw] { color: #748292; }
.row-actions[b-p4lz9jfmvw] { display: flex; align-items: center; gap: .2rem; white-space: nowrap; }
.row-actions button[b-p4lz9jfmvw],
.primary-link[b-p4lz9jfmvw] { padding: .35rem .45rem; border-radius: 5px; font-size: .7rem; }
.primary-link[b-p4lz9jfmvw] { color: #0f6cbd; background: #edf6ff; font-weight: 700; text-decoration: none; }
.primary-link:hover[b-p4lz9jfmvw] { background: #dceeff; }
.empty-detail[b-p4lz9jfmvw] { display: grid; min-height: 220px; place-content: center; gap: .5rem; text-align: center; color: #607286; }
.empty-detail strong[b-p4lz9jfmvw] { color: #284966; }
.empty-detail a[b-p4lz9jfmvw] { color: #0f6cbd; }
.mtu-mode[b-p4lz9jfmvw] { color: #55728f !important; }

.profile-console[b-p4lz9jfmvw] {
    margin-bottom: 2rem;
    border: 1px solid #d9e1e9;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(22, 51, 78, .07);
    overflow: hidden;
}

.profile-overview[b-p4lz9jfmvw] {
    justify-content: space-between;
    gap: 1rem;
    padding: .9rem 1rem;
    border-bottom: 1px solid #e3e9ef;
    background: linear-gradient(100deg, #f8fafc 0%, #eef5fb 100%);
}
.profile-overview > div:first-child[b-p4lz9jfmvw] { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .2rem .55rem; }
.profile-overview h2[b-p4lz9jfmvw] { color: #183653; font-size: 1.12rem; }
.profile-overview code[b-p4lz9jfmvw] { grid-column: 1 / -1; color: #657689; font-size: .7rem; }
.type-badge[b-p4lz9jfmvw],
.state-pill[b-p4lz9jfmvw] { border-radius: 999px; padding: .22rem .48rem; font-size: .67rem; font-style: normal; }
.type-badge.server[b-p4lz9jfmvw] { color: #075c48; background: #d8f3ea; }
.type-badge.client[b-p4lz9jfmvw] { color: #174c81; background: #dcecff; }
.state-pill.active[b-p4lz9jfmvw],
.state-pill.healthy[b-p4lz9jfmvw] { color: #0d6b48; background: #dff6e9; }
.state-pill.drift[b-p4lz9jfmvw] { color: #9a341c; background: #fee7df; }
.state-pill.standby[b-p4lz9jfmvw] { color: #5f6c79; background: #e9edf1; }
.revision[b-p4lz9jfmvw] { color: #68798b; font: .7rem Consolas, monospace; }

.drift-warning[b-p4lz9jfmvw] {
    display: grid;
    gap: .12rem;
    margin: .8rem 1rem 0;
    border-left: 4px solid #c24624;
    color: #873217;
    background: #fff2ed;
    font-size: .78rem;
}

.editor-layout[b-p4lz9jfmvw] {
    display: block;
    padding: .9rem;
}
.editor-main[b-p4lz9jfmvw] { display: grid; gap: .75rem; min-width: 0; }
.form-card[b-p4lz9jfmvw],
.advanced-settings[b-p4lz9jfmvw] {
    border: 1px solid #e0e6ec;
    border-radius: 9px;
    background: #fff;
}
.form-card[b-p4lz9jfmvw] { padding: .75rem .85rem; }
.section-heading[b-p4lz9jfmvw] { justify-content: space-between; margin-bottom: .75rem; }
.section-heading h3[b-p4lz9jfmvw] { margin: .08rem 0 0; color: #213d58; font-size: .95rem; }
.text-button[b-p4lz9jfmvw],
.danger-link[b-p4lz9jfmvw] { border: 0; color: #0f6cbd; background: transparent; }

.form-grid[b-p4lz9jfmvw],
.peer-fields[b-p4lz9jfmvw] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .58rem .7rem;
}
.form-grid label[b-p4lz9jfmvw],
.peer-fields label[b-p4lz9jfmvw] { display: grid; gap: .3rem; min-width: 0; }
label > span[b-p4lz9jfmvw] { color: #43566a; font-size: .72rem; font-weight: 650; }
label small[b-p4lz9jfmvw] { color: #798695; font-size: .65rem; }
input[b-p4lz9jfmvw],
textarea[b-p4lz9jfmvw],
select[b-p4lz9jfmvw] {
    width: 100%;
    min-width: 0;
    padding: .46rem .58rem;
    border: 1px solid #aeb9c6;
    border-radius: 6px;
    color: #1f3449;
    background: #fff;
    font: .8rem "Segoe UI", sans-serif;
}
input:focus[b-p4lz9jfmvw],
textarea:focus[b-p4lz9jfmvw],
select:focus[b-p4lz9jfmvw] { border-color: #0f6cbd; outline: 2px solid rgba(15, 108, 189, .13); }
textarea[b-p4lz9jfmvw] { resize: vertical; }
.mono[b-p4lz9jfmvw],
textarea[b-p4lz9jfmvw] { font-family: Consolas, monospace; }
.wide[b-p4lz9jfmvw] { grid-column: 1 / -1; }
.secret-field input[b-p4lz9jfmvw] { background: #f7f9fb; }

.peer-editor[b-p4lz9jfmvw] {
    position: relative;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 28px;
    gap: .55rem;
    padding: .78rem 0;
    border-top: 1px solid #e7ebf0;
}
.peer-number[b-p4lz9jfmvw] { display: grid; width: 22px; height: 22px; border-radius: 50%; place-items: center; color: #476079; background: #eaf0f5; font: 700 .68rem Consolas, monospace; }
.remove-peer[b-p4lz9jfmvw],
.close-button[b-p4lz9jfmvw] { border: 0; cursor: pointer; color: #6d7a88; background: #eef2f5; }
.remove-peer[b-p4lz9jfmvw] { width: 26px; height: 26px; border-radius: 6px; font-size: 1.1rem; }
.remove-peer:hover[b-p4lz9jfmvw] { color: #a4262c; background: #fde7e9; }
.clear-secret[b-p4lz9jfmvw] { display: flex !important; grid-template-columns: auto 1fr; align-items: center; justify-content: start; }
.clear-secret input[b-p4lz9jfmvw] { width: 15px; height: 15px; }
.empty-peer[b-p4lz9jfmvw] { padding: 1rem; }

.advanced-settings[b-p4lz9jfmvw] {
    overflow: hidden;
    background: #f8fafc;
}
.advanced-settings > summary[b-p4lz9jfmvw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .68rem .85rem;
    cursor: pointer;
    list-style: none;
}
.advanced-settings > summary[b-p4lz9jfmvw]::-webkit-details-marker { display: none; }
.advanced-settings > summary span[b-p4lz9jfmvw] { display: grid; gap: .08rem; color: #27435f; font-size: .82rem; }
.advanced-settings > summary small[b-p4lz9jfmvw] { color: #788797; font-size: .67rem; font-weight: 400; }
.advanced-settings > summary em[b-p4lz9jfmvw] { color: #0f6cbd; font-size: .72rem; font-style: normal; }
.advanced-settings[open] > summary[b-p4lz9jfmvw] { border-bottom: 1px solid #e0e6ec; }
.advanced-settings[open] > summary em[b-p4lz9jfmvw]::before { content: "收起"; }
.advanced-settings[open] > summary em[b-p4lz9jfmvw] { font-size: 0; }
.advanced-settings[open] > summary em[b-p4lz9jfmvw]::before { font-size: .72rem; }
.advanced-content[b-p4lz9jfmvw] { padding: .75rem .85rem; }
.advanced-actions[b-p4lz9jfmvw] {
    display: flex;
    align-items: center;
    gap: .65rem;
}
.advanced-actions span[b-p4lz9jfmvw] { color: #798695; font-size: .67rem; }

.client-strip[b-p4lz9jfmvw] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: .8rem;
    padding: .62rem .82rem;
    border: 1px solid #d9e6f2;
    border-radius: 9px;
    color: #5f7183;
    background: #f3f8fc;
    font-size: .73rem;
    text-decoration: none;
}
.client-strip > span:first-child[b-p4lz9jfmvw] { display: flex; align-items: baseline; gap: .25rem; }
.client-strip strong[b-p4lz9jfmvw] { color: #0f6cbd; font: 700 1.2rem Consolas, monospace; }
.client-strip small[b-p4lz9jfmvw] { color: #50677e; }
.client-strip b[b-p4lz9jfmvw] { color: #0f6cbd; font-size: .73rem; }
.client-strip:hover[b-p4lz9jfmvw] { border-color: #9cc4e8; background: #edf6ff; }

.sticky-action-bar[b-p4lz9jfmvw] {
    position: sticky;
    z-index: 12;
    bottom: .65rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-top: .9rem;
    padding: .62rem .72rem;
    border: 1px solid #cad6e2;
    border-radius: 10px;
    background: rgba(248, 250, 252, .96);
    box-shadow: 0 10px 28px rgba(21, 51, 78, .16);
    backdrop-filter: blur(10px);
}
.save-state[b-p4lz9jfmvw],
.action-buttons[b-p4lz9jfmvw] { display: flex; align-items: center; gap: .55rem; }
.save-state[b-p4lz9jfmvw] { color: #5f7183; font-size: .72rem; white-space: nowrap; }
.save-state i[b-p4lz9jfmvw] { width: 8px; height: 8px; border-radius: 50%; background: #1a9b69; box-shadow: 0 0 0 3px #dff6ec; }
.save-state.pending[b-p4lz9jfmvw] { color: #895f08; }
.save-state.pending i[b-p4lz9jfmvw] { background: #d99b13; box-shadow: 0 0 0 3px #fff1c9; }
.primary-button.attention[b-p4lz9jfmvw] { box-shadow: 0 0 0 3px rgba(15, 108, 189, .16), 0 5px 14px rgba(15, 108, 189, .17); }
.sticky-action-bar .validation-message[b-p4lz9jfmvw] { flex: 1; padding: .4rem .55rem; }
.more-actions[b-p4lz9jfmvw] { position: relative; }
.more-actions > summary[b-p4lz9jfmvw] {
    padding: .52rem .8rem;
    border: 1px solid #b7c4d1;
    border-radius: 7px;
    cursor: pointer;
    list-style: none;
    color: #27435f;
    background: #fff;
    font: 600 .82rem "Segoe UI", sans-serif;
}
.more-actions > summary[b-p4lz9jfmvw]::-webkit-details-marker { display: none; }
.more-menu[b-p4lz9jfmvw] {
    position: absolute;
    right: 0;
    bottom: calc(100% + .45rem);
    display: grid;
    width: 190px;
    padding: .4rem;
    border: 1px solid #ccd6df;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(18, 43, 67, .2);
}
.more-menu button[b-p4lz9jfmvw] { padding: .52rem .6rem; border: 0; border-radius: 5px; text-align: left; color: #27435f; background: transparent; }
.more-menu button:hover[b-p4lz9jfmvw] { background: #f0f5f9; }
.danger-link[b-p4lz9jfmvw] { color: #a4262c; }
.danger-button[b-p4lz9jfmvw] { border: 1px solid #a4262c; color: #fff; background: #a4262c; }
.validation-message[b-p4lz9jfmvw] { font-size: .72rem; }

.modal-backdrop[b-p4lz9jfmvw] {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: grid;
    padding: 1.25rem;
    overflow-y: auto;
    background: rgba(8, 22, 39, .6);
    backdrop-filter: blur(4px);
    place-items: center;
}
.dialog[b-p4lz9jfmvw] {
    width: min(690px, 100%);
    max-height: calc(100vh - 2.5rem);
    padding: 1.25rem;
    overflow-y: auto;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 28px 85px rgba(0, 14, 35, .38);
}
.dialog-heading[b-p4lz9jfmvw] { justify-content: space-between; gap: 1rem; margin-bottom: .9rem; }
.dialog h2[b-p4lz9jfmvw] { color: #1b3651; font-size: 1.3rem; }
.close-button[b-p4lz9jfmvw] { width: 32px; height: 32px; border-radius: 50%; font-size: 1.15rem; }
.dialog-actions[b-p4lz9jfmvw] { justify-content: flex-end; margin-top: 1rem; }

.role-picker[b-p4lz9jfmvw] { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin-bottom: .9rem; }
.role-picker button[b-p4lz9jfmvw] { display: grid; gap: .15rem; padding: .75rem; border: 1px solid #c4ced8; border-radius: 8px; text-align: left; color: #40566c; background: #fff; }
.role-picker button.selected[b-p4lz9jfmvw] { border-color: #0f6cbd; color: #164a78; background: #edf6ff; box-shadow: inset 3px 0 #0f6cbd; }
.role-picker span[b-p4lz9jfmvw] { color: #6d7b89; font-size: .7rem; font-weight: 400; }
.create-server-fields[b-p4lz9jfmvw] { display: grid; grid-template-columns: minmax(0, 1fr) 160px; gap: .58rem .7rem; min-width: 0; margin: .2rem 0 0; padding: .8rem; border: 1px solid #cfe0ed; border-radius: 9px; text-align: left; background: #f7fbfe; }
.create-server-fields legend[b-p4lz9jfmvw] { grid-column: 1 / -1; padding: 0 .35rem; color: #24577d; font-size: .72rem; font-weight: 750; text-align: left; }
.create-server-fields label[b-p4lz9jfmvw] { text-align: left; }
.compact[b-p4lz9jfmvw] { margin-bottom: .8rem; }
.hashes[b-p4lz9jfmvw] { justify-content: space-between; padding: .6rem .75rem; border-radius: 7px; background: #f2f5f8; color: #5d6e80; font-size: .72rem; }
.preview-dialog h3[b-p4lz9jfmvw] { margin: .9rem 0 .35rem; color: #2a435c; font-size: .85rem; }
.preview-dialog ul[b-p4lz9jfmvw] { margin: .3rem 0; padding-left: 1.2rem; color: #526579; font-size: .77rem; }
.preview-warning[b-p4lz9jfmvw] { margin-top: .75rem; color: #8a351e; background: #fff0ea; }
.rollback-note[b-p4lz9jfmvw],
.secret-note[b-p4lz9jfmvw] { margin-top: .75rem !important; color: #68798a; font-size: .72rem; }
.import-summary[b-p4lz9jfmvw] { flex-wrap: wrap; padding: .6rem; border-radius: 7px; color: #4e6276; background: #f2f6f9; font-size: .72rem; }
.import-peer[b-p4lz9jfmvw] { display: grid; grid-template-columns: 1fr 1.4fr 1.7fr auto; gap: .55rem; align-items: center; padding: .55rem 0; border-bottom: 1px solid #e8ecf0; font-size: .72rem; }
.import-peer code[b-p4lz9jfmvw] { overflow: hidden; text-overflow: ellipsis; }
.import-peer em[b-p4lz9jfmvw] { color: #6b5a19; font-style: normal; }
.confirm-dialog[b-p4lz9jfmvw] { width: min(470px, 100%); }
.confirm-dialog > p:not(.eyebrow)[b-p4lz9jfmvw] { margin-top: .45rem; color: #637386; line-height: 1.5; }

@media (max-width: 900px) {
    .sticky-action-bar[b-p4lz9jfmvw] { bottom: .35rem; }
}

@media (max-width: 820px) {
    .profile-table-wrap[b-p4lz9jfmvw] { overflow-x: visible; }
    .profile-table thead[b-p4lz9jfmvw] { display: none; }
    .profile-table[b-p4lz9jfmvw],
    .profile-table tbody[b-p4lz9jfmvw],
    .profile-table tr[b-p4lz9jfmvw],
    .profile-table td[b-p4lz9jfmvw] { display: block; width: 100%; }
    .profile-table tr[b-p4lz9jfmvw] { padding: .7rem .8rem; border-bottom: 1px solid #e3e9ef; }
    .profile-table td[b-p4lz9jfmvw] { display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding: .28rem 0; border: 0; }
    .profile-table td[b-p4lz9jfmvw]::before { color: #718195; font-size: .65rem; }
    .profile-table td:nth-child(2)[b-p4lz9jfmvw]::before { content: "接口地址"; }
    .profile-table td:nth-child(3)[b-p4lz9jfmvw]::before { content: "端口"; }
    .profile-table td:nth-child(4)[b-p4lz9jfmvw]::before { content: "MTU"; }
    .profile-table td:nth-child(5)[b-p4lz9jfmvw]::before { content: "状态"; }
    .profile-table td:nth-child(6)[b-p4lz9jfmvw]::before { content: "客户端"; }
    .profile-table td:first-child[b-p4lz9jfmvw],
    .profile-table td:last-child[b-p4lz9jfmvw] { display: block; }
    .profile-name-cell[b-p4lz9jfmvw] { min-width: 0; }
    .row-actions[b-p4lz9jfmvw] { margin-top: .45rem; }
}

@media (max-width: 650px) {
    .profile-toolbar[b-p4lz9jfmvw],
    .profile-overview[b-p4lz9jfmvw] { align-items: flex-start; flex-direction: column; }
    .header-actions[b-p4lz9jfmvw] { width: 100%; }
    .header-actions > *[b-p4lz9jfmvw] { flex: 1; text-align: center; }
    .state-cluster[b-p4lz9jfmvw] { flex-wrap: wrap; }
    .form-grid[b-p4lz9jfmvw],
    .peer-fields[b-p4lz9jfmvw],
    .role-picker[b-p4lz9jfmvw],
    .create-server-fields[b-p4lz9jfmvw] { grid-template-columns: 1fr; }
    .wide[b-p4lz9jfmvw] { grid-column: auto; }
    .client-strip[b-p4lz9jfmvw] { grid-template-columns: auto 1fr; }
    .client-strip b[b-p4lz9jfmvw] { grid-column: 1 / -1; }
    .sticky-action-bar[b-p4lz9jfmvw] { align-items: stretch; flex-direction: column; }
    .action-buttons[b-p4lz9jfmvw] { display: grid; grid-template-columns: 1fr 1fr auto; }
    .advanced-actions[b-p4lz9jfmvw] { align-items: flex-start; flex-direction: column; }
    .peer-editor[b-p4lz9jfmvw] { grid-template-columns: 22px minmax(0, 1fr); }
    .remove-peer[b-p4lz9jfmvw] { grid-column: 2; justify-self: end; }
    .import-peer[b-p4lz9jfmvw] { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    *[b-p4lz9jfmvw] { scroll-behavior: auto !important; transition: none !important; }
}
/* /Components/Pages/Settings.razor.rz.scp.css */
.settings-heading[b-fhcgxb11mb], .card-heading[b-fhcgxb11mb], .card-footer[b-fhcgxb11mb], .danger-zone[b-fhcgxb11mb], .api-card[b-fhcgxb11mb], .settings-actions[b-fhcgxb11mb], .api-toggle[b-fhcgxb11mb] { display: flex; align-items: center; }
.settings-heading[b-fhcgxb11mb] { justify-content: space-between; margin-bottom: 1rem; }
.settings-heading h1[b-fhcgxb11mb] { margin: .08rem 0; color: #102f4b; font-size: 1.55rem; }
.settings-heading p[b-fhcgxb11mb] { margin: 0; color: #64778b; font-size: .82rem; }
.eyebrow[b-fhcgxb11mb], .card-heading > div > span[b-fhcgxb11mb], .api-copy > span[b-fhcgxb11mb] { margin: 0; color: #52708b; font: 700 .61rem Consolas, monospace; letter-spacing: .14em; }
.database-badge[b-fhcgxb11mb] { padding: .35rem .65rem; border: 1px solid #bed5e8; border-radius: 999px; color: #356582; background: #f3f9fd; font-size: .68rem; }
.settings-notice[b-fhcgxb11mb] { margin-bottom: .8rem; padding: .65rem .8rem; border-radius: 8px; font-size: .78rem; }
.settings-notice.success[b-fhcgxb11mb] { color: #176b47; background: #eaf8f1; }
.settings-notice.error[b-fhcgxb11mb] { color: #a4262c; background: #fff0f0; }
.settings-loading[b-fhcgxb11mb] { display: flex; align-items: center; gap: .6rem; min-height: 180px; justify-content: center; color: #64778b; }
.settings-tabs[b-fhcgxb11mb] { display: grid; grid-template-columns: repeat(4, 1fr); gap: .55rem; margin: 0 0 .85rem; padding: .35rem; border: 1px solid #d8e2eb; border-radius: 12px; background: #f4f8fb; }
.settings-tab[b-fhcgxb11mb] { display: grid; grid-template-columns: auto 1fr; column-gap: .55rem; align-items: center; padding: .65rem .75rem; border: 1px solid transparent; border-radius: 9px; color: #60788d; background: transparent; text-align: left; cursor: pointer; }
.settings-tab > span[b-fhcgxb11mb] { grid-row: span 2; color: #8aa2b5; font: 700 .63rem Consolas, monospace; }
.settings-tab strong[b-fhcgxb11mb] { color: #34546d; font-size: .76rem; }
.settings-tab small[b-fhcgxb11mb] { color: #7a8c9d; font-size: .6rem; }
.settings-tab.active[b-fhcgxb11mb] { border-color: #b9d5e8; background: #fff; box-shadow: 0 3px 10px rgba(15,48,75,.08); }
.settings-tab.active > span[b-fhcgxb11mb], .settings-tab.active strong[b-fhcgxb11mb] { color: #0f6cbd; }
.settings-grid[b-fhcgxb11mb] { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(430px, 1.28fr); gap: .85rem; }
.settings-card[b-fhcgxb11mb] { border: 1px solid #d8e2eb; border-radius: 12px; background: #fff; box-shadow: 0 5px 16px rgba(15, 48, 75, .05); }
.settings-card h2[b-fhcgxb11mb] { margin: .12rem 0 0; color: #183653; font-size: 1rem; }
.card-heading[b-fhcgxb11mb] { justify-content: space-between; padding: .9rem 1rem; border-bottom: 1px solid #e5ebf0; }
.card-icon[b-fhcgxb11mb], .selection-count[b-fhcgxb11mb] { color: #52708b; font: 700 .7rem Consolas, monospace; }
.account-card[b-fhcgxb11mb] { grid-row: span 2; }
.field-grid[b-fhcgxb11mb] { display: grid; gap: .75rem; padding: 1rem; }
.field-grid label[b-fhcgxb11mb], .retention-grid label[b-fhcgxb11mb] { display: grid; gap: .3rem; color: #344f68; font-size: .72rem; font-weight: 650; }
.field-grid input[b-fhcgxb11mb], .unit-input[b-fhcgxb11mb] { min-height: 2.45rem; border: 1px solid #b9cad9; border-radius: 7px; background: #fff; }
.field-grid input[b-fhcgxb11mb] { width: 100%; padding: .55rem .65rem; color: #173754; }
.field-grid select[b-fhcgxb11mb], .field-grid textarea[b-fhcgxb11mb] { width: 100%; padding: .55rem .65rem; border: 1px solid #b9cad9; border-radius: 7px; color: #173754; background: #fff; }
.endpoint-fields[b-fhcgxb11mb] { display: grid; grid-template-columns: minmax(180px, 1fr) 130px; gap: .65rem; }
.endpoint-fields label[b-fhcgxb11mb] { display: grid; gap: .3rem; }
.endpoint-impact[b-fhcgxb11mb] { padding: .6rem .7rem; border-radius: 7px; color: #45657d; background: #f3f8fb; font-size: .66rem; line-height: 1.5; }
.card-footer[b-fhcgxb11mb] { align-items: flex-end; justify-content: space-between; gap: .8rem; padding: .8rem 1rem 1rem; }
.card-footer small[b-fhcgxb11mb] { max-width: 260px; color: #718195; font-size: .66rem; line-height: 1.5; }
.primary-button[b-fhcgxb11mb], .secondary-button[b-fhcgxb11mb], .danger-button[b-fhcgxb11mb], .danger-outline[b-fhcgxb11mb] { min-height: 2.35rem; padding: .48rem .82rem; border-radius: 7px; font-size: .75rem; font-weight: 700; cursor: pointer; }
.primary-button[b-fhcgxb11mb] { border: 1px solid #0f6cbd; color: #fff; background: #0f6cbd; }
.secondary-button[b-fhcgxb11mb] { border: 1px solid #b9cad9; color: #34546d; background: #fff; }
.danger-button[b-fhcgxb11mb] { border: 1px solid #b4232d; color: #fff; background: #b4232d; }
.danger-outline[b-fhcgxb11mb] { border: 1px solid #df9ca0; color: #a4262c; background: #fff; }
button:disabled[b-fhcgxb11mb] { opacity: .55; cursor: not-allowed; }
.log-card[b-fhcgxb11mb] { grid-row: span 2; }
.category-grid[b-fhcgxb11mb] { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem; padding: .85rem 1rem; }
.category-option[b-fhcgxb11mb] { display: flex; align-items: flex-start; gap: .55rem; padding: .55rem .6rem; border: 1px solid #e0e7ed; border-radius: 8px; background: #fafcfd; cursor: pointer; }
.category-option input[b-fhcgxb11mb] { margin-top: .15rem; accent-color: #0f6cbd; }
.category-option span[b-fhcgxb11mb] { display: grid; gap: .12rem; }
.category-option strong[b-fhcgxb11mb] { color: #25455f; font-size: .73rem; }
.category-option small[b-fhcgxb11mb] { color: #75869a; font-size: .62rem; }
.retention-grid[b-fhcgxb11mb] { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; padding: 0 1rem .9rem; }
.unit-input[b-fhcgxb11mb] { display: grid; grid-template-columns: 1fr auto; overflow: hidden; }
.unit-input input[b-fhcgxb11mb] { min-width: 0; padding: .45rem .6rem; border: 0; outline: 0; color: #173754; }
.unit-input span[b-fhcgxb11mb] { display: grid; padding: 0 .65rem; place-items: center; color: #60788d; background: #f1f5f8; font-size: .68rem; }
.danger-zone[b-fhcgxb11mb] { justify-content: space-between; gap: 1rem; margin: 0 1rem 1rem; padding: .7rem .75rem; border: 1px solid #f0d0d2; border-radius: 8px; background: #fffafa; }
.danger-zone > div:first-child[b-fhcgxb11mb] { display: grid; gap: .1rem; }
.danger-zone strong[b-fhcgxb11mb] { color: #883239; font-size: .72rem; }
.danger-zone small[b-fhcgxb11mb] { color: #8e6c70; font-size: .62rem; }
.confirm-actions[b-fhcgxb11mb] { display: flex; gap: .4rem; }
.api-card[b-fhcgxb11mb] { grid-column: 1 / -1; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 1rem; padding: 1rem; }
.access-card[b-fhcgxb11mb] { grid-column: 1 / -1; overflow: hidden; }
.access-settings[b-fhcgxb11mb] { display: grid; grid-template-columns: minmax(300px, 1fr) minmax(300px, .8fr); gap: 1rem; padding: 1rem; }
.range-editor[b-fhcgxb11mb], .failure-limit[b-fhcgxb11mb] { display: grid; gap: .35rem; color: #344f68; font-size: .72rem; font-weight: 650; }
.range-editor textarea[b-fhcgxb11mb] { width: 100%; resize: vertical; padding: .65rem; border: 1px solid #b9cad9; border-radius: 7px; color: #173754; background: #fff; font: .72rem Consolas, monospace; }
.range-editor small[b-fhcgxb11mb], .access-options p[b-fhcgxb11mb], .observed-heading small[b-fhcgxb11mb] { color: #718195; font-size: .63rem; font-weight: 400; line-height: 1.5; }
.range-editor code[b-fhcgxb11mb] { color: #0f5f9f; }
.access-options[b-fhcgxb11mb] { display: grid; align-content: start; gap: .85rem; }
.access-options .api-toggle > span:last-child[b-fhcgxb11mb] { min-width: 230px; }
.failure-limit .unit-input[b-fhcgxb11mb] { width: 150px; }
.access-options p[b-fhcgxb11mb] { margin: 0; padding: .55rem .65rem; border-radius: 7px; background: #f4f7f9; }
.observed-heading[b-fhcgxb11mb] { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: .75rem 1rem; border-top: 1px solid #e5ebf0; border-bottom: 1px solid #e5ebf0; }
.observed-heading strong[b-fhcgxb11mb] { color: #25455f; font-size: .75rem; }
.empty-access[b-fhcgxb11mb] { padding: 1.2rem; color: #718195; text-align: center; font-size: .7rem; }
.access-table-wrap[b-fhcgxb11mb] { max-height: 330px; overflow: auto; }
.access-table[b-fhcgxb11mb] { width: 100%; border-collapse: collapse; font-size: .68rem; }
.access-table th[b-fhcgxb11mb] { position: sticky; top: 0; z-index: 1; padding: .55rem .65rem; color: #60788d; background: #f5f8fa; text-align: left; white-space: nowrap; }
.access-table td[b-fhcgxb11mb] { padding: .55rem .65rem; border-top: 1px solid #edf1f4; color: #345067; white-space: nowrap; }
.access-table tr.blocked[b-fhcgxb11mb] { background: #fff7f7; }
.access-table code[b-fhcgxb11mb] { color: #174d72; }
.access-state[b-fhcgxb11mb] { display: inline-flex; padding: .2rem .42rem; border-radius: 999px; }
.access-state.normal[b-fhcgxb11mb] { color: #176b47; background: #eaf8f1; }
.access-state.denied[b-fhcgxb11mb] { color: #a4262c; background: #fff0f0; }
.access-actions[b-fhcgxb11mb] { display: flex; gap: .35rem; }
.compact[b-fhcgxb11mb] { min-height: 1.85rem; padding: .28rem .48rem; font-size: .64rem; }
.api-copy h2[b-fhcgxb11mb] { margin: .15rem 0 .3rem; color: #183653; font-size: 1rem; }
.api-copy p[b-fhcgxb11mb] { margin: 0; color: #6a7d90; font-size: .67rem; line-height: 1.5; }
.api-copy code[b-fhcgxb11mb] { color: #0f5f9f; }
.api-controls[b-fhcgxb11mb] { display: flex; align-items: flex-end; gap: .75rem; }
.api-toggle[b-fhcgxb11mb] { flex: none; gap: .55rem; cursor: pointer; }
.api-toggle > input[b-fhcgxb11mb] { position: absolute; opacity: 0; pointer-events: none; }
.toggle-track[b-fhcgxb11mb] { position: relative; width: 2.3rem; height: 1.3rem; border-radius: 999px; background: #9baab8; transition: background .18s ease; }
.toggle-track i[b-fhcgxb11mb] { position: absolute; top: .17rem; left: .18rem; width: .96rem; height: .96rem; border-radius: 50%; background: #fff; transition: transform .18s ease; }
.api-toggle > input:checked + .toggle-track[b-fhcgxb11mb] { background: #0f6cbd; }
.api-toggle > input:checked + .toggle-track i[b-fhcgxb11mb] { transform: translateX(1rem); }
.api-toggle > span:last-child[b-fhcgxb11mb] { display: grid; gap: .08rem; min-width: 98px; }
.api-toggle strong[b-fhcgxb11mb] { color: #25455f; font-size: .72rem; }
.api-toggle small[b-fhcgxb11mb] { color: #718195; font-size: .59rem; }
.token-status[b-fhcgxb11mb], .token-validity[b-fhcgxb11mb] { display: grid; gap: .18rem; }
.token-status[b-fhcgxb11mb] { min-width: 145px; }
.token-status span[b-fhcgxb11mb], .token-validity > span[b-fhcgxb11mb] { color: #60788d; font-size: .62rem; }
.token-status strong[b-fhcgxb11mb] { color: #25455f; font-size: .72rem; }
.token-status small[b-fhcgxb11mb] { color: #718195; font-size: .59rem; }
.token-validity .unit-input[b-fhcgxb11mb] { width: 112px; }
.one-time-token[b-fhcgxb11mb] { display: grid; flex-basis: 100%; grid-template-columns: minmax(220px, .55fr) minmax(300px, 1fr); gap: .45rem .8rem; padding: .75rem; border: 1px solid #e4bf69; border-radius: 8px; background: #fff9e8; }
.one-time-token > div[b-fhcgxb11mb] { display: grid; gap: .12rem; }
.one-time-token strong[b-fhcgxb11mb] { color: #75510a; font-size: .72rem; }
.one-time-token small[b-fhcgxb11mb] { color: #876d38; font-size: .62rem; }
.one-time-token input[b-fhcgxb11mb] { grid-row: span 2; padding: .52rem .6rem; border: 1px solid #d8bc7b; border-radius: 6px; color: #183653; background: #fff; font: .7rem Consolas, monospace; }
.mcp-config-block[b-fhcgxb11mb] { display: grid; grid-column: 1 / -1; gap: .5rem; margin-top: .35rem; padding-top: .7rem; border-top: 1px solid #ead39b; }
.mcp-config-heading[b-fhcgxb11mb] { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.mcp-config-heading > div[b-fhcgxb11mb] { display: grid; gap: .12rem; }
.mcp-config-block textarea[b-fhcgxb11mb] { width: 100%; resize: vertical; padding: .65rem; border: 1px solid #d8bc7b; border-radius: 6px; color: #183653; background: #fff; font: .68rem/1.5 Consolas, monospace; }
.settings-actions[b-fhcgxb11mb] { position: sticky; bottom: .5rem; z-index: 4; justify-content: flex-end; gap: 1rem; margin-top: .85rem; padding: .65rem .75rem; border: 1px solid #d4e0ea; border-radius: 10px; background: rgba(255,255,255,.94); box-shadow: 0 8px 24px rgba(15,48,75,.12); backdrop-filter: blur(8px); }
.settings-actions span[b-fhcgxb11mb] { margin-right: auto; color: #60788d; font-size: .7rem; }
@media (max-width: 850px) { .settings-tabs[b-fhcgxb11mb] { grid-template-columns: repeat(2, 1fr); } .settings-grid[b-fhcgxb11mb] { grid-template-columns: 1fr; } .account-card[b-fhcgxb11mb], .log-card[b-fhcgxb11mb] { grid-row: auto; } .api-card[b-fhcgxb11mb], .access-card[b-fhcgxb11mb] { grid-column: auto; } .api-controls[b-fhcgxb11mb] { flex-wrap: wrap; } .access-settings[b-fhcgxb11mb] { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .settings-heading[b-fhcgxb11mb], .card-footer[b-fhcgxb11mb], .danger-zone[b-fhcgxb11mb], .api-card[b-fhcgxb11mb] { align-items: stretch; flex-direction: column; } .category-grid[b-fhcgxb11mb], .retention-grid[b-fhcgxb11mb], .one-time-token[b-fhcgxb11mb], .endpoint-fields[b-fhcgxb11mb] { grid-template-columns: 1fr; } .one-time-token input[b-fhcgxb11mb] { grid-row: auto; } .database-badge[b-fhcgxb11mb] { align-self: flex-start; } .primary-button[b-fhcgxb11mb] { width: 100%; } }
@media (prefers-reduced-motion: reduce) { *[b-fhcgxb11mb] { transition: none !important; } }

/* 设置页正文以可读性为优先：原来的 .6-.72rem 在高分屏上过小。 */
.settings-heading p[b-fhcgxb11mb] { font-size: .9rem; line-height: 1.55; }
.eyebrow[b-fhcgxb11mb], .card-heading > div > span[b-fhcgxb11mb], .api-copy > span[b-fhcgxb11mb] { font-size: .72rem; }
.database-badge[b-fhcgxb11mb] { font-size: .78rem; }
.settings-notice[b-fhcgxb11mb] { font-size: .88rem; }
.settings-tab[b-fhcgxb11mb] { padding: .78rem .85rem; }
.settings-tab > span[b-fhcgxb11mb] { font-size: .72rem; }
.settings-tab strong[b-fhcgxb11mb] { font-size: .92rem; }
.settings-tab small[b-fhcgxb11mb] { font-size: .75rem; }
.settings-card h2[b-fhcgxb11mb], .api-copy h2[b-fhcgxb11mb] { font-size: 1.15rem; }
.field-grid label[b-fhcgxb11mb], .retention-grid label[b-fhcgxb11mb], .range-editor[b-fhcgxb11mb], .failure-limit[b-fhcgxb11mb] { font-size: .84rem; }
.field-grid input[b-fhcgxb11mb], .field-grid select[b-fhcgxb11mb], .field-grid textarea[b-fhcgxb11mb], .unit-input[b-fhcgxb11mb] { font-size: .9rem; }
.endpoint-impact[b-fhcgxb11mb] { font-size: .78rem; }
.card-footer small[b-fhcgxb11mb], .range-editor small[b-fhcgxb11mb], .access-options p[b-fhcgxb11mb], .observed-heading small[b-fhcgxb11mb] { font-size: .76rem; }
.primary-button[b-fhcgxb11mb], .secondary-button[b-fhcgxb11mb], .danger-button[b-fhcgxb11mb], .danger-outline[b-fhcgxb11mb] { font-size: .86rem; }
.category-option strong[b-fhcgxb11mb] { font-size: .86rem; }
.category-option small[b-fhcgxb11mb], .danger-zone small[b-fhcgxb11mb] { font-size: .75rem; }
.unit-input span[b-fhcgxb11mb] { font-size: .78rem; }
.danger-zone strong[b-fhcgxb11mb], .observed-heading strong[b-fhcgxb11mb] { font-size: .84rem; }
.api-copy p[b-fhcgxb11mb] { font-size: .8rem; }
.api-toggle strong[b-fhcgxb11mb], .token-status strong[b-fhcgxb11mb], .one-time-token strong[b-fhcgxb11mb] { font-size: .84rem; }
.api-toggle small[b-fhcgxb11mb], .token-status small[b-fhcgxb11mb], .one-time-token small[b-fhcgxb11mb] { font-size: .74rem; }
.token-status span[b-fhcgxb11mb], .token-validity > span[b-fhcgxb11mb] { font-size: .76rem; }
.settings-actions span[b-fhcgxb11mb] { font-size: .82rem; }
/* /Components/Shared/ClientArtifactManagement.razor.rz.scp.css */
.artifact-management[b-t3wadkwra9] { padding: 1rem; border-top: 1px solid #e5ebf0; }
.artifact-management-heading[b-t3wadkwra9] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .75rem; }
.artifact-management-heading h3[b-t3wadkwra9] { margin: .12rem 0 0; color: #183653; font-size: 1rem; }
.artifact-note[b-t3wadkwra9] { color: #718195; font-size: .74rem; }
.artifact-list[b-t3wadkwra9] { display: grid; gap: .55rem; }
.artifact-row[b-t3wadkwra9] { display: grid; grid-template-columns: 3.2rem minmax(0, 1fr) auto; gap: .75rem; align-items: center; padding: .65rem .7rem; border: 1px solid #e0e7ed; border-radius: 8px; background: #fafcfd; }
.artifact-platform[b-t3wadkwra9] { display: grid; min-height: 2rem; place-items: center; border-radius: 6px; color: #0f5f9f; background: #e7f2fa; font: 700 .7rem Consolas, monospace; }
.artifact-copy[b-t3wadkwra9] { display: grid; gap: .18rem; min-width: 0; }
.artifact-copy strong[b-t3wadkwra9] { overflow: hidden; color: #25455f; font-size: .82rem; text-overflow: ellipsis; white-space: nowrap; }
.artifact-copy span[b-t3wadkwra9] { overflow: hidden; color: #718195; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.artifact-upload[b-t3wadkwra9] { display: inline-flex; align-items: center; gap: .45rem; padding: .4rem .6rem; border: 1px solid #b9cad9; border-radius: 7px; color: #34546d; background: #fff; font-size: .78rem; font-weight: 700; cursor: pointer; }
.artifact-upload input[b-t3wadkwra9] { max-width: 8rem; font-size: .7rem; }
.artifact-message[b-t3wadkwra9], .artifact-empty[b-t3wadkwra9] { margin-top: .65rem; padding: .55rem .65rem; border-radius: 7px; font-size: .78rem; }
.artifact-message.error[b-t3wadkwra9] { color: #a4262c; background: #fff0f0; }
.artifact-message.success[b-t3wadkwra9] { color: #176b47; background: #eaf8f1; }
.artifact-empty[b-t3wadkwra9] { color: #718195; background: #f5f8fa; }
@media (max-width: 560px) { .artifact-management-heading[b-t3wadkwra9], .artifact-row[b-t3wadkwra9] { align-items: stretch; grid-template-columns: 1fr; flex-direction: column; } .artifact-upload input[b-t3wadkwra9] { max-width: none; width: 100%; } }
/* /Components/Shared/ClientDownloads.razor.rz.scp.css */
.downloads[b-qityuqoiir] {
    margin: 1rem 0 3rem;
    padding: 1.25rem;
    border: 1px solid #dce3ec;
    border-radius: 14px;
    background: #fff;
}

.downloads-heading[b-qityuqoiir] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.downloads-heading h2[b-qityuqoiir],
.downloads-heading p[b-qityuqoiir] {
    margin: 0;
}

.downloads-heading h2[b-qityuqoiir] {
    color: #24354d;
    font-size: 1.1rem;
}

.downloads-heading > p[b-qityuqoiir] {
    color: #6c7a8d;
    font-size: .76rem;
}

.download-grid[b-qityuqoiir] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: .75rem;
    margin-top: 1rem;
}

.download-card[b-qityuqoiir] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .7rem .8rem;
    min-width: 0;
    padding: .9rem;
    border: 1px solid #dfe6ee;
    border-radius: 11px;
    color: inherit;
    background: #f9fbfd;
    text-decoration: none;
}

.download-card:hover[b-qityuqoiir] {
    border-color: #9fc6e8;
    background: #f4f9fd;
}

.platform-mark[b-qityuqoiir] {
    display: grid;
    width: 2.45rem;
    height: 2.45rem;
    place-items: center;
    border-radius: 9px;
    color: #0c5f9f;
    background: #e2f1fb;
    font: 800 .62rem Consolas, monospace;
}

.download-card h3[b-qityuqoiir],
.download-card p[b-qityuqoiir] {
    margin: 0;
}

.download-card h3[b-qityuqoiir] {
    color: #24374e;
    font-size: .9rem;
}

.download-card p[b-qityuqoiir] {
    margin-top: .25rem;
    color: #738095;
    font-size: .7rem;
}

.download-card button[b-qityuqoiir],
.external-action[b-qityuqoiir] {
    grid-column: 1 / -1;
    justify-self: start;
    padding: 0;
    border: 0;
    cursor: pointer;
    color: #0f6cbd;
    background: transparent;
    font: 700 .75rem "Segoe UI", sans-serif;
}

.download-card .qr-button[b-qityuqoiir] {
    grid-column: 2;
    grid-row: 3;
    justify-self: end;
}

.download-card button:disabled[b-qityuqoiir] {
    cursor: wait;
    opacity: .55;
}

.download-error[b-qityuqoiir] {
    margin-top: .85rem;
    padding: .65rem .8rem;
    border-radius: 8px;
    color: #714b00;
    background: #fff4ce;
    font-size: .78rem;
}

.qr-backdrop[b-qityuqoiir] {
    position: fixed;
    z-index: 1200;
    inset: 0;
    display: grid;
    padding: 1rem;
    place-items: center;
    background: rgba(8, 22, 39, .62);
    backdrop-filter: blur(5px);
}

.qr-dialog[b-qityuqoiir] {
    position: relative;
    width: min(390px, 100%);
    padding: 1.4rem;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(0, 14, 35, .4);
    text-align: center;
}

.qr-dialog h3[b-qityuqoiir],
.qr-dialog p[b-qityuqoiir] {
    margin: 0;
}

.qr-dialog > p:last-child[b-qityuqoiir] {
    color: #657488;
    font-size: .78rem;
    line-height: 1.5;
}

.qr-code[b-qityuqoiir] {
    width: 240px;
    max-width: 100%;
    margin: 1rem auto;
}

.qr-code[b-qityuqoiir]  svg {
    display: block;
    width: 100%;
    height: auto;
}

.qr-close[b-qityuqoiir] {
    position: absolute;
    top: .7rem;
    right: .8rem;
    border: 0;
    cursor: pointer;
    color: #5c6979;
    background: transparent;
    font-size: 1.4rem;
}

@media (max-width: 700px) {
    .downloads-heading[b-qityuqoiir] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Shared/Ipv4RangeCalculator.razor.rz.scp.css */
.cidr-calculator[b-diwdvz02su] {
    grid-column: 1 / -1;
    padding: .85rem;
    border: 1px solid #d8e2ed;
    border-radius: 10px;
    background: #f7faff;
}

.calculator-heading[b-diwdvz02su],
.range-inputs[b-diwdvz02su] {
    display: flex;
    align-items: center;
}

.calculator-heading[b-diwdvz02su] {
    justify-content: space-between;
    gap: 1rem;
}

.calculator-heading strong[b-diwdvz02su],
.calculator-heading small[b-diwdvz02su] {
    display: block;
}

.calculator-heading strong[b-diwdvz02su] {
    color: #243b55;
    font-size: .86rem;
}

.calculator-heading small[b-diwdvz02su] {
    margin-top: .2rem;
    color: #6b7788;
}

.calculator-heading button[b-diwdvz02su] {
    flex: none;
    padding: .48rem .7rem;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: #0f6cbd;
    cursor: pointer;
    font: 600 .78rem "Segoe UI", sans-serif;
}

.calculator-heading button:disabled[b-diwdvz02su] {
    cursor: not-allowed;
    opacity: .55;
}

.range-inputs[b-diwdvz02su] {
    gap: .65rem;
    margin-top: .75rem;
}

.range-inputs label[b-diwdvz02su] {
    display: grid;
    min-width: 0;
    flex: 1;
    gap: .3rem;
}

.range-inputs label span[b-diwdvz02su] {
    color: #536174;
    font-size: .72rem;
    font-weight: 600;
}

.range-inputs input[b-diwdvz02su] {
    width: 100%;
    padding: .55rem .65rem;
    border: 1px solid #8a94a3;
    border-radius: 6px;
    font: .82rem Consolas, monospace;
}

.range-separator[b-diwdvz02su] {
    padding-top: 1.2rem;
    color: #7b8797;
}

.calculator-error[b-diwdvz02su] {
    margin: .55rem 0 0;
    color: #a4262c;
    font-size: .78rem;
}

@media (max-width: 560px) {
    .calculator-heading[b-diwdvz02su],
    .range-inputs[b-diwdvz02su] {
        align-items: stretch;
        flex-direction: column;
    }

    .range-separator[b-diwdvz02su] {
        display: none;
    }
}
