/* /components/layout/MainLayout.razor.rz.scp.css */
.paip-app[b-db0m0go9rj] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
/* /components/modules/admin/AdminNav.razor.rz.scp.css */
.paip-nav[b-ou3aln0dix] {
    height: var(--primary-nav-h);
    background: var(--white);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: stretch;
    padding: 0 var(--space-5);
    position: sticky;
    top: var(--topbar-h);
    z-index: 900;
    box-shadow: var(--shadow-sm);
}

.paip-nav-item[b-ou3aln0dix] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 16px;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--text-secondary);
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    transition: color 0.15s;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    white-space: nowrap;
}

.paip-nav-item.active[b-ou3aln0dix] {
    color: var(--navy);
    border-bottom-color: var(--teal);
}

.paip-nav-dropdown[b-ou3aln0dix] {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 0 0 var(--r-md) var(--r-md);
    min-width: 260px;
    box-shadow: var(--shadow-lg);
    display: none;
    overflow: hidden;
    z-index: 950;
}
/* /components/modules/admin/audit/AuditLogs.razor.rz.scp.css */
.paip-audit-filters[b-iruxco18v5] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-4);
    margin-bottom: var(--space-4);
}

.paip-audit-filters .paip-form-field[b-iruxco18v5] {
    flex: 1 1 200px;
    min-width: 180px;
    margin-bottom: 0;
}
/* /components/modules/admin/jobs/JobsTable.razor.rz.scp.css */
/* Job status now uses the shared <StatusBadge> component (paip-status-badge). */
/* /components/modules/admin/tenant/ListTenants.razor.rz.scp.css */
body[b-nqct2my23a] {
}
/* /components/modules/common/CausalChain/Chain.razor.rz.scp.css */
.paip-chain[b-s57ntwn0zj] {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: var(--space-5);
    margin-bottom: var(--space-4);
    box-shadow: var(--shadow-sm);
}

.paip-chain-header[b-s57ntwn0zj] {
    margin-bottom: var(--space-4);
}

.paip-chain-eyebrow[b-s57ntwn0zj] {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--teal-dim);
    margin-bottom: 6px;
}

.paip-chain-title[b-s57ntwn0zj] {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 6px;
    line-height: 1.2;
}

.paip-chain-sub[b-s57ntwn0zj] {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.55;
    max-width: 920px;
}
/* /components/modules/common/CausalChain/ChainAnchor.razor.rz.scp.css */
.paip-chain-anchor[b-vr820zemp4] {
    background: rgba(0, 160, 154, 0.07);
    border-left: 4px solid var(--teal);
    border-radius: 0 var(--r-md) var(--r-md) 0;
    padding: 14px 18px;
    margin-top: var(--space-3);
    display: flex;
    align-items: center;
    gap: 18px;
}

.paip-chain-anchor-label[b-vr820zemp4] {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--teal-dim);
    flex-shrink: 0;
    min-width: 130px;
}

.paip-chain-anchor-value[b-vr820zemp4] {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
    flex-shrink: 0;
    min-width: 130px;
}
}

.paip-chain-anchor-text[b-vr820zemp4] {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.5;
    flex: 1;
}

/* /components/modules/common/CausalChain/ChainArrow.razor.rz.scp.css */
.paip-chain-arrow[b-jfc6po0dv4] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 2px;
}
/* /components/modules/common/CausalChain/ChainFlow.razor.rz.scp.css */
.paip-chain-flow[b-y6evpk8iw9] {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 4px;
    margin-bottom: var(--space-3);
    padding: var(--space-3) 0;
    flex-wrap: nowrap;
    overflow-x: auto;
}
/* /components/modules/common/CausalChain/ChainNarrative.razor.rz.scp.css */
.paip-claim-chain-narrative[b-erwiawxpjb] {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    padding: 10px 14px;
    font-size: 12px;
    color: var(--text-secondary);
    line-height: 1.55;
}
/* /components/modules/common/CausalChain/ChainNode.razor.rz.scp.css */
.paip-chain-node[b-7bcv9j0bwj] {
    flex: 1 1 0;
    min-width: 132px;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 12px 10px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
    border-top: 3px solid #0C1E48;
}

.paip-chain-node.terminal[b-7bcv9j0bwj] {
    background: rgba(0, 160, 154, 0.06);
    border-color: rgba(0, 160, 154, 0.30);
    border-top: 3px solid #0C1E48;
}

.paip-chain-node.red[b-7bcv9j0bwj] {
    border-top: 3px solid var(--red);
    background: rgba(192, 57, 43, 0.04);
}

.paip-chain-node.green[b-7bcv9j0bwj] {
    border-top: 3px solid var(--green);
    background: rgba(31, 138, 76, 0.04);
}

.paip-chain-node-label[b-7bcv9j0bwj] {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.3;
    margin-bottom: 4px;
}

.paip-chain-node-stat[b-7bcv9j0bwj] {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--text-secondary);
    line-height: 1.4;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
}

.paip-chain-node-system[b-7bcv9j0bwj] {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: 2px 6px;
    margin: 0 auto;
    align-self: center;
}

.paip-chain-arrow[b-7bcv9j0bwj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 56px;
    padding: 0 4px;
    position: relative;
}

.paip-chain-rvalue[b-7bcv9j0bwj] {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
    color: var(--teal-dim);
    background: var(--white);
    padding: 1px 4px;
    border-radius: 3px;
    z-index: 2;
    position: relative;
}
/* /components/modules/common/Chart/ChartCard.razor.rz.scp.css */
.paip-chart-card[b-v0ndi6k8mp] {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 14px;
    box-shadow: var(--shadow-sm);
}

.paip-chart-title[b-v0ndi6k8mp] {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 10px;
}

.paip-chart-box[b-v0ndi6k8mp] {
    height: 240px;
    position: relative;
}
/* /components/modules/common/Chart/ChartRow.razor.rz.scp.css */
.paip-charts-row[b-33lj3j7ibm] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3);
    margin-bottom: var(--space-4);
}
/* /components/modules/common/Checkbox.razor.rz.scp.css */
.paip-checkbox[b-tci9dq1qiq] {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.paip-checkbox input[b-tci9dq1qiq] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.paip-checkbox-checkmark[b-tci9dq1qiq] {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
}

/*.paip-checkbox:hover input ~ .paip-checkbox-checkmark {
    background-color: #ccc;
}
*/
.paip-checkbox input:checked ~ .paip-checkbox-checkmark[b-tci9dq1qiq] {
    background-color: var(--teal);
}

.paip-checkbox-checkmark[b-tci9dq1qiq]:after {
    content: "";
    position: absolute;
    display: none;
}

.paip-checkbox input:checked ~ .paip-checkbox-checkmark[b-tci9dq1qiq]:after {
    display: block;
}

.paip-checkbox .paip-checkbox-checkmark[b-tci9dq1qiq]:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* /components/modules/common/Claim/ClaimPaneCard.razor.rz.scp.css */
.paip-claim-pane-card[b-62qkwtojmx] {
    flex: 1;
    overflow-y: auto;
    background: var(--white);
    padding: 0;
}

.paip-claim-pane-card.hidden[b-62qkwtojmx] {
    display: none;
}

.paip-claim-pane-card-body[b-62qkwtojmx] {
    padding: 24px 32px;
    /* Fixed min-width so the card doesn't collapse to content width when Pre-fix Issue /
       Action To Take are empty (otherwise it renders too narrow until "Mark as Resolved"
       swaps in wider content). The container div doesn't grow, so min-width is the anchor. */
    min-width: 720px;
    max-width: 800px;
}

.paip-claim-pane-card-header[b-62qkwtojmx] {
    border-bottom: 1px solid var(--border);
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.paip-claim-pane-card-header-id[b-62qkwtojmx] {
    font-family: var(--font-mono);
    font-size: 13px;
    font-weight: 500;
    color: var(--text-secondary);
    margin-bottom: 4px;
}

.paip-claim-pane-card-header-title[b-62qkwtojmx] {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
    letter-spacing: -0.01em;
    margin: 0;
}

.paip-claim-pane-card-meta[b-62qkwtojmx] {
    background: var(--surface-2);
    border-radius: var(--r-md);
    padding: 16px 20px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 8px 16px;
}

.paip-claim-pane-card-meta-label[b-62qkwtojmx] {
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding-top: 2px;
}

.paip-claim-pane-card-meta-value[b-62qkwtojmx] {
    font-size: 13px;
    color: var(--text-primary);
}

.paip-claim-pane-card-section[b-62qkwtojmx] {
    margin-bottom: 20px;
}

.paip-claim-pane-card-section-title[b-62qkwtojmx] {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    color: var(--navy);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--teal);
}

.paip-claim-pane-card-section-description[b-62qkwtojmx] {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-primary);
    background: var(--surface-2);
    padding: 12px 16px;
    border-radius: var(--r-sm);
    border-left: 3px solid var(--text-muted);
}

