@import '_content/CTP.DLMS/CTP.DLMS.gw1one6rs9.bundle.scp.css';

/* /Components/Layout/DisplaySizeSelector.razor.rz.scp.css */
.display-size-selector[b-irq27e29kz] {
    position: relative;
    flex: 0 0 auto;
}

.display-size-trigger[b-irq27e29kz] {
    width: var(--app-control-height);
    min-width: var(--app-control-height) !important;
    height: var(--app-control-height);
    min-height: var(--app-control-height);
    padding: 0;
    justify-content: center;
    border-color: #cbd8e1;
    border-radius: 7px;
    background: #ffffff;
    color: #1d3444;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .85) inset, 0 1px 2px rgba(12, 32, 48, .06);
    transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease, color .16s ease;
}

.display-size-trigger:hover[b-irq27e29kz],
.display-size-trigger:focus[b-irq27e29kz] {
    border-color: #91b8c9;
    background: #f8fbfc;
    color: #0f5f80;
    box-shadow: 0 0 0 3px rgba(15, 107, 143, .09), 0 1px 2px rgba(12, 32, 48, .08);
}

.display-size-trigger i[b-irq27e29kz] {
    font-size: var(--scheme-font-control);
    line-height: 1;
}

.display-size-menu[b-irq27e29kz] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 1002;
    min-width: 128px;
    padding: 4px;
    border: 1px solid #c7d3dd;
    border-radius: 4px;
    box-shadow: 0 10px 24px rgba(12, 32, 48, .16);
}

.display-size-option[b-irq27e29kz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: var(--app-control-height-sm);
    padding: 4px 8px;
    border-radius: 3px;
    font-size: var(--scheme-font-control);
    line-height: 1.35;
}

.display-size-option.active[b-irq27e29kz],
.display-size-option:active[b-irq27e29kz] {
    background: #0f6b8f;
    color: #ffffff;
}

.display-size-option i[b-irq27e29kz] {
    font-size: var(--scheme-font-meta);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jlpkdndyey] {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(15, 107, 143, .06) 0%, transparent 34%),
        linear-gradient(180deg, #eef3f6 0%, #f8fafb 100%);
}

main[b-jlpkdndyey] {
    flex: 1;
    min-width: 0;
    overflow-x: hidden;
}

.sidebar[b-jlpkdndyey] {
    background:
        linear-gradient(180deg, rgba(183, 121, 31, .08) 0%, transparent 22%),
        linear-gradient(180deg, #152633 0%, #0d1822 100%);
    flex-shrink: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row[b-jlpkdndyey] {
    position: relative;
    z-index: 200;
    background-color: rgba(248, 250, 251, 0.9);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(199, 211, 221, 0.9);
    justify-content: flex-end;
    height: var(--app-header-height);
    display: flex;
    align-items: center;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset, 0 6px 18px rgba(12, 32, 48, .06);
    transition: all 0.3s ease;
    padding: 0 var(--app-content-padding) !important;
}

.ant-layout-main[b-jlpkdndyey] {
    background:
        linear-gradient(135deg, rgba(15, 107, 143, .05) 0%, transparent 38%),
        linear-gradient(180deg, #eef3f6 0%, #f8fafb 100%);
}

.manual-standalone-shell[b-jlpkdndyey] {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(15, 107, 143, .05) 0%, transparent 38%),
        linear-gradient(180deg, #eef3f6 0%, #f8fafb 100%);
}

.manual-standalone-content[b-jlpkdndyey] {
    height: 100vh;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: var(--app-content-padding) !important;
}

.ant-header-right[b-jlpkdndyey] {
    color: rgba(0, 0, 0, 0.65);
    gap: .5rem !important;
    min-width: 0;
    justify-content: flex-end;
}

.ant-user-text[b-jlpkdndyey] {
    font-size: var(--scheme-font-section);
    font-weight: 500;
    color: #2f4454;
    padding: 0 0.5rem;
    min-width: 0;
    max-width: min(34vw, 280px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.manual-entry-trigger[b-jlpkdndyey] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--app-control-height);
    min-width: var(--app-control-height) !important;
    height: var(--app-control-height);
    min-height: var(--app-control-height);
    padding: 0;
    border-color: #cbd8e1;
    border-radius: 7px;
    background: #ffffff;
    color: #1d3444;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .85) inset, 0 1px 2px rgba(12, 32, 48, .06);
    transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease, color .16s ease;
}

.manual-entry-trigger:hover[b-jlpkdndyey],
.manual-entry-trigger:focus[b-jlpkdndyey] {
    border-color: #91b8c9;
    background: #f8fbfc;
    color: #0f5f80;
    box-shadow: 0 0 0 3px rgba(15, 107, 143, .09), 0 1px 2px rgba(12, 32, 48, .08);
    text-decoration: none;
}

.account-menu[b-jlpkdndyey] {
    position: relative;
    min-width: 0;
}

.account-menu-backdrop[b-jlpkdndyey] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    border: 0;
    background: transparent;
    padding: 0;
}

.account-menu-trigger[b-jlpkdndyey] {
    position: relative;
    z-index: 1002;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    height: var(--app-control-height);
    min-height: var(--app-control-height);
    max-width: min(34vw, 230px);
    padding: 0 .55rem 0 .4rem;
    border-color: #cbd8e1;
    border-radius: 7px;
    background: #ffffff;
    color: #1d3444;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .85) inset, 0 1px 2px rgba(12, 32, 48, .06);
    transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease, color .16s ease;
}

.account-menu-trigger:hover[b-jlpkdndyey],
.account-menu-trigger:focus[b-jlpkdndyey] {
    border-color: #91b8c9;
    background: #f8fbfc;
    color: #0f5f80;
    box-shadow: 0 0 0 3px rgba(15, 107, 143, .09), 0 1px 2px rgba(12, 32, 48, .08);
}

.account-menu-avatar[b-jlpkdndyey] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 50%;
    background: #e7f2f6;
    color: #0f6b8f;
    font-size: .78rem;
    font-weight: 850;
    line-height: 1;
}

.account-menu-name[b-jlpkdndyey] {
    min-width: 0;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1;
}

.account-menu-caret[b-jlpkdndyey] {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    flex: 0 0 auto;
    opacity: .75;
}

.account-menu-panel[b-jlpkdndyey] {
    position: absolute;
    top: calc(100% + .45rem);
    right: 0;
    left: auto;
    z-index: 1002;
    min-width: 180px;
    padding: .4rem;
    border: 1px solid #c7d3dd;
    border-radius: var(--card-radius);
    box-shadow: var(--shadow-md);
}

.account-menu-identity[b-jlpkdndyey] {
    max-width: 240px;
    padding: .45rem .6rem;
    color: #1c2b36;
    font-size: var(--scheme-font-body);
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ant-content[b-jlpkdndyey] {
    padding: var(--app-content-padding) !important;
}

    .top-row[b-jlpkdndyey]  a, .top-row[b-jlpkdndyey]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: inherit;
    }

    .top-row[b-jlpkdndyey]  a:hover, .top-row[b-jlpkdndyey]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jlpkdndyey]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jlpkdndyey] {
        justify-content: space-between;
        min-height: var(--app-header-height);
        padding-left: .75rem !important;
        padding-right: .75rem !important;
    }

    .ant-header-right[b-jlpkdndyey] {
        gap: .4rem !important;
    }

    .ant-user-text[b-jlpkdndyey] {
        max-width: 38vw;
    }

    .account-menu-trigger[b-jlpkdndyey] {
        max-width: 44vw;
        padding-right: .45rem;
    }

    .account-menu-name[b-jlpkdndyey] {
        max-width: 24vw;
    }

    .account-menu-panel[b-jlpkdndyey] {
        min-width: 160px;
    }

    .top-row[b-jlpkdndyey]  a, .top-row[b-jlpkdndyey]  .btn-link {
        margin-left: 0;
    }
}
   
