@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=IBM+Plex+Sans:wght@300;400;500;600&display=swap";:root{--nav-bg:#0d1426;--nav-border:#1e2d4a;--bg:#f0f2f7;--surface:#fff;--surface-2:#f7f8fc;--border:#e2e6ef;--border-soft:#ebeef5;--text-primary:#0d1426;--text-secondary:#5a6480;--text-muted:#9ba3bb;--blue:#2563eb;--blue-light:#eff4ff;--blue-mid:#bfcffd;--purple:#7c3aed;--purple-light:#f3effe;--green:#059669;--green-light:#ecfdf5;--amber:#d97706;--amber-light:#fffbeb;--red:#dc2626;--red-light:#fef2f2;--cyan:#0891b2;--cyan-light:#ecfeff;--discovery:#2563eb;--validation:#7c3aed;--launch:#059669;--scaleup:#d97706;--font-head:"Outfit", sans-serif;--font-body:"IBM Plex Sans", sans-serif;--radius:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 3px #0d142614, 0 1px 2px #0d14260a;--shadow:0 4px 12px #0d142614, 0 1px 4px #0d14260a;--shadow-lg:0 12px 32px #0d14261f, 0 4px 8px #0d14260f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--bg);color:var(--text-primary);min-height:100vh}.page-container{max-width:1400px;margin:0 auto;padding:28px 28px 60px}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.page-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.03em;font-size:26px;font-weight:800;line-height:1.1}.page-subtitle{color:var(--text-secondary);margin-top:4px;font-size:13px}.btn{border-radius:var(--radius);font-family:var(--font-body);cursor:pointer;border:none;align-items:center;gap:6px;padding:8px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-outline:hover:not(:disabled){background:var(--surface-2);color:var(--text-primary)}.status-badge{letter-spacing:.02em;white-space:nowrap;border-radius:20px;flex-shrink:0;align-items:center;gap:4px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.status-new{background:var(--blue-light);color:var(--blue)}.status-review{background:var(--amber-light);color:var(--amber)}.status-promoted{background:var(--green-light);color:var(--green)}.status-declined{background:var(--red-light);color:var(--red)}.placeholder-screen{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);text-align:center;margin-top:20px;padding:60px 40px}.placeholder-screen h2{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.03em;margin-bottom:8px;font-size:22px;font-weight:800}.placeholder-screen p{color:var(--text-secondary);max-width:400px;margin:0 auto;font-size:14px;line-height:1.6}.placeholder-badge{background:var(--blue-light);color:var(--blue);letter-spacing:.06em;text-transform:uppercase;border-radius:20px;margin-bottom:14px;padding:4px 14px;font-size:11px;font-weight:700;display:inline-block}.ideation-page{max-width:1400px;margin:0 auto;padding:28px 28px 60px}.lib-toolbar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;padding:14px 20px;display:flex}.search-wrap{flex:1;min-width:220px;position:relative}.search-wrap svg{width:14px;height:14px;color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.search-input{border:1px solid var(--border);border-radius:var(--radius);width:100%;font-family:var(--font-body);color:var(--text-primary);background:var(--surface-2);outline:none;padding:7px 12px 7px 32px;font-size:13px;transition:border-color .15s}.search-input:focus{border-color:var(--blue);background:#fff}.status-filters{flex-wrap:wrap;gap:6px;display:flex}.filter-btn{background:var(--surface-2);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;font-size:12px;font-weight:500;font-family:var(--font-body);border-radius:20px;padding:5px 12px;transition:all .15s}.filter-btn:hover{border-color:var(--blue);color:var(--blue)}.filter-btn.active{background:var(--blue);border-color:var(--blue);color:#fff}.filter-btn-count{opacity:.65;margin-left:3px}.view-toggle{border:1px solid var(--border);border-radius:var(--radius);margin-left:auto;display:flex;overflow:hidden}.view-btn{background:var(--surface-2);cursor:pointer;color:var(--text-muted);border:none;align-items:center;padding:6px 10px;transition:all .15s;display:flex}.view-btn.active{background:var(--blue);color:#fff}.view-btn:hover:not(.active){background:var(--border)}.view-btn svg{width:14px;height:14px}.ideas-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.idea-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;box-shadow:var(--shadow-sm);flex-direction:column;padding:20px;transition:box-shadow .2s,border-color .2s,transform .15s;display:flex}.idea-card:hover{box-shadow:var(--shadow-lg);border-color:#c7d3f0;transform:translateY(-1px)}.idea-card-top{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.idea-card-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;font-size:15px;font-weight:700;line-height:1.3}.idea-card-desc{color:var(--text-secondary);flex:1;margin-bottom:14px;font-size:13px;line-height:1.6}.idea-card-tags{flex-wrap:wrap;gap:5px;margin-bottom:14px;display:flex}.tag-idea{background:var(--surface-2);border:1px solid var(--border-soft);color:var(--text-secondary);letter-spacing:.03em;border-radius:20px;padding:2px 8px;font-size:10px;font-weight:600}.idea-card-footer{border-top:1px solid var(--border-soft);justify-content:space-between;align-items:center;padding-top:12px;display:flex}.idea-submitter{align-items:center;gap:7px;display:flex}.avatar-xs{width:24px;height:24px;font-family:var(--font-head);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.submitter-name{color:var(--text-primary);font-size:12px;font-weight:600}.submitter-date{color:var(--text-muted);font-size:11px}.ideas-list{flex-direction:column;gap:8px;display:flex}.idea-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-sm);align-items:center;gap:16px;padding:14px 20px;transition:box-shadow .15s,border-color .15s;display:flex}.idea-row:hover{box-shadow:var(--shadow);border-color:#c7d3f0}.idea-row-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.01em;flex:1;font-size:14px;font-weight:700}.idea-row-tags{flex-wrap:wrap;flex-shrink:0;gap:5px;width:200px;display:flex}.idea-row-submitter{width:140px;color:var(--text-secondary);flex-shrink:0;align-items:center;gap:6px;font-size:12px;display:flex}.idea-row-date{color:var(--text-muted);text-align:right;flex-shrink:0;width:80px;font-size:12px}.ideas-loading,.ideas-empty,.ideas-error{text-align:center;color:var(--text-muted);grid-column:1/-1;padding:48px 24px;font-size:14px}.ideas-error{color:var(--red);background:var(--red-light);border-radius:var(--radius-lg);border:1px solid #fca5a5}.detail-panel{background:var(--surface);border-left:1px solid var(--border);z-index:300;flex-direction:column;width:520px;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:52px;bottom:0;right:-520px;overflow-y:auto;box-shadow:-8px 0 32px #0d14261f}.detail-panel.open{right:0}.detail-scrim{z-index:299;background:#0d142600;position:fixed;inset:0}.panel-header{border-bottom:1px solid var(--border);background:var(--surface);z-index:10;justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 22px;display:flex;position:sticky;top:0}.panel-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.03em;font-size:17px;font-weight:800;line-height:1.3}.panel-close{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-2);cursor:pointer;width:30px;height:30px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;font-size:16px;transition:all .15s;display:flex}.panel-close:hover{background:var(--border);color:var(--text-primary)}.panel-body{flex:1;padding:22px}.panel-section{margin-bottom:22px}.panel-section-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:11px;font-weight:700}.panel-text{color:var(--text-secondary);font-size:13px;line-height:1.7}.meta-row{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;padding:8px 0;display:flex}.meta-row:last-child{border-bottom:none}.meta-label{color:var(--text-muted);font-size:12px;font-weight:500}.meta-value{color:var(--text-primary);font-size:12px;font-weight:600}.panel-actions{border-top:1px solid var(--border);background:var(--surface-2);flex-wrap:wrap;gap:10px;padding:16px 22px;display:flex}.btn-promote{background:var(--green);color:#fff}.btn-promote:hover{background:#047857}.btn-decline{background:var(--red-light);color:var(--red);border:1px solid #fca5a5}.btn-decline:hover{background:#fee2e2}.btn-review{background:var(--amber-light);color:var(--amber);border:1px solid #fde68a}.btn-review:hover{background:#fef3c7}.panel-read-only{background:var(--surface-2);border-top:1px solid var(--border);align-items:center;gap:10px;padding:14px 22px;display:flex}.panel-read-only svg{width:15px;height:15px;color:var(--text-muted);flex-shrink:0}.panel-read-only span{color:var(--text-secondary);font-size:12px}.decline-input-area{border-top:1px solid var(--border);background:var(--surface-2);padding:12px 22px 16px}.decline-input-label{color:var(--text-primary);margin-bottom:8px;font-size:12px;font-weight:600;display:block}.decline-input-label span{color:var(--red);margin-left:2px}.decline-textarea{border:1px solid var(--border);border-radius:var(--radius);width:100%;font-family:var(--font-body);color:var(--text-primary);background:var(--surface);resize:vertical;outline:none;min-height:72px;padding:9px 12px;font-size:13px;line-height:1.6;transition:border-color .15s}.decline-textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.decline-actions{gap:8px;margin-top:10px;display:flex}.panel-action-spinner{opacity:.6;cursor:not-allowed}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:500;background:#0d142699;justify-content:center;align-items:flex-start;padding:48px 20px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal{background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;max-width:600px;animation:.25s slideUp;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:22px 24px;display:flex}.modal-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.03em;font-size:18px;font-weight:800}.modal-subtitle{color:var(--text-muted);margin-top:3px;font-size:12px}.modal-close{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-2);cursor:pointer;width:30px;height:30px;color:var(--text-muted);justify-content:center;align-items:center;font-size:16px;transition:all .15s;display:flex}.modal-close:hover{background:var(--border);color:var(--text-primary)}.modal-body{padding:24px}.modal-footer{border-top:1px solid var(--border);background:var(--surface-2);justify-content:flex-end;gap:10px;padding:16px 24px;display:flex}.form-group{margin-bottom:20px}.form-label{color:var(--text-primary);letter-spacing:.02em;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.form-label-required{color:var(--red);margin-left:2px}.form-input,.form-textarea{border:1px solid var(--border);border-radius:var(--radius);width:100%;font-family:var(--font-body);color:var(--text-primary);background:var(--surface);outline:none;padding:9px 12px;font-size:13px;transition:border-color .15s}.form-input:focus,.form-textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.form-textarea{resize:vertical;min-height:90px;line-height:1.6}.form-hint{color:var(--text-muted);margin-top:4px;font-size:11px}.form-error{color:var(--red);margin-top:4px;font-size:11px}.char-count{color:var(--text-muted);text-align:right;margin-top:3px;font-size:11px}.form-input.error,.form-textarea.error{border-color:var(--red)}.submit-error{background:var(--red-light);border-radius:var(--radius);color:var(--red);border:1px solid #fca5a5;margin-bottom:16px;padding:10px 14px;font-size:13px}.review-notes-block{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius);padding:12px 14px}.review-notes-author{color:var(--text-primary);margin-bottom:4px;font-size:12px;font-weight:600}.review-notes-author span{color:var(--text-muted);font-weight:400}@media (width<=1100px){.ideas-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.ideas-grid{grid-template-columns:1fr}.detail-panel{width:100%;right:-100%}.idea-row-tags,.idea-row-submitter,.idea-row-date{display:none}}.density-compact .ideas-grid{grid-template-columns:1fr;gap:4px}.density-compact .idea-card{flex-direction:row;align-items:center;gap:12px;padding:10px 14px;transform:none!important}.density-compact .idea-card:hover{transform:none}.density-compact .idea-card-top{flex-direction:row-reverse;flex:1;margin-bottom:0}.density-compact .idea-card-desc,.density-compact .idea-card-tags,.density-compact .idea-card-footer{display:none}.density-compact .idea-card-title{font-size:13px;font-weight:500}.iss-section-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;border-bottom:1px solid var(--border-soft);margin-top:4px;margin-bottom:12px;padding-bottom:6px;font-size:10px;font-weight:700}.form-label-hint{color:var(--text-muted);margin-left:6px;font-size:11px;font-weight:400}.iss-brief-toggle{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;width:100%;color:var(--text-primary);font-size:13px;font-weight:600;font-family:var(--font-body);justify-content:space-between;align-items:center;margin-top:16px;padding:10px 14px;transition:background .15s;display:flex}.iss-brief-toggle:hover{background:var(--border-soft)}.iss-brief-badge{color:var(--blue);margin-left:auto;margin-right:6px;font-size:11px}.iss-brief-body{border:1px solid var(--border);border-radius:0 0 var(--radius) var(--radius);background:var(--surface);border-top:none;margin-bottom:8px;padding:16px}.iss-brief-intro{color:var(--text-muted);margin:0 0 16px;font-size:12px;line-height:1.6}.panel-footer{border-top:1px solid var(--border-soft);background:var(--surface);flex-shrink:0;justify-content:flex-end;gap:10px;padding:16px 24px;display:flex}.panel-section-title{letter-spacing:.07em;text-transform:uppercase;color:var(--text-secondary);background:var(--surface-2);border:1px solid var(--border);border-radius:20px;align-items:center;margin-bottom:10px;padding:3px 10px;font-size:10px;font-weight:700;display:inline-flex}.brief-section-head{color:var(--text-primary);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:8px;margin-top:4px;margin-bottom:6px;font-size:11px;font-weight:800;display:flex}.brief-section-head:before{content:"";background:var(--blue-mid,#3b82f6);border-radius:2px;flex-shrink:0;width:3px;height:14px;display:block}.idea-card-top .status-badge{flex-shrink:0}.programs-header{background:var(--surface);border-bottom:1px solid var(--border);padding:22px 28px 18px}.programs-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.programs-page-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.04em;font-size:26px;font-weight:800}.programs-page-sub{color:var(--text-secondary);margin-top:3px;font-size:13px}.programs-filter-bar{background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:8px;padding:10px 28px;display:flex}.programs-list-wrap{padding:24px 28px}.programs-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:18px;display:grid}.prog-card{background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--discovery);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);cursor:pointer;flex-direction:column;transition:box-shadow .15s;display:flex;overflow:hidden}.prog-card:hover{box-shadow:var(--shadow)}.prog-card.c-discovery{border-top-color:var(--discovery)}.prog-card.c-validation{border-top-color:var(--validation)}.prog-card.c-launch{border-top-color:var(--launch)}.prog-card.c-scaleup{border-top-color:var(--scaleup)}.prog-card-head{padding:14px 16px 11px}.prog-stage-row{justify-content:space-between;align-items:center;margin-bottom:9px;display:flex}.prog-card-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:6px;font-size:15px;font-weight:700;line-height:1.35}.prog-card-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:11px;display:flex}.prog-meta-item{align-items:center;gap:3px;display:flex}.prog-meta-item svg{flex-shrink:0;width:11px;height:11px}.prog-readiness{border-top:1px solid var(--border-soft);flex-direction:column;gap:6px;padding:10px 16px 12px;display:flex}.prog-rb-label{color:var(--text-muted);flex-shrink:0;width:110px;font-size:11px}.prog-rb-track{background:var(--border);border-radius:4px;flex:1;height:5px;overflow:hidden}.prog-rb-fill{background:var(--blue);border-radius:4px;height:100%;transition:width .4s}.prog-card-actions{border-top:1px solid var(--border);align-items:center;gap:6px;margin-top:auto;padding:10px 16px;display:flex}.programs-empty{text-align:center;color:var(--text-muted);padding:60px 24px;font-size:13px}.programs-empty h3{font-family:var(--font-head);color:var(--text-secondary);margin-bottom:8px;font-size:18px}.programs-loading{color:var(--text-muted);padding:40px 28px;font-size:13px}.programs-error{background:var(--red-light);border-radius:var(--radius);color:var(--red);border:1px solid #fecaca;margin:20px 28px;padding:12px 16px;font-size:13px}.density-compact .prog-card-head{padding:10px 14px 8px}.density-compact .prog-card-title{font-size:13px}.density-compact .prog-readiness{gap:4px;padding:7px 14px 9px}.density-compact .prog-rb-row{gap:6px}.density-compact .prog-card-actions{padding:7px 14px}.density-compact .programs-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px}.lp-backdrop{z-index:200;background:#00000059;position:fixed;inset:0}.lp-panel{background:var(--surface);border-left:1px solid var(--border);z-index:201;flex-direction:column;width:520px;max-width:100vw;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden}.lp-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.lp-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.03em;margin:0;font-size:20px;font-weight:800}.lp-close{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;display:flex}.lp-close:hover{color:var(--text-primary);background:var(--surface-2)}.lp-form{flex-direction:column;flex:1;gap:28px;padding:24px;display:flex;overflow-y:auto}.lp-section{flex-direction:column;gap:16px;display:flex}.lp-section-title{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);border-bottom:1px solid var(--border);margin:0;padding-bottom:8px;font-size:13px;font-weight:700}.lp-field{flex-direction:column;gap:5px;display:flex}.lp-label{color:var(--text-primary);font-size:13px;font-weight:600}.lp-required{color:var(--red,#ef4444);margin-left:2px}.lp-input,.lp-select{font-family:var(--font-body);border:1px solid var(--border);background:var(--surface);color:var(--text-primary);box-sizing:border-box;border-radius:6px;outline:none;width:100%;padding:8px 11px;font-size:14px;transition:border-color .15s}.lp-input:focus,.lp-select:focus{border-color:var(--blue);box-shadow:0 0 0 2px var(--blue-light)}.lp-field-error{color:var(--red,#ef4444);margin:0;font-size:12px}.lp-field-error--global{background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;padding:10px 12px}.lp-hint{color:var(--text-secondary);margin:0;font-size:12px}.lp-hint--muted{color:var(--text-muted)}.lp-loading{color:var(--text-muted);margin:0;font-size:13px}.lp-stage-chip{background:var(--blue-light);border:1px solid var(--blue-mid);color:var(--blue);border-radius:20px;align-self:flex-start;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}.lp-pm-dropdown{background:var(--surface);border:1px solid var(--border);z-index:10;border-radius:6px;max-height:200px;margin:0;padding:4px 0;list-style:none;position:absolute;top:calc(100% + 2px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 16px #0000001f}.lp-pm-option{cursor:pointer;flex-direction:column;gap:1px;padding:8px 12px;display:flex}.lp-pm-option:hover{background:var(--blue-light)}.lp-pm-email{color:var(--text-muted);font-size:11px}.lp-pm-empty{color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:10px 12px;font-size:13px;position:absolute;top:calc(100% + 2px);left:0;right:0}.lp-evidence-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.lp-evidence-item{color:var(--text-primary);background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:7px 11px;font-size:13px}.lp-footer{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:flex-end;gap:10px;padding:16px 24px;display:flex}.lp-chip-row{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.lp-chip{background:var(--blue-light,#eff6ff);border:1px solid var(--blue-mid,#93c5fd);color:var(--blue);border-radius:20px;align-items:center;gap:4px;padding:3px 8px 3px 10px;font-size:12px;font-weight:600;display:inline-flex}.lp-chip-remove{color:var(--blue);cursor:pointer;opacity:.6;background:0 0;border:none;padding:0 2px;font-size:14px;line-height:1}.lp-chip-remove:hover{opacity:1}.prog-value-chip{border-top:1px solid var(--border);align-items:center;gap:6px;padding:7px 12px;display:flex}.pvc-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.pvc-amount{color:var(--text-primary);font-size:13px;font-weight:700}.pvc-conf{color:var(--text-muted);font-size:11px;font-weight:500}.pvc-override{margin-left:2px;font-size:10px}.prog-rb-fill--commercial{background:var(--blue,#2563eb)}.prog-rb-fill--technical{background:var(--purple,#7c3aed)}.prog-rb-fill--reward-risk{background:var(--amber,#d97706)}.prog-rb-pct{color:var(--text-muted);text-align:right;flex-shrink:0;width:30px;font-size:11px;font-weight:600}.prog-rb-row{align-items:center;gap:8px;display:flex}.ranked-list-view{max-width:860px;margin:24px auto;padding:0 24px}.ranked-section{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);margin-bottom:24px;overflow:hidden}.ranked-section--unranked{background:var(--surface-2);border-style:dashed}.ranked-section-header{border-bottom:1px solid var(--border);background:var(--surface-2);align-items:center;gap:10px;padding:12px 16px;display:flex}.ranked-section-title{font-family:var(--font-head);color:var(--text-primary);font-size:13px;font-weight:700}.ranked-section-count{color:var(--text-muted);background:var(--border);border-radius:99px;padding:1px 8px;font-size:12px}.ranked-section-hint{color:var(--text-muted);margin-left:auto;font-size:11px;font-style:italic}.ranked-rows{padding:4px 0}.ranked-row{border-bottom:1px solid var(--border-soft,#ebeef5);cursor:grab;align-items:center;gap:12px;padding:10px 16px;transition:background .1s;display:flex}.ranked-row:last-child{border-bottom:none}.ranked-row:hover{background:var(--surface-2)}.ranked-row--drag-over{background:var(--blue-light,#eff4ff);border-top:2px solid var(--blue)}.ranked-row--unranked{opacity:.75}.ranked-row-handle{color:var(--text-muted);cursor:grab;-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:16px}.ranked-row-name{color:var(--text-primary);cursor:pointer;flex:1;font-size:14px;font-weight:600;text-decoration:none}.ranked-row-name:hover{color:var(--blue)}.ranked-row-pm{color:var(--text-muted);text-align:right;min-width:100px;font-size:12px}.ranked-drop-zone{text-align:center;color:var(--text-muted);padding:24px;font-size:13px;font-style:italic}.ranked-empty{color:var(--text-muted);padding:16px 20px;font-size:13px}.rank-badge{min-width:32px;height:22px;font-family:var(--font-head);background:var(--blue-light,#eff4ff);color:var(--blue,#2563eb);border:1px solid #bfdbfe;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:800;display:inline-flex}.rank-badge--empty{background:var(--surface-2);color:var(--text-muted);border-color:var(--border);font-weight:400}.rank-badge--card{min-width:26px;height:18px;font-size:10px}.rank-badge--ppc{min-width:24px;height:16px;padding:0 4px;font-size:10px}.prog-stage-row{justify-content:space-between}.prog-stage-row-left{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.prog-value-chip--header{background:var(--surface,#fff);border:1px solid var(--border,#e2e8f0);border-radius:99px;gap:6px;padding:4px 12px;box-shadow:0 1px 4px #00000012}.prog-sprint-chips{border-top:1px solid var(--border-soft,#ebeef5);flex-wrap:wrap;gap:8px;padding:8px 16px;display:flex}.prog-sprint-chip{border:1px solid #0000;border-radius:99px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.prog-sprint-chip--active{background:var(--green-light,#ecfdf5);color:var(--green,#059669);border-color:#a7f3d0}.prog-sprint-chip--completed{background:var(--surface-2,#f7f8fc);color:var(--text-muted,#9ca3af);border-color:var(--border,#e2e8f0)}.prog-sprint-chip--planning{background:var(--blue-light,#eff4ff);color:var(--blue,#2563eb);border-color:#bfdbfe}.prog-readiness-section{border-top:1px solid var(--border-soft,#ebeef5);flex-direction:column;gap:8px;padding:10px 16px 4px;display:flex}.prog-overall-rb{align-items:center;gap:8px;display:flex}.prog-overall-rb-label{color:var(--text-muted,#9ca3af);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;flex-shrink:0;font-size:11px;font-weight:600}.prog-overall-rb-track{background:var(--border-soft,#ebeef5);border-radius:99px;flex:1;height:5px;overflow:hidden}.prog-overall-rb-fill{background:var(--blue,#2563eb);border-radius:99px;height:100%;transition:width .3s}.prog-overall-rb-pct{color:var(--text-secondary,#4b5563);text-align:right;flex-shrink:0;min-width:32px;font-size:11px;font-weight:700}.prog-readiness-grid{grid-template-columns:repeat(3,1fr);gap:6px 12px;display:grid}.prog-rb-col .prog-rb-label{color:var(--text-muted,#9ca3af);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:700}.prog-rb-col .prog-rb-pct{color:var(--text-secondary,#4b5563);font-size:11px;font-weight:600}.proj-header{background:var(--surface);border-bottom:1px solid var(--border);padding:22px 28px 18px}.proj-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.proj-page-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.04em;font-size:26px;font-weight:800}.proj-page-sub{color:var(--text-secondary);margin-top:3px;font-size:13px}.proj-stat-strip{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);gap:0;width:fit-content;display:flex;overflow:hidden}.proj-stat{text-align:center;border-right:1px solid var(--border);padding:10px 20px}.proj-stat:last-child{border-right:none}.proj-stat-v{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.03em;font-size:20px;font-weight:800;display:block}.proj-stat-v.blue{color:var(--blue)}.proj-stat-v.green{color:var(--green)}.proj-stat-v.amber{color:var(--amber)}.proj-stat-l{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:10px;font-weight:500;display:block}.proj-filter-bar{background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:8px;padding:10px 28px;display:flex}.proj-scope-indicator{color:var(--text-muted);align-items:center;gap:6px;margin-left:auto;font-size:12px;display:flex}.proj-scope-indicator svg{width:13px;height:13px}.proj-list-wrap{padding:24px 28px}.proj-list{grid-template-columns:repeat(auto-fill,minmax(520px,1fr));gap:18px;display:grid}.proj-board{background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--discovery);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;transition:box-shadow .15s;display:flex;overflow:hidden}.proj-board:hover{box-shadow:var(--shadow)}.proj-board.c-validation{border-top-color:var(--validation)}.proj-board.c-launch{border-top-color:var(--launch)}.proj-board.c-scaleup{border-top-color:var(--scaleup)}.proj-board.c-discovery{border-top-color:var(--discovery)}.pb-head{padding:14px 16px 11px}.pb-stage-row{justify-content:space-between;align-items:center;margin-bottom:9px;display:flex}.pb-stage-right{align-items:center;gap:6px;display:flex}.role-badge{letter-spacing:.03em;text-transform:uppercase;border-radius:20px;align-items:center;gap:3px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.role-pm{background:var(--blue-light);color:var(--blue);border:1px solid var(--blue-mid)}.role-member{background:var(--surface-2);color:var(--text-secondary);border:1px solid var(--border)}.role-ratifier{background:var(--purple-light);color:var(--purple);border:1px solid #c4b5fd}.pb-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:6px;font-size:15px;font-weight:700;line-height:1.35}.pb-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:11px;display:flex}.pb-meta-item{align-items:center;gap:3px;display:flex}.pb-meta-item svg{flex-shrink:0;width:11px;height:11px}.gate-notice-strip{background:var(--blue-light);border-top:1px solid var(--border-soft);border-bottom:1px solid var(--blue-mid);color:var(--blue);align-items:center;gap:8px;padding:8px 16px;font-size:12px;display:flex}.gate-notice-strip svg{flex-shrink:0}.gate-notice-link{cursor:pointer;color:var(--blue);font-weight:600;font-family:var(--font-body);background:0 0;border:none;padding:0;font-size:12px;text-decoration:underline}.pb-sprints{border-top:1px solid var(--border-soft)}.sprint-row{border-bottom:1px solid var(--border-soft)}.sprint-row:last-child{border-bottom:none}.sprint-row-hd{cursor:pointer;background:var(--surface);-webkit-user-select:none;user-select:none;align-items:center;gap:10px;padding:10px 16px;transition:background .12s;display:flex}.sprint-row-hd:hover{background:var(--surface-2)}.sr-chevron{width:16px;height:16px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;transition:transform .18s;display:flex}.sprint-row.open .sr-chevron{transform:rotate(90deg)}.sr-chevron svg{width:12px;height:12px}.sr-name{font-family:var(--font-body);color:var(--text-primary);flex:1;font-size:12px;font-weight:600}.sr-dates{color:var(--text-muted);white-space:nowrap;font-size:11px}.sr-exp-count{color:var(--text-muted);align-items:center;gap:3px;font-size:11px;display:flex}.sr-exp-count svg{width:11px;height:11px}.sr-chip{border-radius:20px;align-items:center;gap:3px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.sr-dot{background:currentColor;border-radius:50%;width:4px;height:4px}.sr-active{background:var(--green-light);color:var(--green)}.sr-planning{background:var(--blue-light);color:var(--blue)}.sr-complete{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border)}.sprint-row-body{background:var(--surface-2);border-top:1px solid var(--border-soft);padding:0;display:none}.sprint-row.open .sprint-row-body{display:block}.exp-panel-head{justify-content:space-between;align-items:center;padding:9px 16px 7px 42px;display:flex}.exp-panel-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:700}.exp-panel-link{color:var(--blue);cursor:pointer;font-size:11px;font-weight:600;font-family:var(--font-body);background:0 0;border:none;padding:0}.exp-list{flex-direction:column;gap:5px;padding:0 16px 10px 42px;display:flex}.exp-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);align-items:flex-start;gap:9px;padding:7px 10px;transition:border-color .12s;display:flex}.exp-item:hover{border-color:var(--blue-mid)}.exp-item-icon{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;display:flex}.exp-icon-todo{background:var(--surface-2);border:1.5px solid var(--border)}.exp-icon-inprog{background:var(--blue-light)}.exp-icon-review{background:var(--purple-light)}.exp-icon-done{background:var(--green-light)}.exp-icon-blocked{background:var(--red-light)}.exp-item-icon svg{width:10px;height:10px}.exp-item-body{flex:1;min-width:0}.exp-item-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;line-height:1.4;overflow:hidden}.exp-item-gap{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:10px;overflow:hidden}.exp-item-status{flex-shrink:0}.exp-s-todo{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border);border-radius:20px;align-items:center;padding:2px 7px;font-size:10px;font-weight:600;display:inline-flex}.exp-s-inprog{background:var(--blue-light);color:var(--blue);border-radius:20px;align-items:center;padding:2px 7px;font-size:10px;font-weight:600;display:inline-flex}.exp-s-review{background:var(--purple-light);color:var(--purple);border-radius:20px;align-items:center;padding:2px 7px;font-size:10px;font-weight:600;display:inline-flex}.exp-s-done{background:var(--green-light);color:var(--green);border-radius:20px;align-items:center;padding:2px 7px;font-size:10px;font-weight:600;display:inline-flex}.exp-s-blocked{background:var(--red-light);color:var(--red);border-radius:20px;align-items:center;padding:2px 7px;font-size:10px;font-weight:600;display:inline-flex}.exp-empty{color:var(--text-muted);padding:10px 16px 12px 42px;font-size:12px;font-style:italic}.exp-loading{color:var(--text-muted);padding:10px 16px 12px 42px;font-size:12px}.pb-actions{border-top:1px solid var(--border);align-items:center;gap:6px;margin-top:auto;padding:10px 16px;display:flex}.btn-outline-blue{background:var(--surface);color:var(--blue);border:1px solid var(--blue-mid)}.btn-outline-blue:hover{background:var(--blue-light)}.stage-pill-xs{letter-spacing:.04em;text-transform:uppercase;border-radius:20px;align-items:center;gap:4px;padding:2px 9px;font-size:10px;font-weight:700;display:inline-flex}.sp-discovery{background:var(--blue-light);color:var(--discovery)}.sp-validation{background:var(--purple-light);color:var(--validation)}.sp-launch{background:var(--green-light);color:var(--launch)}.sp-scaleup{background:var(--amber-light);color:var(--scaleup)}.status-chip{border-radius:20px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.sc-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:5px;height:5px}.sc-active{background:var(--green-light);color:var(--green)}.sc-gate{background:var(--blue-light);color:var(--blue)}.sc-hold{background:var(--amber-light);color:var(--amber)}.sc-complete{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border)}.filter-chip{background:var(--surface-2);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;font-size:12px;font-weight:500;font-family:var(--font-body);border-radius:20px;padding:4px 13px;transition:all .15s}.filter-chip.green-active{background:var(--green-light);color:var(--green);border-color:#a7f3d0;font-weight:600}.filter-sep{background:var(--border);width:1px;height:20px;margin:0 6px}.proj-loading{color:var(--text-muted);padding:40px 28px;font-size:13px}.proj-error{background:var(--red-light);border-radius:var(--radius);color:var(--red);border:1px solid #fecaca;margin:20px 28px;padding:12px 16px;font-size:13px}.proj-empty{text-align:center;color:var(--text-muted);padding:60px 24px;font-size:13px}.proj-empty h3{font-family:var(--font-head);color:var(--text-secondary);margin-bottom:8px;font-size:18px}.density-compact .pb-head{padding:10px 14px 8px}.density-compact .pb-title{font-size:13px}.density-compact .sprint-row-hd{padding:7px 14px}.density-compact .exp-item{padding:5px 8px}.density-compact .pb-actions{padding:7px 14px}.density-compact .proj-list{grid-template-columns:repeat(auto-fill,minmax(440px,1fr));gap:14px}.pd-header{background:var(--surface);border-bottom:1px solid var(--border);padding:20px 28px 0}.pd-breadcrumb{color:var(--text-muted);align-items:center;gap:6px;margin-bottom:10px;font-size:12px;display:flex}.pd-breadcrumb-link{color:var(--blue);cursor:pointer;font-family:var(--font-body);background:0 0;border:none;padding:0;font-size:12px}.pd-breadcrumb-link:hover{text-decoration:underline}.pd-breadcrumb-sep{color:var(--border)}.pd-title-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:0;display:flex}.pd-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.03em;font-size:22px;font-weight:800}.pd-meta{flex-wrap:wrap;align-items:center;gap:10px;margin-top:6px;display:flex}.pd-meta-item{color:var(--text-secondary);font-size:12px}.stage-pill{background:var(--blue-light);color:var(--blue);border-radius:20px;align-items:center;gap:5px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.stage-dot{border-radius:50%;width:7px;height:7px}.pd-tabs{gap:0;margin-top:16px;display:flex}.pd-tab{color:var(--text-muted);cursor:pointer;white-space:nowrap;font-size:13px;font-weight:500;font-family:var(--font-body);background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 18px;transition:all .15s}.pd-tab:hover{color:var(--text-secondary)}.pd-tab.active{color:var(--text-primary);border-bottom-color:var(--blue);font-weight:600}.pd-tab-badge{background:var(--green-light);color:var(--green);vertical-align:middle;border-radius:20px;margin-left:4px;padding:1px 6px;font-size:10px;font-weight:700}.pd-tab-disabled{opacity:.5;color:var(--text-muted)!important;cursor:default!important}.pd-body{padding:24px 28px}.pd-overview-placeholder{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);text-align:center;max-width:520px;margin:0 auto;padding:48px 32px}.pd-overview-placeholder h3{font-family:var(--font-head);color:var(--text-secondary);margin-bottom:8px;font-size:18px}.pd-overview-placeholder p{color:var(--text-muted);font-size:13px}.sp-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.sp-stats{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.sp-heading{color:var(--text-primary);font-size:13px;font-weight:600;font-family:var(--font-head)}.sp-stat{align-items:center;gap:5px;font-size:12px;font-weight:500;display:flex}.sp-stat-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.sp-stat-open{color:var(--text-secondary)}.sp-stat-signalled{color:var(--amber)}.sp-stat-closed{color:var(--green)}.sp-toolbar-actions{align-items:center;gap:8px;display:flex}.workshop-toggle{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;color:var(--text-secondary);font-size:12px;font-weight:600;font-family:var(--font-body);align-items:center;gap:8px;padding:6px 12px;transition:all .15s;display:flex}.workshop-toggle:hover{border-color:var(--purple);color:var(--purple)}.workshop-toggle.active{background:var(--purple-light);border-color:var(--purple);color:var(--purple)}.wt-icon{width:16px;height:16px}.zero-gaps-warn{background:var(--amber-light);border-radius:var(--radius);color:#92400e;border:1px solid #fde68a;align-items:flex-start;gap:10px;margin-bottom:20px;padding:12px 16px;font-size:12px;line-height:1.55;display:flex}.zero-gaps-warn svg{flex-shrink:0;margin-top:1px}.workshop-panel{border-radius:var(--radius-lg);background:linear-gradient(135deg,#f5f3ff 0%,#eff4ff 100%);border:1px solid #ddd6fe;margin-bottom:24px;padding:24px}.workshop-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.workshop-title{font-family:var(--font-head);color:var(--purple);letter-spacing:-.02em;font-size:18px;font-weight:800}.workshop-subtitle{color:#5b21b6;margin-top:3px;font-size:12px;line-height:1.5}.workshop-cols{grid-template-columns:1fr 1fr;gap:20px;display:grid}.workshop-col-title{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:12px;font-size:10px;font-weight:700}.cq-prompt-list{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.cq-prompt{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);align-items:flex-start;gap:8px;padding:10px 12px;display:flex}.cq-prompt-cat{border-radius:3px;flex-shrink:0;width:14px;height:14px;margin-top:1px}.cq-cat-c{background:var(--blue-light)}.cq-cat-t{background:var(--purple-light)}.cq-cat-r{background:var(--amber-light)}.cq-prompt-text{color:var(--text-secondary);flex:1;font-size:12px;line-height:1.45}.cq-create-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;font-size:10px;font-weight:700;font-family:var(--font-body);white-space:nowrap;background:0 0;border-radius:6px;flex-shrink:0;padding:3px 9px;transition:all .12s}.cq-create-btn:hover{background:var(--blue-light);border-color:var(--blue);color:var(--blue)}.freeform-area{background:var(--surface);border-radius:var(--radius);border:1px dashed #c4b5fd;padding:14px}.freeform-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;font-size:11px;font-weight:600}.freeform-input-row{gap:8px;margin-bottom:12px;display:flex}.freeform-input{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font-body);color:var(--text-primary);outline:none;flex:1;padding:8px 12px;font-size:12px}.freeform-input:focus{border-color:var(--purple);box-shadow:0 0 0 3px #7c3aed14}.captured-list{flex-direction:column;gap:5px;display:flex}.captured-item{background:var(--surface);border:1px solid var(--border);border-radius:6px;align-items:center;gap:8px;padding:7px 10px;display:flex}.captured-bullet{background:var(--purple);border-radius:50%;flex-shrink:0;width:6px;height:6px}.captured-text{color:var(--text-primary);flex:1;font-size:12px}.captured-remove{cursor:pointer;width:16px;height:16px;color:var(--text-muted);background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;font-size:11px;display:flex}.captured-remove:hover{background:var(--red-light);color:var(--red)}.workshop-done-bar{border-top:1px solid #ddd6fe;justify-content:space-between;align-items:center;margin-top:20px;padding-top:16px;display:flex}.workshop-done-note{color:#5b21b6;font-size:12px}.gap-list{flex-direction:column;gap:8px;display:flex}.gap-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;transition:border-color .15s,box-shadow .15s}.gap-item:hover{box-shadow:var(--shadow-sm);border-color:#cbd5e1}.gap-item.status-signalled{border-left:3px solid var(--amber)}.gap-item.status-closed{border-left:3px solid var(--green);opacity:.7}.gap-item.status-open{border-left:3px solid var(--blue-mid)}.gap-item-main{align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.gap-drag{color:var(--text-muted);cursor:grab;opacity:.4;-webkit-user-select:none;user-select:none;flex-shrink:0;padding-top:2px;font-size:13px}.gap-drag:hover{opacity:.8}.gap-rank{background:var(--surface-2);border:1px solid var(--border);width:24px;height:24px;color:var(--text-secondary);font-size:11px;font-weight:800;font-family:var(--font-head);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.gap-content{flex:1;min-width:0}.gap-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:5px;font-size:14px;font-weight:700}.gap-desc{color:var(--text-secondary);margin-bottom:8px;font-size:12px;line-height:1.5}.gap-meta-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.gap-cq-chips{flex-wrap:wrap;gap:5px;display:flex}.gap-cq-chip{cursor:pointer;border-radius:20px;align-items:center;gap:3px;padding:2px 7px;font-size:10px;font-weight:600;transition:background .1s;display:inline-flex}.gap-cq-chip-c{background:var(--blue-light);color:var(--blue)}.gap-cq-chip-t{background:var(--purple-light);color:var(--purple)}.gap-cq-chip-r{background:var(--amber-light);color:var(--amber)}.gap-cq-chip:hover{filter:brightness(.95)}.gap-exp-summary{color:var(--text-muted);align-items:center;gap:4px;font-size:11px;display:flex}.gap-exp-summary svg{width:11px;height:11px}.gap-status-col{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;min-width:120px;display:flex}.gap-status-badge{border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:10px;font-weight:700;display:inline-flex}.gsb-open{background:var(--blue-light);color:var(--blue)}.gsb-signalled{background:var(--amber-light);color:var(--amber)}.gsb-closed{background:var(--green-light);color:var(--green)}.slideover-backdrop{z-index:250;opacity:0;pointer-events:none;background:#0d142666;transition:opacity .25s;position:fixed;inset:0}.slideover-backdrop.visible{opacity:1;pointer-events:auto}.slideover{background:var(--surface);width:520px;height:100vh;box-shadow:var(--shadow-lg);z-index:300;flex-direction:column;transition:transform .25s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.slideover.open{transform:translate(0)}.so-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 24px;display:flex}.so-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;font-size:16px;font-weight:800}.so-subtitle{color:var(--text-muted);margin-top:3px;font-size:11px}.so-close{border:1px solid var(--border);background:var(--surface-2);cursor:pointer;width:28px;height:28px;color:var(--text-muted);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;transition:all .15s;display:flex}.so-close:hover{border-color:var(--text-muted);color:var(--text-primary)}.so-body{flex:1;padding:20px 24px;overflow-y:auto}.so-footer{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.so-footer-right{gap:8px;display:flex}.so-section{margin-bottom:22px}.so-section-label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:10px;font-size:10px;font-weight:700}.so-editable{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font-body);color:var(--text-primary);outline:none;width:100%;padding:10px 12px;font-size:13px;transition:border-color .15s}.so-editable:focus{border-color:var(--blue);background:var(--surface);box-shadow:0 0 0 3px #2563eb14}.so-textarea{resize:vertical;min-height:72px;line-height:1.55}.linked-cq-list{flex-direction:column;gap:6px;display:flex}.linked-cq-item{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius);align-items:flex-start;gap:8px;padding:9px 12px;display:flex}.linked-cq-cat{border-radius:2px;flex-shrink:0;width:10px;height:10px;margin-top:3px}.linked-cq-text{color:var(--text-secondary);flex:1;font-size:12px;line-height:1.45}.rank-control{align-items:center;gap:10px;display:flex}.rank-badge{background:var(--blue-light);width:32px;height:32px;color:var(--blue);font-family:var(--font-head);border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:800;display:flex}.rank-of{color:var(--text-secondary);font-size:12px}.rank-arrows{flex-direction:column;gap:3px;display:flex}.rank-arrow{border:1px solid var(--border);background:var(--surface-2);cursor:pointer;width:24px;height:20px;color:var(--text-muted);border-radius:4px;justify-content:center;align-items:center;font-size:10px;transition:all .1s;display:flex}.rank-arrow:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-light)}.exp-trace-list{flex-direction:column;gap:8px;display:flex}.exp-trace-item{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius);padding:10px 12px}.etr-top{align-items:center;gap:8px;margin-bottom:5px;display:flex}.etr-sprint{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:20px;padding:1px 7px;font-size:10px;font-weight:700}.etr-name{color:var(--text-primary);flex:1;font-size:12px;font-weight:600}.signalled-callout{background:var(--amber-light);border-radius:var(--radius);color:#92400e;border:1px solid #fde68a;align-items:flex-start;gap:9px;margin-bottom:16px;padding:12px 14px;font-size:12px;line-height:1.55;display:flex}.board-wrap{padding:0}.board-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.board-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;font-size:18px;font-weight:800}.board-meta{color:var(--text-secondary);margin-top:2px;font-size:12px}.board-sprint-selector{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.board-sprint-chip{background:var(--surface-2);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;font-size:12px;font-weight:500;font-family:var(--font-body);border-radius:20px;padding:4px 12px;transition:all .15s}.board-sprint-chip:hover{border-color:var(--blue-mid);color:var(--blue)}.board-sprint-chip.active{background:var(--blue-light);border-color:var(--blue-mid);color:var(--blue);font-weight:600}.board-grid{grid-template-columns:repeat(4,1fr);align-items:start;gap:14px;display:grid}.board-col{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius-lg)}.board-col-header{border-bottom:1px solid var(--border-soft);align-items:center;gap:8px;padding:10px 14px;display:flex}.bcol-name{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.01em;font-size:12px;font-weight:700}.bcol-count{background:var(--border);color:var(--text-muted);border-radius:20px;margin-left:auto;padding:1px 7px;font-size:10px;font-weight:700}.board-col-body{flex-direction:column;gap:8px;padding:10px;display:flex}.board-col-empty{text-align:center;color:var(--text-muted);padding:12px 10px;font-size:12px;font-style:italic}.exp-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;padding:11px 12px;transition:box-shadow .15s,border-color .15s}.exp-card:hover{box-shadow:var(--shadow-sm);border-color:#cbd5e1}.exp-card.orphan{background:linear-gradient(to bottom, #fffbeb, var(--surface));border:1px dashed #fcd34d}.ec-tags{flex-wrap:wrap;gap:4px;margin-bottom:7px;display:flex}.ec-gap-tag{background:var(--green-light);color:var(--green);border-radius:20px;align-items:center;gap:3px;padding:1px 7px;font-size:9px;font-weight:700;display:inline-flex}.ec-orphan-tag{color:var(--amber);background:#fffbeb;border:1px solid #fde68a;border-radius:20px;align-items:center;gap:3px;padding:1px 7px;font-size:9px;font-weight:700;display:inline-flex}.ec-gap-tag svg,.ec-orphan-tag svg{width:8px;height:8px}.ec-name{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:7px;font-size:12px;font-weight:700;line-height:1.35}.ec-footer{justify-content:space-between;align-items:center;margin-top:6px;display:flex}.ec-tc-placeholder{color:var(--text-muted);border:1px dashed var(--border);border-radius:4px;padding:1px 5px;font-size:10px;font-weight:600}.orphan-warn{color:#92400e;border-radius:0 0 var(--radius) var(--radius);background:#fffbeb;border-top:1px solid #fde68a;align-items:center;gap:5px;margin:8px -12px -11px;padding:6px 12px;font-size:10px;font-weight:600;display:flex}.orphan-warn svg{flex-shrink:0;width:10px;height:10px}.exp-status-menu{position:relative}.exp-status-btn{cursor:pointer;font-size:10px;font-weight:600;font-family:var(--font-body);border:none;border-radius:20px;align-items:center;gap:4px;padding:2px 8px;transition:filter .15s;display:inline-flex}.exp-status-btn:hover{filter:brightness(.95)}.exp-status-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);z-index:100;min-width:120px;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden}.exp-status-opt{width:100%;font-size:12px;font-family:var(--font-body);text-align:left;cursor:pointer;color:var(--text-primary);background:0 0;border:none;padding:7px 12px;display:block}.exp-status-opt:hover{background:var(--surface-2)}.exp-status-opt.current{color:var(--blue);font-weight:600}.ecs-todo{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border)}.ecs-inprog{background:var(--blue-light);color:var(--blue)}.ecs-review{background:var(--purple-light);color:var(--purple)}.ecs-done{background:var(--green-light);color:var(--green)}.ecs-blocked{background:var(--red-light);color:var(--red)}.board-loading,.board-empty{text-align:center;color:var(--text-muted);padding:40px 0;font-size:13px}.btn{border-radius:var(--radius);font-family:var(--font-body);cursor:pointer;border:none;align-items:center;gap:6px;padding:8px 18px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-green{background:var(--green);color:#fff}.btn-green:hover{background:#047857}.btn-outline{background:var(--surface);color:var(--text-secondary);border:1px solid var(--border)}.btn-outline:hover{background:var(--surface-2);color:var(--text-primary)}.btn-ghost{color:var(--text-muted);border:1px solid var(--border);background:0 0}.btn-ghost:hover{background:var(--surface-2);color:var(--text-secondary)}.btn-sm{padding:5px 12px;font-size:12px}.btn-xs{border-radius:6px;padding:3px 9px;font-size:11px}.density-compact .pd-header{padding:14px 24px 0}.density-compact .pd-title{font-size:18px}.density-compact .pd-body{padding:16px 24px}.density-compact .gap-item-main{padding:10px 14px}.density-compact .gap-title{font-size:12px}.density-compact .gap-desc{display:none}.density-compact .exp-card{padding:8px 10px}.density-compact .ec-name{margin-bottom:5px;font-size:11px}.density-compact .board-grid{gap:10px}.density-compact .board-col-body{gap:6px;padding:8px}.tc-indicator{cursor:pointer;font-size:10px;font-weight:600;font-family:var(--font-body);border:none;border-radius:5px;align-items:center;gap:4px;padding:3px 7px;transition:all .15s;display:inline-flex}.tc-attached{background:var(--green-light);color:var(--green);border:1px solid #a7f3d0}.tc-attached:hover{background:#d1fae5}.tc-add{background:var(--surface-2);border:1px dashed var(--border);color:var(--text-muted)}.tc-add:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-light)}.step-card{border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:12px;overflow:hidden}.step-card-header{background:var(--surface-2);border-bottom:1px solid var(--border-soft);align-items:center;gap:10px;padding:10px 16px;display:flex}.step-number{background:var(--blue);color:#fff;width:22px;height:22px;font-family:var(--font-head);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex}.step-number-green{background:var(--green)}.step-number-amber{background:var(--amber)}.step-number-purple{background:var(--purple)}.step-name{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.01em;font-size:12px;font-weight:700}.step-prompt{color:var(--text-muted);font-size:11px}.step-card-body{padding:12px 16px}.step-prefix{color:var(--text-muted);margin-bottom:6px;font-size:12px;font-style:italic;font-weight:600}.step-input{width:100%;font-family:var(--font-body);color:var(--text-primary);resize:none;background:0 0;border:none;outline:none;min-height:60px;font-size:13px;line-height:1.7}.step-input:focus{outline:none}.tc-meta-card{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius-lg);margin-bottom:20px;padding:14px 16px}.tc-meta-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.tc-meta-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:6px;font-size:10px;font-weight:700}.tc-meta-value{color:var(--text-primary);font-size:12px;font-weight:500}.tc-ratings-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px;display:grid}.rating-group{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2);display:flex;overflow:hidden}.rating-btn{font-family:var(--font-body);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:5px 12px;font-size:11px;font-weight:500;transition:all .15s}.rating-btn:hover{background:var(--surface);color:var(--text-primary)}.rating-btn.sel-low{background:var(--green-light);color:var(--green);font-weight:600}.rating-btn.sel-med{background:var(--amber-light);color:var(--amber);font-weight:600}.rating-btn.sel-high{background:var(--red-light);color:var(--red);font-weight:600}.tc-status-select{border:1px solid var(--border);cursor:pointer;font-size:11px;font-weight:600;font-family:var(--font-body);appearance:none;background:var(--surface-2);color:var(--text-secondary);border-radius:20px;outline:none;padding:3px 10px}.tc-status-select.ecs-inprog{background:var(--blue-light);color:var(--blue);border-color:var(--blue-mid)}.tc-status-select.ecs-done{background:var(--green-light);color:var(--green);border-color:#a7f3d0}.tc-status-select.ecs-todo{background:var(--surface-2);color:var(--text-muted)}.hyp-inherited{background:linear-gradient(135deg, var(--blue-light), var(--purple-light));border:1px solid var(--blue-mid);border-radius:var(--radius-lg);margin-bottom:16px;padding:12px 16px}.hyp-inherited-label{color:var(--blue);text-transform:uppercase;letter-spacing:.07em;align-items:center;gap:5px;margin-bottom:5px;font-size:10px;font-weight:700;display:flex}.hyp-inherited-text{color:var(--text-secondary);font-size:12px;font-style:italic;line-height:1.6}.conf-shift-card{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius-lg);margin-bottom:16px;padding:14px 16px}.conf-shift-label{color:var(--text-primary);margin-bottom:10px;font-size:11px;font-weight:700}.conf-shift-row{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.conf-shift-btn{border:2px solid var(--border);border-radius:var(--radius-lg);text-align:center;cursor:pointer;background:var(--surface);padding:12px 8px;transition:all .2s}.conf-shift-btn:hover{transform:translateY(-1px)}.conf-shift-btn.sel-up{border-color:var(--green);background:var(--green-light)}.conf-shift-btn.sel-neutral{background:#f9fafb;border-color:#9ca3af}.conf-shift-btn.sel-down{border-color:var(--red);background:var(--red-light)}.conf-shift-icon{margin-bottom:4px;font-size:20px}.conf-shift-text{color:var(--text-secondary);font-size:11px;font-weight:700}.conf-shift-btn.sel-up .conf-shift-text{color:var(--green)}.conf-shift-btn.sel-neutral .conf-shift-text{color:#6b7280}.conf-shift-btn.sel-down .conf-shift-text{color:var(--red)}.evidence-draft-stub{background:var(--surface-2);border:1px dashed var(--border);border-radius:var(--radius);color:var(--text-muted);align-items:center;gap:8px;margin-top:8px;padding:12px 14px;font-size:12px;display:flex}.eds-badge{background:var(--border);color:var(--text-muted);border-radius:20px;flex-shrink:0;padding:1px 8px;font-size:10px;font-weight:700}.tc-lc-section{border-top:1px solid var(--border-soft);margin-top:24px;padding-top:20px}.tc-lc-list{flex-direction:column;gap:8px;margin-top:10px;display:flex}.tc-lc-item{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius);cursor:pointer;padding:10px 12px;transition:border-color .15s}.tc-lc-item:hover{border-color:var(--border);background:var(--surface)}.tc-lc-meta{align-items:center;gap:8px;margin-bottom:5px;display:flex}.tc-lc-num{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:700}.tc-lc-obs{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.tc-lc-outcome{border-radius:20px;align-items:center;gap:3px;padding:1px 7px;font-size:10px;font-weight:700;display:inline-flex}.tc-lc-outcome.sel-up{background:var(--green-light);color:var(--green)}.tc-lc-outcome.sel-neutral{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border)}.tc-lc-outcome.sel-down{background:var(--red-light);color:var(--red)}.gap-item-dragging{opacity:.45}.gap-item-drag-over>.gap-item{border-color:var(--blue);box-shadow:0 0 0 2px #2563eb33}.add-exp-form{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);flex-wrap:wrap;align-items:flex-start;gap:10px;margin-bottom:20px;padding:14px 16px;display:flex}.add-exp-fields{flex-wrap:wrap;flex:1;gap:8px;display:flex}.add-exp-input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);min-width:160px;font-family:var(--font-body);color:var(--text-primary);outline:none;flex:1;padding:7px 12px;font-size:13px}.add-exp-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb14}.add-exp-gap-select{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font-body);color:var(--text-primary);cursor:pointer;outline:none;min-width:140px;padding:7px 12px;font-size:12px}.gap-link-wrap{position:relative}.gap-link-btn{cursor:pointer;background:var(--surface-2);border:1px dashed var(--border);color:var(--text-muted);font-size:10px;font-weight:600;font-family:var(--font-body);border-radius:5px;align-items:center;gap:3px;padding:2px 7px;transition:all .15s;display:inline-flex}.gap-link-btn:hover:not(:disabled){border-color:var(--blue);color:var(--blue);background:var(--blue-light)}.gap-link-popup{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);z-index:200;min-width:200px;max-height:200px;position:absolute;bottom:calc(100% + 4px);left:0;overflow-y:auto}.gap-link-option{width:100%;font-size:12px;font-family:var(--font-body);text-align:left;cursor:pointer;color:var(--text-primary);background:0 0;border:none;align-items:center;gap:8px;padding:7px 12px;display:flex}.gap-link-option:hover{background:var(--surface-2)}.gap-link-rank{background:var(--blue-light);width:20px;height:20px;color:var(--blue);font-size:10px;font-weight:700;font-family:var(--font-head);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cq-picker{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius-lg);margin-top:12px;padding:14px 16px}.cq-picker-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:10px;font-size:10px;font-weight:700}.cq-picker-cat-group{margin-bottom:10px}.cq-picker-cat-group:last-child{margin-bottom:0}.cq-picker-cat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:10px;font-weight:700}.cq-picker-item{border-radius:var(--radius);background:var(--surface);border:1px solid var(--border-soft);align-items:flex-start;gap:8px;margin-bottom:5px;padding:8px 10px;transition:border-color .1s;display:flex}.cq-picker-item-linked{opacity:.6}.cq-picker-text{color:var(--text-secondary);flex:1;font-size:11px;line-height:1.45}.cq-picker-link-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;font-size:10px;font-weight:700;font-family:var(--font-body);white-space:nowrap;background:0 0;border-radius:6px;flex-shrink:0;padding:2px 9px;transition:all .12s}.cq-picker-link-btn:hover:not(:disabled){background:var(--blue-light);border-color:var(--blue);color:var(--blue)}.cq-picker-linked-badge{background:var(--green-light);color:var(--green);white-space:nowrap;border-radius:20px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:700}.cq-unlink-btn{cursor:pointer;width:18px;height:18px;color:var(--text-muted);background:0 0;border:none;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;transition:all .1s;display:flex}.cq-unlink-btn:hover{background:var(--red-light);color:var(--red)}.density-compact .step-card{margin-bottom:8px}.density-compact .tc-meta-card{padding:10px 12px}.density-compact .tc-ratings-grid{gap:8px}.density-compact .conf-shift-btn{padding:8px 6px}.ev-tab{max-width:860px}.ev-readiness-header{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:24px;padding:16px 20px}.ev-readiness-title{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:12px;font-size:11px;font-weight:700}.ev-readiness-row{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.ev-readiness-bar-group{flex-direction:column;gap:4px;display:flex}.ev-readiness-label{color:var(--text-secondary);font-size:11px;font-weight:600}.ev-readiness-track{background:var(--surface-2,#f1f5f9);border-radius:99px;height:6px;overflow:hidden}.ev-readiness-fill{border-radius:99px;height:100%;transition:width .4s}.ev-readiness-pct{color:var(--text-secondary);font-size:11px;font-weight:700}.ev-actions-bar{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.ev-section-title{font-family:var(--font-head);color:var(--text-primary);align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.ev-count-chip{background:var(--surface-2,#f1f5f9);color:var(--text-muted);border-radius:20px;padding:1px 8px;font-size:11px;font-weight:700}.ev-group{margin-bottom:24px}.ev-group-label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);align-items:center;gap:6px;margin-bottom:10px;font-size:11px;font-weight:700;display:flex}.ev-group-count{background:var(--amber-light);color:var(--amber);border-radius:20px;padding:1px 7px;font-size:10px;font-weight:800}.ev-group-count-confirmed{background:var(--green-light);color:var(--green)}.ev-list{flex-direction:column;gap:10px;display:flex}.ev-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 16px;transition:box-shadow .15s}.ev-card:hover{box-shadow:var(--shadow-sm)}.ev-card-draft{border-left:3px solid var(--amber)}.ev-card-confirmed{border-left:3px solid var(--green);opacity:.92}.ev-card-header{margin-bottom:8px}.ev-card-badges{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.ev-cat-badge{border-radius:20px;align-items:center;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.ev-cat-commercial{background:var(--blue-light);color:var(--blue)}.ev-cat-technical{background:var(--purple-light);color:var(--purple)}.ev-cat-reward-risk{background:var(--amber-light);color:var(--amber)}.ev-dir-badge{border-radius:20px;align-items:center;gap:3px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.ev-dir-up{color:#065f46;background:#d1fae5}.ev-dir-down{color:#991b1b;background:#fee2e2}.ev-dir-neutral{background:var(--surface-2,#f1f5f9);color:var(--text-secondary)}.ev-source-badge{color:var(--blue);background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;align-items:center;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.ev-status-badge{border-radius:20px;padding:2px 7px;font-size:10px;font-weight:700}.ev-status-draft{background:var(--amber-light);color:var(--amber)}.ev-status-confirmed{background:var(--green-light);color:var(--green)}.ev-card-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:5px;font-size:14px;font-weight:700}.ev-card-summary{color:var(--text-secondary);margin-bottom:8px;font-size:12px;line-height:1.55}.ev-confirmed-meta{color:var(--text-muted);margin-bottom:4px;font-size:11px}.ev-card-actions{gap:8px;margin-top:10px;display:flex}.btn-evidence-confirm{border-radius:var(--radius);background:var(--green);color:#fff;cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-body);border:none;align-items:center;gap:5px;padding:5px 12px;transition:background .15s;display:inline-flex}.btn-evidence-confirm:hover:not(:disabled){background:#059669}.btn-evidence-confirm:disabled{opacity:.55;cursor:default}.ev-add-form{background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-lg);margin-bottom:20px;padding:18px}.ev-add-form-title{color:var(--text-secondary);margin-bottom:12px;font-size:12px;font-weight:700}.ev-add-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.ev-error{background:var(--red-light);border-radius:var(--radius);color:var(--red);border:1px solid #fecaca;margin-top:10px;padding:10px 12px;font-size:12px}.ev-empty{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl,16px);max-width:480px;margin:0 auto;padding:48px 32px}.ev-empty-icon{margin-bottom:12px;font-size:32px}.ev-empty-title{font-family:var(--font-head);color:var(--text-secondary);margin-bottom:6px;font-size:16px;font-weight:700}.ev-empty-desc{color:var(--text-muted);margin-bottom:16px;font-size:13px;line-height:1.55}.evidence-draft-panel{border-radius:var(--radius-lg);background:linear-gradient(135deg,#f0fdf4 0%,#ecfeff 100%);border:1px solid #a7f3d0;margin-top:20px;padding:18px}.edp-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.edp-badge{background:var(--green);color:#fff;letter-spacing:.04em;border-radius:20px;align-items:center;padding:2px 8px;font-size:10px;font-weight:800;display:inline-flex}.edp-label{color:#065f46;font-size:13px;font-weight:700}.edp-desc{color:#047857;margin-bottom:14px;font-size:12px;line-height:1.55}.edp-preview{border-radius:var(--radius);background:#fff;border:1px solid #d1fae5;flex-direction:column;gap:8px;margin-bottom:14px;padding:12px 14px;display:flex}.edp-preview-row{align-items:flex-start;gap:10px;font-size:12px;display:flex}.edp-key{color:var(--text-muted);flex-shrink:0;min-width:72px;font-weight:600}.edp-val{color:var(--text-primary);flex:1;line-height:1.5}.edp-actions{align-items:center;gap:8px;display:flex}.btn-evidence-edit{border-radius:var(--radius);color:#047857;cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-body);background:0 0;border:1px solid #a7f3d0;align-items:center;gap:4px;padding:5px 12px;transition:background .12s;display:inline-flex}.btn-evidence-edit:hover{background:#d1fae5}.ev-draft-saved-note{background:var(--green-light);border-radius:var(--radius);color:var(--green);border:1px solid #a7f3d0;margin-top:16px;padding:10px 14px;font-size:12px;font-weight:600}.ev-draft-error{background:var(--amber-light);border-radius:var(--radius);color:#92400e;border:1px solid #fde68a;margin-top:12px;padding:10px 14px;font-size:12px;line-height:1.5}.gap-exp-trace{flex-direction:column;gap:6px;margin-top:8px;display:flex}.get-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:10px;padding:10px 12px;transition:border-color .12s,box-shadow .12s;display:flex}.get-item-clickable{cursor:pointer}.get-item-clickable:hover{border-color:var(--blue-mid,#93c5fd);box-shadow:var(--shadow-sm)}.get-item-main{flex:1;min-width:0}.get-item-title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:5px;font-size:12px;font-weight:600;overflow:hidden}.get-item-meta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.get-exp-status,.get-tc-pill{border-radius:20px;padding:1px 7px;font-size:10px;font-weight:700}.get-tc-draft{background:var(--surface-2,#f1f5f9);color:var(--text-secondary)}.get-tc-active{background:var(--blue-light);color:var(--blue)}.get-tc-complete{background:var(--green-light);color:var(--green)}.get-tc-none{color:var(--text-muted);font-size:10px;font-style:italic;font-weight:500}.get-lc-count{color:var(--text-muted);background:var(--surface-2,#f1f5f9);border-radius:20px;padding:1px 7px;font-size:10px;font-weight:600}.get-chevron{color:var(--text-muted);opacity:.5;flex-shrink:0}.get-item-clickable:hover .get-chevron{opacity:1;color:var(--blue)}.density-compact .ev-card{padding:10px 13px}.density-compact .ev-readiness-header{padding:12px 16px}.density-compact .ev-readiness-row{gap:12px}.density-compact .get-item{padding:7px 10px}.docs-tab{max-width:860px;padding:24px 28px}.docs-loading,.docs-section-error{color:var(--text-muted);padding:16px 0;font-size:13px}.docs-section-error{background:var(--red-light);border-radius:var(--radius);color:var(--red);border:1px solid #fecaca;margin-bottom:12px;padding:10px 14px}.docs-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:20px;padding:20px 22px}.docs-section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.docs-section-title{font-family:var(--font-head);color:var(--text-primary);margin:0;font-size:14px;font-weight:700}.docs-upload-btn{gap:5px}.docs-file-list,.docs-link-list{flex-direction:column;gap:8px;display:flex}.docs-file-item,.docs-link-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:10px;padding:10px 12px;transition:border-color .1s;display:flex}.docs-file-item:hover,.docs-link-item:hover{border-color:var(--blue-mid,#93c5fd)}.docs-file-icon{flex-shrink:0;font-size:18px}.docs-file-main{flex:1;min-width:0}.docs-file-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:13px;font-weight:600;overflow:hidden}.docs-file-meta{color:var(--text-muted);font-size:11px;line-height:1.4}.docs-file-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.docs-delete-btn{opacity:.6;color:var(--text-muted)!important}.docs-delete-btn:hover{opacity:1;color:var(--red)!important}.docs-link-name{color:var(--blue);font-size:13px;font-weight:600;text-decoration:none}.docs-link-name:hover{text-decoration:underline}.docs-link-platform{background:var(--surface-2,#f1f5f9);color:var(--text-secondary);border-radius:20px;padding:1px 7px;font-size:10px;font-weight:700;display:inline-block}.docs-link-note{color:var(--text-muted);font-style:italic}.docs-add-link-form{background:var(--surface-2,#f8fafc);border:1px dashed var(--border);border-radius:var(--radius);margin-bottom:14px;padding:16px}.docs-link-form-row{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:10px;display:grid}.docs-link-form-field{flex-direction:column;gap:4px;display:flex}.docs-form-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.docs-form-input,.docs-form-select{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);background:var(--surface);font-size:13px;font-family:var(--font-body);box-sizing:border-box;width:100%;padding:6px 10px}.docs-form-input:focus,.docs-form-select:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 2px #3b82f626}.docs-link-form-actions{gap:6px;margin-top:8px;display:flex}.docs-empty{flex-direction:column;align-items:center;gap:6px;padding:28px 16px;display:flex}.docs-empty-icon{font-size:24px}.docs-empty-text{color:var(--text-muted);font-size:13px}.ov-tab{width:100%;max-width:none;padding:24px 0}.ov-loading,.ov-error{color:var(--text-muted);padding:16px 0;font-size:13px}.ov-error{background:var(--red-light);border-radius:var(--radius);color:var(--red);border:1px solid #fecaca;padding:10px 14px}.ov-header{margin-bottom:24px}.ov-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:4px;font-size:16px;font-weight:800}.ov-subtitle{color:var(--text-muted);font-size:12px}.ov-activity-feed{flex-direction:column;display:flex}.ov-event-item{align-items:flex-start;gap:14px;display:flex}.ov-event-track{flex-direction:column;flex-shrink:0;align-items:center;width:32px;display:flex}.ov-event-icon{background:var(--surface);border:1px solid var(--border);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.ov-event-line{background:var(--border);flex:1;width:2px;min-height:20px;margin:4px 0}.ov-event-body{flex:1;min-width:0;padding-bottom:20px}.ov-event-last .ov-event-body{padding-bottom:0}.ov-event-desc{color:var(--text-primary);margin-top:5px;margin-bottom:4px;font-size:13px;font-weight:600;line-height:1.45}.ov-event-meta{color:var(--text-muted);align-items:center;gap:6px;font-size:11px;display:flex}.ov-event-who{color:var(--text-secondary);font-weight:600}.ov-event-time{color:var(--text-muted)}.ov-empty{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl,16px);flex-direction:column;align-items:center;max-width:420px;padding:48px 32px;display:flex}.ov-empty-icon{margin-bottom:12px;font-size:32px}.ov-empty-title{font-family:var(--font-head);color:var(--text-secondary);margin-bottom:6px;font-size:15px;font-weight:700}.ov-empty-desc{color:var(--text-muted);font-size:13px;line-height:1.55}.ve-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl,16px);padding:20px 22px}.ve-panel-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.ve-panel-title{font-family:var(--font-head);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;font-size:14px;font-weight:800}.ve-edit-btn{font-size:12px!important}.ve-loading{color:var(--text-muted);font-size:13px}.ve-null{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:20px 16px 8px;display:flex}.ve-null-icon{margin-bottom:2px;font-size:22px}.ve-null-label{color:var(--text-secondary);font-size:13px;font-weight:600}.ve-null-hint{color:var(--text-muted);max-width:300px;font-size:12px;line-height:1.5}.ve-composite-row{align-items:baseline;gap:12px;margin-bottom:14px;display:flex}.ve-composite-value{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.03em;font-size:28px;font-weight:800;line-height:1}.ve-composite-empty{color:var(--text-muted);font-size:20px}.ve-confidence-badge{letter-spacing:.02em;border-radius:20px;align-items:center;gap:4px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.ve-conf--indicative{background:var(--surface-2,#f1f5f9);color:var(--text-secondary)}.ve-conf--developing{color:#92400e;background:#fef3c7}.ve-conf--validated{background:var(--blue-light,#eff6ff);color:var(--blue)}.ve-conf--confirmed{color:#065f46;background:#d1fae5}.ve-override-icon{font-size:10px}.ve-trio{background:var(--surface-2,#f8fafc);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:0;margin-bottom:12px;padding:10px 14px;display:flex}.ve-trio-item{flex-direction:column;flex:1;align-items:center;gap:3px;display:flex}.ve-trio-sep{background:var(--border);flex-shrink:0;width:1px;height:28px}.ve-trio-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:10px;font-weight:700}.ve-trio-value{color:var(--text-secondary);font-size:14px;font-weight:700}.ve-trio-value--mid{color:var(--text-primary);font-size:16px}.ve-strategic{align-items:center;gap:10px;margin-bottom:8px;display:flex}.ve-strategic-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;width:100px;font-size:11px;font-weight:700}.ve-strategic-bar-track{background:var(--border);border-radius:3px;flex:1;height:6px;overflow:hidden}.ve-strategic-bar-fill{background:var(--blue);border-radius:3px;height:100%;transition:width .3s}.ve-strategic-score{color:var(--text-secondary);flex-shrink:0;font-size:12px;font-weight:700}.ve-notes{color:var(--text-muted);border-top:1px solid var(--border);margin-top:8px;padding-top:8px;font-size:12px;font-style:italic;line-height:1.5}.ves-dim-row{align-items:center;gap:14px;margin-bottom:14px;display:flex}.ves-dim-label{color:var(--text-primary);flex-shrink:0;width:160px;font-size:13px;font-weight:600}.ves-dim-slider-wrap{flex-direction:column;flex:1;gap:4px;display:flex}.ves-dim-slider{width:100%;accent-color:var(--blue);cursor:pointer;height:4px}.ves-dim-pip-row{justify-content:space-between;padding:0 2px;display:flex}.ves-dim-pip{background:var(--border);border-radius:50%;width:6px;height:6px;transition:background .15s}.ves-dim-pip--active{background:var(--blue)}.ves-dim-score{color:var(--blue);text-align:right;min-width:32px;font-size:16px;font-weight:800}.ves-dim-max{color:var(--text-muted);font-size:11px;font-weight:500}.ov-layout{grid-template-columns:220px 1fr;align-items:start;gap:24px;width:100%;min-width:0;display:grid}.ov-sidebar{flex-direction:column;gap:12px;width:220px;min-width:0;display:flex;position:sticky;top:24px}.ov-main{flex-direction:column;flex:1;gap:16px;width:100%;min-width:0;display:flex}.ov-timeline{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl,16px);padding:16px 14px}.ov-tl-label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:14px;font-size:10px;font-weight:700}.ov-tl-list{flex-direction:column;display:flex}.ov-tl-stage-node{align-items:flex-start;gap:10px;padding:6px 0;display:flex;position:relative}.ov-tl-stage-dot{border:2px solid var(--border);background:var(--surface);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:3px;transition:all .15s}.ov-tl-stage--active .ov-tl-stage-dot{background:var(--blue);border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-light,#eff6ff)}.ov-tl-stage--upcoming .ov-tl-stage-dot{background:var(--surface);border-color:var(--border)}.ov-tl-stage-info{flex-direction:column;gap:3px;display:flex}.ov-tl-stage-name{color:var(--text-secondary);font-size:12px;font-weight:600;line-height:1.3}.ov-tl-stage--active .ov-tl-stage-name{color:var(--text-primary)}.ov-tl-stage--upcoming .ov-tl-stage-name{color:var(--text-muted)}.ov-tl-stage-chip{text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:1px 6px;font-size:9px;font-weight:700;display:inline-block}.ov-tl-chip--active{background:var(--blue-light,#eff6ff);color:var(--blue)}.ov-tl-chip--upcoming{background:var(--surface-2,#f8fafc);color:var(--text-muted)}.ov-tl-gate-node{flex-direction:column;align-items:center;gap:2px;padding:4px 0;display:flex}.ov-tl-gate-line{background:var(--border);align-self:flex-start;width:1px;height:8px;margin-left:4px}.ov-tl-gate-name{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:var(--surface-2,#f8fafc);border:1px solid var(--border);text-align:center;border-radius:4px;align-self:stretch;padding:1px 6px;font-size:9px;font-weight:600}.ov-sidebar-info{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl,16px);padding:16px 14px}.ov-sidebar-info-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:12px;font-size:10px;font-weight:700}.ov-sidebar-info-rows{flex-direction:column;gap:10px;display:flex}.ov-sidebar-info-row{flex-direction:column;gap:2px;display:flex}.ov-sidebar-info-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:10px;font-weight:600}.ov-sidebar-info-value{color:var(--text-primary);font-size:13px;font-weight:600;line-height:1.3}.ov-prog-header{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl,16px);flex-direction:column;gap:10px;padding:20px 22px;display:flex}.ov-prog-name{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;font-size:20px;font-weight:800;line-height:1.2}.ov-prog-chips{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ov-prog-date{color:var(--text-muted);font-size:12px}.ov-desc-wrap{cursor:text;border-radius:var(--radius);margin-top:2px;padding:4px 0;transition:background .1s}.ov-desc-wrap:hover:not(.ov-desc-wrap--editing){background:var(--surface-2,#f8fafc);margin:2px -8px 0;padding:4px 8px}.ov-desc-text{color:var(--text-secondary);white-space:pre-wrap;margin:0;font-size:13px;font-weight:1000;line-height:1.6}.ov-desc-placeholder{color:var(--text-muted);margin:0;font-size:13px;font-style:italic}.ov-desc-textarea{width:100%;font-family:var(--font-body);color:var(--text-primary);border:1px solid var(--blue);border-radius:var(--radius);resize:vertical;background:var(--surface);box-shadow:0 0 0 3px var(--blue-light,#eff6ff);box-sizing:border-box;outline:none;padding:8px 10px;font-size:13px;line-height:1.6}.ov-desc-hint{color:var(--text-muted);margin-top:4px;font-size:11px}.ov-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl,16px);padding:18px 22px}.ov-section-title{font-family:var(--font-head);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px;font-size:13px;font-weight:800}.ov-loading-sm{color:var(--text-muted);font-size:13px}.ov-empty-sm{color:var(--text-secondary);font-size:13px}.ov-empty-hint{color:var(--text-muted);font-style:italic}.ov-team-groups{flex-direction:column;gap:16px;display:flex}.ov-tm-job-title{color:var(--text-muted);font-size:11px;line-height:1.3;display:block}.ov-team-role-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:8px;font-size:10px;font-weight:700}.ov-team-members{flex-wrap:wrap;gap:10px;display:flex}.ov-team-member{align-items:center;gap:8px;display:flex}.ov-tm-avatar{color:#fff;letter-spacing:.03em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:700;display:flex}.ov-tm-name{color:var(--text-secondary);font-size:13px;font-weight:500}.ov-row-sprint>.ov-card{box-sizing:border-box;flex-direction:column;height:100%;display:flex}.ov-sprint-goal{color:var(--text-secondary);font-size:13px;line-height:1.5}.ov-sprint-goal--empty{color:var(--text-muted);font-style:italic}.ov-sprint-progress{align-items:center;gap:10px;margin-top:4px;display:flex}.ov-sprint-prog-label{color:var(--text-muted);flex-shrink:0;font-size:12px}.ov-gate-banner{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl,16px);align-items:center;gap:14px;padding:16px 20px;display:flex}.ov-gate-banner--active{background:var(--blue-light,#eff6ff);border-color:var(--blue)}.ov-gate-banner-icon{flex-shrink:0;font-size:20px}.ov-gate-banner-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ov-gate-banner-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:10px;font-weight:700}.ov-gate-banner-name{color:var(--text-primary);font-size:14px;font-weight:700}.ov-gate-banner-status{color:var(--blue);font-size:13px;font-weight:600}.ov-gate-btn{flex-shrink:0}.ov-gate-btn:disabled{opacity:.45;cursor:not-allowed}.gr-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl,16px);padding:18px 22px}.gr-card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.gr-card-title{font-family:var(--font-head);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:800}.gr-overall-badge{color:var(--text-secondary);background:var(--surface-2,#f8fafc);border:1px solid var(--border);border-radius:20px;padding:2px 10px;font-size:12px;font-weight:700}.gr-loading,.gr-error{color:var(--text-muted);font-size:13px}.gr-error{color:var(--red)}.gr-bars{flex-direction:column;gap:11px;display:flex}.gr-bar-row{align-items:center;gap:10px;display:flex}.gr-bar-label{color:var(--text-secondary);flex-shrink:0;width:120px;font-size:12px;font-weight:600}.gr-bar-track{background:var(--border);border-radius:4px;flex:1;height:8px;overflow:hidden}.gr-bar-fill{background:#0d9488;border-radius:4px;height:100%;transition:width .4s}.gr-bar-fill--gap{background:var(--text-muted);opacity:.6}.gr-bar-pct{color:var(--text-secondary);text-align:right;flex-shrink:0;width:34px;font-size:12px;font-weight:700}.gr-gap-info{cursor:help;flex-shrink:0;font-size:12px}.ov-row-2col{grid-template-columns:1fr 1fr;align-items:start;gap:16px;display:grid}.ov-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl,16px);padding:18px 20px}.ov-card-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:14px;font-size:10px;font-weight:700}.ov-team-list{grid-template-columns:1fr 1fr 1fr;gap:8px;display:grid}.ov-team-row{align-items:center;gap:12px;display:flex}.ov-tm-avatar-lg{color:#fff;letter-spacing:.03em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:700;display:flex}.ov-tm-info{flex-direction:column;gap:1px;min-width:0;display:flex}.ov-tm-name-bold{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.ov-tm-role-label{color:var(--text-muted);font-size:12px}.ov-dates-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.ov-date-cell{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg,12px);flex-direction:column;gap:4px;padding:14px 16px;display:flex}.ov-date-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:10px;font-weight:700}.ov-date-value{color:var(--text-primary);margin:4px 0 2px;font-size:18px;font-weight:800}.ov-date-note{color:var(--text-muted);font-size:11px}.ov-sprint-dates{color:var(--text-muted);margin-bottom:2px;font-size:12px}.ov-sprint-exp-count{color:var(--text-muted);margin-bottom:6px;font-size:12px}.ov-sprint-prog-pct{color:var(--text-secondary);text-align:right;flex-shrink:0;min-width:34px;font-size:12px;font-weight:700}.ov-sprint-actions{justify-content:flex-end;margin-top:10px;display:flex}.ov-hyp-section{border-top:1px solid var(--border-soft,#ebeef5);margin-top:14px;padding-top:14px}.ov-hyp-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:8px;font-size:10px;font-weight:700}.ov-hyp-list{grid-template-columns:max-content 1fr;align-items:start;gap:6px 10px;display:grid}.ov-hyp-item{display:contents}.ov-hyp-tag{letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border-radius:20px;flex-shrink:0;margin-top:1px;padding:2px 7px;font-size:9px;font-weight:700}.ov-hyp-tag--commercial{background:var(--blue-light,#eff4ff);color:var(--blue,#2563eb)}.ov-hyp-tag--technical{background:var(--purple-light,#f3effe);color:var(--purple,#7c3aed)}.ov-hyp-tag--reward-risk{background:var(--amber-light,#fffbeb);color:var(--amber,#d97706)}.ov-hyp-tag--default{background:var(--surface-2,#f7f8fc);color:var(--text-muted);border:1px solid var(--border)}.ov-hyp-text{color:var(--text-secondary);min-width:0;font-size:13px;line-height:1.4}.ov-hyp-show-all{color:var(--blue);cursor:pointer;background:0 0;border:none;padding:6px 0 0;font-size:12px;font-weight:600;display:block}.ov-sprint-card{background:var(--blue-light,#eff4ff);border-radius:var(--radius-lg,12px);gap:6px;padding:16px}.ov-sprint-header-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px;display:flex}.ov-sprint-name{color:var(--text-primary);font-size:16px;font-weight:800}.ov-sprint-subtitle{color:var(--text-muted);margin-bottom:8px;font-size:12px}.ov-sprint-progress-label{color:var(--text-muted);margin-bottom:4px;font-size:11px;font-weight:600}.ov-sprint-prog-bar-track{background:var(--border);border-radius:4px;flex:1;height:8px;overflow:hidden}.ov-sprint-prog-bar-fill{background:var(--blue);border-radius:4px;height:100%;transition:width .3s}.ve-formula-note{color:var(--text-muted);margin-bottom:12px;font-size:11px}.ve-range-wrap{margin-bottom:14px}.ve-range-track{background:var(--border);border-radius:3px;height:6px;margin-bottom:8px;position:relative}.ve-range-p50-marker{background:var(--blue);width:12px;height:12px;box-shadow:0 0 0 2px var(--blue);border:2px solid #fff;border-radius:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.ve-range-labels{justify-content:space-between;display:flex}.ve-range-endpoint{flex-direction:column;align-items:center;gap:1px;display:flex}.ve-range-ep-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:700}.ve-range-ep-value{color:var(--text-secondary);font-size:12px;font-weight:700}.ve-dim-rows{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.ve-dim-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.ve-dim-label{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:12px;overflow:hidden}.ve-pips{flex-shrink:0;gap:4px;display:flex}.ve-pip{background:var(--border);border-radius:50%;width:10px;height:10px}.ve-pip--filled{background:var(--blue)}.ve-signal-box{background:var(--surface-2,#f7f8fc);border:1px solid var(--border-soft,#ebeef5);border-radius:var(--radius-lg,12px);margin-top:4px;padding:12px 14px}.ve-signal-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:4px;font-size:10px;font-weight:700}.ve-signal-score{font-family:var(--font-head);color:var(--text-primary);font-size:22px;font-weight:800;line-height:1.2}.ve-signal-denom{color:var(--text-muted);font-size:13px;font-weight:400}.ve-signal-desc{color:var(--text-muted);margin-top:2px;font-size:12px}.gr-gate-name{color:var(--text-muted);background:var(--surface-2,#f7f8fc);border:1px solid var(--border);border-radius:20px;padding:2px 10px;font-size:11px}.gr-hero-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.gr-hero-pct{font-family:var(--font-head);color:var(--text-primary);font-size:36px;font-weight:800;line-height:1}.gr-threshold-badge{border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700}.gr-threshold-badge--above{background:var(--green-light,#ecfdf5);color:var(--green,#059669)}.gr-threshold-badge--below{background:var(--amber-light,#fffbeb);color:var(--amber,#d97706)}.gr-overall-bar-wrap{align-items:center;gap:10px;margin-bottom:10px;display:flex}.gr-overall-bar-outer{flex:1;position:relative}.gr-bar-track--overall{border-radius:6px;height:12px}.gr-threshold-marker{background:var(--text-secondary);pointer-events:none;border-radius:1px;width:2px;position:absolute;top:-3px;bottom:-3px;transform:translate(-50%)}.gr-threshold-label{color:var(--text-muted);flex-shrink:0;font-size:11px;font-weight:700}.gr-advisory{color:var(--amber,#d97706);background:var(--amber-light,#fffbeb);border-radius:var(--radius,8px);border:1px solid #fde68a;margin-bottom:14px;padding:8px 12px;font-size:12px}.gr-detail-bars{border-top:1px solid var(--border-soft,#ebeef5);flex-direction:column;gap:8px;padding-top:12px;display:flex}.gr-detail-row{align-items:center;gap:8px;display:flex}.gr-detail-label{color:var(--text-muted);flex-shrink:0;width:110px;font-size:11px}.gr-detail-pct{color:var(--text-muted);text-align:right;flex-shrink:0;width:30px;font-size:11px;font-weight:600}.ov-feed-show-more{color:var(--blue);cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font-body);background:0 0;border:none;padding:10px 0 0;display:block}.ov-feed-show-more:hover{text-decoration:underline}.ov-right-stack{flex-direction:column;gap:16px;display:flex}.ev-summary-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.ev-summary-subtitle{color:var(--text-muted);margin-top:2px;font-size:12px}.ev-summary-bars{flex-direction:column;gap:12px;display:flex}.ev-summary-row--gap{border-top:1px solid var(--border-soft,#ebeef5);padding-top:12px}.ev-summary-row-header{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:6px;display:flex}.ev-summary-label{color:var(--text-primary);font-size:13px;font-weight:600}.ev-summary-label--muted{color:var(--text-muted);font-size:12px;font-weight:500}.ev-summary-count{color:var(--text-secondary);white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:600}.ev-summary-count--muted{color:var(--text-muted);font-weight:500}.ev-summary-gap-note{color:var(--text-muted);margin-top:4px;font-size:11px;font-style:italic}.ev-bar--commercial{background:var(--blue,#2563eb)}.ev-bar--technical{background:var(--purple,#7c3aed)}.ev-bar--reward-risk{background:var(--amber,#d97706)}.board-goal-wrap{cursor:text;border-radius:var(--radius);background:var(--blue);margin-top:8px;padding:10px 14px;transition:filter .15s}.board-goal-wrap:hover:not(.board-goal-wrap--editing){filter:brightness(1.08)}.board-goal-wrap--editing{cursor:default;filter:none}.board-goal-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.07em;margin-bottom:4px;font-size:10px;font-weight:700}.board-goal-text{color:#fff;margin:0;font-size:13px;font-weight:700}.board-goal-placeholder{color:#ffffff8c;margin:0;font-size:12px;font-style:italic}.board-goal-textarea{width:100%;color:var(--text-primary);background:var(--surface);border:1px solid var(--blue-mid);border-radius:var(--radius);resize:vertical;box-sizing:border-box;outline:none;padding:6px 10px;font-size:13px;font-weight:600}.board-goal-hint{color:#ffffff8c;margin-top:4px;font-size:10px}.ec-cat--commercial{border-left:3px solid var(--blue)}.ec-cat--technical{border-left:3px solid var(--purple)}.ec-cat--reward-risk{border-left:3px solid #0891b2}.ec-gap-tag--commercial{background:var(--blue-light);color:var(--blue)}.ec-gap-tag--technical{background:var(--purple-light);color:var(--purple)}.ec-gap-tag--reward-risk{color:#0891b2;background:#e0f2fe}.ec-gap-tag--general{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border)}.lc-indicator{cursor:pointer;font-size:10px;font-weight:600;font-family:var(--font-body);border:none;border-radius:5px;align-items:center;gap:4px;padding:3px 7px;transition:all .15s;display:inline-flex}.lc-attached{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.lc-attached:hover{background:#fde68a}.ov-row-sprint{align-items:stretch}.ov-row-sprint>.ov-right-stack{height:100%}.ov-row-sprint .ov-sprint-card{box-sizing:border-box;height:100%}.ov-row-sprint .ov-right-stack>*{flex:1;min-height:0}.ov-row-activity{align-items:stretch}.ov-activity-col{box-sizing:border-box;flex-direction:column;min-height:0;max-height:375px;display:flex}.ov-activity-scroll{scrollbar-width:thin;scrollbar-color:var(--border) transparent;flex:1;min-height:0;overflow-y:auto}.ov-activity-scroll::-webkit-scrollbar{width:4px}.ov-activity-scroll::-webkit-scrollbar-track{background:0 0}.ov-activity-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.ov-row-activity .ov-card{box-sizing:border-box;height:100%}.gr-coord-wrap{flex-direction:column;gap:14px;display:flex}.gr-coord-hero{background:linear-gradient(135deg, var(--blue), var(--purple,#7c3aed));border-radius:var(--radius-lg);color:#fff;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.gr-coord-hero-label{text-transform:uppercase;letter-spacing:.07em;opacity:.75;margin-bottom:3px;font-size:10px;font-weight:700}.gr-coord-hero-name{font-family:var(--font-head);letter-spacing:-.02em;font-size:17px;font-weight:800}.gr-coord-status-chip{letter-spacing:.04em;text-transform:uppercase;background:#fff3;border-radius:20px;padding:4px 12px;font-size:11px;font-weight:700}.gr-coord-layout{grid-template-columns:320px 1fr;align-items:start;gap:16px;display:grid}@media (width<=960px){.gr-coord-layout{grid-template-columns:1fr}}.gr-coord-left{flex-direction:column;gap:0;display:flex}.reviewer-status-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.reviewer-status-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 18px;display:flex}.reviewer-status-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.01em;font-size:13px;font-weight:700}.reviewer-row{border-bottom:1px solid var(--border-soft);align-items:center;gap:12px;padding:11px 18px;display:flex}.reviewer-row:last-child{border-bottom:none}.r-avatar{width:32px;height:32px;font-family:var(--font-head);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.r-info{flex:1;min-width:0}.r-name{color:var(--text-primary);font-size:13px;font-weight:600}.r-role{color:var(--text-muted);font-size:11px}.r-status{flex-shrink:0}.r-status-badge{white-space:nowrap;border-radius:20px;align-items:center;gap:4px;padding:3px 9px;font-size:10px;font-weight:700;display:inline-flex}.r-status-scored{background:var(--green-light);color:#065f46}.r-status-pending{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border)}.score-summary-row{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;gap:10px;padding:8px 18px;display:flex}.score-summary-row:last-child{border-bottom:none}.score-criterion{color:var(--text-secondary);flex:1;font-size:11px;line-height:1.4}.score-avg-bar-wrap{width:80px}.score-avg-bar{background:var(--border);border-radius:5px;height:5px;margin-bottom:2px;overflow:hidden}.score-avg-fill{background:var(--blue);border-radius:5px;height:100%}.score-avg-val{color:var(--text-muted);text-align:right;font-size:10px;font-weight:700}.pm-decision-col{flex-direction:column;gap:14px;display:flex}.decision-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:20px}.decision-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:14px;font-size:14px;font-weight:700}.decision-disabled-note{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius);color:var(--text-muted);text-align:center;justify-content:center;align-items:center;gap:6px;padding:9px 13px;font-size:12px;display:flex}.decision-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}@media (width<=700px){.decision-grid{grid-template-columns:1fr 1fr}}.decision-card{border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;cursor:pointer;background:var(--surface-2);padding:14px 10px;transition:all .2s}.decision-card.disabled{opacity:.38;cursor:not-allowed}.decision-icon{margin-bottom:5px;font-size:22px}.decision-label{font-family:var(--font-head);color:var(--text-primary);font-size:12px;font-weight:700}.decision-desc{color:var(--text-muted);margin-top:3px;font-size:10px;line-height:1.4}.gr-modal-backdrop{z-index:400;background:#0d142673;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.gr-modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);width:100%;max-width:520px;max-height:80vh;overflow-y:auto}.gr-modal-header{border-bottom:1px solid var(--border-soft);align-items:flex-start;gap:14px;padding:20px 20px 16px;display:flex}.gr-modal-icon{flex-shrink:0;margin-top:2px;font-size:26px;line-height:1}.gr-modal-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;font-size:15px;font-weight:800}.gr-modal-sub{color:var(--text-muted);margin-top:3px;font-size:12px}.gr-modal-section{border-bottom:1px solid var(--border-soft);padding:16px 20px}.gr-modal-section:last-of-type{border-bottom:none}.gr-modal-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:10px;font-weight:700}.gr-modal-footer{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:8px;padding:14px 20px;display:flex}.gr-gap-override-row{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius);margin-bottom:10px;padding:10px 12px}.gr-gap-override-row:last-child{margin-bottom:0}.gr-gap-override-title{color:var(--text-primary);margin-bottom:4px;font-size:12px;font-weight:600}.gr-decision-flash{text-align:center;background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;gap:8px;max-width:480px;margin:0 auto;padding:60px 32px;display:flex}.gr-decision-flash-icon{margin-bottom:6px;font-size:40px;line-height:1}.gr-decision-flash-label{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;font-size:17px;font-weight:700}.gr-decision-flash-sub{color:var(--text-muted);font-size:12px}.decision-card:not(.decision-card--muted):hover{border-color:var(--blue-mid);background:var(--blue-light);box-shadow:0 2px 8px #2563eb1a}.decision-card--muted{opacity:.38;cursor:not-allowed;pointer-events:none}.rs-section{margin-bottom:24px}.rs-section-title{font-family:var(--font-head);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border-soft);margin-bottom:12px;padding-bottom:6px;font-size:10px;font-weight:700}.rs-criterion-card{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius-lg);margin-bottom:12px;padding:14px 16px}.rs-criterion-q{color:var(--text-primary);margin-bottom:12px;font-size:13px;font-weight:600;line-height:1.5}.rs-likert-row{flex-wrap:wrap;gap:6px;display:flex}.rs-likert-btn{min-width:80px;color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;text-align:center;flex:1;padding:7px 6px;font-size:11px;font-weight:500;line-height:1.35;transition:all .15s}.rs-likert-btn:hover:not(:disabled){border-color:var(--blue-mid);color:var(--blue);background:var(--blue-light)}.rs-likert-btn.rs-likert-selected{background:var(--blue);border-color:var(--blue);color:#fff;font-weight:700}.rs-likert-btn:disabled{opacity:.5;cursor:not-allowed}.gr-view-toggle{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);gap:4px;width:fit-content;margin-bottom:20px;padding:4px;display:flex}.gr-view-tab{color:var(--text-muted);border-radius:var(--radius);cursor:pointer;background:0 0;border:none;padding:7px 18px;font-size:12px;font-weight:600;transition:all .15s}.gr-view-tab:hover{color:var(--text-primary)}.gr-view-tab--active{background:var(--surface);color:var(--text-primary);box-shadow:0 1px 4px #0d14261a}.sts-strip{background:var(--surface-2,#f8fafc);border:1px solid var(--border,#e2e8f0);border-radius:var(--radius,8px);flex-direction:column;gap:8px;margin-bottom:16px;padding:14px 16px;display:flex}.sts-header-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.sts-title{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted,#64748b);font-size:11px;font-weight:700}.sts-badge{border-radius:20px;padding:2px 8px;font-size:11px;font-weight:600}.sts-badge--on-track{color:#166534;background:#dcfce7}.sts-badge--behind{color:#854d0e;background:#fef9c3}.sts-badge--critical{color:#991b1b;background:#fee2e2}.sts-row{color:var(--text-primary,#1e293b);flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;display:flex}.sts-icon{flex-shrink:0;font-size:14px}.sts-label{flex:1;min-width:0}.sts-typical{color:var(--text-muted,#64748b);white-space:nowrap;font-size:11px}.sts-progress-track{background:var(--border,#e2e8f0);border-radius:3px;height:5px;overflow:hidden}.sts-progress-fill{background:var(--blue,#2563eb);border-radius:3px;height:100%;transition:width .3s}.sts-progress-fill--behind{background:var(--amber,#d97706)}.sts-progress-fill--critical{background:var(--red,#dc2626)}.sts-sprint-row{border-top:1px solid var(--border,#e2e8f0);flex-wrap:wrap;align-items:center;gap:6px;padding-top:4px;display:flex}.sts-sprint-name{color:var(--text-primary,#1e293b);font-size:12px;font-weight:600}.sts-sprint-meta,.sts-sprint-sep{color:var(--text-muted,#64748b);font-size:11px}.sts-review-days{color:var(--blue,#2563eb);background:#eff6ff;border-radius:10px;padding:1px 6px;font-size:11px;font-weight:600}.sts-review-overdue{color:var(--red,#dc2626);background:#fee2e2;border-radius:10px;padding:1px 6px;font-size:11px;font-weight:600}.sts-review-unset{color:var(--text-muted,#64748b);font-size:11px;font-style:italic}.board-review-row{flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;display:flex}.board-review-label{color:var(--text-muted,#64748b);white-space:nowrap;font-size:11px;font-weight:700}.board-review-input{border:1px solid var(--border,#cbd5e1);border-radius:var(--radius-sm,6px);background:var(--surface,#fff);color:var(--text-primary,#1e293b);cursor:pointer;padding:3px 8px;font-family:inherit;font-size:12px;font-weight:500}.board-review-input:focus{outline:2px solid var(--blue,#2563eb);outline-offset:1px}.board-review-input:disabled{opacity:.5;cursor:not-allowed}.board-review-chip{color:var(--blue,#2563eb);background:#eff6ff;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.board-review-chip--overdue{color:var(--red,#dc2626);background:#fee2e2}.sdc-card{margin-top:12px}.sdc-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.sdc-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:20px;padding:2px 7px;font-size:10px;font-weight:700}.sdc-badge--on-track{color:#166534;background:#dcfce7}.sdc-badge--behind{color:#854d0e;background:#fef9c3}.sdc-badge--critical{color:#991b1b;background:#fee2e2}.sdc-elapsed{margin-bottom:8px}.sdc-elapsed-num{color:var(--text-primary,#1e293b);letter-spacing:-.02em;font-size:22px;font-weight:800}.sdc-elapsed-label{color:var(--text-muted,#64748b);font-size:12px}.sdc-progress-track{background:var(--border,#e2e8f0);border-radius:4px;height:6px;margin-bottom:6px;overflow:hidden}.sdc-progress-fill{background:var(--blue,#2563eb);border-radius:4px;height:100%;transition:width .3s}.sdc-progress-fill--behind{background:var(--amber,#d97706)}.sdc-progress-fill--critical{background:var(--red,#dc2626)}.sdc-typical{color:var(--text-muted,#64748b);font-size:11px}.sdc-overrun{color:var(--red,#dc2626);font-weight:600}.sdc-no-duration{color:var(--text-muted,#64748b);font-size:11px;font-style:italic}.board-name-display{cursor:pointer;color:var(--text-primary);letter-spacing:-.02em;border-radius:4px;margin:-1px -4px 20px;padding:1px 4px;font-size:18px;font-weight:700;line-height:1.2;display:block}.board-name-display:hover{background:var(--surface-2,#f1f5f9)}.board-name-input{font-size:inherit;font-weight:inherit;color:inherit;background:var(--surface,#fff);border:1.5px solid var(--blue,#2563eb);border-radius:4px;outline:none;width:280px;padding:1px 6px}.board-review-input,.board-goal-textarea,.board-name-input{font-family:inherit}.plan-mode-toggle{border:1.5px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-body);border-radius:20px;align-items:center;gap:6px;padding:5px 12px;transition:all .15s;display:inline-flex}.plan-mode-toggle:hover{border-color:var(--blue);color:var(--blue)}.plan-mode-toggle.active{background:var(--blue);color:#fff;border-color:var(--blue)}.plan-mode-toggle .toggle-dot{opacity:.7;background:currentColor;border-radius:50%;width:8px;height:8px}.plan-save-bar{border-radius:var(--radius-lg);background:#eff6ff;border:1px solid #bfdbfe;justify-content:space-between;align-items:center;margin-bottom:16px;padding:10px 16px;display:flex}.plan-save-hint{color:var(--blue);font-size:12px;font-weight:500}.swimlane-list{flex-direction:column;gap:12px;display:flex}.swimlane{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);transition:border-color .15s,box-shadow .15s;overflow:hidden}.swimlane.drag-over{border-color:var(--blue);box-shadow:0 0 0 2px #2563eb1f}.swimlane-header{background:var(--surface-2);border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.swimlane-header--unassigned{background:#fef9c3;border-bottom-color:#fde68a}.swimlane-title{color:var(--text-primary);align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.swimlane-count{color:var(--text-muted);background:var(--border);border-radius:20px;padding:1px 7px;font-size:10px;font-weight:600}.swimlane-dates{color:var(--text-muted);font-size:11px}.swimlane-body{min-height:52px;padding:6px 8px}.swimlane-empty{text-align:center;color:var(--text-muted);padding:14px 8px;font-size:12px;font-style:italic}.sl-gap-row{border-radius:var(--radius);cursor:grab;-webkit-user-select:none;user-select:none;background:var(--surface);border:1px solid var(--border-soft);align-items:center;gap:10px;margin-bottom:4px;padding:8px 10px;transition:border-color .12s,box-shadow .12s;display:flex}.sl-gap-row:hover{border-color:var(--border)}.sl-gap-row.dragging{opacity:.4}.sl-drag-handle{color:var(--text-muted);flex-shrink:0;font-size:14px}.sl-gap-rank{background:var(--blue-light);width:20px;height:20px;color:var(--blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.sl-gap-title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;font-weight:600;overflow:hidden}.sl-gap-status{border-radius:20px;flex-shrink:0;padding:1px 7px;font-size:10px;font-weight:700}.sl-gap-status.open{color:var(--blue);background:#eff6ff}.sl-gap-status.signalled{color:#92400e;background:#fef3c7}.sl-gap-status.closed{color:#065f46;background:#d1fae5}.sl-sprint-select{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-2);color:var(--text-secondary);font-size:11px;font-family:var(--font-body);cursor:pointer;max-width:180px;padding:3px 8px}.wizard-overlay{z-index:600;background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.wizard-modal{background:var(--surface);border-radius:var(--radius-xl,16px);box-shadow:var(--shadow-xl,0 20px 60px #0000002e);flex-direction:column;width:100%;max-width:560px;max-height:90vh;display:flex;overflow:hidden}.wizard-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.wizard-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;font-size:16px;font-weight:800}.wizard-close{background:var(--surface-2);cursor:pointer;width:28px;height:28px;color:var(--text-muted);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex}.wizard-close:hover{background:var(--border);color:var(--text-primary)}.wizard-steps{border-bottom:1px solid var(--border-soft);background:var(--surface-2);gap:0;padding:12px 24px;display:flex}.wizard-step-dot{color:var(--text-muted);flex:1;align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.wizard-step-dot:after{content:"";background:var(--border);flex:1;height:1px}.wizard-step-dot:last-child:after{display:none}.wizard-step-dot.active{color:var(--blue)}.wizard-step-dot.done{color:var(--green)}.wizard-step-num{background:var(--border);width:20px;height:20px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.wizard-step-dot.active .wizard-step-num{background:var(--blue);color:#fff}.wizard-step-dot.done .wizard-step-num{background:var(--green);color:#fff}.wizard-body{flex:1;padding:20px 24px;overflow-y:auto}.wizard-field{margin-bottom:16px}.wizard-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.wizard-input{border:1px solid var(--border);border-radius:var(--radius);width:100%;font-family:var(--font-body);color:var(--text-primary);background:var(--surface);box-sizing:border-box;padding:8px 12px;font-size:13px}.wizard-input:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #2563eb14}.wizard-textarea{resize:vertical;min-height:80px}.wizard-date-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.wizard-gap-list{flex-direction:column;gap:6px;margin-top:4px;display:flex}.wizard-gap-item{border:1px solid var(--border-soft);border-radius:var(--radius);background:var(--surface);cursor:pointer;align-items:center;gap:10px;padding:8px 12px;transition:border-color .12s;display:flex}.wizard-gap-item:hover{border-color:var(--blue-mid,#93c5fd)}.wizard-gap-item.selected{border-color:var(--blue);background:#eff6ff}.wizard-gap-item input[type=checkbox]{width:15px;height:15px;accent-color:var(--blue)}.wizard-gap-label{color:var(--text-primary);flex:1;font-size:12px;font-weight:500}.wizard-confirm-rows{flex-direction:column;gap:8px;display:flex}.wizard-confirm-row{border-bottom:1px solid var(--border-soft);justify-content:space-between;padding:6px 0;font-size:13px;display:flex}.wizard-confirm-row:last-child{border-bottom:none}.wizard-confirm-label{color:var(--text-muted);font-weight:500}.wizard-confirm-value{color:var(--text-primary);text-align:right;max-width:60%;font-weight:600}.wizard-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding:14px 24px;display:flex}.cs-overlay{z-index:600;background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.cs-modal{background:var(--surface);border-radius:var(--radius-xl,16px);box-shadow:var(--shadow-xl,0 20px 60px #0000002e);flex-direction:column;width:100%;max-width:520px;max-height:88vh;display:flex;overflow:hidden}.cs-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 22px 14px;display:flex}.cs-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;font-size:15px;font-weight:800}.cs-body{flex:1;padding:16px 22px;overflow-y:auto}.cs-sprint-meta{background:var(--surface-2);border-radius:var(--radius-lg);color:var(--text-secondary);margin-bottom:16px;padding:12px 14px;font-size:13px}.cs-sprint-name{color:var(--text-primary);margin-bottom:3px;font-weight:700}.cs-sprint-dates{color:var(--text-muted);font-size:11px}.cs-section-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:11px;font-weight:700}.cs-gap-list{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.cs-gap-item{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:10px 12px}.cs-gap-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.cs-gap-title{color:var(--text-primary);flex:1;font-size:12px;font-weight:600}.cs-gap-status{color:var(--blue);background:#eff6ff;border-radius:20px;padding:1px 7px;font-size:10px;font-weight:700}.cs-disposition{flex-wrap:wrap;gap:6px;display:flex}.cs-disp-btn{border:1.5px solid var(--border);background:var(--surface-2);color:var(--text-muted);cursor:pointer;font-size:11px;font-weight:600;font-family:var(--font-body);border-radius:20px;padding:4px 10px;transition:all .12s}.cs-disp-btn:hover{border-color:var(--blue);color:var(--blue)}.cs-disp-btn.selected{border-color:var(--blue);color:var(--blue);background:#eff6ff}.cs-no-open-gaps{color:var(--green);text-align:center;padding:12px 0;font-size:13px;font-weight:600}.cs-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding:14px 22px;display:flex}.cs-warning{color:var(--amber);font-size:11px;font-weight:500}.exp-move-wrap{position:relative}.exp-move-btn{cursor:pointer;width:22px;height:22px;color:var(--text-muted);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;font-size:14px;transition:background .1s;display:flex}.exp-move-btn:hover{background:var(--surface-2);color:var(--text-primary)}.exp-move-menu{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);z-index:300;min-width:200px;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden}.exp-move-menu-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border-soft);padding:8px 12px 4px;font-size:10px;font-weight:700}.exp-move-option{width:100%;font-size:12px;font-family:var(--font-body);text-align:left;cursor:pointer;color:var(--text-primary);background:0 0;border:none;align-items:center;gap:8px;padding:7px 12px;display:flex}.exp-move-option:hover{background:var(--surface-2)}.exp-move-option-num{color:var(--text-muted);flex-shrink:0;font-size:10px;font-weight:700}.sdc-override-row{align-items:center;gap:6px;margin-top:6px;display:flex}.sdc-override-input{border:1.5px solid var(--blue);border-radius:var(--radius);width:64px;font-family:var(--font-body);color:var(--text-primary);background:var(--surface);padding:4px 8px;font-size:12px}.sdc-override-input:focus{outline:none}.sdc-override-label{color:var(--text-muted);font-size:12px}.sdc-edit-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;padding:2px 4px;font-size:12px;transition:color .1s}.sdc-edit-btn:hover{color:var(--blue)}.sdc-override-chip{color:var(--blue);background:#eff6ff;border-radius:20px;padding:1px 7px;font-size:10px;font-weight:700}.ec-edit-form{flex-direction:column;gap:6px;padding:4px 0 6px;display:flex}.ec-edit-input{border:1px solid var(--border-focus,#6366f1);border-radius:var(--radius);background:var(--surface);color:var(--text-primary);box-sizing:border-box;width:100%;padding:5px 8px;font-size:12px}.ec-edit-textarea{border:1px solid var(--border-focus,#6366f1);border-radius:var(--radius);background:var(--surface);color:var(--text-primary);box-sizing:border-box;resize:vertical;width:100%;min-height:52px;padding:5px 8px;font-size:12px}.ec-edit-select{border:1px solid var(--border-focus,#6366f1);border-radius:var(--radius);background:var(--surface);color:var(--text-primary);padding:4px 6px;font-size:12px}.ec-edit-actions{gap:6px;margin-top:2px;display:flex}.ec-edit-error{color:var(--red);margin-top:2px;font-size:11px}.ec-pencil-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:3px;padding:2px 4px;font-size:13px;line-height:1}.ec-pencil-btn:hover{color:var(--indigo,#6366f1)}.sprint-plan-strip{border-bottom:1px solid var(--border-soft,#e2e8f0);align-items:flex-start;gap:16px;margin-bottom:16px;padding:12px 0 16px;display:flex}.sprint-plan-strip__kgs{flex:1;min-width:0}.sprint-plan-strip__goal{flex:0 0 280px}.sprint-plan-strip__label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted,#64748b);margin-bottom:6px;font-size:11px;font-weight:700}.sprint-kg-pill{background:var(--surface,#fff);border:1px solid var(--border,#cbd5e1);border-radius:var(--radius-sm,6px);color:var(--text-primary,#1e293b);align-items:center;gap:8px;margin-bottom:4px;padding:5px 10px;font-size:12px;display:flex}.sprint-kg-pill__dot{background:var(--blue,#2563eb);border-radius:50%;flex-shrink:0;width:7px;height:7px}.sprint-kg-pill__dot--closed{background:var(--green,#059669)}.sprint-kg-pill__dot--signalled{background:var(--amber,#d97706)}.sprint-kg-pill__title{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.sprint-kg-empty{color:var(--text-muted);font-size:12px;font-style:italic}.ph-tab{padding:0}.ph-loading,.ph-empty{text-align:center;color:var(--text-muted,#64748b);padding:40px 0;font-size:13px}.ph-error{background:var(--red-light,#fef2f2);border-radius:var(--radius,8px);color:var(--red,#dc2626);border:1px solid #fecaca;padding:12px 16px;font-size:13px}.ph-header{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.ph-title{font-family:var(--font-head);color:var(--text-primary,#1e293b);letter-spacing:-.02em;margin:0;font-size:18px;font-weight:800}.ph-idea-chip{background:var(--blue-light,#eff6ff);border:1px solid var(--blue-mid,#93c5fd);color:var(--text-secondary,#475569);border-radius:20px;align-self:flex-start;align-items:center;gap:6px;padding:4px 12px;font-size:12px;display:inline-flex}.ph-idea-icon{font-size:13px}.ph-chart-panels{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px;display:grid}.ph-chart-panel{background:var(--surface,#fff);border:1px solid var(--border,#e2e8f0);border-radius:var(--radius-lg,12px);padding:16px 16px 10px}.ph-chart-title{color:var(--text-muted,#64748b);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;font-size:12px;font-weight:700}.ph-chart-annotation{color:var(--text-muted,#64748b);text-align:center;margin-top:4px;padding-bottom:4px;font-size:11px;font-style:italic}.ph-stage-list{flex-direction:column;gap:8px;display:flex}.ph-accordion{background:var(--surface,#fff);border:1px solid var(--border,#e2e8f0);border-radius:var(--radius-lg,12px);transition:border-color .15s;overflow:hidden}.ph-accordion--open{border-color:var(--blue-mid,#93c5fd)}.ph-acc-header{cursor:pointer;text-align:left;width:100%;font-family:var(--font-body);background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;transition:background .12s;display:flex}.ph-acc-header:hover{background:var(--surface-2,#f8fafc)}.ph-acc-header-left{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.ph-acc-header-right{flex-shrink:0}.ph-acc-chevron{color:var(--text-muted,#64748b);flex-shrink:0;font-size:13px}.ph-acc-stage-name{color:var(--text-primary,#1e293b);font-size:14px;font-weight:700}.ph-acc-meta{color:var(--text-muted,#64748b);font-size:11px}.ph-acc-body{border-top:1px solid var(--border,#e2e8f0);flex-direction:column;gap:18px;padding:16px;display:flex}.ph-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:20px;align-items:center;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.ph-badge--active{background:var(--blue-light,#eff6ff);color:var(--blue,#2563eb)}.ph-badge--done{background:var(--green-light,#ecfdf5);color:var(--green,#059669)}.ph-badge--future{background:var(--surface-2,#f1f5f9);color:var(--text-muted,#64748b)}.ph-gate-chip{text-transform:uppercase;letter-spacing:.06em;cursor:help;border-radius:20px;align-items:center;gap:4px;padding:2px 10px;font-size:10px;font-weight:700;display:inline-flex}.ph-gate--go{background:var(--green-light,#ecfdf5);color:var(--green,#059669)}.ph-gate--hold{background:var(--amber-light,#fffbeb);color:var(--amber,#d97706)}.ph-gate--recycle{color:#6d28d9;background:#f5f3ff}.ph-gate--kill{background:var(--red-light,#fef2f2);color:var(--red,#dc2626)}.ph-gate-date{opacity:.75;margin-left:4px;font-size:9px;font-weight:400}.ph-conf{border-radius:20px;align-items:center;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.ph-conf--ind{color:#64748b;background:#f1f5f9}.ph-conf--dev{background:var(--amber-light,#fffbeb);color:var(--amber,#d97706)}.ph-conf--val{color:#6d28d9;background:#f5f3ff}.ph-conf--con{background:var(--green-light,#ecfdf5);color:var(--green,#059669)}.ph-sec-hd{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted,#64748b);align-items:center;gap:6px;margin-bottom:8px;font-size:10px;font-weight:700;display:flex}.ph-sec-count{background:var(--border,#e2e8f0);color:var(--text-muted);border-radius:20px;padding:0 6px;font-size:10px;font-weight:700}.ph-sec-note{color:var(--text-muted);text-transform:none;letter-spacing:0;font-size:10px;font-style:italic;font-weight:400}.ph-empty-section{color:var(--text-muted,#64748b);font-size:12px;font-style:italic}.ph-ve-strip{background:var(--surface-2,#f8fafc);border:1px solid var(--border-soft,#ebeef5);border-radius:var(--radius,8px);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.ph-ve-fields{flex-wrap:wrap;gap:16px;display:flex}.ph-ve-field{flex-direction:column;gap:2px;display:flex}.ph-ve-label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted,#64748b);font-size:9px;font-weight:700}.ph-ve-value{color:var(--text-primary,#1e293b);font-size:13px;font-weight:600}.ph-ve-mid{color:var(--blue,#2563eb)}.ph-ve-empty{color:var(--text-muted);font-size:12px;font-style:italic}.ph-kg-pills{flex-direction:column;gap:5px;display:flex}.ph-kg-pill{background:var(--surface,#fff);border:1px solid var(--border,#e2e8f0);border-radius:var(--radius,8px);cursor:pointer;text-align:left;font-family:var(--font-body);color:var(--text-primary,#1e293b);align-items:flex-start;gap:8px;width:100%;padding:6px 10px;font-size:12px;transition:border-color .12s,box-shadow .12s;display:flex}.ph-kg-pill:hover{border-color:var(--blue-mid,#93c5fd);box-shadow:var(--shadow-sm)}.ph-kg-dot{background:var(--blue,#2563eb);border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:3px}.ph-kg-dot--closed{background:var(--green,#059669)}.ph-kg-dot--signalled{background:var(--amber,#d97706)}.ph-kg-dot--open{background:var(--blue,#2563eb)}.ph-kg-title{flex:1;line-height:1.4}.ph-ev-list{flex-direction:column;gap:5px;display:flex}.ph-ev-row{background:var(--surface,#fff);border:1px solid var(--border,#e2e8f0);border-radius:var(--radius,8px);cursor:pointer;text-align:left;font-family:var(--font-body);color:var(--text-primary,#1e293b);align-items:center;gap:8px;width:100%;padding:7px 10px;font-size:12px;transition:border-color .12s,box-shadow .12s;display:flex}.ph-ev-row:hover{border-color:var(--blue-mid,#93c5fd);box-shadow:var(--shadow-sm)}.ph-ev-row--confirmed{border-left:3px solid var(--green,#059669)}.ph-ev-row--draft{border-left:3px solid var(--border,#e2e8f0)}.ph-ev-dir{flex-shrink:0;width:16px;font-size:14px;font-weight:700}.ph-ev-cat{border-radius:20px;flex-shrink:0;padding:1px 7px;font-size:10px;font-weight:700}.ph-ev-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.ph-ev-status{color:var(--text-muted,#64748b);flex-shrink:0;font-size:10px;font-weight:600}.ph-ev-status--confirmed{color:var(--green,#059669)}.ph-sp-chips{flex-wrap:wrap;gap:6px;display:flex}.ph-sp-chip{cursor:pointer;border:1px solid var(--border,#e2e8f0);background:var(--surface-2,#f8fafc);color:var(--text-secondary,#475569);font-size:12px;font-weight:500;font-family:var(--font-body);border-radius:20px;align-items:center;gap:5px;padding:5px 12px;transition:all .12s;display:inline-flex}.ph-sp-chip:hover{border-color:var(--blue-mid,#93c5fd);color:var(--blue,#2563eb);background:var(--blue-light,#eff6ff)}.ph-sp-chip--done{background:var(--green-light,#ecfdf5);color:var(--green,#059669);border-color:#a7f3d0}.ph-sp-chip--now{background:var(--blue-light,#eff6ff);border-color:var(--blue-mid,#93c5fd);color:var(--blue,#2563eb);font-weight:600}.ph-tc-list{flex-direction:column;gap:8px;display:flex}.ph-tc-card{background:var(--surface-2,#f8fafc);border:1px solid var(--border-soft,#ebeef5);border-radius:var(--radius,8px);flex-direction:column;gap:6px;padding:10px 12px;display:flex}.ph-tc-header{align-items:center;gap:6px;display:flex}.ph-tc-status{text-transform:uppercase;letter-spacing:.04em;border-radius:20px;padding:1px 7px;font-size:10px;font-weight:700}.ph-tc-status--draft{background:var(--surface-2,#f1f5f9);color:var(--text-muted)}.ph-tc-status--active{background:var(--blue-light,#eff6ff);color:var(--blue,#2563eb)}.ph-tc-status--done{background:var(--green-light,#ecfdf5);color:var(--green,#059669)}.ph-tc-sprint-ref{color:var(--text-muted,#64748b);background:var(--surface,#fff);border:1px solid var(--border,#e2e8f0);border-radius:20px;padding:0 6px;font-size:10px;font-weight:600}.ph-tc-crit{color:var(--text-muted);background:var(--amber-light,#fffbeb);border-radius:4px;padding:0 5px;font-size:10px;font-weight:600}.ph-tc-hypothesis{color:var(--text-primary,#1e293b);font-size:12px;font-weight:600;line-height:1.5}.ph-tc-metric{color:var(--text-secondary,#475569);font-size:11px;line-height:1.45}.ph-tc-metric-label{color:var(--text-muted);font-weight:600}.ph-lc-list{border-top:1px solid var(--border-soft,#ebeef5);flex-direction:column;gap:5px;padding-top:6px;display:flex}.ph-lc-row{color:var(--text-secondary,#475569);align-items:flex-start;gap:7px;font-size:11px;line-height:1.45;display:flex}.ph-lc-outcome{border-radius:20px;flex-shrink:0;margin-top:1px;padding:1px 6px;font-size:10px;font-weight:700}.ph-lc-outcome--confirmed{background:var(--green-light,#ecfdf5);color:var(--green,#059669)}.ph-lc-outcome--refuted{background:var(--red-light,#fef2f2);color:var(--red,#dc2626)}.ph-lc-outcome--inc{background:var(--surface-2,#f1f5f9);color:var(--text-muted)}.ph-lc-observation{flex:1}.ph-popover{background:var(--surface,#fff);border:1px solid var(--border,#e2e8f0);border-radius:var(--radius-lg,12px);flex-direction:column;gap:8px;max-height:420px;padding:14px 16px;display:flex;overflow-y:auto;box-shadow:0 8px 24px #0d142624}.ph-pop-close{cursor:pointer;color:var(--text-muted,#64748b);background:0 0;border:none;padding:0;font-size:16px;line-height:1;position:absolute;top:8px;right:10px}.ph-pop-close:hover{color:var(--text-primary)}.ph-pop-header{align-items:center;gap:8px;display:flex}.ph-pop-type{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted,#64748b);font-size:10px;font-weight:700}.ph-pop-status-badge,.ph-pop-ev-status{border-radius:20px;padding:1px 7px;font-size:10px;font-weight:600}.ph-pop-title{color:var(--text-primary,#1e293b);font-size:13px;font-weight:700;line-height:1.45}.ph-pop-ev-dir{font-size:12px;font-weight:600}.ph-pop-body{color:var(--text-secondary,#475569);font-size:12px;line-height:1.55}.ph-pop-meta{color:var(--text-muted,#64748b);font-size:11px}.ph-pop-sprint-meta{color:var(--text-muted,#64748b);border-top:1px solid var(--border-soft,#ebeef5);flex-direction:column;gap:3px;padding-top:4px;font-size:11px;display:flex}@media (width<=860px){.ph-chart-panels{grid-template-columns:1fr}}button.ph-tc-card:hover{border-color:var(--blue-mid,#93c5fd);box-shadow:var(--shadow-sm)}.launch-page{max-width:1200px;margin:0 auto;padding:28px 28px 100px}.launch-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.launch-page-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.03em;font-size:26px;font-weight:800;line-height:1.1}.launch-page-subtitle{color:var(--text-secondary);margin-top:4px;font-size:13px}.launch-layout{grid-template-columns:1fr 280px;align-items:start;gap:24px;display:grid}.launch-sidebar{position:sticky;top:108px}.section-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:20px;overflow:visible}.section-card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:16px 22px;display:flex}.section-card-header-inner{align-items:center;gap:12px;display:flex}.section-card-number{background:linear-gradient(135deg, var(--blue), var(--purple));width:26px;height:26px;font-family:var(--font-head);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:flex}.section-card-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:2px;font-size:16px;font-weight:700}.section-card-hint{color:var(--text-muted);font-size:12px}.section-card-body{padding:22px}.lp-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.lp-form-row-3{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}.lp-form-group{margin-bottom:20px}.lp-form-group:last-child{margin-bottom:0}.lp-label{color:var(--text-primary);letter-spacing:.02em;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.lp-label .required{color:var(--red);margin-left:2px}.lp-label .hint{color:var(--text-muted);margin-left:6px;font-size:11px;font-weight:400}.lp-input,.lp-select,.lp-textarea{border:1px solid var(--border);border-radius:var(--radius);width:100%;font-family:var(--font-body);color:var(--text-primary);background:var(--surface);appearance:none;outline:none;padding:9px 12px;font-size:13px;transition:border-color .15s}.lp-input:focus,.lp-select:focus,.lp-textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.lp-textarea{resize:vertical;min-height:80px;line-height:1.6}.lp-input--error{border-color:var(--red)}.lp-field-error{color:var(--red);margin-top:4px;font-size:11px}.lp-hint{color:var(--text-muted);margin-top:4px;font-size:11px}.lp-select-wrap{position:relative}.lp-select-wrap:after{content:"▾";color:var(--text-muted);pointer-events:none;font-size:11px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.lp-tag-input-wrap{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:text;flex-wrap:wrap;align-items:center;gap:6px;min-height:40px;padding:7px 10px;transition:border-color .15s;display:flex}.lp-tag-input-wrap:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.lp-tag-chip{background:var(--blue-light);border:1px solid var(--blue-mid);color:var(--blue);border-radius:20px;align-items:center;gap:5px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.lp-tag-chip-remove{cursor:pointer;color:var(--blue);opacity:.7;font-size:13px;line-height:1}.lp-tag-chip-remove:hover{opacity:1}.lp-tag-bare-input{font-family:var(--font-body);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;min-width:80px;font-size:13px}.lp-pm-card{background:var(--blue-light);border:1px solid var(--blue-mid);border-radius:var(--radius);align-items:center;gap:10px;padding:10px 14px;display:flex}.lp-pm-avatar{background:linear-gradient(135deg, var(--blue), var(--purple));width:32px;height:32px;font-family:var(--font-head);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:flex}.lp-pm-name{color:var(--text-primary);font-size:13px;font-weight:600}.lp-pm-sub{color:var(--text-muted);margin-top:1px;font-size:11px}.reviewer-tag{background:var(--surface-2);border:1px solid var(--border);color:var(--text-primary);border-radius:20px;align-items:center;gap:6px;margin:4px 4px 4px 0;padding:4px 12px;font-size:12px;font-weight:500;display:inline-flex}.reviewer-tag-remove{color:var(--text-muted);cursor:pointer;font-size:14px;line-height:1}.reviewer-tag-remove:hover{color:var(--red)}.reviewer-mini-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:9px;font-weight:700;display:flex}.reviewer-row{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius);align-items:center;gap:12px;margin-bottom:8px;padding:10px;display:flex}.reviewer-row-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.reviewer-row-info{flex:1}.reviewer-row-name{color:var(--text-primary);font-size:13px;font-weight:600}.reviewer-row-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:3px;display:flex}.reviewer-row-role{color:var(--text-muted);font-size:11px}.rank-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:20px;padding:1px 7px;font-size:10px;font-weight:700}.rank-pm{background:var(--blue-light);color:var(--blue)}.rank-vp{background:var(--purple-light);color:var(--purple)}.rank-president{color:#c2410c;background:#fff7ed}.reviewer-add-dashed{border:1px dashed var(--border);border-radius:var(--radius);margin-top:4px;padding:14px}.lp-info-banner{background:var(--blue-light);border:1px solid var(--blue-mid);border-radius:var(--radius);color:#1e40af;margin-bottom:16px;padding:10px 14px;font-size:12px}.lp-warning-banner{border-radius:var(--radius);color:#92400e;background:#fffbeb;border:1px solid #fde68a;align-items:flex-start;gap:8px;margin-bottom:18px;padding:10px 14px;font-size:12px;display:flex}.stage-accordion{border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:12px;overflow:hidden}.stage-accordion:last-child{margin-bottom:0}.stage-accordion-header{cursor:pointer;background:var(--surface);-webkit-user-select:none;user-select:none;align-items:center;gap:12px;padding:14px 18px;transition:background .15s;display:flex}.stage-accordion-header:hover{background:var(--surface-2)}.stage-accordion-body{border-top:1px solid var(--border);background:var(--surface);padding:14px 18px 18px}.stage-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.stage-name{font-family:var(--font-head);color:var(--text-primary);flex:1;font-size:14px;font-weight:700}.stage-evidence-count{color:var(--text-muted);font-size:11px;font-weight:500}.accordion-chevron{color:var(--text-muted);transition:transform .2s}.accordion-chevron.open{transform:rotate(180deg)}.evidence-checklist-hint{color:var(--text-muted);margin-bottom:10px;font-size:11px}.evidence-checklist-item{border-bottom:1px solid var(--border-soft);cursor:pointer;align-items:flex-start;gap:10px;padding:10px 0;display:flex}.evidence-checklist-item:last-child{border-bottom:none}.evidence-cb{border:2px solid var(--border);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:2px;transition:all .15s;display:flex}.evidence-cb.checked{background:var(--blue);border-color:var(--blue)}.evidence-item-label{color:var(--text-primary);font-size:12px;font-weight:500;line-height:1.4}.evidence-item-cat{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-top:2px;font-size:10px;font-weight:500}.evidence-item-deselected .evidence-item-label{opacity:.45;text-decoration:line-through}.evidence-adhoc-form{border-top:1px dashed var(--border);align-items:center;gap:8px;margin-top:10px;padding-top:10px;display:flex}.evidence-adhoc-input{border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font-body);color:var(--text-primary);background:var(--surface);outline:none;flex:1;padding:6px 10px;font-size:12px}.evidence-adhoc-input:focus{border-color:var(--blue)}.progress-steps{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:20px}.progress-steps-title{font-family:var(--font-head);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;font-size:12px;font-weight:700}.step-item{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.step-item:last-child{margin-bottom:0}.step-dot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;font-size:11px;font-weight:700;display:flex}.step-dot-done{background:var(--green);color:#fff}.step-dot-active{background:var(--blue);color:#fff}.step-dot-pending{background:var(--border);color:var(--text-muted)}.step-label{color:var(--text-primary);font-size:13px;font-weight:600}.step-label.muted{color:var(--text-muted)}.step-desc{color:var(--text-muted);margin-top:2px;font-size:11px}.lp-summary-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-top:14px;padding:18px}.lp-summary-title{font-family:var(--font-head);color:var(--text-primary);margin-bottom:12px;font-size:13px;font-weight:700}.lp-summary-row{border-bottom:1px solid var(--border-soft);justify-content:space-between;margin-bottom:8px;padding-bottom:8px;font-size:12px;display:flex}.lp-summary-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.lp-summary-key{color:var(--text-muted)}.lp-summary-value{color:var(--text-primary);text-align:right;max-width:160px;font-weight:600}.lp-next-panel{background:var(--purple-light);border-radius:var(--radius-lg);border:1px solid #c4b5fd;margin-top:14px;padding:16px}.lp-next-title{color:#5b21b6;margin-bottom:6px;font-size:12px;font-weight:600}.lp-next-body{color:#6d28d9;font-size:11px;line-height:1.6}.launch-footer{background:var(--surface);border-top:1px solid var(--border);z-index:50;justify-content:space-between;align-items:center;padding:14px 40px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #0d14260f}.launch-footer-info{color:var(--text-muted);font-size:12px}.launch-footer-info strong{color:var(--text-primary);font-weight:600}.launch-footer-actions{align-items:center;gap:10px;display:flex}@media (width<=960px){.launch-layout{grid-template-columns:1fr}.launch-sidebar{display:none}}@media (width<=700px){.lp-form-row,.lp-form-row-3{grid-template-columns:1fr}.launch-footer{padding:12px 20px}}.app-nav{background:var(--nav-bg);border-bottom:1px solid var(--nav-border);z-index:100;align-items:center;gap:0;height:52px;padding:0 24px;display:flex;position:sticky;top:0}.nav-logo{flex-shrink:0;align-items:center;gap:10px;margin-right:32px;text-decoration:none;display:flex}.nav-logo-mark{width:32px;height:32px;font-family:var(--font-head);color:#fff;letter-spacing:-.02em;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:8px;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:flex}.nav-logo-text{font-family:var(--font-head);color:#fff;letter-spacing:-.02em;font-size:15px;font-weight:700}.nav-items{flex:1;align-items:center;gap:2px;display:flex}.nav-item{color:#8b96b5;font-family:var(--font-body);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;height:52px;margin-bottom:-1px;padding:0 14px;font-size:13px;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s;display:flex}.nav-item:hover{color:#d0d8f0}.nav-item.active{color:#fff;border-bottom-color:#2563eb}.nav-item.phase2{color:#4a5578;cursor:default}.nav-item.phase2:hover{color:#4a5578}.nav-phase-label{color:#4a5578;letter-spacing:.06em;text-transform:uppercase;vertical-align:super;margin-left:3px;font-size:9px;font-weight:600}.nav-right{align-items:center;gap:12px;margin-left:auto;display:flex}.nav-bell{cursor:pointer;background:#1a2540;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex;position:relative}.nav-bell:hover{background:#243050}.nav-bell svg{color:#8b96b5;width:16px;height:16px}.nav-avatar{width:32px;height:32px;font-family:var(--font-head);color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}@keyframes spin{to{transform:rotate(360deg)}}.port-page{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.port-header{background:var(--surface);border-bottom:1px solid var(--border);z-index:50;position:sticky;top:52px}.port-header-inner{max-width:1400px;margin:0 auto;padding:20px 28px 0}.port-title-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.port-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.04em;font-size:26px;font-weight:800;line-height:1.1}.port-sub{color:var(--text-secondary);margin-top:3px;font-size:13px}.port-stats{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);gap:0;width:fit-content;margin-bottom:16px;display:flex;overflow:hidden}.port-stat{text-align:center;border-right:1px solid var(--border);min-width:72px;padding:10px 18px}.port-stat:last-child{border-right:none}.port-stat--value{border-left:1px solid var(--border);min-width:110px}.port-stat-v{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.03em;font-size:20px;font-weight:800;line-height:1.15;display:block}.port-stat-v--blue{color:var(--blue)}.port-stat-v--amber{color:var(--amber)}.port-stat-v--red{color:var(--red)}.port-stat-v--green{color:var(--green)}.port-stat-l{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:10px;font-weight:500;display:block}.port-stat-hint{color:var(--text-muted);text-transform:none;letter-spacing:0;font-size:9px;font-weight:400}.port-tabs{gap:0;display:flex}.ptab{color:var(--text-muted);cursor:pointer;font-size:13px;font-weight:500;font-family:var(--font-body);white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:10px 18px;transition:color .15s,border-color .15s;display:inline-flex}.ptab:hover{color:var(--text-secondary)}.ptab.active{color:var(--text-primary);border-bottom-color:var(--blue);font-weight:600}.ptab-badge{background:var(--amber-light);color:var(--amber);border:1px solid #fde68a;border-radius:20px;justify-content:center;align-items:center;padding:1px 7px;font-size:10px;font-weight:700;display:inline-flex}.ptab-badge--blue{background:var(--blue-light);color:var(--blue);border-color:var(--blue-mid)}.port-content{width:100%;max-width:1400px;margin:0 auto;padding:24px 28px 80px}.port-loading,.port-error{text-align:center;color:var(--text-muted);padding:48px;font-size:14px}.port-error{color:var(--red)}.port-pipeline{flex-direction:column;gap:16px;display:flex}.port-filter-bar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-wrap:wrap;align-items:center;gap:6px;padding:10px 16px;display:flex}.filter-section-label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-right:2px;font-size:10px;font-weight:700}.filter-chip{background:var(--surface-2);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;font-size:12px;font-weight:500;font-family:var(--font-body);white-space:nowrap;border-radius:20px;padding:4px 12px;transition:all .15s}.filter-chip:hover{border-color:var(--blue-mid);color:var(--blue)}.filter-chip.active{background:var(--blue-light);border-color:var(--blue-mid);color:var(--blue);font-weight:600}.filter-chip--sm{padding:3px 10px;font-size:11px}.filter-sep{background:var(--border);flex-shrink:0;width:1px;height:20px;margin:0 4px}.conf-strip{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 18px}.conf-strip-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.conf-strip-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;font-size:11px;font-weight:700}.conf-strip-total{color:var(--text-secondary);font-size:12px}.conf-strip-total strong{color:var(--text-primary);font-weight:700}.conf-bar-track{background:var(--border);border-radius:5px;height:10px;margin-bottom:10px;display:flex;overflow:hidden}.conf-bar-seg{flex-shrink:0;height:100%;transition:width .3s}.conf-legend{flex-wrap:wrap;gap:18px;display:flex}.conf-legend-item{align-items:center;gap:6px;font-size:11px;display:flex}.conf-legend-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.conf-legend-key{color:var(--text-secondary);font-weight:600}.conf-legend-val{color:var(--text-primary);font-size:12px;font-weight:700}.conf-legend-pct{color:var(--text-muted);font-size:10px}.pipeline-grid{align-items:start;gap:14px;display:grid}.pipeline-col{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);min-width:0;overflow:hidden}.pipeline-col-header{background:var(--surface);border-bottom:1px solid var(--border);padding:12px 14px 10px}.pipeline-col-header-top{align-items:center;gap:8px;margin-bottom:6px;display:flex}.col-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.col-name{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.01em;flex:1;font-size:13px;font-weight:700}.col-count{background:var(--surface-2);border:1px solid var(--border);color:var(--text-secondary);border-radius:20px;flex-shrink:0;padding:1px 8px;font-size:11px;font-weight:700}.col-value{align-items:baseline;gap:5px;padding-top:4px;display:flex}.col-value-amount{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;font-size:14px;font-weight:700}.col-value-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:500}.pipeline-col-body{flex-direction:column;gap:8px;padding:10px;display:flex}.pipeline-col-empty{text-align:center;color:var(--text-muted);padding:20px 10px;font-size:12px;font-style:italic}.ppc-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-sm);flex-direction:column;gap:5px;padding:11px 12px 10px;transition:box-shadow .15s,border-color .15s;display:flex}.ppc-card:hover{box-shadow:var(--shadow);border-color:#cbd5e1}.ppc-card:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.ppc-card--held{opacity:.8}.ppc-top{justify-content:flex-end;align-items:center;display:flex}.ppc-name{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.01em;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.ppc-pm{color:var(--text-muted);align-items:center;gap:4px;font-size:11px;display:flex}.ppc-pm svg{flex-shrink:0;width:11px;height:11px}.ppc-value-chip{background:var(--surface-2);border:1px solid var(--border);border-radius:20px;align-self:flex-start;align-items:center;gap:5px;padding:3px 9px;display:inline-flex}.ppc-vc-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.ppc-vc-amount{color:var(--text-primary);font-size:12px;font-weight:700}.ppc-vc-conf{color:var(--text-muted);font-size:10px;font-weight:500}.ppc-readiness{align-items:center;gap:6px;margin-top:2px;display:flex}.ppc-rb-track{background:var(--border);border-radius:2px;flex:1;height:4px;overflow:hidden}.ppc-rb-fill{border-radius:2px;height:100%;transition:width .3s}.ppc-rb-pct{color:var(--text-muted);text-align:right;flex-shrink:0;width:26px;font-size:10px;font-weight:600}.ppc-readiness--empty .ppc-rb-pct{color:var(--text-muted);font-style:italic}.hq-wrap{flex-direction:column;gap:16px;display:flex}.ic-authority-note{background:var(--blue-light);border:1px solid var(--blue-mid);border-radius:var(--radius);color:var(--blue);align-items:flex-start;gap:9px;padding:10px 14px;font-size:12px;line-height:1.55;display:flex}.ic-authority-note svg{color:var(--blue);flex-shrink:0;margin-top:1px}.hq-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.hq-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;font-size:16px;font-weight:700}.hq-subtitle{color:var(--text-muted);margin-top:2px;font-size:12px}.hq-sort{flex-shrink:0;align-items:center;gap:6px;display:flex}.hq-sort-label{color:var(--text-secondary);font-size:12px}.hq-list{flex-direction:column;gap:12px;display:flex}.hold-item{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--amber);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.hold-item--killed{border-left-color:var(--red)}.hi-main{grid-template-columns:1fr auto;align-items:start;gap:20px;padding:16px 18px 14px;display:grid}.hi-content{flex-direction:column;gap:6px;min-width:0;display:flex}.hi-title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.hi-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;font-size:15px;font-weight:700}.hi-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.hi-meta-sep{color:var(--border)}.hi-reason-box{background:var(--amber-light);border-radius:var(--radius);border:1px solid #fde68a;max-width:580px;padding:9px 12px}.hold-item--killed .hi-reason-box{background:var(--red-light);border-color:#fecaca}.hi-reason-label{color:var(--amber);text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px;font-size:10px;font-weight:700}.hold-item--killed .hi-reason-label{color:var(--red)}.hi-reason-text{color:#78350f;font-size:12px;line-height:1.6}.hold-item--killed .hi-reason-text{color:#991b1b}.hi-reason-text--empty{color:var(--text-muted);font-style:italic}.hi-value-chip{background:var(--surface-2);border:1px solid var(--border);border-radius:20px;align-self:flex-start;align-items:center;gap:6px;padding:4px 10px;display:inline-flex}.hi-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:10px;display:flex}.days-badge{background:var(--amber-light);border-radius:var(--radius-lg);text-align:center;border:1px solid #fde68a;min-width:76px;padding:8px 14px}.days-badge--killed{background:var(--red-light);border-color:#fecaca}.days-num{font-family:var(--font-head);color:var(--amber);letter-spacing:-.04em;font-size:24px;font-weight:800;line-height:1;display:block}.days-badge--killed .days-num{color:var(--red)}.days-lbl{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:10px;display:block}.port-placeholder{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;max-width:520px;margin:0 auto;padding:48px 40px}.placeholder-icon{border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;display:inline-flex}.port-placeholder h3{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:8px;font-size:16px;font-weight:700}.port-placeholder p{color:var(--text-secondary);max-width:400px;margin:0 auto;font-size:13px;line-height:1.65}.placeholder-badge{background:var(--blue-light);color:var(--blue);border-radius:20px;margin-top:14px;padding:4px 14px;font-size:12px;font-weight:600;display:inline-block}.sc-killed{background:var(--red-light);color:var(--red)}.sc-complete{background:var(--green-light);color:var(--green)}.an-tab{padding-top:4px}.an-section-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.an-section-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;font-size:16px;font-weight:700}.an-section-right{color:var(--text-muted);font-size:11px}.an-section-sub{color:var(--text-muted);margin-bottom:16px;font-size:12px}.an-stat-strip{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-wrap:wrap;gap:0;width:fit-content;margin-bottom:24px;display:flex;overflow:hidden}.an-stat{border-right:1px solid var(--border);text-align:center;flex-direction:column;align-items:center;gap:2px;min-width:80px;padding:12px 20px;display:flex}.an-stat:last-child{border-right:none}.an-stat--muted{opacity:.6}.an-stat-v{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.03em;font-size:22px;font-weight:800;line-height:1.1}.an-stat-v--blue{color:var(--blue)}.an-stat-v--green{color:var(--green)}.an-stat-v--amber{color:var(--amber)}.an-stat-v--red{color:var(--red)}.an-stat-v--muted{color:var(--text-muted)}.an-stat-l{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:500}.an-stat-hint{color:var(--text-muted);font-size:9px;font-weight:400}.an-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:20px 22px}.an-card--full{width:100%}.an-empty-card{padding:32px 22px}.an-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.an-card-title{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:3px;font-size:14px;font-weight:700}.an-card-sub{color:var(--text-muted);margin-bottom:16px;font-size:11px}.an-card-footer{border-top:1px solid var(--border-soft);color:var(--text-muted);margin-top:14px;padding-top:11px;font-size:10px;line-height:1.55}.an-empty{color:var(--text-muted);text-align:center;padding:8px 0;font-size:13px}.an-row-2{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px;display:grid}@media (width<=860px){.an-row-2{grid-template-columns:1fr}}.an-outcome-track{border-radius:var(--radius);gap:2px;height:36px;margin-bottom:14px;display:flex;overflow:hidden}.an-outcome-seg{color:#fff;white-space:nowrap;justify-content:center;align-items:center;min-width:0;padding:0 6px;font-size:11px;font-weight:600;transition:flex .4s;display:flex;overflow:hidden}.an-outcome-legend{flex-wrap:wrap;gap:16px;display:flex}.an-outcome-legend-item{align-items:center;gap:5px;font-size:12px;display:flex}.an-outcome-legend-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.an-outcome-legend-label{color:var(--text-secondary);font-weight:600}.an-outcome-legend-val{color:var(--text-primary);font-weight:700}.an-outcome-legend-pct{color:var(--text-muted);font-size:10px}.an-bar-row{align-items:center;gap:10px;margin-bottom:10px;display:flex}.an-bar-row:last-of-type{margin-bottom:0}.an-bar-label{width:80px;color:var(--text-secondary);text-align:right;flex-shrink:0;font-size:12px;font-weight:500}.an-bar-track{background:var(--surface-2);border-radius:var(--radius);flex:1;height:26px;position:relative;overflow:hidden}.an-bar-fill{border-radius:var(--radius);color:#fff;white-space:nowrap;align-items:center;height:100%;padding-left:10px;font-size:11px;font-weight:600;transition:width .4s;display:flex}.an-bar-fill--ghost{opacity:.15}.an-bar-val{color:var(--text-primary);text-align:right;flex-shrink:0;width:60px;font-size:12px;font-weight:600}.an-bar-val--ghost{color:var(--text-muted)}.an-conf-bar{border-radius:var(--radius);gap:1px;height:22px;margin-bottom:10px;display:flex;overflow:hidden}.an-conf-seg{min-width:2px;height:100%;transition:flex .3s}.an-p2-wrap{border-radius:var(--radius-lg);position:relative}.an-p2-inner{opacity:.55;pointer-events:none;-webkit-user-select:none;user-select:none}.an-p2-overlay{border-radius:var(--radius-lg);z-index:5;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);background:#f0f2f7b8;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.an-p2-badge{background:var(--surface);border:1px solid var(--border);color:var(--text-secondary);letter-spacing:.03em;box-shadow:var(--shadow-sm);border-radius:20px;padding:5px 14px;font-size:12px;font-weight:700}.an-p2-chart-placeholder{background:var(--surface-2);border-radius:var(--radius);align-items:flex-end;gap:8px;height:80px;padding:10px;display:flex}.an-p2-bar{border-radius:3px 3px 0 0;flex:1}.an-p2-signal-placeholder{background:var(--surface-2);border-radius:var(--radius);flex-direction:column;justify-content:center;gap:10px;height:80px;padding:12px;display:flex}.an-p2-signal-bar{border-radius:3px;height:12px}.hi-reason-decision-badge{letter-spacing:.05em;text-transform:uppercase;background:var(--surface-2);color:var(--text-secondary);border:1px solid var(--border);border-radius:20px;margin-left:6px;padding:1px 7px;font-size:9px;font-weight:700;display:inline-block}.hi-reason-meta{color:var(--text-muted);margin-top:4px;font-size:11px}.col-top5-label{color:var(--blue,#2563eb);background:var(--blue-light,#eff4ff);text-transform:uppercase;letter-spacing:.04em;border-radius:4px;margin-top:4px;padding:2px 6px;font-size:10px;font-weight:600}.portfolio-type-toggle{background:var(--surface-2,#f7f8fc);border:1px solid var(--border,#e2e8f0);border-radius:8px;gap:2px;width:fit-content;margin-bottom:16px;padding:3px;display:flex}.portfolio-type-btn{cursor:pointer;color:var(--text-secondary,#64748b);font-size:13px;font-weight:600;font-family:var(--font-body,"IBM Plex Sans", sans-serif);background:0 0;border:none;border-radius:6px;padding:6px 18px;transition:background .15s,color .15s}.portfolio-type-btn--active{background:var(--surface,#fff);color:var(--text-primary,#0d1426);box-shadow:0 1px 3px #0d14261a}.portfolio-type-btn--active.portfolio-type-btn--ci{color:var(--green,#059669)}.portfolio-type-btn--active.portfolio-type-btn--innovation{color:var(--blue,#2563eb)}.adm-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.adm-page-title{font-family:var(--font-head,"Outfit", sans-serif);color:var(--text-primary);letter-spacing:-.03em;font-size:26px;font-weight:800;line-height:1.1}.adm-page-subtitle{color:var(--text-secondary);margin-top:4px;font-size:13px}.adm-admin-badge{background:var(--surface-2,#f7f8fc);border:1px solid var(--border);color:var(--text-muted);white-space:nowrap;border-radius:6px;flex-shrink:0;align-items:center;gap:6px;padding:5px 12px;font-size:11px;font-weight:600;display:inline-flex}.adm-layout{background:var(--surface);border:1px solid var(--border);border-radius:12px;align-items:stretch;display:flex;overflow:hidden;box-shadow:0 1px 3px #0d142614,0 1px 2px #0d14260a}.adm-sub-sidebar{border-right:1px solid var(--border);background:var(--surface-2,#f7f8fc);flex-shrink:0;width:224px;min-height:500px;padding:18px 12px}.adm-sidebar-section-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;padding:0 4px;font-size:10px;font-weight:700}.adm-l1-nav-item{cursor:pointer;width:100%;color:var(--text-secondary);font-size:13px;font-weight:500;font-family:var(--font-body,"IBM Plex Sans", sans-serif);text-align:left;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:8px;align-items:center;gap:9px;margin-bottom:2px;padding:9px 12px;transition:background .15s,color .15s;display:flex}.adm-l1-nav-item:hover{background:var(--border-soft,#ebeef5);color:var(--text-primary)}.adm-l1-nav-item.active{background:var(--blue-light,#eff4ff);color:var(--blue,#2563eb);font-weight:600}.adm-l1-nav-icon{background:var(--border-soft,#ebeef5);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;display:flex}.adm-l1-nav-item.active .adm-l1-nav-icon{background:var(--blue-light,#eff4ff)}.adm-content-panel{flex:1;min-width:0;padding:24px}.adm-panel-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.adm-panel-title{font-family:var(--font-head,"Outfit", sans-serif);color:var(--text-primary);letter-spacing:-.02em;font-size:18px;font-weight:700}.adm-panel-desc{color:var(--text-secondary);max-width:540px;margin-top:3px;font-size:12px;line-height:1.55}.adm-config-list{flex-direction:column;gap:8px;display:flex}.adm-config-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;align-items:flex-start;gap:12px;padding:14px 16px;transition:border-color .15s;display:flex}.adm-config-item:hover{border-color:#cbd5e1}.adm-config-item.adm-archived{opacity:.42}.adm-ci-left{flex:1;min-width:0}.adm-ci-top{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:5px;display:flex}.adm-ci-name{font-family:var(--font-head,"Outfit", sans-serif);color:var(--text-primary);letter-spacing:-.01em;font-size:14px;font-weight:700}.adm-ci-version{color:var(--text-muted);letter-spacing:.02em;font-size:11px;font-weight:600}.adm-ci-desc{color:var(--text-secondary);margin-bottom:4px;font-size:12px;line-height:1.55}.adm-ci-meta{color:var(--text-muted);margin-top:4px;font-size:11px}.adm-ci-actions{flex-shrink:0;gap:6px;padding-top:1px;display:flex}.adm-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:20px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.adm-badge-green{background:var(--green-light,#ecfdf5);color:var(--green,#059669)}.adm-badge-blue{background:var(--blue-light,#eff4ff);color:var(--blue,#2563eb)}.adm-badge-muted{background:var(--border,#e2e6ef);color:var(--text-muted,#9ba3bb)}.adm-badge-innovation{background:var(--blue-light,#eff4ff);color:var(--blue,#2563eb);border:1px solid #bfdbfe}.adm-badge-ci{background:var(--green-light,#ecfdf5);color:var(--green,#059669);border:1px solid #6ee7b7}.adm-btn{font-family:var(--font-body,"IBM Plex Sans", sans-serif);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;font-weight:600;transition:all .15s;display:inline-flex}.adm-btn-ghost{background:var(--surface);color:var(--text-secondary);border:1px solid var(--border);padding:7px 16px;font-size:13px}.adm-btn-ghost:hover:not(:disabled){background:var(--surface-2,#f7f8fc);color:var(--text-primary)}.adm-btn-ghost:disabled{opacity:.45;cursor:not-allowed}.adm-btn-xs{border-radius:6px;padding:3px 9px;font-size:11px}.adm-btn-primary{background:var(--blue,#2563eb);color:#fff;padding:7px 16px;font-size:13px}.adm-loading,.adm-error,.adm-empty{color:var(--text-muted);text-align:center;padding:32px 0;font-size:13px}.adm-error{color:var(--red,#dc2626)}.adm-placeholder{padding:16px 0}.adm-placeholder-label{margin-top:8px;font-style:italic}.adm-edit-state{text-align:center;color:var(--text-muted);padding:48px 0;font-size:13px}.adm-edit-state--error{color:var(--red,#dc2626)}.adm-edit-breadcrumb{align-items:center;gap:6px;margin-bottom:16px;display:flex}.adm-back-btn{cursor:pointer;font-family:var(--font-body,"IBM Plex Sans", sans-serif);color:var(--blue,#2563eb);background:0 0;border:none;padding:0;font-size:13px;font-weight:500;transition:opacity .15s}.adm-back-btn:hover{opacity:.75}.adm-back-sep{color:var(--text-muted);font-size:13px}.adm-back-current{color:var(--text-secondary);font-size:13px}.adm-edit-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.adm-edit-header-left{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.adm-edit-title{font-family:var(--font-head,"Outfit", sans-serif);color:var(--text-primary);letter-spacing:-.03em;font-size:22px;font-weight:800;line-height:1.1}.adm-edit-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.adm-unsaved-badge{background:var(--amber-light,#fffbeb);color:var(--amber,#d97706);text-transform:uppercase;letter-spacing:.04em;border:1px solid #fde68a;border-radius:20px;align-items:center;gap:4px;padding:2px 10px;font-size:10px;font-weight:700;display:inline-flex}.adm-edit-header-right{align-items:center;gap:10px;display:flex}.adm-save-feedback{font-size:12px;font-weight:500}.adm-save-feedback--success{color:var(--green,#059669)}.adm-save-feedback--error{color:var(--red,#dc2626)}.adm-edit-tabs{border-bottom:1px solid var(--border);gap:0;margin-bottom:0;display:flex}.adm-tab{font-family:var(--font-body,"IBM Plex Sans", sans-serif);color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 20px;font-size:13px;font-weight:500;transition:color .15s,border-color .15s}.adm-tab:hover{color:var(--text-secondary)}.adm-tab--active{color:var(--blue,#2563eb);border-bottom-color:var(--blue,#2563eb);font-weight:600}.adm-edit-body{background:var(--surface);border:1px solid var(--border);border-top:none;border-radius:0 0 12px 12px;min-height:500px;overflow:hidden}.adm-l2-layout{align-items:stretch;min-height:540px;display:flex}.adm-stage-sidebar{border-right:1px solid var(--border);background:var(--surface-2,#f7f8fc);flex-shrink:0;width:200px;padding:18px 12px}.adm-stage-nav-item{cursor:pointer;width:100%;color:var(--text-secondary);font-size:13px;font-weight:500;font-family:var(--font-body,"IBM Plex Sans", sans-serif);text-align:left;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;margin-bottom:3px;padding:10px 12px;transition:background .15s,color .15s;display:flex}.adm-stage-nav-item:hover{background:var(--border-soft,#ebeef5);color:var(--text-primary)}.adm-stage-nav-item.active.adm-stage-nav-item--d{background:var(--blue-light,#eff4ff);color:var(--blue,#2563eb);font-weight:600}.adm-stage-nav-item.active.adm-stage-nav-item--v{background:var(--purple-light,#f3effe);color:var(--purple,#7c3aed);font-weight:600}.adm-stage-nav-item.active.adm-stage-nav-item--l{background:var(--green-light,#ecfdf5);color:var(--green,#059669);font-weight:600}.adm-stage-nav-item.active.adm-stage-nav-item--s{background:var(--amber-light,#fffbeb);color:var(--amber,#d97706);font-weight:600}.adm-stage-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.adm-stage-dot--lg{width:12px;height:12px}.adm-stage-config-panel{flex-direction:column;flex:1;min-width:0;display:flex}.adm-sc-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:18px 24px;display:flex}.adm-sc-title-row{align-items:center;gap:10px;display:flex}.adm-sc-title{font-family:var(--font-head,"Outfit", sans-serif);color:var(--text-primary);letter-spacing:-.02em;font-size:19px;font-weight:800}.adm-sc-body{flex:1;padding:24px;overflow-y:auto}.adm-cfs{margin-bottom:28px}.adm-cfs:last-child{margin-bottom:8px}.adm-cfs-header{align-items:center;gap:10px;margin-bottom:16px;display:flex}.adm-cfs-num{background:var(--blue-light,#eff4ff);width:22px;height:22px;color:var(--blue,#2563eb);font-size:11px;font-weight:800;font-family:var(--font-head,"Outfit", sans-serif);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.adm-cfs-title{font-family:var(--font-head,"Outfit", sans-serif);color:var(--text-primary);letter-spacing:-.01em;font-size:14px;font-weight:700}.adm-cfs-line{background:var(--border);flex:1;height:1px}.adm-form-2col{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;display:grid}.adm-fgroup{flex-direction:column;gap:5px;display:flex}.adm-flabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.adm-finput{background:var(--surface);border:1px solid var(--border);font-family:var(--font-body,"IBM Plex Sans", sans-serif);color:var(--text-primary);border-radius:8px;outline:none;width:100%;padding:8px 12px;font-size:13px;transition:border-color .15s}.adm-finput:focus{border-color:var(--blue,#2563eb);box-shadow:0 0 0 3px #2563eb14}.adm-cat-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:20px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.adm-cat-commercial{background:var(--blue-light,#eff4ff);color:var(--blue,#2563eb)}.adm-cat-technical{background:var(--purple-light,#f3effe);color:var(--purple,#7c3aed)}.adm-cat-reward{background:var(--amber-light,#fffbeb);color:var(--amber,#d97706)}.adm-cq-wrap{flex-direction:column;gap:12px;display:flex}.adm-cq-section{background:var(--surface-2,#f7f8fc);border:1px solid var(--border-soft,#ebeef5);border-radius:8px;padding:14px 16px}.adm-cq-section-header{align-items:center;gap:8px;margin-bottom:10px;display:flex}.adm-cq-count{color:var(--text-muted);margin-left:auto;font-size:11px}.adm-cq-list{flex-direction:column;gap:5px;margin-bottom:10px;display:flex}.adm-cq-item{background:var(--surface);border:1px solid var(--border-soft,#ebeef5);border-radius:6px;align-items:center;gap:8px;padding:8px 10px;display:flex}.adm-cq-drag{color:var(--text-muted);cursor:grab;opacity:.5;flex-shrink:0;font-size:11px}.adm-cq-text{color:var(--text-primary);flex:1;font-size:12px;line-height:1.4}.adm-cq-del{cursor:pointer;width:20px;height:20px;color:var(--text-muted);background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;transition:background .1s,color .1s;display:flex}.adm-cq-del:hover{background:var(--red-light,#fef2f2);color:var(--red,#dc2626)}.adm-cq-add-row{align-items:center;gap:8px;display:flex}.adm-cq-add-input{flex:1;padding:6px 10px;font-size:12px}.adm-ev-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.adm-ev-item{background:var(--surface);border:1px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;transition:all .12s;display:flex}.adm-ev-item:hover{border-color:#cbd5e1}.adm-ev-item.checked{background:var(--blue-light,#eff4ff);border-color:var(--blue-mid,#bfcffd)}.adm-ev-checkbox{border:2px solid var(--border);background:var(--surface);color:#0000;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:9px;font-weight:700;transition:all .12s;display:flex}.adm-ev-item.checked .adm-ev-checkbox{background:var(--blue,#2563eb);border-color:var(--blue,#2563eb);color:#fff}.adm-ev-item-name{color:var(--text-primary);font-size:12px;font-weight:600;line-height:1.3}.adm-ev-item.checked .adm-ev-item-name{color:var(--blue,#2563eb)}.adm-ev-item-cat{color:var(--text-muted);text-transform:capitalize;margin-top:1px;font-size:10px}.adm-exp-card{background:var(--surface-2,#f7f8fc);border:1px solid var(--border-soft,#ebeef5);border-radius:8px;align-items:center;gap:16px;padding:14px 16px;display:flex}.adm-toggle-track{cursor:pointer;border:none;border-radius:12px;outline:none;flex-shrink:0;width:44px;height:24px;transition:background .2s;position:relative}.adm-toggle-track.t-on{background:var(--blue,#2563eb)}.adm-toggle-track.t-off{background:#cbd5e1}.adm-toggle-thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:left .2s;position:absolute;top:3px;box-shadow:0 1px 3px #0003}.adm-toggle-track.t-on .adm-toggle-thumb{left:23px}.adm-toggle-track.t-off .adm-toggle-thumb{left:3px}.adm-toggle-text-wrap{flex:1}.adm-toggle-main{color:var(--text-primary);font-size:13px;font-weight:600}.adm-toggle-sub{color:var(--text-secondary);margin-top:2px;font-size:12px;line-height:1.5}.adm-toggle-state{flex-shrink:0;font-size:12px;font-weight:700}.adm-toggle-state.state-on{color:var(--green,#059669)}.adm-toggle-state.state-off{color:var(--text-muted)}.adm-approver-wrap{flex-wrap:wrap;gap:8px;display:flex}.adm-apill{cursor:pointer;border:2px solid var(--border);background:var(--surface-2,#f7f8fc);color:var(--text-muted);font-size:12px;font-weight:600;font-family:var(--font-body,"IBM Plex Sans", sans-serif);-webkit-user-select:none;user-select:none;border-radius:20px;align-items:center;gap:6px;padding:7px 14px;transition:all .12s;display:inline-flex}.adm-apill:hover{color:var(--text-secondary);border-color:#cbd5e1}.adm-apill--pm{background:var(--green-light,#ecfdf5);border-color:var(--green,#059669);color:var(--green,#059669)}.adm-apill--vp{background:var(--blue-light,#eff4ff);border-color:var(--blue,#2563eb);color:var(--blue,#2563eb)}.adm-apill--president{color:#9333ea;background:#fdf4ff;border-color:#9333ea}.adm-apill-rank{opacity:.65;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:700}.adm-sc-save-bar{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 24px;display:flex}.adm-save-note{color:var(--text-muted);align-items:center;gap:5px;font-size:12px;display:flex}.adm-l3-wrap{padding:24px;position:relative}.adm-l3-toast{color:#fff;font-family:var(--font-body,"IBM Plex Sans", sans-serif);white-space:nowrap;z-index:9999;pointer-events:none;background:#0d1426;border-radius:8px;padding:11px 22px;font-size:13px;font-weight:500;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0003}.adm-version-callout{background:var(--amber-light,#fffbeb);border:1px solid #fde68a;border-radius:8px;align-items:flex-start;gap:10px;margin-bottom:20px;padding:12px 16px;display:flex}.adm-vc-text{color:#92400e;font-size:12px;line-height:1.55}.adm-vc-text strong{color:#78350f}.adm-seq-container{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:12px;overflow:hidden;box-shadow:0 1px 3px #0d142614}.adm-seq-row{background:var(--surface);position:relative}.adm-seq-row+.adm-seq-row{border-top:1px solid var(--border-soft,#ebeef5)}.adm-seq-gate-row{background:var(--surface-2,#f7f8fc)}.adm-seq-row-main{align-items:center;gap:12px;padding:14px 18px;display:flex}.adm-seq-drag-handle{color:var(--text-muted);cursor:grab;opacity:.4;flex-shrink:0;display:flex}.adm-seq-drag-handle:hover{opacity:.8}.adm-seq-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.adm-seq-icon-stage{background:var(--surface-2,#f7f8fc);border:1px solid var(--border)}.adm-seq-icon-gate{background:var(--purple-light,#f3effe);border:1px solid #ddd6fe}.adm-seq-info{flex:1;min-width:0}.adm-seq-name{font-family:var(--font-head,"Outfit", sans-serif);color:var(--text-primary);letter-spacing:-.01em;font-size:14px;font-weight:700}.adm-seq-stage-d .adm-seq-name{color:var(--blue,#2563eb)}.adm-seq-stage-v .adm-seq-name{color:var(--purple,#7c3aed)}.adm-seq-stage-l .adm-seq-name{color:var(--green,#059669)}.adm-seq-stage-s .adm-seq-name{color:var(--amber,#d97706)}.adm-seq-name--gate{color:var(--purple,#7c3aed)}.adm-seq-meta{flex-wrap:wrap;align-items:center;gap:12px;margin-top:4px;display:flex}.adm-seq-meta-item{color:var(--text-secondary);font-size:11px}.adm-seq-badge-exp-on{background:var(--green-light,#ecfdf5);color:var(--green,#059669);border-radius:20px;align-items:center;gap:3px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.adm-seq-badge-exp-off{background:var(--border,#e2e6ef);color:var(--text-muted,#9ba3bb);border-radius:20px;align-items:center;gap:3px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.adm-seq-gate-badge{background:var(--purple-light,#f3effe);color:var(--purple,#7c3aed);border-radius:20px;padding:1px 6px;font-size:10px;font-weight:700;display:inline-block}.adm-seq-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.adm-seq-edit-hint{color:var(--text-muted);font-size:11px;font-style:italic;font-weight:500}.adm-seq-expand-btn{border:1px solid var(--border);background:var(--surface);cursor:pointer;width:28px;height:28px;color:var(--text-muted);border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.adm-seq-expand-btn:hover{border-color:var(--purple,#7c3aed);color:var(--purple,#7c3aed);background:var(--purple-light,#f3effe)}.adm-seq-expand-btn.expanded{background:var(--purple-light,#f3effe);border-color:var(--purple,#7c3aed);color:var(--purple,#7c3aed)}.adm-gate-expand{border-top:1px solid var(--border-soft,#ebeef5);background:#f5f3ff;padding:18px 18px 18px 76px}.adm-ge-heading{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:14px;font-size:10px;font-weight:700}.adm-ge-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.adm-ge-row{background:var(--surface);border:1px solid var(--border);border-radius:8px;align-items:center;gap:10px;padding:11px 14px;display:flex}.adm-ge-dec{align-items:center;gap:7px;min-width:86px;display:flex}.adm-ge-checkbox{color:#fff;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;font-size:9px;font-weight:700;display:flex}.adm-ge-check-go{background:var(--green,#059669);border:2px solid var(--green)}.adm-ge-check-hold{background:var(--amber,#d97706);border:2px solid var(--amber)}.adm-ge-check-recycle{background:var(--blue,#2563eb);border:2px solid var(--blue)}.adm-ge-check-kill{background:var(--red,#dc2626);border:2px solid var(--red)}.adm-ge-dec-label{font-size:12px;font-weight:700}.adm-ge-go{color:var(--green,#059669)}.adm-ge-hold{color:var(--amber,#d97706)}.adm-ge-recycle{color:var(--blue,#2563eb)}.adm-ge-kill{color:var(--red,#dc2626)}.adm-ge-arrow{color:var(--text-muted);flex-shrink:0;font-size:11px}.adm-ge-target{flex:1}.adm-ge-select{font-size:12px;font-family:var(--font-body,"IBM Plex Sans", sans-serif);border:1px solid var(--border);color:var(--text-primary);background:var(--surface);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%239BA3BB' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 6px center;background-repeat:no-repeat;border-radius:6px;width:100%;padding:4px 26px 4px 8px}.adm-ge-target-info{color:var(--text-muted);font-size:12px;font-style:italic}.adm-seq-add-row{gap:8px;margin-top:12px;display:flex}.adm-modal-backdrop{z-index:1000;background:#0d142666;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.adm-modal{background:var(--surface);border-radius:12px;width:100%;max-width:480px;overflow:hidden;box-shadow:0 8px 32px #0d142633}.adm-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.adm-modal-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:16px}.adm-modal-close:hover{background:var(--surface-2)}.adm-modal-body{padding:20px}.adm-modal-footer{border-top:1px solid var(--border);background:var(--surface-2);justify-content:flex-end;gap:8px;padding:14px 20px;display:flex}.adm-modal-desc{color:var(--text-muted);font-size:12px;line-height:1.5}.adm-modal-error{color:var(--red,#e53e3e);margin-top:8px;font-size:12px}.adm-btn-success{background:var(--green,#16a34a);color:#fff;border:none}.adm-btn-success:hover:not(:disabled){background:#15803d}.adm-btn-danger{background:var(--red,#dc2626);color:#fff;border:none}.adm-btn-danger:hover:not(:disabled){background:#b91c1c}.adm-btn-danger-ghost{color:var(--red,#dc2626)}.adm-btn-danger-ghost:hover{background:#fef2f2}.adm-btn-sm{padding:6px 14px;font-size:12px}.adm-info-banner{background:var(--blue-light,#eff4ff);border:1px solid var(--blue,#3b82f6);color:var(--blue,#2563eb);border-radius:6px;margin-bottom:12px;padding:8px 14px;font-size:12px}.adm-link-btn{color:var(--blue);cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.adm-approver-section{flex-direction:column;gap:12px;display:flex}.adm-approver-chips{flex-wrap:wrap;gap:8px;display:flex}.adm-approver-chip{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;align-items:center;gap:8px;padding:6px 10px 6px 8px;display:flex}.adm-approver-chip-avatar{background:var(--blue-light);width:24px;height:24px;color:var(--blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.adm-approver-chip-info{flex-direction:column;display:flex}.adm-approver-chip-name{color:var(--text-primary);font-size:12px;font-weight:600;line-height:1.2}.adm-approver-chip-title{color:var(--text-muted);font-size:11px}.adm-approver-chip-remove{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:3px;margin-left:2px;padding:1px 3px;font-size:12px}.adm-approver-chip-remove:hover{background:var(--border);color:var(--text-primary)}.adm-approver-empty{color:var(--text-muted);font-size:12px;font-style:italic}.adm-approver-note{color:var(--text-muted);font-size:11px}.adm-approver-legacy-notice{color:#92400e;background:#fffbeb;border:1px solid #fbbf24;border-radius:6px;padding:8px 12px;font-size:12px}.adm-user-picker-dropdown{z-index:200;background:var(--surface);border:1px solid var(--border);border-radius:10px;width:280px;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 4px 16px #0d14261f}.adm-user-picker-search{border:none;border-bottom:1px solid var(--border);border-radius:0;width:100%;padding:10px 12px;font-size:13px}.adm-user-picker-search:focus{background:var(--surface-2);outline:none}.adm-user-picker-list{max-height:200px;overflow-y:auto}.adm-user-picker-item{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:8px 12px;display:flex}.adm-user-picker-item:hover{background:var(--surface-2)}.adm-user-picker-avatar{background:var(--blue-light);width:28px;height:28px;color:var(--blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.adm-user-picker-info{flex-direction:column;display:flex}.adm-user-picker-name{color:var(--text-primary);font-size:13px;font-weight:500}.adm-user-picker-title{color:var(--text-muted);font-size:11px}.adm-user-picker-empty{color:var(--text-muted);text-align:center;padding:12px;font-size:12px}.adm-user-picker-footer{border-top:1px solid var(--border);justify-content:flex-end;padding:8px 12px;display:flex}.adm-approver-add-wrap{position:relative}.adm-et-form{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;margin-top:4px;padding:16px}.adm-et-form-actions{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.adm-et-add-form-wrap{border-top:1px solid var(--border);margin-top:16px;padding-top:16px}.adm-et-add-form-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;font-size:12px;font-weight:600}.adm-form-error{color:var(--red,#dc2626);margin-top:8px;font-size:12px}.adm-fselect{appearance:none;cursor:pointer}.adm-panel-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.adm-panel-wrap{flex-direction:column;height:100%;display:flex;overflow-y:auto}.adm-panel-header-row{border-bottom:1px solid var(--border,#e2e8f0);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 24px 16px;display:flex}.adm-panel-title{color:var(--text-primary,#0d1426);margin-bottom:4px;font-size:16px;font-weight:700}.adm-panel-desc{color:var(--text-secondary,#4b5563);font-size:13px;line-height:1.5}.adm-panel-loading{color:var(--text-muted,#9ca3af);text-align:center;padding:40px 24px;font-size:13px}.adm-btn-primary{background:var(--blue,#2563eb);color:#fff;cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font-body,"IBM Plex Sans", sans-serif);white-space:nowrap;border:none;border-radius:6px;flex-shrink:0;padding:8px 16px;transition:background .12s}.adm-btn-primary:hover:not(:disabled){background:#1d4ed8}.adm-btn-primary:disabled{opacity:.5;cursor:not-allowed}.adm-btn-ghost{border:1px solid var(--border,#e2e8f0);color:var(--text-primary,#0d1426);cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font-body,"IBM Plex Sans", sans-serif);background:0 0;border-radius:6px;padding:8px 16px;transition:background .12s}.adm-btn-ghost:hover{background:var(--surface-2,#f7f8fc)}.adm-btn-danger{background:var(--red,#dc2626);color:#fff;cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font-body,"IBM Plex Sans", sans-serif);border:none;border-radius:6px;padding:8px 16px;transition:background .12s}.adm-btn-danger:hover{background:#b91c1c}.adm-field-group{flex-direction:column;gap:6px;display:flex}.adm-field-label{color:var(--text-primary,#0d1426);font-size:12px;font-weight:600}.adm-field-readonly-note{color:var(--text-muted,#9ca3af);font-size:11px;font-weight:400}.adm-field-hint{color:var(--text-muted,#9ca3af);margin-top:2px;font-size:11px}.adm-text-input{border:1px solid var(--border,#e2e8f0);background:var(--surface,#fff);color:var(--text-primary,#0d1426);font-size:13px;font-family:var(--font-body,"IBM Plex Sans", sans-serif);border-radius:6px;outline:none;padding:8px 12px;transition:border-color .12s}.adm-text-input:focus{border-color:var(--blue,#2563eb)}.adm-text-input[readonly]{background:var(--surface-2,#f7f8fc);color:var(--text-muted,#9ca3af);cursor:default}.adm-select{border:1px solid var(--border,#e2e8f0);background:var(--surface,#fff);color:var(--text-primary,#0d1426);font-size:13px;font-family:var(--font-body,"IBM Plex Sans", sans-serif);cursor:pointer;border-radius:6px;outline:none;padding:8px 12px}.adm-select:focus{border-color:var(--blue,#2563eb)}.adm-error-banner{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin:12px 24px 0;padding:10px 14px;font-size:12px}.adm-inline-error{color:var(--red,#dc2626);margin-top:6px;font-size:12px}.adm-badge-purple{color:#9333ea;background:#fdf4ff;border:1px solid #e9d5ff}.adm-modal-overlay{z-index:1000;background:#0d142673;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.adm-modal{background:var(--surface,#fff);border-radius:12px;flex-direction:column;width:480px;max-width:100%;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #0d142633}.adm-modal-sm{width:380px}.adm-modal-header{border-bottom:1px solid var(--border,#e2e8f0);flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px 14px;display:flex}.adm-modal-title{color:var(--text-primary,#0d1426);font-size:15px;font-weight:700}.adm-modal-close{width:28px;height:28px;color:var(--text-muted,#9ca3af);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:14px;transition:background .1s;display:flex}.adm-modal-close:hover{background:var(--surface-2,#f7f8fc);color:var(--text-primary)}.adm-modal-body{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}.adm-modal-footer{border-top:1px solid var(--border,#e2e8f0);flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;padding:14px 20px;display:flex}.urt-table-wrap{flex:1;padding:0;overflow:auto}.urt-table{border-collapse:collapse;width:100%;font-size:13px}.urt-table th{text-align:left;color:var(--text-muted,#9ca3af);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border,#e2e8f0);background:var(--surface-2,#f7f8fc);white-space:nowrap;padding:10px 16px;font-size:11px;font-weight:700}.urt-table td{border-bottom:1px solid var(--border-soft,#ebeef5);vertical-align:middle;color:var(--text-primary,#0d1426);padding:12px 16px}.urt-table tr:last-child td{border-bottom:none}.urt-table tr:hover td{background:var(--surface-2,#f7f8fc)}.urt-name-cell{align-items:center;gap:10px;display:flex}.urt-mini-avatar{background:var(--blue,#2563eb);color:#fff;letter-spacing:-.2px;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:10px;font-weight:700;display:flex}.urt-display-name{white-space:nowrap;font-weight:600}.urt-you-badge{color:var(--blue,#2563eb);background:var(--blue-light,#eff4ff);border:1px solid var(--blue-mid,#bfcffd);border-radius:10px;padding:1px 7px;font-size:10px;font-weight:700}.urt-muted{color:var(--text-secondary,#4b5563);font-size:12px}.urt-role-select{border:1px solid var(--border,#e2e8f0);background:var(--surface,#fff);color:var(--text-primary,#0d1426);font-size:12px;font-weight:600;font-family:var(--font-body,"IBM Plex Sans", sans-serif);cursor:pointer;border-radius:6px;outline:none;padding:4px 8px}.urt-role-select:focus{border-color:var(--blue,#2563eb)}.urt-remove-btn{width:28px;height:28px;color:var(--text-muted,#9ca3af);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;font-size:12px;transition:all .1s;display:flex}.urt-remove-btn:hover{color:var(--red,#dc2626);background:#fef2f2;border-color:#fecaca}.urt-empty{text-align:center;color:var(--text-muted,#9ca3af);padding:48px 24px;font-size:13px}.urt-confirm-text{color:var(--text-primary,#0d1426);margin:0;font-size:14px;line-height:1.6}.urt-picker-list{border:1px solid var(--border,#e2e8f0);border-radius:8px;flex-direction:column;max-height:220px;display:flex;overflow:hidden auto}.urt-picker-row{border:none;border-bottom:1px solid var(--border-soft,#ebeef5);background:var(--surface,#fff);text-align:left;cursor:pointer;font-family:var(--font-body,"IBM Plex Sans", sans-serif);align-items:center;gap:10px;width:100%;padding:10px 14px;transition:background .1s;display:flex}.urt-picker-row:last-child{border-bottom:none}.urt-picker-row:hover{background:var(--surface-2,#f7f8fc)}.urt-picker-row-sel{background:var(--blue-light,#eff4ff)!important}.urt-picker-name{color:var(--text-primary,#0d1426);font-size:13px;font-weight:600}.urt-picker-sub{color:var(--text-muted,#9ca3af);font-size:11px}.urt-picker-check{color:var(--blue,#2563eb);margin-left:auto;font-size:13px;font-weight:700}.urt-picker-empty{color:var(--text-muted,#9ca3af);text-align:center;padding:16px;font-size:13px}.ost-form{flex-direction:column;gap:20px;max-width:520px;padding:24px;display:flex}.ost-slug-row{gap:8px;display:flex}.ost-slug-input{flex:1}.ost-copy-btn{border:1px solid var(--border,#e2e8f0);background:var(--surface,#fff);color:var(--text-secondary,#4b5563);cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-body,"IBM Plex Sans", sans-serif);white-space:nowrap;border-radius:6px;flex-shrink:0;padding:8px 14px;transition:all .12s}.ost-copy-btn:hover{background:var(--surface-2,#f7f8fc);border-color:#cbd5e1}.ost-info-grid{background:var(--surface-2,#f7f8fc);border:1px solid var(--border-soft,#ebeef5);border-radius:8px;gap:24px;padding:16px;display:flex}.ost-info-item{flex-direction:column;gap:4px;display:flex}.ost-info-label{color:var(--text-muted,#9ca3af);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.ost-info-value{color:var(--text-primary,#0d1426);font-size:14px;font-weight:600}.ost-save-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.ost-unsaved-note{color:var(--text-muted,#9ca3af);font-size:12px}.ost-feedback{font-size:12px;font-weight:600}.ost-feedback-ok{color:var(--green,#059669)}.ost-feedback-err{color:var(--red,#dc2626)}.ost-switcher-section{background:var(--surface-2,#f7f8fc);border:1px solid var(--border-soft,#ebeef5);border-radius:10px;margin:8px 24px 24px;padding:16px 20px}.ost-switcher-title{color:var(--text-muted,#9ca3af);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:12px;font-weight:700}.ost-switcher-body{color:var(--text-secondary,#4b5563);font-size:13px;line-height:1.6}.ost-switcher-slug,.ost-switcher-dev-hint{color:var(--text-muted,#9ca3af)}.ost-switcher-link{color:var(--blue,#2563eb);font-weight:600;text-decoration:none}.ost-switcher-link:hover{text-decoration:underline}.nav-dev-switch{color:var(--text-muted,#9ca3af);border:1px solid var(--border,#e2e8f0);white-space:nowrap;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600;text-decoration:none;transition:color .12s,border-color .12s}.nav-dev-switch:hover{color:var(--blue,#2563eb);border-color:var(--blue,#2563eb)}.adm-badge-required{color:#c2410c;letter-spacing:.04em;text-transform:uppercase;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;padding:2px 8px;font-size:10px;font-weight:700}.adm-rank-pm{background:var(--green-light,#ecfdf5);color:var(--green,#059669)}.adm-rank-vp{background:var(--blue-light,#eff4ff);color:var(--blue,#2563eb)}.adm-rank-president{background:var(--purple-light,#f3effe);color:var(--purple,#7c3aed)}.adm-stage-config-panel--dirty,.adm-seq-container--dirty{border-left:3px solid var(--amber,#d97706)}.adm-seq-container .adm-seq-add-row{border-top:1px solid var(--border-soft,#ebeef5);margin-top:0;padding:10px 16px}.adm-seq-gate-name-input{font-family:var(--font-body,"IBM Plex Sans", sans-serif);color:var(--text-primary,#0d1426);border:none;border-bottom:2px solid var(--blue,#2563eb);background:0 0;outline:none;width:200px;padding:0 2px;font-size:13px;font-weight:600}.adm-seq-name--editable{cursor:text;border-bottom:1px dashed var(--border,#e2e8f0);padding-bottom:1px}.adm-seq-name--editable:hover{border-bottom-color:var(--blue,#2563eb);color:var(--blue,#2563eb)}.adm-seq-row--drag-over{outline:2px solid var(--blue,#2563eb);outline-offset:-2px;border-radius:var(--radius,8px)}.cq-tab{padding:0 0 40px}.cq-header{margin-bottom:24px}.cq-heading{color:var(--text-primary);margin:0 0 6px;font-size:16px;font-weight:700}.cq-subheading{color:var(--text-muted);margin:0;font-size:13px}.cq-section{margin-bottom:32px}.cq-section-header{align-items:center;gap:10px;margin-bottom:10px;display:flex}.cq-cat-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:12px;padding:2px 10px;font-size:11px;font-weight:700}.cq-cat--commercial{color:#1d4ed8;background:#eff6ff}.cq-cat--technical{color:#15803d;background:#f0fdf4}.cq-cat--reward-risk{color:#c2410c;background:#fff7ed}.cq-count{color:var(--text-muted);font-size:12px}.cq-list{flex-direction:column;gap:6px;margin-bottom:10px;display:flex}.cq-empty{color:var(--text-muted);padding:6px 0;font-size:13px;font-style:italic}.cq-row{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);align-items:flex-start;gap:10px;padding:8px 10px;transition:opacity .15s;display:flex}.cq-inactive{opacity:.45}.cq-toggle{border:1.5px solid var(--border);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;display:flex}.cq-toggle--on{color:#22c55e;border-color:#22c55e}.cq-toggle--off{color:var(--text-muted)}.cq-content{flex:1;min-width:0}.cq-text{color:var(--text-primary);font-size:13px;line-height:1.4}.cq-hint{color:var(--text-muted);margin-top:2px;font-size:11px}.cq-actions{flex-shrink:0;gap:4px;display:flex}.cq-action-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:3px;padding:2px 5px;font-size:13px}.cq-action-btn:hover{color:var(--text-primary)}.cq-action-btn--delete:hover{color:var(--red)}.cq-edit-form{flex-direction:column;flex:1;gap:6px;display:flex}.cq-edit-text{border:1px solid var(--border-focus,#6366f1);border-radius:var(--radius);background:var(--surface);color:var(--text-primary);box-sizing:border-box;resize:vertical;width:100%;padding:5px 8px;font-size:12px}.cq-edit-hint{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-primary);box-sizing:border-box;width:100%;padding:4px 8px;font-size:12px}.cq-edit-actions{gap:6px;display:flex}.cq-add-form{border:1px dashed var(--border);border-radius:var(--radius);background:var(--surface-raised,var(--surface));flex-direction:column;gap:6px;padding:10px 12px;display:flex}.cq-add-btn{color:var(--indigo,#6366f1);border:1px dashed var(--border);border-radius:var(--radius);cursor:pointer;text-align:left;background:0 0;padding:6px 12px;font-size:12px}.cq-add-btn:hover{border-color:var(--indigo,#6366f1);background:var(--surface-raised,#f8f9ff)}.cq-library-hint{background:var(--blue-light,#eff6ff);border:1px solid var(--blue-mid,#93c5fd);border-radius:var(--radius);color:var(--text-secondary);align-items:flex-start;gap:10px;margin-bottom:20px;padding:10px 14px;font-size:12px;line-height:1.55;display:flex}.dlp-root{background:var(--surface-2,#f7f8fc);min-height:100vh;font-family:var(--font-body,"IBM Plex Sans", sans-serif);flex-direction:column;align-items:center;padding:48px 24px 80px;display:flex}.dlp-header{text-align:center;max-width:480px;margin-bottom:36px}.dlp-logo{background:var(--blue,#2563eb);color:#fff;letter-spacing:-.5px;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:17px;font-weight:800;display:inline-flex}.dlp-title{color:var(--text-primary,#0d1426);margin:0 0 8px;font-size:22px;font-weight:700}.dlp-subtitle{color:var(--text-secondary,#4b5563);margin:0 0 12px;font-size:13px;line-height:1.6}.dlp-current-badge{color:var(--text-muted,#9ca3af);background:var(--surface,#fff);border:1px solid var(--border,#e2e8f0);border-radius:20px;padding:3px 12px;font-size:11px;font-weight:600;display:inline-block}.dlp-current-badge strong{color:var(--text-primary,#0d1426)}.dlp-state{color:var(--text-muted,#9ca3af);text-align:center;flex-direction:column;align-items:center;gap:10px;padding:24px;font-size:14px;display:flex}.dlp-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;max-width:480px;padding:16px 20px;font-size:13px;line-height:1.6}.dlp-error code{background:#fee2e2;border-radius:4px;margin-top:6px;padding:2px 6px;font-size:12px;display:inline-block}.dlp-spinner{border:2px solid;border-top-color:#0000;border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.7s linear infinite dlp-spin}@keyframes dlp-spin{to{transform:rotate(360deg)}}.dlp-orgs{flex-direction:column;gap:24px;width:100%;max-width:680px;display:flex}.dlp-org-section{background:var(--surface,#fff);border:1px solid var(--border,#e2e8f0);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0d14260f}.dlp-org-header{border-bottom:1px solid var(--border,#e2e8f0);background:var(--surface-2,#f7f8fc);align-items:center;gap:10px;padding:14px 20px;display:flex}.dlp-org-slug{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted,#9ca3af);background:var(--border,#e2e8f0);border-radius:10px;padding:2px 8px;font-size:10px;font-weight:700}.dlp-org-name{color:var(--text-primary,#0d1426);margin:0;font-size:14px;font-weight:600}.dlp-cards{flex-direction:column;display:flex}.dlp-card{border-bottom:1px solid var(--border-soft,#ebeef5);align-items:center;gap:14px;padding:16px 20px;transition:background .1s;display:flex}.dlp-card:last-child{border-bottom:none}.dlp-card:hover{background:var(--surface-2,#f7f8fc)}.dlp-card-active{background:var(--blue-light,#eff4ff)}.dlp-avatar{background:var(--blue,#2563eb);color:#fff;letter-spacing:-.3px;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:13px;font-weight:700;display:flex}.dlp-card-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.dlp-name{color:var(--text-primary,#0d1426);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.dlp-job{color:var(--text-secondary,#4b5563);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.dlp-login-btn{border:1px solid var(--blue,#2563eb);color:var(--blue,#2563eb);cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-body,"IBM Plex Sans", sans-serif);white-space:nowrap;background:0 0;border-radius:6px;flex-shrink:0;padding:7px 16px;transition:background .12s,color .12s}.dlp-login-btn:hover:not(:disabled){background:var(--blue,#2563eb);color:#fff}.dlp-login-btn:disabled{opacity:.5;cursor:not-allowed}.lessons-view-source-btn{color:var(--blue);background:var(--blue-light);border:1px solid var(--blue-mid);cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-body);border-radius:20px;align-items:center;gap:4px;padding:4px 10px;transition:background .12s;display:inline-flex}.lessons-view-source-btn:hover{background:#dbeafe}.lessons-no-source{color:var(--text-muted);font-size:11px;font-style:italic}