[b-62qkwtojmx] .paip-claim-pane-card-buttons {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

[b-62qkwtojmx] .paip-claim-pane-card-button {
    padding: 10px 18px;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: var(--r-sm);
    border: none;
    cursor: pointer;
    transition: all 0.15s;
}

[b-62qkwtojmx] .paip-claim-pane-card-button.primary {
    background: var(--teal);
    color: var(--white);
}
/* /components/modules/common/ClaimSummaryHeader.razor.rz.scp.css */
.paip-claim-summary[b-rm12lx846b] {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.paip-claim-summary-left[b-rm12lx846b] {
    flex: 1;
    min-width: 200px;
}

.paip-claim-summary-title[b-rm12lx846b] {
    font-family: "Rajdhani", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.paip-claim-summary-meta[b-rm12lx846b] {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 3px;
}

.paip-claim-summary-stats[b-rm12lx846b] {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}
/* /components/modules/common/CtaCard.razor.rz.scp.css */
.paip-cta-card[b-8ehtfrethi] {
    background: linear-gradient(135deg, var(--white), var(--surface-2));
    border: 1px solid var(--border);
    border-left: 4px solid var(--teal);
    border-radius: var(--r-lg);
    padding: var(--space-5);
    display: flex;
    align-items: center;
    gap: var(--space-5);
    margin-bottom: var(--space-4);
    box-shadow: var(--shadow-sm);
}

.paip-cta-content[b-8ehtfrethi] {
    flex: 1;
}

.paip-cta-eyebrow[b-8ehtfrethi] {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--teal-dim);
    margin-bottom: 6px;
}

.paip-cta-title[b-8ehtfrethi] {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px;
    line-height: 1.25;
}

.paip-cta-body[b-8ehtfrethi] {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.55;
    max-width: 720px;
}

.paip-cta-button[b-8ehtfrethi] {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: var(--navy);
    color: var(--white);
    border: none;
    padding: 14px 24px;
    border-radius: var(--r-md);
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s;
    flex-shrink: 0;
}

.paip-cta-button:hover[b-8ehtfrethi] {
    background: var(--teal-dim);
}
/* /components/modules/common/Footer.razor.rz.scp.css */
.paip-statusbar[b-724q693zyr] {
    height: var(--statusbar-h);
    background: var(--navy-deep);
    border-top: 1px solid var(--border-on-navy);
    display: flex;
    align-items: center;
    padding: 0px 5px 0px 5px;
    font-family: var(--font-mono);
    font-size: 10px;
    color: var(--text-on-navy-muted);
    letter-spacing: 0.04em;
    gap: var(--space-4);
    margin-top: auto;
    z-index: 800;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.paip-status-item[b-724q693zyr] {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.paip-status-item .label[b-724q693zyr] {
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.paip-status-item .value[b-724q693zyr] {
    color: var(--text-on-navy);
    font-weight: 500;
}

.paip-status-item .value a[b-724q693zyr]{
    color: var(--text-on-navy);
    font-weight: 500;
}

.paip-status-item .value a:visited a:hover[b-724q693zyr] {
    color: var(--text-on-navy);
    font-weight: 500;
}

.paip-status-divider[b-724q693zyr] {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.12);
}

.paip-status-spacer[b-724q693zyr] {
    flex: 1;
}

.paip-status-dot[b-724q693zyr] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--text-on-navy-muted);
    transition: all 0.2s;
}
/* /components/modules/common/Header/Header.razor.rz.scp.css */

.paip-topbar[b-die3jf0ofz] {
    height: var(--topbar-h);
    background: var(--navy-deep);
    border-bottom: 1px solid var(--border-on-navy);
    display: flex;
    align-items: center;
    padding: 0 var(--space-5);
    position: sticky;
    top: 0;
    z-index: 1000;
    color: var(--text-on-navy);
    gap: var(--space-5);
}

.paip-topbar-logo[b-die3jf0ofz] {
    height: 36px;
    width: auto;
    display: block;
    flex-shrink: 0;
}

/* /components/modules/common/Header/HeaderBreadcrumb.razor.rz.scp.css */
.paip-topbar-breadcrumb[b-w4ayv6b67a] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--text-on-navy-muted);
    flex: 1;
    min-width: 0;
}

.paip-breadcrumb-link[b-w4ayv6b67a],
.paip-breadcrumb-item[b-w4ayv6b67a],
.paip-breadcrumb-current[b-w4ayv6b67a] {
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
}

.paip-breadcrumb-link[b-w4ayv6b67a],
.paip-breadcrumb-item[b-w4ayv6b67a] {
    color: var(--text-on-navy-muted);
}

.paip-breadcrumb-link[b-w4ayv6b67a] {
    transition: color 0.15s ease;
}

.paip-breadcrumb-link:hover[b-w4ayv6b67a] {
    color: var(--text-on-navy);
}