@media (min-width: 641px) {
    .page[b-jlpkdndyey] {
        flex-direction: row;
        height: 100vh;
        overflow: hidden;
    }

    .sidebar[b-jlpkdndyey] {
        width: 280px;
        min-width: 280px;
        max-width: 280px;
        height: 100vh;
        position: relative;
        overflow: hidden;
        box-shadow: 5px 0 24px rgba(12, 32, 48, 0.18);
        z-index: 10;
        transition: width .22s ease, min-width .22s ease, max-width .22s ease, box-shadow .22s ease;
    }

    .page.sidebar-collapsed .sidebar[b-jlpkdndyey] {
        width: 72px;
        min-width: 72px;
        max-width: 72px;
        box-shadow: 3px 0 18px rgba(12, 32, 48, 0.16);
    }

    .ant-layout-main[b-jlpkdndyey] {
        display: flex;
        flex-direction: column;
        height: 100vh;
        min-height: 0;
        overflow: hidden;
    }

    .top-row[b-jlpkdndyey] {
        flex-shrink: 0;
    }

    article.ant-content[b-jlpkdndyey] {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .top-row.auth[b-jlpkdndyey]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jlpkdndyey], article[b-jlpkdndyey] {
        /* Override defaults handled by ant-content / top-row padding */
    }
}

#blazor-error-ui[b-jlpkdndyey] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-jlpkdndyey] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b1dnzbp4ka] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: #0f6b8f;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230f6b8f' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem #fff;
}

.bi-plan-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M8 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm-5 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm10 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z'/%3E%3Cpath d='M8.5 5.5v3h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5v-3.5a.5.5 0 0 1 1 0ZM4 10.5h2.2a.5.5 0 0 1 0 1H4a.5.5 0 0 1 0-1Zm5.8 0H12a.5.5 0 0 1 0 1H9.8a.5.5 0 0 1 0-1Z'/%3E%3C/svg%3E");
}

.bi-plan-communication-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1z'/%3E%3C/svg%3E");
}

.bi-scheme-config-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.062.208a.72.72 0 0 1-1.037.43l-.19-.105c-1.28-.696-2.678.703-1.982 1.983l.104.19a.72.72 0 0 1-.43 1.037l-.208.062c-1.4.413-1.4 2.397 0 2.81l.208.062a.72.72 0 0 1 .43 1.037l-.105.19c-.696 1.28.703 2.678 1.983 1.982l.19-.104a.72.72 0 0 1 1.037.43l.062.208c.413 1.4 2.397 1.4 2.81 0l.062-.208a.72.72 0 0 1 1.037-.43l.19.105c1.28.696 2.678-.703 1.982-1.983l-.104-.19a.72.72 0 0 1 .43-1.037l.208-.062c1.4-.413 1.4-2.397 0-2.81l-.208-.062a.72.72 0 0 1-.43-1.037l.105-.19c.696-1.28-.703-2.678-1.983-1.982l-.19.104a.72.72 0 0 1-1.037-.43zM8 9.16A1.66 1.66 0 1 1 8 5.84a1.66 1.66 0 0 1 0 3.32z'/%3E%3C/svg%3E");
}

.bi-template-library-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M2 2.5A1.5 1.5 0 0 1 3.5 1h9A1.5 1.5 0 0 1 14 2.5v11A1.5 1.5 0 0 1 12.5 15h-9A1.5 1.5 0 0 1 2 13.5v-11ZM3.5 2a.5.5 0 0 0-.5.5V5h10V2.5a.5.5 0 0 0-.5-.5h-9ZM3 6v7.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V6H3Zm2 1.5h2.5a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1Zm0 2h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1Zm0 2h4a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1Z'/%3E%3C/svg%3E");
}

.bi-shared-schemes-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M5 3.5A2.5 2.5 0 1 1 7.5 6 2.5 2.5 0 0 1 5 3.5ZM7.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM1.5 12A3.5 3.5 0 0 1 5 8.5h5A3.5 3.5 0 0 1 13.5 12v.5a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5V12Zm1 .5h10V12A2.5 2.5 0 0 0 10 9.5H5A2.5 2.5 0 0 0 2.5 12v.5ZM12.5 2a.5.5 0 0 1 .5.5V4h1.5a.5.5 0 0 1 0 1H13v1.5a.5.5 0 0 1-1 0V5h-1.5a.5.5 0 0 1 0-1H12V2.5a.5.5 0 0 1 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-task-config-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M5 1.5A1.5 1.5 0 0 1 6.5 0h3A1.5 1.5 0 0 1 11 1.5V2h1.5A1.5 1.5 0 0 1 14 3.5v11A1.5 1.5 0 0 1 12.5 16h-9A1.5 1.5 0 0 1 2 14.5v-11A1.5 1.5 0 0 1 3.5 2H5v-.5ZM6 2h4v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V2ZM3.5 3a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-11a.5.5 0 0 0-.5-.5h-9Zm7.85 3.15a.5.5 0 0 1 0 .7l-3.5 3.5a.5.5 0 0 1-.7 0l-1.5-1.5a.5.5 0 1 1 .7-.7L7.5 9.29l3.15-3.14a.5.5 0 0 1 .7 0ZM5.5 12h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1Z'/%3E%3C/svg%3E");
}

.bi-comm-logs-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M10 1.5a1 1 0 0 1 1 1V3h1.5A1.5 1.5 0 0 1 14 4.5v9A1.5 1.5 0 0 1 12.5 15h-9A1.5 1.5 0 0 1 2 13.5v-9A1.5 1.5 0 0 1 3.5 3H5v-.5a1 1 0 0 1 1-1h4Zm0 1H6V3h4v-.5ZM3.5 4a.5.5 0 0 0-.5.5V6h10V4.5a.5.5 0 0 0-.5-.5h-9ZM13 7H3v6.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V7ZM5 8.5h2v1H5v-1Zm0 2h6v1H5v-1Z'/%3E%3C/svg%3E");
}

.bi-task-comm-logs-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M3 1.5A1.5 1.5 0 0 1 4.5 0h7A1.5 1.5 0 0 1 13 1.5v13a.5.5 0 0 1-.76.43L8 12.39l-4.24 2.54A.5.5 0 0 1 3 14.5v-13ZM4.5 1a.5.5 0 0 0-.5.5v12.12l3.74-2.24a.5.5 0 0 1 .52 0L12 13.62V1.5a.5.5 0 0 0-.5-.5h-7ZM6 4h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1Zm0 2.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1ZM6 9h2.5a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1Z'/%3E%3C/svg%3E");
}

.bi-users-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M5 6a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm6 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM2 12.5A2.5 2.5 0 0 1 4.5 10h1A2.5 2.5 0 0 1 8 12.5V13H2v-.5Zm6.5.5v-.5c0-.72-.27-1.38-.72-1.88A2.5 2.5 0 0 1 9.5 10h1a2.5 2.5 0 0 1 2.5 2.5v.5h-4.5Z'/%3E%3C/svg%3E");
}

