.decisions-page{max-width:800px;margin:0 auto}.decisions-header{margin-bottom:24px}.decisions-title{font-size:28px;font-weight:600;color:#202223;margin:0 0 8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decisions-subtitle{font-size:15px;color:#6d7175;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decisions-summary-cards{display:flex;gap:16px;margin-bottom:24px}.decisions-summary-card{flex:1;display:flex;align-items:center;gap:16px;padding:24px;background:#ffffff;border:1px solid #e1e3e5;border-radius:12px;box-shadow:0 1px 3px #0000000a}.decisions-summary-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.decisions-summary-icon--issues{background:#fff5f4;color:#d72c0d}.decisions-summary-icon--decisions{background:#e0edff;color:#2c6ecb}.decisions-summary-content{flex:1}.decisions-summary-value{font-size:20px;font-weight:600;color:#202223;margin-bottom:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decisions-summary-label{font-size:14px;color:#6d7175;line-height:1.5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decisions-filter-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.decisions-filter-group{display:flex;align-items:center;gap:12px}.decisions-filter-label{font-size:14px;color:#6d7175;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decisions-filter-select{padding:8px 32px 8px 12px;border:1px solid #c9cccf;border-radius:8px;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236d7175' d='M6 8L2 4h8z'/%3E%3C/svg%3E") no-repeat right 12px center;appearance:none;cursor:pointer;min-width:150px}.decisions-filter-select:focus{outline:none;border-color:#2c6ecb;box-shadow:0 0 0 1px #2c6ecb}.decisions-export-button{padding:8px 16px;background:#ffffff;border:1px solid #c9cccf;border-radius:8px;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;transition:background-color .15s ease;color:#303030}.decisions-export-button:hover{background:#f6f6f7}.decisions-export-button:disabled,.decisions-export-button--loading{opacity:.6;cursor:not-allowed;background:#f6f6f7}.decisions-export-button--loading:hover{background:#f6f6f7}.decisions-info-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:13px;color:#6d7175;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decisions-info-badge{background:#2c6ecb;color:#fff;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer}.decisions-list{display:flex;flex-direction:column;gap:12px}.decision-row{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#ffffff;border:1px solid #e1e3e5;border-radius:12px;box-shadow:0 1px 3px #0000000a}.decision-row-content{flex:1;min-width:0;margin-right:16px}.decision-row-header{display:flex;align-items:center;gap:12px;margin-bottom:8px;flex-wrap:wrap}.decision-row-title{font-size:15px;font-weight:500;color:#202223;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decision-row-description{font-size:14px;color:#6d7175;line-height:1.5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decision-row-actions{display:flex;gap:8px;flex-shrink:0}.decision-row-button{padding:10px 20px;background:#2c6ecb;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;transition:background-color .15s ease;white-space:nowrap;flex-shrink:0;text-decoration:none;display:inline-flex;align-items:center}.decision-row-button:hover{background:#1f5199}.decision-row-button--secondary{background:#ffffff;color:#303030;border:1px solid #c9cccf}.decision-row-button--secondary:hover{background:#f6f6f7}.priority-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;white-space:nowrap}.priority-badge-icon{font-size:10px}.priority-badge--high{background:#fff5f4;color:#d72c0d;border:1px solid #fad2cf}.priority-badge--medium{background:#fffbf0;color:#b98900;border:1px solid #ffe5a0}.priority-badge--low{background:#d3f0d9;color:#29845a;border:1px solid #b3e6c4}.decisions-pagination{display:flex;justify-content:flex-end;align-items:center;gap:16px;margin-top:16px}.decisions-pagination-info{font-size:14px;color:#6d7175;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decisions-pagination-buttons{display:flex;gap:8px}.decisions-pagination-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #c9cccf;border-radius:8px;background:#ffffff;cursor:pointer;transition:background-color .15s ease;font-size:14px;color:#303030}.decisions-pagination-button:hover:not(:disabled){background:#f6f6f7}.decisions-pagination-button:disabled{opacity:.5;cursor:not-allowed}.decisions-pagination-button--active{background:#2c6ecb;color:#fff;border-color:#2c6ecb}.decisions-pagination-button--active:hover:not(:disabled){background:#1f5199}.decisions-footer-action{display:flex;justify-content:flex-end;margin-top:24px;padding-top:16px}.decisions-mark-completed-button{padding:12px 24px;background:#2c6ecb;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;transition:background-color .15s ease}.decisions-mark-completed-button:hover{background:#1f5199}.decisions-mark-completed-button:disabled{opacity:.5;cursor:not-allowed}.decisions-locked-state{display:flex;flex-direction:column;align-items:center;gap:16px;padding:64px 32px;background:#ffffff;border:1px solid #e1e3e5;border-radius:12px;box-shadow:0 1px 3px #0000000a;text-align:center}.decisions-locked-icon{width:64px;height:64px;border-radius:50%;background:#f6f6f7;display:flex;align-items:center;justify-content:center;color:#6d7175}.decisions-locked-title{font-size:22px;font-weight:600;color:#202223;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decisions-locked-description{font-size:15px;color:#6d7175;margin:0;max-width:400px;line-height:1.5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decisions-locked-button{padding:12px 32px;background:#2c6ecb;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;transition:background-color .15s ease}.decisions-locked-button:hover{background:#1f5199}.decisions-export-button--gated{color:#6d7175;border-color:#c9cccf}.decisions-export-button--gated:hover{background:#f6f6f7}.decisions-empty-state{padding:48px 32px;background:#ffffff;border:1px solid #e1e3e5;border-radius:12px;text-align:center}.decision-detail-page{padding:0;max-width:800px;margin:0 auto}.decision-detail-back{margin-bottom:20px}.decision-detail-back a{display:inline-flex;align-items:center;gap:6px;color:#2c6ecb;font-size:14px;font-weight:500;text-decoration:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decision-detail-back a:hover{text-decoration:underline}.decision-detail-header{margin-bottom:24px}.decision-detail-title{font-size:24px;font-weight:600;color:#202223;margin:12px 0 8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decision-detail-cluster{font-size:14px;color:#6d7175;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decision-detail-status{display:inline-flex;align-items:center;padding:4px 10px;background:#fffbf0;color:#b98900;border:1px solid #ffe5a0;border-radius:4px;font-size:11px;font-weight:600;text-transform:capitalize;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin-left:8px}.decision-detail-card{background:#ffffff;border:1px solid #e1e3e5;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000a;margin-bottom:24px}.decision-detail-card h2{font-size:16px;font-weight:600;color:#202223;margin:0 0 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decision-detail-card p{font-size:14px;color:#303030;line-height:1.6;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decision-detail-empty{background:#ffffff;border:1px solid #e1e3e5;border-radius:12px;padding:48px;text-align:center}.decision-detail-section{margin-bottom:24px}.decision-detail-section-title{font-size:20px;font-weight:600;color:#202223;margin:0 0 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.roadmap-rows{display:flex;flex-direction:column;gap:12px}.roadmap-step-row{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#ffffff;border:1px solid #e1e3e5;border-radius:12px;box-shadow:0 1px 3px #0000000a}.roadmap-step-row-content{flex:1;min-width:0;margin-right:16px}.roadmap-step-row-header{display:flex;align-items:center;gap:12px;margin-bottom:8px;flex-wrap:wrap}.roadmap-step-badge{display:inline-flex;align-items:center;padding:4px 10px;background:#e0edff;color:#2c6ecb;border-radius:4px;font-size:11px;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;white-space:nowrap}.roadmap-step-row-title{font-size:15px;font-weight:500;color:#202223;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.roadmap-step-row-description{font-size:14px;color:#6d7175;line-height:1.5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.roadmap-step-row-actions{display:flex;gap:8px;flex-shrink:0}.roadmap-step-row-button{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#2c6ecb;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-decoration:none;cursor:pointer;transition:background-color .15s ease;white-space:nowrap}.roadmap-step-row-button:hover{background:#1f5199}.empty-products-state{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 16px;text-align:center}.empty-products-state p{font-size:14px;color:#6d7175;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decision-products-table{background:#ffffff;border:1px solid #e1e3e5;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.decision-products-table-header{display:flex;padding:12px 24px;background:#f6f6f7;border-bottom:1px solid #e1e3e5;font-size:12px;font-weight:600;color:#6d7175;text-transform:uppercase;letter-spacing:.5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decision-products-table-body{display:flex;flex-direction:column}.decision-products-table-row{display:flex;padding:16px 24px;border-bottom:1px solid #e4e5e7;align-items:center;transition:background-color .15s ease}.decision-products-table-row:last-child{border-bottom:none}.decision-products-table-row:hover{background:#f9fafb}.decision-products-table-col{display:flex;align-items:center;font-size:14px;color:#303030;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decision-products-table-col--product{flex:1;min-width:0}.decision-products-table-col--handle{flex:0 0 180px;color:#6d7175}.decision-products-table-col--actions{flex:0 0 100px;justify-content:flex-end}.decision-products-product-cell{display:flex;align-items:center;gap:12px;min-width:0}.decision-products-thumbnail{width:48px;height:48px;border-radius:8px;overflow:hidden;background:#f6f6f7;flex-shrink:0;border:1px solid #e1e3e5}.decision-products-thumbnail img{width:100%;height:100%;object-fit:cover}.decision-products-info{display:flex;flex-direction:column;min-width:0}.decision-products-title{font-size:14px;font-weight:500;color:#202223;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.decision-products-view-button{display:inline-flex;align-items:center;gap:4px;padding:8px 16px;background:#ffffff;color:#303030;border:1px solid #c9cccf;border-radius:8px;font-size:14px;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-decoration:none;cursor:pointer;transition:all .15s ease}.decision-products-view-button:hover{background:#f6f6f7;border-color:#8c9196}.decision-products-view-arrow{font-size:12px;color:#6d7175}.roi-banner{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;background:linear-gradient(135deg,#d3f0d9 0%,#e8f5e9 100%);border:1px solid #b3e6c4;border-radius:12px;margin-bottom:24px}.roi-banner-icon{width:48px;height:48px;border-radius:50%;background:#29845a;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.roi-banner-content{flex:1}.roi-banner-title{font-size:12px;font-weight:600;color:#29845a;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.roi-banner-value{font-size:15px;font-weight:500;color:#202223;margin:0;line-height:1.5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.strategic-insight-card{background:#ffffff;border:1px solid #e1e3e5;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000000a}.strategic-insight-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.strategic-insight-icon{color:#2c6ecb;flex-shrink:0}.strategic-insight-card h2{font-size:16px;font-weight:600;color:#202223;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.strategic-insight-text{font-size:14px;color:#6d7175;line-height:1.6;margin:0;font-style:italic;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.roadmap-step-checkbox{width:24px;height:24px;border-radius:6px;border:2px solid #c9cccf;background:#ffffff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;flex-shrink:0;margin-right:12px;padding:0}.roadmap-step-checkbox:hover{border-color:#2c6ecb}.roadmap-step-checkbox--checked{background:#29845a;border-color:#29845a;color:#fff}.roadmap-step-checkbox--checked:hover{background:#1f6d48;border-color:#1f6d48}.roadmap-step-row--completed{background:#f9fafb;border-color:#b3e6c4}.roadmap-step-row--completed .roadmap-step-badge{background:#d3f0d9;color:#29845a}.roadmap-step-row--completed .roadmap-step-row-title{text-decoration:line-through;color:#6d7175}.roadmap-step-row--completed .roadmap-step-row-description{opacity:.7}.decision-detail-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.decision-detail-progress{display:flex;align-items:center;gap:12px}.decision-detail-progress-text{font-size:13px;color:#6d7175;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;white-space:nowrap}.decision-detail-progress-bar{width:120px;height:8px;background:#e4e5e7;border-radius:4px;overflow:hidden}.decision-detail-progress-fill{height:100%;background:linear-gradient(90deg,#29845a 0%,#43a047 100%);border-radius:4px;transition:width .3s ease}.complete-decision-section{margin-top:24px;padding-top:24px;border-top:1px solid #e1e3e5;text-align:center}.complete-decision-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background:#29845a;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;transition:background-color .15s ease}.complete-decision-button:hover{background:#1f6d48}.complete-decision-button:disabled{opacity:.6;cursor:not-allowed}.complete-decision-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.complete-decision-hint{font-size:13px;color:#6d7175;margin:12px 0 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.decision-reverted-label{display:inline-flex;align-items:center;padding:2px 8px;background:#fff5f4;color:#d72c0d;border:1px solid #fad2cf;border-radius:4px;font-size:11px;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;white-space:nowrap}.decision-reverted-indicator{display:inline-flex;align-items:center;gap:6px;margin-left:12px;color:#d72c0d;font-size:13px;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;white-space:nowrap}.decision-reverted-dot{width:8px;height:8px;background:#d72c0d;border-radius:50%;animation:reverted-dot-pulse 2s ease-in-out infinite}@keyframes reverted-dot-pulse{0%,to{box-shadow:0 0 #d72c0d66}50%{box-shadow:0 0 0 4px #d72c0d00}}.decision-completed-banner{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;background:#d3f0d9;border:1px solid #b3e6c4;border-radius:8px;color:#29845a;font-size:16px;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin-top:24px}