/* Current page: highlighted, and the only crumb allowed to truncate when space is tight. */
.paip-breadcrumb-current[b-w4ayv6b67a] {
    color: var(--text-on-navy);
    font-weight: 700;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.paip-breadcrumb-sep[b-w4ayv6b67a] {
    color: var(--text-on-navy-muted);
    opacity: 0.5;
}
/* /components/modules/common/Header/HeaderDivider.razor.rz.scp.css */
.paip-topbar-divider[b-5g8se8rze7] {
    width: 1px;
    height: 24px;
    background: var(--border-on-navy);
    flex-shrink: 0;
}
/* /components/modules/common/Header/HeaderNotifications.razor.rz.scp.css */
/* Floating toast stack (bottom-right), independent of header layout. Toasts are htmx-swapped in,
   so they're reached with ::deep from the scoped stack container. Tones match the design tokens
   used by the status badges: success=green, info=yellow/amber, error=red. */
.paip-toast-stack[b-5f3kj1078q] {
    position: fixed;
    bottom: var(--space-5);
    right: var(--space-5);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    max-width: 380px;
    pointer-events: none;
}

.paip-toast-stack[b-5f3kj1078q]  .paip-toast {
    pointer-events: auto;
    display: flex;
    align-items: flex-start;
    gap: var(--space-3);
    padding: var(--space-3) var(--space-4);
    background: var(--white);
    border-radius: var(--r-md);
    border-left: 4px solid var(--text-muted);
    box-shadow: 0 6px 20px rgba(12, 30, 72, 0.18);
    animation: paip-toast-in-b-5f3kj1078q 0.18s ease-out;
}

.paip-toast-stack[b-5f3kj1078q]  .paip-toast.paip-toast-out {
    animation: paip-toast-out-b-5f3kj1078q 0.3s ease-in forwards;
}

.paip-toast-stack[b-5f3kj1078q]  .paip-toast-success { border-left-color: var(--green); }
.paip-toast-stack[b-5f3kj1078q]  .paip-toast-info    { border-left-color: var(--amber); }
.paip-toast-stack[b-5f3kj1078q]  .paip-toast-error   { border-left-color: var(--red); }

.paip-toast-stack[b-5f3kj1078q]  .paip-toast-body { flex: 1; min-width: 0; }

.paip-toast-stack[b-5f3kj1078q]  .paip-toast-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 13px;
    color: var(--text-primary);
}

.paip-toast-stack[b-5f3kj1078q]  .paip-toast-message {
    font-size: 12px;
    color: var(--text-secondary);
    margin-top: 2px;
    overflow-wrap: anywhere;
}

.paip-toast-stack[b-5f3kj1078q]  .paip-toast-close {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: var(--text-muted);
    padding: 0 2px;
}

.paip-toast-stack[b-5f3kj1078q]  .paip-toast-close:hover { color: var(--text-primary); }

@keyframes paip-toast-in-b-5f3kj1078q {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: none; }
}

@keyframes paip-toast-out-b-5f3kj1078q {
    to { opacity: 0; transform: translateX(16px); }
}
/* /components/modules/common/Header/HeaderProfile.razor.rz.scp.css */
.paip-user-profile[b-7w0640vjbn] {
    position: relative;
    display: flex;
    align-items: center;
    gap: var(--space-3);
    padding: 4px 10px 4px 4px;
    border-radius: var(--r-md);
    cursor: pointer;
    transition: background 0.15s;
}

.paip-user[b-7w0640vjbn] {
    position: relative;
    display: flex;
    align-items: center;
    gap: var(--space-3);
    padding: 4px 10px 4px 4px;
    border-radius: var(--r-md);
    cursor: pointer;
    transition: background 0.15s;
}

.paip-user-avatar[b-7w0640vjbn] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--teal);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 12px;
    flex-shrink: 0;
}

.paip-user-name[b-7w0640vjbn] {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 600;
    color: var(--text-on-navy);
    line-height: 1.1;
}


.paip-user-profile:hover .paip-user-profile-dropdown[b-7w0640vjbn] {
    display: block;
}

.paip-user-profile-dropdown[b-7w0640vjbn] {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 0 0 var(--r-md) var(--r-md);
    min-width: 100%;
    box-shadow: var(--shadow-lg);
    display: none;
    overflow: hidden;
    z-index: 950;
}

.paip-user-profile-dropdown-header[b-7w0640vjbn] {
    padding: 8px 14px;
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--teal-dim);
    background: var(--surface-2);
    border-bottom: 1px solid var(--border);
}

.paip-user-profile-dropdown a[b-7w0640vjbn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
    text-transform: none;
    letter-spacing: 0;
    border-bottom: 1px solid var(--border);
    transition: background 0.12s;
}

.paip-user-profile-dropdown a:hover[b-7w0640vjbn] {
    background: var(--teal-soft);
    color: var(--navy);
}

.paip-user-profile-dropdown-badge[b-7w0640vjbn] {
    font-family: var(--font-display);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 10px;
    background: var(--surface-3);
    color: var(--text-muted);
}

.paip-user-profile-dropdown-badge.live[b-7w0640vjbn] {
    background: rgba(31, 138, 76, 0.12);
    color: var(--green);
}

.paip-user-profile-dropdown a.disabled[b-7w0640vjbn] {
    color: var(--text-muted);
    cursor: not-allowed;
    pointer-events: none;
}

.paip-user-profile-dropdown-badge.soon[b-7w0640vjbn] {
    background: rgba(184, 106, 0, 0.12);
    color: var(--amber);
}

.paip-user-profile-dropdown-badge.build[b-7w0640vjbn] {
    background: rgba(0, 160, 154, 0.12);
    color: var(--teal-dim);
}
.paip-user-profile-dropdown-form[b-7w0640vjbn] {
    margin: 0;
}

.paip-user-profile-dropdown-button[b-7w0640vjbn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 14px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
    text-align: left;
    background: none;
    border: none;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
    transition: background 0.12s;
}