.bi-scheme-publish-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a.5.5 0 0 1 .5.5v6.793l2.146-2.147a.5.5 0 1 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 8.293V1.5A.5.5 0 0 1 8 1Z'/%3E%3Cpath d='M2.5 11a.5.5 0 0 1 .5.5V13h10v-1.5a.5.5 0 0 1 1 0V13A1 1 0 0 1 13 14H3a1 1 0 0 1-1-1v-1.5a.5.5 0 0 1 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-task-publish-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M2 2.5A1.5 1.5 0 0 1 3.5 1h7A1.5 1.5 0 0 1 12 2.5V4h.5A1.5 1.5 0 0 1 14 5.5v8A1.5 1.5 0 0 1 12.5 15h-9A1.5 1.5 0 0 1 2 13.5v-11ZM3.5 2a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5H12v1.5a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-7ZM8 5a.5.5 0 0 1 .5.5v4.29l1.15-1.14a.5.5 0 0 1 .7.7l-2 2a.5.5 0 0 1-.7 0l-2-2a.5.5 0 1 1 .7-.7L7.5 9.79V5.5A.5.5 0 0 1 8 5Z'/%3E%3C/svg%3E");
}

.bi-house-door-fill-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 2 8h1v6a1 1 0 0 0 1 1h2.5a.5.5 0 0 0 .5-.5V11h2v3.5a.5.5 0 0 0 .5.5H12a1 1 0 0 0 1-1V8h1a.5.5 0 0 0 .354-.854l-6-6ZM2.707 7 8 1.707 13.293 7H13a1 1 0 0 0-1 1v6h-2V10.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V14H4V8a1 1 0 0 0-1-1h-.293Z'/%3E%3C/svg%3E");
}

.bi-communication-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 6.5a5.5 5.5 0 0 1 11 0 .5.5 0 0 0 1 0 6.5 6.5 0 0 0-13 0 .5.5 0 0 0 1 0Zm2 0a3.5 3.5 0 0 1 7 0 .5.5 0 0 0 1 0 4.5 4.5 0 0 0-9 0 .5.5 0 0 0 1 0Zm2 0a1.5 1.5 0 0 1 3 0 .5.5 0 0 0 1 0 2.5 2.5 0 0 0-5 0 .5.5 0 0 0 1 0ZM8 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-2 3a2 2 0 1 1 4 0H6Z'/%3E%3C/svg%3E");
}

.bi-task-communication-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M1 3.5A1.5 1.5 0 0 1 2.5 2h9A1.5 1.5 0 0 1 13 3.5V5h.5A1.5 1.5 0 0 1 15 6.5v5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 3 11.5V10h-.5A1.5 1.5 0 0 1 1 8.5v-5ZM2.5 3a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5H3V6.5A1.5 1.5 0 0 1 4.5 5H12V3.5a.5.5 0 0 0-.5-.5h-9ZM4 6.5v5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5Zm2 1h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1Zm0 2h6a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1Z'/%3E%3C/svg%3E");
}

.bi-task-plan-communication-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M3 1.5A1.5 1.5 0 0 1 4.5 0h7A1.5 1.5 0 0 1 13 1.5v13a.5.5 0 0 1-.76.43L8 12.39l-4.24 2.54A.5.5 0 0 1 3 14.5v-13ZM4.5 1a.5.5 0 0 0-.5.5v12.12l3.74-2.24a.5.5 0 0 1 .52 0L12 13.62V1.5a.5.5 0 0 0-.5-.5h-7ZM6 4.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1ZM6 7h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1Zm0 2.5h2a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1Z'/%3E%3C/svg%3E");
}

.bi-collector-planning-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M8 1.5a.5.5 0 0 1 .5.5v1.06a5.5 5.5 0 0 1 4.44 4.44H14a.5.5 0 0 1 0 1h-1.06a5.5 5.5 0 0 1-4.44 4.44V14a.5.5 0 0 1-1 0v-1.06A5.5 5.5 0 0 1 3.06 8.5H2a.5.5 0 0 1 0-1h1.06A5.5 5.5 0 0 1 7.5 3.06V2a.5.5 0 0 1 .5-.5Zm0 2.5a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm0 2a2 2 0 0 1 2 2 .5.5 0 0 1-1 0 1 1 0 1 0-1 1 .5.5 0 0 1 0 1 2 2 0 0 1 0-4Zm-4.8 8.3 2.2-2.2.7.7-2.2 2.2a.5.5 0 0 1-.7-.7Zm9.7.7-2.2-2.2.7-.7 2.2 2.2a.5.5 0 0 1-.7.7Z'/%3E%3C/svg%3E");
}

.bi-debug-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 0a.5.5 0 0 0 0 1H6v1.07A7.001 7.001 0 0 0 1.993 6H1a.5.5 0 0 0 0 1h.08A7.06 7.06 0 0 0 1 8c0 .34.024.675.07 1H1a.5.5 0 0 0 0 1h.993A7.001 7.001 0 0 0 6 13.93V15H5.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1H10v-1.07A7.001 7.001 0 0 0 14.007 10H15a.5.5 0 0 0 0-1h-.08c.046-.325.07-.66.07-1s-.024-.675-.07-1H15a.5.5 0 0 0 0-1h-.993A7.001 7.001 0 0 0 10 2.07V1h.5a.5.5 0 0 0 0-1h-5ZM8 3a5 5 0 1 1 0 10A5 5 0 0 1 8 3Zm-1 3.5a.5.5 0 0 0-.5.5v2c0 .28.22.5.5.5h2a.5.5 0 0 0 0-1H7.5V7a.5.5 0 0 0-.5-.5Z'/%3E%3C/svg%3E");
}

.bi-android-app-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M5 1.5A1.5 1.5 0 0 1 6.5 0h3A1.5 1.5 0 0 1 11 1.5v13A1.5 1.5 0 0 1 9.5 16h-3A1.5 1.5 0 0 1 5 14.5v-13ZM6.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5h-3Z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v4.29l1.15-1.14a.5.5 0 0 1 .7.7l-2 2a.5.5 0 0 1-.7 0l-2-2a.5.5 0 1 1 .7-.7L7.5 8.79V4.5A.5.5 0 0 1 8 4Zm-.75 8.5a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z'/%3E%3C/svg%3E");
}

.bi-operation-logs-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M8 3a.5.5 0 0 1 .5.5V8h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5V3.5A.5.5 0 0 1 8 3Z'/%3E%3Cpath d='M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm0 1a6 6 0 1 1 0 12A6 6 0 0 1 8 2Z'/%3E%3C/svg%3E");
}

.bi-dlt645-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M6 1a1 1 0 0 0-1 1v3H2.5A1.5 1.5 0 0 0 1 6.5v6A1.5 1.5 0 0 0 2.5 14H5v1h1v-1h4v1h1v-1h2.5A1.5 1.5 0 0 0 15 12.5v-6A1.5 1.5 0 0 0 13.5 5H11V2a1 1 0 0 0-1-1H6Zm0 1h4v3H6V2ZM2.5 6h11a.5.5 0 0 1 .5.5V8H2V6.5a.5.5 0 0 1 .5-.5ZM2 9h12v3.5a.5.5 0 0 1-.5.5H11v-1h-1v1H6v-1H5v1H2.5a.5.5 0 0 1-.5-.5V9Zm2 1.25a.75.75 0 1 0 0 1.5h1a.75.75 0 1 0 0-1.5H4Zm7 0a.75.75 0 1 0 0 1.5h1a.75.75 0 1 0 0-1.5h-1Z'/%3E%3C/svg%3E");
}

