:root {--app-surface: #f5f7f9;--stage-request-bg:    color-mix(in srgb, var(--u-color-1) 70%, var(--ut-component-background-color));--stage-inspection-bg: color-mix(in srgb, var(--u-color-2) 70%, var(--ut-component-background-color));--stage-acceptance-bg: color-mix(in srgb, var(--u-color-3) 70%, var(--ut-component-background-color));--stage-execution-bg:  color-mix(in srgb, var(--u-color-19) 70%, var(--ut-component-background-color));--stage-declined-bg:   color-mix(in srgb, var(--u-color-24) 70%, var(--ut-component-background-color));--stage-closed-bg:     color-mix(in srgb, var(--u-color-35) 70%, var(--ut-component-background-color));}--stage-request-fg:    var(--u-color-1-contrast);--stage-inspection-fg: var(--u-color-2-contrast);--stage-acceptance-fg: var(--u-color-3-contrast);--stage-execution-fg:  var(--u-color-19-contrast);--stage-declined-fg:   var(--u-color-24-contrast);--stage-closed-fg:     var(--u-color-35-contrast);}.audit-table{font-size:smaller;color:darkgray;font-style:italic;border-collapse:collapse}.audit-table td{padding:2px 5px;margin:0}.status-block{font-size:.65rem;line-height:1.4}.status-line{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.status-label{display:inline-block;min-width:3.8rem;text-align:right;white-space:nowrap;flex-shrink:0}.status-value{font-weight:normal;display:inline-flex;align-items:center;gap:.4rem}.status-badge{display:inline-flex;align-items:center;gap:.3rem;font-weight:500;color:inherit}.status-badge.success{color:#2e7d32}.status-badge.warning{color:#f9a825}.status-badge.error{color:#c62828}.status-item{margin-bottom:.8rem}.t-BadgeList--dash .t-BadgeList-item.list-item-request    .t-BadgeList-wrap { background-color: var(--stage-request-bg);   color: var(--stage-request-fg);   border-radius: 12px; overflow: hidden; }.t-BadgeList--dash .t-BadgeList-item.list-item-inspection .t-BadgeList-wrap { background-color: var(--stage-inspection-bg); color: var(--stage-inspection-fg); border-radius: 12px; overflow: hidden; }.t-BadgeList--dash .t-BadgeList-item.list-item-acceptance .t-BadgeList-wrap { background-color: var(--stage-acceptance-bg); color: var(--stage-acceptance-fg); border-radius: 12px; overflow: hidden; }.t-BadgeList--dash .t-BadgeList-item.list-item-execution  .t-BadgeList-wrap { background-color: var(--stage-execution-bg);  color: var(--stage-execution-fg);  border-radius: 12px; overflow: hidden; }.t-BadgeList--dash .t-BadgeList-item.list-item-declined   .t-BadgeList-wrap { background-color: var(--stage-declined-bg);   color: var(--stage-declined-fg);   border-radius: 12px; overflow: hidden; }.t-BadgeList--dash .t-BadgeList-item.list-item-closed     .t-BadgeList-wrap { background-color: var(--stage-closed-bg);     color: var(--stage-closed-fg);     border-radius: 12px; overflow: hidden; }.t-BadgeList--dash .t-BadgeList-item .t-BadgeList-value { border-radius: 8px; }.t-BadgeList-item[class*="list-item-"] .t-BadgeList-label { color: var(--ut-body-text); font-weight: 600; }.t-BadgeList-item[class*="list-item-"] .t-BadgeList-label {color: var(--ut-body-text);font-weight: 600;}.t-Region-header.list-item-request    { background-color: var(--stage-request-bg);   color: var(--stage-request-fg);   border-radius: 0.75rem; background-clip: content-box; }.t-Region-header.list-item-inspection { background-color: var(--stage-inspection-bg); color: var(--stage-inspection-fg); border-radius: 0.75rem; background-clip: content-box; }.t-Region-header.list-item-acceptance { background-color: var(--stage-acceptance-bg); color: var(--stage-acceptance-fg); border-radius: 0.75rem; background-clip: content-box; }.t-Region-header.list-item-execution  { background-color: var(--stage-execution-bg);  color: var(--stage-execution-fg);  border-radius: 0.75rem; background-clip: content-box; }.t-Region-header.list-item-declined   { background-color: var(--stage-declined-bg);   color: var(--stage-declined-fg);   border-radius: 0.75rem; background-clip: content-box; }.t-Region-header.list-item-closed     { background-color: var(--stage-closed-bg);     color: var(--stage-closed-fg);     border-radius: 0.75rem; background-clip: content-box; }.t-Region-header.list-item-request,
.t-Region-header.list-item-inspection,
.t-Region-header.list-item-acceptance,
.t-Region-header.list-item-execution,
.t-Region-header.list-item-declined,
.t-Region-header.list-item-closed {overflow: hidden;}.status-chip {display: inline-flex;align-items: center;justify-content: center;position: relative;overflow: hidden;border-radius: 1rem;font-size: 0.85em;font-weight: 600;padding: 0.25em 0.8em;line-height: 1.2;border: 1px solid rgba(0,0,0,0.05);transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;min-width: 6rem;text-transform: uppercase;letter-spacing: 0.5px;}.status-chip::before {content: "";position: absolute;inset: 0;border-radius: inherit;z-index: -1;}.status-chip span,
.status-chip {position: relative;z-index: 1;}.status-chip:hover {transform: translateY(-1px);box-shadow: 0 2px 6px rgba(0,0,0,0.15);filter: brightness(1.05);}.status-chip.list-item-request::before    { background-color: var(--stage-request-bg); }.status-chip.list-item-inspection::before { background-color: var(--stage-inspection-bg); }.status-chip.list-item-acceptance::before { background-color: var(--stage-acceptance-bg); }.status-chip.list-item-execution::before  { background-color: var(--stage-execution-bg); }.status-chip.list-item-declined::before   { background-color: var(--stage-declined-bg); }.status-chip.list-item-closed::before     { background-color: var(--stage-closed-bg); }.status-chip.list-item-request    { color: var(--stage-request-fg); }.status-chip.list-item-inspection { color: var(--stage-inspection-fg); }.status-chip.list-item-acceptance { color: var(--stage-acceptance-fg); }.status-chip.list-item-execution  { color: var(--stage-execution-fg); }.status-chip.list-item-declined   { color: var(--stage-declined-fg); }.status-chip.list-item-closed     { color: var(--stage-closed-fg); }.status-chip {animation: chip-fade-in 0.3s ease;}@keyframes chip-fade-in {from { opacity: 0; transform: scale(0.95); }to   { opacity: 1; transform: scale(1); }}.status-chip {border: 1px solid rgba(0,0,0,0.05);}.ts-status-banner {display: flex;align-items: center;gap: 10px;padding: 10px 14px;border-radius: 10px;font-weight: 600;margin-bottom: 12px;border: 1px solid transparent;}.ts-status-banner.is-IN_PROGRESS,
.ts-status-banner.is-READY_FOR_ACTION,
.ts-status-banner.is-running {background: #fff4e5;color: #b26a00;border-color: #ffd59e;}.ts-status-banner.is-COMPLETED,
.ts-status-banner.is-completed {background: #e6f4ea;color: #1e7e34;border-color: #a3d9b1;}.ts-status-banner.is-ERROR,
.ts-status-banner.is-ABORTED,
.ts-status-banner.is-aborted {background: #fdecea;color: #a12622;border-color: #f5b5b2;}#header-strip {background: var(--app-surface);border-radius: 12px;padding: 12px 14px;margin-bottom: 16px;}#header-strip .row {align-items: flex-start;}#header-strip .t-Region {border: none !important;box-shadow: none !important;background: transparent !important;margin-bottom: 6px;}#header-strip .t-Region-header {border-bottom: none;background: transparent;padding-left: 0;padding-right: 0;margin-bottom: 4px;}#header-strip .t-Region-body {background: transparent;padding: 6px 8px;}#header-strip .t-Region-title {font-size: 0.8rem;font-weight: 600;color: #6b7280;letter-spacing: 0.02em;}#header-strip .t-Report,
#header-strip .t-Report-wrap,
#header-strip .t-Report-tableWrap,
#header-strip .t-Report-report,
#header-strip .t-Report-cell {background: transparent !important;border: none !important;box-shadow: none !important;}#header-strip .t-Report-cell {padding: 0 !important;}#header-strip .t-Report-report {border-collapse: collapse !important;}.dashboard-section,
.dashboard-section .t-Region,
.dashboard-section .t-Region-body,
.dashboard-section .t-Region-bodyWrap {background: transparent !important;box-shadow: none !important;}.dashboard-section .t-Region {border: none !important;}.dashboard-section .t-Region-header {background: transparent !important;border: none !important;padding-left: 0;padding-right: 0;margin-bottom: 6px;}.dashboard-section .t-Region-title {font-size: 0.8rem;font-weight: 600;color: #6b7280;letter-spacing: 0.02em;}.kpi-strip {display: grid;grid-template-columns: repeat(4, minmax(140px, 1fr));gap: 12px;align-items: start;margin-top: 4px;margin-bottom: 12px;}.kpi-card {padding: 8px 12px;border: 1px solid #e2e2e2;border-radius: 10px;background: #ffffff;box-shadow: 0 1px 2px rgba(0,0,0,0.04);min-height: 84px;transition: all 0.15s ease;}.kpi-label {font-size: 0.75rem;color: #6b7280;margin-bottom: 6px;}.kpi-value {font-size: 1.9rem;font-weight: 700;line-height: 1;letter-spacing: -0.5px;}.kpi-danger  { border-left: 5px solid #d63b25; }.kpi-warning { border-left: 5px solid #d9a406; }.kpi-success { border-left: 5px solid #2f9e44; }.kpi-neutral { border-left: 5px solid #60848b; }.kpi-clickable {cursor: pointer;}.kpi-clickable:hover {transform: translateY(-2px);box-shadow: 0 6px 14px rgba(0,0,0,0.08);border-color: #d0d7de;}.kpi-clickable.active {box-shadow:
0 0 0 1px gray,
0 4px 10px rgba(0,0,0,0.15);}.role-context-card {background: #ffffff;border: 1px solid #e2e2e2;border-radius: 12px;padding: 14px 16px;box-shadow: 0 1px 2px rgba(0,0,0,0.05);}.rc-progress-bar {margin-top: 6px;height: 6px;background: #e5e7eb;border-radius: 6px;overflow: hidden;}.rc-progress-fill {height: 100%;background: #60848b;transition: width 0.3s ease;}#recent-orders {margin-top: 4px;}#recent-orders .a-CardView-items {gap: 10px;justify-content: flex-start;}#recent-orders .a-CardView-item {border-radius: 10px;border: 1px solid #e2e2e2;background: #ffffff;border-top: 4px solid #60848b;transition: all 0.15s ease;overflow: hidden;box-shadow: 0 1px 2px rgba(0,0,0,0.04);min-height: 110px;cursor: pointer;}#recent-orders .a-CardView-item:hover {transform: translateY(-3px);box-shadow: 0 10px 22px rgba(0,0,0,0.10);border-color: #d0d7de;}#recent-orders .a-CardView-header {background: transparent;border-bottom: 1px solid #f0f0f0;}#recent-orders .a-CardView-headerBody {font-size: 1.1rem;font-weight: 600;color: #222;margin-bottom: 4px;}#recent-orders .a-CardView-body {padding-top: 6px;}.order-card-body {margin-top: 4px;}.order-card-count {font-size: 0.8rem;font-weight: 500;display: inline-block;padding: 2px 8px;border-radius: 999px;background: rgba(96,132,139,0.12);color: #2f4f55;}.order-card-date {font-size: 0.72rem;color: #888;margin-top: 6px;}.priority-meta {display: flex;gap: 12px;margin-top: 6px;font-size: 0.75rem;color: #6b7280;}.priority-meta strong {color: #374151;font-weight: 600;}#workload_ir th#sel_col,
#workload_ir td[headers="SELECTED_IND"] {width: 10px;max-width: 10px;padding: 0 4px !important;text-align: center;}#workload_ir tbody tr {cursor: pointer;}#workload_ir tbody tr:hover td {background: rgba(96,132,139,0.06);}.worklist-table td {padding: 6px 10px !important;font-size: 0.85rem;}.worklist-table .role-link {font-weight: 600;}.run-status-card {padding: 6px 0;}.run-status-title {font-size: 1.1rem;font-weight: 700;margin-bottom: 14px;}.run-status-line {display: flex;align-items: center;gap: 12px;margin-bottom: 10px;}.run-status-line-spaced {margin-top: 12px;}.run-label {min-width: 110px;color: #6b7280;}.run-value {font-weight: 700;}.run-clickable {cursor: pointer;}.run-clickable:hover {color: #1f2937;border-bottom-color: #4f6f73;}.run-progress-bar {margin-top: 4px;width: 100%;max-width: 320px;height: 8px;background: #e5e7eb;border-radius: 6px;overflow: hidden;}.run-progress-fill {height: 100%;background: #4f6f73;}.run-section {margin: 12px 0;padding: 6px 0;border-top: 1px solid #e5e7eb;border-bottom: 1px solid #e5e7eb;}.status-badge {display: inline-flex;align-items: center;padding: 4px 10px;border-radius: 999px;font-size: 0.78rem;font-weight: 600;}.status-IN_PROGRESS {background: #fef3c7;color: #92400e;}.status-COMPLETED {background: #d1fae5;color: #065f46;}.status-ABORTED {background: #fee2e2;color: #991b1b;}.attention-panel {display: flex;flex-direction: column;gap: 6px;}.attention-item {padding: 6px 10px;border-radius: 8px;font-size: 0.82rem;font-weight: 500;}.attention-danger {background: #fee2e2;color: #991b1b;}.attention-warning {background: #fef3c7;color: #92400e;}.attention-info {background: #e0f2fe;color: #075985;}.attention-success {background: #d1fae5;color: #065f46;}.t-Avatar.ev-icon {color: white !important;}.t-Avatar.ev-approver {background-color: #2e7d32 !important;}.t-Avatar.ev-security {background-color: #c74634 !important;}.t-Avatar.ev-system {background-color: #6b7280 !important;}