.paip-user-profile-dropdown-button:hover[b-7w0640vjbn] {
    background: var(--teal-soft);
    color: var(--navy);
}
/* /components/modules/common/Header/HeaderSpecialty.razor.rz.scp.css */
.paip-topbar-specialty[b-e4mfd1v7m3] {
    display: flex;
    align-items: center;
    background: var(--white);
    padding: 4px 10px;
    border-radius: 4px;
    height: 32px;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.paip-topbar-specialty img[b-e4mfd1v7m3] {
    height: 22px;
    width: auto;
    display: block;
}
/* /components/modules/common/HeaderStat.razor.rz.scp.css */
.paip-header-stat[b-qwc8uwlwnx] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.paip-header-stat-lbl[b-qwc8uwlwnx] {
    font-size: 10px;
    color: var(--text-muted);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.paip-header-stat-val[b-qwc8uwlwnx] {
    font-family: "Rajdhani", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    margin-top: 2px;
}
/* /components/modules/common/Hero.razor.rz.scp.css */
.paip-hero[b-vuavtkioqh] {
    text-align: center;
    padding: var(--space-4) var(--space-5) 0;
}

.paip-hero-tagline[b-vuavtkioqh] {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--teal-dim);
    margin-bottom: 4px;
}

.paip-hero-title[b-vuavtkioqh] {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 6px;
}

.paip-hero-subtitle[b-vuavtkioqh] {
    font-size: 14px;
    color: var(--text-secondary);
    max-width: 720px;
    margin: 0 auto 16px;
    line-height: 1.55;
}
/* /components/modules/common/Kpi/Kpi.razor.rz.scp.css */
.paip-kpi[b-dihkoruk89] {
    background: var(--white);
    border: 1px solid var(--border);
    border-left: 3px solid var(--teal);
    border-radius: var(--r-md);
    padding: 14px;
}

.paip-kpi-warn[b-dihkoruk89] {
    border-left-color: var(--amber);
}

.paip-kpi-alert[b-dihkoruk89] {
    border-left-color: var(--red);
}

.paip-kpi-label[b-dihkoruk89] {
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    color: var(--text-muted);
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.paip-kpi-val[b-dihkoruk89] {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.05;
    margin-top: 4px;
    color: var(--navy);
}

.paip-kpi-val-red[b-dihkoruk89] {
    color: var(--red);
}

.paip-kpi-val-amber[b-dihkoruk89] {
    color: var(--amber);
}

.paip-kpi-val-navy[b-dihkoruk89] {
    color: var(--navy);
    font-size: 17px;
    line-height: 1.25;
    padding-top: 4px;
}

/* /components/modules/common/Kpi/KpiRow.razor.rz.scp.css */
.paip-kpi-row[b-7tumr7qeij] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: var(--space-3);
    margin-bottom: var(--space-4);
}
/* /components/modules/common/Modal.razor.rz.scp.css */

.paip-modal[b-udd6lnzmmi] {
    background: var(--white);
    border:none;
    border-radius: var(--r-lg);
    box-shadow: 0 20px 60px rgba(6, 21, 53, 0.4);
    max-width: 880px;
    max-height: calc(100vh - 100px);
    overflow: auto;
}

.paip-modal-header[b-udd6lnzmmi] {
    padding: 22px 28px 18px;
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    background: linear-gradient(135deg, var(--surface-2), var(--white));
}

.paip-modal-header-title[b-udd6lnzmmi] {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 4px;
    line-height: 1.2;
}

.paip-modal-header-sub[b-udd6lnzmmi] {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.5;
}

.paip-modal-close[b-udd6lnzmmi] {
    background: var(--surface-2);
    border: 1px solid var(--border);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.18s;
    flex-shrink: 0;
}

.paip-modal-close:hover[b-udd6lnzmmi] {
    background: var(--red);
    color: white;
    border-color: transparent;
    transform: rotate(90deg);
}

.paip-modal-body[b-udd6lnzmmi] {
    padding: 22px 28px;
    overflow-y: auto;
    flex: 1;
}
/* /components/modules/common/Pane/PaneBody.razor.rz.scp.css */
body[b-z7hlks4vqa] {
}
/* /components/modules/common/Pane/PaneRail.razor.rz.scp.css */
.paip-pane-rail[b-0in8jvnu96] {
    width: 420px;
    flex-shrink: 0;
    border-right: 1px solid var(--border);
    background: var(--white);
    overflow-y: auto;
    max-height:100vh;
}

.paip-pane-rail-header[b-0in8jvnu96] {
    padding: 10px 16px;
    background: var(--surface-2);
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 2;
}

.paip-pane-rail-header-left[b-0in8jvnu96] {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.paip-pane-rail-header-right[b-0in8jvnu96] {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--text-secondary);
    font-weight: 600;
}
/* /components/modules/common/Pane/PaneRailList.razor.rz.scp.css */
/* /components/modules/common/Pane/PaneRailListItem.razor.rz.scp.css */
.paip-pane-rail-list-item[b-dczzs1nhav] {
    display: flex;
    gap: 10px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
    transition: background 0.12s;
    position: relative;
}

.paip-pane-rail-list-item.active[b-dczzs1nhav] {
    background: rgba(0, 160, 154, 0.08);
    border-left: 3px solid var(--teal);
    padding-left: 13px;
}

.paip-pane-rail-list-item.worked[b-dczzs1nhav] {
    opacity: 0.5;
}

.paip-pane-rail-list-item-checkbox[b-dczzs1nhav] {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    padding-top: 2px;
}

.paip-pane-rail-list-item-content[b-dczzs1nhav] {
    flex: 1;
    min-width: 0;
}

.paip-pane-rail-list-item-checkbox input[type="checkbox"][b-dczzs1nhav] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: var(--teal);
}

.paip-pane-rail-list-item-checkbox input[type="checkbox"]:disabled[b-dczzs1nhav] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: var(--teal);
}

.paip-pane-rail-list-item-line1[b-dczzs1nhav] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 3px;
}

.paip-pane-rail-list-item-line1-left[b-dczzs1nhav] {
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 600;
    color: var(--navy);
}

.paip-pane-rail-list-item-line1-left.worked[b-dczzs1nhav] {
    text-decoration: line-through;
}

.paip-pane-rail-list-item-line1-right[b-dczzs1nhav] {
    font-family: var(--font-mono);
    font-size: 13px;
    font-weight: 700;
    color: var(--text-primary);
}

.paip-pane-rail-list-item-line2[b-dczzs1nhav] {
    display: flex;
    gap: 10px;
    font-size: 11.5px;
    color: var(--text-secondary);
    margin-bottom: 4px;
}

.paip-pane-rail-list-item-line2-left[b-dczzs1nhav] {
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 600;
    color: var(--navy);
}

.paip-pane-rail-list-item-line2-right[b-dczzs1nhav] {
    font-family: var(--font-mono);
    flex-shrink: 0;
}

.paip-pane-rail-list-item-line3[b-dczzs1nhav] {
    font-size: 12px;
    color: var(--text-primary);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 4px;
}

.paip-pane-rail-list-item-line3.worked[b-dczzs1nhav] {
    text-decoration: line-through;
}

.paip-pane-rail-list-item-line4[b-dczzs1nhav] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
}

.paip-pane-rail-list-item-line4-left[b-dczzs1nhav] {
    font-family: var(--font-mono);
    color: var(--text-muted);
}

.paip-pane-rail-list-item-line4-right[b-dczzs1nhav] {
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.paip-pane-rail-list-item-line4-right-in-progress[b-dczzs1nhav] {
    color: var(--amber);
}
/* /components/modules/common/Pane/Panes.razor.rz.scp.css */
.paip-panes[b-9h0u5slfeb] {
    display: flex;
    flex: 1;
    min-height: 0;
    background: var(--white);
}
/* /components/modules/common/Pane/RailSort.razor.rz.scp.css */
.paip-sort-bar[b-i1tf7h5ee3] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    flex-wrap: wrap;
    position: sticky;
    top: 38px;
    z-index: 1;
}

.paip-sort-label[b-i1tf7h5ee3] {
    font-family: var(--font-display);
    font-size: 9.5px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-right: 4px;
}

.paip-sort-chip[b-i1tf7h5ee3] {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 3px 10px;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 600;
    color: var(--text-secondary);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    transition: all 0.12s;
    letter-spacing: 0.02em;
}

.paip-sort-chip.active[b-i1tf7h5ee3] {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}
/* /components/modules/common/Panel/Panel.razor.rz.scp.css */
.paip-panel[b-vvua7hm86r] {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
}

.paip-panel-header[b-vvua7hm86r] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    cursor: pointer;
    user-select: none;
}

.paip-panel-header-ai[b-vvua7hm86r] {
    background: rgba(0, 122, 117, 0.05);
}

.paip-panel-header-claim[b-vvua7hm86r] {
    background: rgba(184, 106, 0, 0.05);
}

.paip-panel-header-ehr[b-vvua7hm86r] {
    background: rgba(12, 30, 72, 0.04);
}

.paip-panel-header-title[b-vvua7hm86r] {
    font-family: "Rajdhani", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: .5px;
    text-transform: uppercase;
    flex: 1;
}

.paip-panel-header-sub[b-vvua7hm86r] {
    font-size: 11px;
    color: var(--text-muted);
}

