.project-workspace{display:none;min-height:100%;background:#f7faff;color:#13233f}.project-workspace.visible{display:block}.project-runtime-heading{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #c9d9f0;background:#fff}.project-runtime-heading h1{margin:0;font-size:20px;letter-spacing:0}.project-runtime-heading p{margin:5px 0 0;color:#35557f;font-size:13px}.project-primary{min-height:38px;padding:0 15px;border:1px solid #0849a6;border-radius:5px;background:#0b57d0;color:#fff;font-weight:700;cursor:pointer}.project-runtime-status{padding:9px 22px;border-bottom:1px solid #d7e4f5;background:#edf5ff;color:#164c8c;font-size:12px}.project-runtime-status.error{background:#fff2f0;color:#b42318}.project-runtime-content{padding:18px 22px}.project-list-panel,.project-overview-panel{border:1px solid #c8d9ef;border-radius:6px;background:#fff;overflow:hidden}.project-list-table{width:100%;border-collapse:collapse}.project-list-table th,.project-list-table td{padding:12px 14px;border-bottom:1px solid #dbe6f5;text-align:left;font-size:13px}.project-list-table th{background:#eef5ff;color:#244c7f;font-size:12px}.project-row-button,.project-node-button{border:0;background:transparent;color:#0b57d0;font:inherit;font-weight:700;cursor:pointer}.project-empty{padding:58px;text-align:center;color:#174c86}.project-overview-head{display:grid;grid-template-columns:minmax(260px,1fr) repeat(4,minmax(95px,130px));gap:12px;padding:16px 18px;border-bottom:1px solid #d6e3f3;background:#fff}.project-overview-title h2{margin:0;font-size:18px}.project-overview-title p{margin:6px 0 0;color:#35557f;font-size:12px}.project-fact{padding:10px;border-left:3px solid #1769d2;background:#edf5ff}.project-fact span{display:block;color:#35557f;font-size:11px}.project-fact strong{display:block;margin-top:4px;color:#112b50;font-size:14px}.project-summary-grid{display:grid;grid-template-columns:repeat(8,minmax(80px,1fr));gap:8px;padding:14px 18px;border-bottom:1px solid #d6e3f3;background:#f8fbff}.project-summary-item{min-height:68px;padding:10px;border:1px solid #bfd4ef;border-radius:5px;background:#fff}.project-summary-item strong{display:block;color:#0b57d0;font-size:20px}.project-summary-item span{color:#35557f;font-size:11px}.project-lifecycle-toolbar{display:flex;align-items:center;justify-content:space-between;padding:12px 18px}.project-lifecycle-toolbar h3{margin:0;font-size:15px}.project-lifecycle-toolbar span{color:#35557f;font-size:12px}.project-lifecycle-scroll{overflow:auto;padding:0 18px 20px}.project-lifecycle{min-width:1120px;display:grid;gap:14px}.project-lifecycle-row{display:grid;grid-template-columns:repeat(6,minmax(150px,1fr));gap:14px;position:relative}.project-lifecycle-row.reverse{direction:rtl}.project-lifecycle-row.reverse>*{direction:ltr}.project-node{position:relative;min-height:132px;padding:12px;border:1px solid #b7cdea;border-top:4px solid var(--state,#0b57d0);border-radius:6px;background:#fff;box-shadow:0 3px 10px rgba(23,70,129,.09);transition:transform .16s ease,box-shadow .16s ease}.project-node:hover{transform:translateY(-2px);box-shadow:0 7px 18px rgba(23,70,129,.16)}.project-node-number{display:flex;justify-content:space-between;color:#35557f;font-size:11px}.project-node h4{margin:8px 0 5px;font-size:14px}.project-node p{margin:0;color:#35557f;font-size:11px;line-height:1.55}.project-node footer{display:flex;justify-content:space-between;margin-top:10px;color:#173d70;font-size:11px}.project-node.blocked{outline:2px solid #d92d20}.project-node[data-status="Passed"]{--state:#119c59}.project-node[data-status="Running"]{--state:#0b57d0}.project-node[data-status="Review"]{--state:#7a3fd0}.project-node[data-status="Failed"]{--state:#d92d20}.project-node[data-status="Pending"]{--state:#d28a00}.project-runtime-drawer{position:absolute;z-index:32;top:0;right:0;bottom:0;width:min(560px,44vw);overflow:auto;padding:20px;border-left:1px solid #b9cde8;background:#fff;box-shadow:-12px 0 30px rgba(13,44,91,.18)}.project-drawer-head{display:flex;align-items:flex-start;justify-content:space-between}.project-drawer-head h2{margin:0;font-size:18px}.project-drawer-close{border:0;background:transparent;color:#164c8c;font-size:24px;cursor:pointer}.project-drawer-section{margin-top:18px;padding-top:14px;border-top:1px solid #d6e3f3}.project-drawer-section h3{margin:0 0 9px;font-size:14px}.project-detail-grid{display:grid;grid-template-columns:120px 1fr;gap:8px 12px;font-size:12px}.project-detail-grid dt{color:#35557f}.project-detail-grid dd{margin:0;color:#13233f}.project-reference-row{padding:9px 0;border-bottom:1px solid #e1eaf7;font-size:12px}.project-runtime-form{display:grid;gap:12px;margin-top:18px}.project-runtime-form label{display:grid;gap:5px;color:#244c7f;font-size:12px}.project-runtime-form input,.project-runtime-form select,.project-runtime-form textarea{width:100%;padding:9px 10px;border:1px solid #aebfda;border-radius:5px;background:#fff;color:#13233f;font:inherit}.project-runtime-form textarea{min-height:88px;resize:vertical}.project-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.project-form-grid .wide{grid-column:1/-1}.project-form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:10px}.project-form-error{color:#b42318;font-size:12px}.project-mode-switch{display:flex;gap:6px;margin-top:16px}.project-mode-switch button{padding:8px 12px;border:1px solid #9db8dd;border-radius:5px;background:#fff;color:#164c8c;cursor:pointer}.project-mode-switch button.active{background:#0b57d0;color:#fff}@media(max-width:1180px){.project-overview-head{grid-template-columns:1fr 1fr}.project-overview-title{grid-column:1/-1}.project-summary-grid{grid-template-columns:repeat(4,1fr)}}
.project-runtime-tree .sub-item{width:100%;text-align:left}.project-tree-project{font-weight:700}.project-tree-child{padding-left:78px!important;font-size:12px!important}
.project-digest-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:14px;border-bottom:1px solid #c9d9f0}.project-digest-head h2{margin:0;color:#102f5d;font-size:18px}.project-digest-head p{margin:5px 0 0;color:#24558d;font-size:12px}.project-digest-head>div:last-child{display:flex;gap:8px}.project-digest-head button,.project-list-table [data-digest-restore]{min-height:34px;padding:0 11px;border:1px solid #1769d2;border-radius:5px;background:#edf5ff;color:#0b57d0;font-weight:700;cursor:pointer}.project-digest-head .project-primary{background:#0b57d0;color:#fff}.project-runtime-content>.project-detail-grid{margin:16px 0;padding:14px;border-left:4px solid #1769d2;background:#eef6ff}.project-runtime-content>section{padding:10px 0}.project-runtime-content>section h3,.project-runtime-content>h3{margin:8px 0;color:#153f72;font-size:14px}.project-runtime-content>section ul{margin:0;padding-left:20px;color:#173d70;font-size:12px;line-height:1.7}.project-runtime-content [data-digest-diff] pre{max-height:300px;overflow:auto;padding:12px;background:#eaf3ff;color:#102f5d;font-size:11px}
.project-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:0 0 12px;border-bottom:1px solid #c9d9f0}.project-section-head h2,.project-section-head h3{margin:0;color:#102f5d;font-size:18px}.project-section-head h3{font-size:14px}.project-section-head p{margin:5px 0 0;color:#24558d;font-size:12px}.project-table-wrap{width:100%;overflow:auto;border:1px solid #c8d9ef;border-radius:5px}.project-table-wrap .project-list-table{min-width:840px}.project-table-empty{padding:36px!important;text-align:center!important;color:#174c86}.project-authority-document{margin-top:14px;padding:14px;border:1px solid #bfd4ef;border-left:4px solid #1769d2;background:#fff}.project-authority-content{max-height:460px;overflow:auto;padding:16px 4px 4px;white-space:pre-wrap;overflow-wrap:anywhere;color:#13233f;font-size:13px;line-height:1.75}.project-document-link{border:0;background:transparent;color:#0b57d0;font:inherit;font-weight:700;cursor:pointer}.project-document-link:hover{text-decoration:underline}.project-muted{color:#35557f}.project-empty.compact{padding:28px}.project-state,.project-role-badge{display:inline-block;padding:3px 8px;border:1px solid #93b8e8;border-radius:4px;background:#eaf3ff;color:#124c8f;font-size:11px;font-weight:700}.project-decision-summary{display:grid;grid-template-columns:120px minmax(160px,1fr) 120px minmax(160px,1fr);gap:1px;margin:14px 0;background:#b9cde8;border:1px solid #b9cde8}.project-decision-summary>*{padding:10px;background:#fff}.project-decision-summary strong{color:#244c7f}.project-related-group{padding:14px 0!important}.project-related-group+ .project-related-group{border-top:1px solid #c9d9f0}.project-related-group h3{margin:0 0 9px!important}.project-reference-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.project-reference-row>div{min-width:0;overflow-wrap:anywhere}@media(max-width:1180px){.project-decision-summary{grid-template-columns:110px 1fr}}
.project-workflow-panel{padding:16px 0;border-bottom:1px solid #c9d9f0}.project-workflow-panel:last-child{border-bottom:0}.project-action-group{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.project-action-group button,.project-list-table button,.project-runtime-form>button{min-height:32px;padding:0 10px;border:1px solid #8eb0db;border-radius:4px;background:#f5f9ff;color:#164c8c;font-weight:700;cursor:pointer}.project-action-group .project-primary{border-color:#0849a6;background:#0b57d0;color:#fff}.project-authority-content.compact-content{max-height:320px;margin:12px 0;padding:14px;border:1px solid #d3e1f2;background:#fbfdff}.project-inline-input{min-width:180px;width:100%;padding:7px 8px;border:1px solid #aebfda;border-radius:4px}.project-gate-message{display:flex;align-items:center;gap:14px;margin:14px 0;padding:12px 14px;border-left:4px solid #d28a00;background:#fff8e8;color:#5e4100}.project-gate-message span{flex:1;font-size:12px}.project-compact-form{padding:14px;border:1px solid #c8d9ef;background:#f8fbff}.project-checkbox{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center}.project-checkbox input{width:auto!important}.project-condition-table{min-width:1380px!important}.project-condition-table td{vertical-align:top}.project-condition-table input,.project-condition-table select{min-width:110px;width:100%;padding:7px;border:1px solid #aebfda;border-radius:4px}.project-condition-table input[type="checkbox"]{min-width:0;width:auto}.project-condition-table td:nth-child(1),.project-condition-table td:nth-child(2),.project-condition-table td:nth-child(7),.project-condition-table td:nth-child(8),.project-condition-table td:nth-child(9){min-width:170px}.project-diff{margin-top:14px;padding:14px;border:1px solid #c8d9ef;background:#f8fbff}.project-diff>div{display:grid;grid-template-columns:80px 1fr;gap:8px}.project-diff pre{max-height:220px;overflow:auto;margin:0;padding:10px;background:#fff;white-space:pre-wrap}.project-runtime-form button:disabled,.project-action-group button:disabled,.project-list-table button:disabled{cursor:not-allowed;opacity:.55}