.bi-dlms-nav-menu[b-b1dnzbp4ka] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2937' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 1A1.5 1.5 0 0 0 1 2.5v11A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-11A1.5 1.5 0 0 0 13.5 1h-11Zm0 1h11a.5.5 0 0 1 .5.5V4H2V2.5a.5.5 0 0 1 .5-.5ZM2 5h12v8.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5V5Zm2 1.5a.5.5 0 0 0 0 1h2.5v2H4a.5.5 0 0 0 0 1h2.5v2H4a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .5-.5v-6A.5.5 0 0 0 7 6.5H4Zm5 0a.5.5 0 0 0-.5.5v5.5a.5.5 0 0 0 .8.4l2.5-2a.5.5 0 0 0 0-.8l-2.5-2A.5.5 0 0 0 9 6.5Zm.5 1.54L10.7 10l-1.2.96V8.04Z'/%3E%3C/svg%3E");
}

.navbar-toggler:checked[b-b1dnzbp4ka] {
    background-color: #eef5ff;
}

.top-row[b-b1dnzbp4ka] {
    min-height: var(--app-header-height);
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    padding: 0 var(--app-content-padding) !important;
    margin-bottom: 1rem;
}

.ant-nav-header-inner[b-b1dnzbp4ka] {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-brand[b-b1dnzbp4ka],
.ant-nav-header-inner[b-b1dnzbp4ka]  .navbar-brand,
.ant-nav-header-inner[b-b1dnzbp4ka]  .ant-nav-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
    max-width: 100%;
    font-size: 1.2rem;
    color: #f8fafc;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    opacity: 1;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.35);
    transition: color .18s ease, opacity .18s ease;
}

.ant-nav-brand-icon[b-b1dnzbp4ka],
.ant-nav-header-inner[b-b1dnzbp4ka]  .ant-nav-brand-icon {
    display: block;
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    border-radius: 8px;
    background: #123b55;
    box-shadow:
        0 8px 18px rgba(3, 20, 30, .28),
        0 0 0 1px rgba(143, 244, 231, .22);
}

.ant-nav-brand-text[b-b1dnzbp4ka],
.ant-nav-header-inner[b-b1dnzbp4ka]  .ant-nav-brand-text {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ant-nav-header-inner[b-b1dnzbp4ka]  .navbar-brand:hover,
.ant-nav-header-inner[b-b1dnzbp4ka]  .navbar-brand:focus,
.ant-nav-header-inner[b-b1dnzbp4ka]  .navbar-brand.active,
.ant-nav-header-inner[b-b1dnzbp4ka]  .ant-nav-brand:hover,
.ant-nav-header-inner[b-b1dnzbp4ka]  .ant-nav-brand:focus,
.ant-nav-header-inner[b-b1dnzbp4ka]  .ant-nav-brand.active {
    color: #ffffff;
    opacity: 1;
    text-decoration: none;
}

.ant-nav-header-inner[b-b1dnzbp4ka]  .navbar-brand:focus-visible,
.ant-nav-header-inner[b-b1dnzbp4ka]  .ant-nav-brand:focus-visible {
    outline: 2px solid rgba(248, 250, 252, 0.85);
    outline-offset: 4px;
    border-radius: 4px;
}

.bi[b-b1dnzbp4ka] {
    display: inline-block;
    position: relative;
    width: calc(var(--scheme-font-section) + .25rem);
    height: calc(var(--scheme-font-section) + .25rem);
    margin-right: var(--app-density-gap);
    top: -1px;
    background-size: cover;
    filter: brightness(0) invert(1) opacity(0.85);
    transition: filter 0.3s ease;
}

.nav-item[b-b1dnzbp4ka] {
    font-size: var(--scheme-font-body);
    padding-bottom: 0.15rem;
}

.nav-group-title[b-b1dnzbp4ka] {
    font-size: var(--scheme-font-meta);
    color: rgba(166, 184, 197, 0.9);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding: 0 1.1rem;
}

.nav-item:first-of-type[b-b1dnzbp4ka] {
    padding-top: 0.5rem;
}

.nav-item:last-of-type[b-b1dnzbp4ka] {
    padding-bottom: 1rem;
}

.nav-item[b-b1dnzbp4ka]  a.active {
    background: linear-gradient(90deg, rgba(183, 121, 31, .25) 0%, rgba(15, 107, 143, .95) 100%);
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(3, 20, 30, .24);
    border-radius: 8px;
    margin: 0 0.6rem;
    padding: 0 0.95rem;
    border: 1px solid rgba(125, 167, 186, .32);
}

.nav-item[b-b1dnzbp4ka]  a.active .bi {
    filter: brightness(0) invert(1) opacity(1);
}

.nav-item[b-b1dnzbp4ka]  .nav-link {
    color: rgba(226, 232, 240, 0.8);
    background: transparent;
    border: none;
    border-radius: 8px;
    min-height: var(--app-nav-item-height);
    display: flex;
    align-items: center;
    gap: var(--app-nav-gap);
    line-height: 1.3;
    width: 100%;
    min-width: 0;
    margin: 0 0.6rem;
    padding: var(--app-nav-item-padding-y) var(--app-nav-item-padding-x);
    transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.nav-item[b-b1dnzbp4ka]  .nav-link .bi {
    flex-shrink: 0;
}

.nav-item[b-b1dnzbp4ka]  .nav-link .nav-link-text {
    display: block;
    min-width: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-item[b-b1dnzbp4ka]  .nav-link:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    transform: translateX(2px);
}

.nav-item[b-b1dnzbp4ka]  .nav-link:hover:not(.active) .bi {
    filter: brightness(0) invert(1) opacity(1);
}

.nav-item[b-b1dnzbp4ka]  .nav-link.nav-link-disabled {
    color: rgba(226, 232, 240, 0.42);
    cursor: not-allowed;
    opacity: 0.68;
    transform: none;
}

.nav-item[b-b1dnzbp4ka]  .nav-link.nav-link-disabled:hover {
    background: transparent;
    color: rgba(226, 232, 240, 0.42);
    transform: none;
}

.nav-item[b-b1dnzbp4ka]  .nav-link.nav-link-disabled .bi {
    opacity: 0.55;
}

.ant-nav-brand.nav-link-disabled[b-b1dnzbp4ka],
.ant-nav-header-inner[b-b1dnzbp4ka]  .ant-nav-brand.nav-link-disabled {
    cursor: not-allowed;
    color: #f8fafc;
    opacity: 1;
}

.nav-scrollable[b-b1dnzbp4ka] {
    display: none;
    background: transparent;
    flex: 1;
    min-height: 0;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

.nav-scrollable[b-b1dnzbp4ka]::-webkit-scrollbar {
    width: 8px;
}

.nav-scrollable[b-b1dnzbp4ka]::-webkit-scrollbar-track {
    background: transparent;
}

.nav-scrollable[b-b1dnzbp4ka]::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 999px;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.sidebar:hover .nav-scrollable[b-b1dnzbp4ka] {
    scrollbar-color: rgba(148, 163, 184, 0.55) transparent;
}

.sidebar:hover .nav-scrollable[b-b1dnzbp4ka]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(166, 184, 197, 0.55) 0%, rgba(101, 116, 130, 0.7) 100%);
}

.sidebar:hover .nav-scrollable[b-b1dnzbp4ka]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(148, 163, 184, 0.85) 0%, rgba(100, 116, 139, 0.95) 100%);
}