.paip-panel-body[b-vvua7hm86r] {
    display: block;
    padding: 14px 16px;
    max-height: 70vh;
    overflow-y: auto;
}
/* /components/modules/common/Panel/PanelFieldGroup.razor.rz.scp.css */
.paip-panel-field-group[b-ykwjbxjqwi] {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.paip-panel-field-group-label[b-ykwjbxjqwi] {
    font-size: 10px;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.paip-panel-field-group-value[b-ykwjbxjqwi] {
    font-size: 13px;
    color: var(--text-primary);
    line-height: 1.5;
}

.paip-panel-field-group-value-narrative[b-ykwjbxjqwi] {
    line-height: 1.6;
    color: var(--text-secondary);
}
/* /components/modules/common/Panel/Panels.razor.rz.scp.css */
.paip-panels[b-1odcf3cstg] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
}
/* /components/modules/common/Pipeline/PipelineRunsTable.razor.rz.scp.css */
/* Run status uses the shared <StatusBadge> component (paip-status-badge). */

.paip-run-status-error[b-4htfyubwq3] {
    margin-left: 6px;
    font-size: 12px;
    color: var(--red);
}
/* /components/modules/common/Report/ReportBlock.razor.rz.scp.css */
.paip-reports-block[b-syoa0d51rs] {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 16px;
    box-shadow: var(--shadow-sm);
    margin-bottom: var(--space-3);
}

.paip-reports-header[b-syoa0d51rs] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}

.paip-reports-header-title[b-syoa0d51rs] {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 10px;
}

.paip-reports-header[b-syoa0d51rs] {
    font-size: 12px;
    color: var(--text-muted);
}
/* /components/modules/common/Report/ReportTile.razor.rz.scp.css */
.paip-report-tile[b-8tkrn8nnng] {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 14px;
    cursor: pointer;
    transition: all 0.18s ease;
    position: relative;
}

.paip-report-tile:hover[b-8tkrn8nnng] {
    background: var(--white);
    border-color: var(--teal);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.paip-report-tile-icon[b-8tkrn8nnng] {
    font-size: 1.4rem;
    margin-bottom: 8px;
}

.paip-report-tile-name[b-8tkrn8nnng] {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 2px;
}

.paip-report-tile-desc[b-8tkrn8nnng] {
    font-size: 12px;
    color: var(--text-secondary);
}

.paip-report-tile-badge[b-8tkrn8nnng] {
    display: inline-block;
    font-family: var(--font-display);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 10px;
    background: var(--surface-3);
    color: var(--text-muted);
    margin-top: 6px;
}

.paip-report-tile-badge.green[b-8tkrn8nnng] {
    background: rgba(31, 138, 76, 0.12);
    color: var(--green);
}

.paip-report-tile-badge.red[b-8tkrn8nnng] {
    background: rgba(192, 57, 43, 0.12);
    color: var(--red);
}

.paip-report-tile-badge.teal[b-8tkrn8nnng] {
    background: rgba(0, 160, 154, 0.12);
    color: var(--teal-dim);
}
/* /components/modules/common/Report/ReportTiles.razor.rz.scp.css */
.paip-report-tiles[b-9djshprgyw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
}
/* /components/modules/common/RubricTable/RubricTable.razor.rz.scp.css */
.paip-rubric-section[b-zyitsnphh5] {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
}

.paip-rubric-section-title[b-zyitsnphh5] {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--navy);
    margin-bottom: 6px;
}

.paip-rubric-section-desccripion[b-zyitsnphh5] {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.55;
    margin-bottom: 12px;
}

.paip-rubric-table[b-zyitsnphh5] {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.paip-rubric-table th[b-zyitsnphh5] {
    text-align: left;
    padding: 8px 10px;
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    border-bottom: 2px solid var(--border);
    background: var(--surface-2);
}

[b-zyitsnphh5] .paip-rubric-table td {
    padding: 8px 10px;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
}

[b-zyitsnphh5] .paip-rubric-table td:nth-child(2) {
    text-align: right;
    font-family: var(--font-mono);
    font-weight: 600;
    color: var(--navy);
}
/* /components/modules/common/ScoreBadge.razor.rz.scp.css */
.paip-score-badge[b-kh241kkmdf] {
    display:inline-block;
    font-family: "Rajdhani", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    flex-shrink: 0;
}

.paip-score-badge.compact[b-kh241kkmdf] {
    font-size: 9px;
    letter-spacing:  0.1em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 10px;
}

.paip-score-badge.ready[b-kh241kkmdf] {
    background: rgba(31, 138, 76, 0.10);
    color: var(--green);
    border: 1px solid rgba(0, 122, 117, 0.35);
}

.paip-score-badge.review[b-kh241kkmdf] {
    background: rgba(0, 122, 117, 0.1);
    color: #007A75;
    border: 1px solid rgba(0, 122, 117, 0.35);
}

.paip-score-badge.medium[b-kh241kkmdf] {
    background: rgba(192, 57, 43, 0.1);
    color: #C0392B;
    border: 1px solid rgba(192, 57, 43, 0.35);
}

.paip-score-badge.denied[b-kh241kkmdf] {
    background: rgba(192, 57, 43, 0.1);
    color: #C0392B;
    border: 1px solid rgba(192, 57, 43, 0.35);
}
/* /components/modules/common/ScoreBar.razor.rz.scp.css */
.paip-score-bar[b-d205h6uwfz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    flex-wrap: wrap;
    gap: 4px;
}

.paip-score-bar-label[b-d205h6uwfz] {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-primary);
}

.paip-score-bar-value[b-d205h6uwfz] {
    font-size: 12px;
    font-weight: 600;
}

.paip-score-bar-track[b-d205h6uwfz] {
    height: 6px;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
}

.paip-score-bar-progress[b-d205h6uwfz] {
    height: 100%;
    border-radius: 3px;
}
/* /components/modules/common/ScoreCard/ScoreCard.razor.rz.scp.css */
.paip-scorecard[b-06jud8oelo] {
    padding: 12px;
    border-radius: var(--r-md);
    border: 1px solid var(--border);
    background: var(--surface-2);
}

.paip-scorecard.ready[b-06jud8oelo] {
    border-left: 3px solid var(--green);
}

.paip-scorecard.review[b-06jud8oelo] {
    border-left: 3px solid var(--teal);
}

.paip-scorecard.medium[b-06jud8oelo] {
    border-left: 3px solid var(--amber);
}

.paip-scorecard.denied[b-06jud8oelo] {
    border-left: 3px solid var(--red);
}

.paip-scorecard-band[b-06jud8oelo] {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--text-muted);
    margin-bottom: 4px;
}

.paip-scorecard-label[b-06jud8oelo] {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 6px;
    color: var(--navy);
}

.paip-scorecard-label.ready[b-06jud8oelo] {
    color: var(--green);
}
.paip-scorecard-label.review[b-06jud8oelo] {
    color: var(--teal);
}
.paip-scorecard-label.medium[b-06jud8oelo] {
    color: var(--amber);
}
.paip-scorecard-label.denied[b-06jud8oelo] {
    color: var(--red);
}

.paip-scorecard-description[b-06jud8oelo] {
    font-size: 11px;
    color: var(--text-secondary);
    line-height: 1.45;
}
/* /components/modules/common/ScoreCard/ScoreCardSection.razor.rz.scp.css */
.paip-scorecard-section[b-avelqrkpne] {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
}

.paip-scorecard-section-title[b-avelqrkpne] {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--navy);
    margin-bottom: 6px;
}

.paip-scorecard-section-grid[b-avelqrkpne] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 8px;
}
/* /components/modules/common/ScorePair.razor.rz.scp.css */
.paip-score-pair[b-jz1pakdjtz] {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

/* Divider between adjacent score blocks (works for any number of scores). */
[b-jz1pakdjtz] .paip-score-pair-block + .paip-score-pair-block {
    border-left: 1px solid var(--border);
}
/* /components/modules/common/ScorePairScore.razor.rz.scp.css */
.paip-score-pair-block[b-dowwb4rdny] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 18px;
}

.paip-score-pair-num[b-dowwb4rdny] {
    font-family: "Rajdhani", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.paip-score-pair-lbl[b-dowwb4rdny] {
    font-size: 9px;
    color: var(--text-muted);
    letter-spacing: .5px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 2px;
    line-height: 1.3;
}
/* /components/modules/common/SlidePanel/SlidePanel.razor.rz.scp.css */
.paip-slide-panel[b-f1imdmojb0] {
    position: fixed;
    right: -720px;
    top: calc(var(--topbar-h) + var(--primary-nav-h));
    width: 680px;
    height: calc(100vh - var(--topbar-h) - var(--primary-nav-h) - var(--statusbar-h));
    background: var(--white);
    box-shadow: -16px 0 40px rgba(12, 30, 72, 0.18);
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 600;
    overflow-y: auto;
    border-left: 1px solid var(--border);
}

.paip-slide-panel.open[b-f1imdmojb0]{
    right:0;
}


.paip-slide-header[b-f1imdmojb0] {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    background: var(--white);
    z-index: 10;
}

.paip-slide-title[b-f1imdmojb0] {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    color: var(--text-primary);
}

.paip-slide-sub[b-f1imdmojb0] {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 2px;
}

.paip-slide-close[b-f1imdmojb0] {
    background: var(--surface-2);
    border: 1px solid var(--border);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.paip-slide-close:hover[b-f1imdmojb0] {
    background: var(--red);
    color: white;
    border-color: transparent;
}

.paip-slide-body[b-f1imdmojb0] {
    padding: 18px 20px;
}
/* /components/modules/common/SlidePanel/SlidePanelCallout.razor.rz.scp.css */
.paip-slide-panel-callout[b-gdv9ga1p88] {
    background: var(--teal-soft);
    border-left: 3px solid var(--teal);
    padding: 10px 14px;
    border-radius: 0 var(--r-md) var(--r-md) 0;
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.55;
    margin-top: 8px;
}
/* /components/modules/common/SlidePanel/SlidePanelCascade.razor.rz.scp.css */
.paip-slide-section-cascade[b-rj9zj4o8fl] {
}
/* /components/modules/common/SlidePanel/SlidePanelCascadeStep.razor.rz.scp.css */
.paip-slide-panel-cascadestep[b-3y0viihgbm] {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed var(--border);
}

.paip-slide-panel-cascadestep-num[b-3y0viihgbm] {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    text-align: center;
}

.paip-slide-panel-cascadestep-text[b-3y0viihgbm] {
    font-size: 13px;
    color: var(--text-primary);
    line-height: 1.5;
}
/* /components/modules/common/SlidePanel/SlidePanelRow.razor.rz.scp.css */
.paip-slide-panel-row[b-u70d7kjup3] {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 13px;
    color: var(--text-primary);
    border-bottom: 1px dashed var(--border);
}

.paip-slide-panel-row-val[b-u70d7kjup3] {
    font-family: var(--font-mono);
    font-weight: 600;
}

.paip-slide-panel-row-val.red[b-u70d7kjup3] {
    color: var(--red);
}

.paip-slide-panel-row-val.amber[b-u70d7kjup3] {
    color: var(--amber);
}
/* /components/modules/common/SlidePanel/SlidePanelSection.razor.rz.scp.css */
.paip-slide-section[b-3gefk0xi68] {
    margin-bottom: 18px;
}

.paip-slide-section-title[b-3gefk0xi68] {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--teal-dim);
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--border);
}
/* /components/modules/common/SlidePanel/SlidePanelTable.razor.rz.scp.css */
.paip-slide-panel-table[b-4gjvsrc7bi] {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

[b-4gjvsrc7bi] .paip-slide-panel-table th {
    text-align: left;
    padding: 8px 10px;
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    border-bottom: 2px solid var(--border);
    background: var(--surface-2);
}

[b-4gjvsrc7bi] .paip-slide-panel-table td {
    padding: 8px 10px;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
}

[b-4gjvsrc7bi] .paip-slide-panel-table td:nth-child(2) {
    text-align: right;
    font-family: var(--font-mono);
    font-weight: 600;
    color: var(--navy);
}
/* /components/modules/common/StatusBadge.razor.rz.scp.css */
.paip-status-badge[b-pyyfft35ua] {
    display: inline-block;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: var(--r-sm);
    border: 1px solid var(--border);
    background: var(--surface-2);
    color: var(--text-secondary);
    white-space: nowrap;
}

.paip-status-badge-neutral[b-pyyfft35ua] {
    border-color: var(--border);
    background: var(--surface-2);
    color: var(--text-secondary);
}

.paip-status-badge-red[b-pyyfft35ua] {
    color: var(--red);
    background: rgba(192, 57, 43, 0.10);
    border-color: rgba(192, 57, 43, 0.30);
}

.paip-status-badge-amber[b-pyyfft35ua] {
    color: var(--amber);
    background: rgba(184, 106, 0, 0.10);
    border-color: rgba(184, 106, 0, 0.30);
}

.paip-status-badge-green[b-pyyfft35ua] {
    color: var(--green);
    background: rgba(31, 138, 76, 0.10);
    border-color: rgba(31, 138, 76, 0.30);
}

.paip-status-badge-teal[b-pyyfft35ua] {
    color: var(--teal-dim);
    background: var(--teal-soft);
    border-color: rgba(0, 160, 154, 0.30);
}
/* /components/modules/common/StripBanner.razor.rz.scp.css */
.paip-strip-banner[b-an3ji5g8gp] {
    background: linear-gradient(180deg, #FFFBEB 0%, #FEF3C7 100%);
    border-bottom: 1px solid #FDE68A;
    padding: 8px 24px;
    font-size: 11px;
    color: #78350F;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.paip-strip-banner-icon[b-an3ji5g8gp] {
    width: 16px;
    height: 16px;
    background: #B45309;
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    flex-shrink: 0;
}

.paip-strip-banner-text strong[b-an3ji5g8gp]{
    font-weight: 700;
    color: #78350F;
}
/* /components/modules/common/Table/TableCard.razor.rz.scp.css */
.paip-table-card-title[b-hrlohyi5lo] {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 10px;
}

[b-hrlohyi5lo] .paip-table-card-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-top: 4px;
}

[b-hrlohyi5lo] .paip-table-card-table th {
    text-align: left;
    padding: 8px 10px;
    background: var(--surface-2);
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    border-bottom: 1px solid var(--border);
}

[b-hrlohyi5lo] .paip-table-card-table td {
    padding: 10px;
    border-bottom: 1px solid var(--border);
}
/* /components/modules/common/Toolbar.razor.rz.scp.css */
.paip-toolbar[b-5p5wsr7zhz] {
    background: var(--surface-2);
    border-bottom: 1px solid var(--border);
    padding: 10px 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
}

.paip-toolbar-group[b-5p5wsr7zhz] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.paip-toolbar-label[b-5p5wsr7zhz] {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

[b-5p5wsr7zhz] .paip-toolbar-group-tools {
    display: inline-flex;
    border: 1px solid var(--border-strong);
    border-radius: var(--r-md);
    overflow: hidden;
    background: var(--white);
}

[b-5p5wsr7zhz] .paip-toolbar-group button {
    background: transparent;
    border: none;
    padding: 6px 14px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 500;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.15s;
    border-right: 1px solid var(--border);
}

[b-5p5wsr7zhz] .paip-toolbar-group button.active {
    background: var(--navy);
    color: var(--white);
    font-weight: 600;
}
/* /components/modules/ortho/OrthoHome.razor.rz.scp.css */
.paip-hub-container[b-uj6p5y367y] {
    position: relative;
    width: 100%;
    height: 660px;
    max-width: 1100px;
    margin: 0 auto;
}

.paip-hub-center[b-uj6p5y367y] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 190px;
    height: 190px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 32px rgba(0, 160, 154, 0.22), 0 8px 28px rgba(12, 30, 72, 0.18);
    z-index: 100;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: 3px solid var(--teal);
    padding: 18px;
    animation: hubPulse 3.5s ease-in-out infinite;
}

.paip-hub-center:hover[b-uj6p5y367y] {
    transform: translate(-50%, -50%) scale(1.06);
}

.paip-hub-center img[b-uj6p5y367y] {
    width: 100%;
    height: auto;
    display: block;
}

.paip-hub-connection-line[b-uj6p5y367y] {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0, 160, 154, 0.45), transparent);
    transform-origin: left center;
    z-index: 1;
    animation: lineFade 3.5s ease-in-out infinite;
}