.navbar-toggler:checked ~ .nav-scrollable[b-b1dnzbp4ka] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-b1dnzbp4ka] {
        display: none;
    }

    .nav-scrollable[b-b1dnzbp4ka] {
        display: block;
        height: 100%;
        overflow-y: auto;
        border-right: 1px solid rgba(255,255,255,.08);
    }

    .top-row.nav-shell-collapsed[b-b1dnzbp4ka] {
        min-height: var(--app-header-height);
        justify-content: center;
        padding: 0 !important;
        margin-bottom: 0.35rem;
    }

    .top-row.nav-shell-collapsed .ant-nav-header-inner[b-b1dnzbp4ka] {
        justify-content: center;
        padding: 0;
    }

    .top-row.nav-shell-collapsed .navbar-brand[b-b1dnzbp4ka],
    .top-row.nav-shell-collapsed[b-b1dnzbp4ka]  .navbar-brand,
    .top-row.nav-shell-collapsed[b-b1dnzbp4ka]  .ant-nav-brand {
        width: 2.75rem;
        height: 2.75rem;
        max-width: 2.75rem;
        justify-content: center;
        gap: 0;
        opacity: 1;
        overflow: hidden;
        pointer-events: auto;
        text-align: center;
        font-size: 1rem;
        text-shadow: none;
        border-radius: 10px;
    }

    .top-row.nav-shell-collapsed .ant-nav-brand-icon[b-b1dnzbp4ka],
    .top-row.nav-shell-collapsed[b-b1dnzbp4ka]  .ant-nav-brand-icon {
        width: 2.125rem;
        height: 2.125rem;
        border-radius: 9px;
    }

    .top-row.nav-shell-collapsed .ant-nav-brand-text[b-b1dnzbp4ka],
    .top-row.nav-shell-collapsed[b-b1dnzbp4ka]  .ant-nav-brand-text {
        display: none;
    }

    .nav-scrollable.nav-shell-collapsed[b-b1dnzbp4ka] {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0.25rem 0 0.75rem;
        border-right: 1px solid rgba(255,255,255,.08);
    }

    .nav-scrollable.nav-shell-collapsed .nav[b-b1dnzbp4ka] {
        align-items: center;
        gap: 0.22rem;
    }

    .nav-scrollable.nav-shell-collapsed .nav-group-title[b-b1dnzbp4ka] {
        display: none;
    }

    .nav-scrollable.nav-shell-collapsed .nav-item[b-b1dnzbp4ka] {
        width: 100%;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        padding-bottom: 0.1rem;
    }

    .nav-scrollable.nav-shell-collapsed .nav-item:first-of-type[b-b1dnzbp4ka] {
        padding-top: 0.35rem;
    }

    .nav-scrollable.nav-shell-collapsed .nav-item[b-b1dnzbp4ka]  .nav-link {
        width: max(2.75rem, var(--app-nav-item-height));
        min-height: max(2.75rem, var(--app-nav-item-height));
        justify-content: center;
        gap: 0;
        margin: 0 auto;
        padding: 0;
        border-radius: 10px;
    }

    .nav-scrollable.nav-shell-collapsed .nav-item[b-b1dnzbp4ka]  a.active {
        width: max(2.75rem, var(--app-nav-item-height));
        margin: 0 auto;
        padding: 0;
        border-radius: 10px;
        background: linear-gradient(135deg, rgba(183, 121, 31, .28) 0%, rgba(15, 107, 143, .95) 100%);
        box-shadow: 0 7px 16px rgba(3, 20, 30, .26);
    }

    .nav-scrollable.nav-shell-collapsed .nav-item[b-b1dnzbp4ka]  .nav-link .bi {
        width: calc(var(--scheme-font-section) + .25rem);
        height: calc(var(--scheme-font-section) + .25rem);
        margin-right: 0;
        top: 0;
    }

    .nav-scrollable.nav-shell-collapsed .nav-item[b-b1dnzbp4ka]  .nav-link .nav-link-text {
        display: none;
    }

    .nav-scrollable.nav-shell-collapsed .nav-item[b-b1dnzbp4ka]  .nav-link:hover:not(.active) {
        transform: none;
        background-color: rgba(255, 255, 255, 0.08);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-to6l71gcfm],
.components-reconnect-repeated-attempt-visible[b-to6l71gcfm],
.components-reconnect-failed-visible[b-to6l71gcfm],
.components-pause-visible[b-to6l71gcfm],
.components-resume-failed-visible[b-to6l71gcfm],
.components-rejoining-animation[b-to6l71gcfm] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-to6l71gcfm],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-to6l71gcfm],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-to6l71gcfm],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-to6l71gcfm],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-to6l71gcfm],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-to6l71gcfm],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-to6l71gcfm] {
    display: block;
}


#components-reconnect-modal[b-to6l71gcfm] {
    background-color: white;
    width: 20rem;
    max-width: calc(100vw - 2rem);
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    color: #1f2937;
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-to6l71gcfm 0.5s both;
}

#components-reconnect-modal[open]:not(.components-reconnect-show):not(.components-reconnect-retrying):not(.components-reconnect-failed):not(.components-reconnect-paused):not(.components-reconnect-resume-failed)[b-to6l71gcfm] {
    visibility: hidden;
    pointer-events: none;
}

#components-reconnect-modal[open].components-reconnect-show[b-to6l71gcfm],
#components-reconnect-modal[open].components-reconnect-retrying[b-to6l71gcfm],
#components-reconnect-modal[open].components-reconnect-failed[b-to6l71gcfm],
#components-reconnect-modal[open].components-reconnect-paused[b-to6l71gcfm],
#components-reconnect-modal[open].components-reconnect-resume-failed[b-to6l71gcfm] {
    visibility: visible;
    animation: components-reconnect-modal-slideUp-b-to6l71gcfm 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-to6l71gcfm 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

#components-reconnect-modal[b-to6l71gcfm]::backdrop {
    background-color: transparent;
    opacity: 0;
}

#components-reconnect-modal[open].components-reconnect-show[b-to6l71gcfm]::backdrop,
#components-reconnect-modal[open].components-reconnect-retrying[b-to6l71gcfm]::backdrop,
#components-reconnect-modal[open].components-reconnect-failed[b-to6l71gcfm]::backdrop,
#components-reconnect-modal[open].components-reconnect-paused[b-to6l71gcfm]::backdrop,
#components-reconnect-modal[open].components-reconnect-resume-failed[b-to6l71gcfm]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-to6l71gcfm 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-to6l71gcfm {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-to6l71gcfm {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-to6l71gcfm {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-to6l71gcfm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-to6l71gcfm] {
    margin: 0;
    text-align: center;
    line-height: 1.45;
}

#components-reconnect-modal button[b-to6l71gcfm] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:focus-visible[b-to6l71gcfm] {
        outline: 3px solid rgba(0, 135, 255, 0.28);
        outline-offset: 2px;
    }

    #components-reconnect-modal button:hover[b-to6l71gcfm] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-to6l71gcfm] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-to6l71gcfm] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-to6l71gcfm] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-to6l71gcfm 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-to6l71gcfm] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-to6l71gcfm {
    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/CollectorPlanning.razor.rz.scp.css */
.collector-planning-page[b-5p502yllvv] {
    color: var(--ink);
}

.collector-planning-header[b-5p502yllvv] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.collector-planning-subtitle[b-5p502yllvv] {
    margin-top: .25rem;
    color: var(--muted);
    font-size: var(--scheme-font-body);
}

.collector-planning-header-stats[b-5p502yllvv] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-end;
}

.collector-planning-header-stats span[b-5p502yllvv] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    min-height: var(--app-control-height-sm);
    padding: 0 .55rem;
    border: 1px solid #c7d3dd;
    border-radius: 4px;
    background: #ffffff;
    color: #2f4454;
    box-shadow: var(--shadow-sm);
}

.collector-planning-workbench[b-5p502yllvv] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--app-density-gap);
    align-items: start;
}