.paip-hub-systems[b-uj6p5y367y] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paip-hub-system[b-uj6p5y367y] {
    /*    position: absolute;*/
    width: 142px;
    height: 142px;
    border-radius: var(--r-lg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    padding: 12px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(12, 30, 72, 0.18);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.paip-hub-system:hover[b-uj6p5y367y] {
    transform: scale(1.08) translateY(-4px);
    box-shadow: 0 14px 36px rgba(12,30,72,0.28);
    z-index: 50;
}

.paip-hub-system-pm[b-uj6p5y367y] {
    background: linear-gradient(135deg, #0C1E48, #1F3370);
}

.paip-hub-system-ehr[b-uj6p5y367y] {
    background: linear-gradient(135deg, #00A09A, #007A75);
}

.paip-hub-system-scm[b-uj6p5y367y] {
    background: linear-gradient(135deg, #B86A00, #8A4F00);
}

.paip-hub-system-payroll[b-uj6p5y367y] {
    background: linear-gradient(135deg, #1F8A4C, #156635);
}

.paip-hub-system-po[b-uj6p5y367y] {
    background: linear-gradient(135deg, #7A5BC9, #5A3FA0);
}

.paip-hub-system-gl[b-uj6p5y367y] {
    background: linear-gradient(135deg, #3D5470, #27384E);
}

.paip-hub-system-mgma[b-uj6p5y367y] {
    background: linear-gradient(135deg, #C0392B, #922D20);
}

.paip-hub-system-icon[b-uj6p5y367y] {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
}

.paip-hub-system-title[b-uj6p5y367y] {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
}
/* /components/modules/ortho/OrthoNav.razor.rz.scp.css */
.paip-nav[b-9jy3ioztf9] {
    height: var(--primary-nav-h);
    background: var(--white);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: stretch;
    padding: 0 var(--space-5);
    position: sticky;
    top: var(--topbar-h);
    z-index: 900;
    box-shadow: var(--shadow-sm);
}

.paip-nav-item[b-9jy3ioztf9] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 16px;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--text-secondary);
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    transition: color 0.15s;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    white-space: nowrap;
}

.paip-nav-item.active[b-9jy3ioztf9] {
    color: var(--navy);
    border-bottom-color: var(--teal);
}

.paip-nav-item.has-children[b-9jy3ioztf9]::after {
    content: '▾';
    margin-left: 4px;
    font-size: 9px;
    opacity: 0.6;
}

.paip-nav-item:hover .paip-nav-dropdown[b-9jy3ioztf9] {
    display: block;
}

.paip-nav-dropdown[b-9jy3ioztf9] {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 0 0 var(--r-md) var(--r-md);
    min-width: 260px;
    box-shadow: var(--shadow-lg);
    display: none;
    overflow: hidden;
    z-index: 950;
}

.paip-nav-dropdown-header[b-9jy3ioztf9] {
    padding: 8px 14px;
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--teal-dim);
    background: var(--surface-2);
    border-bottom: 1px solid var(--border);
}

.paip-nav-dropdown a[b-9jy3ioztf9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
    text-transform: none;
    letter-spacing: 0;
    border-bottom: 1px solid var(--border);
    transition: background 0.12s;
}

.paip-nav-dropdown a:hover[b-9jy3ioztf9] {
    background: var(--teal-soft);
    color: var(--navy);
}

.paip-nav-dropdown-badge[b-9jy3ioztf9] {
    font-family: var(--font-display);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 10px;
    background: var(--surface-3);
    color: var(--text-muted);
}

.paip-nav-dropdown-badge.live[b-9jy3ioztf9] {
    background: rgba(31, 138, 76, 0.12);
    color: var(--green);
}

.paip-nav-dropdown a.disabled[b-9jy3ioztf9] {
    color: var(--text-muted);
    cursor: not-allowed;
    pointer-events: none;
}

.paip-nav-dropdown-badge.soon[b-9jy3ioztf9] {
    background: rgba(184, 106, 0, 0.12);
    color: var(--amber);
}

.paip-nav-dropdown-badge.build[b-9jy3ioztf9] {
    background: rgba(0, 160, 154, 0.12);
    color: var(--teal-dim);
}
/* /components/modules/ortho/pillars/PillarsHome.razor.rz.scp.css */
.paip-pillars-hero[b-kpx4w9h8og] {
    text-align: center;
    margin-bottom: var(--space-5);
}

.paip-pillars-tag[b-kpx4w9h8og] {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--teal-dim);
    margin-bottom: 6px;
}

.paip-pillars-title[b-kpx4w9h8og] {
    font-family: var(--font-display);
    font-size: 30px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px;
    line-height: 1.15;
}

.paip-pillars-description[b-kpx4w9h8og] {
    font-size: 14px;
    color: var(--text-secondary);
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.55;
}

.paip-pillars-grid[b-kpx4w9h8og] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-5);
}

.paip-pillar-card[b-kpx4w9h8og] {
    position: relative;
    cursor: pointer;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: var(--space-5);
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
}

.paip-pillar-header[b-kpx4w9h8og] {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 14px;
    align-items: start;
    margin-bottom: var(--space-4);
    padding-bottom: var(--space-3);
    border-bottom: 1px solid var(--border);
}

.paip-pillar-number[b-kpx4w9h8og] {
    font-family: var(--font-display);
    font-size: 36px;
    font-weight: 700;
    color: var(--teal);
    line-height: 1;
    letter-spacing: -0.02em;
}

.paip-pillar-icon[b-kpx4w9h8og] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: var(--r-md);
    background: var(--teal-soft);
    color: var(--teal-dim);
}

.paip-pillar-title-block[b-kpx4w9h8og] {

}

.paip-pillar-tag[b-kpx4w9h8og] {
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.paip-pillar-title[b-kpx4w9h8og] {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.25;
    margin: 2px 0 6px;
}

.paip-pillar-description[b-kpx4w9h8og] {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.5;
}

.paip-pillar-chevron[b-kpx4w9h8og] {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--surface-2);
    color: var(--teal-dim);
    font-size: 12px;
    transition: transform 0.3s ease;
    z-index: 5;
}
/* /components/modules/ortho/rc/ClaimReview.razor.rz.scp.css */
.paip-cr-layout[b-ulvrubpurd] {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 0;
    background: var(--off-white);
    min-height: calc(100vh - var(--topbar-h) - var(--primary-nav-h) - var(--statusbar-h));
}

.paip-cr-detail[b-ulvrubpurd] {
    overflow-y: auto;
    padding: var(--space-5) var(--space-5) calc(var(--statusbar-h) + var(--space-5));
}

.paip-cr-main[b-ulvrubpurd] {
    padding: 0;
}
/* /components/modules/ortho/rc/CrClaimRow.razor.rz.scp.css */
.paip-cr-row[b-a122g5x04n] {
    display: grid;
    grid-template-columns: 4px 1fr;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--border);
    padding: 0;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    transition: background 0.12s;
}

.paip-cr-row.active[b-a122g5x04n] {
    background: rgba(0, 160, 154, 0.08);
}

.paip-cr-stripe[b-a122g5x04n] {
    background: var(--teal-dim) !important;
    width: 4px;
}

.paip-cr-stripe-red[b-a122g5x04n] {
    background: var(--red);
}

.paip-cr-row-body[b-a122g5x04n] {
    padding: 12px 14px;
}

.paip-cr-row-top[b-a122g5x04n] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 4px;
}