.collector-panel[b-5p502yllvv] {
    min-width: 0;
    border: 1px solid #c7d3dd;
    border-radius: 4px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(250, 252, 253, .98)),
        repeating-linear-gradient(135deg, rgba(15, 107, 143, .035) 0, rgba(15, 107, 143, .035) 1px, transparent 1px, transparent 10px);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .85) inset, 0 10px 22px rgba(12, 32, 48, .08);
    overflow: hidden;
}

.collector-panel-header[b-5p502yllvv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .85rem 1rem;
    border-bottom: 1px solid #d8e0e7;
    background: linear-gradient(180deg, #f8fbfc 0%, #edf3f6 100%);
}

.collector-panel-header h2[b-5p502yllvv] {
    margin: 0;
    color: #172b38;
    font-size: var(--scheme-font-section);
    font-weight: 800;
    letter-spacing: 0;
}

.collector-panel-header > div > span[b-5p502yllvv] {
    display: block;
    margin-top: .18rem;
    color: var(--muted);
    font-size: var(--scheme-font-control);
}

.collector-run-button:disabled[b-5p502yllvv] {
    color: #ffffff !important;
    background: linear-gradient(180deg, #1280a8 0%, #0f6b8f 100%);
    border-color: #0b5d7d;
}

.collector-panel-actions[b-5p502yllvv],
.collector-task-actions[b-5p502yllvv],
.collector-import-actions[b-5p502yllvv],
.collector-input-summary[b-5p502yllvv] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
}

.collector-task-strip[b-5p502yllvv],
.collector-location-toolbar[b-5p502yllvv],
.collector-selected-summary[b-5p502yllvv],
.collector-lane-shell[b-5p502yllvv] {
    padding: .9rem 1rem;
    border-bottom: 1px solid #e5ebf0;
}

.collector-location-toolbar-title[b-5p502yllvv] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .5rem;
}

.collector-location-bulk-actions[b-5p502yllvv] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .4rem;
}

.collector-location-bulk-actions .btn[b-5p502yllvv] {
    min-height: var(--app-control-height-sm);
    padding: .25rem .55rem;
    font-size: var(--scheme-font-control);
}

.collector-task-controls[b-5p502yllvv],
.collector-search-controls[b-5p502yllvv] {
    display: grid;
    grid-template-columns: minmax(280px, 520px) auto;
    gap: .5rem;
    align-items: center;
}

.collector-search-controls[b-5p502yllvv] {
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.collector-task-actions[b-5p502yllvv] {
    justify-content: flex-end;
}

.collector-task-actions .btn[b-5p502yllvv] {
    white-space: nowrap;
}

.collector-missing-strip[b-5p502yllvv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin: .9rem 1rem 0;
    padding: .7rem .8rem;
    border: 1px solid #f3c78f;
    border-left: 4px solid #b7791f;
    border-radius: 4px;
    background: #fff8ed;
    color: #5b3713;
}

.collector-missing-strip strong[b-5p502yllvv] {
    display: block;
    font-weight: 800;
}

.collector-missing-strip span[b-5p502yllvv] {
    color: #78511d;
    font-size: var(--scheme-font-control);
}

.collector-chip-list[b-5p502yllvv] {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    min-width: 0;
}

.collector-missing-list[b-5p502yllvv] {
    padding: .65rem 1rem .9rem;
    border-bottom: 1px solid #e5ebf0;
}

.collector-chip[b-5p502yllvv] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    max-width: 100%;
    min-height: 24px;
    padding: 0 .55rem;
    border: 1px solid #c7d3dd;
    border-radius: 4px;
    background: #ffffff;
    color: #2f4454;
    font-size: var(--scheme-font-control);
    font-weight: 700;
    line-height: 1.2;
}

.collector-chip span:first-child[b-5p502yllvv] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.collector-chip.danger[b-5p502yllvv] {
    border-color: #f3c78f;
    background: #fff8ed;
    color: #8a4f18;
}

.collector-chip.muted[b-5p502yllvv] {
    color: var(--muted);
    background: #edf3f6;
}

.button-chip[b-5p502yllvv] {
    cursor: pointer;
}

.button-chip:hover[b-5p502yllvv] {
    color: #0f6b8f;
    border-color: #7da7ba;
}

.collector-location-list[b-5p502yllvv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: .45rem;
    padding: .25rem 1rem .9rem;
}

.collector-location-row[b-5p502yllvv] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .7rem;
    align-items: center;
    min-height: 56px;
    padding: .65rem .75rem;
    border: 1px solid #d8e0e7;
    border-radius: 4px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color .14s ease, box-shadow .14s ease, transform .14s ease;
}

.collector-location-row.readonly[b-5p502yllvv] {
    grid-template-columns: minmax(0, 1fr);
    cursor: default;
}

.collector-location-row:hover[b-5p502yllvv],
.collector-location-row.selected[b-5p502yllvv] {
    border-color: #7da7ba;
    box-shadow: 0 5px 12px rgba(12, 32, 48, .09);
}

.collector-location-row.readonly:hover[b-5p502yllvv] {
    border-color: #d8e0e7;
    box-shadow: none;
}

.collector-location-row.selected[b-5p502yllvv] {
    background: linear-gradient(90deg, rgba(15, 107, 143, .09), #ffffff 70%);
}

.collector-location-main[b-5p502yllvv] {
    min-width: 0;
}

.collector-location-title[b-5p502yllvv] {
    display: flex;
    align-items: center;
    gap: .45rem;
    min-width: 0;
    color: #172b38;
    font-weight: 800;
}

.collector-location-title > span:first-child[b-5p502yllvv] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.collector-location-meta[b-5p502yllvv] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .22rem;
    color: var(--muted);
    font-size: var(--scheme-font-control);
}

.collector-preview-hint[b-5p502yllvv] {
    margin-top: .18rem;
    color: var(--muted);
    font-size: var(--scheme-font-control);
}

.collector-state-chip[b-5p502yllvv] {
    flex: 0 0 auto;
    padding: .05rem .4rem;
    border: 1px solid rgba(15, 107, 143, .25);
    border-radius: 3px;
    background: rgba(15, 107, 143, .09);
    color: #0b5d7d;
    font-size: var(--scheme-font-small);
}

.collector-pagination[b-5p502yllvv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .75rem 1rem;
    border-top: 1px solid #e5ebf0;
    color: var(--muted);
    font-size: var(--scheme-font-control);
}

.collector-pagination > div[b-5p502yllvv] {
    display: flex;
    gap: .4rem;
}

.collector-parameter-grid[b-5p502yllvv] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    padding: .9rem 1rem;
    border-bottom: 1px solid #e5ebf0;
}

.collector-selected-title[b-5p502yllvv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
    margin-bottom: .65rem;
    font-weight: 800;
}

.collector-input-summary span[b-5p502yllvv] {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    min-height: 28px;
    padding: 0 .5rem;
    border: 1px solid #d8e0e7;
    border-radius: 4px;
    background: #ffffff;
    color: #2f4454;
    font-size: var(--scheme-font-control);
}

.collector-import-actions[b-5p502yllvv] {
    align-items: stretch;
}

.collector-import-actions .form-control[b-5p502yllvv] {
    min-width: min(420px, 100%);
}

.collector-import-file[b-5p502yllvv] {
    margin-top: .65rem;
    color: var(--muted);
    font-size: var(--scheme-font-control);
}

.collector-import-errors[b-5p502yllvv] {
    margin-top: .8rem;
    padding: .75rem .85rem;
    border: 1px solid #f3c78f;
    border-left: 4px solid #b7791f;
    border-radius: 4px;
    background: #fff8ed;
    color: #5b3713;
}

.collector-import-errors ul[b-5p502yllvv] {
    margin: .5rem 0 0;
    padding-left: 1.15rem;
}