.paip-cr-clm-id[b-a122g5x04n] {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.04em;
}

.paip-cr-scores[b-a122g5x04n] {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
}

.paip-cr-scores-red[b-a122g5x04n] {
    color: var(--red);
}

.paip-cr-patient[b-a122g5x04n] {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 4px;
}

.paip-cr-row-bottom[b-a122g5x04n] {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: var(--text-muted);
    margin-bottom: 6px;
}

.paip-cr-payer[b-a122g5x04n] {
    font-family: var(--font-mono);
}

.paip-cr-charge[b-a122g5x04n] {
    font-family: var(--font-mono);
    font-weight: 600;
    color: var(--text-secondary);
}
/* /components/modules/ortho/rc/CrQueueRail.razor.rz.scp.css */
.paip-cr-rail[b-xb024m07d9] {
    background: var(--white);
    border-right: 1px solid var(--border);
    overflow-y: auto;
    position: sticky;
    top: 0;
    height: calc(100vh - var(--topbar-h) - var(--primary-nav-h) - var(--statusbar-h));
}

.paip-cr-rail-header[b-xb024m07d9] {
    position: sticky;
    top: 0;
    background: var(--white);
    padding: 16px 18px 10px;
    border-bottom: 1px solid var(--border);
    z-index: 5;
}

.paip-cr-rail-title[b-xb024m07d9] {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
}

.paip-cr-rail-meta[b-xb024m07d9] {
    font-size: 11px;
    color: var(--text-muted);
    margin-top: 4px;
    font-family: var(--font-mono);
    letter-spacing: 0.04em;
}

.paip-cr-scoring-btn[b-xb024m07d9] {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--white);
    border: 1px solid var(--border-strong);
    color: var(--teal-dim);
    padding: 6px 10px;
    border-radius: var(--r-sm);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
}

.paip-cr-scoring-btn:hover[b-xb024m07d9] {
    background: var(--teal-soft);
    color: var(--teal-dim);
}

.paip-cr-scoring-icon[b-xb024m07d9] {
    display: inline-flex;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--teal-soft);
    color: var(--teal-dim);
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    font-style: italic;
    font-family: Georgia, serif;
}

.paip-cr-rail-list[b-xb024m07d9] {
    padding: 8px 0;
}
/* /components/modules/ortho/rc/WorkingQueue.razor.rz.scp.css */
.paip-working-queue-container[b-xugtvh7tqq] {
    padding: 0;
    background: var(--off-white);
    display: flex;
    flex-direction: column;
    height: calc(100vh - var(--topbar-h) - var(--primary-nav-h));
    min-height: 600px;
}
/* /components/modules/ortho/settings/Settings.razor.rz.scp.css */
.paip-settings-grid[b-vgl4r8zkwv] {
    display: flex;
    flex-direction: column;
    gap: var(--space-5);
    max-width: 880px;
}

.paip-settings-note[b-vgl4r8zkwv] {
    font-size: 14px;
    line-height: 1.55;
    color: var(--text-secondary);
    margin: 0 0 var(--space-4);
}

.paip-settings-note code[b-vgl4r8zkwv] {
    font-family: var(--font-mono);
    font-size: 12px;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    padding: 1px 5px;
    color: var(--text-primary);
}

/* Upload fields ----------------------------------------------------------- */
.paip-settings-fields[b-vgl4r8zkwv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3);
}

@media (max-width: 640px) {
    .paip-settings-fields[b-vgl4r8zkwv] { grid-template-columns: 1fr; }
}

.paip-settings-field[b-vgl4r8zkwv] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: var(--space-4);
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
}

.paip-settings-field-label[b-vgl4r8zkwv] {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--navy);
}

.paip-settings-field-hint[b-vgl4r8zkwv] {
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: var(--space-3);
}

.paip-settings-field input[type="file"][b-vgl4r8zkwv] {
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--text-secondary);
}

.paip-settings-field input[type="file"][b-vgl4r8zkwv]::file-selector-button {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: var(--white);
    color: var(--navy);
    border: 1.5px solid var(--border-strong);
    border-radius: var(--r-sm);
    padding: 6px 12px;
    margin-right: var(--space-3);
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.paip-settings-field input[type="file"][b-vgl4r8zkwv]::file-selector-button:hover {
    border-color: var(--teal);
    color: var(--teal-dim);
}

.paip-settings-actions[b-vgl4r8zkwv] {
    margin-top: var(--space-4);
}

.paip-settings-result[b-vgl4r8zkwv] {
    margin-top: var(--space-3);
}

/* Result fragments swapped in via fetch (upload) / htmx (run). They render their own
   markup, so reach them with ::deep from the scoped result container. */
.paip-settings-result[b-vgl4r8zkwv]  p {
    margin: 0;
}

.paip-settings-result[b-vgl4r8zkwv]  .paip-settings-upload-ok,
.paip-settings-result[b-vgl4r8zkwv]  .paip-settings-run-ok {
    font-size: 13px;
    color: var(--text-primary);
    padding: var(--space-3) var(--space-4);
    background: var(--teal-soft);
    border-left: 3px solid var(--teal);
    border-radius: var(--r-sm);
}

.paip-settings-result[b-vgl4r8zkwv]  .paip-settings-upload-next {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: var(--space-2);
}

.paip-settings-result[b-vgl4r8zkwv]  .paip-settings-upload-error {
    font-size: 13px;
    color: var(--red);
    padding: var(--space-3) var(--space-4);
    background: rgba(192, 57, 43, 0.08);
    border-left: 3px solid var(--red);
    border-radius: var(--r-sm);
}

.paip-settings-result[b-vgl4r8zkwv]  code {
    font-family: var(--font-mono);
    font-size: 12px;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    padding: 1px 5px;
}