.collector-empty-state[b-5p502yllvv] {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    color: var(--muted);
    text-align: center;
    background: #f8fbfc;
    border: 1px dashed #c7d3dd;
    border-radius: 4px;
}

.collector-empty-state.compact[b-5p502yllvv] {
    min-height: 42px;
}

.collector-empty-state.result-empty[b-5p502yllvv] {
    margin: 1rem;
    min-height: 180px;
}

.collector-summary-grid[b-5p502yllvv] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .6rem;
    padding: .9rem 1rem;
    border-bottom: 1px solid #e5ebf0;
}

.collector-summary-tile[b-5p502yllvv] {
    min-width: 0;
    min-height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .25rem;
    padding: .7rem .8rem;
    border: 1px solid #d8e0e7;
    border-radius: 4px;
    background: #ffffff;
}

.collector-summary-tile.accent[b-5p502yllvv] {
    border-color: rgba(15, 107, 143, .35);
    background: linear-gradient(135deg, rgba(15, 107, 143, .1), #ffffff 72%);
}

.collector-summary-tile span[b-5p502yllvv] {
    color: var(--muted);
    font-size: var(--scheme-font-control);
}

.collector-summary-tile strong[b-5p502yllvv] {
    color: #172b38;
    font-size: 1.35rem;
    line-height: 1.1;
    font-weight: 850;
}

.collector-section-title[b-5p502yllvv] {
    margin-bottom: .65rem;
    color: #172b38;
    font-size: var(--scheme-font-section);
    font-weight: 850;
}

.collector-result-panel > .collector-section-title[b-5p502yllvv] {
    margin: .9rem 1rem .65rem;
}

.collector-section-toolbar[b-5p502yllvv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .65rem;
}

.collector-section-toolbar .collector-section-title[b-5p502yllvv] {
    margin-bottom: 0;
}

.collector-lane-shell[b-5p502yllvv] {
    background: #f8fbfc;
}

.collector-lane-list[b-5p502yllvv] {
    display: grid;
    gap: .65rem;
}

.collector-lane[b-5p502yllvv] {
    display: grid;
    grid-template-columns: minmax(260px, .32fr) minmax(0, 1fr);
    gap: .75rem;
    align-items: stretch;
    padding: .75rem;
    border: 1px solid #d8e0e7;
    border-left: 5px solid var(--collector-color);
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .9) inset;
    transition: border-color .14s ease, box-shadow .14s ease, opacity .14s ease;
}

.collector-lane.active[b-5p502yllvv] {
    border-color: color-mix(in srgb, var(--collector-color) 42%, #d8e0e7);
    box-shadow: 0 8px 18px rgba(12, 32, 48, .08);
}

.collector-lane.muted[b-5p502yllvv] {
    opacity: .72;
}

.collector-lane-summary[b-5p502yllvv] {
    display: grid;
    gap: .65rem;
    align-content: start;
    min-width: 0;
}

.collector-lane-title[b-5p502yllvv] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    color: #2f4454;
    font-weight: 750;
}

.collector-lane-title strong[b-5p502yllvv] {
    color: #172b38;
}

.collector-lane-metrics[b-5p502yllvv] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .45rem;
}

.collector-lane-metrics span[b-5p502yllvv] {
    min-width: 0;
    padding: .45rem .5rem;
    border: 1px solid #e1e8ee;
    border-radius: 4px;
    background: #f8fbfc;
}

.collector-lane-metrics small[b-5p502yllvv] {
    display: block;
    color: var(--muted);
    font-size: var(--scheme-font-small);
    line-height: 1.2;
}

.collector-lane-metrics strong[b-5p502yllvv] {
    display: block;
    margin-top: .18rem;
    color: #172b38;
    font-weight: 850;
    line-height: 1.15;
}

.collector-lane-capacity[b-5p502yllvv] {
    height: 8px;
    border-radius: 999px;
    background: #e7eef3;
    overflow: hidden;
}

.collector-lane-capacity span[b-5p502yllvv] {
    display: block;
    width: var(--capacity-percent);
    height: 100%;
    border-radius: inherit;
    background: var(--collector-color);
}

.collector-lane-body[b-5p502yllvv] {
    display: grid;
    gap: .6rem;
    min-width: 0;
}

.collector-lane-band-grid[b-5p502yllvv] {
    display: grid;
    grid-template-columns: repeat(4, minmax(86px, 1fr));
    gap: .45rem;
}

.collector-lane-band[b-5p502yllvv] {
    min-width: 0;
    padding: .5rem .55rem;
    border: 1px solid #d8e0e7;
    border-radius: 4px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fa 100%);
}

.collector-lane-band span[b-5p502yllvv] {
    display: block;
    color: var(--muted);
    font-size: var(--scheme-font-small);
    line-height: 1.1;
}

.collector-lane-band strong[b-5p502yllvv] {
    display: block;
    margin-top: .24rem;
    color: #172b38;
    font-size: 1.05rem;
    font-weight: 850;
    line-height: 1.1;
}

.collector-lane-band.risk[b-5p502yllvv] {
    border-color: #f3c78f;
    background: #fff8ed;
}

.collector-lane-band.risk strong[b-5p502yllvv] {
    color: #8a4f18;
}

.collector-lane-meter-row[b-5p502yllvv] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .4rem;
    min-width: 0;
}

.collector-lane-meter[b-5p502yllvv],
.collector-lane-more[b-5p502yllvv] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    max-width: 100%;
    min-height: 26px;
    padding: .12rem .5rem;
    border: 1px solid #d8e0e7;
    border-radius: 4px;
    background: #ffffff;
    color: #2f4454;
    font-size: var(--scheme-font-control);
    font-weight: 750;
}

.collector-lane-meter span[b-5p502yllvv] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.collector-lane-meter small[b-5p502yllvv] {
    color: var(--muted);
    font-weight: 700;
}

.collector-lane-meter.install[b-5p502yllvv] {
    border-color: color-mix(in srgb, var(--collector-color) 38%, #d8e0e7);
    background: color-mix(in srgb, var(--collector-color) 10%, #ffffff);
}

.collector-lane-more[b-5p502yllvv] {
    color: #0b5d7d;
    background: #edf3f6;
}

.collector-lane-toggle[b-5p502yllvv] {
    min-height: 26px;
}

.collector-id-pill[b-5p502yllvv] {
    display: inline-flex;
    min-width: 42px;
    justify-content: center;
    padding: .12rem .45rem;
    border-radius: 4px;
    background: #edf3f6;
    color: #0b5d7d;
    font-weight: 850;
}

@media (max-width: 720px) {
    .collector-planning-header[b-5p502yllvv],
    .collector-panel-header[b-5p502yllvv],
    .collector-location-toolbar-title[b-5p502yllvv],
    .collector-missing-strip[b-5p502yllvv],
    .collector-pagination[b-5p502yllvv],
    .collector-section-toolbar[b-5p502yllvv] {
        align-items: stretch;
        flex-direction: column;
    }

    .collector-location-bulk-actions[b-5p502yllvv] {
        justify-content: flex-start;
    }

    .collector-panel-actions[b-5p502yllvv],
    .collector-task-actions[b-5p502yllvv],
    .collector-import-actions[b-5p502yllvv],
    .collector-input-summary[b-5p502yllvv] {
        align-items: stretch;
        flex-direction: column;
    }

    .collector-task-controls[b-5p502yllvv],
    .collector-search-controls[b-5p502yllvv],
    .collector-parameter-grid[b-5p502yllvv],
    .collector-summary-grid[b-5p502yllvv],
    .collector-lane[b-5p502yllvv],
    .collector-lane-band-grid[b-5p502yllvv] {
        grid-template-columns: 1fr;
    }

    .collector-lane-metrics[b-5p502yllvv] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Components/Pages/UserManual.razor.rz.scp.css */
.user-manual-page[b-ycbtw05nh8] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 100%;
}

.manual-header[b-ycbtw05nh8] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: end;
    padding: 18px 20px;
    border: 1px solid #c7d3dd;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: var(--shadow-sm);
}

.manual-heading[b-ycbtw05nh8] {
    min-width: 0;
}

.manual-eyebrow[b-ycbtw05nh8] {
    margin-bottom: 6px;
    color: #8a5a13;
    font-size: var(--scheme-font-meta);
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.manual-heading h1[b-ycbtw05nh8] {
    margin: 0;
    color: var(--ink);
    font-size: 1.35rem;
    font-weight: 850;
    line-height: 1.2;
}

.manual-heading p[b-ycbtw05nh8] {
    max-width: 880px;
    margin: 8px 0 0;
    color: #526575;
    font-size: var(--scheme-font-body);
    font-weight: 650;
    line-height: 1.55;
}

.manual-role-panel[b-ycbtw05nh8] {
    display: grid;
    gap: 4px;
    min-width: 142px;
    padding: 10px 12px;
    border: 1px solid #d8e0e7;
    border-radius: 5px;
    background: #f8fafb;
}

.manual-role-panel span[b-ycbtw05nh8] {
    color: #627482;
    font-size: var(--scheme-font-meta);
    font-weight: 800;
}

.manual-role-panel strong[b-ycbtw05nh8] {
    color: #0f5f80;
    font-size: var(--scheme-font-section);
    font-weight: 900;
}

.manual-workspace[b-ycbtw05nh8] {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
}

.manual-index[b-ycbtw05nh8] {
    position: sticky;
    top: 12px;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: calc(100vh - var(--app-header-height) - 38px);
    padding: 10px;
    overflow: auto;
    border: 1px solid #c7d3dd;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: var(--shadow-sm);
}

.manual-index-title[b-ycbtw05nh8] {
    padding: 4px 6px 8px;
    color: #627482;
    font-size: var(--scheme-font-meta);
    font-weight: 850;
}

.manual-index a[b-ycbtw05nh8] {
    display: block;
    padding: 8px 9px;
    border-radius: 4px;
    color: #304656;
    font-size: var(--scheme-font-control);
    font-weight: 750;
    line-height: 1.35;
    text-decoration: none;
}

.manual-index a:hover[b-ycbtw05nh8],
.manual-index a:focus[b-ycbtw05nh8] {
    background: #eef7fa;
    color: #0f5f80;
    outline: none;
}

.manual-index a.is-active[b-ycbtw05nh8] {
    background: #dff0f6;
    color: #0a5d7d;
    box-shadow: inset 3px 0 0 #0f7fa7;
}

.manual-content[b-ycbtw05nh8] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.manual-section[b-ycbtw05nh8] {
    padding: 18px;
    border: 1px solid #c7d3dd;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: var(--shadow-sm);
    scroll-margin-top: calc(var(--app-header-height) + 14px);
}

.manual-section:focus[b-ycbtw05nh8] {
    outline: 2px solid rgba(15, 107, 143, .24);
    outline-offset: 2px;
}

.manual-overview[b-ycbtw05nh8] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 34%);
    gap: 18px;
}

.manual-section h2[b-ycbtw05nh8] {
    margin: 0;
    color: #243746;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.3;
}

.manual-section p[b-ycbtw05nh8] {
    margin: 8px 0 0;
    color: #526575;
    font-size: var(--scheme-font-body);
    font-weight: 620;
    line-height: 1.58;
}

.manual-section-heading[b-ycbtw05nh8] {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.manual-section-heading > span[b-ycbtw05nh8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #b7d0da;
    border-radius: 50%;
    background: #eef7fa;
    color: #0f5f80;
    font-size: var(--scheme-font-small);
    font-weight: 900;
}

.manual-step-list[b-ycbtw05nh8] {
    display: grid;
    gap: 14px;
    margin: 16px 0 0;
    padding-left: 0;
    list-style: none;
    color: #304656;
    font-size: var(--scheme-font-body);
    font-weight: 650;
    line-height: 1.58;
    counter-reset: manual-step;
}

.manual-step-card[b-ycbtw05nh8] {
    counter-increment: manual-step;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 0;
    border: 1px solid #d8e0e7;
    border-radius: 6px;
    background: #ffffff;
    overflow: hidden;
}

.manual-step-copy[b-ycbtw05nh8] {
    position: relative;
    min-width: 0;
    min-height: 50px;
    padding: 14px 16px 14px 58px;
    border-bottom: 1px solid #e4ebf0;
    background: #f8fafb;
    color: #243746;
    font-size: var(--scheme-font-body);
    font-weight: 760;
    line-height: 1.62;
}

.manual-step-copy[b-ycbtw05nh8]::before {
    content: counter(manual-step);
    position: absolute;
    top: 13px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #b7d0da;
    border-radius: 50%;
    background: #ffffff;
    color: #0f5f80;
    font-size: var(--scheme-font-small);
    font-weight: 900;
}

.manual-step-list li[b-ycbtw05nh8]::marker {
    color: #8a5a13;
    font-weight: 900;
}

.manual-screenshot[b-ycbtw05nh8] {
    display: grid;
    margin: 0;
    padding: 12px;
    overflow: hidden;
    background: #ffffff;
}

.manual-screenshot img[b-ycbtw05nh8] {
    display: block;
    width: 100%;
    height: clamp(260px, 36vw, 520px);
    object-fit: contain;
    border: 1px solid #c7d3dd;
    border-radius: 4px;
    background: #ffffff;
}

.manual-screenshot figcaption[b-ycbtw05nh8] {
    color: #627482;
    font-size: var(--scheme-font-control);
    font-weight: 750;
    line-height: 1.45;
}

.manual-modules[b-ycbtw05nh8] {
    min-width: 0;
    padding: 12px;
    border: 1px solid #d8e0e7;
    border-radius: 5px;
    background: #f8fafb;
}

.manual-modules-title[b-ycbtw05nh8] {
    margin-bottom: 8px;
    color: #627482;
    font-size: var(--scheme-font-meta);
    font-weight: 850;
}

.manual-module-list[b-ycbtw05nh8] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.manual-module-list span[b-ycbtw05nh8] {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    max-width: 100%;
    padding: 0 8px;
    border: 1px solid #c7d3dd;
    border-radius: 4px;
    background: #ffffff;
    color: #304656;
    font-size: var(--scheme-font-control);
    font-weight: 800;
    line-height: 1.25;
}

@media (max-width: 900px) {
    .manual-header[b-ycbtw05nh8],
    .manual-overview[b-ycbtw05nh8] {
        grid-template-columns: 1fr;
    }

    .manual-role-panel[b-ycbtw05nh8] {
        width: 100%;
    }

    .manual-workspace[b-ycbtw05nh8] {
        grid-template-columns: 1fr;
    }

    .manual-index[b-ycbtw05nh8] {
        position: static;
        max-height: none;
    }

    .manual-step-copy[b-ycbtw05nh8] {
        padding-right: 14px;
    }
}

@media (max-width: 560px) {
    .manual-header[b-ycbtw05nh8],
    .manual-section[b-ycbtw05nh8] {
        padding: 14px;
    }

    .manual-section-heading[b-ycbtw05nh8] {
        grid-template-columns: 1fr;
    }
}
